
 /* Single Product Page */

  .woocommerce div.product div.images img {
      width: auto !important;
      max-height: 500px !important;
      margin-left: auto;
      margin-right: auto;
  }

 .woocommerce ul.products li.product a img {
      width: auto !important;
      max-height: 120px !important;
      margin-left: auto;
      margin-right: auto;
 }

.woocommerce-loop-product__title {
     height: 60px;
}

.woocommerce-product-details__short-description {
  margin-bottom: 20px;
}

.woocommerce a.added_to_cart {
  padding-left: 10px;
}

.woocommerce .quantity {
  display: flex !important;
  align-items: center !important;
  gap: 5px; /* Adjust spacing if needed */
}

.woocommerce .quantity .qty,
.woocommerce .quantity .total-quantity,
.woocommerce-cart table.cart input {
  font-size: 18px;
  border: 1px solid #bfbfbf;
  border-radius: 4px;
  text-align: center;
  width: 80px;
  padding: 5px 0px;
}

.woocommerce div.product form.cart {
  margin-top: 2em !important;
}

.woocommerce-product-gallery>.flex-control-nav {
  padding-top: 20px !important;
}

.woocommerce-product-gallery>.flex-control-nav>li {
  padding-right: 10px !important;
}

.single-product div.product div.images .woocommerce-product-gallery__image:nth-child(n+2){
  margin: 10px;
  width: 20%;
}

.single-product ul.products{
  margin-top: 20px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li{
  margin: 0px 1px;
}

/* Cart Page */

.woocommerce table.shop_table th {
  background-color: #f7f7f7 !important;
}

.woocommerce table.shop_table {
  border: 0px;
}

.woocommerce table.shop_table td {
    border-bottom: 1px solid rgba(0,0,0,.1) !important;
    border-top: 0px !important;
}

.woocommerce a.remove {
  color: #636361 !important;
  text-indent: 9999px;
}

.woocommerce a.remove:hover {
  color: #b5b5b1 !important;
  background: white;
}

.woocommerce a.remove:before {
  font-family: FontAwesome;
  content: "\f1f8";
  float: right;
  text-indent: 0;
}

.woocommerce table.cart th, 
.woocommerce table.cart td{
  text-align: center;
}

.woocommerce-cart>h2 {
  display: none;
}

.woocommerce-cart-form,
form.woocommerce-checkout {
  margin-left: 10%;
  margin-right: 10%;
  margin-top: 50px;
}

.woocommerce-cart table.cart img {
  max-height: 250px;
}

.woocommerce-page table.cart .product-thumbnail{
  display: block;
}

.woocommerce table.cart td.product-quantity .qty {
  padding: 5px 0px;
  font-size: 20px;
}

.woocommerce table.cart td:nth-of-type(3),
.woocommerce table.cart th:nth-of-type(3),
.woocommerce table.cart td:nth-of-type(5),
.woocommerce table.cart th:nth-of-type(5) {
  display: none;
}

.added_to_cart.wc-forward,
.return-to-shop,
.woocommerce table.shop_table > tbody > tr:last-child {
  display: none;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{
  background-color: #0066cc;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover{
  background-color: #033e78;
}

/* Checkout Form */

.woocommerce-form-coupon-toggle {
  display: none;
}

form.woocommerce-checkout {
  margin: 0 30%;
}

.woocommerce-checkout .woocommerce {
  margin: 0px 20px;
}

.woocommerce-checkout h2 {
  margin-bottom: 20px;
  font-size: 2em;
}

.woocommerce-checkout > h3 {
  font-size: 1.5em;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  text-align: center;
  border-bottom: 3px solid #1e85be;
}

.woocommerce form .form-row {
  width: 100% !important;
}

#payment .form-row {
  padding: 1em 0em !important;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  padding: .6180469716em;
  background-color: #f2f2f2;
  color: #43454b;
  outline: 0;
  border: 0;
  -webkit-appearance: none;
  border-radius: 2px;
  box-sizing: border-box;
  font-weight: 400;
  border: solid 2px #e4e4e4;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  float: left;
  width: 100%;
}

.woocommerce .col2-set,
.woocommerce-page .col2-set,
#customer_details,
#order_review,
#order_review_heading {
  float: none;
  width: 100% !important;
}

/* Thank you Page */

.custom-checkout h3 {
  background-color: #165f1c;
  width: 45%;
  text-align: center;
  padding: 10px;
  border-radius: 5px;
  margin-top: 50px;
  color: #FFF;
  float: right;
}

/** Hide prices on Thank you **/
.xlwcty_rightArea .xlwcty_rightDiv,
.xlwcty_wrap .xlwcty_order_details_2_col table,
.woocommerce-Price-amount.amount {
  display: none;
}

/** Edit Customer Info Section **/
.xlwcty_customer_info .xlwcty_BSpace_value {
  padding-bottom: 20px;
}

.xlwcty_customer_info .xlwcty_2_colCentre {
  padding-top: 20px;
}

.xlwcty_wrap.xlwcty_circle_show .xlwcty_in_wrap {
  padding: 0 60px;
}

.woocommerce-order-received .xlwcty_wrap.xlwctyCenter {
  min-height: 100vh !important;
}

.woocommerce-order-received .xlwcty_Box {
  margin-top: 30px;
  border-radius: 10px;
}

.woocommerce-checkout>h2,
.woocommerce-billing-fields>h3,
.woocommerce-additional-fields>h3,
#order_review_heading {
  display: none;
}

.woocommerce-checkout-payment {
  background-color: #fff !important;
}

.xlwcty_wrap .xlwcty_textBox.xlwcty-wc-thankyou,
.woocommerce-attachment-details {
  display: none;
}

/* OTHERS */

/* Buttons */
button[class*='add-quote'],
.category-card .category-content .product-description button,
#quote-table>button[class*="remove-button"] {
  color: #fff !important;
  text-transform: uppercase;
  text-decoration: none;
  background: #0066cc;
  padding: 10px 5px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
  display: inline-block;
  border: none;
  transition: all 0.4s ease 0s;
}

button[class*='add-quote']:hover,
.category-card .category-content .product-description button:hover,
#quote-table>button[class*="remove-button"]:hover {
  cursor: pointer;
  background: #515151;
  -webkit-box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.57);
  -moz-box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.57);
  box-shadow: 5px 40px -10px rgba(0, 0, 0, 0.57);
  transition: all 0.4s ease 0s;
}

.add_to_cart_button,
.single_add_to_cart_button {
  color: #fff !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  background: #0066cc !important;
  transition: all 0.4s ease 0s !important;
  font-weight: 400 !important;
}

section.related.products {
  margin-bottom: 130px;
}

section.related.products .woocommerce-loop-product__title {
  position: absolute;
  left: 0;
  right: 0;
  top: 150px;
}

section.related.products .add_to_cart_button {
  position: absolute;
  left: 0;
  right: 0;
  top: 210px;
}

.related .add_to_cart_button {
  margin-left: auto !important;
  margin-right: auto !important;
  display: block !important;
  width: 80% !important;
  text-align: center !important;
}

.add_to_cart_button:hover,
.single_add_to_cart_button:hover {
  background: #515151 !important;
  -webkit-box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.57) !important;
  -moz-box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.57) !important;
  box-shadow: 5px 40px -10px rgba(0, 0, 0, 0.57) !important;
  transition: all 0.4s ease 0s !important;
}

.woocommerce-loop-product__title {
  text-align: center;
}

/** Add/Subtract Value Button **/
.plus,
.minus {
  width: 30px !important;
  height: 30px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 18px !important;
  font-weight: bold !important;
  line-height: 1 !important;
  padding: 0 !important;
  border: none !important;
  border-radius: 50% !important;
  background-color: #0066cc !important;
  color: #ffffff !important;
  cursor: pointer !important;
  text-align: center !important;
}


.plus:hover,
.minus:hover {
  background-color: #515151;
}

/** Desktop **/
@media screen and (min-width: 1200px) {
  div.woocommerce{
    min-height: 60%;
  }

  /* Cart Page */
  .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    width: auto;
    margin-left: 10%;
    margin-right: 10%;  
  }

  /* Single Product */
  .single-product #primary{
    margin: 20px 10%;
  }

  .single-product div.product div.images{
    width: 30%;
    }
    
  .single-product div.product div.summary{
    width: 60%;
  }
}

/* Tablet */

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

  button[class*='add-quote'],
  .category-card .category-content .product-description button,
  #quote-table>button[class*="remove-button"],
  .add_to_cart_button, .single_add_to_cart_button {
    padding: 3px;
    margin-top: 5px;
    font-size: 8px;
  }

  .woocommerce div.product {
    margin: 30px 30px !important;
  }

  .woocommerce div.product div.images img {
    max-height: 300px !important;
}

  .woocommerce div.product .product_title,
  .related h2 {
    font-size: 16px !important;
  }
  
  .woocommerce-product-details__short-description {
    margin-bottom: 10px !important;
    font-size: 12px !important;
  }

  .brand_field,
  .category_field,
  .woocommerce div.product .woocommerce-tabs ul.tabs,
  .woocommerce div.product .woocommerce-tabs .panel {
    font-size: 12px !important;
  }

  .woocommerce a.added_to_cart {
    display: none !important;
  }

  .woocommerce #respond input#submit,
  .woocommerce a.button,
  .woocommerce button.button,
  .woocommerce input.button {
    font-size: 75% !important;
  }

  .plus, .minus {
    width: 24px !important;
    height: 24px !important;
  }

  .woocommerce .quantity .qty,
  .woocommerce .quantity .total-quantity,
  .woocommerce-cart table.cart input {
    font-size: 12px;
    margin-top: 0px;
    padding: 5px 0px;
  }

  .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
    max-width: 23%;
    margin: 3px;
  }

  .woocommerce ul.products li.product a img {
    max-height: 100px !important;
  }

  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 10px !important;
  }

  .woocommerce .related a.button {
    font-size: 8px !important;
    padding: 5px 0px;
  }

  .woocommerce .products ul, .woocommerce ul.products {
    display: flex !important;
  }

  .cart-banner {
    margin: 30px 0px !important;
    height: 120px !important;
  }

  .cart-banner h1 {
    font-size: 36px !important;
  }

  .cart-collaterals .cart_totals {
    width: 70% !important;
    margin: auto;
    float: none !important;
  }

  .woocommerce table.shop_table {
    font-size: 14px;
  }

  .woocommerce table.cart td.product-quantity .qty {
    padding: 3px 0px;
    font-size: 14px;
  }

  form.woocommerce-checkout {
    margin: 0 10%;
  }

  .xlwcty_wrap.xlwcty_circle_show .xlwcty_in_wrap {
    padding: 0 10% !important;
  }

  section.related.products {
    margin-bottom: 100px;
  }
  
  section.related.products .woocommerce-loop-product__title {
    position: absolute;
    left: 0;
    right: 0;
    top: 120px;
  }
  
  section.related.products .add_to_cart_button {
    position: absolute;
    left: 0;
    right: 0;
    top: 150px;
  }

}

/* Phone */

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

  button[class*='add-quote'],
  .category-card .category-content .product-description button,
  #quote-table>button[class*="remove-button"],
  .add_to_cart_button, .single_add_to_cart_button {
    font-size: 6px;
  }

  .woocommerce div.product div.images img {
    max-height: 180px !important;
}

  .woocommerce div.product .product_title,
  .related h2 {
    font-size: 14px !important;
  }
  
  .woocommerce-product-details__short-description {
    font-size: 10px !important;
  }

  .brand_field,
  .category_field,
  .woocommerce div.product .woocommerce-tabs ul.tabs,
  .woocommerce div.product .woocommerce-tabs .panel {
    font-size: 10px !important;
  }

  .woocommerce .quantity .qty,
  .woocommerce .quantity .total-quantity,
  .woocommerce-cart table.cart input {
    font-size: 10px;
  }

  .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
    max-width: 23%;
    margin: 3px;
  }

  .woocommerce ul.products li.product a img {
    max-height: 60px !important;
  }

  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 8px !important;
  }

  .woocommerce .related a.button {
    font-size: 6px !important;
  }

  .woocommerce table.shop_table {
    font-size: 12px;
  }

  .woocommerce table.cart td.product-quantity .qty {
    font-size: 12px;
  }

  .woocommerce-cart table.cart img {
    max-height: 150px;
  }

  .wcpoa_attachmentbtn {
    font-size: 8px !important;
  }

  section.related.products {
    margin-bottom: 100px;
  }
  
  section.related.products .woocommerce-loop-product__title {
    position: absolute;
    left: 0;
    right: 0;
    top: 90px;
  }
  
  section.related.products .add_to_cart_button {
    position: absolute;
    left: 0;
    right: 0;
    top: 130px;
  }

}