/* breadcrumb */
nav.woocommerce-breadcrumb {
    margin: 0 !important;
    font-size: 12px !important;
    padding: 15px 0 !important;
    line-height: 1;
}

.brd_sec {
    background: #F3F3F3;
}


/* gallery image */
.woo-variation-gallery-wrapper .wvg-gallery-thumbnail-image {
    opacity: 1 !important;
    border: 1px solid #CCCCCC;
    padding: 5px;
    background: #fff;
    height: 140px !important;
    width: 140px !important;
}

.woo-variation-gallery-thumbnail-wrapper {
    position: absolute;
    bottom: 60px;
}

/* product image */
.woo-variation-gallery-slider-wrapper,
.woo-variation-gallery-wrapper .woo-variation-gallery-slider img {
    height: 570px;
    object-fit: contain;
    padding: 30px;
}

.woo-variation-gallery-slider-wrapper {
    border: 1px solid #ddd;
}

span.onsale {
    display: none;
}

/* next pre arrow */
.woo-variation-gallery-slider-wrapper i.dashicons,
.woo-variation-gallery-slider-wrapper i.dashicons:hover {
    background: #000;
    display: flex;
    justify-content: center;
    border-radius: 0;
    opacity: 1 !important;
}

i.dashicons.slick-arrow::before {
    display: block !important;
}

.wvg-thumbnail-prev-arrow,
.wvg-thumbnail-next-arrow {
    display: none !important;
}

/* quantity */

.quantity {
    display: flex !important;
    justify-content: center;
    width: 150px !important;
    align-items: center !important;
    height: 47px !important;
    border: 1px solid #DDDDDD;
    border-radius: 12px;
    overflow: hidden;
    background: #fff !important;
}

.woocommerce .quantity input.qty {
    background: transparent !important;
    padding: 0 !important;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    width: 60px;
}

.woocommerce .quantity .minus,
.woocommerce .quantity .plus .woocommerce-page .quantity .minus,
.woocommerce-page .quantity .plus {
    border: none !important;
    color: #000 !important;
    font-size: 22px !important;
    font-weight: 600;
    cursor: pointer;
    height: 30px !important;
    background: #fff !important;
    width: 44px !important;
    padding: 0px !important;
}

button.qty_button.minus.custome_btn {
    border-right: 1px solid #DDDDDD !important;
}

button.qty_button.plus.custome_btn {
    border-left: 1px solid #DDDDDD !important;
}


input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* product right col */

.woo_prod_col2 {
    background: #F5F5F5;
    padding: 35px 50px;
}

.woo_prod_ttl_col h1 {
    font-size: 30px !important;
    padding-bottom: 10px;
    line-height: 1.3;

}

.woocommerce div.product form.cart .variations td:last-child {
    padding-bottom: 0 !important;
}

.et_pb_wc_add_to_cart form.cart .variations td.value span:after {
    display: none;
}

/* SKU */

.product_meta {
    display: flex;
    flex-wrap: wrap;
}

.product-sku {
    display: block;
    font-size: 18px;
    padding: 10px 0;
    line-height: 1;
    width: 100%;
    padding-bottom: 35px !important;
    margin-bottom: 35px !important;
    border-bottom: 1px solid #ccc;
}

.product_meta span.posted_in {
    width: 100%;
}

span.posted_in {
    padding: 20px 0 5px 0;
    display: flex;
    line-height: 1;
}

.woo_prod_col2 br {
    display: none;
}

/* price */
.woo_prod_price_col {
    padding-bottom: 20px !important;
}

.woo_prod_price_col .woocommerce-Price-amount.amount {
    font-size: 32px;
    font-weight: 700;
    color: #3F75C7;

}

/* add to cart button */
.woocommerce-variation-add-to-cart,
.qty_and_add_to_cart_btn {
    display: flex;
    align-items: center;
    padding-bottom: 35px;
    margin-bottom: 35px;
    border-bottom: 1px solid #ccc;
}


/* -------tab----- */
.woo_tab_col {
    border: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}

.woo_tab_col ul.et_pb_tabs_controls.clearfix,
.woo_tab_col .et_pb_all_tabs {
    width: 100% !important;
}

.woo_tab_col ul.et_pb_tabs_controls li {
    border: none !important;
    height: 45px !important;
    border: 1px solid #DDDDDD !important;
    border-radius: 6px;
    background: #fff;
    margin: 10px 10px 10px 0;
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px !important;
}

.woo_tab_col ul.et_pb_tabs_controls li a {
    color: #000 !important;
    font-weight: 400 !important;
    padding: 0 !important;
}

.woo_tab_col ul.et_pb_tabs_controls li.et_pb_tab_active {
    background: #222 !important;
}

.woo_tab_col ul.et_pb_tabs_controls li.et_pb_tab_active a {
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 400 !important;
}

.woo_tab_col .et_pb_tab.clearfix {
    background: transparent !important;
    padding: 30px 0;
}

.woo_tab_col .et_pb_all_tabs {
    background: transparent !important;
}

.woo_tab_col ul.et_pb_tabs_controls:after {
    display: none;
}

table.variations tr {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}

.woo-variation-swatches.wvs-show-label .variations td,
.woo-variation-swatches.wvs-show-label .variations th {
    width: 100% !important;
    padding-bottom: 10px;
}

table.variations td {
    width: 100%;
}

.woo_tab_col th,
.woo_tab_col td {
    padding: 7px !important;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    font-style: normal !important;
}



.woo_tab_col .et_pb_tab_content h2 {
    font-size: 22px;
    padding-bottom: 20px;
    line-height: 1.2;
}


table.variations {
    border: none !important;
}

table.variations tr td {
    border-top: none !important;
}

.woocommerce-variation-price {
    padding-bottom: 10px;
}

.variations .label label {
    font-size: 20px;
}

.woo_prod_des_col {
    padding-bottom: 25px;
    margin-bottom: 25px !important;
    border-bottom: 1px solid #ccc;
}

span.posted_in {
    padding: 0px 0 5px 0;
    display: block;
    line-height: 1.6;
    font-size: 15px;
}

.et_pb_wc_add_to_cart form.cart .variations td.value .reset_variations {
    float: left !important;
}




































@media all and (min-width: 320px) and (max-width: 767px) {
    .woo-variation-gallery-wrapper .wvg-gallery-thumbnail-image {
        height: 60px !important;
        width: 60px !important;
    }

    .woo_prod_col2 {
        padding: 10px;
    }

    .woo-variation-product-gallery {
        width: 100% !important;
        margin: 0 !important;
    }

    .woo-variation-gallery-slider-wrapper,
    .woo-variation-gallery-wrapper .woo-variation-gallery-slider img {
        height: 300px;
        padding: 15px;
    }

    .product-sku {
        padding-bottom: 10px !important;
        margin-bottom: 10px !important;
    }

    .woo_prod_price_col {
        padding-bottom: 15px !important;
    }

    .woocommerce-variation-add-to-cart,
    .qty_and_add_to_cart_btn {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .woo_prod_ttl_col h1 {
        font-size: 17px !important;
    }

    .product-sku {
        font-size: 14px;
        padding: 5px 0;
    }

    .woo_prod_price_col .woocommerce-Price-amount.amount {
        font-size: 21px;
    }

    .woo-variation-gallery-thumbnail-wrapper {
        bottom: 30px;
    }

    .quantity {
        width: 110px !important;
        height: 40px !important;
        border-radius: 8px;
    }

    .woocommerce div.product form.cart div.quantity,
    .woocommerce-page div.product form.cart div.quantity {
        margin-right: 10px !important;
    }


    .woo_tab_col ul.et_pb_tabs_controls li {
        width: 100%;
        margin: 5px 0;
    }

    .woo_prod_des_col {
        padding-bottom: 15px;
        margin-bottom: 15px !important;
    }

    li.variable-item.image-variable-item {
        height: 45px !important;
        width: 45px !important;
    }
}

@media all and (min-width: 481px) and (max-width: 767px) {
    ul.et_pb_tabs_controls.clearfix {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .woo_tab_col ul.et_pb_tabs_controls li {
        width: 210px;
    }
}

@media all and (min-width: 768px) and (max-width: 980px) {
    .woo-variation-gallery-wrapper .wvg-gallery-thumbnail-image {
        height: 80px !important;
        width: 80px !important;
    }

    .woo_prod_col2 {
        padding: 20px 15px;
    }

    .woo-variation-product-gallery {
        width: 100% !important;
        margin: 0 !important;
    }

    .woo-variation-gallery-slider-wrapper,
    .woo-variation-gallery-wrapper .woo-variation-gallery-slider img {
        height: 350px;
        padding: 15px;
    }

    .product-sku {
        padding-bottom: 20px !important;
        margin-bottom: 20px !important;
    }

    .woo_prod_price_col {
        padding-bottom: 15px !important;
    }

    .woocommerce-variation-add-to-cart,
    .qty_and_add_to_cart_btn {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .woo_prod_ttl_col h1 {
        font-size: 25px !important;
    }

    .product-sku {
        font-size: 16px;
        padding: 5px 0;
    }

    .woo_prod_price_col .woocommerce-Price-amount.amount {
        font-size: 25px;
    }

    .woo-variation-gallery-thumbnail-wrapper {
        bottom: 30px;
    }

    .woo_prod_des_col {
        padding-bottom: 15px;
        margin-bottom: 15px !important;
    }

    li.variable-item.image-variable-item {
        height: 70px !important;
        width: 70px !important;
    }
}

@media only screen and (min-width: 981px) and (max-width: 1024px) {
    .woo-variation-gallery-wrapper .wvg-gallery-thumbnail-image {
        height: 80px !important;
        width: 80px !important;
    }

    .woo_prod_col2 {
        padding: 20px 15px;
    }

    .woo-variation-gallery-slider-wrapper,
    .woo-variation-gallery-wrapper .woo-variation-gallery-slider img {
        height: 400px;
        padding: 15px;
    }

    .product-sku {
        padding-bottom: 20px !important;
        margin-bottom: 20px !important;
    }

    .woo_prod_price_col {
        padding-bottom: 15px !important;
    }

    .woocommerce-variation-add-to-cart,
    .qty_and_add_to_cart_btn {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .woo_prod_ttl_col h1 {
        font-size: 25px !important;
    }

    .product-sku {
        font-size: 16px;
        padding: 5px 0;
    }

    .woo_prod_price_col .woocommerce-Price-amount.amount {
        font-size: 25px;
    }

    .woo_prod_des_col {
        padding-bottom: 15px;
        margin-bottom: 15px !important;
    }

    li.variable-item.image-variable-item {
        height: 70px !important;
        width: 70px !important;
    }
}

@media all and (min-width: 1025px) and (max-width: 1140px) {
    .woo-variation-gallery-wrapper .wvg-gallery-thumbnail-image {
        height: 80px !important;
        width: 80px !important;
    }

    .woo_prod_col2 {
        padding: 20px 15px;
    }

    .woo-variation-gallery-slider-wrapper,
    .woo-variation-gallery-wrapper .woo-variation-gallery-slider img {
        height: 400px;
        padding: 15px;
    }

    .product-sku {
        padding-bottom: 20px !important;
        margin-bottom: 20px !important;
    }

    .woo_prod_price_col {
        padding-bottom: 15px !important;
    }

    .woocommerce-variation-add-to-cart,
    .qty_and_add_to_cart_btn {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .woo_prod_des_col {
        padding-bottom: 15px;
        margin-bottom: 15px !important;
    }

    li.variable-item.image-variable-item {
        height: 80px !important;
        width: 80px !important;
    }
}

@media all and (min-width: 1141px) and (max-width: 1280px) {
    .woo-variation-gallery-wrapper .wvg-gallery-thumbnail-image {
        height: 110px !important;
        width: 110px !important;
    }

    .woo_prod_col2 {
        padding: 20px 25px;
    }

    .woo-variation-gallery-slider-wrapper,
    .woo-variation-gallery-wrapper .woo-variation-gallery-slider img {
        height: 450px;
        padding: 15px;
    }

    .product-sku {
        padding-bottom: 25px !important;
        margin-bottom: 25px !important;
    }

    .woo_prod_price_col {
        padding-bottom: 20px !important;
    }

    .woocommerce-variation-add-to-cart,
    .qty_and_add_to_cart_btn {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .woo_prod_des_col {
        padding-bottom: 15px;
        margin-bottom: 15px !important;
    }

    li.variable-item.image-variable-item {
        height: 90px !important;
        width: 90px !important;
    }
}

@media all and (min-width: 1281px) and (max-width: 1440px) {
    .woo-variation-gallery-wrapper .wvg-gallery-thumbnail-image {
        height: 110px !important;
        width: 110px !important;
    }

    .woo_prod_col2 {
        padding: 20px 25px;
    }

    .woo-variation-gallery-slider-wrapper,
    .woo-variation-gallery-wrapper .woo-variation-gallery-slider img {
        height: 450px;
        padding: 15px;
    }

    .product-sku {
        padding-bottom: 25px !important;
        margin-bottom: 25px !important;
    }

    .woo_prod_price_col {
        padding-bottom: 20px !important;
    }

    .woocommerce-variation-add-to-cart,
    .qty_and_add_to_cart_btn {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
}

@media all and (min-width: 1441px) and (max-width: 1680px) {}

@media all and (min-width: 1681px) and (max-width: 1880px) {}