/*@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

@font-face {
    font-family: 'Segoe UI Light';
    src: url('../fontsSegoe UI Light.woff2') format('woff2'),
         url('../fonts/segoe-ui-light.ttf') format('woff');
}
body{
  line-height: 1.5;
 

  overflow-x: hidden;
  /*font-family: "Quicksand", serif;
   font-family: 'Segoe UI Light', 'Segoe UI', Arial, sans-serif;*/

   /*font-family: 'Poppins', sans-serif;*/
   font-family: "Open Sans", sans-serif;
   font-weight: 400;
   font-size: 14px;
                                                
}

.category_list_big .col-md-3:first-child {
    width: 50%;
}
.category_list_big .col-md-3:first-child img {
    height: 505px;
    object-fit: cover;
    object-position: top;
}

a {
  color: #222 ;
  text-decoration: none;
  outline: none !important;
}
*{
  margin:0;
  box-sizing: border-box;
}
:before,:after{
  box-sizing: border-box;
}
.container{
  max-width: 1200px;
  margin:auto;
}
.row{
  display: flex;
  flex-wrap: wrap;
}
.v-center{
  align-items: center;
}
ul{
  list-style: none;
  margin:0;
  padding:0;
}
ul.menu-main{
  text-align: center;
}
a{
  text-decoration: none;
}
/* header */
.header{
  display: block;
  width: 100%;
  position: relative;
  z-index: 99;
  padding:15px;
  background-color: #fff;
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.header.header-fixd {
    position: fixed;
    width: 100%;
    top: 0px;
}
.header .item-left{
  flex:0 0 20%;
}
.header .logo a{
  font-size: 30px;
  color:#000000;
  font-weight: 700;
  text-decoration: none;
}
.header .logo a img{
        width: 180px;
    min-width: 180px;
}
.header .logo a img{
        width: 140px;
    min-width: 140px;
}
.header .item-center{
  flex:0 0 66%;
}
.header .item-right{
  flex:0 0 20%;
  display: flex;
  justify-content: flex-end;
}
.header .item-right a{ 
     text-decoration: none;
     font-size: 16px;
     color:#555555;
     display: inline-block;
     margin-left:15px;
     transition: color 0.3s ease;
     cursor: pointer;
}

a.arrow_scroll_top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #a36936;
    z-index: 9999;
    width: 50px;
    height: 50px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
}
a.arrow_scroll_top:hover {
    background: #a75b19;
}

.Footer.footer-wrapper .footer-sign-me .sign-me-form .sign-me-btn img {
    display: none;
}

.login-btn img {
    display: none;
}
.login-btn p {
    line-height: 27px;
}
/*a.login-btn {*/
/*    background: #ae7104;*/
/*    padding: 1px 10px;*/
/*    border-radius: 5px;*/
/*}*/
/*a.login-btn:hover {*/
/*    background: #d38803;*/
/*}*/
/*.login-btn p {*/
/*    color: #fff;*/
/*    line-height: 27px;*/
/*}*/
/*.login-btn svg path {*/
/*    stroke: #fff;*/
/*}*/

/*.header .item-right a svg circle,
.header .item-right a svg path{
    stroke: #000;
}*/

.header .item-right a.heart-icon svg path{
        fill: currentColor;
}
.header .menu > ul > li{
  display: inline-block;
  line-height: 50px;
  margin-left: 25px;
}
.header .menu > ul > li > a{
  font-size: 15px;
  font-weight: 500;
  color:#000000;
  position: relative;
  text-transform: capitalize;
  transition: color 0.3s ease;
}
.header .menu > ul > li .sub-menu{
  position: absolute;
  z-index: 500;
  background-color:#ffffff;
  box-shadow: -2px 2px 70px -25px rgba(0,0,0,0.3); 
  padding: 20px 30px;
  transition: all 0.5s ease;
  margin-top:25px;
  opacity:0;
  visibility: hidden;
  text-align: left;
}
.login-btn{
    display: flex;
    align-items: center;
}
.login-btn svg,
.login-btn p{
    display: inline-block;
}
.login-btn p{
        margin-bottom: 0px;
    font-size: 16px;
    font-weight: 400;
}

.home_reviews_inner {position: relative;margin-bottom: 10px;margin-top: 100px;margin-left: 50px;margin-right: 10px;}
.home_reviews_txt {background: #fff;box-shadow: 0px 0px 5px rgba(0,0,0,0.2);padding: 40px 25px 20px;}
.home_reviews_txt p {margin: 0px;font-size: 14px;}
.home_reviews_img img {width: 70px !important;height: 70px;border-radius: 50%;object-fit: cover;}
.home_reviews_img {position: absolute;top: -60px;right: 0px;width: 90px;height: 90px;overflow: hidden;border-radius: 50%;border: 10px solid #fff;}
.home_reviews_content {position: absolute;top: -80px;left: -30px;background: #c38927;padding: 15px 15px;border-top-right-radius: 80px;min-width: 220px;}
.home_reviews_content:before {content: "";top: 100%;width: 0;height: 0;border-left: 35px solid transparent;border-right: 0px solid transparent;border-top: 90px solid #a9700f;margin: 0;position: absolute;left: 0;z-index: -1;}
.home_reviews_content h4 {color: #fff;margin: 0px 0px 5px;font-size: 12px;}
.home_reviews_content h5 {color: #fff;margin: 0px 0px 5px;font-size: 12px;}
.home_reviews_content h6 {color: #fff;margin: 0px;font-size: 12px;}
/*.home_reviews_content .customer-reviews-img {position: absolute;bottom: 8px;right: 20px;}*/
.home_reviews_content .customer-reviews-img .rating-box .rating-container label {color: #fff;font-size: 20px;line-height: 16px;}
#home-reviews .owl-nav {display: block;position: absolute;top: 35%;width: 100%;}
#home-reviews {padding: 0px 50px;}
#home-reviews.owl-carousel .owl-nav button.owl-prev {left: -50px;background-color: #b17208;}
#home-reviews.owl-carousel .owl-nav button.owl-next {background-color: #b17208;}
#home-reviews .owl-dots {display: none;}
#home-reviews.owl-carousel .owl-nav button.owl-prev span, #home-reviews.owl-carousel .owl-nav button.owl-next span {color: #fff;}
.home_reviews_box {background: #f3754d;}

@media(min-width: 992px){
  .header {
    position: relative; /* ensures submenus position properly */
    z-index: 1030; /* enough to stay on top but not break layout */
  }

  .header .menu > ul > li:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
  
.header .menu > ul > li.menu-item-has-children:hover .sub-menu{
  margin-top: 0;
  visibility: visible;
  opacity: 1;
}
}
.header .menu > ul > li .sub-menu > ul > li{
  line-height: 1;
}
.header .menu > ul > li .sub-menu > ul > li > a{
  display: inline-block;
  padding: 10px 0;
  font-size: 15px;
  color: #555555;
  transition: color 0.3s ease;
  text-decoration: none;
  text-transform: capitalize;
}
.header .menu > ul > li .single-column-menu{
  min-width: 280px;
  max-width: 350px;
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li{
   line-height: 1;
   display: block; 
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a {
  padding:10px 0;
  display: inline-block;
  font-size: 15px;
  color:#555555;
  transition: color 0.3s ease;
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a strong{
    font-size: 16px;
    color: #000000;
    font-weight: 500;
    line-height: 1;
    padding: 10px 0;
    margin-bottom: 0px;
    text-transform: uppercase;
    font-family: "Sorts Mill Goudy", serif;
}
.header .menu > ul > li .sub-menu.mega-menu{ 
    left: 50%;
    transform: translateX(-50%);  
}
.full-page-mega-menu .sub-menu{
        background-color: #ffffff;
    box-shadow: none !important;
}

.header .menu > ul > li .sub-menu.mega-menu-column-4{
  max-width: 1100px;
  width: 100%;  
  display: flex;
  flex-wrap: wrap;
  padding:20px 15px;
  text-align: left;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item{
  flex:0 0 25%;
  padding:0 15px;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item .title{
  font-size: 16px;
  color:#000000;
  font-weight: 500;
  line-height: 1;
  padding:10px 0;
  margin-bottom: 0px;
  text-transform: uppercase;
  font-family: "Sorts Mill Goudy", serif;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center .title{
  text-align: center;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item img{
  max-width: 100%;
  width: 100%;
  vertical-align: middle;
  margin-top: 10px;
  height: 300px;
  object-fit: cover;
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a:hover,
.header .menu > ul > li .sub-menu > ul > li > a:hover,
.header .item-right a:hover,
.header .menu > ul > li:hover > a{
  color:#000000;
}
/* banner section */
.banner-section{
  background-image: url('../img/banner.jpg');
  background-size: cover;
  background-position: center;
/*  height: 655px;*/
  height: auto;
  overflow: hidden;
  width: 100%;
  display: block;
}
.mobile-menu-head,
.mobile-menu-trigger{
  display: none;
}

/*responsive*/
@media(max-width: 991px){

  .header .item-center{
    order:3;
    flex:0 0 100%;
  }
  /*.header .item-left,
  .header .item-right{
    flex:0 0 auto;
  }*/
  .v-center{
    justify-content: space-between;
  }
  .header .mobile-menu-trigger{
    display: flex;
    height: 30px;
    width: 30px;
    margin-left: 15px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
  }
  .header .mobile-menu-trigger span{
    display: block;
    height: 2px;
    background-color: #333333;
    width: 24px;
    position: relative;
  }
  .header .mobile-menu-trigger span:before,
  .header .mobile-menu-trigger span:after{
    content: '';
    position: absolute;
    left:0;
    width: 100%;
    height: 100%;
    background-color: #333333;
  }
  .header .mobile-menu-trigger span:before{
    top:-6px;
  }
  .header .mobile-menu-trigger span:after{
    top:6px;
  }
  .header .item-right{
    align-items: center;
            padding: 0px;
  }
  .header .header-item{
    padding: 0px;
  }

  .header .menu{
    position: fixed;
    width: 320px;
    background-color:#ffffff;
    left:0;
    top:0;
    height: 100%;
    overflow: hidden;
    transform: translate(-100%);
    transition: all 0.5s ease;
    z-index: 1099;
  }
  .header .menu.active{
     transform: translate(0%);  
  }
  .header .menu > ul > li{
    line-height: 1;
    margin:0;
    display: block;
  }
  .header .menu > ul > li > a{
    line-height: 50px;
    height: 50px;
    padding:0 50px 0 15px;
    display: block;
    border-bottom: 1px solid rgba(0,0,0,0.1);
  }
  .header .menu > ul > li > a i{
    position: absolute;
    height: 50px;
    width: 50px;
    top:0;
    right: 0;
    text-align: center;
    line-height: 50px;
    transform: rotate(-90deg);
  }
  .header .menu .mobile-menu-head{
    display: flex;
    height: 50px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 501;
    position: sticky;
    background-color: #ffffff;
    top:0;
  }
  .header .menu .mobile-menu-head .go-back{
    height: 50px;
    width: 50px;
    border-right: 1px solid rgba(0,0,0,0.1);
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    color:#000000;
    font-size: 16px;
    display: none;
  }
  .header .menu .mobile-menu-head.active .go-back{
    display: block;
  }
  .header .menu .mobile-menu-head .current-menu-title{
    font-size: 15px;
    font-weight: 500;
    color:#000000;
  }
  .header .menu .mobile-menu-head .mobile-menu-close{
      height: 50px;
    width: 50px;
    border-left: 1px solid rgba(0,0,0,0.1);
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    color:#000000;  
    font-size: 25px;
  }
  .header .menu .menu-main{
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .header .menu > ul > li .sub-menu.mega-menu,
  .header .menu > ul > li .sub-menu{
    visibility: visible;
    opacity: 1;
    position: absolute;
    box-shadow: none;
    margin:0;
    padding:15px;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    padding-top: 65px;
    max-width: none;
    min-width: auto;
    display: none;
    transform: translateX(0%);
    overflow-y: auto;
  }
.header .menu > ul > li .sub-menu.active{
  display: block;
}
@keyframes slideLeft{
  0%{
    opacity:0;
    transform: translateX(100%);
  }
  100%{
      opacity:1;
    transform: translateX(0%);  
  }
}
@keyframes slideRight{
  0%{
    opacity:1;
    transform: translateX(0%);
  }
  100%{
      opacity:0;
    transform: translateX(100%);  
  }
}
  .header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item img{
    margin-top:0;
  }
  .header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center .title{
    margin-bottom: 20px;
  }
  .header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center:last-child .title{
    margin-bottom:0px;
  }
  .header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item{
    flex: 0 0 100%;
        padding: 0px;
  }
  .header .menu > ul > li .sub-menu > ul > li > a,
  .header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a{
    display: block;
  }
  .header .menu > ul > li .sub-menu.mega-menu > .list-item > ul {
    margin-bottom: 15px;
  }
  .menu-overlay{
    position: fixed;
    background-color: rgba(0,0,0,0.5);
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    z-index: 1098;
    visibility: hidden;
    opacity:0;
    transition: all 0.5s ease;
  }
  .menu-overlay.active{
    visibility: visible;
    opacity:1;  
  }
  
  .header .menu > ul > li .sub-menu li {
      margin-bottom: 10px;
  }

}


#rightToLeftModal.modal.fade .modal-dialog {
            transform: translateX(100%);
            transition: transform 0.3s ease-out;
        }

        #rightToLeftModal.modal.fade.show .modal-dialog {
            transform: translateX(0);
        }

       #rightToLeftModal.modal.fade .modal-dialog.hide-left {
            transform: translateX(-100%);
        }
        @media (min-width: 576px) {
    #rightToLeftModal.modal.fade.show .modal-dialog {
        max-width: 500px;
        margin: 0px 0px 0px auto;
                margin-right: 20px;
    }
}

.search-modal {
  background: #ffffff;
  border: 1px solid #ddd;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  border-radius: 8px;
  position: relative;
  margin-top: 20px;
}

.search-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.search-header h2 {
  font-size: 1.2rem;
  margin: 0;
}

.close-btn {
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
}

.search-bar {
  display: flex;
  margin: 20px 0;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

.search-bar input {
  width: 100%;
  border: none;
  outline: none;
  font-size: 1rem;
}

.search-bar button {
  background: none;
  border: none;
  cursor: pointer;
}

.popular-categories h3 {
  font-size: 26px;
    margin-bottom: 10px;
    font-weight: 600;
}

.popular-categories ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.popular-categories li {
  font-size: 18px;
    padding: 5px 0;
    cursor: pointer;
    font-weight: 500;
}

.banner-section .carousel-item img {
      max-height: 400px;
      object-fit: cover;
      width: 100%;
    }
   .banner-section .owl-dots{
        display: none;
    }
    .banner-section .owl-theme .owl-nav {
    margin-top: 10px;
    position: absolute;
    top: 50%;
    width: 100%;
}
.owl-carousel .owl-nav button.owl-next{
    position: absolute;
    right: 30px;
    width: 2.5rem;
    height: 2.5rem;
    background-color: #fff;
        border-radius: 64px;
} 
.owl-carousel .owl-nav button.owl-prev{
    position: absolute;
    left: 30px;
    width: 2.5rem;
    height: 2.5rem;
    background-color: #fff;
        border-radius: 64px;
}
.owl-carousel .owl-nav button.owl-prev span,
.owl-carousel .owl-nav button.owl-next span{
    font-size: 38px;
    line-height: 28px;
}
.tow-card-img .image-container {
            position: relative;
            overflow: hidden;
            border-radius: 10px;
        }

        .tow-card-img .image-container img {
            width: 100%;
/*            height: 650px;*/
            transition: transform 0.5s ease, opacity 0.5s ease;
        }

        .tow-card-img .image-container:hover img {
            transform: scale(1.1);
        }

        .tow-card-img .overlay {
            position: absolute;
    bottom: 0px;
    left: 0;
/*    background-color: rgba(0, 0, 0, 0.4);*/
    transition: opacity 0.5s ease;
    width: 100%;
    padding: 20px;
    z-index: 10;
        }

        .tow-card-img .overlay-text {
            color: #fff;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
/*    font-family: "Sorts Mill Goudy", serif;*/
    letter-spacing: 3px;
    margin-bottom: 6px;
    
        }
        .tow-card-img .overlay h4 {
            color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0px;
        }
        .tow-card-img .image-container:hover h4{
            text-decoration: underline;
        }
        .tow-card-img .image-container:before{
            position: absolute;
            content: '';
            bottom: 0px;
            left: 0px;
            width: 100%;
                background: rgba(255, 255, 255, 0) linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(0 0 0 / 80%) 80%) repeat scroll 0 0;
            height: 100%;
            z-index: 9;
           
        }

       


       .product-slider .product-card {
            position: relative;
            border-radius: 10px;
            overflow: hidden;
            text-align: center;
            background-color: #fff;
            transition: transform 0.3s ease-in-out;
        }
        .product-slider .product-card img {
            width: 100%;
            height: auto;
            object-fit: cover;
            transition: opacity 0.5s ease, transform 0.5s ease;
            border-radius: 10px;
        }
        /*.product-slider .product-card img.default-image {
            z-index: 1;
            position: absolute;
            top: 0;
            left: 0;
        }*/
        .product-slider .product-card img.hover-image {
            z-index: 0;
            position: absolute;
            top: 0;
            left: 0;
            opacity: 0;
        }
        .product-slider .product-card:hover img.default-image {
            opacity: 0;
        }
        .product-slider .product-card:hover img.hover-image {
            opacity: 1;
        }
        /*.product-slider .product-card:hover {
            transform: scale(1.05);
        }*/
        .product-slider .product-info {
            padding: 15px 0px;
            text-align: left;
            padding-bottom: 0px;
        }
        .product-slider .product-info h5 {
            font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
        }
        .product-slider .product-info .price {
            font-weight: 500;
    color: #28a745;
    margin-bottom: 5px;
    display: inline-block;
        }
        .product-slider .product-info .price del{
    color: #aba9a9;
        }
        .product-slider .product-info .save-price {
            
    display: inline-block;
    margin-bottom: 0px;
    border: 1px solid #ddd;
    padding: 0px 10px;
    border-radius: 30px;
    color: #28a745;
    margin-left: 5px;
        }
        .boost-pfs-quickview-cart-btn {
    padding: 1px 20px;
    border: 0px;
    color: #fff;
    background-color: #000;
    border-radius: 60px;
    margin-left: 10px;
    display: none;
}
.product-slider .product-card:hover .boost-pfs-quickview-cart-btn{
    display: inline-block;
}
        .product-slider .discount-badge {
            position: absolute;
            top: 10px;
            left: 10px;
            background-color: #28a745;
            color: #fff;
            padding: 5px 10px;
            font-size: 0.9rem;
            border-radius: 5px;
            z-index: 999;
        }
        #productCarousel .owl-nav{
            display: block;
            position: absolute;
            top: 35%;
            width: 100%;
        }
       #productCarousel .owl-nav button.owl-prev {
    left: 0px;
}
#productCarousel .owl-nav button.owl-next {
    right: 0px;
}
/*.our-promises-heading{
        padding-top: 80px;
    padding-bottom: 80px;
    margin-top: 0px;
    background-position: center !important;
    background-size: cover !important;
    background: url(../img/product-img/Ilustrations_for_homepage_subscribe_2.webp);
}*/
.our-promises-heading h3{
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    color: #000;

}
.our-promises-text .our-promises-img{
max-width: 100px;
    margin: 0 auto;
    position: relative;
}
.our-promises-text .our-promises-img::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgb(0 0 0 / 30%);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}
.our-promises-text .our-promises-img:hover::before {
    -webkit-animation: circle .75s;
    animation: circle .75s;
}
@-webkit-keyframes circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}
@keyframes circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}
.our-promises-text .our-promises-img img{
    width: 100%;
    /*position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);*/
}/*
.our-promises-heading .circles-wrapper {
    width: 100px;
    height: 100px;
    position: relative;
    margin: auto;
}

.our-promises-heading .circle {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: relative;
}
.our-promises-heading .circle-lg {
    width: 100px;
    height: 100px;
    animation: rotateCircles 3.1s linear infinite;
}
.our-promises-heading .circle::before {
       content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background: #fff;
    top: -6px;
    border-radius: 50%;
    box-shadow: 0 0 10px 6px rgb(255 255 255 / 80%);
}
@keyframes rotateCircles {
  from {
    transform: rotate(0);
  } to {
    transform: rotate(360deg);
  }
}
*/

.our-promises-text{
    text-align: center;
}
.our-promises-text h5{
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-bottom: 0px;
    margin-top: 10px;
/*    font-family: "Sorts Mill Goudy", serif;*/
}
.main-heading-text{
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    color: #000;
    margin-bottom: 35px;
    position: relative;
    display: inline-block;
    width: 100%;
    /*font-family: "Sorts Mill Goudy", serif;
    font-family: "Quicksand", serif;
    font-family: "Playwrite HR Lijeva", cursive;
     font-family: "Sorts Mill Goudy", serif;*/
}
.main-heading-text:before {
    background-color: #c50000;
    content: '';
    display: none;
    height: 3px;
    width: 75px;
    position: absolute;
    top: -6px;
}
.main-heading-text:after {
    background-color: #c50000;
    content: '';
    display: block;
    position: absolute;
    right: 0px;
    bottom: -8px;
    height: 3px;
    width: 75px;
    left: 0px;
    margin: 0px auto;
}
.our-collection .overlay-text {
    color: #000000;
    font-size: 24px;
    font-weight: bold;
        position: relative;
    z-index: 99;
    padding: 5px 20px;
     position: absolute;
    bottom: 15px;
    background-color: #fff;
/*    font-family: "Playwrite HR Lijeva", cursive;*/
}
.our-collection  .image-container img{
    height: auto;
}
.our-collection .image-container:hover .overlay-text {
    
    padding: 5px 20px;
    color: #000;
        position: absolute;
    bottom: 15px;
}

#banner-slider .owl-item.active img{
    -webkit-animation: zoom 25s;
  animation: zoom 25s;
}
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.5, 1.5);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.5, 1.5);
  }
}
/*.full-page-img-section{
    padding-top: 80px;
    padding-bottom: 50px;
}*/
.full-page-img-section img{
    width: 100%;
}



 .card-narrow {
    position: relative;
  } 
.card-narrow-content {
    position: absolute;
    bottom: 0pc;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
}
.card-narrow-content span{
        display: block;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}
.card-narrow-image img{
    width: 100%;
}
.card-narrow-image{
    position: relative;
    border-radius: 6px;
    overflow: hidden;
}
.card-narrow-image:before{
        position: absolute;
    content: '';
    bottom: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0) linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(0 0 0 / 80%) 80%) repeat scroll 0 0;
    height: -webkit-fill-available;
}
.card-narrow h3 {
        margin: 0;
    padding: 10px 0;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    font-size: 32px;
    font-weight: 700;
    color: #fff;
}
.card-narrow-content p{
            margin-bottom: 0px;
    font-size: 16px;
    font-weight: 500;
    background-color: #333333a1;
    padding: 8px 0px;
    color: #fff;
}
.card-narrow-content a{
            font-size: 18px;
    font-weight: 600;
    padding: 10px 20px;
    background-color: #fff;
    margin: 20px 0px;
    color: #000;
}

.card-narrow:hover img {
  cursor: pointer;
  opacity: 0.8;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}



.footre-padding-top{
    padding: 80px 30px;
        padding-bottom: 50px;
}
.footer-bottom-inner {
    padding-top: 40px !important;
    background: #fbe6d3;
}
.footer-bottom-inner h4 {
    font-size: 20px;
    color: #1f3c56;
}
.footer-bottom-inner .footer-links ul li {
    padding-left: 0px !important;
}
.footre-padding-top .footer-logo{
    width: 110px;
    height: auto;
    display: inline-block;
    margin-bottom: 10px;
}
.footre-padding-top p{
        font-size: 16px;
    font-weight: 400;
    color: #333;
    text-align: justify;
    margin-bottom: 20px;
}
.footre-padding-top p a{
    color: #333;
    text-decoration: underline;
}
.footre-padding-top .footer-logo img{
    width: 100%;
}
.footre-padding-top .footer-social-icons li{
        list-style-type: none;
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: #000;
    border-radius: 50px;
    margin-right: 5px;
    position: relative;
}
.footre-padding-top .footer-social-icons li:last-child{
    margin-right: 0px;
}
.footre-padding-top .footer-social-icons li a{
        color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
}
.footer-links h4{
    font-size: 22px;
    font-weight: 600;
    color: #000;
    margin-bottom: 35px;
}
.footer-links ul li{
    list-style-type: none;
    display: block;
    margin-bottom: 5px;
}
.footer-links ul li:last-child{
    margin-bottom: 0px;
}
.footer-links ul li a{
    color: #333;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0px;
    position: relative;
    display: inline-block;
}
.footer-text {
    color: #333;
    font-size: 15px;
}
.footer-links ul li a:hover{
    color: #0961b1;
}
.footer-links .footer-addres a{
    padding-left: 35px;
}
.footer-links .footer-addres a img{
    width: 25px;
}
.footer-links .footer-addres li{
    margin-bottom: 15px;
}
.footer-links .footer-addres a i,
.footer-links .footer-addres a img{
position: absolute;
    top: 2px;
    left: 0px;
    font-size: 16px;
}
.footer-links h5{
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 0px;
    line-height: 20px;
}
.footer-links span{
font-size: 10px;
    font-weight: bold;
    padding-left: 35px;
}

.buttom-footer{
    padding: 10px;
    background-color: #1f3c56;
    text-align: center;
}
.buttom-footer a{
    color: #fff;
}
.buttom-footer a:hover{
    text-decoration: underline;
}










.footer-links .inputbox {
    position: relative;
    margin: 20px 0;
    width: 100%;
            
}

.footer-links .inputbox label {
  transform: translateY(-50%);
    color: #544e4e;
    font-size: 1em;
    pointer-events: none;
    transition: .5s;
    position: absolute;
    top: 50%;
    left: 10px;
    padding: 0px 2px;          
}

.footer-links input:focus~label,
.footer-links input:valid~label {
  top: 0px;
    background-color: #ffffff;
    color: #000000;
    
}

.footer-links .inputbox input {
  background: transparent;
    border: none;
    outline: none;
    font-size: 1em;
    padding: 0 35px 0 10px;
    color: #000000;
    width: 100%;
    height: 50px;  
    border: 1px solid #a9a9a9;
    border-radius: 6px;             
}
.footer-links input:focus{
    border-color: #000;
}
.footer-links .inputbox svg {
  font-size: 1.2em;
    position: absolute;
    right: 10px;
    color: #000000;
    top: 18px;
}
.customer-reviews-img img{
    width: 100%;
}
#customer-reviews .owl-dots{
    display: none;
}
#customer-reviews .owl-nav{
    display: block;
    position: absolute;
    top: 35%;
    width: 100%;
}

#customer-reviews .owl-nav button.owl-prev {
    left: 45px;
}
#customer-reviews .owl-nav button.owl-next {
    right: 45px;
}


.blog-card .blog-card-img{
    overflow: hidden;
/*    height: 580px;*/
}
.blog-card .blog-card-img img{
    width: 100%;
    transition: transform 0.5s ease, opacity 0.5s ease;
    height: 370px;
    object-fit: cover;
    object-position: top;
}
.blog-card:hover .blog-card-img img{
        transform: scale(1.1);
}
.blog-card-heading {
    margin-top: 0px;
    border: 1px solid #a36936;
    padding: 15px;
    background: #f9efe7;
}
.blog-card .blog-card-heading .post-meta{
font-size: .75rem;
    text-transform: uppercase;
    color: #000000;
    opacity: .6;
    letter-spacing: .1em;
    margin-bottom: 12px;
}
.blog-card .blog-card-heading .post-meta-heding{
        display: block;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    line-height: 25px;
    margin-bottom: 15px;
    margin-top: 15px;
}
.blog-card .blog-card-heading p{
    font-size: 14px;
    font-weight: 400;
    color: #333;
    text-align: justify;
}
.blog-card .blog-card-heading .blog-read-more{
        font-size: 16px;
    font-weight: 400;
    text-decoration: underline;
    color: #000;
    transition: all 0.3s ease-in-out;
        text-transform: capitalize;
}
.blog-card .blog-card-heading .blog-read-more:hover {
    color: #a36936;
    padding-left: 10px;
}
.blog-card:hover .blog-card-heading .blog-read-more{
      
    text-decoration: underline;
}






.instagram-reels .marquee {
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  display: flex;
  align-items: center;
  position: relative;
}

.instagram-reels .marquee-content {
  display: flex;
  animation: marquee 20s linear infinite; /* Infinite animation */
  animation-play-state: running; /* Default running state */
}

.instagram-reels .marquee:hover .marquee-content {
  animation-play-state: paused; /* Pause the animation on hover */
}

.instagram-reels .marquee-item {
  flex-shrink: 0;
  width: 400px; /* Set your desired width */
  height: 500px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  margin: 0 15px;
  font-size: 20px;
  transition: transform 0.4s ease, filter 0.4s ease;
}

.instagram-reels .marquee:hover .marquee-item {
  filter: blur(4px);
  transform: scale(0.9);
}

.instagram-reels .marquee .marquee-item:hover {
  filter: none;
  transform: scale(1.2);
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.instagram-reels .instagram-reels-box img {
    width: 100%;
}



.modal-body h1 {
  font-weight: 900;
  font-size: 2.3em;
  text-transform: uppercase;
}
.modal-body a.pre-order-btn {
  color: #000;
  background-color: gold;
  border-radius: 1em;
  padding: 1em;
  display: block;
  margin: 2em auto;
  width: 50%;
  font-size: 1.25em;
  font-weight: 6600;
}
.modal-body a.pre-order-btn:hover {
  background-color: #000;
  text-decoration: none;
  color: gold;
}








.page-load-popup {
    position: fixed;
    bottom: 15px;
    background: #f5f5eb;
    color: #424a54;
    z-index: 999;
    text-align: center;
    /*visibility: hidden;
    opacity: 0;*/
    transition: all 0.5s var(--drawer-transition-timing);
    max-width: 385px;
    right: unset;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) !important;
    padding: 0px 10px 0px;
    min-height: 540px;
    display: flex;
    background-color: transparent;
    box-shadow: none;
    width: 450px !important;
    max-width: 450px;
        border: 0px !important;
}
.page-load-popup{
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}
.page-load-popup:before {
    background-image: url(https://www.manandesign.com/cdn/shop/files/Website_Pop_1.png?v=1670228992);
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.page-load-popup-close {
    position: absolute;
    right: 15px;
    top: 15px;
    right: 64px;
    bottom: 13px;
    top: auto !important;
    left: auto;
    top: 50px;
    padding: 0.5rem;
    background-color: #ddd;
    border-radius: 100%;
}
.page-load-popup-close svg {
    display: inline-block;
    height: 1em;
    width: 1em;
    fill: currentColor;
    vertical-align: middle;
    stroke-width: 1px;
    background: none;
    pointer-events: none;
    display: block;
    width: 15px;
    height: 15px;
}
.page-load-popup .page-load-popup-wrapper {
        max-width: 260px;
    margin: 0 auto;
    flex-direction: column;
    justify-content: flex-start;
    display: flex;
    padding-top: 35px;
}
.page-load-popup .page-load-popup-wrapper .page-load-popup-heading {
    margin-top: 0rem;
    color: #000;
    font-size: 36px;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 0;
    font-weight: 100;
}
.page-load-popup-content p {
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 0px;
    color: #333;
}
.page-load-popup .page-load-popup-form {
    margin-top: 1rem;
}
.page-load-popup .page-load-popup-form .page-load-popup-form-nput{
        padding: 12px 14px;
    border-radius: 6px;
    border: 1px solid #c5c5c5;
    width: 100%;
    transition: border-color 0.1s ease-in-out;
    color: #000;
    box-sizing: border-box;
    background-color: transparent;
}

.page-load-popup .page-load-popup-form .page-load-popup-form-nput:focus {
    outline: none;
}
.page-load-popup-form .page-load-popup-button{
   position: relative;
    padding: 14px 28px;
    border: 1px solid #000;
    border-radius: 0;
    text-transform: uppercase;
    text-align: center;
    transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    color: #000;
    width: 100%;
    margin-top: 20px;
    border-radius: 5px;
    background: none;
}
.page-load-popup-form .page-load-popup-button:after{
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
}
.page-load-popup-form .page-load-popup-button:hover{
    color: #fff;
}
.page-load-popup-form .page-load-popup-button:hover:after{
        width: 100%;
}




.l-band {
  position: relative;
/*  width: calc(min(90rem, 90%));*/
  margin: 0 auto;
  column-gap: 3rem;
  padding-block: min(20vh, 3rem);
  background-color: #000;
  width: 100%;
}
.l-band .l-band__header-subtitle {
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 1rem;
  color: #717171;
}
.l-band .l-band__header-title {
  text-transform: capitalize;
  letter-spacing: 0.8px;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: clamp(3.4375rem, 3.25rem + 0.75vw, 4rem);
  background-color: #005baa;
  background-image: linear-gradient(45deg, var(--color-ats-primary), var(--color-ats-secondary));
  background-size: 100%;
  background-repeat: repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}
.l-band .l-band__header hr {
  display: block;
  width: 6.25rem;
  height: 0.25rem;
  margin: 1.125rem 0 1.875rem 0;
  background: var(--color-ats-primary);
  border: none;
}
.l-band .l-band__header-description {
  line-height: 1.6;
}
.l-band .l-band__header-link {
  margin-top: 2.188rem;
  padding: 0.625rem 1.875rem;
  border: 2px solid var(--color-ats-primary);
  color: var(--color-ats-primary);
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  background: var(--color-light);
  border-radius: 3.125rem;
  transition: 0.3s ease-in-out;
}
.l-band .l-band__header-link:hover {
  background-image: linear-gradient(45deg, var(--color-ats-primary), var(--color-ats-secondary));
  border: 0.125rem solid var(--color-ats-secondary);
  color: var(--color-light);
}

.c-card {
  display: none;
  opacity: 0;
  padding-bottom: 0px;
    text-align: center;
    width: 100%;
}
.c-card__title {
  display: inline-block;
    font-size: 18px;
    color: #000;
    font-weight: 500;
    background-color: #fff;
    border-radius: 8px;
    padding: 10px 20px;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.c-card__instrument {
      color: #ffffff;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.swiper {
  width: 100%;
  padding-top: 0px;
}
.swiper-slide {
  width: 18.75rem;
  height: 28.125rem;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: self-start;
}
.swiper-pagination {
  bottom: 1.25rem !important;
}
.swiper-pagination-bullet, .swiper-pagination-bullet-active {
  background: #fff;
}


.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right {
  background-image: none;
}

@media screen and (min-width: 93.75rem) {
  .swiper {
    width: 92%;
        padding: 0px 67px;
  }
}
.instagram-reels-box {
    height: 500px;
}
.swiper-slide-active .c-card {
  display: block;
  opacity: 1;
}
.swiper-slide--1 {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400), 
  url("../img/instagram/instagram-reels1-1.jpg") no-repeat 50% 50%/cover;
border: 3px solid #fff;
    border-radius: 15px;}
.swiper-slide--2 {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400), 
  url("../img/instagram/instagram-reels1-2.jpg") no-repeat 50% 50%/cover;
border: 3px solid #fff;
    border-radius: 15px;}
.swiper-slide--3 {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400), 
  url("../img/instagram/instagram-reels1-3.jpg") no-repeat 50% 50%/cover;
border: 3px solid #fff;
    border-radius: 15px;}
.swiper-slide--4 {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400), 
  url("../img/instagram/instagram-reels1-4.jpg") no-repeat 50% 50%/cover;
border: 3px solid #fff;
    border-radius: 15px;}
.swiper-slide--5 {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400), 
  url("../img/instagram/instagram-reels1-5.jpg") no-repeat 50% 50%/cover;
border: 3px solid #fff;
    border-radius: 15px;}
.swiper-slide--6 {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400), 
  url("../img/instagram/instagram-reels1-6.jpg") no-repeat 50% 50%/cover;
border: 3px solid #fff;
    border-radius: 15px;}
.swiper-slide--7 {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400), 
  url("../img/instagram/instagram-reels1-7.jpg") no-repeat 50% 50%/cover;
border: 3px solid #fff;
    border-radius: 15px;}
.swiper-slide--8 {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400), 
  url("../img/instagram/instagram-reels1-8.jpg") no-repeat 50% 50%/cover;
border: 3px solid #fff;
    border-radius: 15px;}
.swiper-slide--9 {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400), 
  url("../img/instagram/instagram-reels1-9.jpg") no-repeat 50% 50%/cover;
border: 3px solid #fff;
    border-radius: 15px;}
.swiper-slide--10 {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400), 
  url("../img/instagram/instagram-reels1-10.jpg") no-repeat 50% 50%/cover;
border: 3px solid #fff;
    border-radius: 15px;}
    .instagram-swiper-button .swiper-button-next, 
     .instagram-swiper-button .swiper-button-prev{
            color: #000000;
    background-color: #fff;
    width: 40px;
    height: 40px;
    padding: 10px;
    border-radius: 50px;
     }
     .instagram-swiper-button .swiper-button-next:after, 
     .instagram-swiper-button .swiper-button-prev:after{
        font-size: 20px;
     }
     
     .instagram-swiper-button .swiper-button-prev{
        left: 10px;
     }
     .instagram-swiper-button .swiper-button-next{
        right: 10px;
     }





.Footer {
    padding: 34px 0;
    background: #fff;
    color: #6a6a6a;
}
.Footer.footer-wrapper {
    margin: 0;
    padding: 46px 0 0;
}
#section-footer {
    display: block !important;
    float: left;
    width: 100%;
    z-index: 1;
    position: relative;
}
.Footer.footer-wrapper .footer-sign-me {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    background-color: #f7f9fb;
    /*height: 150px;*/
    position: relative;
    padding-bottom: 25px;
    padding-top: 25px;
    margin-bottom: 10px;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.Footer.footer-wrapper .footer-sign-me .sign-me-img {
    width: 20%;
    position: relative;
    height: 100%;
}
.Footer.footer-wrapper .footer-sign-me .sign-me-img .sign-sun-img {
    position: absolute;
    width: 37px;
    right: 0;
    top: 61px;
}
.Footer.footer-wrapper .footer-sign-me .sign-me-img .sign-tree-big {
    width: 56px;
    position: absolute;
    bottom: -13px;
    right: 51px;
}
.Footer.footer-wrapper .footer-sign-me .sign-me-img .sign-tree-small {
    width: 29px;
    position: absolute;
    right: 23px;
    bottom: -13px;
}

.footer_social_icon {
    width: 40%;
    padding-right: 120px;
}
.footer_social_icon h4 {
    text-align: center;
    color: #1f3c56;
    font-weight: 600;
}
.footer_social_icon ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.footer_social_icon ul li a {
    font-size: 30px;
    color: #1f3c56;
    transition: all 0.3s ease-in-out;
}
.footer_social_icon ul li a i {
    transition: all 0.3s ease-in-out;
}
.footer_social_icon ul li a:hover i {
    transform: scale(1.1);
}

.brd_right {
    position: relative;
}
.brd_right:before {
    content: "";
    width: 1px;
    height: 100%;
    background: /*#ededed*/ #1d3851;
    position: absolute;
    right: -45px;
    top: 0px;
}
.brd_left {
    position: relative;
}
.brd_left:before {
    content: "";
    width: 1px;
    height: 100%;
    background: /*#ededed*/ #1d3851;
    position: absolute;
    right: -45px;
    top: 0px;
}
.footer-bottom-inner .brd_right:last-child:before {
    display: none;
}
.desc p {
    margin: 0px;
}

.Footer.footer-wrapper .footer-sign-me .sign-me-form {
    width: 60%;
    position: relative;
    /*margin: auto;*/
    padding-right: 120px;
    padding-left: 80px;
}
.Footer.footer-wrapper .footer-sign-me .sign-me-form h1 {
    font-size: 32px;
    letter-spacing: 0px;
    color: #1f3c56;
    opacity: 1;
    text-align: center;
    margin: 0;
    padding-bottom: 5px;
/*     font-family: "Sorts Mill Goudy", serif;*/
}
.sign-me-form p b {
    color: #1f3c56;
}
.Footer.footer-wrapper .footer-sign-me .sign-me-form p {
    text-align: center;
    font-size: 12px;
    letter-spacing: 0px;
    color: #333;
    margin: 0;
    padding-bottom: 11px;
    font-weight: 500;
}
.Footer.footer-wrapper .footer-sign-me .sign-me-form p .percentage-sign {
/*    font-family: Arial, Helvetica, sans-serif;*/
    margin: 0 0 0 -2px;
}
.Footer.footer-wrapper .footer-sign-me .sign-me-form .sign-me-btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    width: 525px;
    margin: auto;
    position: relative;
}
.Footer.footer-wrapper .footer-sign-me .sign-me-form .sign-me-btn span {
    background: #1f3c56;
    font-size: 12px;
    letter-spacing: 1.2px;
    color: #fff;
    opacity: 1;
    line-height: 50px;
    width: 265px;
    text-align: center;
    cursor: pointer;
    margin: 10px 0 0 5px;
}
.Footer.footer-wrapper .footer-sign-me .sign-me-form .sign-me-btn img {
    position: absolute;
    line-height: 40px;
    text-align: center;
    width: 56px;
    bottom: 20px;
    right: -15px;
}
.Footer.footer-wrapper .footer-sign-me .sign-me-form .sign-me-btn input {
    margin: 10px 0 0;
    background: transparent;
    border: none;
    outline: none;
    font-size: 1em;
    padding: 0 35px 0 10px;
    color: #000000;
    width: 100%;
    height: 50px;
    border: 1px solid #a9a9a9;
    border-radius: 6px;
}
.Footer.footer-wrapper .footer-sign-me .sign-me-tree {
    width: 20%;
    position: relative;
    height: 100%;
}
.Footer.footer-wrapper .footer-sign-me .sign-me-tree .sign-tree-big {
    width: 56px;
    position: absolute;
    bottom: -13px;
    left: 0;
}
.Footer.footer-wrapper .footer-sign-me .sign-me-tree .sign-tree-small {
    width: 28px;
    position: absolute;
    bottom: -13px;
    left: 57px;
}
.Footer.footer-wrapper .footer-wrap .typed-footer-section {
    border-top: 1px solid #EBEDF1;
    border-bottom: 1px solid #EBEDF1;
    background: #1f3c56;
    width: 100%;
    margin-bottom: 10px;
}
.Footer.footer-wrapper .footer-wrap .typed-footer-section h1 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 95%;
    margin: 12px auto;
}
.Footer.footer-wrapper .footer-wrap .typed-footer-section h1 a {
    cursor: default;
    position: relative;
}
.Footer.footer-wrapper .footer-wrap .typed-footer-section h1 a span{
    color:#fff;
    font-size:16px;
    font-style:normal;
    position:relative;
    min-height:30px;
    display:block;
    text-align:center;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    justify-content:center;
    -webkit-justify-content:center;
    -webkit-box-align:center;
    -webkit-flex-align:center;
    -ms-flex-align:center;
    -webkit-align-items:center;
    align-items:center
}
.Footer.footer-wrapper .footer-wrap .typed-footer-section img:first-child {
    margin-right: 5px;
}
.Footer.footer-wrapper .footer-wrap .typed-footer-section img:last-child {
    margin-left: 5px;
}
footer .delivery-detail-section {
    padding: 0 5px;
    margin-bottom: 10px;
    cursor: default;
}
footer .delivery-detail-section .delivery-section-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.nrp-see-more-clk {
    cursor: pointer;
}
footer .delivery-detail-section .delivery-section-wrapper .delivery-detail-item {
    flex: 0 0 25%;
    text-align: center;
    padding: 0 5px;
    flex-grow: 1;
}
footer .delivery-detail-section .delivery-section-wrapper .delivery-detail-item .delivery-detail-block {
    background-color: #f7f9fb;
    padding: 15px 30px;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

footer .delivery-detail-section .delivery-section-wrapper .delivery-detail-item .delivery-detail-block {
    flex-direction: column;
}
footer .delivery-detail-section .delivery-section-wrapper .delivery-detail-item .delivery-detail-block .text {
    text-align: center !important;
}

footer .delivery-detail-section .delivery-section-wrapper .delivery-detail-item .delivery-detail-block .icon-wrapper {
    padding-right: 0px !important;
    border: 1px solid #1f3c56;
    width: 70px;
    height: 70px;
    display: flex;
    margin-bottom: 10px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

footer .delivery-detail-section .delivery-section-wrapper .delivery-detail-item .delivery-detail-block .icon img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
}
footer .delivery-detail-section .delivery-section-wrapper .delivery-detail-item .delivery-detail-block .title {
    margin-bottom: 0;
    font-size: 16px;
    color: #424954;
}
footer .delivery-detail-section .delivery-section-wrapper .delivery-detail-item .delivery-detail-block .desc {
    font-size: 13px;
    color: #000;
}

.free-shipping img {
    width: 25px !important;
}
footer .delivery-detail-section .delivery-section-wrapper .delivery-detail-item .delivery-detail-block .desc a {
    text-decoration: underline;
    /*display: block;*/
    color: #0e518d;
}
footer .delivery-detail-section .delivery-section-wrapper .delivery-detail-item .delivery-detail-block .title {
    margin-bottom: 0;
    font-size: 16px;
    color: #1f3c56;
    font-weight: 700;
}
.Footer.footer-wrapper .footer-wrap .footer-middle-block {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 40px;
}
.Footer.footer-wrapper .footer-wrap .footer-middle-block .footer-middle-right {
    width: 30%;
    display: inline-block;
    float: right;
    background-color: #f7f9fb;
    position: relative;
}
footer .footer-middle-right .footer-middle-right-inner {
    padding: 40px 60px;
    position: relative;
}
footer .footer-middle-right .find-store-text {
    margin-bottom: 40px;
}
footer .footer-middle-right .find-store-text .store-page {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
footer .footer-middle-right .find-store-text .store-page svg {
    width: 13px;
    height: 16px;
    margin-right: 5px;
    display: block;
}
footer .footer-middle-right .email .email-link {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: #000;
    font-size: 13px;
}
footer .footer-middle-right .email svg {
    width: 18px;
    height: 12px;
    margin-right: 9px;
    display: block;
}
footer .footer-middle-right .find-store-text .store-page .store-text {
    color: #000;
    font-weight: 600;
    letter-spacing: .4px;
        font-size: 14px;
}
footer .footer-middle-right .email {
    margin-bottom: 40px;
}
footer .footer-middle-right .email .email-link.corporate-mail {
    padding-left: 27px;
}
footer .footer-promotional-care-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
footer .footer-promotional-care-wrapper .whatsapp {
    padding-top: 4px;
    padding-right: 10px;
}
footer .footer-promotional-care-wrapper .whatsapp svg {
    width: 17px;
    height: 17px;
}
footer .footer-promotional-care-wrapper .care .phone-number {
    color: #000;
    font-size: 13px;
    position: relative;
}
footer .footer-promotional-care-wrapper .care .phone-number:first-child {
    margin-right: 2px;
}
footer .footer-promotional-care-wrapper .care .phone-number:after {
    position: absolute;
    content: "";
    background-color: #565e6b;
    width: 89%;
    height: 1px;
    bottom: 2px;
    left: 10px;
}
footer .footer-promotional-care-wrapper .customer-care-office-time {
    color: #7c878e;
    font-size: 13px;
}
footer .footer-promotional-care-wrapper .customer-care-office-time p {
    color: #000;
    font-size: 13px;
}
footer .butturfly-image {
    position: absolute;
}
.Footer.footer-wrapper .footer-wrap .footer-middle-block .footer-middle-left {
    width: 70%;
    display: inline-block;
    background-color: #fff;
}
.Footer.footer-wrapper .footer-wrap .footer-middle-block .footer-middle-left .Linklist-container {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding-top: 40px;
    padding-bottom: 40px;
    height: 100%;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.Footer.footer-wrapper .footer-wrap .footer-middle-block .footer-middle-left .Linklist-block {
    display: inline-block;
    position: relative;
    max-width: 33.33%;
    flex: 0 0 33.33%;
}
.Footer.footer-wrapper .footer-wrap .footer-middle-block .footer-middle-left .Linklist-block .linklist-block-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
}
.Footer.footer-wrapper .footer-wrap .footer-middle-block .footer-middle-left .Linklist-block .Linklist-title {
    font-size: 16px;
    letter-spacing: 0px;
    color: #000;
    opacity: 1;
    padding-bottom: 14px;
}
.Linklist {
    list-style: none;
    padding: 0;
}
.Linklist__Item {
    position: relative;
    display: block;
    margin-bottom: 15px;
    width: 100%;
    line-height: 1.5;
    text-align: left;
    transition: all .2s ease-in-out;
}
.Footer.footer-wrapper .footer-wrap .footer-middle-block .footer-middle-left .Linklist-block .Linklist__Item {
    font-size: 14px;
    letter-spacing: .36px;
    color: #565e6b;
    opacity: 1;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 6px;
}
.Linklist__Item:before {
    position: absolute;
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    top: calc(50% - 3px);
    left: 0;
    border-radius: 100%;
    background: #1c1b1b;
    opacity: 0;
    transition: opacity .1s ease-in-out;
}
.Link, .shopify-payment-button__more-options {
    transition: color .2s ease-in-out, opacity .2s ease-in-out;
}
.Linklist__Item>.Link, .Linklist__Item>.shopify-payment-button__more-options {
    display: block;
    width: 100%;
    text-align: inherit;
    color: #000;
}
footer .footer-social-icons {
    margin-top: 32px;
}
.HorizontalList__Item {
    list-style-type: none;
}
.HorizontalList__Item {
    display: inline-block;
}
footer .footer-social-icons .HorizontalList__Item {
    margin-right: 28px;
}
.HorizontalList__Item>.Link, .HorizontalList__Item>.shopify-payment-button__more-options {
    display: inline-block;
}
.supports-hover .Link--primary:hover, .Link--primary.is-active {
    color: #1c1b1b;
}
.Footer__Title, .Footer .Link--primary:hover {
    color: #1c1b1b;
}
.Footer.footer-wrapper .footer-wrap .footer-middle-block .footer-middle-left .Linklist-block .last-block-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    height: 100%;
}
footer .Footer-promotional-nicoradio {
    display: block;
}
footer .Footer-promotional-nicoradio .nico-radio-link {
    display: block;
}
footer .Footer-promotional-nicoradio .nico-radio-text {
    display: block;
    font-size: 10px;
    line-height: 1.2;
    color: #000;
}
footer .copyright-text-wrapper .copyright-text {
    font-weight: 300;
    line-height: 1.4;
}
.Footer.footer-wrapper .footer-wrap .footer-middle-block .footer-middle-left .copyright-text {
    font-size: 10px;
    letter-spacing: 0px;
    color: #000;
    opacity: 1;
    line-height: 1.4;
    font-weight: 400;
}
footer .copyright-text-wrapper .copyright-text .copyright-text-desk {
    display: block;
}
footer .copyright-text-wrapper .copyright-text .copyright-text-desk {
    display: block;
}


.customer-reviews-img{
    position: relative;
}
.customer-reviews-img .customer-reviews-text{
    position: absolute;
    top: 25%;
    transform: translateY(-50%);
    padding: 20px 85px;
    text-align: center;
    transform: rotate(-6deg);
}
.customer-reviews-img .rating-box {
  display: inline-block;
}
.customer-reviews-img .rating-box .rating-container {
  direction: rtl !important;
}
.customer-reviews-img .rating-box .rating-container label {
  display: inline-block;
  color: #5e5d5d;
  cursor: pointer;
  font-size: 30px;
  transition: color 0.2s;
}
.customer-reviews-img .rating-box .rating-container input {
  display: none;
}
.customer-reviews-img .rating-box .rating-container label:hover, 
.customer-reviews-img .rating-box .rating-container label:hover ~ label, 
.customer-reviews-img .rating-box .rating-container input:checked ~ label {
  color: #fda800;
}
.customer-reviews-img h4{
    font-size: 22px;
    font-weight: 700;
    text-transform: capitalize;
    color: #000;
    text-align: center;
/*    font-family: "Playwrite HR Lijeva", cursive;*/
}
.customer-reviews-img p{
        font-size: 16px;
    font-weight: 400;
    color: #333;
    text-align: center;
}
.customer-reviews-logos{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.customer-reviews-logos .customer-reviews-icon {
    width: 90px;
}
.customer-reviews-logos .customer-reviews-icon img{
    width: 100%;
}
.customer-reviews-logos .customer-reviews-names {
    width: 180px;
}
.customer-reviews-logos .customer-reviews-names h3{
        font-size: 15px;
    margin-bottom: 0px;
    font-weight: 600;
    color: #000;
    text-transform: capitalize;
    text-align: right;
/*     font-family: "Sorts Mill Goudy", serif;*/
}

a.whatsapp_icon_left {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 9999;
}
a.whatsapp_icon_left img {
    width: 50px;
}
.desc {
    display: none;
}


.padding-top-80{
    padding-top: 30px !important;
}
.blogs-section .main-heading-text,
.reviews-customer .main-heading-text{
    /*padding-bottom: 8px;*/
}
footer .Footer-promotional-nicoradio .svg-wrapper img {
    width: 125px;
} 

/*manisha*/

.inner-banner-content{position:absolute;top:0;left:0;right:0;z-index:99;bottom:0;display:flex;align-items:center;justify-content:center;flex-direction:column}
.inner-banner{position:relative}
.inner-banner figure img{height:285px;width:100%;object-fit:cover}
.inner-banner-content h1{font-size:38px;font-weight:600!important}
.inner-banner:after{background:hsl(0deg 0% 0% / 24%);position:absolute;left:0;right:0;top:0;bottom:0;content:""}
.inner-banner .breadcrumb li.breadcrumb-item a{color:#000}
.inner-section-space{padding-top:100px;padding-bottom:100px}


.coustom-accordian  .accordion-item{background:0 0;border:0}
.coustom-accordian .accordion-item{border:0}
.coustom-accordian .accordion-button:not(.collapsed){color:#000;background-color:transparent;box-shadow:none}
.coustom-accordian  .accordion-body{padding:0;padding-bottom:15px;padding-top:15px}
.coustom-accordian  .accordion-button{padding:10px 0}
.coustom-accordian  .accordion-button{padding:18px 0 10px;font-size:18px;border-bottom:1px solid #ddd}
.coustom-accordian  .accordion-button:focus{border-color:#000;box-shadow:none}
.coustom-accordian  .accordion-item:last-child .accordion-button{border-bottom:0}
.coustom-accordian  .accordion-button:not(.collapsed)::after{filter:brightness(0) saturate(100%)}


.check-list li{padding-left:0!important;margin-top:10px}
.shop-side-bar{padding:15px 25px;border-radius:10px;border:1px solid #ddd}

.coustom-check .form-check-input{width:20px;height:20px}
.form-check.coustom-check{margin-bottom:0;display:flex;align-items:center}
.coustom-check .form-check-input:checked{background-color:#000;border-color:#000}
.coustom-check .form-check-input{width:20px;height:20px;position:relative;top:-2px}
.coustom-check .form-check-label{margin-left:10px;font-size:14px}


.filter-box h4{padding:18px 0 10px;font-size:18px;border-bottom:1px solid #ddd;margin-bottom:15px}
.Filters-head h3{font-size:20px;text-transform:uppercase;margin-bottom:20px}

.shop-page-r-row .col-md-4 {
  margin-bottom: 30px;
}


.page-link {
  border: 1px solid #ddd;
  padding: 10px 18px;
  color: hsl(0deg 0% 0% / 67%);
  width: 40px;
  height: 40px;
  display: flex
;
  align-items: center;
  justify-content: center;
  margin: 0 0px;
  border-radius: 4px;
  font-size: 17px;
}
ul.pagination li {
  padding-left: 10px !important;}
.page-item.active .page-link,.page-link:hover,.page-link:focus {
  z-index: 3;
  color: #fff;
  background-color: #000;
  border-color: #000;
  box-shadow: none;
}

.pagignation-box.mt-5 {
  display: flex
;
  align-items: center;
  justify-content: center;
}
.list-view-filter a {
  width: 42px;
  height: 42px;
  border: 1px solid;
  display: inline-flex
;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: #000;
  margin-left: 3px;
  color: transparent;
}
.list-view-filter {
  display: flex
;
}
select.form-select.short-by {
  height: 43px;
  min-width: 167px;
}

#sync1 {
  .item {
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      text-align: center;
  }
}

#sync2 {
  .item {
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 10px;
      text-align: center;
      cursor: pointer;
      
      overflow: hidden;
  }
}
.solid-btn:hover {
  color: #fff !important;
  opacity: 0.8;
  cursor: pointer;
}
.border-btn:hover {
  color: #000;
  opacity: 0.8;
  cursor: pointer;
}

#sync1 .owl-stage-outer {
  height: 700px;
  border-radius: 10px;
}

.owl-theme {
  .owl-nav {
    /*default owl-theme theme reset .disabled:hover links */
    [class*='owl-'] {
      transition: all .3s ease;
      &.disabled:hover {
       background-color: #D6D6D6;
      }   
    }
    
  }
}


#sync1.owl-theme {
  position: relative;
  .owl-next, .owl-prev {
    width: 15px;
    height: 35px;
    margin-top: -20px;
    position: absolute;
    top: 50%;

    background: transparent;
  }
  .owl-prev {
    left: 10px;
  }
  .owl-next {
    right: 10px;
  }
}
div#sync2 .item img {
  height: 140px;
  object-fit: cover;
  object-position: top;
}

div#sync2 {
    margin-top: 10px;
}

span.tag-sale {
  padding: 5px 11px;
  font-weight: 600;
  background-color: #c50000;
  color: #fff;
  border-radius: 4px;
  font-family: var(--font-family-base);
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 14px;
  display: inline-flex
;
}
.shop-detail-left > h2 {
  font-size: 34px;
  margin-bottom: 10px;
}
ul.rating-list {
  margin-bottom: 16px;
}
ul.rating-list li {
  padding-left: 0 !important;
  margin-right: 6px;
  color: #ffbf00;
  font-size: 14px;
}
span.price-tag del {
  font-size: 20px;
  color: hsl(0deg 0% 0% / 43%);
  font-weight: 400;
}
span.price-tag {
  margin-bottom: 0px;
  font-size: 24px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
}
ul.size-list {
  display: flex
;
}
ul.size-list li {
  width: auto;
  height: 20px;
  background: #000;
  display: flex
;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  padding: 14px 15px;
  border-radius: 1px;
  color: #fff;
  font-size: 14px;
}
.shop-d-box h4 {
  font-size: 20px;
  margin-bottom: 12px;
}
li.size-chart {
  padding-left: 12px;
  text-decoration: underline;
  font-size: 14px;
  color: #000 !important;
  background: #fff !important;
}

ul.color-list {
  display: flex
;
}

ul.color-list li img {
  border-radius: 50%;
  box-shadow: 0px 1px 2px hsl(0deg 0% 0% / 63%);
}
ul.color-list li {
  margin-right: 10px;
  padding-left: 0 !IMPORTANT;
}
ul.size-list li.disable-size {
  background: hsl(0deg 0% 0% / 26%);
}
.solid-btn {
  border-radius: 7px;
  padding: 15px 25px;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  border: 1px solid #000;
  height: 50px;
  min-width: 195px;
  display: flex
;
  align-items: center;
  justify-content: center;
}
.add-btn-box {
  display: flex
;
}
.border-btn {
  border-radius: 7px;
  padding: 15px 25px;
  border: 1px solid #000;
  color: #000;
  text-transform: uppercase;
  height: 50px;
  min-width: 195px;
  display: flex
;
  align-items: center;
  justify-content: center;

}



.input-number {
  width: 80px;
  padding: 0 12px;
  vertical-align: top;
  text-align: center;
  outline: none;
}

.input-number,
.input-number-decrement,
.input-number-increment {
  border: 1px solid #ccc;
  height: 40px;
  user-select: none;
}

.input-number-decrement,
.input-number-increment {
  display: inline-block;
  width: 30px;
  line-height: 38px;
  background: #f1f1f1;
  color: #444;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
}
.input-number-decrement:active,
.input-number-increment:active {
  background: #ddd;
}

.input-number-decrement {
  border-right: none;
  border-radius: 4px 0 0 4px;
}

.input-number-increment {
  border-left: none;
  border-radius: 0 4px 4px 0;
}

.faq-inner .accordion-button {
  background-color: #f1f0ea;
  font-size: 16px;
  padding: 21px 20px;
  font-weight: 700;
  color: #292d32;
}

.faq-inner .accordion-button:not(.collapsed) {
  padding-bottom: 0;
  color: #c50000;
  background-color: transparent;
  box-shadow: none;
  border-radius: 6px !important;
}
ul.Policy-return-list li {
  padding-left: 0 !IMPORTANT;
}
.faq-inner .accordion-item {
    margin-bottom: 2px;
    border-radius: 6px !important;
    overflow: hidden;
    border: 0 solid;
    background: hsl(51.43deg 20% 93.14% / 48%);
}

.faq-inner .accordion-item:not(:first-of-type) {
  border-top: 0 solid var(--body-color);
}

.faq-inner .accordion-item .accordion-button::after {
  background-image: url(./../../assets/img/plus.png);
  background-position: center;
}

.faq-inner .accordion-button:not(.collapsed)::after {
  background-image: url(./../../assets/img/minus.png);
  transform: none;
  filter: black(0) invert(1);
}

.faq-inner .accordion-button:focus {
  outline: 0;
  box-shadow: none;
}

.faq-inner .nav-tabs .nav-link {
  margin-bottom: 0;
  background: 0 0;
  border: 0;
  border-top-left-radius: initial;
  border-top-right-radius: inherit;
  display: flex;
  align-items: center;
  color: rgb(78 85 93 / 59%) !important;
  font-size: 20px;
  color: rgb(78 85 93 / 59%) !important;
  font-weight: 700;
}

.faq-inner .nav-link.chef-active.active {
  color: #8d126e !important;
  margin-bottom: 0;
}

.Policy-return svg {
  filter: brightness(0) saturate(100%) invert(10%) sepia(84%) saturate(5659%) hue-rotate(2deg) brightness(93%) contrast(116%);
}
.faq-inner .nav-link.active span img {
  -webkit-filter: brightness(0) invert(1);
}

.faq-inner .nav-item .nav-link {
  border-right: 1px solid #b2b2b2;
}

.faq-inner .nav-item:last-child .nav-link {
  border-right: 0px solid #b2b2b2;
}

.faq-inner .nav-tabs .nav-link:focus,
.faq-inner .nav-tabs .nav-link:hover {
  border-color: #b2b2b2;
  isolation: isolate;
  border-radius: initial;
}

.faq-inner .nav-tabs {
  border-bottom: 0;
}

.faq-inner .nav-link.customer-active.active {
  color: #fd207a !important;
  margin-bottom: 0;
}

.accordion-body {
    font-size: 14px;
}

.detail-grid {
    padding: 0 10px;
}
/*15-01-204*/

.site-pages-content h2, .site-pages-content .h2 {
  font-size: 20px;
  margin-bottom: 30px;
}
.checkout-rightpanel {
  padding: 25px;
  margin-left: auto;
  width: 88%;
}
.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}
.checkout-rightpanel .cartItems img {
  border-radius: 6px;
}

.small {
  max-width: 80px;
}
.checkout-rightpanel .cartItems h3, .checkout-rightpanel .cartItems .h3 {
  font-size: 18px;
}
.checkout-rightpanel .cartItems {
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  margin-bottom: 15px;
}
.cartSubtotal {
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 14px;
  color: #666;
}
.paymentMethod ul li {
  padding: 15px 0;
  font-size: 15px;
  border-bottom: 1px solid #e1e1e1;
  padding-left: 0 !important;
}
.btn.btn-primary {
  background-color: #000;
  border: 2px solid #000;
  font-weight: 500;
  padding: 8px 20px;
}
.btn.btn-primary:hover {
  background-color: #fff;
  border: 2px solid #000;
  color: #000;
}
.couponApplied {
  border: 1px dotted #666;
  padding: 15px 40px 14px 15px;
  position: relative;
  margin: 12px 0;
}
.couponApplied .removeCoupon span {
  color: #000;
}
.couponApplied .removeCoupon {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 16px;
}
.addressBox {
  border: 1px solid #e1e1e1;
  padding: 20px;
  margin: 20px 0;
  font-size: 14px;
}
.site-pages-content .form-group {
  margin-bottom: 15px;
}

.form-group input.form-control {
  height: 45px;
}
.addressBox .addressTitle {
  font-size: 12px;
  text-transform: uppercase;
  margin: 0 0 15px;
}
.cart-card {
  border-bottom: 1px solid #e1e1e1;
  padding: 15px 0;
}
.cart-card img {
  max-width: 150px;
}
.cart-card h4, .cart-card .h4 {
  font-size: 18px;
  color: #222;
}
.cart-card h4 a, .cart-card .h4 a{ color: #222;}

.cart-card .quantity {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 20px 0;
  padding: 0;
}
.cart-card .quantity li {
  border: 1px solid #e1e1e1;
  padding-left: 0 !important;
}
.cart-card .quantity li  {
  display: flex
;

  width: 35px;
  height: 35px;
  align-items: center;
  justify-content: center;
  color: #000;
}

.cart-card .quantity li a{ color: #000;}
.cart-card .quantity li:nth-child(2) {
  border-left: 0;
  border-right: 0;
  width: 35px;
  height: 35px;
  display: flex
;
  align-items: center;
  justify-content: center;
}
.pInfo {
  justify-content: space-between;
  display: flex
;
  flex-direction: column;
}

.delete a span {
  color: #000;
}

.accountnav {
  background: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 7px;
  overflow: hidden;
}
.accountnav ul li a.active {
  background: #000;
  color: #fff ! important;
}
.accountnav ul li a {
  padding: 15px 20px;
  display: block;
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
  color: #222;
}
.accountnav li {
  padding-left: 0 !important;
}
.orderBox {
  border: 1px solid #e1e1e1;
  padding: 20px;
  font-size: 13px;
}

.orderBox h4, .orderBox .h4 {
  font-size: 16px;

}
.inner-banner figure {
  margin-bottom: 0;
}
.thumb {
  max-width: 120px;
}
.orderBox .orderDetailBox {
  border-left: 1px solid #e1e1e1;
  width: 200px;
  padding-left: 20px;
}
@media (max-width: 991px) {
.blog-card .blog-card-img{
    height: auto;
  }
  .padding-top-80 {
    padding-top: 70px;
}
#productCarousel .owl-dots{
    display: none;
}
.l-band{
        width: 100%;
    padding: 0px;
    background-color: transparent;
}
.instagram-swiper-button .swiper-button-next {
    right: 10px;
}
.instagram-swiper-button .swiper-button-prev {
    left: 10px;
}
.customer-reviews-img .customer-reviews-text {
    padding: 20px 78px;
}
.customer-reviews-img .rating-box .rating-container label {
    font-size: 16px;
}
.customer-reviews-img h4 {
    font-size: 12px;
}
.customer-reviews-img p {
    font-size: 12px;
}
.customer-reviews-logos .customer-reviews-icon {
    width: 50px;
}
.customer-reviews-logos .customer-reviews-names {
    width: 160px;
}
.customer-reviews-logos .customer-reviews-names h3 {
    font-size: 12px;
}
#customer-reviews .owl-nav button.owl-next {
    right: 0px;
    background-color: #869791;
    color: #fff;
}
#customer-reviews .owl-nav button.owl-prev {
    left: 0px;
    background-color: #869791;
    color: #fff;
}
}

@media (min-width: 992px) {

#customer-reviews .owl-item.active.center{
        transform: scale(1.2);
}
#customer-reviews .customer-reviews-img {
    position: relative;
    padding: 30px;
}
#customer-reviews .owl-item.active.center .customer-reviews-img {
    position: relative;
    padding: 0px;
}
}
.main-section-bg {
    background-color: #d5f5de;
    padding: 80px 0px;
}
.main-section-right-text h2{
    font-size: 70px;
    font-weight: 700;
    color: #51d287;
    margin-bottom: 20px;
}
.main-section-right-text p{
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 20px;
    color: #333;
}
.main-section-right-text p:last-child{
    margin-bottom: 0px;
}
.main-section-right-text h5{
        font-size: 40px;
    font-weight: 600;
    color: #51d287;
    margin-top: 30px;
    margin-bottom: 0px;
}
.main-section-right-text span{
        font-size: 25px;
    font-weight: 600;
    color: #000;
}
.foterweaving h2 {
    font-size: 16px !important;
    line-height: 32px !important;
    margin-bottom: 5px;
    color: #e77a43 !important;
    text-transform: uppercase;
}
.foterweaving h2, .foterweaving a {
    color: #000000 !important;
    font-size: 16px;
    font-weight: 600;
}
.popularSerachFooter ul li {
    display: inline-block;
    border-right: 2px solid #ffddcc;
    font-size: 12px !important;
    line-height: 21px !important;
    padding: 0 10px;
}
ul:not(.list-unstyled):not([list-unstyled]) li {
    padding-left: 16px;
}

.wishlist-count-badge {
    -webkit-animation: moveit 2.5s infinite;
    animation: moveit 2.5s infinite;
    height: 20px;
    width: 20px;
    line-height: 1.8 !important;
    padding: 0px !important;
}

@-webkit-keyframes moveit{
  from { top:  0px; opacity:1; }
  50%  { top: -6px; opacity:1; }
  to   { top:  0px; opacity:1; }
}

@keyframes moveit{
  from { top:  0px; opacity:1; }
  50%  { top: -6px; opacity:1; }
  to   { top:  0px; opacity:1; }
}

.foterweaving p:last-child{
    margin-bottom: 0px;
}

#home-blog .owl-nav {
    display: none;
}
.home_blog_btn {
    margin-top: 40px;
    text-align: center;
}
a.home_view_all {
    background: #1f3c56;
    font-size: 15px;
    letter-spacing: 1.2px;
    color: #fff;
    line-height: 50px;
    width: 180px;
    text-align: center;
    cursor: pointer;
    border: 2px solid #fff;
    transition: all 0.3s ease-in-out;
    display: inline-block;
}
a.home_view_all:hover {
    background: #fff;
    color: #1f3c56;
    border: 2px solid #1f3c56;
}

@media (max-width: 991px) {
.main-section-right-text h2 {
    font-size: 42px;
}
.main-section-right-text h5 {
    font-size: 32px;
}
.main-section-right-text span {
    font-size: 18px;
}
.popularSerachFooter ul li {
    margin-bottom: 20px;
    border-right: 0px;
}
#home-blog .owl-dots {
    margin-top: 20px;
}
}



@media (max-width: 767px) {
.footer_social_icon {
    width: 100%;
    padding-right: 0px;
    padding-top: 30px;
}
.Footer.footer-wrapper .footer-sign-me {
    height: auto !important;
    padding: 25px 15px !important;
    margin-bottom: 5px !important;
    flex-direction: column;
}
footer .delivery-detail-section .delivery-section-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.brd_right {
    padding-bottom: 20px;
}
.brd_right:before, .brd_left:before {
    display: none;
}
.footre-padding-top {
    padding: 80px 0px 20px;
}
#home-reviews {
    padding: 0px 20px;
}
#banner-slider .owl-item img {
   height: 280px;
}
#banner-slider.owl-carousel .owl-nav button.owl-prev {
    margin-top: 33px;
}
#banner-slider.owl-carousel .owl-nav button.owl-next {
    margin-top: 33px;
}
#home-reviews.owl-carousel .owl-nav button.owl-prev {
    left: -25px;
}
#home-reviews.owl-carousel .owl-nav button.owl-next {
    right: -5px;
}
.home_reviews_txt {
    padding: 30px 15px 15px;
}
.home_reviews_txt p {
    font-size: 13px;
}
.Footer.footer-wrapper .footer-sign-me .sign-me-form p {
    padding-bottom: 0px !important;
}
footer .delivery-detail-section .delivery-section-wrapper .delivery-detail-item .delivery-detail-block {
    flex-direction: row;
}
footer .delivery-detail-section .delivery-section-wrapper .delivery-detail-item .delivery-detail-block .icon-wrapper .icon {
    margin-bottom: 0px;
}
footer .delivery-detail-section .delivery-section-wrapper .delivery-detail-item .delivery-detail-block .title a {
    color: #1f3c56 !important;
}
.Footer.footer-wrapper .footer-wrap {
    margin-bottom: 5px !important;
}
.footer-text {
    color: #1f1f1f;
    font-size: 14px;
    margin-bottom: 20px;
}
#home-reviews .owl-nav {
    width: -webkit-fill-available;
}
footer .delivery-detail-section .delivery-section-wrapper .delivery-detail-item .delivery-detail-block .icon.icon-4 {
    max-width: 30px !important;
}
footer .delivery-detail-section .delivery-section-wrapper .delivery-detail-item .delivery-detail-block .icon.icon-1 {
    max-width: 28px !important;
}
footer .delivery-detail-section .delivery-section-wrapper .delivery-detail-item .delivery-detail-block .icon.icon-2 {
    max-width: 30px !important;
}
}

@media (min-width: 481px) and (max-width: 574px) {
.tow-card-img .image-container img {
    height: 300px !important;
    object-fit: cover;
    object-position: top;
}
.product-slider .product-card img {
    height: 400px;
    object-position: top;
    object-fit: cover;
}
.card-narrow-image img {
    height: 350px;
    object-fit: cover;
    object-position: top;
}
}


@media (min-width: 768px) and (max-width: 991px) {
.header .item-right {
    flex: 0 0 33%;
}
#banner-slider.owl-carousel .owl-nav button.owl-prev {
    margin-top: 65px;
}
#banner-slider.owl-carousel .owl-nav button.owl-next {
    margin-top: 65px;
}
.our-collection .overlay-text {
    font-size: 16px;
}
.tow-card-img .overlay-text {
    font-size: 14px;
}
.tow-card-img .overlay h4 {
    font-size: 13px;
}
.card-narrow h3 {
    font-size: 28px;
}
.card-narrow-content p {
    font-size: 14px;
}
.card-narrow-content a {
    font-size: 16px;
}
#home-reviews .owl-nav {
    width: -webkit-fill-available;
}
.home_reviews_txt {
    padding: 30px 15px 15px;
}
.c-card__instrument {
    font-size: 25px;
}
.c-card__title {
    font-size: 16px;
}
.Footer.footer-wrapper .footer-sign-me .sign-me-form {
    width: 55%;
}
.footer_social_icon {
    width: 45%;
    padding-right: 0px;
}
.Footer.footer-wrapper .footer-sign-me .sign-me-form p {
    padding-bottom: 0px !important;
}
footer .delivery-detail-section .delivery-section-wrapper .delivery-detail-item .delivery-detail-block {
    flex-direction: row;
}
footer .delivery-detail-section .delivery-section-wrapper .delivery-detail-item .delivery-detail-block .icon-wrapper .icon {
    margin-bottom: 0px;
}
footer .delivery-detail-section .delivery-section-wrapper .delivery-detail-item .delivery-detail-block .title a {
    color: #1f3c56 !important;
}
.brd_right:before, .brd_left:before {
    display: none;
}
.footer-bootom .col-md-5 {
    width: 100%;
}
.brd_right {
    margin-bottom: 20px;
}
footer .delivery-detail-section .delivery-section-wrapper .delivery-detail-item .delivery-detail-block .icon.icon-4 {
    max-width: 30px !important;
}
footer .delivery-detail-section .delivery-section-wrapper .delivery-detail-item .delivery-detail-block .icon.icon-1 {
    max-width: 28px !important;
}
footer .delivery-detail-section .delivery-section-wrapper .delivery-detail-item .delivery-detail-block .icon.icon-2 {
    max-width: 30px !important;
}
.Footer.footer-wrapper .footer-wrap {
    margin-bottom: 5px !important;
}
}

@media (min-width: 992px) and (max-width: 1199px) {
header.header .item-center {
    flex: 0 0 65% !important;
}
.header .item-left {
    flex: 0 0 15%;
}
.header .menu > ul > li {
    margin-left: 15px;
}
.our-collection .overlay-text {
    font-size: 18px;
}
#home-reviews .owl-nav {
    width: -webkit-fill-available;
}
#home-reviews.owl-carousel .owl-nav button.owl-prev {
    left: -35px;
}
#home-reviews.owl-carousel .owl-nav button.owl-next {
    right: 5px;
}
.home_reviews_txt {
    padding: 30px 15px 15px;
}
.Footer.footer-wrapper .footer-sign-me .sign-me-form p {
    padding-bottom: 0px !important;
    width: 380px !important;
}
.Footer.footer-wrapper .footer-sign-me .sign-me-form .sign-me-btn {
    display: flex !important;
    width: 470px !important;
    gap: 10px !important;
}
.Footer.footer-wrapper .footer-sign-me .sign-me-form .sign-me-btn span {
    margin-top: 10px !important;
}
.Footer.footer-wrapper .footer-sign-me .sign-me-form {
    width: 60%;
}
.footer_social_icon {
    padding-right: 40px;
}
.Footer.footer-wrapper .footer-sign-me {
    height: 200px !important;
}
footer .delivery-detail-section .delivery-section-wrapper .delivery-detail-item .delivery-detail-block {
    flex-direction: row;
}
footer .delivery-detail-section .delivery-section-wrapper .delivery-detail-item .delivery-detail-block .icon-wrapper .icon {
    margin-bottom: 0px;
}
footer .delivery-detail-section .delivery-section-wrapper .delivery-detail-item .delivery-detail-block .title a {
    color: #1f3c56 !important;
}
.footer-text {
    font-size: 14px;
}
.footer-bootom .col-lg-5 {
    width: 100%;
}
footer .delivery-detail-section .delivery-section-wrapper .delivery-detail-item .delivery-detail-block .icon.icon-4 {
    max-width: 30px !important;
}
footer .delivery-detail-section .delivery-section-wrapper .delivery-detail-item .delivery-detail-block .icon.icon-1 {
    max-width: 28px !important;
}
footer .delivery-detail-section .delivery-section-wrapper .delivery-detail-item .delivery-detail-block .icon.icon-2 {
    max-width: 30px !important;
}
.Footer.footer-wrapper .footer-wrap {
    margin-bottom: 5px !important;
}
}


