/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
table.variation_quantity_table {
    box-shadow: 0 0 5px #ddd;
}

table.variation_quantity_table thead th {
    background: #ddd;
}

table.variation_quantity_table th, table.variation_quantity_table td {
    border: 1px solid #eee;
    text-align: center;
}

table.variation_quantity_table tbody tr:nth-child(odd) {
    background: #f5f5f5;
}

table.variation_quantity_table tbody tr:nth-child(even) {
    background: #ffffff;
}

.woo_range_product_main{
    font-family: calibri;
    margin-bottom: 20px;
}
.woo_range_product_main h2.woo_range_title {
    font-size: 20px;
    margin-bottom: 15px;
}
.woo_range_product_main .woo_range_product_inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
}
.woo_range_product_main .woo_range_product {
    border: 1px solid #c89961;
}
.woo_range_product_main .woo_range_product.active {
    background-color: rgba(200, 153, 97, 0.2);
}
.woo_range_product_main .woo_range_product label {
    display: block;
    padding: 10px;
    cursor: pointer;
}
.woo_range_product_main .woo_range_product label input {
    margin: 0;
    width: 0;
    height: 0;
}
.woo_range_product_main .woo_range_checkmeta {
 display: flex;
 align-items: start;
 flex-wrap: wrap;
 width: 100%;
 height: 100%;
}
.woo_range_product_main .woo_range_product .woo_range_mets {
    display: flex;
    margin-left: 10px;
/*    align-items: center;*/
    flex-direction: column;
}
.woo_range_product_main .woo_range_product .woo_range_mets div {
    display: flex;
    font-size: 12px;
    align-items: center;
}
.woo_range_product_main .woo_range_radio_box {
    display: flex;
    align-items: center;
    margin-top: 6px;
}

.woo_range_product_main .woo_range_radio_box .woo_range_radio_close {
    margin-left: 10px;
}
.woo_range_product_main .custom_radio {
    border: 1px solid #c89961;
    position: relative;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: block;
    box-sizing: border-box;
}
.woo_range_product_main .custom_radio:before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #c89961;
    position: absolute;
    top: 3px;
    left: 3px;
    opacity: 0;
}
.woo_range_product_main .woo_range_checkmeta input:checked + .custom_radio:before {
    opacity: 1;
}
.woo_range_product_main p.woo_range_offer {
    text-align: center;
}
.woo_range_product_main .woo_range_imgs {
/* width: 40px; */
display: block;
/*margin-left: 10px;*/
height: 30px;
object-fit: scale-down;
}
.woo_range_product_main p.woo_range_offer {
    margin: 15px 0 0 0;
    display: block;
    width: 100%;
    font-weight: bold;
}
/*.woo_range_product.discount_class p.woo_range_offer {
    padding-left: 35px;
}*/

.product-price-wrap p.price {
    color: #343434;
    font-family: "ABeeZee", Sans-serif;
    font-size: 27px;
    font-weight: bold;
    line-height: 1.6em;
    margin-bottom: 15px;
}
/* .wc_custom_image_nav.slick-initialized.slick-slider .custom-product-nav-image {
    position: relative;
}
.wc_custom_image_nav.slick-initialized.slick-slider .custom-product-nav-image::before {
    display: block;
    content: '';
    padding-top: 50%;
}
.wc_custom_image_nav.slick-initialized.slick-slider .custom-product-nav-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    max-width: 100%;
    max-height: 100%;
} */

.wc-single-product-buynow-btn button.elementor-button.elementor-paypal-legacy.elementor-payment-button {
    position: absolute;
    top: -50px;
    left: 211px;
}
.woocommerce-Price-amount.amount.fprice {
    padding-right: 10px;
}
/*.product-price-wrap p.price span.woocommerce-Price-currencySymbol {
    margin: 0 5px;
}*/

.product-price-wrap p.price .wc-price.amount {
    color: #ca9b63;
    font-size: 32px;
}
.discount_class .woo_range_info {
/*    margin-top: 46px;*/
margin-left: 5px;
width: calc(100% - 80px);
}
.woo_range_info p {
    font-size: 14px;
    line-height: normal;
    margin-bottom: 5px;
}
.woo_range_product.discount_class {
    grid-column: span 3;
}
.woo_range_product.discount_class .woo_range_checkmeta {
    height: auto; 
   align-content: space-between;
}
.woo_range_product.discount_class label {
    display: flex;
}

@media screen and (max-width: 1366px) {
	.woo_range_product_main .woo_range_product_inner {
       grid-template-columns: repeat(3, 1fr);
   }
   .woo_range_product.discount_class {
    grid-column: span 2;
}
.woo_range_info p {
    font-size: 13px;
}
}

@media screen and (max-width: 575px) {
	.woo_range_product_main .woo_range_product_inner {
       grid-template-columns: repeat(2, 1fr);
   }
   .wc-single-product-buynow-btn button.elementor-button.elementor-paypal-legacy.elementor-payment-button {
      position: unset;
  }
  
}



