:root {
    --color-mygreen-dark: #006a40;
    --color-mygreen-light: #e5ffe7;
    --color-mygreen-whatsapp: #25d366;
    --color-myred-dark: #8f0808;
    --color-myred-opacity1: rgba(226, 30, 30, 0.7);
    --color-myred-opacity2: rgba(226, 30, 30, 0.0);
    --color-myred-pure: red;
}

.rating-box {
    display: inline-block
}

.rating-container {
    direction: rtl !important
}

.rating-container label {
    display: inline-block;
    margin: 0;
    color: #d4d4d4;
    cursor: pointer;
    font-size: 30px;
    transition: color .2s
}

.rating-container input {
    display: none
}

.rating-container label:hover,
input:checked~label,
label:hover~label {
    color: gold
}

@media screen and (min-width:768px) {
    .info-box {
        -ms-flex: 0 0 25% !important;
        flex: 0 0 25% !important;
        max-width: 25% !important;
        justify-content: center
    }
}

.site-logo {
    height: 45px !important;
    width: auto
}

.menu li a {
    text-transform: none !important
}

#paymentType {
    font-weight: 700
}

.header-top {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.list-price {
    display: block;
    margin-bottom: 3px;
    color: var(--color-mygray3);
    font-weight: 400;
    font-size: 1.3rem !important;
    text-align: left
}

.ribbon {
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right
}

.ribbon span {
    font-size: 10px;
    font-weight: 700;
    color: var(--color-white);
    text-align: center;
    line-height: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 100px;
    display: block;
    background: #79a70a;
    background: linear-gradient(#f70505 0, var(--color-myred-dark) 100%);
    box-shadow: 0 3px 10px -5px var(--color-black);
    position: absolute;
    top: 19px;
    right: -21px
}

.ribbon span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    z-index: -1;
    border-left: 3px solid var(--color-myred-dark);
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid var(--color-myred-dark)
}

.ribbon span::after {
    content: "";
    position: absolute;
    right: 0;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid var(--color-myred-dark);
    border-bottom: 3px solid transparent;
    border-top: 3px solid var(--color-myred-dark)
}

.custom_product {
    border: solid;
    border-width: 1px;
    border-color: var(--color-mygray5);
    position: inherit
}

.product-min {
    min-height: 210px
}

.product-min2 {
    min-height: 153px
}

.add-cart {
    background-color: var(--color-myorange);
    white-space: nowrap;
    color: var(--color-white);
    border: 0;
    border-radius: 5px
}

.badge {
    font-size: 1.2rem;
}

.brand-logo {
    width: 100%;
    padding: 18px;
    border: 1px solid var(--color-mygray5)
}

#cartNoResult {
    text-align: center;
    font-size: 13px
}

.orderNote {
    min-height: auto !important;
    max-width: inherit !important;
    width: 100% !important
}

.dropdown_account {
    position: relative;
    display: inline-block
}

.dropdown_account-content {
    display: none;
    position: absolute;
    background-color: var(--color-mygray5);
    color: var(--color-black);
    min-width: 160px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
    padding: 12px 16px;
    z-index: 1
}

.dropdown_account:hover .dropdown_account-content {
    display: block
}

.blog-pagination {
    padding: 16px 0 10px;
    border-top: 1px solid var(--color-mygray4);
    border-bottom: 1px solid var(--color-mygray4);
    margin-bottom: 10px
}

.blog-pagination.style1 {
    margin-bottom: 30px
}

.blog-pagination span {
    float: left;
    line-height: 42px
}

ul.flat-pagination {
    text-align: center;
    overflow: hidden
}

ul.flat-pagination li {
    display: inline-block;
    margin: 0 5px
}

ul.flat-pagination li a {
    display: inline-block;
    height: 40px;
    line-height: 37px;
    width: 40px;
    text-align: center;
    color: var(--color-mygray1);
    border: 2px solid var(--color-mygray4);
    border-radius: 50%;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

ul.flat-pagination li a:hover,
ul.flat-pagination li.active a {
    background-color: var(--color-mygray5);
    color: var(--color-black);
    border-color: var(--color-mygray4)
}

ul.flat-pagination li.next a img {
    margin-left: 15px
}

ul.flat-pagination li.prev a img {
    margin-right: 15px
}

ul.flat-pagination li.next a,
ul.flat-pagination li.prev a {
    width: auto;
    border: none
}

ul.flat-pagination li.next a:hover,
ul.flat-pagination li.prev a:hover {
    background: 0 0;
    border: none;
    color: var(--color-myred-dark)
}

ul.flat-pagination.style1 {
    float: right
}

ul.flat-pagination.style1 li {
    margin: 0 4.5px
}

ul.flat-pagination.style1 li.next {
    margin-right: 2px
}

ul.flat-pagination.style1 li.prev {
    margin-right: 11px
}

.blog-pagination.style3 {
    margin-bottom: 48px
}

.blog-pagination.style4 {
    margin-bottom: 41px
}

@media (max-width:860px) {
    .logo img {
        display: block;
        max-width: none;
        width: 160px;
        height: auto !important
    }
}

.top-banner img {
    width: 100%;
    height: auto
}

.selected {
    background-color: var(--color-mygray5);
    padding-left: 10px;
    font-weight: 700 !important
}

.product-single-gallery .label-group {
    position: absolute;
    z-index: 100;
    top: 1.1rem;
    left: 1.1rem
}

.product-single-gallery .product-label {
    display: block;
    text-align: center;
    margin-bottom: 5px;
    text-transform: uppercase;
    padding: 7px;
    color: var(--color-white);
    font-weight: 600;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    border-radius: 12px
}

.product-single-gallery .product-label.label-hot {
    background-color: var(--color-mygreen-light);
    color: var(--color-mygreen-dark)
}

.product-single-gallery .product-label.label-sale {
    background-color: #da5555
}

.product-single-details .product-price {
    color: #008a09
}

.badge-sale {
    color: var(--color-mygreen-dark);
    background-color: var(--color-mygreen-light)
}

.badge-success {
    color: var(--color-white);
    background-color: #69c27d
}

.badge-warning {
    color: var(--color-mygray1);
    background-color: #f2e6c1
}

.badge-primary {
    background-color: #6b9ab5 !important
}

.badge-info {
    color: var(--color-white);
    background-color: #8eb1bc
}

.badge-light {
    color: var(--color-mygray1);
    background-color: var(--color-mygray5);
    border: 1px solid var(--color-mygray5)
}

.badge-danger {
    color: var(--color-white);
    background-color: #e05966
}

.price-drop-indicator {
    display: none;
    position: absolute;
    top: -8px;
    right: -8px;
    width: 14px;
    height: 14px;
    background-color: #e21e1e;
    border: 2px solid var(--color-white);
    border-radius: 50%;
    z-index: 1001;
    box-shadow: 0 0 0 0 rgba(226, 30, 30, .7);
    animation: pulse-var(--color-myred-pure) 2s infinite
}

@keyframes pulse-red {
    0% {
        transform: scale(.95);
        box-shadow: 0 0 0 0 rgba(226, 30, 30, .7)
    }

    70% {
        transform: scale(1.1);
        box-shadow: 0 0 0 10px rgba(226, 30, 30, 0)
    }

    100% {
        transform: scale(.95);
        box-shadow: 0 0 0 0 rgba(226, 30, 30, 0)
    }
}

.home-slider,
.home-slider .home-slide {
    min-height: 160px;
}


@media screen and (max-width: 991px) {
    .home-slider.owl-carousel .owl-dots {
        display: none !important;
    }
}

@media screen and (min-width: 991px) {
    .home-slider.owl-carousel .owl-dots {
        display: flex !important;
        align-items: center;
        justify-content: center;
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 10;
        background: rgba(0, 0, 0, .0);
        padding: 8px 15px;
        border-radius: 20px
    }
}

.home-slider.owl-carousel .owl-dots .owl-dot {
    margin: 0 5px
}

.home-slider.owl-carousel .owl-dots .owl-dot span {
    position: relative;
    width: clamp(50px, 3.7vw, 70px);
    height: 3px;
    border: none;
    background: rgba(255, 255, 255, 0.3);
    display: block;
    border-radius: 0;
    transition: all .3s ease;
    margin: 0
}

.home-slider.owl-carousel .owl-dots .owl-dot.active span,
.home-slider.owl-carousel .owl-dots .owl-dot:hover span {
    background: var(--color-white)
}

.home-slider.owl-carousel .owl-dots .owl-dot span::before {
    display: none !important
}


.icon-instagram:hover {
    color: #b219a2 !important;
}

.icon-facebook:hover {
    color: #0866FF !important;
}

.fa-whatsapp:hover {
    color: var(--color-mygreen-whatsapp) !important;
}

/* Main Nav Menu Equal Distribution */
.main-nav .menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.main-nav .menu::after {
    display: none;
}

.main-nav .menu>li {
    float: none;
}

.float {
    position: fixed;
    width: 42px;
    height: 42px;
    bottom: 10px;
    right: 10px;
    background-color: var(--color-mygreen-whatsapp);
    color: var(--color-white);
    border-radius: 50px;
    text-align: center;
    font-size: 24px;
    box-shadow: 2px 2px 3px var(--color-mygray3);
    z-index: 100;
}

.float:hover {
    background-color: var(--color-white);
    color: var(--color-mygreen-whatsapp);

}

.my-float {
    margin-top: 10px;
}

/* Centering banner-title over the image in banner banner-image */
.banner.banner-image>a {
    position: relative;
    display: block;
}

.banner.banner-image .banner-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 10px;
    text-align: center;
    width: 100%;
    color: var(--color-white);
    font-size: 1.8rem;
    text-shadow: 0 2px 8px var(--color-black-opacity6);
    pointer-events: none;
    z-index: 2;
}

@media screen and (min-width: 768px) {
    .banner.banner-image .banner-title {
        font-size: 2rem;
    }
}

@media screen and (min-width: 992px) {
    .banner.banner-image .banner-title {
        font-size: 2.2rem;
    }
}