h3.h3 {
    text-align: center;
    margin: 1em;
    text-transform: capitalize;
    font-size: 1.7em;
}

/********************* Shopping Demo-3 **********************/
.product-grid3 {
    font-family: Roboto, sans-serif;
    text-align: center;
}

.product-grid3:before {
    content: "";
    height: 81%;
    width: 100%;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 0.5s ease 0s;
}

/*.product-grid3:hover:before {*/
/*    opacity: 1;*/
/*    height: 100%;*/
/*}*/

.product-grid3 .product-image3 {
    position: relative;
}

.product-grid3 .product-image3 a {
    display: block;
}

.product-grid3 .product-image3 img {
    width: 100%;
    height: auto;
}

/*.product-grid3 .pic-1 {*/
/*    opacity: 1;*/
/*    transition: all 0.5s ease-out 0s;*/
/*}*/

/*.product-grid3:hover .pic-1 {*/
/*    opacity: 0;*/
/*}*/

.product-grid3 .pic-2 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.5s ease-out 0s;
}

/*.product-grid3:hover .pic-2 {*/
/*    opacity: 1;*/
/*}*/

.product-grid3 .social {
    width: 120px;
    padding: 0;
    margin: 0 auto;
    list-style: none;
    opacity: 0;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -23px;
    transform: scale(0);
    transition: all 0.3s ease 0s;
}

.product-grid3:hover .social {
    opacity: 1;
    transform: scale(1);
}

/*.product-grid3:hover .product-discount-label, .product-grid3:hover .product-new-label, .product-grid3:hover .title {*/
/*    opacity: 0;*/
/*}*/

.product-grid3 .social li {
    display: inline-block;
}

.product-grid3 .social li a {
    color: #e67e22;
    background: #fff;
    font-size: 18px;
    line-height: 50px;
    width: 50px;
    height: 50px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    margin: 0 2px;
    display: block;
    transition: all 0.3s ease 0s;
}

.product-grid3 .social li a:hover {
    background: #e67e22;
    color: #fff;
}

.product-grid3 .product-discount-label, .product-grid3 .product-new-label {
    background-color: #e67e22;
    color: #fff;
    font-size: 17px;
    padding: 2px 10px;
    position: absolute;
    right: 10px;
    top: 10px;
    transition: all 0.3s;
}

.product-grid3 .product-content {
    z-index: -1;
    padding: 7px;
    text-align: left;
}

.product-grid3 .title {
    font-size: 12px;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
    font-weight: 500;
}

.product-grid3 .title a {
    color: #414141;
}

.product-grid3 .price {
    color: #000;
    font-size: 16px;
    letter-spacing: 0;
    font-weight: 600;
    margin-right: 0;
    display: inline-block;
}

.product-grid3 .price span {
    color: #909090;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    text-decoration: line-through;
    text-align: left;
    display: inline-block;
    margin-top: -2px;
}

.product-grid3 .rating {
    padding: 0;
    margin: -22px 0 0;
    list-style: none;
    text-align: right;
    display: block;
}

.product-grid3 .rating li {
    color: #ffd200;
    font-size: 13px;
    display: inline-block;
}

.product-grid3 .rating li.disable {
    color: #dcdcdc;
}

@media only screen and (max-width: 1200px) {
    .product-grid3 .rating {
        margin: 0;
    }
}

.product-grid3 {
    margin-bottom: 30px;
    position: relative;
}

@media only screen and (max-width: 990px) {
    .product-grid3 {
        margin-bottom: 15px;
    }

    .product-grid3 .rating {
        margin: -22px 0 0;
    }
}

@media only screen and (max-width: 359px) {
    .product-grid3 .rating {
        margin: 0;
    }
}

.product-grid3 {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

/*CUSTOM CSS*/
.closed .vertical {
    transition: all 0.5s ease-in-out;
    transform: rotate(-90deg);
}

.closed .horizontal {
    transition: all 0.5s ease-in-out;
    transform: rotate(-90deg);
    opacity: 1;
}

.opened {
    opacity: 1;
}

.opened .vertical {
    transition: all 0.5s ease-in-out;
    transform: rotate(90deg);
}

.opened .horizontal {
    transition: all 0.5s ease-in-out;
    transform: rotate(90deg);
    opacity: 0;
}

.circle-plus .circle .horizontal {
    position: absolute;
    background-color: grey;
    width: 15px;
    height: 3px;
    left: 50%;
    margin-left: -10.6px;
    top: 50%;
    margin-top: -2.5px;
}

.circle-plus .circle .vertical {
    position: absolute;
    background-color: grey;
    width: 3px;
    height: 15px;
    left: 50%;
    margin-left: -5.5px;
    top: 50%;
    margin-top: -8.5px;
}

.filter {
    right: 29px;
    top: 27px;
    position: absolute;
}

.animate {
    transition: width 500ms, height 500ms;
    transition-timing-function: ease-in-out;
}


[aria-expanded="false"] .fa-chevron-up,
[aria-expanded="true"] .fa-chevron-down {
    display: none;
}

@media only screen and (max-width: 767px) {
    .circle-plus .circle .vertical {
        margin-left: -5px;
    }
}

.promotion-ribbon {
    position: absolute;
    z-index: 1;

    background: #ff5252;
    /*padding: 4px 20px 4px 5px;*/
    padding: 4px;
    color: white;
    font-size: 12px;
    font-weight: bold;
}

/*.promotion-ribbon:after {*/
/*    content: '';*/
/*    width: 0;*/
/*    height: 0;*/
/*    top: 0;*/
/*    position: absolute;*/
/*    right: 0;*/
/*    border-right: 13px solid #fff;*/
/*    border-top: 12px solid transparent;*/
/*    border-bottom: 13px solid transparent;*/
/*}*/

.new-ribbon {
    position: absolute;
    z-index: 1;
    right: 0;

    background: var(--bs-warning);
    padding: 4px;
    color: white;
    font-size: 12px;
    font-weight: bold;
}

.best-seller-ribbon {
    position: absolute;
    z-index: 1;
    bottom: 0;

    background: #ffd701;
    padding: 4px;
    color: white;
    font-size: 12px;
    font-weight: bold;
}

.promotion-price {
    font-size: 14px;
    font-weight: 700;
    color: grey;
}

.price-div {
    font-size: 18px;
    font-weight: 700;
    color: #007aff;
}