* {
  margin: 0;
  padding: 0;
  box-sizing: border-box
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.woff2') format("woff2"), url('../fonts/Poppins-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.woff2') format("woff2"), url('../fonts/Poppins-Medium.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap
}

@font-face {
    font-family: 'Playfair Display';
    src: url('../fonts/PlayfairDisplay-Medium.woff2') format('woff2'),
        url('../fonts/PlayfairDisplay-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('../fonts/PlayfairDisplay-SemiBold.woff2') format('woff2'),
        url('../fonts/PlayfairDisplay-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

ul {
  list-style-type: none
}

a {
  text-decoration: none
}

a:hover {
  text-decoration: none
}

:root {
    --first-clr : #004c01 ;
    --second-clr : #d2aa64 ;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Playfair Display';
  color: #000;
  font-weight: bold;
  letter-spacing: .3px;
  line-height: 1.5;
}


p,
li,
a {
  font-family: 'Poppins';
  font-size: 15px;
  color: #333;
  line-height: 1.5;
  letter-spacing: .1px;
  transition: .4s ease;
}

.padd {
  padding: 50px 0;
}

img {
  transition: .4s ease;
  width: auto;
}

ul,
ol {
  margin: 0;
  padding: 0
}

.container {
  max-width: 1230px;
  margin: auto
}

.header-box {
  width: 100%;
  transition: all 1s;
  position: relative;
  z-index: 99;
  /* padding: 7px 0px; */
}

.sticky {
  width: 100%;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 999;
  animation: slidetop 1s ease-in-out backwards;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px
}

@keyframes slidetop {
  from {
    transform: translateY(-100%)
  }

  to {
    transform: translateY(0)
  }
}

.sticky .top-bar {
  display: none
}

.top-cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.top-links ul {
  display: flex;
}

.top-cont p {
  margin: 0;
  
  font-size: 16px;
  letter-spacing: 1px;
}

.top-bar {
  padding: 10px 0px;
  background: var(--second-clr);
  text-align: center;
}

.top-links ul li a {
  margin: 0 10px;
  font-size: 13px;
  
  letter-spacing: 1px;
}

.nav-bar {
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: space-between; */
  /* padding: 10px 0px; */
  /* position: relative; */
  width: 80%;
}

.nav-bar ul {
  /* display: flex; */
  /* padding: 10px 0px; */
}

.nav-bar ul li a {
  /* font-size: 14px; */
  /* padding: 0 10px; */
  /* text-transform: uppercase; */
  /* color: white; */
}

ul.dropdown {
  position: absolute;
  min-width: 300px;
  left: 0;
  background: var(--first-clr);
  z-index: 9;
  /*transition: all .25s cubic-bezier(.455,.03,.515,.955);*/
/*   overflow: hidden; */
  display: none;
  opacity: 0;
  top: 37px;
/*   border-radius: 10px; */
}



.main-menu .nav-bar ul li:hover ul.dropdown{
  max-height: 29.375rem;
  opacity: 1;
  display: block;
}

.main-menu .nav-bar ul li ul.dropdown li ul.dropdown {
    display: none;
    left: 100%;
    overflow: hidden;
    display: none;
    opacity: 0;
    top: 0;
}

.main-menu .nav-bar ul li ul.dropdown li:hover ul.dropdown {
    display: block;
    max-height: 29.375rem;
    opacity: 1;
}

.main-menu .nav-bar ul li ul.dropdown li .clk_btn {
    right: 7px;
}


ul.mega-box {
  width: 25%;
  flex-direction: column;
}

ul.mega-box li {
  margin: 5px 0px;
  padding: 0 !important;
}

.nav-bar ul li {
  /* padding: 25px 12px; */
  position: relative;
}

ul.mega-box li a {
  padding: 0;
}

.nav-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

ul.header-search li a {
    width: 400px;
    background: white;
    border-radius: 30px;
    padding: 8px 11px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
    cursor: pointer;
}

ul.header-icons {
    display: flex;
    align-items: center;
}

ul.header-icons li a {
    font-size: 20px;
    margin: 0 0 0px 15px;
    display: inline-block;
    color: var(--second-clr);
    position: relative;
}

.nav-menu ul {
    display: flex;
    align-items: center;
}

.nav-menu ul li {
    position: relative;
}

.nav-menu ul li a {
  display: inline-block;
    color: white;
    padding: 10px 15px;
    font-size: 15px;
    text-transform: uppercase;
}

.logo {}

.menu-icon {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--second-clr);
    padding-bottom: 10px;
    margin-bottom: 10px;
}

ul.dropdown li a:hover {
    background: var(--second-clr);
}

ul.header-icons li a span {
    font-size: 14px;
    background: white;
    width: 20px;
    height: 20px;
    display: grid;
    place-content: center;
    border-radius: 100%;
    position: absolute;
    top: -5px;
    right: -15px;
}



/*======== banner ========= */


.banner {
  position: relative;
  background-size: cover;
  background-position: center;
}



.banner-cont {
  /* position: absolute; */
  /* top: 50%; */
  /* left: 50%; */
  /* transform: translate(-50%, -50%); */
  /* text-align: center; */
  width: 49%;
  color: #fff;
  padding: 120px 0;
}

.banner-cont h2 {
  font-size: 53px;
  color: #fff;
  text-transform: capitalize;
}

.banner-cont p {
  color: #fff;
}

.web-btn a {
  background: var(--second-clr);
  padding: 8px 20px;
  display: inline-block;
  font-weight: 500;
  color: white;
  border-radius: 30px;
  text-transform: capitalize;
}

ul.header-search li i {
 font-size: 15px;
 /* color: white; */
}

ul.dropdown li a {
    width: 100%;
    padding: 9px 15px;
    font-size: 14px;
    border-bottom: 1px solid #eeeeee70;
}

.logo img {
    width: 99%;
    height: auto;
    object-fit: contain;
}

.banner-cont .web-btn a {
    background: var(--first-clr);
}.banner-cont {}

.sticky .logo img {
  width: 90%;
  margin: auto;
}

.logo {
  /* margin: auto; */
  width: 10%;
  /* padding: 0; */
}

.head-title h2 {
 font-size: 40px;
 letter-spacing: 2px;
 color: var(--first-clr);
 text-transform: capitalize;
 font-weight: bold;
}

.head-span span {
    font-family: "Poppins";
    color: var(--second-clr);
    text-transform: uppercase;
    font-size: 17px;
}

.trend-box {
  /* padding: 0 10px; */
  background: white;
  position: relative;
  transition: .4s ease;
  margin-bottom: 25px;
}

.trend-box:hover {
  /* box-shadow: rgb(0 0 0 / 21%) 0px 2px 8px 0px; */
}

.trend-img {
  width: 100%;
  height: 400px;
  overflow: hidden;
}

.trend-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.trend-txt p {
  text-transform: capitalize;
  margin-bottom: 0px;
  font-size: 20px;
  text-align: center;
  color: var(--first-clr);
  font-family: 'Playfair Display';
  letter-spacing: .7px;
  font-weight: bold;
}

span.price {
  color: #9e9c9c;
}

.trend-txt {
  padding: 15px 15px 0;
}

.trend-box:hover img {
  transform: scale(1.1);
}

.product-box {
  padding: 0 5px;
  position: relative;
  height: 260px !important;
}

.product-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-box img:hover {
  transform: scale(1.1);
}

.product-txt {
  position: absolute;
  top: 0;
  background: #000;
  padding: 7px 10px;
}

.product-txt p {
  margin: 0;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
}

.product-slider .next-btn {
  position: absolute;
  bottom: -60px;
  left: 50%;
}

.product-slider .prev-btn {
  position: absolute;
  bottom: -60px;
  right: 50%;
}

.product-slider span {
  width: 35px;
  height: 35px;
  background: #000;
  color: #fff;
  display: grid;
  place-content: center;
  margin: 0 10px;
  cursor: pointer;
}

.product-sec {
/*   margin-bottom: 50px; */
}

.cat-img {
  width: 100%;
  height: 520px;
  position: relative;
}

.cat-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cat-box {
  width: 100%;
  position: relative;
  transition: .4s ease;
  overflow: hidden;
}

.cat-txt span a {
  position: absolute;
  bottom: 15px;
  left: 15px;
  font-family: 'Poppins';
  font-weight: 500;
  color: var(--first-clr);
  /* opacity: 0; */
  background: #ffffff;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 13px;
}

.cat-txt p {
  top: 40px;
  left: 15px;
  font-size: 18px;
  position: absolute;
  font-weight: 500;
  color: var(--first-clr);
  text-transform: uppercase;
}

.cat-type-1 .col-md-4 {
  padding: 0;
}

.cat-img:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #00000057;
  opacity: .5;
  transition: .6s ease;
}

.cat-box:hover .cat-img:before {
  height: 100%;
}

.cat-box:hover .cat-txt span {
  opacity: 1;
  color: #fff;
}

.cat-box:hover .cat-txt p {
  color: #fff;
}

.s-box {
  position: relative;
  transition: .4s ease;
  width: 95%;
  margin: auto;
}

.s-icon {
  position: absolute;
  top: 45%;
  left: 40%;
  font-size: 20px;
  transform: scale(0);
  /* opacity: 1; */
  transition: .4s ease;
  background: var(--second-clr);
  width: 50px;
  height: 50px;
  display: grid;
  place-content: center;
  border-radius: 100%;
}


.s-icon a i {
  /* color: #fff; */
  /* font-size: 36px; */
  /* display: block; */
}

.s-box:before {
  position: absolute;
  content: "";
  background: #00000070;
  height: 100%;
  width: 0;
  opacity: 1;
  transition: .4s ease;
}

.s-box:hover:before {width: 100%;}

.s-box:hover .s-icon {
  transform: scale(1);
}

.social-imgs-sec {
  position: relative;
}

.social-img {
  width: 100%;
  height: 360px;
}

.social-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.s-icon a {
  color: #fff;
  font-size: 23px;
  text-align: center;
}

.s-icon a br {
  display: none;
}

.newsletter p {
  /* width: 60%; */
  /* margin: 10px auto 20px; */
  color: #000;
}

.newsletter {
    padding: 40px 0;
    background: var(--second-clr);
}



.new-form {
  /* display: flex; */
  /* justify-content: center; */
  /* align-items: center; */
  /* border: 3px solid #000; */
  /* width: max-content; */
  /* margin: 30px auto; */
}

.new-form input {
  width: 300px;
  border: 0;
  padding: 12px;
  background: transparent;
  border-bottom: 1px solid #fff;
}

.new-form input[type="submit"] {
 width: auto;
    background: var(--first-clr);
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
    border-radius: 30px;
    border: none;
    padding: 12px 24px;
}

.new-form input::placeholder {
    color : #fff;
}

.cont-flex i {
    color: var(--first-clr);
}

.head-title.new-title h2 {
    font-size: 30px;
}



footer {
  background: #f8f8f8;
}

.footer-first {
  padding: 50px 15px 30px;
}

.cont-flex {
  display: flex;
/*   justify-content: space-between; */
  align-items: baseline;
  margin-bottom: 10px;
  gap:20px;
}

.cont-flex span {
  font-size: 15px;
  font-family: 'Poppins';
  width: 100%;
  display: inline-block;
  color: var(--first-clr);
  font-weight: 500;
}

.footer-links h4 {
 font-size: 20px;
 text-transform: uppercase;
 margin-bottom: 20px;
 color: var(--first-clr);
}

.f-logo img {
  width: 90px;
  height: auto;
  object-fit: cover;
  margin-bottom: 15px;
}

.footer-links {
  padding-left: 39px;
}

.footer-links ul li a {
  text-transform: uppercase;
  font-size: 15px;
}

.footer-links ul li {
  margin: 10px 0px;
  position: relative;
  padding-left: 20px;
}

.footer-links ul li:before {
  position: absolute;
  content: "";
  background: url(../img/arrow.png);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  left: 0;
  top: 7px;
}

.copy-right {
  border-top: 1px solid var(--second-clr);
  padding: 10px 0px;
}

.copy-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.copy-flex ul {
  display: flex;
}

.copy-flex p {
  margin: 0;
}

.copy-flex ul li a {
  font-size: 20px;
  color: var(--first-clr);
  margin: 0 10px;
}

.inner-banner img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.inner-banner {
  position: relative;
}

.inner-banner:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #00000069;
}

.inner-content {
  position: absolute;
  bottom: 34px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.inner-content h2 {
  text-transform: capitalize;
  color: #fff;
  font-size: 46px;
}

ol.breadcrumb.text-uppercase.mb-0 li {
  font-size: 15px;
  color: #fff;
}

li.breadcrumb-item a {
  font-size: 15px;
  color: #fff;
}

.breadcrumb-item+.breadcrumb-item::before {
  display: none;
}

.products-topbar {
  margin-bottom: 30px;
}

.products-topbar .products-topbar-left {
  float: left;
}

.products-topbar .products-topbar-right {
  float: right;
}

.products-topbar .products-count {
  margin-top: 5px;
  font-size: 16px;
}

.product-box-pg {
  position: relative;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  margin: 20px 0;
  background: #f8f8f8;
}

.product-thumb {overflow: hidden;position: relative;vertical-align: top;transition: .4s ease;}

.product-img {
  position: relative;
  width: 100%;
  height: 300px;
  object-fit: cover;
  /* margin: 15px 0px; */
}

.product-img img {
  height: 100%;
  width: 100%;
}

img.front-img {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  /* height: auto; */
}

img.back-img {
  opacity: 0;
  visibility: hidden;
  max-width: 100%;
  /* height: auto; */
}

.product-thumb:hover img.back-img {
  opacity: 1;
  visibility: visible;
}

.product-thumb:hover img.front-img {
  opacity: 0;
  visibility: hidden;
}

.product-btn ul {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 50px;
  left: 0;
  transition: all .3s ease-in-out;
  width: 100%;
}
.product-btn {}

.product-btn ul li a i {
    font-size: 15px;
    width: 35px;
    height: 35px;
    display: grid;
    background: #fff;
    place-content: center;
    margin: 5px;
    box-shadow: 0 5px 15px rgba(0,0,0,.05);
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: all .5s ease;
}

.product-thumb:hover .product-btn ul li a i {
    visibility: visible;
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important;
    opacity: 1;
}

.product-cont {
    text-align: center;
    padding: 15px;
}

.product-cont p {
    margin: 0;
}

.product-tag h4 {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  text-transform: capitalize;
  background: #000;
  color: #fff;
  padding: 4px 9px;
  font-size: 18px;
}

/* p.price span {
  text-decoration: line-through;
} */

p.price {
  font-size: 16px;
  color: #000;
}

.wrapper-price{
  /* width: 400px; */
  /* background: #fff; */
  /* border-radius: 10px; */
  /* padding: 20px 25px 40px; */
  /* box-shadow: 0 12px 35px rgba(0,0,0,0.1); */
  margin-top: 0;
}
.wrapper-price h2{
  font-size: 21px;
  /* font-weight: 600; */
}
.wrapper-price p{
  margin-top: 5px;
  font-size: 16px;
}
.price-input{
  width: 100%;
  display: flex;
  margin: 20px 0;
}
.price-input .field{
  display: flex;
  width: 100%;
  height: 30px;
  align-items: center;
}
.field input{
  width: 100%;
  height: 100%;
  outline: none;
  font-size: 16px;
  margin-left: 12px;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #999;
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.price-input .separator{
  width: 130px;
  display: flex;
  font-size: 19px;
  align-items: center;
  justify-content: center;
}
.slider-price{
  height: 5px;
  position: relative;
  background: #ddd;
  border-radius: 5px;
}
.slider-price .progress{
  height: 100%;
  left: 25%;
  right: 25%;
  position: absolute;
  border-radius: 5px;
  background: #000;
}
.range-input{
  position: relative;
}
.range-input input{
  position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
input[type="range"]::-webkit-slider-thumb{
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: #000;
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0,0,0,0.05);
}
input[type="range"]::-moz-range-thumb{
  height: 17px;
  width: 17px;
  border: none;
  border-radius: 50%;
  background: #17A2B8;
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0,0,0,0.05);
}

.shop-side-bar h2 {
  font-size: 20px;
  padding: 0px 10px 20px;
  cursor: pointer;
}

.categories ul li a {
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  margin: 5px 0px;
}

.categories ul li a span {
  background: #eee;
  padding: 5px;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  display: grid;
  place-content: center;
  font-size: 12px;
}

.style ul li {
  font-size: 15px;
  margin: 7px 0px;
}

.nav-tabs {
  border: none;
  justify-content: flex-start;
  margin-left: 20px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  border: none;
  text-transform: capitalize;
  font-size: 16px;
  border-bottom: 1px solid #000;
  padding: 5px 10px;
}

.nav-tabs .nav-link {
  color: #000;
  font-size: 16px;
  padding: 5px 10px;
}

.product-tabbing {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}

.upper-sec {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

.block-img img {
  width: 100%;
  height: 480px;
  object-fit: cover;
}



.block-img {
  position: relative;
  overflow: hidden;
  transition: .4s ease;
}

.block-img:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  background: #ffffff4a;
  transform: scale(0);
  transition: .4s ease;
}

.block-img:hover:before {
  transform: scale(1);
}

.story-icon img {
  width: 60px;
}

.story-cont h3 {
  font-size: 34px;
  margin-bottom: 20px;
}

.story-cont-sec{
  background: url(../img/bg-img-2.jpg);
    padding: 60px 0px;
    /*margin-bottom: 40px;*/
}

.head-search .btn-close {
    background: #000;
    opacity: 1;
    border-radius: 0;
    color: #fff;
    line-height: 0;
    font-size: 18px;
    padding: 8px;
    right: -10px;
    top: -15px;
    position: absolute;
}


.search-box {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    padding: 20px 15px;
}

input.input-search.s {
    width: 100%;
    border: 1px solid #eee;
    padding: 5px 10px;
}

button#searchsubmit {
    background: #000;
    border: 0;
    border-radius: 0;
    color: #fff;
}

.sticky ul.dropdown {
    top: 45px;
}

.clk_btn {
    position: absolute;
    top: 12px;
    right: -2px;
    z-index: 99;
    cursor: pointer;
    color: white;
}

.contact-box {
    width: 100%;
    margin: 40px 0px 0px;
}

.contact-box h4 {
    font-size: 20px;
}

.contact-box i {
    font-size: 25px;
    width: 50px;
    height: 50px;
    display: grid;
    color: #fff;
    background: #000;
    display: block;
    place-content: center;
    margin: 20px auto;
}

.contact-form {
    background: url(../img/bg-img-2.jpg);
    padding: 60px 0px;
    margin-bottom: 40px;
}

.cont-form input {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #000;
    padding: 10px 20px;
}

.cont-form  textarea {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #000;
    padding: 10px 20px;
}

.cont-form input[type="submit"] {
    width: 200px;
    background: #000;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
}

.accordion-item {
    margin: 10px 0px;
    border-radius: 0 !important;
    border: 1px solid #000;
}

.accordion-item:not(:first-of-type) {border-top: 1px solid #000;}

.accordion-button:not(.collapsed) {
    background: #000;
    color: #fff;
}

.accordion-button:not(.collapsed)::after {
    filter: brightness(100);
}

.accordion-button:focus {
    box-shadow: none;
}


.style-list {
    display: none;
    transition: all 0.4s ease;
    position: absolute;
    z-index: 9;
    background: #fff;
    padding: 10px;
}

.show-list {
    display: block;
}

.icon {
    margin-left: 5px;
    font-weight: bold;
    transition: transform 0.3s ease;
}

.rotate {
    transform: rotate(45deg);
}

.shop-side-bar {
    display: flex;
    align-items: center;
}

/* Style checkboxes */
.style-list input[type="checkbox"] {
    display: none;
}

.style-list label {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 8px;
    cursor: pointer;
    font-size: 16px;
}

/* Create custom checkbox design */
.style-list label::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 1px;
    border: 2px solid #aaa;
    border-radius: 4px;
    background-color: #fff;
}

/* Style checked checkboxes */
.style-list input[type="checkbox"]:checked + label::before {
    background-color: #007bff;
    border-color: #007bff;
}

/* Style checkmark */
.style-list label::after {
    content: "\2713";
    font-size: 14px;
    position: absolute;
    top: 2px;
    left: 5px;
    color: #fff;
    display: none; /* Initially hide the checkmark */
}

/* Show checkmark for checked checkboxes */
.style-list input[type="checkbox"]:checked + label::after {
    display: block; /* Show the checkmark when checkbox is checked */
}
/* Woocommerce Css */
section.product-listing-section {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3rem 0;
  }
  .product-listing-section .product-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  }
  p.woocommerce-result-count {
  font-size: 1.2rem;
  text-transform: capitalize;
  }
  .product-listing-section .product-wrapper form {
  margin-left: auto;
  }
  .product-wrapper .woocommerce-ordering select {
  background: #fff;
  border: 1px solid #ddd;
  padding: 10px 15px;
  padding: 5px;
  }
  .products.columns-3 {
    display: flex;
    column-gap: 10px;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
}
  .products.columns-3 li {
  text-align: center;
  }
  .products.columns-3 li {
  width: 24.3%;
  position: relative;
  margin-bottom: 20px;
  /* border: 2px solid #ddd; */
  /* background: #f5f5f5; */
  /* box-shadow: 1px 2px 3px #00000029; */
  /* padding-bottom: 30px; */
  height: auto;
  /* border-radius: 1px; */
  overflow: hidden;
  }
  .products.columns-3 li a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
  width: 100%;
  }
  .products.columns-3 li .onsale {
  background: #000;
  padding: 1px 10px;
  display: inline-block;
  font-size: 15px;
  color: #fff;
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 10px 2px;
  }
  .products.columns-3 li a.woocommerce-LoopProduct-link.woocommerce-loop-product__link .attachment-woocommerce_thumbnail {
  width: 100%;
  /* height: 200px;
  object-fit: contain;
  margin-bottom: 20px;
  margin-top: 25px; */
  height: 400px;
  object-fit: cover;
  overflow: hidden;
  }
  .products.columns-3 li .woocommerce-loop-product__title {
  margin: 20px 0 0;
  /* margin: 18px 0 6px 4px; */
  /* font-size: 15px; */
  text-transform: capitalize;
  margin-bottom: 0px;
  font-size: 20px;
  text-align: center;
  color: var(--first-clr);
  font-family: 'Playfair Display';
  letter-spacing: .7px;
  font-weight: bold;
  }
  .products.columns-3 li .price {
  margin: 10px 0 0 4px;
  }
  .products.columns-3 li .price del {
    font-size: 16px;
    color: #000000;
}
.products.columns-3 li .price ins {
  text-decoration: none;
  font-size: 16px;
  color: #000000;
}
  .products.columns-3 li a.add_to_cart_button {
  background: #000;
  color: #fff;
  padding: 8px 30px;
  display: block;
  text-align: center;
  margin: 10px auto 0 auto;
  border-radius: 5px;
  width: 90%;
  }
  .products.columns-3 li a.add_to_cart_button:hover {
  background: #c1c1c1;
  }
  .product-listing-section .product-wrapper .products.columns-3 li .yith-wcwl-add-to-wishlist {
  /* position: absolute;
  top: 0;
  right: 0; */
  }
  .products.columns-3 li a.added_to_cart.wc-forward {
  background: #000;
  color: #fff;
  padding: 8px 30px;
  display: block;
  text-align: center;
  margin: 10px auto 0 auto;
  border-radius: 5px;
  width: 90%;
  }
  /* Hide Add to Cart and Wishlist icons by default */
.product .add-to-cart-button, .product .yith-wcwl-add-to-wishlist {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 10;
  margin-top: 0;
}
/* Ensure the product container is positioned relative */
.product {
  position: relative;
}
/* Show icons on hover in the center of the product image */
.product:hover .add-to-cart-button, .product:hover .yith-wcwl-add-to-wishlist {
  opacity: 1;
  visibility: visible;
}
/* Adjust the button styles (optional) */
.add-to-cart-button, .yith-wcwl-add-to-wishlist {
  background-color: #004c01;
  color: #fff;
  text-align: center;
  width: 36px;
  height: 36px;
  display: grid;
  place-content: center;
}
.product:hover .add-to-cart-button + .yith-wcwl-add-to-wishlist {
  margin-top: 10px; /* Add space between buttons if needed */
}
a.add_to_wishlist.single_add_to_wishlist {
  padding-left: 0;
  font-size: 14px !IMPORTANT;
}

a.button.product_type_simple {
    background: var(--second-clr);
    padding: 8px 20px;
    display: inline-block;
    font-weight: 500;
    color: white;
    border-radius: 30px;
    text-transform: capitalize;
    margin-top: 10px;
}

/*.products.columns-3 li:hover img {*/
/*    transform: scale(1.09);*/
/*}*/

.products.columns-3 li {}

.yith-wcwl-add-button .add_to_wishlist svg.yith-wcwl-icon-svg, .yith-wcwl-add-button .add_to_wishlist img {
    margin: 0 !IMPORTANT;
    width: 23px !important;
}

.innerbanner {
    padding: 50px 0 0;
}.innerbanner {}

h1.product_title.entry-title {
    font-size: 30px;
    color: var(--first-clr);
    border-bottom: 1px solid var(--first-clr);
}

span.posted_in {
    color: #000;
    font-weight: bold;
}

span.posted_in a {
    font-weight: 500;
}

section.shop-details .woocommerce-notices-wrapper {}

section.shop-details .woo-variation-product-gallery {
    max-width: 45% !important;
}


.woo-variation-gallery-wrapper .woo-variation-gallery-slider img {
    height: 500px;
    object-fit: cover;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    border-bottom: 1px solid #000;
    display: none !IMPORTANT;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background: var(--second-clr) !important;
    border-color: var(--second-clr) !important;
    margin-right: 10px !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: white;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #000;
}

a {}

.woocommerce div.product .woocommerce-tabs .panel ul li {
    list-style: inside;
    padding-bottom: 5px;
}

.woocommerce div.product .woocommerce-tabs .panel h2 {
    font-size: 24px;
}

  /* css End */
  
 /*New Css  */
 
 .main-menu .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-menu {
    background: var(--first-clr);
    padding: 10px 0;
}

/*testimonial */

.testimonial-sec {
    background: var(--second-clr);
    text-align: center;
}

.testimonial-box {
    width: 80%;
    margin: auto;
}

.testimonial-box p {
    font-size: 17px;
    color: #000;
}

.testimonial-box h6 {
    color: var(--first-clr);
    font-size: 20px;
}

.t-icon img {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    margin: 10px auto;
}


/* =========features css ============ */

.feature-flex {
    /* display: flex; */
    align-items: center;
    gap: 20px;
    text-align: center;
    width: 95%;
    margin: auto;
}

.feature-flex img {
    width: 70px;
    height: 70px;
    object-fit: contain;
    margin-bottom: 20px;
}

.feature-flex p {
    margin: 0;
    font-size: 19px;
    color: var(--first-clr);
    font-family: 'Playfair Display';
    font-weight: bold;
}

.feature-flex span {
    color: #000;
    font-size: 14px;
    font-family: 'Poppins';
}

.woocommerce div.product form.cart .button {
    background: #004c01;
}

.woocommerce .quantity .qty {
    width: 9em;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
}


.mark, mark {
    font-size: 15px;
    background: #e5e5e5;
    color: #000000;
    width: 32px;
    height: 32px;
    display: inline-grid;
    place-content: center;
}

h2.woocommerce-loop-category__title {
    font-size: 18px;
    margin-top: 10px;
    font-family: 'Poppins';
    font-weight: 500;
}

section {
    overflow-x: clip;
    position: relative;
}

a.btn.toggle {
    background: var(--second-clr);
    color: white;
    display: none;
}

.shop-details form.cart {
    display: flex;
    align-items: center;
}

.shop-details .yith-wcwl-add-to-wishlist {
position: revert;
    background-color: #004c01;
    color: white;
    transform: none ! IMPORTANT;
    margin-bottom: 10px;
}

form p {
    margin: 0;
}

div#review_form_wrapper label {
    display: block;
}

p.comment-form-cookies-consent {
    display: flex;
    align-items: center;
    gap: 5px;
}

div#review_form_wrapper input , div#review_form_wrapper textarea {
    border: none;
    background: #f9f9f9;
    padding: 10px;
    border: 1px solid #cdcdcd;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    background-color: #f5f5f5 !important;
}

.wc-block-cart__submit-container a {
    background: #000 !important;
    color: white !important;
}

h3.wc-block-components-product-name {
    font-family: 'Poppins' !important;
    font-size: 13px !important;
    font-weight: normal !important;
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    border-color: #cdcdcd !important;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    background: #e1e1e1;
    border: none;
    padding: 5px;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button {
    background-color: #000 !important;
    color: white !important;
}


.default-page .woocommerce {
    display: flex;
    justify-content: space-between;
}

.default-page .woocommerce .woocommerce-MyAccount-navigation {
    width: 25%;
    background: #d2aa64;
    padding: 20px;
    border-radius: 15px;
}

.default-page .woocommerce .woocommerce-MyAccount-navigation ul li a {
    display: inline-block;
    padding: 8px 15px;
    background: #ffffff;
    color: #000000;
    width: 100%;
    margin-bottom: 5px;
    font-size: 14px;
}

.default-page .woocommerce .woocommerce-MyAccount-content {
    width: 70%;
    background: #f5f5f5;
    padding: 20px;
    box-shadow: rgb(99 99 99 / 28%) 0px 2px 8px 0px;
    border-radius: 15px;
}

header.woocommerce-Address-title.title h2 {
    font-size: 18px !important;
}

.yith-wcwl-add-to-wishlist.yith-wcwl-add-to-wishlist--link-style.exists.wishlist-fragment.on-first-load {
    width: auto !important;
    height: auto !important;
    color: white !important;
}

.yith-wcwl-add-to-wishlist.yith-wcwl-add-to-wishlist--link-style.exists.wishlist-fragment.on-first-load a {
    color: white !important;
    font-size: 12px !important;
}

.yith-wcwl-add-to-wishlist.exists svg.yith-wcwl-icon-svg {
    color: white !important;
    width: 18px !important;
}

.yith-wcwl-add-to-wishlist svg.yith-wcwl-icon-svg, .yith-wcwl-add-to-wishlist .add_to_wishlist img {
    color: white !important;
}

.yith-wcwl-wishlistaddedbrowse {}

.yith-wcwl-wishlistaddedbrowse .feedback {
    font-size: 13px !important;
}

ul.thwvsf-wrapper-ul {margin-left: 20px;}

table.variations {
    display: block;
    width: 100%;
}

form.variations_form.cart.th-var-active {
    display: inherit;
}

.thwvsf-wrapper-ul .thwvsf-wrapper-item-li {
    width: 20px !important;
    height: 20px !important;
}

a.reset_variations {
    font-weight: bold !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    display: none !important;
}
section.shop-details.padd.woocommerce a {
    font-weight: 400 !IMPORTANT;
}

.qib-button-wrapper button.qib-button, .qib-button-wrapper div.quantity.wqpmb_quantity , .qib-button-wrapper .quantity input.input-text.qty.text {
    height: auto !important;
}

.qib-button-wrapper {
    margin: 0 !IMPORTANT;
    margin-right:  10px !IMPORTANT;
}

.qib-button-wrapper .quantity input.input-text.qty.text {
    padding: 7px !important;
    font-size: 17px !important;
}

.wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
    border: none !important;
    background: #000 !IMPORTANT;
    color: white !IMPORTANT;
    font-size: 17px !important;
    padding: 10px 40px !IMPORTANT;
    width: auto;
}

.woocommerce p.stars a {
    color: goldenrod !important;
    margin-top: 10px ! IMPORTANT;
}

.default-page a {
    color: #004c01;
}









/*RESPONSIVE QUERY______*/


@media only screen and (max-width: 1280px) {
    
    

}

@media only screen and (max-width: 1199px) {

}

@media only screen and (max-width: 1140px) {
    
    .nav-bar {
    width: 85%;
}

.nav-menu ul li a {
    padding: 10px 12px;
}


    

}

@media only screen and (max-width: 1024px) {

}

@media only screen and (max-width: 991px) {
    .container, .container-md, .container-sm {
        max-width: 720px;
    }
    
    .banner-cont h2 {
    font-size: 36px;
}

.banner-cont {
    width: 60%;
    padding: 100px 0;
}

p, li, a {
    font-size: 14px;
}

.head-title h2 {
    font-size: 30px;
}

.cont-flex {
    justify-content: inherit;
    gap: 10px;
}

.footer-links {
    padding: 0;
}

.footer-links h4 {
    font-size: 16px;
}

.trend-box {
    margin-bottom: 30px;
    background: #f5f5f5;
}

.trend-txt {
    padding: 15px;
}

.trend-img {
    height: 350px;
}

span.price {
    display: inline-block;
    margin: 7px 0;
}

.nav-menu ul#menu-primary-menu {
    display: none;
}

a.btn.toggle {
    background: var(--second-clr);
    color: white;
    display: none;
}

a.btn.toggle {
    display: inline-block;
}

.nav-menu .web-btn {
    margin-left: auto;
    margin-right: 15px;
}

.nav-menu ul#menu-primary-menu {
    display: none;
}

.logo {
    width: 80px;
}

.top-bar {
    padding: 5px 0;
    font-size: 12px;
}

.top-bar p {
    font-size: 12px;
}

.cat-img {
    height: 300px;
}

.cat-txt p {
    top: 15px;
}

.testimonial-box p {
    font-size: 15px;
}

.product-sec {
    margin: 0;
}

.instagram-sec {
    display: none;
}

.feature-flex {
    margin: 0 0 20px;
}

.feature-flex img {
    width: 60px;
    height: 60px;
    margin: 0 0 10px;
}

.new-form input {
    width: 80%;
}

.offcanvas-header img {
    width: 55px;
    height: auto;
}

.offcanvas {
    background: var(--first-clr);
}

.offcanvas-header {
    border-bottom: 1px solid #fff;
}

button.btn-close {
    background: white;
    opacity: 1;
    line-height: 0;
}

.nav-menu.mobile-menu ul {
    flex-direction: column;
    align-items: self-start;
}

.nav-menu.mobile-menu ul li a {
    width: 100%;
    font-size: 14px;
    padding: 6px 10px;
}

.nav-menu.mobile-menu ul li {
    width: 100%;
}

.nav-menu.mobile-menu {
    width: 100%;
    display: inherit;
}

.clk_btn {
    top: 0;
    padding: 5px 5px;
    right: 0;
    font-size: 12px;
}

.nav-menu.mobile-menu ul li ul.dropdown {
    position: revert;
    opacity: 1;
    display: none;
    min-width: 100%;
    padding: 0 10px;
}

.nav-menu.mobile-menu ul li ul.dropdown li a {
    font-size: 13px;
}

.padd {
    padding: 40px 0;
}

.products.columns-3 li {
    width: 32%;
}

.col-lg-12.col-md-12.hostels-list.product-wrapper.wow.fadeInUp {
    gap: 0;
}

h1.product_title.entry-title {
    font-size: 23px;
}


.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background-color: #f5f5f5 !important;
    border-color: #f5f5f5 !important;
    border-radius: 0 !IMPORTANT;
    margin: 0 3px;
    color: #000 !important;
}

ul.tabs.wc-tabs {
    padding: 0 !IMPORTANT;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    display: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    display: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: #000 !important;
}

.woocommerce div.product .woocommerce-tabs .panel h2 {
    font-size: 20px;
}

section.related.products h2 {
    font-size: 20px;
}

.default-page .woocommerce .woocommerce-MyAccount-navigation {
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
    background: transparent;
}

.default-page .woocommerce .woocommerce-MyAccount-content {
    width: 100%;
}

.default-page .woocommerce {
    flex-wrap: wrap;
}

.default-page .woocommerce .woocommerce-MyAccount-navigation ul li a {
    width: auto;
    margin: 0;
    font-size: 12px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.default-page .woocommerce .woocommerce-MyAccount-navigation ul li {
    display: inline-block;
}

.default-page .woocommerce .woocommerce-MyAccount-navigation ul {
    display: flex;
    justify-content: center;
    gap: 5px;
    flex-wrap: wrap;
}

a.button.wc-forward {
    width: 100%;
    margin-top: 10px;
}









    
    

}


@media only screen and (max-width: 980px) {

}

@media only screen and (max-width: 840px) {

}


@media only screen and (max-width: 800px) {

}


@media only screen and (max-width: 768px) {

}

@media only screen and (max-width: 767px) {
    
    .container, .container-sm {
        max-width: 540px;
    }
    
    .nav-bar {
    width: auto;
}

ul.header-search li a {
    width: 30px;
    height: 30px;
    padding: 5px 10px;
    font-size: 0;
    display: grid;
    place-content: center;
}

.menu-icon {
    border: none;
    justify-content: flex-end;
}

ul.header-icons li a span {
    font-size: 12px;
    width: 15px;
    height: 15px;
    right: -4px;
}

.banner-cont p {
    display: none;
}

.banner-cont h2 {
    font-size: 27px;
}

.web-btn a {
    font-size: 13px;
    padding: 7px 15px;
}

.trend-img {
    height: auto;
}

.trend-box {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.cat-box {
    margin-bottom: 10px;
}

.cat-img {
    height: 210px;
}

.newsletter p {
    display: flex;
    align-items: center;
    width: 100%;
}

.new-form input {width: auto; }


.trends .col-lg-3.col-md-6 {
    width: 50%;
}

.trend-txt p {
    font-size: 15px;
}

.categroy .col-md-4 {
    width: 33.3%;
    padding: 0 4px;
}

.cat-txt p {
    font-size: 11px;
    background: white;
    padding: 2px 4px;
    top: 0;
    left: 0;
}

.cat-txt span a {
    font-size: 12px;
    padding: 3px 8px;
    left: 5px;
    bottom: 5px;
}

.cat-box {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.categroy .col-md-6 {
    width: 50%;
    padding: 0 5px !important;
}

.mt-5 {
    margin-top: 2rem !important;
}

.product-sec .col-lg-3.col-md-6 {
    width: 50%;
}

.head-title.new-title h2 {
    font-size: 24px;
}

.new-form input[type="submit"] {
    font-size: 13px;
    padding: 10px 24px;
    position: absolute;
        right: 0;
}

.menu-icon {
    margin: 0;
    padding: 0 0 5px;
}


.col-lg-12.col-md-12.hostels-list.product-wrapper.wow.fadeInUp .products.columns-3 {
    justify-content: space-between;
}

.products.columns-3 li {
    width: 48%;
}

section.shop-details .woo-variation-product-gallery {
    max-width: 100% !important;
    position: relative !IMPORTANT;
}

.block-banners .col-md-4 {
    width: 33.3%;
}

.block-img img {
    height: 250px;
    object-position: center;
}

.story-icon img {
    width: 35px;
}


.story-cont h3 {
    font-size: 27px;
    margin-bottom: 11px;
}








    
    
    

}

@media only screen and (max-width: 667px) {

}

@media only screen and (max-width: 600px) {

}

@media only screen and (max-width: 575px) {
    
    ul.header-search li a {
    width: 25px;
    height: 25px;
}

ul.header-search li a i {
    font-size: 12px;
}

ul.header-icons li a {
    margin: 0 0 0 8px;
    font-size: 17px;
}

.logo {
    width: 70px;
}

.head-title h2 {
    font-size: 26px;
}

.col-lg-12.col-md-12.hostels-list.product-wrapper.wow.fadeInUp .products.columns-3 {
    justify-content: space-between;
}

.products.columns-3 li {
    width: 48%;
}

.products.columns-3 li img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

h2.woocommerce-loop-category__title {
    font-size: 14px;
}

mark.count {
    font-size: 11px;
    width: 25px;
    height: 25px;
}

.footer-first {
    padding: 30px 15px 20px;
}

.inner-banner img {
    height: 230px;
}

.inner-content {
    bottom: 0;
    text-align: center;
    width: 80%;
}

.inner-content h2 {
    font-size: 26px;
}

    .footer-links ul li a {
    font-size: 13px;
}

p.woocommerce-result-count {
    font-size: 12px;
}

.product-wrapper .woocommerce-ordering select {
    font-size: 11px;
}

.footer-links h4 {
    font-size: 15px;
    margin: 0 0 10px;
}

.story-cont h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

form p {
    margin: 0;
}

.map iframe {
    width: 100%;
    height: 300;
    height: 250px;
}

.contact-box {
    margin: 20px 0 0;
}

.contact-box i {
    width: 40px;
    height: 40px;
    font-size: 20px;
    margin: 10px auto;
}

.wc-block-components-product-name {
    font-size: 13px !important;
}

.copy-flex {
    flex-direction: column;
}

.trend-txt {
    padding: 10px;
}
   
.web-btn a {
    font-size: 12px;
    padding: 6px 15px;
}   
    
    















}

@media only screen and (max-width: 480px) {
    
    section.shop-details .woo-variation-product-gallery {
        max-width: 100% !important;
        position: relative ! IMPORTANT;
    }
    
    .woo-variation-product-gallery {
        width: 100% !important;
        max-width: 100% !important;
    }
    
    .woocommerce ul.products li.product .button {
    background-color: #004c01 !important;
    color: white !important;
}

    .head-title.new-title h2 {
        font-size: 17px;
    }
    
    .block-img img {
        height: 140px;
        object-position: center;
    }
    
    
    



    
    

}

@media only screen and (max-width: 414px) {

}

@media only screen and (max-width: 375px) {
    
        .trends .col-lg-3.col-md-6 {
        width: 100%;
    }
    
    .categroy .col-md-4 {
        width: 100%;
    }
    
    .cat-img {
        height: auto;
    }
    
    .categroy .col-md-6 {
        width: 100%;
    }
    
    .product-sec .col-lg-3.col-md-6 {
        width: 100%;
    }
    
    .products.columns-3 li {
    width: 100%;
}

.products.columns-3 li img {
    height: auto;
}






    
    

}

@media only screen and (max-width: 360px) {

}


@media only screen and (max-width: 320px) {

}




















