@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');


:root {
  --primary: #03a9f5;
  --secondary: #555555;  
  --lightblack:#31352e;
}
body {
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0.4px;
  font-size: 14px;
  width: 100%;
  height: 100%;
  background-color: #f8f8f8;
}
h1, h2, h3, h4, h5, h6 {
  color: #555555;
}
legend {
  padding: 7px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
label {
  font-size: 12px;
  font-weight: normal;
}
/* Chrome border line */
button:focus {
  outline: none !important;
}
a{
  color: var(--primary);
}
a:hover{
  color: var(--secondary);
}
.btn-link:hover {
    color: var(--primary);
}
p{
  margin: 0;
}
img{
  border-radius: 0px;
}
.header-lang-currency img{
  border-radius: 0;
}
/* container */
#container {
  width: 100%;
  min-height: 100%;
  position: absolute;
  margin-bottom: 300px;
}
/* content */
/*#content, #column-left, #column-right {
  padding-bottom: 730px;
}
@media (min-width: 576px) {
  #content, #column-left, #column-right {
    padding-bottom: 400px;
  }
}*/
#alert {
  z-index: 9999;
  pointer-events: all;
}
#alert .alert {
  min-width: 400px;
  max-width: 400px;
  position: relative;
  margin-bottom: 15px;
  box-shadow: 3px 2px 3px #ddd;
}
#alert .alert i{
  color: var(--primary);
}
#alert .alert a{
  text-decoration: underline;
}
.alert-dismissible .btn-close{  
  transition: all 0.2s ease-out 0s;  
}
.alert-dismissible .btn-close:hover{
  rotate: 45deg;
}
@media (min-width: 1300px) {
  #alert .alert {
    right: 50px;
  }
}
@media (min-width: 1400px) {
  #alert .alert {
    right: 0px;
  }
}
@media (min-width: 1600px) {
  #alert .alert {
    right: 10px;
  }
}
@media (min-width: 1800px) {
  #alert .alert {
    right: 20px;
  }
}
@media (min-width: 2333px) {
  #alert .alert {
    right: 20px;
  }
}
@media (min-width: 2200px) {
  #alert .alert {
    right: 20px;
  }
}
@media (min-width: 2400px) {
  #alert .alert {
    right: 20px;
  }
}
@media (min-width: 2600px) {
  #alert .alert {
    right: 20px;
  }
}
@media (min-width: 2800px) {
  #alert .alert {
    right: 20px;
  }
}
@media (min-width: 3333px) {
  #alert .alert {
    right: 20px;
  }
}
@media (min-width: 3200px) {
  #alert .alert {
    right: 20px;
  }
}
@media (min-width: 3400px) {
  #alert .alert {
    right: 1333px;
  }
}
@media (min-width: 3600px) {
  #alert .alert {
    right: 1100px;
  }
}
@media (min-width: 3800px) {
  #alert .alert {
    right: 1200px;
  }
}
@media (min-width: 4333px) {
  #alert .alert {
    right: 1300px;
  }
}
@media(max-width: 767px){
  #alert .alert {
  min-width: 300px;
  width: 300px;
  }
}
.alert-success{
  background-color: #eef6f3;
  border: 0;
  border-left: 4px solid #53a354;
}

/* top */
#top {
  margin-bottom:0px;
  position: relative;
  padding: 0px 0;
  text-transform: capitalize;
  background-color: #05a0e6 !important;
  border-bottom:0 !important;
}
#top ul.list-inline {
  margin-bottom: 0;
  display: flex;
}
#top .list-inline-item > a, #top .list-inline-item .dropdown > a {
  font-size: 13px;
  color: var(--bs-gray-600);
  line-height: normal;
  vertical-align: middle;
  padding: 0px;
}
#top .list-inline-item > a:hover, #top .list-inline-item .dropdown > a:hover{
  color: var(--primary);
}
header{
  padding: 20px 0;
  background-color: var(--primary);
}
.header-social li{
  padding: 0px;
  margin-right: 0 !important;
}
.header-social li a{  
  display: inline-block;
  text-align: center;  
  padding: 8px 14px !important;
}
/* custom */
 
@keyframes color-change {
    0% { color: #fff; }
    50% { color: #fdd922; }
    100% { color: #fff; }
}
#top .header-social a{
    animation: color-change 1s infinite;
}
#top .header-social a:hover{
color: #333;
}
.h-phone svg{
  width: 35px;
  height: 35px;
  fill: #ccc;
}
.h-phone span{
  line-height: normal;
  color: #666;
}
.header-lang-currency li.list-inline-item{
  margin-right: 0 !important;
  padding: 4px 14px;
  border-right: 1px solid #e5e5e5;
  color: #666;
  line-height: normal;
}
/* logo */
#logo {
  text-align: center;
  margin: 8px 0 8px 0;
}
#logo img {
  max-width: 130px;
}
@media (min-width: 768px) {
  #logo {
    text-align: center;
  }
}
/* search */
#search {
  margin-bottom: 10px;
}
#search .form-control-lg {
  height: 40px;
  font-size: 12px;
  line-height: 20px;
  padding: 0 10px;
}
#search .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 0.57rem 35px;
  text-shadow: 0 1px 0 #FFF;
}
header .offcanvas.offcanvas-top{
  height: fit-content;
}
header .offcanvas.offcanvas-top .input-group{
    max-width: 1333px;
    margin: 0 auto;
}
@media(min-width: 992px) AND (max-width: 1050px){
  header .offcanvas.offcanvas-top .offcanvas-body{padding: 0;}
}
@media (min-width: 1410px) {
  header .offcanvas.offcanvas-top .btn-close{
    position: absolute;
    right: 100px;
  }
}
/* cart */
#cart .img-thumbnail {
  min-width: 60px;
}
#cart .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 14px 35px;
}
#cart .dropdown-menu li.cart-box {
  min-width: 300px;
  max-width: 320px;
}
#cart i{
  font-size: 20px;
  width: 38px;
  height: 38px;
  color: #ffffff;
  background: #05a0e6;
  line-height: 38px;
  border-radius: 100%;
  margin-right: 8px;
}
.header-cart-checkout .btn{
  flex: 1 1 50%;
}
@media (max-width: 768px) {
  #cart .dropdown-menu li.cart-box {
    min-width: 100%;
  }
}
/* menu */
#menu {
  background-color: #229ac8;
  min-height: 40px;
  border-radius: 0;
  padding: 0 0rem;
  margin-bottom: 0;
  display: block;
}
#menu .navbar-nav > li > a {
  color: #333;
  text-transform: capitalize;
  font-size: 14px;
  padding: 8.5px 10px;
  background-color: transparent;
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
}
#menu .navbar-nav > li > a:hover {
  color: var(--primary) !important;
}
#menu .navbar-nav > li > a img{
  margin-right: 10px;
}
.dropdown-item:hover, .dropdown-item:focus{
  color: var(--primary) !important; 
  background-color: transparent;
}
#menu .dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#menu .dropdown-inner {
  display: flex;
  flex-direction: column;
}
#menu .dropdown-inner ul {
  width: 100%;
  min-width: 200px;
}
.dropdown-with-child i{
  font-size: 14px;
}
.cat-titl{
  margin: 0 10px;
}
.cat-heading{  
  background: var(--primary) !important;
  border-color: transparent !important;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  padding: 14px 15px;
  height: 50px;
  border-radius: 0 0 0 0;  
  letter-spacing: 1px;
}
.cat-heading:hover, .cat-heading:focus {
  color: var(--secondary);
}
.allmenu {
  border-bottom: 1px solid #ffffff;
  background-color: #ffffff;
  margin-bottom: 20px;
  padding: 14px;
  box-shadow: 0px 1px 4px 0 rgba(0,0,0,.09);
}
.static-menu{
  display: flex;
  gap: 45px;
  align-items: center;
  margin-bottom: 0;
  height: 100%;
}
.static-menu a{
  color: #222222;
}
.static-menu a:hover{
  color: var(--primary);
}
.enaleng{
  position: absolute;
  right: 20px;
}
@media (min-width: 960px) {
  #menu .dropdown:hover .dropdown-menu {
    display: block;
    transition: all 0.35s ease-out 0s;
    border: none;   
    border-bottom: 3px solid #05a0e6;
    margin-top: 0px;
  }
  #menu .dropdown-inner {
    flex-direction: row;
  }
/*   #menu .nav-item + .nav-item + .nav-item .dropdown-column-3 {
    left: -200px;
  }
  #menu .nav-item + .nav-item + .nav-item .dropdown-column-4 {
    left: -400px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-2 {
    left: -200px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-3 {
    left: -400px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-4 {
    left: -600px;
  } */
  #d-menu.collapse:not(.show){
    display: none !important;
  }
/*   .common-home #d-menu.collapse:not(.show){
   display: block !important; 
  } */
  #d-menu.navbar-collapse .navbar-nav{
    flex-direction: column;
    width: 100%;
  }
  #d-menu {
    position: unset;
    top: 50px;
    z-index: 9;    
    border-radius: 0 0 4px 4px;
    left: 0px;
    right: 0px;
    background-color: #fff;
    box-shadow: 0px 1px 4px 0 rgba(0,0,0,.09);
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    left: 100%;
    top: 0;
  }
}
#category {
  float: left;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .navbar-toggler i {
  color: #fff;
  border-color: #fff;
  font-size: 0.9em;
}
/*view more menu*/

/* More menu base */
.view_cat_menu {
  position: relative;
}

/* FORCE disable hover opening */
.view_cat_menu:hover > .dropdown-menu {
  display: none !important;
}

/* Closed state */
.view_cat_menu > .dropdown-menu {
  display: none !important;
}

/* Open ONLY on click */
.view_cat_menu.open > .dropdown-menu {
  display: block !important;
}


/* default boostrap changes */
div.required .col-form-label:before, div.required .form-label:before {
  content: "* ";
  color: #F00;
  font-weight: bold;
}
.form-switch-lg {
  font-size: 20px;
  min-height: 30px;
  line-height: 30px;
}
.nav-tabs {
  margin-bottom: 15px;
}
.form-check .form-check-input {
  margin-top: 0.25rem;
}
@media (min-width: 768px) {
  .col-form-label {
    text-align: right;
  }
}
/* footer */
#scroll {
    position: fixed;
    right: 20px;
    bottom: 30px;
    cursor: pointer;
    z-index: 8;
    height: 40px;
    width: 40px;
    line-height: 0;
    padding: 5px 0;
    display: none;
    outline: none;
    text-align: center;
    transition: all .5s ease-in-out;
    background: var(--primary);
    color: #fff;
    border-radius: 0px;
}
#scroll:hover{
    background-color: var(--lightblack);
}
#scroll i {
    font-size: 26px;
}
footer {
  border: 1px solid #272727;  
  width: 100%;
  padding-top: 30px;
  background-color: #272727;
  border-top: 1px solid #ddd;
  color: #e2e2e2;
  margin-top: 50px;
}
.footer-payment{
  max-width: 100%;
}
footer hr {
  border-top: none;
  border-bottom: 1px solid #666;
}
footer a {
  color: #bbb;
  text-decoration: none;
}
footer a:hover {
  color: #fff;
}
footer h5 {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 20px;
  position: relative;
}
footer h5::before {
  content: "";
  height: 2px;
  position: absolute;
  top: 30px;
  width: 40px;
  z-index: 3;
  background-color: var(--primary);
}
/*footer{ margin-top: 50px; }*/
.foot-pay img {
  max-width: 250px;
  border-radius: 0;
}
.footer-link{
  display: grid;
  gap: 8px;
}
.footer-link a:hover{
  color: var(--primary);
}
.powerby{
  border-top: 1px solid #333;
  padding: 10px 0;
  text-align: center;
}
.powerby p{
  color: #bbb;
  font-size: 13px;
  text-align:left;
}
.top-footer{
  padding-bottom: 40px;
  padding-top: 10px;
}
.footblink {
    padding: 30px 0;
    max-width: 1200px;
    margin: 0 auto;
    border-top: 1px solid #404040;
    border-bottom: 1px solid #404040;
}
.footblink ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    margin: 0;
}
.footblink li a{
  color: #fff;
}
.footblink li a:hover{
  color: var(--primary);
}
.footblink li a{
    margin: 0 4px;
}
.footblink li a img{
  border-radius: 0;
}
.footblink .fs-0, .f-left .fs-0{
  font-size: 0;
  display: none;
}
.foot-app{
  justify-content: center !important;
}
.foot-social .list-inline-item {
  display: inline-block;
  background-color: #3d3d3d;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 38px;
  border-radius: 4px;
}
/* breadcrumb */
.breadcrumb {
    margin: 0;
    padding: 8px 0;
    border: 0;      
}
.breadcrumb i {
  font-size: 15px;
}
.breadcrumb > li.breadcrumb-item {
  text-shadow: 0 1px 0 #FFF;
  padding: 0 12px;
  position: relative;
  white-space: nowrap;
  font-size: 12px;
}
.breadcrumb > li.breadcrumb-item > a {
  text-decoration: none;
  color: var(--secondary);
  white-space: normal;
}
.breadcrumb > li.breadcrumb-item > a:hover {
  color: var(--primary);
}
.breadcrumb > li.breadcrumb-item:after {
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    right: 0;
    width: 7px;
    height: 7px;
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    transform: rotate(-45deg);
    display: flex;
}
.breadcrumb > li.breadcrumb-item + li:before {
  content: "";
  padding: 0;
}
.breadcrumb > li.breadcrumb-item:last-child:after{
  display: none;
}
.pro-bg {
  background-color: #fff;
  /* box-shadow: -1px 0px 10px 0px #ececec; */
  box-shadow: 0px 1px 4px 0 rgba(0,0,0,.09);  
  width: 100%;
  margin-top: 40px;
  padding: 20px;
}
.product-thumb {
  position: relative;
  height: 100%;
  /*background-color: #f8f8f8;
  border: 1px solid #f2f2f2;
  border-radius: 4px;*/
  border-radius: 4px;  
  transition: all 500ms ease 0s;
}
.product-thumb .image {
  text-align: center;
  position: relative;
  border: 1px solid #f3f3f3;
  border-radius: 0;
}
.product-thumb .image img {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.product-thumb .image a:hover {
  opacity: 0.8;
}
.product-thumb .description {
  padding: 8px 6px;
}
.product-thumb .description h4 {
  font-weight: normal;
  font-size: 14px;
  margin-bottom: 0; 
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product-thumb .description h4 a{
  color: var(--secondary);
  font-size: 14px;
}
.product-thumb .description h4:hover a{
  color: var(--primary);
}
.product-thumb .button {
    display: flex;
    position: absolute;
    width: 100%;
    bottom: 0;
    align-items: self-end;
    justify-content: center;
    gap: 5px;
    top: auto;
    height: 100%;    
    opacity: 0;
    transition: 0.3s ease;  
}
.product-thumb .button button, .cart-with-variant button{  
  border: none;  
  width: 40px;
  height: 40px;
  background-color:#fff;
  color: #333;  
  text-align: center;
  border-radius: 0px;
  transition: 0.3s ease;
}
.product-thumb:hover .button, .product-thumb:hover .cart-with-variant button{
  opacity: 1;
}
.product-thumb .button button:hover, .product-thumb .cart-with-variant button:hover{
  color:#fff;
  background-color: var(--primary);
  text-decoration: none;
  cursor: pointer;
}
.product-thumb .button button svg, .product-thumb .cart-with-variant button svg{
  width: 18px;
  height: 18px;
}
.product-thumb .button button:hover svg, .product-thumb .cart-with-variant button:hover svg{
  fill: #fff;
}
.product-thumb .cart-with-variant{
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
}
.product-thumb .button button{
  border-radius: 50px;
  background-color: var(--primary);
}
.product-thumb .button button svg{
  fill: #fff;
}
.product-thumb:hover .button{
  margin-bottom:10px;
}
.product-thumb .button button:hover{
  background-color: var(--lightblack);
}
.producttab-title{
  margin-right: 100px;
}
/*blog*/
.latest-news .product-thumb{
  background-color: transparent;
  border: 0;
  box-shadow:none;
}
.latest-news .product-thumb .description{
  padding: 6px 0px;
}
.latest-news .product-thumb .description h4{
  font-size: 14px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.readmore-btn{
  letter-spacing: 0;
  text-transform: capitalize;
}
.all-blogs .all-blog-details h2 a{
  font-size: 20px;
  text-transform: capitalize;
  color: var(--lightblack);
  font-weight: 600;
}
.all-blogs .all-blog-details h2 a:hover{
  color: var(--primary);
}
.all-blog-details{
  display: grid;  
}
.all-blog-details p{
  color: #666;
}
.all-blog-details h2{
  margin: 0;
}
.all-blog-details ul{
  margin: 0;
}
.blog-auth a{
  color: var(--lightblack);
}
.blog-auth a:hover{
  color: var(--primary);
}
.single-blog-desc, .single-blog-desc p{
  font-size: 14px;
  color: #666;
}
.single-blog-details{
  margin-top: 15px;
}
.single-blog-details h1 {
    text-transform: capitalize;
    font-size: 24px;
    font-weight: 600;
}
.comment-title{
  font-size: 20px;
  font-weight: bold;
}
.comment-section{
  margin-top: 150px;
}
#comment-container{
  margin-top: 20px;
}
@media (min-width: 992px) {
  .product-list .product-thumb {
    display: flex;
    padding: 10px;
  }
  .product-list .product-thumb .image {
    flex-direction: column;
    margin-bottom: 0px;
  }
  .product-list .product-thumb .content {
    flex-direction: column;
    flex: 75%;
    position: relative;
  }
  /* .product-special .row-cols-lg-4 > *, .product-search .row-cols-lg-4 > *, #product-manufacturer .row-cols-lg-4 > *{
    width: 25%;
  } */
}
.rating{
  line-height: normal;
  margin: 4px 0;
}
.rating .fa-stack {
  width: 12px;
  height: 1em;
  line-height: 1em;
}
.rating .fa-star {
  color: #999;
  font-size: 13px;
}
.rating .fa-star {
  color: #FC0;
  font-size: 13px;
}
.rating .fa-star + .fa-star {
  color: #FC0;
}
/* product list */
.price {
  color: #444;
}
.price-new {
  font-weight: bold;
  font-size: 18px;
  color: var(--primary);
}
.price-old {
    color: #999;
    text-decoration: line-through;
    font-size: 14px;
}
.price-tax {
  color: #999;
  font-size: 12px;
  display: block;
}
/* blog */
.blog-thumb {
  border: 1px solid #ddd;
  margin-bottom: 15px;
}
.blog-thumb h4 {
  font-weight: bold;
}
.blog-thumb .image {
  text-align: center;
  margin-bottom: 15px;
}
.blog-thumb .image a:hover {
  opacity: 0.8;
}
.blog-thumb .description {
  padding: 15px;
}
.d-list-view{
  display: none;
}
.product-list .d-list-view{
  display: block;
  margin: 6px 0;
}
/* Theme Custom CSS */
#cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  z-index: 9999;
  opacity: 0.95;
  color: #ecf0f1;
  background: #343a40;
}
#cookie div {
  font-size: 16px;
  color: #FFFFFF;
}
.btn-primary{
  background-color: var(--primary);
  border-color: var(--primary);
}
.btn-primary:hover{
  background-color: var(--secondary);
  border-color: var(--secondary);
}
.img-thumbnail{
  padding: 0;
  border-color: #eee;
}
.section-heading{
  margin:0;
}
.section-heading h3{
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  text-transform: capitalize;
}
.slick-next, .slick-prev{
  z-index: 99;
}
.slick-slide {
    margin: 0 4px;
}
.slick-list{
 margin: 0 -10px; 
}
.caregory-list .slick-list{
  margin: 0;
}
.slick-dots li button:before{
  font-size: 10px;
  color: var(--primary);
}
.slick-dots li.slick-active button:before{
  color: var(--primary);
  opacity: 1;
}
.slick-next:before, .slick-prev:before{
  color: var(--lightblack);
}
.slick-prev{
  left: 0;
  height: 32px;
  width: 32px;
  background: #F5F5F5;
  border-radius: 4px;
  transition: 0.3s ease;
}
.slick-next {
  right: 10px;
  height: 32px;
  width: 32px;
  background: #F5F5F5;
  border-radius: 4px;
  transition: 0.3s ease;
}
.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover{
  background: var(--primary);
  color: #fff;
}
.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before{
  color: #fff;
}
.slick-dots li{
  margin: 0;
}
.slick-next:before, .slick-prev:before{
  font-family: unset;
}
@media (max-width: 991px){
    .container {
        width: 100%;
        max-width: 100%;
    }
}
@media (min-width: 992px) and (max-width: 1199px){
    .container {
        width: 963px;
        max-width: 963px;
    }
}
@media (min-width:1200px) and (max-width:1409px){
    .container {
       width: 1170px;
       max-width: 1170px;
    }
}
@media (min-width: 1410px){
    .container {
        /* width: 1380px;
        max-width: 1380px; */
        width: 1170px;
       max-width: 1170px;
    }
}
.section-title h2{
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
  position: relative;
  margin: 0;
}
/* .pro-bg h2::before, .section-title h2::before {
  content: '';
  background-color: var(--primary);
  position: absolute;
  left: -20px;
  top: 2px;
  width: 13px;
  height: 13px;
  border-radius: 4px;
} */
.section-title hr {
  clear: both;
  border-top: 1px solid #eaeaea;
  opacity: 1;
}
hr{
  border-color: #eaeaea !important;
  opacity: 1; 
  }
/* testimonial */
.parallex .item {
    max-width: 1150px;
    margin: 0 auto;
}
.parallex .item .timg {
    border-radius: 100%;
    border: 2px solid #05a0e6;
    margin: 10px auto;
}
.parallex .item h2 {
    font-size: 16px;
    text-transform: uppercase;
    color: #05a0e6;
    display: inline-block;
    vertical-align: middle;
    font-weight: 600;
    margin: 0;
}
.parallex .item h5 {
    font-size: 14px;
    text-transform: capitalize;
    color: #777;
    display: inline-block;
    vertical-align: middle;
    font-weight: normal;
    margin: 0;
}
.parallex .item p {
    color: #333;
    margin-top: 15px;
    line-height: 21px;
}
/*services*/
.service-bg{
  background-color: #3d3d3d;  
}
.deliveryinfo {    
    margin-left: 0;
    margin-right: 0;
    padding: 30px 0;
    border-radius: 4px;
}
.deliveryinfo ul{
  margin: 0;
}
.deliveryinfo li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}
.deliveryinfo li span {
    display: inline-block;
    vertical-align: middle;
    transition: 0.3s ease;
}
.deliveryinfo ul svg {
    width: 36px;
    height: 36px;
    fill: #b0b0b0;
    transform-style: preserve-3d;
    transition: all 1.0s linear;
}
.deliveryinfo ul:hover svg {
  transform: rotateY(180deg);
  cursor: pointer;
  fill: #fff;
}
.deliveryinfo li:last-child {
    width: 77%;
}
.deliveryinfo li h4 {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 600;
    margin: 0 0 6px 0;
    color: #b0b0b0;
}
.deliveryinfo li p {
    text-transform: capitalize;
    margin-bottom: 0;
    font-size: 12px;
    color: #b0b0b0;
}
/*carousel*/
.carousel{
  border: 0;
  border-radius: 0px;
  box-shadow:none;
  margin-bottom:0px;
}
.carousel .carousel-control-prev, .carousel .carousel-control-next {
  background: #fff; 
  color: #999;
  box-shadow: 0px 0px 6px 0px rgba(1, 1, 1, 0.06);
  width: 35px;
  height: 35px;
  opacity: 0;
  border-radius: 100%;
  transition: 0.3s ease;
  top: 45%;
}
.carousel-control-prev, .carousel-control-next{
  font-size: 12px;  
}
.carousel .carousel-control-prev:hover, .carousel .carousel-control-next:hover{
  background-color: var(--primary);
  color:#fff;
}
.p-0{
  padding: 0;
}
.carousel .carousel-control-prev {
    left: 0;
}
.carousel .carousel-control-next {
    right: 0;
}
.carousel:hover .carousel-control-prev {
    left: 20px;
}
.carousel:hover .carousel-control-next {
    right: 20px;
}
/*category list*/
.wd-item-thumb{
  position: relative;
}
/* .caregory-list{
  overflow: hidden;
} */
.caregory-list img{
  width: 100%;
}
.wd-item-caption {
    text-align: center;
}
.wd-item-caption .wd-item-title a{
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 600;
  color: #fff;
  margin: 0;
  transition: 0.3s ease;
  letter-spacing: 0;
  color: var(--lightblack);
}
.wd-item-thumb:hover .wd-item-title a{  
  color: var(--primary);  
}
.wd-item-thumb .wd-item-title:hover a{  
  color: var(--secondary);  
}
.wd-item-thumb:hover .category-object{  
  transition: 0.3s ease;
}
.giant-item-subtitle{
  text-transform: capitalize;
    margin: 8px 0 0;
    color: var(--primary);
    font-weight: 600;
}
@media (min-width: 1410px) {
  .product-list .col{
  width: 100%;
  }
  .product-list .image {
      width: 40%;
  }
  .product-list .caption {
        width: 60%;
  }
  .product-list .product-thumb .description{
    padding: 10px;
  }
}
/*center banner*/
.imgbnrtext h5 {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #777;
    margin: 0;
}
.imgbnrtext h1 {
    font-size: 50px;
    text-transform: capitalize;
    font-weight: 700;
    margin: 5px 0 20px 0;
}
.imgbnrtext p {
    margin: 0;
    letter-spacing: 0.5px;
    color: #777;
    line-height: 24px;
}
.imgbnrtext .btn-primary {
    border: 1px solid #05a0e6;
    background: #fff;
    color: #05a0e6;
    padding: 8px 22px;
    margin-top: 20px;
    text-transform: capitalize;
}
.imgbnrtext .btn-primary:hover {
    background-color: #05a0e6;
    color: #fff;
}
/*tab products*/
.slick-next, .slick-prev{
  top: -40px;
  right: 0;
}
.slick-prev{
  left: auto;
  right: 40px;
}
.tab-products .nav-tabs{
  margin-bottom: 0;
  margin-right: 85px;
  border: 0;
}
.tab-products .nav-item .btn-primary{
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  color: #333;
  font-size: 14px;
  padding: 2px 10px;
}
.tab-products .nav-item .btn-primary.active, .tab-products .nav-item .btn-primary:hover{
  background: var(--primary);
  color: #fff;
  border-color: var(--primary);
}
/*onsale*/
.onsl .section-heading h3, .onsl .section-heading span{
  color: #fff;
}
.onsale .product-thumb{
  display: flex;
}
.onsale .product-thumb .description h4 {  
  overflow: hidden;
}
.onsale .product-thumb .image{
flex: 0 0 35%;
}
.onsale .product-thumb .content{
flex: 0 0 65%;
}
/*search */
.head-search-icon svg, .head-user svg{
  width: 18px;
  height: 18px;
  fill: #666;
}
.head-user .dropdown-toggle{
  color: var(--lightblack);
}
.head-search-icon:hover svg{
fill: var(--primary);
}
.head-user:hover .dropdown-toggle, .head-user:hover svg{
  color: var(--primary);
  fill: var(--primary);
}
/*cart*/
#cart button.dropdown-toggle {
    border: none;
    padding: 0;
    background: transparent;
    color: var(--lightblack);
    display: flex;
    align-items: center;
}
.hcart-total{
  display: grid;
  align-items: center;
  text-align: left;
  color: #ffffff;
}
.cart-head, .call-head{
  font-weight: 500;
  color: #ffffff !important;
}
#cart svg {
    width: 35px;
    height: 35px;
    fill: #ffffff;
}
/*#cart:hover button.dropdown-toggle, #cart:hover button.dropdown-toggle svg{
  color: var(--primary);
  fill: var(--primary);
}*/
.header-cart-items{
  display: block;
  height: 280px;
  overflow-y: scroll;
}
.header-cart-items{
  color: var(--lightblack);
}
.hsticky {
    background-color: #fff; 
    border-bottom: 1px solid #e1e1e1;
    margin: 0 150px;
}
ul.header-lang-currency{
  margin: 0;
}
.header-lang-currency a{
  color: var(--lightblack);
}
.header-lang-currency a:hover{
  color: var(--primary);
  background-color: transparent;
}
.header-lang-currency a.dropdown-toggle, .header-lang-currency a.dropdown-toggle span, .header-lang-currency a.dropdown-toggle i, .header-lang-currency a.dropdown-toggle strong{
  color: #ffffff;
}
.header-lang-currency a.dropdown-toggle svg{
  fill:#ffffff;
}
.header-item-remove{
    background: transparent;
    border-color: transparent;
    padding: 0;
    color: #da4f49;
    font-size: 20px;
}
.header-item-remove.btn:hover{
  background: transparent;
  border-color: transparent;    
  color: #da4f49;
}
/*category page*/
.catlistpage.list-group a.active, .list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover, .catlistpage.list-group a.active:hover {
    background: #fff;
    color: #05a0e6;
    border: 1px solid #eee;
}
a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover, .catlistpage.list-group a:hover {
    background-color: #fff;
    color: #05a0e6;
}
.catfilter.panel-default > .panel-heading, .cathed {
    color: #fff;
    background-color: #333;
    border: none;
    text-transform: uppercase;
    border-radius: 4px;
    margin-bottom: 10px;
    padding: 10px 15px;
}
/*#column-right, #column-left, .manucom .product-list .image {
    width: 25%;
}
#content.colright, .manucom .product-list .caption {
    width: 75%;
}*/
footer #column-left{
  width: auto;
}
.cate-top {
    background-color: #fff;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #eee;
    margin-left: 0;
    margin-right: 0;
    border-radius: 4px;
}
.cate-top h1 {
    font-size: 18px;
    color: #333;
    letter-spacing: 0.5px;
    margin-top: 0;
    text-transform: capitalize;
}
.refines h3 {
    text-transform: capitalize;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 10px;
}
.refines ul {
    display: inline-block;
}
.refines li {
    border-radius: 4px;
    border: 1px solid #eee;
    font-size: 12px;
    padding: 4px 12px;
    vertical-align: middle;
    margin-right: 10px;
    text-transform: capitalize;
    margin-bottom: 4px;
    font-weight: 600;
}
.refines li a{
  color: var(--lightblack);
}
.refines li:hover{
  border-color: var(--primary);
}
.refines li:hover a{
  color: var(--primary);
}
.listgridbtn {
    background-color: #fff;
    padding: 0 !important;
    margin: 0 4px !important;
    border: none;
    box-shadow: none;
}
.lgrid .active svg {
    fill: var(--primary);
    cursor: pointer;
}
.btn-link {
    border-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    color: #333;
    border-radius: 4px;
    transition: 0.3s ease;
}
.btn-link.active{
  color: var(--primary);
}
.catesort label{
  background-color: #fff;
  border: none;
  color: var(--lightblack) !important;
}
.catesort .form-select {
    z-index: 0;
    border-radius: 4px !important;
}
.cate-border {
    background-color: #fff;
    margin: 0 0 20px 0;
    padding: 10px 0px;
    border: 1px solid #eee;
    border-radius: 4px;
}
/*product details*/
.nav-link{
  color: var(--lightblack) !important;
}
.product-tab {
    margin-top: 30px;
    margin-bottom: 40px;
    border-radius: 4px;
}
.product-content h1 {
    font-size: 22px;
    text-transform: uppercase;
    margin-top: 0;
    font-weight: 600;
}
.text-decor, .text-de {
    text-transform: capitalize;
    font-size: 14px;
    letter-spacing: 1px;
    min-width: 150px;
    display: inline-block;
    line-height: 25px;
    vertical-align: middle;
}
.stock_bg .bg-success{
    color: #fff;
    padding: 0px 6px;
    font-size: small;
}
/*product zoom*/
#gallery_01 .slick-slide img {border:1px solid transparent;}
#gallery_01 .slick-active.active img{border:1px solid #ddd;}
#gallery_01{ margin-top: 20px; }
.image-gallery .slick-prev, .image-gallery .slick-next{
  opacity: 0;
}
.image-gallery:hover .slick-prev, .image-gallery:hover .slick-next{
  opacity: 1;
}
.image-gallery .slick-prev {
    left: 0px;
    right: auto;
    width: 25px;
    height: 25px;
    top: 50%;
}
.image-gallery .slick-next{
    left: autp;
    right: 0px;
    width: 25px;
    height: 25px;
    top: 50%; 
}
.image-gallery:hover .slick-prev{
  left: 5px;
}
.image-gallery:hover .slick-next{
  right: 5px;
}
.main-price{
  display: flex;
  align-items: center;
  gap: 10px;
}
.main-price h2{
  margin-bottom: 0;
}
.product-content .price-new{font-size: 30px;}
.product-content .price-old{font-size: 20px;}
.tax-point{display: flex; align-items: center; gap:15px;}
#input-quantity.form-control{
  max-width: 180px;
}
/* common */
.dropdown-menu {
    border-radius: 4px;
    border: none;
    box-shadow: 0 0px 5px rgba(0,0,0,.175);
}
.dropdown-item{
  font-size: 14px;
}
.co-heading {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
    margin-top: 0;
}
.other-page-heading::before{  
  content: '';
  background-color: #05a0e6;
  position: absolute;
  left: 0px;
  top: 3px;
  width: 13px;
  height: 13px;
  border-radius: 4px;
}
.other-page-heading{
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 14px;
  margin-top: 0;
  border-bottom: 1px solid #eee;
  padding-left: 20px;
  padding-bottom: 14px;
  position: relative;
}
.other-heading{
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 20px;
}
/*search page*/
@media(min-width: 1200px){
 #product-search .row-cols-lg-3 > *, #product-manufacturer .row-cols-lg-3 > *{
    width: 25%;
  }
}
.pagi {
    margin: 0;
    background-color: #fff;
    padding: 8px 0;
    border: 1px solid #eee;
    border-radius: 4px;
    margin-bottom: 20px;
    align-items: center;
}
.pagi .pagination{
  margin-bottom: 0;
}
.page-link.active, .active > .page-link{
  background-color: var(--primary);
  border-color: var(--primary);
  color: #fff;
}
.page-link{
  color: var(--lightblack);
}
.page-link:hover{
  color: var(--primary);
}
/* other page heading */
/* .heading-other h2::before {
  content: '';
  background-color: #05a0e6;
  position: absolute;
  left: -20px;
  top: 3px;
  width: 13px;
  height: 13px;
  border-radius: 4px;
} */
.heading-other h2 {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  margin-bottom: 20px;
  text-transform: capitalize;
  color: #2a3746;
}
.compare-product-name{
  color: var(--lightblack);
}
.compare-product-name:hover{
  color: var(--primary);
}
.font-weight-bold{
  font-weight: 700;
}

/* wishlist */
.wishlist-btn svg{
  width: 20px;
  height: 20px;
  fill: #fff;
}
.compare-product-name.wish{
  font-weight: 600;
}

/*account pages*/
#account-account .accounts [class*="col-"] a {
    display: flex;
    align-items: center;
    border: 1px solid #eee;
    width: 100%;
    padding: 20px 25px;
    border-radius: 4px;
    margin-bottom: 30px;
    color: var(--lightblack);
    gap: 20px;
}
#account-account.acpage .accounts [class*="col-"] span:last-child span {
    font-size: 14px;
    font-weight: 400;
    color: #bcbcbc;
    margin-top: 6px;
    text-transform: capitalize;
    display: block;
    letter-spacing: 0.3px;
}
#account-account.acpage .accounts [class*="col-"] span:last-child {
    font-size: 16px;
    font-weight: 600;
}
#account-account.acpage .accounts [class*="col-"] span:last-child:hover{
color: var(--primary);
}
#account-account .accounts [class*="col-"] a svg{
  fill: var(--primary);
}
.accolumn {
    /* box-shadow: 0 2px 4px 0 rgba(0,0,0,.09); */
    box-shadow: 0px 0 3px 2px rgba(0,0,0,.05);
    border-radius: 4px;
    padding: 15px 0px;
    margin-top: 30px;
}
.accolumn h3 {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    display: flex;
    margin-top: 0;
    gap: 8px;
    text-transform: uppercase;
    padding: 0 12px;
}
.accolumn h3 svg{
  fill: var(--primary);
}
.accolumn .list-group-item{
  border: none;
  padding: 6px 40px;
}
.acl .list-group-item{
  padding: 0;
}
legend {
    font-size: 18px;
    padding: 7px 0px;
    color: #333;
    border-color: #f2f2f2;
}
.cart-des-name a{
  color: var(--lightblack);
  font-weight: 600;
}
.cart-des-name a:hover{
  color: var(--primary);
}
.cart-details-desc small{
  color: #888;
}
.cart-list-deatils .input-group{
  max-width: 130px;
}
.cart-detail-remove {
    margin-left: 2px !important;
    color: #fff !important;
}
.accordion-button{
  font-size: 14px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.success-msg svg{
  margin-top: 30px;
  margin-bottom: 5px;
  fill: var(--primary);
  width: 60px;
  height: 60px;
}
.success-msg p{
  color: #666;
}
/*contact page*/
.contact-sub-title{
  font-size: 18px !important;
  padding: 7px 0px;
  font-weight: 700;
}
/*sitemap*/
#information-sitemap a{
  color: var(--lightblack);
}
#information-sitemap a:hover{
  color: var(--primary);
}
/*brand*/
.brand-list {
    border: 1px solid #f2f2f2;
    padding: 5px;
    margin-bottom: 20px;
    background-color: #fff;
}
.bname {
    background: none repeat scroll 0 0 #f2f2f2;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 6px 0;
    padding: 5px 8px;
}
#product-manufacturer a{
  color: var(--lightblack);
}
#product-manufacturer a:hover{
  color: var(--primary);
}
/*orders*/
#account-order .order-list .pname a{
  color: var(--lightblack);
  font-size: 16px;
  font-weight: 600;
}
#account-order .order-list .pname a:hover{
  color: var(--primary);
}
.lead{
  font-weight: bold;
}
.cmn-space{
  margin-top: 30px;
}
/* filter */
.category-filter .card-header{
  font-weight: bold;
  text-transform: capitalize;    
  position: relative;
}
.category-filter .card-footer{
  background-color: transparent;  
}
.category-filter .form-check-label{
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
}
.category-filter .form-check {    
  margin-bottom: 0.3rem;
}
.category-filter .list-group-item{
  border-width: 0;
}
.category-filter a.list-group-item{
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;  
  border-width: 0 0 var(--bs-list-group-border-width);
}
.appres{margin-bottom: 10px;}
.category-filter .btn.toggle {
    color: #333;
    text-shadow: none;
    background: none;
    background-image: none;
    background-image: none;
    border: 0;
    box-shadow: none;
    font-size: 12px;
    position: absolute;
    top: 0px;
    right: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    padding-right: 15px;
}
.category-filter .toggle::after {
    font-family: 'FontAwesome';
    content: '\f068';
    font-size: 14px;
    font-weight: 600;
    float: right;
    cursor: pointer;
}
.category-filter .toggle.collapsed::after {
    font-family: 'FontAwesome';
    content: '\f067';
    font-size: 14px;
    font-weight: 600;
    float: right;
    cursor: pointer;
}
.appres .card-header{
  border-bottom: 0;
}
/*sale & save & offer */
.you-save {
    position: absolute;
    top: 12px;
    left: 12px;
    padding: 2px 8px;
    font-size: 10px;
    border-radius: 4px;
    font-weight: 500;
    background-color:red;
    color: #fff;
    letter-spacing: 0;
}
.discount-onprice {
    position: absolute;
    top: 12px;
    right: 12px;
    padding: 2px 8px;
    font-size: 10px;
    border-radius: 4px;
    font-weight: 500;
    background-color: green;    
    color: #fff;
    letter-spacing: 0;
}
/*cart with options*/
/*.cart-options{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap:10px;
}*/
.cart-with-variant button{
  width: 50px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap:4px;
  background-color:#ffffff;
  color: var(--lightblack);
  border: 1px solid #eee;
}
.cart-with-variant button:hover{
  background-color: var(--primary) !important;
  border: 1px solid var(--primary);
}
.select-cart-option{
  width: 100%;
}
.cart-with-variant button svg{
  width: 16px !important;
  height: 16px !important;
  fill: var(--lightblack);
}
.cart-with-variant button:hover svg{
  fill: #ffffff;
}
@media(max-width: 991px){
  #top{
    margin-bottom: 0px;
  }
  #top p{font-size: 12px;}
  #logo{
    margin: 0;
    margin-left: 30px;
  }
  .hsticky{
    margin: 0;
    border: 0;
  }
  #logo img{
    max-width: 100px;    
  }
  #cart svg{
    width: 25px;
    height: 25px;
  }
  .cmn-space {
    margin-top: 30px;
  }
  .wd-item-title{
    margin-bottom: 0;
  }
  .wd-item-caption .wd-item-title a{
    font-size: 15px;
  }
  /*Mobile navbar*/
  .mobile-menu.offcanvas.offcanvas-start{
    width: 280px;
  }
  .mobile-menu .dropdown-menu.show{
    position: unset !important;
    transform: none !important;
    box-shadow: none;
  }
  .menu-bar-icon{
    margin-top: -98px;
    position: absolute;
    margin-left: -10px;
    color: #fff;
  }
  .mobile-menu .offcanvas-header{
    padding: 10px 16px;
    background-color: var(--primary);
  }
  .mobile-menu .offcanvas-title, .mobile-menu  button{
    color: #fff;
  }
  /*Mobile navbar*/
  .carousel .carousel-control-prev, .carousel .carousel-control-next{
    width: 30px;
    height: 30px;
    top: 35%;
  }
  .carousel .carousel-control-prev span, .carousel .carousel-control-next span{
    font-size: 14px;
  }
  .breadcrumb {
    margin: 0 0 10px 0;
    padding: 5px 0;    
  }
  .breadcrumb > li.breadcrumb-item{
    padding: 0 15px;
  }
  .breadcrumb > li.breadcrumb-item > a, .breadcrumb i {
    font-size: 13px;
  }
  .cart-list-deatils .qty{
    min-width: 180px;
  }
  .banner-bunch .frst-banner{
    order: 1;
  }
  .banner-bunch .cntr-banner{
    order: 3;
  }
  .banner-bunch .thrd-banner{
    order: 2;
  }
}
@media (min-width: 768px) {
  .footer-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
}
@media (max-width: 767px) {
  footer h5{
    position: relative;
    font-size: 14px;
    font-weight: 600;
  }
  .main-footer .btn.toggle {
    color: #fff;
    text-shadow: none;
    background: none;
    background-image: none;
    background-image: none;
    border: 0;
    box-shadow: none;
    font-size: 12px;
    position: absolute;
    top: -2px;
    right: 0;
    padding: 0;
    width: 100%;
  }
    footer h5 .toggle.collapsed::after {
    font-family: 'FontAwesome';
    content: '\f067';
    font-size: 14px;
    font-weight: 600;
    float: right;
    cursor: pointer;
  }
  footer h5 .toggle::after {
    font-family: 'FontAwesome';
    content: '\f068';
    font-size: 14px;
    font-weight: 600;
    float: right;
    cursor: pointer;
  }
  .top-footer{
    padding-bottom: 15px;
  }
  /* .cart-options{
    display: grid;
    gap: 5px;
  } */
}
@media(max-width: 767px){
  .centertxt{margin-top: 20px;}
  .imgbnrtext h1{font-size: 30px;}
  .tab-heading {
    margin-bottom: 10px;
  }
  .tab-products .nav-item .btn-primary{font-size: 13px; padding: 2px 6px;}
  .tab-products .nav-tabs{
    gap: 5px !important;
  }
  .product-thumb .description h4{font-size: 14px;}
  .slick-slide {
    margin: 0 5px;
  }
  .slick-next, .slick-prev{
    width: 30px;
    height: 30px;
    top: -40px;
  }
  .slick-next:before, .slick-prev:before{
    font-size: 13px;
  }
  .slick-prev{
    right: 45px;
  }
  .slick-dots li{
    margin: 0;
  }
  .slick-dots li button:before, .slick-dots li button:before{ 
    font-size:15px;
  }
  .onsale .product-thumb .description h4{
    height: 36px;
  }
  .deliveryinfo li:last-child {
    width: 70%;
  }
  .deliveryinfo li h4{font-size: 16px; margin: 0 0 5px 0;}
  .deliveryinfo{
    display:grid; gap:15px;
    padding: 20px 0;
  }
  .offerimg{margin-bottom: 15px;}
  .third-banner{    margin-top: 10px;  }
  .section-heading {
    margin: 0 0 15px 0;
  }
  #account-account .accounts [class*="col-"] a svg{
    width: 40px;
  }
  #account-account .accounts [class*="col-"] a{
    padding: 10px 15px;
    margin-bottom: 10px;
  }
  #account-account.acpage .accounts [class*="col-"] span:last-child {
    font-size: 14px;
    font-weight: bold;
  }
  .co-heading{
    margin-bottom: 10px;
  }
  hr {
    margin: 10px 0;
  }
  #account-account .co-heading{
    margin-top: 15px;
  }
  .dropdown-with-child i{
    float: right;
  }  
  footer{
    margin-top: 0;
    padding-top: 10px;
  }
  .footer-payment{
    padding: 20px 30px;
  }
}
@media(min-width: 768px) AND (max-width: 991px){
 #logo img{
    max-width: 120px;
    margin-left:10px;
  }
  .wd-item-caption .wd-item-title a {
    font-size: 20px;
  }
  .imgbnrtext h1{
    font-size: 35px;
    margin: 5px 0 10px 0;
  }
  .deliveryinfo{
    padding: 20px 0;
  }
  .deliveryinfo ul:hover svg{
    fill:var(--primary);
  }
  .deliveryinfo ul{
    text-align: center;
  }
  .deliveryinfo li h4{
    margin: 10px 0 5px 0;
  }
  .deliveryinfo li:last-child{
    width: 100%;
  }
/*   #column-right, #column-left, .manucom .product-list .image {
    width: 40%;
  } */
  #product-search .row-cols-md-2 > *, #product-manufacturer .row-cols-md-2 > *{
    width: 33.33%;
  }
  #information-contact .col-form-label{
    text-align: left;
  }
}

@media(min-width:992px) AND (max-width: 1199px){
  .hsticky{
    margin: 0;
    padding: 0 15px;
  }
  #top{margin-bottom: 0;}
  #menu .navbar-nav > li > a{
    font-size: 14px;
    padding: 8px 12px 8px 12px;
  }
  .dropdown-with-child i {
    font-size: 12px;
}
.header-lang-currency a{
  font-size: 13px;
}
.deliveryinfo{
    padding: 20px 0;
  }
  .deliveryinfo ul{
    text-align: center;
  }
  .deliveryinfo li h4{
    margin: 10px 0 5px 0;
  }
  .deliveryinfo li:last-child{
    width: 100%;
  }
  .product-list .product-thumb .image{
    width: 40%;
  }
  /*#column-right, #column-left{
    width: 30%;
  }*/
}
@media(min-width:1200px) AND (max-width: 1499px){
.wd-item-caption .wd-item-title a {
    font-size: 20px;
  }
.product-list .product-thumb .image{
    width: 50%;
  }
.hsticky{margin:0 150px;}
  /*#column-right, #column-left{
    width: 30%;
  }*/
}
.select-cart-option label{
  margin-bottom: 0;
  color: #999;
  font-weight: 400;
  font-size: 11px;
  display: none;
}
.product-thumb .content{
  text-align: left;
}
.product-list .product-thumb .content{
  text-align: left;
}
.product-list .product-thumb .cart-with-variant{
  justify-content: start;
}
.cart-options .form-check-input{
  position: absolute;
  width: 100%;
  opacity: 0;  
}
.cart-options .form-check-input:checked[type="radio"] + label{
    border: 1px solid #000;
}
.latest-news .product-thumb .content{
  text-align: left;
}
.latest-news .product-thumb .content .description p{
  max-height: 50px;
  overflow: hidden;
}
.foot-top {
  background-color: #3d3d3d;
  padding: 30px 15px;
  margin-bottom: 50px;
}
#footer-newsletter .newsletters-footer{
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
}
.f-left li{
  color: #bbb;
  line-height: 30px;
}
.f-left li i{
  padding-right: 10px;
}
.qty-container{
  display: flex;
  align-items: center;  
}
.qty-container .input-qty{
  text-align: center;
  height: 38px; 
  max-width:30px;
  border: 0;
  background-color: #f2f2f2;
}
.qty-container .qty-btn-minus,
.qty-container .qty-btn-plus{
  padding: 5px 6px;
  font-size: 10px;
  height: 38px;
  width: fit-content;
  transition: 0.3s;
  background-color: #f2f2f2;
  color: #333333;
  border-color: #f2f2f2;
}
.qty-container .qty-btn-minus:hover,
.qty-container .qty-btn-plus:hover{
  background-color: #f2f2f2 !important;
  color: #333333 !important;
  border-color: #f2f2f2 !important;
}
.qty-container .qty-btn-plus{
  margin-left: -1px;
}
.qty-container .qty-btn-minus{
  margin-right: -1px;
}
/* Chrome, Edge, Safari */
.input-qty::-webkit-outer-spin-button,
.input-qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.input-qty:focus-within{
outline: none;  
}
/* Firefox */
.input-qty {
  -moz-appearance: textfield;
}
.special .product-thumb, .onsale .product-thumb{
  display: flex;
  align-items: center;
}
.special .product-thumb .image{
    flex: 0 0 35%;
}
.special .product-thumb .product-variant, .onsale .product-thumb .product-variant{
  display: none;
}
.special .product-thumb:hover .button, .special .product-thumb:hover .cart-with-variant button, .onsale .product-thumb:hover .button, .onsale .product-thumb:hover .cart-with-variant button{
  opacity: 0;
  display: none;
}
.special .discount-onprice, .special .you-save{
  display: none;
}
@media(min-width: 576px) and (max-width: 767px){
  .third-banner{
    margin-top: 0;
  }
  .slider-right-bnr{
    display: grid !important;    
    grid-template-columns: 1fr 1fr; /* 2 columns in single row */
  }
}
@media(max-width: 767px){
  #mobileNav .offcanvas-header .btn-close{color: #fff; background-color: transparent; background: 0; opacity: 1; box-shadow: none; line-height: normal;}
  #mobileNav .offcanvas-header .btn-close i {color: #fff;}
  #mobileNav .offcanvas-header .btn-close i:hover{
    color: var(--lightblack);
  }
  .header-lang-currency li.list-inline-item{
    padding: 4px 6px;
    font-size: 12px;
  }
  .allmenu{height: 0; border: 0;}
  .mobile-search{
    height: 38px;
    min-height: 38px;
  }
  .mobile-search-button{
    height: 38px;
    line-height: normal;
  }
  .justify-mobile-between{
    justify-content: space-between;
  }
  .mobile-logo-order{
    order: 1;
  }
  .mobile-search-order{
    order: 3;
    margin-top: 12px;
    width: 100%;
  }
  .mobile-cart-order{
    order: 2;
  }
  header {
    padding: 12px 0;
  }
  #top .list-inline-item > a{
    font-size: 12px;
  }
  .cart-head, .call-head{
    line-height: normal;
  }
  .h-phone svg {
  width: 25px;
  height: 25px;
  }
  .right-banner{
    margin-top: 15px;
    margin-bottom: 0;
  }
  .slider-right-bnr{
    display: flex;    
  }
  .slider-right-bnr img{
    width: 100%;
  }
  #footer-newsletter{margin-top: 20px !important;}
  #form-advancenews_popup{
    margin: 0 auto;
    background: #262626;
    padding: 20px;
    border-radius: 12px;
  }
  #addft{
    max-width: 450px;
    margin: 0 auto;
  }
  .footblink ul{
    justify-content: center;
  }
  .foot-social, .foot-app{
    margin-bottom: 18px !important;
  }
  .foot-app{
    gap: 5px;
  }
  .powerby p{
    font-size: 12px;
    text-align: center;
  }
  .slick-next{
    right: 10px;
  }
  /* .slick-slide {
    margin: 0 10px;
  } */
  .producttab-title{
    flex-direction: column;
  } 
  .pro-bg{
    margin-top: 30px;
  } 
  footer h5::before{
    display: none;
  }
  footer h5{
    margin-bottom: 15px;
  }
  .other-heading{
    padding-top: 10px;
  }
  #column-left { order: 2; }
  #content { order: 1; }    
}
@media(min-width: 768px) and (max-width: 991px){
  #mobileNav .offcanvas-header .btn-close{color: #fff; background-color: transparent; background: 0; opacity: 1; box-shadow: none; line-height: normal;}
  #mobileNav .offcanvas-header .btn-close i {color: #fff;}
  #mobileNav .offcanvas-header .btn-close i:hover{
    color: var(--lightblack);
  }
   .menu-bar-icon {
    margin-top: -64px;
    position: absolute;
    margin-left: -10px;
    font-size: 16px;
  }
  .header-lang-currency li.list-inline-item{
    padding: 4px 6px;
    font-size: 12px;
  }
  #top .list-inline-item > a{
    font-size: 12px;
  }
  .allmenu{
    align-items: center;
    display: flex;
  }
  .dropdown-with-child i {
    float: right;
  }
  .foot-social{
    justify-content: center;
    margin-bottom: 20px !important;
  }
 .foot-app {
    justify-content: flex-start !important;
  }
  .footer-block-1{
    order: 1;
  }
  .footer-block-2{
    order: 3;
  }
  .footer-block-3{
    order: 2;
  }
  .slick-prev{
    right: 50px;
  }  
  .slick-next{
    right: 10px;
  }
  .slick-slide {
    margin: 0 10px;
  }
  .offerimg{margin-bottom: 15px;}
}
@media(min-width: 992px) and (max-width: 1199px){
  .header-lang-currency li.list-inline-item{
    padding: 4px 6px;
    font-size: 12px;
  }
    #top .list-inline-item > a{
    font-size: 12px;
  }
}
