main{
  width: 100%;
  margin: 0 auto;
  max-width: 1800px;
  padding: 3em 4em 8em;
}

.rank-math-breadcrumb p {margin: 0;}

.rank-math-breadcrumb span.last {
  background-color: black;
  color: white;
  padding: 5px 10px;
  border-radius: 10px;
  font-weight: bold;
}

.product-recommention h2, .product-atributes h2, .reco-title {
  font-size: 60px;
  text-align: center;
}

.product-container{
  display: flex;
  flex-direction: row;
  padding: 3em 0 10em;
  gap: 3em;
}

.product-side:first-child {width: 45%;}

.woocommerce-product-gallery {
  display: grid; 
  grid-auto-columns: 1fr; 
  grid-template-columns: 1fr 1fr 1fr 1fr; 
  grid-template-rows: 1fr 1fr 1fr; 
  gap: 1em 1em; 
  grid-template-areas: 
    "photo-2 photo-general photo-general photo-general"
    "photo-3 photo-general photo-general photo-general"
    "photo-4 photo-general photo-general photo-general"; 
}

.photo-2 { grid-area: photo-2; }
.photo-general { grid-area: photo-general; }
.photo-3 { grid-area: photo-3; }
.photo-4 { grid-area: photo-4; }

.product-gallery-pic{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  border: 2.5px solid #d9d9d9;
}

.photo-general img {
  object-fit: contain;
  background-color: white;
}

/* main .owl-nav {top: 45% !important;} */
/* main .owl-prev {left: -45px;} */
/* main .owl-next {right: -45px;} */

.product-side:last-child {width: 55%;}

h1 {
  font-weight: 900;
  font-size: clamp(1.6em, 3vw, 2.3em);
  margin-bottom: .5rem !important;
  line-height: 1.1;
  text-transform: uppercase;
}

.product-price {
  font-weight: 800;
  font-size: 35px;
  margin: 0;
  color: black;
}

.product-description p {
  width: 100%;
  max-width: 700px;
}

.product-description, .product-side ul{font-size: clamp(0.8em, 1.3vw, 1.1em);}
th.label {font-size: 20px;}
span.woo-selected-variation-item-name {font-weight: 900 !important;}
td.value.woo-variation-items-wrapper {position: relative;}

ul.variable-items-wrapper.color-variable-items-wrapper.wvs-style-rounded {
  display: flex;
  list-style: none;
  padding: 0 0 0 10px;
  gap: 10px;
}

span.variable-item-span.variable-item-span-color {
  width: 50px;
  height: 50px;
  display: block;
  border: 2px solid black;
  border-radius: 10px;
}

li.variable-item.selected div span:before {
  content: '✔';
  width: 100%;
  height: 100%;
  display: flex;
  margin: auto;
  align-items: center;
  justify-content: center;
}

a.reset_variations {
  position: absolute;
  top: 0;
  right: -70px;
  text-decoration: underline;
  font-weight: bold;
  bottom: 0;
  margin: auto;
  line-height: 1;
  height: fit-content;
}

body .qib-button-wrapper {
  border-radius: 50px !important;
  overflow: hidden;
  border: 2px solid black;
  width: 100%;
  background-color: white;
  max-width: 250px;
  justify-content: space-between !important;
}

body .qib-button-wrapper .minus.qib-button, body .qib-button-wrapper .plus.qib-button {
  font-size: 25px;
  font-weight: bold;
}

.qib-button-wrapper .quantity input.input-text.qty.text {
  width: 100px !important;
  outline: none !important;
  font-family: 'Red Hat Display' !important;
  font-weight: bold !important;
}

form.cart button[type="submit"], button.single_add_to_cart_button.button.alt.disabled.wc-variation-selection-needed {
  -webkit-appearance: none !important;
  cursor: pointer !important;
  border: none !important;
  height: 45px !important;
  background-color: black !important;
  color: white !important;
  font-size: 18px !important;
  font-weight: bold !important;
  font-family: 'Red Hat Display' !important;
  padding: 0 30px !important;
  border-radius: 50px !important;
  width: 100%;
  max-width: 600px;
}

form.cart button[type="submit"]:hover, button.single_add_to_cart_button.button.alt.disabled.wc-variation-selection-needed:hover {
  background-color: white;
  color: black;
  font-weight: 800;
}

.woocommerce-variation-add-to-cart {
  display: flex;
  flex-direction: row;
  gap: 1em;
  padding-top: 0.6em;
}

.pay-methods{
  display: block;
  width: 100%;
  max-width: 300px;
  float: right;
  margin-right: 1em;
}

/* Information Tabs */
.tabs.wc-tabs {
  display: flex;
  flex-direction: row;
  list-style: none;
  padding: 0;
  border-bottom: 1px solid grey;
  justify-content: center;
}

.tabs.wc-tabs li {
  width: 50%;
  font-size: 25px;
  text-align: center;
}

.tabs.wc-tabs li a {height: 60px;}

.tabs.wc-tabs li:nth-child(2) {
  border-left: 1px solid grey;
  /* border-right: 1px solid grey; */
}

.description_tab.active, .additional_information_tab.active, .reviews_tab.active {
  font-weight: 800;
  border-bottom: 3px solid black;
}

.description_tab a, .additional_information_tab a, .reviews_tab a {
  width: 100%;
  display: block;
}

#tab-description .kk-star-ratings.kksr-auto.kksr-align-left.kksr-valign-top {display: none;}
.woocommerce-Tabs-panel h2 {margin-bottom: 1rem;}

.woocommerce-Tabs-panel p {
  margin: 0;
  width: 100%;
  max-width: 1000px;
}

.reviews_tab {display: none;}

table.woocommerce-product-attributes {
  border: 1px solid black;
  border-radius: 10px;
  padding: 10px;
}

th.woocommerce-product-attributes-item__label {
  border-right: 1px solid black;
  padding-right: 10px;
}

.woocommerce-product-attributes-item__value p a {text-decoration: underline;}
.woocommerce-product-attributes-item__value p a:first-child {padding-left: 10px;}

/* Product Recomendation */
.product-recommention{
  background-color: white;
  padding: 7em 4em;
}

.product-recontainer{
  width: 100%;
  margin: 0 auto;
  max-width: 1800px;
}

.reco-title{margin-bottom: 3rem;}

.products{
  margin: 0;
  height: auto !important;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 17%), 1fr));
  gap: 2em 2em !important;
}

li.product {border: 2px solid black;}
/* End */

.whatsapp-advice {margin: 30px auto 0 !important;}

/* Responsive Mode */
@media (max-width: 1920px){
  main {max-width: 1650px;}
  .product-recommention h2, .product-atributes h2 {font-size: clamp(1.3em, 3.5vw, 3.5em);}

  .the-products h2 {
    width: 100%;
    height: 50px;
    font-size: clamp(.65em, 1vw, .9em);
  }

  .product-recommention {padding: 5em 4em;}
}

@media (max-width: 1600px){
  main {max-width: 1400px;}
  .woocommerce-product-gallery__wrapper .owl-item img {height: 450px;}
  .nta-woo-products-button{margin-bottom: 10px !important;}
  .wa__button {width: 100% !important;}
}

@media (max-width: 1300px){
  main {padding: 0 4em 5em;}

  .product-container {
    gap: 3em;
    padding: 3em 1em 5em;
  }

  /* .woocommerce-product-gallery__wrapper .owl-item img {height: 400px;} */
  /* main .owl-prev {left: 5px;} */
  /* main .owl-next {right: 5px;} */

  .product-recommention {padding: 3em 4em 4em;}
  a.woocommerce-LoopProduct-link.woocommerce-loop-product__link img {min-height: 200px !important;}
}

@media (max-width: 1100px){
  .the-products li {width: 100%;}
  .owl-nav button {width: 17px !important;}
  .the-products .owl-nav {top: 50% !important;}
  .the-products .owl-prev {left: 5px;}
  .the-products .owl-next {right: 5px;}
  .the-products h2 {margin-top: 15px;}
}

@media (max-width: 900px){
  main {padding: 0 2em 4em;}

  .product-container {
    gap: 3em;
    padding: 3em 0em 4em;
  }

  .product-container {
    gap: 2em;
    padding: 3em 0em 5em;
  }

  .woocommerce-product-gallery__wrapper .owl-item img {height: 320px;}
  .product-recommention {padding: 4em 2em;}
  a.woocommerce-LoopProduct-link.woocommerce-loop-product__link img {min-height: 180px !important;}
}

@media (max-width: 700px){
  main {padding: 0 1.5em 3em;}
  h1{text-align: center;}

  .product-container {
    gap: 1em;
    padding: 2em 0em 3em;
    flex-direction: column;
  }

  .product-side {width: 100% !important;}
  .product-atributes img {margin: 1em auto 0;}
  .download-btn {font-size: 13px;}

  form.cart {margin-top: 2em;}
  .nta-woo-products-button, a.wa__button.wa__sq_button.wa__stt_online.wa__btn_w_icon {width: 100% !important;}
  .wa__cs_info .wa__cs_status {width: 50px !important;}
  .wa__button {width: 75vw !important;}
  .wa__btn_txt {left: -29px;}

  .wa__btn_w_icon .wa__btn_txt {
    padding: 10px 20px 9px 60px !important;
    text-align: left;
  }
}

@media (max-width: 600px){
  .woocommerce-breadcrumb {font-size: 11px;}
  .product-container {padding: 1em 0em 3em;}
  .wa__btn_txt {left: 0px;}
  .product-recommention {padding: 2.5em 1.5em;}
  .the-products {padding-top: 2em;}
}