@import url("https://fonts.googleapis.com/css?family=Baloo+Bhaina|Crimson+Pro|Inknut+Antiqua|PT+Serif&display=swap");
@import url("https://fonts.googleapis.com/css?family=Ovo&display=swap");
@import url("https://fonts.googleapis.com/css?family=Playfair+Display:400,700,700i");
@import url("https://fonts.googleapis.com/css?family=Roboto:400");

*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    
}
body {
    font-family: 'Roboto', sans-serif;
    line-height: 1.667;
    font-size: 15px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Playfair Display', serif;
    color: #222222;
    font-weight: 700;
}

h1 {
    font-size: 70px;
    font-weight: 700;
}

h2 {
    font-size: 32px;
    font-weight: 700;
}

p {
    font-size: 16px;
    line-height: 1.8;
    color: rgb(0, 0, 0);
}

a {
    text-decoration: none;
}

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

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
/* .row{
    width: 100%;
} */

.sec-bg-1{
    background: #f5f2eb;
}
input:focus-visible {
    outline:0;
}
.btn:focus {
    outline: 0;
    box-shadow:none;
}
.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #ced4da;
    outline: 0;
    box-shadow: none;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
  }
#navbar1 .navbar{
    width: 65%;
  }
.header-offer{
    background: #2e446b;
}
.header-offer marquee{
    color: #fff;
}
.header{
    /* background-color:#FBF7EA; */
    background: url(../img/wooden-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.logo-1{
    display: block !important;
    width: 20% !important;
}
.logo-2{
    display: none !important;
}
#navbar1 .icons{
    width: 10%;
    display: flex;
    align-items: center;
    gap: 10px;
}
#navbar1 .icons div {
    font-size: 19px;
    color: #343434;
    padding: 7px;
    transition: all 0.6s ease-in-out;
}
#navbar1 .desk-sigin ul li {
    padding: 3px;
    text-align: center;
}
.sticky .top-head-account:hover .desk-sigin {
    top: 100%;
    visibility: visible;
    opacity: 1;
}
.dropdown-toggle::after {
    display: inline-block;
    color: #999999;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
.navbar .head-nav{
    display: flex;
    gap: 36px;
}
.head-nav li a{
    font-family: 'Dosis', sans-serif;
}
.dropdown-menu {
background: #fbf7ea;
border: none; 
}
.dropdown-item{
    font-family: 'Dosis', sans-serif;
}
.logo {
    width: 20%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.register{
    display: none;
}
.icons{
    text-align: end;
    padding-right: 20px;
    width: 40%;
}
.icons div{
    padding-left: 10px;
    font-size: 21px;
    color: #fff;
}
.icons div span{
    padding-left: 10px;
    font-weight: 300;
}
#menu-btn{
    display: none;
}
.navbar{
    justify-content: space-evenly;
}
.navbar a{
    color: #000;
    font-size: 15px;
    /* text-transform: uppercase; */
    letter-spacing: 0.4px;
    transition: all 0.6s ease-in-out;
}
.navbar a:hover {
    color: rgb(46 68 107);
    /* font-size: 18px; */
    /* text-transform: uppercase; */
    letter-spacing: 0.4px;
}
.navbar .cross-btn{
    display: none;
}

.logo{
    text-align: center;
}

    .logo img {
        width: 100%;
        padding: 6px 0px;
        margin-left: 38px;
    }

.menu-bar .row{
align-items: center;
}

#search-btn{
    position: relative;
}
.search-form{
    position: absolute;
    right: 1px;
    z-index: 999;
    top: -11px;
    visibility: hidden;
    opacity: 0;
    width: 100%;
    display: block;
    background: #fff;
    border-radius: 3px;
    transition: all 0.6s ease-in-out;
    height: 63px;
    border-radius: 5px;
}

.search-form input{
    height: 63px;
    width: 94%;
    font-size: 22px;
    border:none;
    border-radius: 5px;
    background: #fff;
}
#search-remove{
    padding-left: 12px;

}
.search-form label{
    color: #000;
    /* background: #d5af2b; */
    font-size: 25px;
    padding: 3px;
}
.icon-btn{
    transition: all 0.6s ease-in-out;
}
.icon-btn:hover{
    cursor: pointer;
    color: #d5af2b;
}
.search-btn:hover .icons .search-form{
    display: block;
    top: 112px;
}

.actives{
      visibility: visible;
      opacity: 1;
    top:32px;

}

#cart-btn{
    position: relative;
}
.count-number {
    position: absolute;
    top: -3%;
    left: 52%;
    background: #334b74;
    padding: 0px 7px;
    border-radius: 50%;
    font-size: 16px;
    color: #fff;
    /* right: 1%; */
}

.desk-sigin{
    position: absolute;
    top: 0;
    right: 0;
    background: #f8f0d6;
    z-index: 50;
    padding: 0px 3px 2px 16px;
    transition: all 0.6s ease-in-out;
    visibility: hidden;
    opacity: 0;
}
.desk-sigin ul{
    width: 130px;
}
.desk-sigin ul li{
    padding: 3px;
}
.desk-sigin ul li a{
    color: #242424;
    font-size: 19px;
}
.top-head-account:hover{
    cursor: pointer;
}
.top-head-account:hover .desk-sigin{
   top: 13%;
    visibility: visible;
    opacity: 1;
}

/* heading end */




.slider{
    width: 100%;
    height: 420px;
}
.slider .row{
    margin: 0;
}
.slider-col{
    padding: 0;
}
#cf2 {
    position:relative;
    /* height:281px;
    width:450px; */
    margin:0 auto;
  }
  #cf2 img {
    position:absolute;
    left:0;
    /* -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out; */
  }
  
  #cf2 img.transparent {
  opacity:0;
  }
  #cf2 img{
    animation-name: cf4FadeInOut;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 8s;
    /* animation-direction: alternate; */
    }

    @keyframes cf4FadeInOut {
        0% {
          opacity:1;
        }
        17% {
          opacity:1;
        }
        25% {
          opacity:0;
        }
        92% {
          opacity:0;
        }
        100% {
          opacity:1;
        }
      }
      
      #cf2 img:nth-of-type(1) {
        animation-delay: 8s;
      }
      #cf2 img:nth-of-type(2) {
        animation-delay: 6s;
      }
      #cf2 img:nth-of-type(3) {
        animation-delay: 4s;
      }
      #cf2 img:nth-of-type(4) {
        animation-delay: 2s;
      }
      #cf2 img:nth-of-type(5) {
        animation-delay: 0s;
      }



      /* category start */
      .sub-category-body{
        text-align: center;
     
      }
      .category-img{
        position: relative;
    
      }
          .category-img img{
            border-radius: 50%;
            width: 300px;
            height: 300px;
          
           
          }
          .category-img::before{
            transition: all 0.6s ease-in-out;
            content: "";
            position: absolute;
            top: 0;
            left: 27px;
            height: 300px;
            width: 300px;
            border-radius: 50%;
          }
          .sub-category-body:hover .category-img::before{
      
            background-color: #0000007a;
           
            
        }
          
          .category-title p{
            padding-top: 10px;
            font-size: 20px;
          }


      /* category end */


/* welcome secton start */
/* .welcome-img {
    margin: 57px 16px;
  
} */


.home-about .container-fluid{
    padding: 0;
}
.welcome-text {
    padding: 15px;
}

.welcome-text p {
    text-align: justify;
    padding-top: 14px;
}

/* welcome section end */

/* new collection start */
.heading {
    text-align: center;
}
.heading h2{
    padding-bottom: 30px;
}

.heading img {
    width: 25%;
}

/* new collection end */

/* newcollecton start */
.home-img {
    position: relative;
}
.home-addcart{
    position: absolute;
    top: 100px;
    width: 100%;
    z-index: 1000;
    text-align: center;
    visibility: hidden;
    transition: all 0.7s ease-in-out;
    opacity: 0;
    
}
.home-img:hover .home-addcart{
    visibility: visible;
    top: 160px;
    opacity: 1;

}
.home-addcart a{
    background: #040c44;
    padding: 7px 22px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 25px;
    font-size: 19px;
    box-shadow: 0px 0px 9px 0px #fff
}
.mobile-home-addcart{
    text-align: center;
    display: none;
}
.mobile-home-addcart a{
    background: #040c44;
    padding: 7px 22px;
    color: #fff;
   
    border-radius: 25px;
    font-size: 19px;
    box-shadow: 0px 0px 9px 0px #040c44;
}

.home-img-body {
    /* min-width: 260px;
    max-width: 260px;
    min-height: 307px;
    max-height: 260px;
    overflow: hidden;
    position: relative; */
    text-align: center;
    overflow: hidden;
}

.home-img-body img {
    min-width: 260px;
    max-width: 260px;
    min-height: 307px;
    max-height: 260px;
    transition: all 0.5s ease-in-out;
}

.home-img .con {
    /* margin: -80px 20px 75px;
    padding: 14px 15px 10px 15px; */
    /* background-color: #101010 !important; */
    border-top: none;
    box-shadow: 0 5px 25px 0rgba(0, 0, 0, .05);
    border-radius: 0;
    overflow: hidden;
    /* transition: .5scubic-bezier(.3,.58,.55,1); */
   
   
    transition: all 0.5 ease-in-out;
}

.home-img .con h5  {
    color: rgb(100, 100, 100);
    font-size: 15px;

    font-weight: 600;
    margin-bottom: 0;
    text-transform: none;
    transition: all 0.5s ease-in-out;
}

.home-img:hover .con {
    bottom: 0px;
}

.home-img:hover .home-img-body img {
    transform: scale(1.1);
}

.home-img .con h5 a:hover {
    color:  rgb(176 255 205);

}
.home-img .con p{
    text-align: center;
    font-size: 17px;
    color: #363636;
    padding-top: 10px;
}
.home-img .con p del{
    font-size: 14px;
    padding-right: 8px;
    color: #959595;
}

/* new collection end */

.home-images .container-fluid{
   padding: 0;
}
.home-images .row{
    margin: 0;
    
}
.home-images .home-img-col{
    padding: 0;
}
.home-images .col-img{
    overflow: hidden;
}
.home-images .col-img img{
    transition: all 0.6s ease-in-out;
}
.home-images .col-img img:hover{
    scale: 1.4;
}



/* get direction start  */
.get-direction-sec{
    background: url(../img/get-direction-img.webp) ;
    height: 400px;
    background-position: center;
    position: relative;
}
.get-direction-link{
    position: absolute;
    width: 91%;
    top: 51px;
    left: 104px;
}
.get-direction-link .get-direction-body{
    width: 26%;
    background: #f5f2eb;
    text-align: center;
    padding: 20px;
    margin: 22px;
}
.get-direction-img{
    display: none;
}
.get-direction-body a{
    background: #040c44;
    padding: 10px;
    font-size: 20px;
 
   

    border: none;
    color: #fff;
}
/* get direction end */

/* news letter start */
.news-letter .container-fluid{
    padding: 0;
}
.news-letter-body{
    padding: 37px;
}
.news-letter-body h2{
    color: #383838;
}
.news-letter-body p{
    color: #666161;
}
.news-input form{
    background: #fff;
    width: 90%;
    height: 50px;
    border-radius: 25px;
    display: block;
    margin: auto;
}
.news-input form input{
    height: 45px;
    border: none;
    border-radius: 25px;
    margin-left: 12px;
    width: 80%;
}
.news-input form button{
    background: #040c44;
    padding: 1px;
    font-size: 20px;
    height: 50px;
    width: 16%;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border: none;
    color: #fff;
}

/* news letter end */







/* footer start */
.footer {
    padding: 70px 0px;
    /* background-color: rgb(36 36 36 / 95%); */
    background-color: #000;
}

.footer-col-1 p {
    color: #fff;
    padding: 10px 0px;
    text-align: justify;
}
.footer-logo{
    width: 80%;
}

.footer-social-link {
    display: flex;
    gap: 15px;
}
.footer-col{
    padding-left: 20px;
}
.footer-social-link li a {
    border: 1px solid #ffffff;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 2.5rem;
    line-height: 2.5rem;

    text-align: center;
    width: 2.5rem;
}

.footer-social-link li a i {
    font-size: 20px;
    transition: all 0.5s ease-in-out;
}

.footer-col .footer-title {

    font-size: 22px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
    padding-bottom: 15px;
    position: relative;

}

.footer-col .footer-title:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 55px;
    height: 2px;
    background-color: #fff;
}

.footer-col .footer-menu li {
    margin-bottom: 15px;
}

.footer-col .footer-menu li a {
    color: #fff;
    position: relative;
    padding-left: 10px;
    transition: all 0.5s ease-in-out;
}

.footer-col .footer-menu li a i {
    position: absolute;
    top: 2px;
    left: -5px;
    font-size: 16px;
    color: #fff;
    -webkit-transition: .5s;
    transition: all .5s ease-in-out;
}

/* .footer-col .footer-menu li a:hover {
    color: #a6c4b1;

} */

.footer-col .footer-menu li a:hover i {
    /* color: #a6c4b1; */
    left: 2px;

}

.facebook:hover {
    background: #2e2ef3;
    border-color: #2e2ef3;
}

.twitter:hover {
    background: #00acee;
    border-color: #00acee;
}

.instagram:hover {
    background: linear-gradient(45deg, #fdb83a, #f900fb);
    border: none;
}

.youtube:hover {
    background: red;
}

.address li a {
    color: #fff;
    transition: all 0.5s ease-in-out;
}

.address li a i {
    font-size: 24px;
    padding-right: 11px;
    transition: all 0.5s ease-in-out;
}

.address li {
    padding-bottom: 20px;
}

/* .address li a:hover {
    color: #a6c4b1;
} */

/* .address li a:hover i {
    color: #a6c4b1;
} */
.copy-right{
    background: #000;
}
.copy-right-text{
    text-align: left;
}
.copy-right-text p{
    margin: 0px;
    color: #fff;
}
.pay-card{
    text-align: end;
}

/* footer end */

/* wharsapp start */
.quickcontact {
    width: 40px;
    position: fixed;
    bottom: 15%;
    right: 15px;
    z-index: 20;
}
/* whatsapp end */

/* bottom to top start */
#myBtn {
    display: none; 
    position: fixed; 
    bottom: 20px; 
    right: 25px; 
    z-index: 99;
    border: none;
    outline: none; 
    cursor: pointer;
    border-radius: 10px;
    background-color: transparent;
    font-size: 18px;
    border:1px solid #ff6000;
    border-radius:100px;
    padding:5px;
    width: 50px;
  }

  #myBtn> img{
    max-width: 40px;
  }
  #myBtn i{
    font-size: 20px;
  }
/* bottom to top button end */

/* sub category start */
.category-cart{
    background: #f8f8f8;
}
.category-name p{
    padding: 20px;
    font-size: 24px;
    color: rgb(100, 100, 100);
    font-family: 'Playfair Display', serif;
}
.sub-category-img{
    text-align: center;
    overflow: hidden;
    transition: all 0.6s ease-in-out;
}
.category-cart:hover .sub-category-img img{
   transform: scale(1.1);
}
.sub-category-img img{
    height: 400px;
    transition: all 0.6s ease-in-out;
}
/* subcategory end */


/* product item start */
.accordion{
    padding: 10px 20px;
}
.accordion-item{
    border: none;
    border-bottom: 1px solid #dbdbdb;
}
.accordion-button:focus {
    z-index: 0;
    outline: 0;
    box-shadow: none;
}
.accordion-button:not(.collapsed) {
    color: #000;
    background-color:transparent;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}
.accordion-button {
    font-weight: 700;
    padding: 1rem 0.2rem;
}

   /* range start */
   .price-slider {
    width: 100%;
    margin: auto;
    /* text-align: center; */
    position: relative;
    height: 4em;
  }
 .price-slider svg,
  .price-slider input[type=range] {
    position: absolute;
    left: 0;
    bottom: 0;
  } 
  input[type=number] {
    border: 1px solid #dbdbdb;
  
    width: 62px;
    font-size: 17px;
    padding-left: 5px;
    -moz-appearance: textfield;
  }
  input[type=number]::-webkit-outer-spin-button,
  input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
  }
  input[type=number]:invalid,
  input[type=number]:out-of-range {
    border: 2px solid #e60023;
  }
  input[type=range] {
    -webkit-appearance: none;
    width: 100%;
  }
  input[type=range]:focus {
    outline: none;
  }
  input[type=range]:focus::-webkit-slider-runnable-track {
    background: #1da1f2;
  }
  input[type=range]:focus::-ms-fill-lower {
    background: #1da1f2;
  }
  input[type=range]:focus::-ms-fill-upper {
    background: #1da1f2;
  }
  input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    animate: 0.2s;
    background: #1da1f2;
    border-radius: 1px;
    box-shadow: none;
    border: 0;
  }
  input[type=range]::-webkit-slider-thumb {
    z-index: 2;
    position: relative;
    box-shadow: 0px 0px 0px #000;
    border: 1px solid #1da1f2;
    height: 18px;
    width: 18px;
    border-radius: 25px;
    background: #a1d0ff;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -7px;
  }
  input[type=range]::-moz-range-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    animate: 0.2s;
    background: #1da1f2;
    border-radius: 1px;
    box-shadow: none;
    border: 0;
  }
  input[type=range]::-moz-range-thumb {
    z-index: 2;
    position: relative;
    box-shadow: 0px 0px 0px #000;
    border: 1px solid #1da1f2;
    height: 18px;
    width: 18px;
    border-radius: 25px;
    background: #a1d0ff;
    cursor: pointer;
  }
  input[type=range]::-ms-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    animate: 0.2s;
    background: transparent;
    border-color: transparent;
    color: transparent;
  }
  input[type=range]::-ms-fill-lower,
  input[type=range]::-ms-fill-upper {
    background: #1da1f2;
    border-radius: 1px;
    box-shadow: none;
    border: 0;
  }
  input[type=range]::-ms-thumb {
    z-index: 2;
    position: relative;
    box-shadow: 0px 0px 0px #000;
    border: 1px solid #1da1f2;
    height: 18px;
    width: 18px;
    border-radius: 25px;
    background: #a1d0ff;
    cursor: pointer;
  }

   /* range end */

   /* select price start */
   
   .price-select select{
    width: 100%;
    padding: 9px;
    font-size: 16px;
    color: #363636;
}
.price-select select:focus-visible {
    outline: 0;
}




   /* select price end */



.product-cart{
    background: #f8f8f8;
    position: relative;
}
.quick-view{
    position: absolute;
    z-index: 100;
    top: -7px;
    right: 11px;
    border: none;
    padding: 3px 15px;
    font-size: 20px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
}
.product-cart:hover .quick-view{
    top: 7px;
    opacity: 1;
    visibility: visible;
}
.product-cart-name .name{
    padding: 0px 20px;
    font-size: 24px;
    color: rgb(100, 100, 100);
    font-family: 'Playfair Display', serif;
    margin: 0;
}
.product-cart-name .price{
    padding-left: 23px;
    padding-bottom: 14px;
    font-size: 22px;
    color: #5c5c5c;
    line-height: 1.6rem;
}
.product-cart-name .price del{
    font-size: 15px;
    padding-right: 8px;
    color: #919191;
}
.product-cart-img{
    text-align: center;
    overflow: hidden;
    transition: all 0.6s ease-in-out;
}
.product-cart:hover .product-cart-img img{
   transform: scale(1.1);
}
.product-cart-img img{
    height: 400px;
    transition: all 0.6s ease-in-out;
}

.filter-cross{
    display: none;
}
.filter-btn button{
    padding: 5px 10px;
    margin-left: 20px;
    background: #2e446b;
    color: #fff;
    border: none;
    border-radius: 5px;
    margin-bottom: 10px;
    display: none;
}


/* product item end */


/* contact us start */
.btn-submit{
    background-color: #000;
    color: #fff;
    padding: 0px 10px;
    font-size: 18px;
    border-radius: 5px;
    transition: all 0.5s ease-in-out;
}
.btn-submit:hover{
    background: none;
    border: 1px solid #000;
    color: #000;
    font-size: 18px;
}
.store-address{
    padding: 5px 20px;
}
.contact-address{
    padding: 30px 15px;
}
.contact-icon{
    display: flex;
    align-items: center;
}
.contact-icon a{
    display: flex;
    align-items: center;
}
.contact-icon .icon{
    background: #000;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}
.contact-icon .icon i{
    color: #fff;
    font-size: 23px;
}
.contact-icon .icon-text p{
    margin: 0;
    padding-left: 10px;
    color: #4b4b4b;
}
.contact-address .email{
    margin-top: 35px;
}




/* contact us end */

/* product detail start */
.releated-img a img{
    height: 100px;
    width: 100px;
}

.releated-img a{
    margin-bottom: 10px;
}

.product-detail{
    padding-left: 21px;
    padding-top: 10px;
}
.product-detail .product-detail-name{
    font-size: 30px;
    margin: 0;
}
.product-detail .product-detail-price{
    font-size: 25px;
    color: #303030;
}
.product-detail .product-detail-price del{
    font-size: 18px;
    color: #676767;
}
.product-detail .add-btn{
    margin-top: 23px;
    width: 30%;
    background: #1c1c1c;
    display: block;
    color: #fff;
    text-align: center;
    border-radius: 25px;
    font-size: 15px;
    transition: all 0.6s ease-in-out;
}
.product-detail .btns{
    margin-top: 23px;
    width: 30%;
    background: #ff6000;
    display: block;
    color: #fff;
    text-align: center;
    border:0px;
    border-radius: 25px;
    font-size: 15px;
    transition: all 0.6s ease-in-out;
}
.add-div-cart{
    display: flex;
    gap: 10px;
}
.product-detail .add-btn:hover{
 
    background: transparent;
    display: block;
    color: #000;
     border: 1px solid #000;
}
.product-detail-feature{
    margin: 0;
    margin-top: 30px;
}
.re-product .product-cart{
    background-color: #fff;
}
.re-heading{
    margin-bottom: 30px;
}
.re-product .owl-nav{
    text-align: center;
}
.re-product .owl-prev span {
    font-size: 55px;
}
.re-product .owl-next span {
    font-size: 55px;
}
.description-title{
    margin-top: 18px;
    font-size: 21px;
}
.description-title i{
    font-size: 16px;
    padding-left: 5px;
    color: #6d6d6d;
    transition: all 0.6s ease-in-out;
}
.description-title:hover{
    cursor: pointer;
}
.desc-text{
    display: none;
    transition: all 0.6s ease-in-out;
    opacity: 0;
}
.desc-active{
    display: block;
    opacity: 1;
}
.product-detail .btn-group {
    padding-top: 0px;
}
.product-detail .btn-group button {
    border: 1px solid #dbdbdb;
    font-size: 26px;
    line-height: 17px;
}
.product-detail .btn-group input {
    text-align: center;
    text-align: center;
    width: 42px;
    border-left: none;
    border-right: none;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
}
/* product detail end */


/* sign in start */

.product-heading {
    text-align: center;
}
.product-heading h2 {
    font-size: 45px;
    font-weight: 100;
}
.signin-form {
    padding-top: 30px;
}
.tt-item {
    border: 1px solid #e9e7e7;
    padding: 32px 39px 20px;
    height: 100%;
}
.create-ac-btn {
    background: none;
    border: 2px solid #2e446b;
    color: #2e446b;
    padding: 8px 15px;
    font-size: 24px;
    border-radius: 3px;
    transition: all 0.5s ease-in-out;
}
.create-ac-btn:hover {
   background:#2e446b ;
   color: #fff;
}
.login-btn {
    background: none;
    border: 1px solid #2e446b;
    color: #2e446b;
    padding: 1px 15px;
    font-size: 20px;
    border-radius: 3px;
    transition: all 0.5s ease-in-out;
}
.login-btn:hover {
    color: #fff;
    background-color: #2e446b;
}
.login-form form .form-label {
    font-size: 20px;
}
.login-form form .form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #7e7e7e;
    outline: 0;
    box-shadow: none;
}
.forget-pass {
    display: flex;
    justify-content: end;
}
.forget-pass a {
    color: #242424;
    font-size: 18px;
}



/* sign in end */

/* create account start */
.register-form {
    width: 50%;
    margin: auto;
}
#otp1{
    display: none;
}
#send-otp{
    background: none;
    border: 1px solid #2e446b;
    color: #2e446b;
    padding: 1px 15px;
    font-size: 20px;
    border-radius: 3px;
    transition: all 0.5s ease-in-out; 
    margin: 10px 10px;
}
#send-otp:hover{
    background:#2e446b;
 
    color: #fff;

   
}
#verify{
    background: none;
    border: 1px solid #2e446b;
    color: #2e446b;
    padding: 1px 15px;
    font-size: 20px;
    border-radius: 3px;
    transition: all 0.5s ease-in-out; 
    margin: 10px 10px;
}
#verify:hover{
    background:#2e446b;
 
    color: #fff;
}
.submit{
    background: none;
    border: 1px solid #2e446b;
    color: #2e446b;
    padding: 1px 15px;
    font-size: 20px;
    border-radius: 3px;
    transition: all 0.5s ease-in-out; 
    margin: 10px 10px;
}
.submit:hover{
    background:#2e446b;
 
    color: #fff;
}
/* create account end */

/* check out start */
.order-detail {
    padding: 20px;
    border: 1px solid #c5c5c5;
}

.order-detail table {
    width: 100%;
    margin-bottom: 20px;
}

.order-detail table tr td {
    border: 1px solid #c5c5c5;
    padding: 10px;
    font-size: 20px;

}

.order-detail table tr td img {
    height: 50px;
}

.changeaddress {
    padding: 20px;
}

#changeaddress {
    padding-right: 0;
}

/* check out end */

/* shopping cart start */
.tt-shopcart-table-02 table {
    border-top: 1px solid #9d9d9d;
    border-bottom: 1px solid #9d9d9d;
    padding: 10px 0px;
    width: 100%;
}
.tt-shopcart-table-02 table tr td {
    vertical-align: middle;
    padding: 20px 0;
}
.tt-product-img img {
    width: 100px;
}
.tt-list-parameters {
    display: none;
}
.tt-title{
    font-size: 25px;
}
.tt-title a{
    color: #000;
}
.tt-price .money {
    font-size: 21px;
}
.tt-price .money {
    font-size: 21px;
}
.tt-trash i {
    color: #242424;
    font-size: 22px;
}
.tt-shopcart-btn {
    display: flex;
    justify-content: space-between;
    padding: 28px;
}
.tt-shopcart-btn a {
    color: #464646;
    font-size: 18px;
    text-decoration: none;
}
.tt-shopcart-btn .col-left a i {
    padding-right: 6px;
}
.tt-shopcart-table-02 .btn-group input {
    text-align: center;
    text-align: center;
    width: 42px;
    border-left: none;
    border-right: none;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
}
.tt-shopcart-table-02  .btn-group button {
    border: 1px solid #dbdbdb;
    font-size: 26px;
    line-height: 17px;
}

.note {
    border: 1px solid #918989;
    padding: 20px;
    margin: 10px;
    border-radius: 5px;
}
.note textarea {
    width: 100%;
}
.grand-total {
    border: 1px solid #918989;
    padding: 20px;
    margin: 10px;
    border-radius: 5px;
}
.tt-shopcart-table01 {
    width: 100%;
}
.tt-shopcart-table01 tbody tr th {
    font-size: 18px;
    font-weight: 500;
    padding: 5px
px
 0;
}
.tt-shopcart-table01 tbody tr td {
    font-size: 18px;
    font-weight: 500;
    padding: 5px 0;
    text-align: right;
}
.tt-shopcart-table01 tfoot {
    border-top: 1px solid #999595;
}
.discountify_manual {
    display: inline-flex;
    flex-direction: row;
    align-items: flex-start;
    padding-top: 24px;
    padding-bottom: 18px;
}
.discountify_manual .dscnt_manual_field {
    border-style: solid!important;
    border-width: 1px!important;
    padding-left: 10px!important;
    font-size: 15px;
    width: 100%!important;
    border-color: #a09999;
    color: #535353;
    background-color: #fff;
    padding: 10px;
    flex: 1 auto;
    margin-right: 5px;
    border-radius: 0;
    -webkit-appearance: none;
    margin: 0;
    height: 42px!important;
    min-width: 225px!important;
}
.discountify_manual .dscnt_manual_applybtn {
    padding: 5px 25px;
    color: #fff;
    text-transform: none;
    cursor: pointer;
    font-weight: 600;
    font-size: 13px;
    background: #3a3a3a;
    border: 0;
    border-radius: 0;
    min-height: 42px;
    height: 42px;
    width: 100%;
    text-align: center;
}
.btn-lg {
    width: 100%;
    background: #2e446b;
    color: #fff;
}
.tt-shopcart-table01 tfoot tr td {
    font-size: 18px;
    font-weight: 500;
    padding: 5px 0;
    text-align: right;
}
.ptc{
        background: #2e446b;
    color: #fff;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 20px;
    border-radius: 25px;
}
/* shopping cart end */

/* my account start */
.account-list{
 
    background: #f7f7f7;
    /* padding: 4px; */
    border: 1px solid #dbdbdb;
    border-radius: 5px;
}
.account-list ul li{

    text-align: center;
    border-bottom: 1px solid #bdbcbc;
}
.account-list ul li a{
    display: block;
    padding: 10px;
    color: #515151;
    font-size: 20px;
    transition: all 0.6s ease-in-out;
}
.account-list ul li .ac-active{
    color: #fff;
    background: #2e446b;
}
.account-list ul li a:hover{
    color: #fff;
    background: #2e446b;
}
.account-detail h4{
    font-weight: 300;
    font-size: 32px;
}
.account-detail .ac-detail{
    padding: 20px 0px;

}
.account-detail .ac-detail p{
    font-size: 15px;
}
.account-detail .ac-detail .edit{
    background: #2e446b;
    color: #fff;
    padding: 5px 20px;
    border: none;
}
.update-profile{
    display: none;
}
/* my account end */


/* order list start */
.order-table{
    padding: 19px 10px;
}
.order-table table{
    width: 100%;
    border: 1px solid #dbdbdb;
}
.order-table table tr:nth-child(1){
    background-color: #f1f1f1;
}
.order-table table tr th, td{
    text-align: center;
    padding: 10px 0px;
}
/* order list end */

/* wishlist start */
.wishlist-cart{
    border: 1px solid #2e446b;
    background: transparent;
    color: #2e446b;
    padding: 3px 15px;
    border-radius: 25px;
    transition: all 0.5s ease-in-out;
}
.wishlist-cart:hover{
    background: #2e446b;
    color: #fff;

}
.wish-remove{
    background: transparent;
    border-radius: 50%;
    width: 30px;
    height: 30px;

}
.wish-item-img{
    height: 70px;
}
.wish-table table tr td:nth-child(1){
    width: 35%;
}
/* wishlist end */
.privacy-policy-text ul{
    list-style: inside;
}
.privacy-policy-text ul li{
    padding: 5px;
}



/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 767px) {
    #navbar1{
        display: block !important;
    }
    #navbar2{
        display: none !important;
    }
    #navbar1 .top-head-account{
        display: none;
    }
    .logo-1{
        display: none !important;
    }
    .logo-2{
        display: flex !important;
        width: 60%;
        justify-content: space-between;
    }
    .logo img {
        width: 75%;
        padding: 6px 0px;
        margin-left: 38px;
    }
    #navbar1 .icons {
        width: 30%;
        display: flex;
        align-items: center;
    }
    #navbar1 .navbar {
        width: 75%;
        display: block;
    }
    .dropdown-toggle {
        white-space: initial;
    }
    .register{
        display: block;
    }
    .navbar .head-nav{
        display: block;
        gap: 36px;
    }
    .dropdown-menu{
        position: static;
    }
    #menu-btn{
        display: inline-block;
        color: #1c1c1c;
        font-size: 20px;
    }
    .navbar {
        position: absolute;
        top: 0%;
        left: -48rem;
        width: 30rem;
        box-shadow: var(--box-shadow);
        border-radius: 0.5rem;
        background: #fbf7ea;
        z-index: 1001;
    }
        .navbar a{
            font-size: 1.1rem;
            margin:1rem 1.1rem;
            display: block;
        }
         .navbar.navactive{
            left:-1rem;
            transition: all 0.7s ease-in-out;
            position: fixed;
            height: 100vh;
           overflow: auto;
        }
        .navbar .cross-btn{
            display: block;
            width: 100%;
            text-align: end;
            transition: all 0.6s ease-in-out;
        }
        .navbar .cross-btn button{
            background: no-repeat;
            border: none;
        }
        .navbar .cross-btn button i{
            color: #898989;
            font-size: 21px;
        }



    /* .welcome-img {
        height: 50vh;
        box-shadow: 19px -17px 0px -1px #a6c4b1;
    } */

    .welcome-text h1 {
        font-size: 45px;
    }

    .home-img-body {
        margin: auto;
    }

    /* .home-img .con {
        margin: -80px 52px 75px;
    } */

    .card-special {

        margin: 9px 0px;
    }

    .top-quotes {
        position: absolute;
        top: -58px;
        left: 66px;
        z-index: 100;
    }

    .top-quotes img {
        width: 45%;
    }

    .bottom-quotes {
        position: absolute;
        top: 524px;
        right: -12px;
        z-index: 100;
    }

    .bottom-quotes img {
        width: 45%;
    }

    .gallery-body {
        margin-right: 45px;
    }
    .footer-col {
     
        padding-top: 40px;
    }
    .bg-img2{
        
    }
    .slider {
        width: 99%;
        height: 223px;
    }
    .home-about .row{
        margin: 0;
    }
    .home-about .home-col{
        padding: 0;
    }
    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .category-img img {
        border-radius: 50%;
        width: 100px;
        height: 100px;
    }
    .category-img::before {
        transition: all 0.6s ease-in-out;
        content: "";
        position: absolute;
        top: 0;
        left: 0px;
        height: 100px;
        width: 100px;
        border-radius: 50%;
    }
    .category-title p {
        padding-top: 10px;
        font-size: 18px;
    }
    .heading h2 {
        padding-bottom: 30px;
        font-size: 27px;
    }
    .news-letter .row{
        margin: 0;
    }
    .news-letter .col-md-6{
        padding: 0;
    }
    .news-input form {
        background: #fff;
        width: 100%;
        height: 50px;
    
        border-radius: 25px;
        display: block;
        margin: auto;
    }
    .news-input form input {
        height: 45px;
        border: none;
        border-radius: 25px;
        margin-left: 12px;
        width: 70%;
    }
    .news-input form button {
        background: #040c44;
        padding: 1px;
        font-size: 20px;
        height: 50px;
        width: 24%;
        border-top-right-radius: 25px;
        border-bottom-right-radius: 25px;
        border: none;
    }
    .col-sm-6{
        width: 50%;
    }
    .home-img-body img {
        min-width: 130px;
        max-width: 130px;
        min-height: 130px;
        max-height: 130px;
        transition: all 0.5s ease-in-out;
    }
    .home-img{
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    .copy-right-text p{
        margin: 0px;
        color: #fff;
        text-align: center;
    }
    .pay-card{
        text-align: center;
    }
    .mobile-home-addcart{
        text-align: center;
        display: block;
    }
    .home-img .con p {
    
        margin: 0;
    }
    .mobile-home-addcart a {
       
        padding: 7px 12px;
        font-size: 15px;
  
    }
    .home-desk-cart{
        display: none;
    }
    .get-direction-link {
        position: static;
        width: auto;
        /* top: 51px; */
        /* left: 104px; */
    }
    .get-direction-link .get-direction-body {
        width: auto;
        background: white;
        text-align: center;
        padding: 20px;
        margin: 0px;
    }
    .get-direction-sec {
        background: none;
        height: auto;
      
        position: relative;
    }
    .get-direction-img{
        display: block;
    }
    .category-name p {
    
        font-size: 20px;
      
    }
    .product-cart a{
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }
    .product-cart-img img {
        height: 133px;
        transition: all 0.6s ease-in-out;
    }
    .product-cart-name .name {
     
        font-size: 20px;
     
    }
    .row1{
        flex-direction: column-reverse;
    }
    .product-detail {
        padding-left: 0;
        padding-top: 10px;
    }
    .product-detail .add-btn {
        width: 30%;
        font-size: 15px;
        
    }
    .product-heading h2 {
        font-size: 36px;
    }
    .register-form {
        width: 100%;
        margin: auto;
    }
    .tt-item h2{
        font-size: 25px;
    }
    .tt-title {
        padding: 0px 10px;
        margin: 0px;
    }
    .tt-price {
        padding-left: 10px;
    }
    .tt-list-parameters {
        display: block;
        padding-left: 10px;
    }
    .tt-shopcart-table-02 table td:nth-child(3) {
        display: none;
    }
    .tt-shopcart-table-02 table td:nth-child(4) {
        /* display: none; */
    }
    .tt-shopcart-table-02 table td:nth-child(5) {
        display: none;
    }
    .tt-shopcart-btn {
        display: block;
        /* justify-content: space-between; */
        padding: 20px 1px;
    }
    .order-table table tr th, td {
        text-align: center;
        padding: 10px 9px;
    }
    .order-table {
        padding: 0px 0px;
        overflow: auto;
    }
    .wish-table table {
        width: 135%;
        border: 1px solid #dbdbdb;
    }
    .account-list{
        display: none;
    }
    .filter-list{
        position: fixed;
        top: 225px;
        z-index: 1000;
        left: -341px;
        width: 90%;
        padding: 10px;
        background: #fff;
        transition: all 0.5s ease-in-out;
    }
    .filter-cross{
        float: right;
        border: none;
        background: none;
        display: block;
    }
    .filter-btn button{
        display: block;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .header-top .header-top-left p {
        font-size: 12px;
        text-align: center;
    }
.tt-shopcart-table-02 table td:nth-child(1) {
    width: 121px;
}
.tt-shopcart-table-02 table td:nth-child(2) {
    width: auto;
}
.tt-shopcart-table-02 table td:nth-child(3) {
    width: 16%;
    min-width: 100px;
}
.tt-shopcart-table-02 table td:nth-child(4) {
    width: 17%;
    min-width: 132px;
}
.tt-shopcart-table-02 table td:nth-child(5) {
    width: 13%;
    min-width: 100px;
    text-align: right;
}
.tt-shopcart-table-02 table td:nth-child(6) {
    width: 4%;
    min-width: 28px;
    text-align: right;
}
.tt-title a {
    font-size: 25px;
    font-weight: 100;
    color: #565454;
}
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .header-top .header-top-left p {
        font-size: 16px;
        text-align: center;
    }
    
.navbar .nav-item .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    margin-top: 0;
}

.navbar .nav-item:hover .nav-link {
    color: #fff;
}

.navbar .dropdown-menu.fade-down {
    top: 80%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
}

.navbar .dropdown-menu.fade-up {
    top: 180%;
}

.navbar .nav-item:hover .dropdown-menu {
    transition: .3s;
    opacity: 1;
    visibility: visible;
    top: 100%;
    transform: rotateX(0deg);
}
.navbar .nav-item:hover .nav-link {
    color: #a6c4b1;
}
}

.app-figure{
    overflow: hidden;
}

.Print{
    display:none;
}

@media print {
    .noPrint { display: none !important; }
    *{
        font-size:9px;
    }
    .Print{
        display:contents;
    }
} 
@media (max-width: 426px) {

   .deskhide{
       display: none;
   }
}

.sku{
    color:#f00;
    font-size:larger;
}

.country {
    position: fixed;
    left: 10px;
    bottom: 10px;
    z-index: 99;
}

.mss-feedback-animation .mss-play{
    display:none !important;
}

.mss-feedback-animation.mss-play, .mss-feedback-animation.mss-pause{
        transition: none !important;
}

.myoffer{
    height: 42px;
    background-color: #fe591d;
    border: 0px;
    text-decoration: underline;
    font-size: small;
    margin-top: 15px;
    margin-bottom: 18px;
    border-radius: 0.25rem;
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    vertical-align: middle;
    color:#fff;
    padding: 5px 25px;
}

.dscnt_manual_fldwrap{
    max-width:150px;
}

@media(max-width:769px){
    .myoffer{
        background-color:#fff;
        color:#fe591d;
        margin: 0px;
    }
    .discountify_manual{
        padding-bottom:3px;
    }
}


/*checkout page*/

.logout .accordion {padding:0px;margin-bottom: 20px;}
.logout .accordion-button {padding:0px;}
.accountlogoin h6 {}
.accountlogoin p {margin-bottom:0px;}
.logout {position:relative;}
.logout .accordion-header {position:absolute;right: 0;top: 0;}
.logout .accordion-body {padding:0px;}
.logout .accordion-body a {color:#a42727; text-decoration:underline;margin-bottom:5px;}

a.check-login {
    text-decoration: underline;
}
.diffadd {padding:10px 0px; margin:20px 0px;}
.diffcardi {display:none;padding:20px 20px;}
.cc-card1 {
    padding:0px 10px;
    display: flex;
    border: 1px solid #ccc;
}
.cc-card1 label {display:block;padding:10px 0px;cursor: pointer;width: calc(100% - 18px);}
.cc-card1.selected {
    border: 1px solid #007bff;
    background-color: #f0f8ff;
}
.ccavenuebox1 {background:#f0f5ff; justify-content:space-between; padding:0px;}
        
/* .check-mail {margin-bottom: 20px;} */
.checkout-title {display:flex; justify-content:space-between;}
.check-mail input.mailarea {width:100%; padding:12px; margin-bottom: 10px;}
.check-mail select, .check-mail input {width:100%; padding:12px; margin-bottom:10px;border-radius:6px;border: 1px solid #9f9f9f; color: #727272;}
span.call-alert {
    position: absolute;
    right: 25px;
    border: 1px solid;
    border-radius: 30px;
    width: 18px;
    height: 18px;
    text-align: center;
    top:16px;
    line-height: 18px;
}
.pin {position:relative;}
input#offer-tic {
    display: inline-block;
    width: auto;
    margin-right: 6px;
}
#apartment {display: none;}
#apartment1 {display: none;}
.add-aprt {
    margin-bottom: 10px; display: block; cursor:pointer;color:#a42727;
}
.view-method {padding:10px; background: #f1f1f1;}
.main-avenue {background: #efefef;    border: 1px solid #c9c9c9;}
.ccavenuebox {background:#f0f5ff;display: flex; border: 1px solid #006fcf; justify-content: space-between;padding: 10px;}
.debit-cardi img {
    padding: 30px;
    margin: auto;
    display: block;width: 240px;
}
.card-content {font-size:12px;text-align:center;}
input.mailradio {
    display:inline-block; width:auto; margin-right:6px; margin-bottom:0px;
}


/*end*/