/* @font-face {
    font-family: "bold";
    src: url('../fonts/Cairo-SemiBold.ttf');
}

@font-face {
    font-family: "normal";
    src: url('../fonts/Cairo-Regular.ttf');
}

body {
    background-color: #ffffff;
    line-height: 24px;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    visibility: visible;
    font-family: "normal";
    color: #777777;
    position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333333;
    font-family: "normal";
    font-weight: 400;
    margin-top: 0;
} */

body {
    color: #777777 !important;
}

.single-product__floating-badges span {
    font-size: 13px;
    font-weight: 500;
    line-height: 34px;
    z-index: 3;
    display: inline-block;
    width: 35px;
    height: 35px;
    margin-bottom: 10px;
    text-align: center;
    text-transform: lowercase;
    color: #ffffff;
    border-radius: 100%;
}

.d-block-ruby {
    display: flex;
}

.header-right-icons .single-icon a span.count {
    font-size: 12px;
    font-weight: 500;
    line-height: 17px;
    position: absolute;
    top: -5px;
    right: -10px;
    width: 20px;
    height: 20px;
    text-align: center;
    color: #ffffff;
    border-radius: 50%;
    background-color: #d3122a;
}

@media only screen and (max-width: 479px) {
    .header-right-icons .single-icon.wishlist {
        display: inline-flex;
    }
}

.site-mobile-nav .dl-menu li>a {
    font-weight: 400;
    line-height: 30px;
    position: relative;
    display: block;
    padding: 10px 25px;
    /* color: #232324; */
}

.site-mobile-nav .dl-menu li:hover>a:hover {
    color: #ffffff;
    background-color: rgba(35, 35, 44, .5);
}

.no-touch .dl-menuwrapper li a:hover {
    background: rgba(255, 248, 213, .1);
    background-color: rgba(255, 248, 213, 0.1);
}

.site-mobile-nav .dl-menu li:hover>a:hover {
    color: #ffffff;
    background-color: rgba(35, 35, 44, .5);
}

@media only screen and (max-width: 479px) {
    .header-right-icons .single-icon a {
        padding-left: 5px;
    }
}

.n-1 {
    color: #d3122a;
    /* line-height: 0px; */
    margin-top: 4px;
}

.n-2 {
    color: #82807A !important;
}

.n-3 {
    color: #d3122a;
    /* line-height: 2px; */
    margin-top: 4px;
}

input {
    accent-color: #d3122a;
}

.single-product__content .price .discounted-price {
    color: #d3122a !important;
}

.cart-table td {
    padding-top: 30px;
    padding-bottom: 30px;
    /* padding-left: 0px; */
}

.cd-item-info .add-to-cart {
    padding: 12px 30px;
    border-radius: 0;
    border: 1px;
    font-weight: 500;
    letter-spacing: 1px;
}

.cd-item-info .add-to-cart:hover {
    background-color: #d3122a;
    color: #ffffff;
}

.lezada-button:hover {
    background-color: #d3122a;
    color: #fff !important;
}

a:hover {
    text-decoration: none;
}

.active {
    visibility: visible;
    opacity: 1;
}

.breadcrumb-bg-3 {
    background-image: url("../images/background-heading-page.png");
}

.breadcrumb-bg-1 {
    background-image: url("../images/background-heading-page.png");
    background-repeat: no-repeat;
}

.shop-product__buttons.les {
    visibility: hidden;
}

.stay {
    visibility: hidden;
}

@media only screen and (max-width: 767px) {
    .stay {
        visibility: visible;
        color: #333 !important;
    }
}

@media only screen and (max-width: 767px) {
    .shop-product__buttons.les {
        visibility: visible;
        background-color: #53b848;
        color: #fff;
        margin-bottom: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .shop-product__buttons.les:hover {
        background-color: #90c840;
        color: #fff;
    }
}

@media only screen and (max-width: 767px) {
    .shop-product__buttons a:hover {
        /* background-color: #90c840; */
        color: #fff;
    }
}

@media (min-width: 1200px) {
    .container.wide {
        max-width: 95%;
    }
}

@media (max-width: 479px) {
    .footer--three .col {
        flex-basis: 56%;
        text-align: center;
        margin-bottom: 30px;
    }
}


/* .footer-single-widget .logo {
  margin-top: 50px;
}
*/

@media (max-width: 479px) {
    .footer-single-widget .logo {
        margin-bottom: 35px;
    }
}

.footer-single-widget .logo {
    margin-bottom: 50px;
}

@media (max-width: 479px) {
    .footer--three .col {
        text-align: center;
    }
}

ul {
    margin: 0;
    padding: 0;
    list-style: outside none none;
}

.footer-nav-container nav ul li:first-child {
    padding-top: 0;
}

.footer-nav-container nav ul li {
    padding: 10px 0;
    padding-top: 10px;
}

.footer-social-links ul li {
    position: relative;
}

ul {
    list-style: outside none none;
}

@media (max-width: 479px) {
    .footer--three .col {
        text-align: center;
    }
}

.footer-nav-container nav ul li a::after {
    position: absolute;
    bottom: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 1px;
    content: "";
    opacity: 0;
    background-color: #d1d1d1;
}

.footer-nav-container nav ul li a {
    font-size: 13px;
    line-height: 20px;
    position: relative;
    color: #ffffff;
}

.footer-social-links ul li a {
    display: inline-block;
    padding-left: 30px;
}

a,
button,
img,
input,
span {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

a,
button {
    line-height: inherit;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    color: inherit;
}

a {
    /* color: #007bff; */
    text-decoration: none;
    background-color: transparent;
}

ul {
    list-style: outside none none;
}

@media (max-width: 479px) {
    .footer--three .col {
        text-align: center;
        line-height: 10px;
    }
}

.col {
    /* -ms-flex-preferred-size: 0;
  */
    flex-basis: 0;
    /* -ms-flex-positive: 1;
  */
    flex-grow: 1;
    max-width: 100%;
}

.page-item.active .page-link {
    background-color: #898780;
    border-color: #898780;
}

.page-link {
    position: relative;
    display: block;
    /* padding: 0.5rem 0.75rem; */
    margin-left: -1px;
    /* line-height: 1.25; */
    color: #999;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.page-link:hover {
    z-index: 2;
    color: #d3122a;
    background-color: var(--bs-pagination-hover-bg);
}

.mt-60 {
    margin-top: 60px !important
}

.header-offcanvas-about::before {
    -webkit-box-shadow: none;
}

.header-offcanvas-about {
    border-bottom: 2px solid #efefef
}

.offcanvas-about-icon a {
    color: #898780 !important;
}

.single-category__content--two .title a {
    color: #777777 !important;
}

.product-category-slider .slick-arrow {
    color: #777777 !important;
}

.single-product__content .title h3 a {
    color: #82807A !important;
    font-size: 16px;
}

.single-sidebar-widget--title {
    color: #777 !important;
}

.header-right-icons .single-icon {
    margin-left: 7px !important
}

.header-sticky.is-sticky {
    margin-top: 0px !important;
}

a.scroll-top {
    background: #ffffff !important
}

.site-mobile-nav .hamburger .hamburger-box .hamburger-inner,
.site-mobile-nav .hamburger .hamburger-box .hamburger-inner::before,
.site-mobile-nav .hamburger .hamburger-box .hamburger-inner::after {
    background-color: #777 !important;
}

.hot-news {
    background-color: #898780;
    padding: 0px 10px;
    height: 40px;
    line-height: 36px;
}

.hot-news-description {
    margin-right: 40px;
    color: white;
    font-size: 14px;
    display: inline-block;
}

.hot-news-logo {
    margin-right: 30px;
    width: 30px;
    height: 30px;
}

h1,
h2,
h3,
h4,
h6 {
    color: #777 !important;
}

h5 {
    color: #fff !important;
}

a:hover {
    /* color: #333 !important; */
}

.d-block-ruby {
    display: block ruby;
}

@media (max-width: 479px) {
    .mt-60 {
        margin-top: 0px !important
    }
    a.scroll-top {
        bottom: 80px !important;
    }
}

.black {
    font-size: 16px;
    line-height: 22px;
    color: #333;
    font-weight: 500;
}

.lezada-button.lezada-button--medium.request-order {
    background-color: #53b848;
    /* margin-left: 10px; */
    padding: 12px px;
}

.fa {
    font-size: large;
    margin-left: 6px;
}

@media (max-width: 375px) {
    .lezada-button.lezada-button--medium.request-order {
        padding: 12px 5px;
    }
}

.lezada-button.lezada-button--medium.request-order:hover {
    background-color: #90c840;
}

.lezada-button--medium {
    /* font-size: 14px; */
    padding: 12px 20px;
}

@media (max-width: 395px) {
    .rows.d-block-ruby a {
        font-size: 13px;
    }
    .fa {
        font-size: inherit;
        margin-left: 0px;
    }
}

@media (max-width: 479px) {
    .lezada-button--medium {
        /* font-size: 14px; */
        padding: 12px 20px;
    }
}

.single-product__content {
    position: relative;
    padding-top: 27px;
}

.single-product__content .title h3 a {
    line-height: 0;
    display: inline;
}

.single-product__content .title>a {
    line-height: 3px;
}

.cart-table td.product-name a {
    margin-bottom: 10px !important
}

.lezada-button.lezada-buttons.mb-40--medium.order-via-whatsup {
    background-color: #53b848;
}

.lezada-button.lezada-buttons.mb-40--medium.order-via-whatsup:hover {
    background-color: #90c840;
}

.shop-product__title h2 {
    font-size: 34px;
    color: #333 !important;
}

ul li::marker {
    font-size: 1.5em;
}

.cd-item-info h2 {
    color: #333 !important;
}

.ps-3 {
    padding-left: 1.5rem!important;
}

a.dc:hover {
    color: #333!important;
}

.breadcrumb-list__item a {
    color: #333;
}


/* div.icon-box-icon {
            margin-top: 30px;
        }
        
        .icon-box-icon {
            /* margin-top: 13px; */


}
div.single-icon-box {
    margin-top: 13px;
}
i.ion-location {
    margin-top: 30px;
}
.mt-100 {
    margin-bottom: 60px !important;
}
.mb-100 {
    margin-bottom: 60px !important;
}
.lef {
    margin-top: 110px;
}
@media (max-width: 479px) {
    .shop-page-header {
        padding: 10px 0;
        /* margin-top: 40px; */
    }
    
    .lef {
        margin-top: 30px;
    }
}
@media (max-width: 479px) {
    .mb-100 {
        margin-bottom: 50px !important;
    }
}
@media (max-width: 479px) {
    .mt-100 {
        margin-top: 50px !important;
    }
}
@media only screen and (max-width: 767px) {
    .pb-sm-40 {
        padding-bottom: 20px !important;
    }
}
@media only screen and (max-width: 767px) {
    .pt-sm-40 {
        padding-top: 20px !important;
    }
}
@media (max-width: 479px) {
    div.logo.log {
        width: 190px;
        margin-top: 22px;
    }
    /* .site-mobile-nav .dl-trigger {
        top: -50px;
    } */
    /* .pt-sm-40 {
        padding-top: 10px !important;
    }
    
    .pb-sm-40 {
        padding-bottom: 10px !important;
    } */
}
.des {
    margin-left: 7px;
}

/* .single-product__content .price .main-price.discounted {
    color: #d3122a;
} */
@media (max-width: 350px) {
    div.logo.log {
        width: 150px;
        margin-top: 22px;
    }
    /* .site-mobile-nav .dl-trigger {
        top: -50px;
    } */
    /* .pt-sm-40 {
        padding-top: 20px !important;
    }
    .pb-sm-40 {
        padding-bottom: 20px !important;
    } */
}
@media only screen and (min-width: 300px) and (max-width: 497px) {
    .site-mobile-nav .dl-trigger {
        top: -45px;
    }
    /* .pt-sm-40 {
        padding-top: 20px !important;
    }
    .pb-sm-40 {
        padding-bottom: 20px !important;
    } */
}
@media (min-width: 497px) {
    .site-mobile-nav .dl-trigger {
        top: -30px;
    }
}
@media (max-width: 479px) {
    a.scroll-top {
        width: 40px;
        height: 40px;
        line-height: 43px;
    }
    
    .starts_from {
        font-size: 11px !important;
    }
}
.cart-table td {
    padding-left: 0px;
}
.fle {
    padding-left: 10px;
}
.cart-table th:first-of-type {
    padding-left: 130px;
}
.shop-product__price .main-price.discounted {
    font-size: 17px;
    /* color: #d3122a; */
}
.shop-product__price .discounted-price {
    font-size: 20px;
    color: #d3122a !important;
}
@media (max-width: 479px) {
    /* .le-1 {
        margin-left: -9px;
    }
    
    .le-2 {
        margin-left: 6px;
    }
    
    .le-3 {
        margin-left: -25px;
    }
    
    .le-4 {
        margin-left: -6px;
    } */
}
.foot-2 {
    display: none;
}
@media (max-width: 479px) {
    .foot-2 {
        display: block;
    }
}
@media (max-width: 380px) {
    .foot-1 {
        /* display: none; */
        font-size: 12px;
        /* margin-bottom: 5px !important; */
    }
}
@media (max-width: 479px) {
    .footer-single-widget .logo {
        width: auto;
    }
}
.foot-1 {
    /* display: none; */
    /* margin-bottom: 20px !important; */
}
.mob {
    display: none;
}
@media (max-width: 479px) {
    .mob {
        display: block;
    }
}
@media (max-width: 479px) {
    .mob-1 {
        display: none;
    }
}
.lezada-item-info .price .discounted-price {
    font-size: 20px;
    color: #d3122a !important;
}
body.active-body-search-overlay {
    overflow: auto !important
}
@media (max-width: 799px) {
    .pagination-lg {
        --bs-pagination-padding-x: 0.7rem;
        --bs-pagination-padding-y: 0.75rem;
        --bs-pagination-font-size: 1.25rem;
        --bs-pagination-border-radius: 0.5rem;
        flex-flow: wrap;
    }
}
.qty1 {
    margin-left: 97px !important;
}
.val {
    padding-left: 40px;
}
.lit {
    margin-top: 16px;
}
.let {
    margin-top: 10px;
}
.vel {
    padding-left: 108px;
}
.heg {
    line-height: 2;
}
.fast {
    padding-left: 12px;
}
.ft {
    margin-bottom: 50px;
}
.scroll-top {
    bottom: 130px !important;
}
a.scroll-top {
    color: #777;
}
.footer-nav-container nav ul li a:hover {
    color: #ffffff;
    text-decoration: none !important;
}
.cop {
    margin-bottom: 10px;
}
.single-product__content .price .discounted-price {
    font-weight: 500;
}
.single-product__content .price .main-price.discounted {
    font-weight: 500;
}
.countdown-wrapper h3 {
    font-size: 35px;
    line-height: 58px;
    color: #333;
    margin-bottom: 30px;
    margin-top: -10px;
}
.dell {
    padding-top: 50px;
    width: 600px;
    margin-left: 100px;
}
.deal-countdown .single-countdown__time {
    position: relative;
    display: block;
    font-size: 36px;
    line-height: 16px;
    color: #7e7e7e;
    font-weight: 300;
    margin-bottom: 30px;
}
.leze {
    padding: 8px 10px !important;
}
.leze:hover {
    background-color: #53b848!important;
}
.deal-countdown .single-countdown {
    margin-right: 60px;
}
.cen {
    margin-right: 90px;
}
@media (max-width: 799px) {
    .cen {
        margin-right: 0px;
    }
    
    .dell {
        margin-left: 0px;
    }
    
    .deal-countdown .single-countdown {
        margin-right: 20px;
    }
    
    .deal-countdown .single-countdown__time {
        font-size: 32px;
        line-height: 22px;
    }
    
    .wed {
        margin-left: 0px !important;
    }
}
.footer-single-widget h5.widget-title {
    font-weight: 400;
}
.wed {
    margin-left: 50px;
}
.weigh {
    font-weight: 600;
    font-size: xx-large;
    letter-spacing: -2px;
    font-size: 40px;
}

/* .er {
    padding: 12px px !important;
} */
.wish {
    margin-top: 10px;
}

/* .rapp {
    width: 900px;
    margin-left: 220px;
}
@media (max-width: 799px) {
    .rapp {
        width: auto;
        margin-left: 0px;
    }
} */
.boor {
    border: none;
}
.le {
    margin-right: 4px;
}
.le:hover {
    text-decoration: none !important;
}
.lezada-form form ::placeholder {
    color: #d7d1d1;
    opacity: 1;
}
@media (max-width: 994px) {
    .mb-45 {
        margin-bottom: 30px !important;
    }
}
@media (max-width: 767px) {
    .rty {
        height: 200px;
    }
}

/* .lezada-item-info .price .main-price.discounted {
    color: #d3122a !important;
} */
.pri {
    padding-top: 5px;
}
.single-widget-product__content__top .price .discounted-price {
    color: #d3122a;
}
@media (min-width: 767px) {
    .filter-dropdown {
        display: none;
    }
}
.lettte {
    width: 190px;
}
.widget-slider-title {
    font-size: 25px;
    color: #d3122a !important;
    margin-bottom: 70px;
}
.single-product__content .title {
    position: relative;
    padding-top: 4px;
}
@media (max-width: 767px) {
    .single-product__content .title h3 a {
        line-height: 0;
        display: inline;
    }
    
    .single-product__content .title h3 {
        margin-bottom: 0px;
        margin-top: -10px;
    }
    
    .single-product__content .title>a::before {
        margin-top: 9px;
    }
}
.single-product__content .title h3 {
    margin-bottom: 0px;
    margin-top: -10px;
}
.single-product__content .title>a::before {
    margin-top: 9px;
}
.shop-product__short-desc {
    text-align: justify;
}
.wed {
    margin-left: -11px;
    margin-top: 30px;
}
.wedin {
    margin-left: -100px;
    margin-top: 30px;
}
@media (max-width: 799px) {
    .wedin {
        margin-left: 0px !important;
    }
    
    .footer-nav-container--horizontal nav ul li {
        display: list-item;
    }
    
    .footer-nav-container--horizontal nav ul li {
        margin-right: 0px;
    }
}
@media (max-width: 799px) {
    .uee {
        display: inline-flex;
    }
}
@media (max-width: 799px) {
    .le-7 {
        margin-top: 9px;
        margin-right: 10px;
    }
}
.footer-nav-container nav ul li a:hover {
    color: #d3122a;
    text-decoration: none !important;
}
.footer-nav-container nav ul li a:hover::after {
    opacity: 0;
}
@supports (-webkit-appearance: none) {
    .foot-1 {
        height: 45px;
    }
}