@font-face {
    font-family: 'Sofia';
    src: url('../fonts/MostardesignSofiaProRegular.eot');
    src: url('../fonts/MostardesignSofiaProRegular.eot') format('embedded-opentype'),
         url('../fonts/MostardesignSofiaProRegular.woff2') format('woff2'),
         url('../fonts/MostardesignSofiaProRegular.woff') format('woff'),
         url('../fonts/MostardesignSofiaProRegular.ttf') format('truetype'),
         url('../fonts/MostardesignSofiaProRegular.svg#MostardesignSofiaProRegular') format('svg');
}

html {
    scroll-behavior: smooth;
}

html body {
    background: #fff;
    margin: 0;
    padding: 0;
    font-family: 'Sofia';
    font-size: 17px;
}

* {
    margin: 0;
    padding: 0;
    outline: 0;
}

.wrapper {
    padding-top: 45px;
}

body.home .wrapper {
    padding-top: 0;
    position: relative;
    z-index: 10;
}
body.cart .wrapper , body.product-detail .wrapper  {
    position: relative;
    overflow: hidden;
}

small {
    letter-spacing: 1px;
}

img {
    max-width: 100%;
}

.full-img {
    width: 100%;
}
  
ul {
    list-style: none;
}
  
body a,
body a:hover {
    text-decoration: none;
}
  
body a:hover {
    color: inherit;
}

.v-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.al-bottom {
    display: flex;
    align-items: flex-end;
}

.position-relative {
    position: relative;
}

.right-border {
    border-right: 1px solid #D9D9D9;
    width: 31.09%;
}

.right-border .pr-img {
    width: 100%;
}

body header {
    position: fixed;
    width: 100%;
    z-index: 8;
    padding: 0px 23px 0 35px;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 45px;
}

body.home header {
    background: transparent;
    z-index: 11;
}

.menu, .header-right {
    z-index: 10;
}

.menu ul {
    margin: 0;
}

.menu ul li {
    float: left;
}

.menu ul li a {
    color: rgba(0, 0, 0, 0.566242);
    font-size: 14px;
    margin-right: 21px;
    position: relative;
    z-index: 10;
    letter-spacing: 0.1em;
}

.menu ul li a.primary-link {
    color: #2C2C2C;
    font-size: 17px;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    float: left;
}

.menu ul li a.primary-link.no-border {
    border: 0;
}

.menu > ul > li:hover > a, .menu ul li.active a {
    color: #000;
}

.menu ul li:hover .sub-section {
    transition: visibility 0s 0s;   
    pointer-events: all;
    visibility: visible;
}

.menu:hover .sub-section:after {
    opacity: 1;
    transform: scaleY(1);
    transition: transform .6s cubic-bezier(.19, 1, .22, 1),opacity 0s 0s;
}
.menu ul li:hover .sub-section:after {
    opacity: 1;
    transform: scaleY(1);
    transition: transform .5s cubic-bezier(.19, 1, .22, 1),opacity .2s;
}

.sub-section {
    position: absolute;
    left: 0;
    right: 0;
    padding: 102px 37px 37px;
    top: 0;
    transition: visibility 0s .5s;
    visibility: hidden;
    pointer-events: none;
}
.sub-section:after {
    content: '';
    background: #fff;
    left: 0;
    right: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1;
    transform-origin: top;
    transform: scaleY(0);
    opacity: 0;
    transition: transform .3s cubic-bezier(.19, 1, .22, 1) .1s,opacity 0s .4s;
    box-shadow: 0px 2px 40px rgba(0, 0, 0, 0.155786);
}
.search-area {
    position: absolute;
    background: #fff;
    left: 0;
    right: 0;
    display: none;
    top: 45px;
    padding: 70px 23px;
}

.s-close {
    position: absolute;
    left: 23px;
    top: 22px;
    color: #595959;
}

.sub-menu, .right-border, .col-md-10 .pl-5 .pr-img {
    opacity: 0;
    transition: opacity .25s cubic-bezier(.19, 1, .22, 1);
}

.menu ul li:hover .sub-menu {
    opacity: 1;
    transition: opacity 1s cubic-bezier(.19, 1, .22, 1);
    transition-delay: 0.2s;
}

.menu ul li:hover .right-border {
    opacity: 1;
    transition: opacity 1s cubic-bezier(.19, 1, .22, 1);
    transition-delay: 325ms;
}

.menu ul li:hover .col-md-10 .pl-5 .pr-img:nth-child(1) {
    opacity: 1;
    transition: opacity 1s cubic-bezier(.19, 1, .22, 1);
    transition-delay: 0.45s;
}

.menu ul li:hover .col-md-10 .pl-5 .pr-img:nth-child(2) {
    opacity: 1;
    transition: opacity 1s cubic-bezier(.19, 1, .22, 1);
    transition-delay: 575ms;
}

.sub-menu ul li {
    display: block;
    float: none;
    padding-bottom: 12px;
    cursor: pointer;
}

.sub-menu ul {
    padding-top: 10px;
}

.sub-menu ul li a {
    margin: 0;
    padding-bottom: 4px;
    font-size: 17px;
    border-bottom: 1px solid transparent;
    letter-spacing: normal;
}


.sub-menu ul li:hover a, .sub-menu ul li a.active {
    border-color: #000;
    color: #000;
}

.logo {
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
}

body.home .logo {
    display: none;
}

.logo a {
    width: 133px;
    display: inline-block;
    position: relative;
    z-index: 10;
}

.left-box {
    width: 68.91%;
}

.pr-img {
    width: 42%;
    display:inline-block;
    position: relative;
}

.pr-img .p-tag {
    z-index: 10;
    padding: 4px 9px;
    line-height: 16px;
    background: #D8D8D8;
    left: 15px;
    top: 15px;
}

.search-icon {
    width: 15px;
    margin-top: -5px;
}

.header-right {
    display: flex;
    align-items: center;
}

a.cart-count {
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 25px;
    background: #323232;
    color: #fff !important;
    font-size: 14px;
    border-radius: 100%;
}

.home-banner {
    height: calc(100vh - 125px) !important;
    background-size: cover;
    background-position: 50% 50%;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    color: #fff;
}

.home-banner h2 {
    font-size: 43px;
}

.home-banner a {
    color: #fff;
    position: relative;
    padding-bottom: 6px;
}

.logo-area {
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
    display: flex;
    align-items: center;
    justify-content: center
}

.logo-area img.brand__image {
    width: 220px;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

.bg-gray {
    background: #F8F6F3;
}

.primary-heading {
    font-size: 31px;
    line-height: 1.38;
    padding-bottom: 15px;
}

.primary-link, .page-banner .primary-heading a{
    color: #2C2C2C;
    position: relative;
    padding-bottom: 7px;
}
.primary-link:after, .home-banner a:after, .page-banner .primary-heading a:after, .d-text a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: currentColor;
    transform: scaleX(1);
    opacity: .6;
    transform-origin: left;
    transition: transform .7s cubic-bezier(.19, 1, .22, 1) .2s;
}
.primary-link:hover:after, .home-banner a:hover:after, .page-banner .primary-heading a:hover:after, .d-text a:hover:after {
    transform: scaleX(0);
    transform-origin: right;
    transition-delay: 0s;
}
.d-text a {
    color: #2C2C2C;
    position: relative;
    padding-bottom: 3px;
}
.about-us .primary-link:after, .page-banner .primary-heading a:after {
    height: 2px;
}

.collections {
    padding: 7rem;
}

.flex-sp {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tab-area li {
    float: left;
    margin-right: 30px;
}

.tab-area li:last-child {
    margin-right: 0;
}

.tab-area li a {
    color: #8F8F8F;
}


.tab-area li:hover a, .tab-area li.ui-tabs-active a,
.tab-area li a.active {
    color:#1F1F1F;
}

.show-all {
    color: #1F1F1F;
    cursor: pointer;
}

.show-all.sort-by {
    font-size: 80%;
    width: 100%;
    justify-content: space-between;
}

.show-all span {
    margin-right: 15px;
    color: #000000;
    letter-spacing: 0.85px;
}

.show-all i, .show-all img.ar-i, .rd-link img.ar-i {
    position: relative;
    right: 0;
    transition: 0.2s ease-in;
    width: 23px;
}

.show-all:hover i, .show-all:hover img.ar-i, .rd-link:hover img.ar-i {
    right: -3px;
}

.blog-bg {
    background: #F0EFED;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
}
.gallary a {
    margin: 0.5rem;
    flex: 1;
}
.gallary img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.gallary a:first-child {
    margin-left: 0;
}
.gallary a:last-child {
    margin-right: 0;
}

.signup-area {
    background: #000;
    color: #fff;
}

.sub-form {
    display: flex;
    align-items: center;
    width: 62%;
    border-bottom: 1px solid #fff;
    padding-bottom: 8px;
}

.sub-form span.oval {
    width: 10px;
    height: 10px;
    background: #DC4231;
    border-radius: 100%;
    margin-right: 10px;
}

.sub-form input {
    flex: 1;
    margin-right: 10px;
    background: transparent;
    border: 0;
    color: #fff;
}

.sub-form .arrow {
    width: 20px;
}

.footer {
    background: #F2F2F2;
    padding-bottom: 80px;
}

.footer-left {
    width: 40%;
}

.footer-menu ul {
    margin: 0;
}

.footer-menu li {
    margin-bottom: 5px;
}

.footer-menu li:last-child {
    margin-bottom: 0px;
}

.footer-menu li a {
    color: #000;
}

.social a img {
    width: 19px;
}

.social {
    width: 100px;
    align-self: flex-end;
}

.social .text-right h4 {
    line-height: 30px;
}

.flex {
    display: flex;
    justify-content: space-between;
}

.footer-right {
    display: flex;
    flex-direction: column;
    justify-content: inherit;
}

.sub-page .table {
    font-size: 14px;
}

.sub-page .table thead th {
    border-top: 0;
}

.date {
    color: #595959;
}

.breadcrumbs {
    color: #000;
    font-size: 14px;
}

.breadcrumbs a {
    color: #6D6D6D;
}

.w-89 {
    width: 89%;
}

.shipping-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    height: calc(100% - 43.5px);
    justify-content: center;
}

.p-tag {
    position: absolute;
    background: #BFBFBF;
    padding: 4px 9px;
    font-size: 12px;
    line-height: normal;
    color: #2C2C2C;
    top: 15px;
    left: 30px;
}

.p-tag.sale {
    background: #ECD3CB;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0;
}

.p-tag.fe {
    background: #D2D7DC;
}

.product-title {
    font-size: 30px;
    letter-spacing: 1.56px;
}

.product-cat {
    color: #A1A1A1;
    font-size: 14px;
}

.product-price {
    font-size: 21px;
    display: flex;
    align-items: center;
}
.product-price span {
    display: flex;
    align-items: center;
}

.product-info {
    padding-bottom: 10px;
}

.add-to-card {
    width: 100%;
    height: 54px;
    display: block;
    text-align: center;
    line-height: 50px;
    background: #000;
    color: #fff !important;
    cursor: pointer;
}

.product-txt {
    color: #303030;
    margin: 0;
}

.bt-border {
    border-bottom: 1px solid #D2D2D2;
}

.more-txt {
    width: 18px;
    height: 18px;
    display: inline-block;
    text-align: center;
    line-height: 13px;
    border: 1px solid #000;
    color: #000;
    border-radius: 100%;
    margin-left: 10px;
}
.shipping-info li {
    float: left;
    margin-right: 25px;
}

.shipping-info li a {
    color: #000;
    padding-bottom: 1px;
}

.shipping-info li.ui-state-active a {
    border-bottom: 1px solid #000;
}

.sp-detail p {
    color: #303030;
    margin-bottom: 5px;
}

.sp-detail p span {
    width: 131px;
    display: inline-block;
}

.swiper-button-next, .swiper-button-prev {
    top: 28px !important;
    color: #000 !important;
    width: auto !important;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 0px !important;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 0 !important;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    content: "" !important;
    background: url('../images/ar-l.svg');
    width: 22px;
    height: 10px;
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    content: "" !important;
    background: url('../images/ar.svg');
    width: 22px;
    height: 10px;
}

body .swiper-container-pointer-events {
    padding-bottom: 50px;
}

body .swiper-slide {
    width: 90%;
    max-width: 1017px;
    cursor: -webkit-grab;
    cursor: grab;
}

body .swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 50;
    height: 5px;
    width: 76%;
    transform: translate(-50%, -50%);
}

.swiper-container {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
  }

  .d-center {
    display: flex;
    align-items: center;
  }

  .d-center i {
    font-size: 14px;
    margin-right: 12px;
  }

  .pr i {
      color: #6EB95D;
  }

  .designer-info {
    display: flex;
    align-items: center;
  }

  .designer-info a {
      color: #212529;
  }

  .designer-info img {
    width: 42px;
    height: 42px;
    border-radius: 100%;
    margin-right: 15px;
  }

  .designer-info p {
    margin: 0;
  }

  .input-group.item-q {
    width: 97px;
  }

  .input-group.item-q .input-group-btn {
    border: 1px solid #DEDEDE;
  }

  .input-group.item-q .form-control.input-number {
    background: transparent;
    border: 1px solid #DEDEDE;
    text-align: center;
    padding: 2px 0;
    border-radius: 0;
    color: #000;
    font-weight: bold;
  }

  .input-group.item-q .btn-number {
    border: 0;
    background: transparent;
    width: 29px;
    line-height: 29px;
    text-align: center;
    cursor: pointer;
  }

  .product-price-info {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }

  .product-color {
    display: flex;
    align-items: center;
  }

  .product-color .color {
    width: 34px;
    height: 34px;
    display: block;
    padding: 4px;
    margin-right: 10px;
    border: 1px solid transparent;
    border-radius: 100%;
    position: relative;
    cursor: pointer;
  }

  .product-color .color:hover, .product-color .color.active {
      border-color: #000;
  }

  .product-color .color:last-child {
    margin-right: 0;
  }

  .product-color .color .clr-bg {
    width: 100%;
    height: 100%;
    background: #E4B9A1;
    display: block;
    border-radius: 100%;
  }

  .product-color .color .clr-bg span {
    position: absolute;
    top: -32px;
    width: 100px;
    text-align: center;
    left: -36px;
    display: none;
    font-size: 14px;
    color: #303030;
  }

  .product-color .color:hover .clr-bg span, .product-color .color.active .clr-bg span {
      display: block;
  }

  .product-color .color.clr-1 .clr-bg {
    background: #E4B9A1;
  }
  
  .product-color .color.clr-2 .clr-bg {
    background: #784545;
  }

  .product-color .color.clr-3 .clr-bg {
    background: #000;
  }

  .br-0 {
      border-right: 0;
  }

  .bl-0 {
      border-left: 0;
  }

  .logo-area.sticky-div {
    padding: 11px 0 !important;
    position: fixed !important;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 7;
  }
  .logo-area.sticky-div .home-badge {
      display: none;
  }

  .logo-area.sticky-div img.brand__image {
    width: 133px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
   }
   

   .cart-modal {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10;
    overflow: hidden;
   }

   .cart-modal .cart-bg {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgb(0 0 0 / 28%);
    z-index: 9;
   }

   .cart-section {
    width: 502px;
    background: #fff;
    position: relative;
    z-index: 10;
   }

   .cart-info {
    color: #595959;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 91px;
   }

   #heading-model-text {
       margin-bottom: 84px;
   }
   .product-cart-area {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #979797;
    padding-bottom: 20px;
   }
   .product-cart-area .price {
       white-space: nowrap;
   }

   .pr-info {
       display: flex;
   }

   .pr-info {
    display: flex;
    align-items: center;
   }

   .p-name h5 {
    margin: 0;
    color: #000;
    font-weight: 600;
   }

   h5.price {
    font-weight: 600;
    margin: 0;
   }

   .subtotal {
    display: flex;
    justify-content: space-between;
   }

   .badge-img {
    position: absolute;
    top: 82px;
    right: -15px;
    width: 135px;
   }

   .page-banner .badge-img {
    top: 37px;
   } 

    body.cart .badge-img {
        top: 58px;
    }
    body.product-detail .bg-gray2 .badge-img {
        top: 85px;
    }

   .col-md-12.payment-div {
    position: absolute;
    bottom: 24px;
    left: 0;
   }

   .summary-section {
    padding-bottom: 80px;
   }

   .payment-info {
    width: 59.6%;
    margin: 0 auto;
   }

   .payment-option {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #fff;
    }
 
    .type span {
        color: #595959;
    }

    .payment-option:focus-within {
        border: 1px solid #000;
    }

    body.error{
        overflow-x: hidden;
    }

    body.thank-you, body.error {
        background: #F4F4F4;
    }

    body.thank-you .wrapper, body.error .wrapper {
        height: 100vh;
    }

    .thank-you-area {
        width: 404px;
        margin: 0 auto;
    }

    .thank-you-area.error-404 img {
        width: 100%;
        max-width: 411px;
    }

    .thank-you-area img {
        width: 27px;
    }

    .thank-you-area h4 {
        font-size: 30.94px;
    }

    .thank-you-area small {
        font-size: 17px;
        color: #595959;
    }

    body.cart .form-control {
        padding: .575rem .75rem;
        border: transparent;
    }

    body.cart .form-control.error {
        border: 1px solid #C73C2C;
    }

    .progress-div {
        position: fixed;
        left: 0px;
        top: 0px;
        width: 100%;
        z-index: 9999;
    }
        .bar { 
        background-color: #000; 
        width:0%; 
        height:2px; 
        border-radius: 3px; 
    }
    .percent { 
        position:absolute; 
        display:inline-block; 
        top:3px; 
        left:48%; 
     }
     .braun {
         background: #EFECE7;
         display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
     }
     .lg-sec {
        display: flex;
        align-items: center;
     }
     .rd-txt {
        font-size: 31px;
        margin: 0;
        font-weight: 700;
        width: 44%;
     }
     .rd-link {
        display: flex;
        align-items: center;
     }
     .popup {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgb(0 0 0 / 30%);
        z-index: 11;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: auto;
     }
     .popup-wrapper {
        background: #fff;
        max-width: 544px;
        overflow: hidden;
        width: 100%;
        position: relative;
     }
     .popup-wrapper.news-letter {
         max-width: 470px;
         top: 55px;
     }
     .popup-content {
        padding: 59px 46px 39px 60px;
     }
     .popup-content p {
        font-size: 14px;
        line-height: 22px;
        color: #303030;
        letter-spacing: 0.6px;
     }
     .popup-content h2 {
        font-size: 31px;
        margin-bottom: 23px !important;
     }
     .popup-header {
        position: relative;
        height: 195px;
        background: #F0EFED;
        margin-bottom: 36px;
     }
     .popup-header .radio-img {
        position: absolute;
        bottom: -50px;
        left: 60px;
     }
     .popup-header .badge-img {
        top: 19px;
    }
     .footer-area {
        display: flex;
        justify-content: space-between;
        align-items: center;
     }
     .footer-area .primary-btn {
        padding: 15px 0;
        background: #000;
        color: #fff;
        width: 120px;
        text-align: center;
     }
     body .popup .form-control {
        border: 1px solid #A1A09D;
        padding: .5rem .75rem;
        color: #9D9D9D;
    }
    .multifiled {
        display: flex;
        justify-content: space-between;
    }
    .multifiled .form-group {
        width: 48%;
        margin-bottom: 3px;
    }
    .close-btn {
        position: absolute;
        left: 4px;
        z-index: 100;
        top: 5px;
        width: 29px;    
    }
    .bg-gray2 {
        background: #F7F7F7;
    }
    .page-banner {
        position: relative;
        overflow: hidden;
    }
    .page-banner small {
        font-size: 17px;
    }
    .page-banner h2.primary-heading {
        font-size: 31px;
        line-height: 43px;
    }
    u {
        text-decoration: none;
        border-bottom: 2px solid #000;
    }
    .f-17 {
        font-size: 17px;
    }
    .f-14 {
        font-size: 14px;
    }
    .f-31 {
        font-size: 31px;
    }
    .f-43 {
        font-size: 43px;
    }
    .f-21 {
        font-size: 21px;
    }
    .f-27 {
        font-size: 21px;
    }
    .side-content p {
        font-size: 26px;
        line-height: 36px;
        margin: 0;
        flex: none;
        color: #595959;
    }
    .side-content small {
        font-size: 17px;
    }
    .some-detail p {
        font-size: 21px;
    }
    .help-txt {
        color: #595959;
        font-size: 14px;
        display: block;
    }
    .small-txt {
        color: #595959;
        font-size: 14px;
    }
    .f-height {
        height: calc(100vh - 45px);
    }
    .side-he {
        font-size: 26px;
        line-height: 36px;
        letter-spacing: 1.35px;
    }
    .col-div {
        overflow: hidden;
    }
    .col-div:hover .col-img {
        transform: translateY(0px);
        transition-delay: 0ms;
    }
    .col-img {
        display: flex;
        position: absolute;
        bottom: 1rem;
        background: #fff;
        padding-top: 1rem;
        transform: translateY(281px);
        transition: transform 450ms ease-in-out 100ms;
        width: 100%;
    }
    .col-img a {
        float: left;
        margin-right: 2%;
        width: 23.5%;
    }
    .col-img a:hover {
        opacity: 0.8;
    }
    .col-img a img {
        width: 100%;
    }
    .col-img a:last-child {
        margin-right: 0;
    }
    .latest-product .ui-tabs-panel a, .latest-product .ui-tabs-panel a small,
    a.pr, a.pr small {
        color: #4D4D4D;
        font-size: 13.77px;
    }
    .di-name {
        display: flex;
        flex-direction: column;
        align-items: baseline;
    }
    .di-name a {
        color: #898887;
        font-size: 31px;
        padding-left: 17px;
        line-height: 32px;
        margin-bottom: 27px;
        border-left: 3px solid transparent;
    }
    .di-name a:hover, .di-name a.active {
        color: #2C2C2C;
        border-left: 3px solid #2C2C2C;
    }
    .full-video {
        width: 100%;
        height: 791px;
    }    
    .home-badge {
        position: absolute;
        pointer-events: none;
        right: 5.5rem;
        bottom: 4.5rem;
        z-index: 9;
        width: 135px;
    }
    body.home .footer {
        position: relative;
        z-index: 9;
    }
    body.home .signup-area {
        position: relative;
        z-index: 9;
    }
    .fa.dot-i {
        font-size: 8.16px;
    }
    .show-read-more .more-text{
        display: none;
    }
    .info-div {
        background: #ECECEC;
        border: 1px solid #D2D2D2;
        margin-top: -25px;
        font-size: 14px;
        color: #000;
        display: flex;
        align-items: center;
    }
    .info-div img {
        width: 27px;
    }
    .info-div span {
        line-height: 21px;
        letter-spacing: 0.7px;
    }
    body.collection-detail .latest-product .ui-tabs-panel a, .latest-product .ui-tabs-panel a small, a.pr small {
        color: #2C2C2C;
        font-weight: 500;
    }
    .slick-dots {
        position: absolute;
        bottom: 30px;
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
        list-style: none;
        text-align: center;
    }
    .slick-dots li {
        position: relative;
        display: inline-block;
        margin-right: 20px;
        padding: 0;
        cursor: pointer;
    }
    .slick-dots li:last-child {
        margin-right: 0;
    }
    .slick-dots li button {
        font-size: 0;
        line-height: 0;
        display: block;
        width: 10px;
        height: 10px;
        cursor: pointer;
        border: 0;
        outline: none;
        background: rgba(255, 255, 255, 0.25);
        border-radius: 100%;
    }
    .slick-dots li.slick-active button {
        background: #fff;
    }
    .slick-slider {
        margin: 0;
    }
    .v-flex {
        display: flex;
        width: 100%;
        align-items: center;
        line-height: 12px;
    }
    .sticky-section img {
        position: sticky;
        top: 47px;
    }
    .country-dr select {
        background: url('../images/triangle.svg') no-repeat right 19px center #fff;
        -webkit-appearance: none;
    }
    body.cart .table td, body.cart .table th {
        padding: 1.2rem 0.75rem;
    }
    .pr-b {
        position: absolute;
        top: 18px;
    }
    .product-img {
        width: 90%;
        margin: 0 auto;
        display: block;
    }
    .pagination {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .pagination ul {
        display: flex;
        margin: 0;
    } 
    .pagination ul a {
        width: 34px;
        height: 34px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 100%;
        font-size: 14px;
        border: 1px solid #fff;
        margin-right: 13px;
        color: #000;
    }
    .pagination ul li:last-child a {
        margin-right: 0;
    } 
    .pagination ul a.active {
        border: 1px solid #000;
    }
    body #chat-application {
        opacity: 0 !important;
        pointer-events: none !important;
    } 
    body #chat-application.show-chat, body.cart #chat-application {
        opacity: 1 !important;
        pointer-events: unset !important;
    }
    .line-throug span {
        text-decoration: line-through;
    }
    .see-more-btn {
        position: absolute !important;
        bottom: 43px;
        left: 0;
    }
    .billing-info h3 {
        font-weight: bold;
        padding-bottom: 10px;
        border-bottom: 1px solid #ccc;
        margin-bottom: 27px;
        color: #000;
    }
    .billing-info p {
        color: #595959;
    }
    .ab-video {
        width: 100%;
        height: 914px;
    }
    .de-video {
        width: 100%;
        height: 1017px;
    }
    video {
        object-fit: cover;
    }
    .designers-list a {
        color: #2C2C2C;
    }
    .designers-list a small {
        color: #000000;
    }
    .source-url , .source-url a {
        color: #595959;
    }
    .de-section ol {
        padding-left: 28px;
        font-size: 17px;
        color: #595959;
        line-height: 40px;
    }

    .de-section p {
        color: #595959;
    }

    #form_errors_shipping {
        color: #DC4231;
        padding-top: 20px;
        display: block;
        letter-spacing: 0.2px;
        line-height: 22px;
    }
    #form_errors {
        padding-top: 20px;
    }
    /* radio */
.radio-btn {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0;
  }
  
  /* Hide the browser's default checkbox */
  .radio-btn input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  /* Create a custom checkbox */
  .checkmark {
    height: 18px;
    width: 18px;
    border: 1px solid #A1A09D;
    float: left;
  }
  
  /* When the checkbox is checked, add a blue background */
  .radio-btn input:checked ~ .checkmark {
    background-color: transparent;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the checkmark when checked */
  .radio-btn input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the checkmark/indicator */
  .radio-btn .checkmark:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid #6E6E6E;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .paypal-buttons {
      z-index: 1;
  }

  .mobile-menu {
      display: none;
  }
  
  .m-show, .row.m-show {
      display: none;
  } 

  .s-img {
      height: 100%;
      object-fit: cover;
  }
  
  .sub-page p {
      word-break: break-word;
  }
  .me-arrow {
    position: absolute;
    right: -100px;
    z-index: 10;
    transition: all 0.5s;
    transform: rotate(180deg);
  }
  .me-arrow.show {
      right: 22px;
  }
  .m-elipsis {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .pr-loading {
    position: absolute;
    left: -10000%;
    opacity: 0;
    pointer-events: none;
  }
  .news-btn {
      background: transparent;
      border: 0;
      outline: none;
  }
  .pr-info:hover .remove-item {
     opacity: 1;
  }
  .remove-item {
    position: absolute;
    color: #000;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -9px;
    left: -10px;
    opacity: 0;
  }
  .ml-ellipsis {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
  }
  .quote-section {
    height: 100%;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    width: 100%;
  }
  .de-heading {
    font-size: 26px;
    line-height: 36px;
    margin: 0;
    flex: none;
    color: #595959;
  }
  .yt-video iframe {
      width: 100%;
      height: 550px;
      border: 0;
  }
  .yt-video .ve-video iframe {
    height: 424px;
  } 
  .error-404 small br {
      display: none;
  }
  body .swiper-horizontal>.swiper-scrollbar {
      z-index: 7;
  }
  body.article p {
    color: #595959;
  }
  .an {
    opacity: 0;
    transition: opacity .25s cubic-bezier(.19, 1, .22, 1);
  }
  .an.load {
    opacity: 1;
    transition: opacity 1s cubic-bezier(.19, 1, .22, 1);
    transition-delay: 0.45s;
  }
  body.error .thank-you-area.error-404 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 574px;
    max-width: 574px;
  }
  body.error .thank-you-area.error-404 .add-to-card {
    max-width: 404px;
  }
  body.error .thank-you-area.error-404 h4 {
    font-size: 30.94px;
    font-weight: 700;
    }
body.error .error-404 small br {
    display: block;
}

.popup#popup_cookie {
    left: unset;
    right: 30px;
    top: unset;
    bottom: 30px;
    z-index: 214748364733;
    box-shadow: 0px 2px 100px rgba(0, 0, 0, 0.102109);
}
#popup_cookie .popup-wrapper {
    max-width: 340px;
}
#popup_cookie .popup-content {
    padding: 27px 22px 27px 36px;
}
#popup_cookie .popup-content h2 {
    font-size: 27px;
    margin-bottom: 20px !important;
}
#popup_cookie .footer-area .primary-link {
    font-size: 14px;
    line-height: 17px;
}
#popup_cookie .footer-area .primary-btn {
    padding: 5.3px 0;
    width: 90px;
}
#btn_continue_to_payment:disabled {
    opacity: 0.6;
}
.info-flex strong {
    width: 83px;
}
.v-field {
    width: 120px;
    height: 28px;
    padding: 5px;
}
  @media only screen and (min-width: 769px) {
    .swiper-slide:first-child {
      transition: transform 100ms;
    }

    .swiper-slide:first-child img {
      transition: box-shadow 500ms;
    }

    .swiper-slide.swiper-slide-active:first-child {
      transform: translateX(50%);
      z-index: 2;
    }

    .swiper-slide.swiper-slide-active:first-child img {
      box-shadow: 0px 32px 80px rgba(0, 0, 0, 0.35);
    }

    .swiper-slide:nth-child(2) {
      transition: transform 100ms;
    }

    .swiper-slide.swiper-slide-next:nth-child(2) {
      transform: translateX(55%);
      z-index: 1;
    }

    .swiper-container[dir=rtl] .swiper-slide.swiper-slide-active:first-child {
      transform: translateX(-50%);
    }

    .swiper-container[dir=rtl] .swiper-slide.swiper-slide-next:nth-child(2) {
      transform: translateX(-55%);
    }
  }

  @media (max-width:1188px) {
    body.product-detail .bg-gray2 .badge-img {
        top: -21px;
        right: -34px;
    }
    body.product-detail .v-center {
        justify-content: flex-start;
    }
  }
  @media (max-width:1000px) {
      .mobile-menu {
          display: block;
      }
      .menu {
          display: none;
      }
      .nav-opener {
        transition: opacity .3s ease-in-out;
        width: 19px;
        height: 14px;
        outline: none;
        position: relative;
        z-index: 11;
        float: left;
    }
    .nav-opener:after, .nav-opener:before, .nav-opener span {
        background: #000;
        border-radius: 4px;
        position: absolute;
        top: 6px;
        left: 0;
        right: 0;
        height: 2px;
        transition: all .2s linear;
    }
    .nav-opener:after, .nav-opener:before {
        content: '';
        top: 0;
    }
    .nav-opener:after {
        top: 12px;
    }
    .nav-active .nav-opener:after, .nav-active .nav-opener:before {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 7px;
        left: 2px;
        right: 2px;
    }
    .nav-active .nav-opener span {
        opacity: 0;
    }
    .nav-active .nav-opener:after {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .nav-active .sub-section {
        transition: visibility 0s 0s;
        pointer-events: all;
        visibility: visible;
    }
    .nav-active .sub-section:after {
        opacity: 1;
        transform: scaleY(1);
        transition: transform .5s cubic-bezier(.19, 1, .22, 1),opacity .2s;
    }
    .mobile-menu .main-nav {
        opacity: 0;
        transition: opacity .25s cubic-bezier(.19, 1, .22, 1);
        margin-bottom: 63px;
    }
    .mobile-menu.nav-active .main-nav {
        opacity: 1;
        transition: opacity 1s cubic-bezier(.19, 1, .22, 1);
        transition-delay: 0.2s;
    }
    body header.pl-5 {
        padding: 0px 18px !important;
    }
    .mobile-menu .sub-section {
        padding: 68px 29px 0;
        height: 100vh;
    }
    .mobile-menu .sub-section ul.main-nav a{
        font-size: 25px;
        color: #2C2C2C;
        margin-bottom: 20px;
        display: block;
        line-height: normal;
    }
    .mobile-menu .sub-section ul.main-nav .sub-menu ul li a {
        margin: 0 !important;
        padding-bottom: 4px;
        font-size: 17px !important;
        border-bottom: 1px solid transparent;
        letter-spacing: normal;
    }
    .mobile-menu .sub-section.sub-menu {
        transform: translateX(100%);
        transition: all 0.5s;
    }
    .mobile-menu .sub-section.sub-menu.active {
        transform: translateX(0%);   
        opacity: 1;
        z-index: 1;
    }
    .mf-menu {
        opacity: 0;
        transition: opacity .25s cubic-bezier(.19, 1, .22, 1);
    }
    .mobile-menu.nav-active .mf-menu {
        opacity: 1;
        transition: opacity 1s cubic-bezier(.19, 1, .22, 1);
        transition-delay: 325ms;
    }
    .mf-menu ul {
        flex: 1;
    }
    .mf-menu ul a {
        font-size: 17px;
        line-height: 30px;
        letter-spacing: 0.85px;
        color: #5A5A5A;
    }
    .mf-menu .social {
        width: 67px;
    }
    .mf-menu .social a img {
        width: 16px;
    }
    .mobile-menu .badge-img {
        position: absolute;
        top: unset;
        right: -35px;
        width: 135px;
        bottom: 19%;
        opacity: 0;
        transition: opacity .25s cubic-bezier(.19, 1, .22, 1);
        z-index: 2;
    }
    .mobile-menu.nav-active .badge-img {
        opacity: 1;
        transition: opacity 1s cubic-bezier(.19, 1, .22, 1);
        transition-delay: 575ms;
    }
    .collections {
        padding: 3rem;
    }
    .collections .primary-heading br {
        display: none;
    }
    .tab-area  {
        display: none;
    }
    .f-menu {
        display: none;
    }
    .signup-area .col-md-6.p-5 {
        padding: 2rem !important;
    }
    .signup-area h3.mb-5 {
        font-size: 20px;
        margin-bottom: 2rem !important;
        line-height: 1.5;
    }
    .signup-area h3.mb-5 br {
        display: none;
    }
    .rd-txt {
        font-size: 25px;
        margin: 0;
        font-weight: 700;
        width: 31%;
    }
    .lg-sec {
        width: 100%;
        margin-bottom: 20px;
        justify-content: space-between;
    }
    .rd-txt {
        width: 100%;
        margin-bottom: 20px;
    }
    .rd-link {
        width: 100%;
        justify-content: space-between;
    }
    .p-5.braun {
        padding: 1rem !important;
    }
  }
  @media (max-width: 768px) {
    .h-top {
        display: flex;
        flex-direction: column;
        height: 100vh;
    }
    .h-top .slideshow {
        flex: 1;
    }
    .h-top .slick-slider, .h-top .slick-list, .h-top .slick-track {
        height: 100%;
    }
    .home-banner {
        height: 100% !important;
        text-align: center;
    }
    .home-banner small.f-17 {
        font-size: 13.6px;
        text-transform: uppercase;
    }
    .home-banner h2 {
        font-size: 28px;
        margin-bottom: 1rem !important;
    }
    .home-banner a {
        font-size: 16.6px;
    }
    .home-badge {
        bottom: 37px;
        z-index: 9;
        right: -38px;
        width: 100px;
    }
    .logo-area.p-5 {
        padding: 32px !important;
    }
    .logo-area img.brand__image {
        width: 185px;
    }
    .collections {
        padding: 3rem 0.5rem;
        text-align: center;
    }
    .collections .primary-heading {
        font-size: 20px;
        margin-bottom: 0px !important;
        padding: 0 !important;
    }
    .pmr-0 {
        padding-right: 0 !important;
    }
    .m-show {
        display: unset;
    }
    .row.m-show {
        display: flex;
    }
    .m-hide {
        display: none;
    }
    .m-hide-force.d-flex {
        display: none !important;
    }
    .latest-product.p-5, .collection-area.p-5, .blog-section.p-5, .p-detail.p-5 , .design-section.p-5, .rl-product.p-5, .form-section.p-5, .summary-section.px-5, #payment-area.p-5, .mission-section.p-5, .some-detail.p-5, .da-section.p-5, .da-section .col-md-6.p-5, .collection-ps.p-5, .al-bottom.p-5, .px-5.pt-5.collection-pr, .px-5.pb-5.blog-psection, .p-5.d-list, .de-section.pb-2.px-5, .pb-2.de-section, .sub-page.p-5, .al-bottom.p-5, .product .page-banner.pb-5.pt-4, .product #tabs.p-5, .p-5.pr-page {
        padding: 1.5rem 1rem !important;
    }
    .bl-txt.p-5, .px-5.pt-5.bl-txt, .pb-5.bl-txt {
        padding: 1.5rem 1rem 0 !important;
    }
    .da-section .row.mb-5 {
        margin-bottom: 0 !important;
    }
    .row {
        margin-right: -8px !important;
        margin-left: -8px !important;
    }
    .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
        padding-right: 8px !important;
        padding-left: 8px !important;
    }
    .show-all {
        font-size: 13.6px;
        display: flex;
        align-items: center;
    }
    .latest-product .primary-heading {
        font-size: 25px;
    }
    .latest-product .flex-sp.mb-5, .collection-area .flex-sp.mb-5, .blog-section .flex-sp.mb-4, .rl-product.p-5 .primary-heading.mb-5 {
        margin-bottom: 1.8rem !important;
    }
    .latest-product .ui-tabs-panel a {
        margin-bottom: 2rem !important;
    }
    .collection-area .col-md-4, .collection-area .col-md-6 {
        margin-bottom: 2rem;
    }
    .collection-area .col-md-4:last-child {
        margin-bottom: 0;
    }
    .collection-area .row.mb-5 {
        margin-bottom: 0 !important;
    }
    .logo-area.sticky-div {
        padding: 11px 0 !important;
    }
    .blog-section .blog-bg.p-5 {
        padding: 2.5rem 2rem !important;
    }
    .blog-text small {
        font-size: 13.6px;
        text-transform: uppercase;
        margin-bottom: 1rem !important;
    }
    .blog-text h1.mb-4.f-43 {
        font-size: 25px;
        margin-bottom: 1rem !important;
    }
    .blog-text p.mb-5 {
        font-size: 13.6px;
        margin-bottom: 1rem !important;
    }
    .primary-link {
        font-size: 13.6px;
    }
    .sub-form {
        width: 100%;
    }
    body.home .footer {
        padding-bottom: 25;
    }
    .footer .px-5.flex.pt-5.pb-4 {
        padding: 1.5rem !important
    }
    .footer-right .text-right {
        font-size: 13.6px;
        font-weight: bold;
    }
    body.home .wrapper {
        overflow: hidden;
        overflow-y: auto;
    }
    body.product-detail .bg-gray2 .badge-img {
        top: 48px;
        right: -38px;
        width: 100px;
    }
    .p-detail .col-md-7.mt-3 {
        margin: 4rem 0 !important;
        z-index: 1;
    }
    .designer-info {
        font-size: 13.6px;
    }
    .product-title {
        font-size: 25px;
    }
    .product-info small.product-cat {
        font-size: 13.6px;
    }
    .add-btn {
        position: fixed;
        bottom: 0;
        width: 100%;
        left: 0;
        padding: 18px 32px;
        background: #fff;
        z-index: 7;
        box-shadow: 0px 2px 50px 0px rgb(0 0 0 / 9%);
    } 
    .add-btn .add-to-card.mb-5 {
        margin: 0 !important;
    }
    .product-txt {
        border-top: 1px solid #D2D2D2;
        padding-top: 1.5rem !important;
    }
    .ui-tabs-panel {
        font-size: 13.6px;
    }
    .ui-tabs-panel .primary-link {
        padding-bottom: 4px;
    }
    .shipping-info li a {
        font-size: 13.6px;
    }
    .sp-detail p {
        font-size: 13.6px;
    }
    .primary-heading {
        font-size: 25px;
    }
    .collection-area .flex-sp {
        margin-top: 5px;
    }
    .collection-area img.mb-3 {
        margin-bottom: 0.4rem !important;
    }
    .flex-sp .primary-heading {
        padding: 0;
        margin: 0;
    }
    .swiper-container .text-center.px-5.pb-4.pt-5 {
        padding: 1.8rem 1rem 1rem !important;
    }
    .swiper-button-next, .swiper-button-prev {
        display: none !important;
    }
    .bt-border.product-info {
        border-bottom: 0;
    }
    .product-txt.m-show {
        display: block;
    } 
    .m-bg-white {
        background: #fff;
    }
    .m-c-reverse {
        flex-direction: column-reverse;
    }
    .design-section .col-md-6.py-5.pl-5 {
        padding: 0 8px !important;
    }
    .design-section .main-heading {
        font-size: 25px;
        margin-bottom: 1rem !important;
        margin-top: 8px;
    }
    .design-section .main-heading b {
        font-weight: normal;
    }
    .design-section {
        font-size: 16.8px;
    }
    .design-section p {
        font-size: 16.8px;
        margin-bottom: 1.7rem;
    }
    .design-section .col-md-6.py-5.pl-5 .pl-3 {
        padding-left: 0 !important;
    }
    body.product-detail {
        padding-bottom: 91px;
    }
    .cart-modal, .cart-modal .cart-bg {
        left: 0;
        top: 44px;
        z-index: 7;
    }
    .cart-info {
        padding: 0 18px;
        margin-bottom: 20px;
        justify-content: flex-start;
        font-size:13.6px;
    }
    .cart-section {
        width: 100%;
    }
    .close-m {
        position: absolute;
        right: 18px;
        color: #595959;
    }
    .cart-detail.px-5.pb-5 {
        padding: 0 1rem 2rem !important;
    }
    h5.price {
        font-size: 17px;
    }
    .pr-info {
        align-items: flex-start;
    }
    #cart_user_info.px-5 {
        padding: 0 !important;
    }
    #cart_user_info.px-5 h3.primary-heading, #summary-section.px-5 h3.primary-heading, #payment-area.p-5 h3.primary-heading {
        margin: 0 !important;
        padding-bottom: 25px;
    }
    .mission-section .primary-heading.mb-5 {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }
    .summary-section {
        background: #FAFAFA;
    } 
    .col-md-12.payment-div {
        position: static;
    }
    .payment-info {
        width: 100%;
    }
    .payment-info .add-to-card {
        margin-bottom: 0 !important;
    }
    .m-hide.sc-p {
        display: none !important;
    }
    .des-section {
        display: none;
    }
    .pm-pay.col-md-12.payment-div {
        position: fixed;
        padding: 0 1rem !important;
    }
    .stepper {
        display: flex;
        justify-content: space-between;
        font-size: 14px;
        position: relative;
        margin-bottom: 40px;
    }
    .stepper:after {
        content: '';
        position: absolute;
        height: 2px;
        width: 100%;
        background: #979797;
        bottom: 7px;
    }
    .step {
        position: relative;
        padding-bottom: 23px;
    }
    .step:after {
        content: '';
        position: absolute;
        width: 16px;
        height: 16px;
        background: #fff;
        border-radius: 100%;
        border: 2px solid #979797;
        bottom: 0;
        left: 0;
        z-index: 1;
    }
    .step.step-2:after {
        left: 35%;
    }
    .step.step-3:after {
        left: unset;
        right: 0;
    }
    .step.active:after {
        background: #000000;
        border-color: #000;
    }
    body.thank-you .wrapper.v-center {
        justify-content: flex-start;
    }
    .thank-you-area.text-center {
        text-align: left !important;
        width: 100%;
        padding: 1.5rem;
        margin: 0 auto;
    }
    .thank-you-area h4 {
        font-size: 25px;
    }
    .return-h {
        position: absolute;
        width: 100%;
        text-align: center;
        bottom: 30px;
        font-size: 13.6px;
    }
    .page-banner small {
        font-size: 13.6px;
    }
    .page-banner .badge-img {
        right: -43px;
    }
    .page-banner h2.primary-heading {
        font-size: 25px;
        line-height: 36px;
    }
    .page-banner h2.primary-heading a.primary-link {
        font-size: 25px;
        padding-bottom: 3px;
    }
    .page-banner h2.primary-heading br {
        display: none;
    }
    body.about-us .company {
        padding: 1rem !important;
        font-size: 13.6px;
    }
    body .company {
        font-size: 13.6px;
    }
    body .company p {
        font-size: 16.8px;
        line-height: 30.8px;
    }
    .company .main-heading.mb-5, .company .side-he.mb-5 {
        margin-bottom: 1.5rem !important;
        font-size: 13.6px;
        font-weight: bold;
    }
    .company .side-he.mt-5 {
        margin-top: 1.5rem !important;
        font-size: 16.8px;
    }
    .side-content p {
        font-size: 20px;
        line-height: 30.8px;
        padding: 0 !important;
    }
    .side-content small {
        font-size: 13.6px;
        font-weight: bold;
    }
    body.about-us .side-content small {
        font-weight: normal;
        font-size: 25px;
        line-height: 1.38;
    }
    .mission-section br {
        display: none;
    }
    .mission-section .col-6 {
        text-align: center;
    }
    .some-detail p {
        font-size: 16.8px;
    }
    .show-all.m-hide {
        display: none;
    }
    .di-name a {
        color: #2C2C2C;
        font-size: 25px;
        padding-left: 0;
        line-height: 20px;;
        border-left: 0 !important;
    }
    .page-banner.da-section small {
        font-weight: bold;
    }
    .page-banner.da-section h2.primary-heading {
        font-size: 20px;
        line-height: 29px;
    }
    .page-banner.da-section h2.primary-heading a.primary-link {
        font-size: 20px;
        padding-bottom: 4px;
    }
    .lg-sec img.mr-4 {
        width: 50%;
    }
    .lg-sec img:nth-child(2){
        width: 80px;
    }
    .collection-detail .primary-heading.mb-4.pr-4 {
        padding: 0 !important;
        margin: 0 !important;
    }
    .flex-sp .btn-group {
        width: 50%;
        border-bottom: 2px solid #C2C2C2;
        padding-bottom: 10px
    }
    .flex-sp .btn-group .show-all i {
        width: auto;
    }
    .collection-ps p.f-21 {
        font-size: 17px;
    }
    .pb-5.px-5.cl-bottom {
        padding: 0 1rem 1rem !important;
    }
    body.blog .latest-product .primary-heading {
        padding: 0;
        margin: 0;
    }
    .de-section .col-md-6.text-right {
        margin-bottom: 30px;
    }
    .de-section .v-center .pr-3.w-89 {
        padding-right: 0 !important;
        width: 100%;
        line-height: 28.8px;
        font-size: 21px;
    }
    .de-section .v-center .main-heading {
        margin-bottom: 23px !important;
        font-size: 25px;
    }
    .de-section .v-center .w-75 {
        width: 100% !important;
        line-height: 28.8px;
    }
    .f-video.p-5 {
        padding: 0 !important;
    }
    .popup {
        padding: 0 25px;
    }
    .popup-content {
        padding: 39px 26px 19px 40px;
    }
    .popup-content h2 {
        font-size: 25px;
    }
    .popup-content p {
        margin-bottom: 1.5rem !important;
    }
    .p-detail .breadcrumbs {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: calc(100% - 2rem);
        word-break: break-word;
    }
    .breadcrumbs .mr-2{
        margin-right: 0.3rem !important;
    }
    .rl-product .col-6.mb-5, .product a.pr.mb-5 {
        margin-bottom: 1.5rem !important;
    }
    .product .page-banner .badge-img {
        top: 21px;
    }
    .p-name h5 {
        
        font-size: 13.6px;
    }
    .pr-info img.mr-3 {
        width: 50px;
    }
    .info-div {
        margin-top: 1rem;
    }
    .p-tag {
        left: 22px;
    }
    .rl-product .col-6 img.mb-3 {
        margin-bottom: 0.7rem !important;
    } 
    body.cart .table td, body.cart .table th {
        padding: 1.2rem 0rem ;
    }
    .m-hide.d-block {
        display: none !important;
    }
    body.thank-you .wrapper {
        overflow: hidden;
        position: relative;
    }
    body.thank-you .badge-img {
        top: unset;
        bottom: 82px;
        right: -17px;
    }
    .col-md-6.pl-0.bl-cover {
        padding: 0 !important;
    }
    .bl-info .blog-text small {
        margin-bottom: 0.5rem !important;
    }
    .page-banner .badge-img {
        width: 120px;
    }
    body.designer .de-section {
        font-size: 16.8px;
    }
    .f-13-6 {
        font-size: 13.6px;
    }
    .v-txt {
        line-height: 22px;
    }
    .v-txt .primary-link {
        font-size: inherit;
        text-decoration: underline;
    }
    .v-txt .primary-link:after {
        display: none;
    }
    #popup_cookie.popup {
        align-items: flex-end;
    }
    .sp-detail p span {
        width: 107px;
    }
    body.collection-detail .latest-product .ui-tabs-panel a, .latest-product .ui-tabs-panel a small, a.pr small {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
    #shipping_charges {
        font-size: 11px;
    }
    #shipping_charges br {
        display: none;
    }
    .blog-psection .col-md-6.pr-0 {
        padding-left: 0 !important; 
    }
    .blog #tabs .flex-sp {
        display: none;
    }
    body .al-bottom.p-5 {
        padding: 1.5rem 1rem 10px !important;
    }
    .blog-section {
        overflow: hidden;
    }
    .blog-section .col-md-6.pr-0 {
        padding-left: 0 !important;
    }
    body .swiper-horizontal>.swiper-scrollbar {
        z-index: 7;
    }
    .m-ellipsis {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        width: 100%;
    }
    .small-txt {
        font-size: 13.6px;
    font-weight: bold;
    }
    .mobile-menu .badge-img {
        width: 120px;
    }
    .primary-link, .page-banner .primary-heading a {
        padding-bottom: 3px;
    }
    .blog-psection {
        overflow: hidden;
    }
    body.error .wrapper {
        position: relative;
        overflow: hidden;
    }
    body.error .thank-you-area.error-404 {
        width: 100%;
    }
    body.error .error-404 br {
        display: none !important;
    }
    .popup#popup_cookie {
        left: 0;
        right: 0;
        top: 0;
        z-index: 214748364733;
        box-shadow: 0px 2px 100px rgb(0 0 0 / 10%);
        padding: 0;
        background: transparent;
    }
    body.error .thank-you-area.error-404 h4 {
	font-size: 25.94px;
    }
    body.error .thank-you-area.error-404 .add-to-card {
        align-self: baseline;
    }
   body.error .thank-you-area.error-404 {
	margin-bottom: 51px;
   }
  }