@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Pacifico&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Sacramento&family=Yeseva+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
*:focus,
a:focus,
a:active {
  outline: none;
  text-decoration: inherit; }

html {
  height: 100%;
  padding-bottom: 2px; }

.overflow {
  overflow: hidden; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Roboto', serif;
/* font-family: "Montserrat", serif;*/
  font-weight: 600;
  margin: 0px;
  padding: 0px; }

a, a span {
  text-decoration: none ;
  -webkit-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  -ms-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out; }

a:hover, a:hover span {
  -webkit-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  -ms-transition: all 0.45s ease-in-out
  -o-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out; }

body {
  background-color: #fff;
  color: #363636;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-family: "Roboto", sans-serif; }


/* -------------- Top -------------- */
.top-upper-wrapper{ position: relative; z-index: 12; padding:6px 0; border-bottom:1px solid rgba(0,0,0,0.2); }
.upper-text{padding: 2px 0; font-size: 15px; }

.call{  padding: 2px 4px 2px 6px; }
.call a{ font-weight: 500; color:#f55c10; font-size: 15px;}
.top-wrapper {
    padding:2px 0;
    background-color: #fff; }
.top-wrapper .logo {
    margin: 3px 0; 
    display: block; }
.top-wrapper .logo img {
    max-width: 70%; }

.top-wrapper .logo-m img {
    max-width: 100%; }

.search-box2{ margin: 8px 0; }
.search-box2 input{ border-radius:0px !important; }
.search-box{ border:1px solid #ccc; height: 54px; border-radius:0px !important; position:relative;  }
.search-text{ border:0px !important; height: 52px; width:100%; font-size: 25px; font-weight: 300;}
.search-button{ border:0px; position:absolute; right:0px; height: 52px; width: 40px; background: url(../img/search.png) no-repeat center center;}

.offline{ position:absolute; right: 0; padding: 5px 12px;   }
.offline img{ max-width:100%;  }

.offcolor{animation: bgmove 3s infinite;}
@keyframes bgmove {
  0%   {background: rgb(192,80,24);
background: linear-gradient(180deg, rgba(192,80,24,1) 0%, rgba(244,104,35,1) 18%);}
  50%  {background: rgb(192,24,24);
background: linear-gradient(180deg, rgba(192,24,24,1) 0%, rgba(244,35,35,1) 18%);}
  100% {background: rgb(192,80,24);
background: linear-gradient(180deg, rgba(192,80,24,1) 0%, rgba(244,104,35,1) 18%);}
}



.off1{ font-size:30px; display:block; font-weight:800; color:#fff; line-height:38px; }
.off2{ font-size:16px; display:block; font-weight:500; color:#fff; }

.category-menu-title{ padding:15px; display:block; background-color:#f46823; color:#fff; font-weight: 500; font-size:18px; }
.category-menu{ margin: 0; padding: 0; position: relative; z-index:15; }
.category-menu li { display: block; border-bottom: 1px solid #ccc; }
.category-menu li ul{margin:0px; padding:0px; display:none; position:absolute; width:300px; background-color:#fff !important;
box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px; }
.category-menu li ul li a{ display:block; padding:8px 12px; font-size: 14px; color:#454545; }
.category-menu li ul li a:hover{ color:#ef621c; }
.category-menu:hover li ul{ display: block;}
.category-menu li ul li ul{ display:none !important; position:absolute; width:900px; min-height: 500px; left: 300px; top: 0;
  background: url(../img/batroom-menu.jpg) no-repeat right bottom;
box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px; }
.category-menu li ul li:hover ul{ display:block !important; }
.category-menu li ul li ul li{ display: block; border-bottom: 0px solid #ccc !important; width:290px; float:left; }
.category-menu li ul li ul li a{padding:18px 12px; font-size: 14px; }

/* -------------- Menu -------------- */
.top-menu-wrapper{width: 100%; position: relative;
    z-index: 13;
    background-color: #f1efe3; }
.top-menu {    
    z-index: 10; float: left;
    display: inline-block;
   }
.top-menu ul {
    margin: 0px 0 0px 0;
    padding: 0;
    list-style: none;
    display: inline; }
.top-menu ul li {
    display: inline-block;
    margin: 0px;
    position: relative;
    color: #4e4e4e;
    float: left; }
.top-menu ul li a {
    font-size: 14px;
    color: #4e4e4e;
    font-weight: 500;
    padding: 18px 16px;
    text-decoration: none;
    display: inline-block;}
.top-menu ul li a:hover {
    text-decoration: none;
    color: #000 !important;}
.top-menu ul li:last-child a{
    border-right: 0px; }
.top-menu .active{ 
    border-color: #4e4e4e; }   
  
.top-menu ul li ul {
    display: none;
    position: absolute;
    z-index: 30;
    background-color: #4f4e4e; }
  
  .top-menu ul li:hover ul {
    display: block; }
  
  .top-menu ul li ul li {
    width: 250px;
    display: block;
    background: none;
    text-align: left !important;
    padding: 3px 5px;
    text-align: left !important;
    border-bottom: 1px solid #282828 !important; }
  
  .top-menu ul li ul li a {
    font-size: 15px;
    padding: 5px 6px; }
  
  .top-menu ul li ul li:first-child a {
    padding: 5px 6px !important; }
  
  .top-menu ul li ul li ul, .top-menu ul li:hover ul li ul {
    display: none;
    left: 251px;
    top: 0px;
    border-top: 1px solid #ccc !important; }
  
  .top-menu ul li:hover ul li:hover ul {
    display: block; }


  .top-menu ul li:nth-child(6) { margin-left:20px; }
  .top-menu ul li:nth-child(6) a{
  background-color: #f46823;
  padding-left:20px; padding-right: 20px;   margin: 7px 3px 0 3px;
  color: #fff;
  padding: 12px 16px;
  border-radius: 40px;
  animation: move1 3s infinite;
  }

  .top-menu ul li:nth-child(7) a{
  background-color: #ec1616;
  padding-left:20px; padding-right: 20px;   margin: 7px 3px 0 3px;
  color: #fff;
  padding: 12px 16px;
  border-radius: 40px;
  animation: move2 5s infinite;
  }
  .top-menu ul li:nth-child(8) a{
  background-color: #1f7fce;
  padding-left:20px; padding-right: 20px;   margin: 7px 3px 0 3px;
  color: #fff;
  padding: 12px 16px;
  border-radius: 40px;
  animation: move3 3s infinite;
  }

  .top-menu ul li:nth-child(9) a{
  background-color: #f9a118;
  padding-left:20px; padding-right: 20px;   margin: 7px 3px 0 3px;
  color: #fff;
  padding: 12px 16px;
  border-radius: 40px;
  animation: move4 7s infinite;
  }

  @keyframes move1 {
    0%   {background-color: #f46823;}
    50%  {background-color: #863e1a;}
    100% {background-color: #f46823;}
  }
  @keyframes move2 {
    0%   {background-color: #961111;}
    50%  {background-color: #ec1616;}
    100% {background-color: #961111;}
  }
  @keyframes move3 {
    0%   {background-color: #1f7fce;}
    50%  {background-color: #0d4370;}
    100% {background-color: #1f7fce;}
  }@keyframes move4 {
    0%   {background-color: #a65f1a;}
    50%  {background-color: #f9a118;}
    100% {background-color: #a65f1a;}
  }

.top-menu-mobile {    
    z-index: 10; text-align: center; width: 100%;
    display: inline-block; margin: 10px 0px;
   }
.top-menu-mobile ul {
    margin: 0px 0 0px 0;
    padding: 0;
    list-style: none;
    display: inline; }
.top-menu-mobile ul li {
    display: inline-block;
    margin: 0px;
    position: relative;
    color: #4e4e4e;
    float: left; }
.top-menu-mobile ul li a {
    font-size: 14px;
    color: #4e4e4e;
    font-weight: 500;
    padding: 6px 12px;
    text-decoration: none;
    display: inline-block;}
.top-menu-mobile ul li a:hover {
    text-decoration: none;
    color: #000 !important;}
.top-menu-mobile ul li:last-child a{
    border-right: 0px; }
.top-menu-mobile .active{ 
    border-color: #4e4e4e; }   
  
.top-menu-mobile ul li ul {
    display: none;
    position: absolute;
    z-index: 30;
    background-color: #4f4e4e; }
  
  .top-menu-mobile ul li:hover ul {
    display: block; }
  
  .top-menu-mobile ul li ul li {
    width: 250px;
    display: block;
    background: none;
    text-align: left !important;
    padding: 3px 5px;
    text-align: left !important;
    border-bottom: 1px solid #282828 !important; }
  
  .top-menu-mobile ul li ul li a {
    font-size: 15px;
    padding: 5px 6px; }
  
  .top-menu ul li ul li:first-child a {
    padding: 5px 6px !important; }
  
  .top-menu-mobile ul li ul li ul, .top-menu ul li:hover ul li ul {
    display: none;
    left: 251px;
    top: 0px;
    border-top: 1px solid #ccc !important; }
  
  .top-menu-mobile ul li:hover ul li:hover ul {
    display: block; }


  .top-menu-mobile ul li:nth-child(6) { margin-left:0px; }
  .top-menu-mobile ul li:nth-child(6) a{
  background-color: #f46823;
  padding-left:20px; padding-right: 20px;   margin: 7px 3px 0 3px;
  color: #fff;
  padding: 6px 8px;
  border-radius: 40px;
  animation: move1 3s infinite;
  }

  .top-menu-mobile ul li:nth-child(7) a{
  background-color: #ec1616;
  padding-left:20px; padding-right: 20px;   margin: 7px 3px 0 3px;
  color: #fff;
  padding: 6px 8px;
  border-radius: 40px;
  animation: move2 5s infinite;
  }
  .top-menu-mobile ul li:nth-child(8) a{
  background-color: #1f7fce;
  padding-left:20px; padding-right: 20px;   margin: 7px 3px 0 3px;
  color: #fff;
  padding: 6px 8px;
  border-radius: 40px;
  animation: move3 3s infinite;
  }

  .top-menu-mobile ul li:nth-child(9) a{
  background-color: #f9a118;
  padding-left:20px; padding-right: 20px;   margin: 7px 3px 0 3px;
  color: #fff;
  padding: 6px 8px;
  border-radius: 40px;
  animation: move4 7s infinite;
  }

  .ac-box{display: inline-block; margin-left:6px; float:right;  } 
  .ac-image{ display:inline-block; border:2px solid #f46823; border-radius:50%; height: 36px; width: 36px; text-align: center; padding:3px;margin-left: 10px;}
  .ac-image i{ font-size: 20px; color: #07355f; margin-top: 5px;}
  .ac-image{ vertical-align:top; margin-top:3px; }
  .ac-links{ display:inline-block; line-height: 20px;}
  .ac-link1{font-size: 13px; font-weight: 400; color: #f86b26; line-height: 12px; margin-top: 10px;}
  .ac-link2{font-size: 15px; font-weight: 400; color: #1d2550; line-height: 14px;}

/* -------------- Common theme -------------- */   

.breadcrumb{ background-color: transparent !important;  padding: 0 0 8px 0 !important; margin:10px 0 0px 0 !important ;}
.breadcrumb ul{ list-style: none; float: left; margin:0 ; padding: 0; }
.breadcrumb ul li{ display:inline-block;  }
.breadcrumb ul li a{ display:block; padding:4px 8px; color:#4e2624 };

.socialmedia-menu{ }
.socialmedia-menu ul {
  list-style: none;
  padding: 0;
  list-style: inline-block; }
.socialmedia-menu ul li {
  display: inline-block; border:0px !important }
.socialmedia-menu ul li a {
  color: #fff;
  font-size: 17px !important;
  text-align: center; padding-top: 6px !important;
  width: 40px; height: 40px;
  display: block;
  border-radius: 50%;
  border: 2px solid #ccc; }
.socialmedia-menu ul li a:hover {
    color: #fff; background-color: #313131; }

.socialmedia-menu ul li:first-child a {
  padding-left: 0 !important; }



.page-title { }
.page-title h1 {    
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 15px;  
    color:#1d2550; padding: 0px 0px 0px 1px; 
    display: inline-block;
      }
.page-title h1 span{ font-size:15px; color:#f74b10; }      
.page-title2 { }

.page-title2 h1 {
  font-size: 25px;
    font-weight: 600;
    margin-bottom: 15px;  
    color:#1d2550; padding: 0px 0px 0px 1px; 
    display: inline-block;  }

.page-wrapper{
   margin: 3% 0;
}
.page-wrapper2{
   margin: 0% 0 4% 0;
}
.content-wrapper{}   

.ani{  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.ani:hover{  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.image-container{margin: 0 auto;}
.sub-title{ font-family: "Gabarito", sans-serif;
    font-size: 1.4em;
    font-weight: 400;
    color: #000;}
.page-content{ font-size: 1.1em; text-align: justify; margin-bottom: 20px;}  

.page-content h2{color: #699a1f;  font-size: 22px; margin: 8px 0; padding-bottom: 5px; border-bottom: 1px dashed #a2a2a2;}
.page-content h3{color: #6c3328;  font-size: 22px; margin: 8px 0; padding-bottom: 5px; border-bottom: 1px dashed #a2a2a2;}
.page-content h4{color: #6c3328;  font-size: 22px; margin: 8px 0; padding-bottom: 5px; }
.page-content h5{color: #699a1f;  font-size: 20px; margin: 8px 0; padding-bottom: 5px; }
.page-content h5{color: #6c3328;  font-size: 20px; margin: 8px 0; padding-bottom: 5px; }

.responsive{ max-width:100%; height:auto; }
.smooth{-webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;}

.banner-wrapper{ position:relative; z-index:10; }
     
/* -------------- Home Page -------------- */    

.home-feature-wrapper{ padding: 2% 0; }
.feature-list{ padding:22px 6px; margin:12px 0; color: #fff; height: 89%; text-align: center; overflow: hidden;}
.feature-icon{position: relative;}
.feature-icon img{ max-width:100%  }
.feature-icon span{ position:absolute; display: block; width: 100%; text-align: center; top: 0;  filter: blur(2px); }
.feature-title{ font-size:21px; font-weight:600;  }
.feature-data{ font-size:14px; }
.f1{ background-color:#fc9b1d; }
.f2{ background-color:#2abcec; }
.f3{ background-color:#f0414d; }
.f4{ background-color:#3c5ade; }

.scale-ani{animation: move 3s infinite;}
@keyframes move {
  0%   {scale: 1.8; opacity: 0.4;}
  50%  {scale: 1.0; opacity: 0.1;}
  100% {scale: 1.8; opacity: 0.4;}
}

.home-category-wrapper{
  padding: 4% 0; background-color: #f6f5e7;
}
.home-category-box{
  border: 1px solid #deddce; 
  margin: 0 5px;
  background-color: #fff;
  padding: 20px 0px 20px 0px   ;
  border-radius: 12px;
  text-align: center;
  position: relative;
  z-index: 10;
} 
.box-category-image{ 
    overflow:hidden; 
    /*border-radius:50%; */
    /*border:8px solid #f87534; */
    /*width:200px;*/
    margin: 0px auto; 
    margin-bottom: 15px;
    /*box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;*/
    
}
.box-category-image img{ height:100%; width:100%; }
.home-category-title a{ font-weight:600; font-size:13px; text-decoration:none; color:#454545; text-align:center;padding: 10px 0;
    display: block;  }

.sub-category-list{
  padding: 30px 12px 12px 12px;
  border: 1px solid #deddce; 
  border-radius: 12px;
  position: relative;
  z-index: 5;
  margin: -15px 15px 12px 15px;
  background: rgb(208,207,191);
  background: linear-gradient(180deg, rgba(208,207,191,1) 0px, rgba(238,237,218,1) 38px);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.sub-category-list ul{ margin: 0px; padding-left:15px;  }
.sub-category-list ul li{ margin: 0px ; }
.sub-category-list ul li::marker { color: #f86b26;}
.sub-category-list ul li a{ font-size:14px; font-weight: 400; display: block; text-decoration: none; padding:0px 0; color:#1d2550;  }
.sub-category-list ul li a:hover{ color:#f86b26;  }
.home-product-wrapper{
  padding: 6% 0; background-color: #ccc;
}

.home-product-type-wrapper{ padding: 3% 0; background: url(../img/cross.png) no-repeat center top; background-color:#fff; }

.home-offers-wrapper{ margin:2% 0; }
.offer-banner{ margin:20px 0; display:block; }
.offer-banner img{ max-width: 100%;}

/* ---- home tabs ----  */


.nav-tabs {
    text-align: left;
    width: 100%;
    display: inline-block;
}
.nav-tabs li {
    display: inline-block; background-color: #cecdcd !important; font-size: 18px !important;
}
.nav-tabs {
    --bs-nav-tabs-border-radius: 0 !important;
  }
.nav-tabs .nav-link{ border: 0px !important;}
.tab-content{ padding: 10px; border:0px solid #ccc; border-top: 0px ; background-color: #fff; padding: 15px;
box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
 min-height: 450px;}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  font-weight: 500;
  border-top: 0px !important; 
  border-left: 0px !important; 
  border-right: 0px !important; 
  border-bottom: 0px !important;
  font-size: 19px !important;
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover { border-top:0!important;border-left:0!important;  border-right:0!important; border-bottom:3px solid #000; }

.nav-item{ font-size: 15px !important; border: 0;}
.nav-link {color: #454545 !important;}
.nav-link:focus, .nav-link:hover {
  color: #454545 !important;
}

.small-product{ padding: 12px; margin: 15px 0; text-align:center; box-shadow:none; border: 1px solid #dfdfdf; background-color:#fff;
-webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
   }
.small-product:hover{ box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; position:absolute; width:88%;
-webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
   }
.small-product:hover .s-title{ font-size:13px; height: auto; overflow: hidden;}
.small-product a{ text-decoration:none; }
.s-image img{ max-width:100%; }
.s-price{ font-size:18px; font-weight:500; color:black;  }
.s-title{ font-size:13px; font-weight:500; color:#1d2550; margin-bottom:5px; height: 20px;overflow: hidden; }
.stock{font-size:14px; font-weight:500; color: #4c9819;}

.home-special-wrapper{padding: 2% 0;}
.special-wrapper{ border:3px solid #c6c6c6; background-color:#f6f5e7; }
.offer-data{ padding:4% 4%;  }
.offer-data h1{ padding-bottom:15; font-size: 40px; font-weight: 500; color: #d31818;}
.offer-data p{ padding:10px 6px; font-size: 17px; color: #454545; }
.offer-data .s-title{ font-size:14px;}
.view-product{ display:inline-block; margin:10px 0; padding:15px 25px; background-color:#d31818; color:#fff; font-weight:500; }
.review-wrapper{ background:url(../img/star.png) no-repeat right bottom; background-color: #ffc927; padding: 30px 0;}
/* -------------- Contact us Page -------------- */ 
.contact_us_form fieldset {
  padding: 25px;
  border: 1px solid #107483;
  position: relative;
  width: 100%;
  float: left;
  margin: 15px 1%;
  color: #191919;
  border-radius: 10px; }

.contact_us_form legend {
  margin-left: 0px;
  width: auto;
  color: #107483;
  padding: 0px 10px 0 10px;
  font-weight: 300;
  font-size: 25px;
  border: 0px; }

.contact_us_form input, .contact_us_form select { width: 100%; border-radius: 4px; height: 38px; background: transparent; border: 1px solid #8a8c8d;}
.contact_us_form textarea { width: 100%; border-radius: 4px; height: 132px; background: transparent; border: 1px solid #8a8c8d; }

.form .form-group {margin-bottom: 15px;}
.form .control-label { margin-bottom:4px; }
.form .control-label span{ color: #d10404; margin-left: 4px; }
.form input, .contact_us_form select { width: 100%; border-radius: 4px; height: 38px; background: transparent; border: 1px solid #8a8c8d;}
.form textarea { width: 100%; border-radius: 4px; height: 132px; background: transparent; border: 1px solid #8a8c8d; }


/* -------------- Footer -------------- */

.payment-wrapper{ background-color:#f0efef; text-align: center; padding:3% 0; }

.footer-wrapper {
    padding: 2% 0; 
    background-color: #474848; }    
.footer-inner-wrapper{}
.footer-title { font-size:20px; font-weight: 500; color:#fff; margin-bottom:6px; padding-bottom:6px }
.footer-data{ margin:20px 0; }
.footer-data p{ line-height:35px; color: #ccc; }
.footer-data ul{margin:0px; padding: 0px; list-style: none;}
.footer-data ul li{margin:0px; border-bottom: 1px dashed #b8b8b8;}
.footer-data ul li:last-child{ border-bottom: 0px solid #ccc;}
.footer-data ul li a{ display: block; padding: 7px 5px ;color: #ccc; text-decoration: none;}
.footer-data ul li a:hover{ color: #fff; text-decoration: none;}


/* -------------- Footer2 -------------- */
.footer2 {
    padding-bottom: 15px;
    background-color: #fff;
    border-top: 6px solid #4f4e4e;
    padding: 18px 0; }
.footer2 .copy-text {
    font-size: 15px;
    color: #4f4e4e; }
.footer2 .wc-text a {
    font-size: 15px;
    color: #4f4e4e; }


/* -------------- Category Page -------------- */
.category-wrapper{  margin: 20px 0; background-color: #fff; padding:5px; position: relative; box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px; }
.category-image{z-index: 8; width: 100%;  overflow: hidden; }
.category-wrapper:hover{ box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px; }

.category-image img{ width:100%; height: auto; padding:4px; }

.category-title a{font-family: "Gabarito", sans-serif; color: #454545; text-decoration: none; padding: 20px 0; width: 100%; display: block;
  z-index: 11; font-size: 20px; font-weight: 500; text-transform: uppercase; text-align: center;}
.category-wrapper:hover .category-title a{ color:#454545; }

/* -------------- Product Page -------------- */
.filter-wrapper{ border:1px solid #e8e8e8; padding:15px; margin-bottom:25px; background-color:#fcfbfb; }
.filter-title{ border-bottom:2px solid #f46823; margin-bottom:8px; }
.filter-title h1{font-size:22px; font-weight:500; color:#1d2550; padding:0px 0px 5px 0;}
.filter-data ul{ margin: 0; padding: 0px; list-style:none; }
.filter-data ul li{ margin: 0; padding: 0px; border-bottom:1px solid #e8e8e8; }
.filter-data ul li:last-child{border-bottom:0px solid #ccc; }
.filter-data ul li a{ display: block;padding:8px 6px; color:#575757; font-size: 15px;}
.filter-data ul li a:hover{ color:#f46823;}

.shorting{ border:0px !important; font-size:16px; margin-top:10px; float:right; color:#6c6c6c; }
.product-wrapper{ margin: 10px 0; padding: 18px 12px; text-align: center; background-color: #fff; position: relative; box-shadow: none; border: 1px solid #e8e8e8;}
.product-image{z-index: 8; width: 100%;  overflow: hidden; }
.product-wrapper:hover{ box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px; }
.product-wrapper .buy-now{ background-color:#f86b26; border-right: 3px solid #fff; color:#fff; padding:8px 3px; display:block; }
.product-wrapper .favourite{ background-color:#c34b10; color:#fff; padding:8px 3px; display:block; }
.product-wrapper .buy-now:hover{ background-.color:#21272c;}
.product-wrapper .favourite:hover{ background-color:#21272c;}

.col-md-4, .col-md-2, .col-6 { position: relative; }
.product-wrapper:hover{ position:absolute; z-index:25;   width: 93%; }
.product-wrapper:hover .buy-now{ display:block; }
.product-wrapper:hover .product-title a{ height:auto; overflow:hidden; }
.product-sku{ font-size:12px; color:#949393; margin-bottom:8px; }
.product-image img{ width:100%; height: auto; padding:4px; }
.product-price{ font-size:18px; font-weight:500; color:#cf2727; margin-bottom:5px; }
.product-title a{color: #454545; text-decoration: none; padding: 5px 0; width: 100%; display: block;
  z-index: 11; font-size: 14px; font-weight: 500; text-align: center; height: 24px; overflow: hidden;}

/* -------------- Product Details Page -------------- */
.product-detail-image{margin:10px 0; background-color: #fff; padding:15px; position: relative; border: 1px solid #e8e8e8; }
.product-detail-data{margin:10px 0; background-color: #fff; padding:15px; position: relative; border: 1px solid #e8e8e8; }
.product-gallery-wrapper{overflow: hidden;}
.slider-nav .slick-slide{  }
.slider-nav{ }
.slide-thumb{ width: 100px !important; display:block; }
.left-thumb .slick-track{ width:105px !important; }
.left-thumb{ 
    
    width: 105px;
    overflow: hidden;
    float: left;
 }
.left-thumb img{padding:4px; border:1px solid #e8e8e8;margin-bottom:8px !important; }
.slick-list {padding: 0 !important}
.right-preview{ overflow:hidden; }
.product-code-data{ padding-bottom: 6px; margin-bottom: 6px; border-bottom:1px solid #e8e8e8; }
.prodcut-detail-price{ position: relative; font-size:50px; line-height: 55px; font-weight:300; color: black; padding:18px ; border: 1px solid #ccc; display:inline-block; margin:25px 0;  }
.prodcut-detail-price span{ font-size:18px; font-weight: 500; display: block; color:#454545; line-height:25px; }
.multi-price{ background-color:#d82d30; color:#fff; position: absolute; font-size:30px; line-height: 35px; font-weight:400;
    padding: 12px; top: 10px; right: -100px; }
.multi-price span{ font-size:18px; font-weight: 500; display: block; color:#fff; line-height:25px; }

.similer{background-color: #f6f5e7; padding: 20px;}

/* -------------- Sign in / Sing up Page -------------- */
.process-page{
  padding: 4% 0; background-color: #fdfdfd;
}
.process-page input, .process-page textarea{ border-radius:0px !important; }
.process-page .card{box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;}

/* -------------- Cart Page -------------- */
.btn-success{ padding: 15px; font-size: 15px; border-radius: 0!important; background: #f46823!important; border:0px !important; font-weight:500; color:#fff !important; }
.btn-success:hover{ background-color:#07355f !important; color:#fff !important; }
.btn-light{ padding: 15px; font-size: 15px; border-radius: 0!important; border:0px !important; background:#797979 !important ; color:#fff; }
.btn-light:hover{ border:0px !important; background:#07355f !important ; color:#fff !important; }

/* -------------- Checkout Page -------------- */


/* -------------- My Account Page -------------- */
.myaccount-tab{ margin:5px 0; }
.myaccount-tab .tab-content{  border-left: 1px solid #e8e6e6; padding:20px; min-height:400px; }
.myaccount-tab .nav{border-left: 1px solid #e8e6e6; border-top: 1px solid #e8e6e6;}
.ma-link{ padding: 12px 20px; cursor:pointer; color:#454545; border-bottom: 1px solid #e8e6e6; }
.ma-link:hover{ background-color:#e8e6e6; }
.myaccount-tab .nav .active{ background-color:#e8e6e6; }