/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.05
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.variations th, .variations td {
    padding-left: 0;
    padding-right: 0.5em;
}

.ux-swatch--label {
    border-radius: 4px;
}

.coupon-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 16px;
}

.coupon-code {
    padding: 6px 15px;
    margin-right: 8px;
    margin-bottom: 8px;
    font-weight: 500;
    font-size: 12px;
    color: #dd7b2e;
    background-color: #fff6f0;
    border: 1px solid #fecbac;
    position: relative;
    cursor: pointer;
    width: fit-content;
}
.coupon-code::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 10px;
    left: -1px;
    top: 0;
    background-image: radial-gradient(circle at 0px 6px,#fff 2px,#FECBAC 2px,#FECBAC 3px,transparent 3px);
    background-size: 4px 9px;
    background-repeat: repeat-y;
}
.coupon-code::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 10px;
    right: -1px;
    top: 0;
    background-image: radial-gradient(circle at 100% 6px,#fff 2px,#FECBAC 2px,#FECBAC 3px,transparent 3px);
    background-size: 4px 9px;
    background-repeat: repeat-y;
    background-position: right top;
}

.wpcsb-wrapper .wpcsb-add-to-cart .wpcsb-atc button {
    background-color: #38ba72!important;
    margin-bottom: 0px;
}

.woocommerce-checkout-payment .button {
    width: 100%;
}
.custom--slide .box .box-image {
    height: 246.66px
}

/** Product **/
.woocommerce-variation-price {
    border-top: none;
    padding: 0px;
}
.woocommerce-variation-add-to-cart .buttons_added {
    margin-bottom:16px;
}
.woocommerce-variation-add-to-cart .single_add_to_cart_button {
    width: 100%;
}

/** Cart **/
.page-checkout .product-name {
    border-right: none;
    border-top: none;
    border-left: none;
}

.woocommerce-checkout .col {
    padding-bottom: 0;
}

.woocommerce-cart .cart-container,
.woocommerce-checkout .cart-container {
    padding: 20px;
    background: white;
    box-shadow: 2px 2px 80px #0000001f;
    margin-bottom: 30px;
    border-radius: 15px;
    max-width: 1100px;
}

.single_add_to_cart_button {
    background: #e51313 !important;
    border-radius: 10px;
    font-weight: normal;
    text-transform: capitalize;
    letter-spacing: 0;
    min-width: 300px;
}

.single_add_to_cart_button.button {
    border-radius: 4px;
    border-style: none;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    margin: 0 0 8px 0;
    max-width: none;
    height: 45px;
    min-height: 44px;
    min-width: 10px;
    outline: none;
    overflow: hidden;
    padding: 9px 20px 8px;
    position: relative;
    text-align: center;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: 100%;
    text-transform: uppercase;
}

button.single_add_to_cart_button.button.alt.wp-element-button {
    margin-bottom: 12px;
}

button.wpcbn-btn.wpcbn-btn-single.single_add_to_cart_button.button {
    background-color: #fff !important;
    color: #38ba72;
    border: 3px solid;
}

button.wpcbn-btn.wpcbn-btn-single.single_add_to_cart_button.button:hover {
    outline: none;
    opacity: 1;
    color: #fff;
    background-color: #38ba72!important;
}

.single-product .cart {
    margin-bottom: 0;
}

.product_meta>span {
    font-size: 16px;
}

.related .product-small .product-title {
    height: 20px;
    overflow: hidden;
}

.related .product-small .product-title a {
    color: black;
}

.related .product-small .add-to-cart-button a {
    margin: 0;
    border-radius: 20px;
    text-transform: none;
    font-weight: normal;
    letter-spacing: 0;
    background: gray;
}

.related .product-small .box-text {
    padding-left: 0;
    padding-right: 0;
}

.single-product .share-icons a {
    border: none !important;
    min-width: 24px;
}

.related .product-small .price .amount {
    font-size: 18px !important;
}

.single-product .price del span {
    font-size: 20px !important;
    color: gray !important;
}

.single-product .product-info .price .amount {
    color: red;
    font-family: "Poppins", sans-serif;
    font-weight: normal;
}

.single-product .product-main .badge-container {
    display: none;
}

span.amount {
    white-space: nowrap;
    color: #e51313;
}

.woocommerce-input-wrapper input {
    margin-bottom: 1px;
    font-size: 15px;
    border-radius: 5px;
    box-shadow: none;
}

.wpcsb-wrapper.wpcsb-wrapper-bottom.wpcsb-active button.wpcbn-btn.wpcbn-btn-single.single_add_to_cart_button.button {
    display: none;
}

a.tooltip.coupon-code {
    position: relative;
    display: inline-block;
}
a.tooltip.coupon-code .tooltip-text {
    visibility: hidden;
    width:auto;
    background-color: #071e26;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    padding: 10px;
    position: absolute;
    z-index: 1;
    bottom: 38px;
    left: 25%;

}
a.tooltip.coupon-code:hover .tooltip-text {
    visibility: visible;
}
a.wpcbn-btn.wpcbn-btn-archive.button.product_type_simple.add_to_cart_button {
    margin: auto;
    display: block;
}
.wpcsb-product-action .variations_form .single_variation_wrap {
    display: none!important;
}
.wpcsb-product-action table.variations {
    margin: auto;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
    .wpcsb-wrapper.wpcsb-wrapper-bottom.wpcsb-active button.wpcbn-btn.wpcbn-btn-single.single_add_to_cart_button.button {
        display: block;
    }

    .wpcsb-wrapper.wpcsb-wrapper-bottom.wpcsb-active .wpcsb-product-info {
        display: none;
    }

    .wpcsb-wrapper.wpcsb-wrapper-bottom.wpcsb-active .wpcsb-product-action {
        width: 100%;
        margin: 0;
    }

    .wpcsb-wrapper.wpcsb-wrapper-bottom.wpcsb-active .wpcsb-product-action .wpcsb-quantity {
        display: none;
    }
    .wpcsb-wrapper.wpcsb-wrapper-bottom.wpcsb-active .wpcsb-product-action .wpcsb-atc {
        display: flex;
        width: 100%;
        margin: 0;
    }
    .wpcsb-wrapper.wpcsb-wrapper-bottom.wpcsb-active .wpcsb-product-action .wpcsb-atc .button.wpcbn-btn.wpcbn-btn-single.single_add_to_cart_button.button.alt {
        margin: 0;
        width: 50%;
        border-radius: 0;
    }
    .wpcsb-wrapper.wpcsb-wrapper-bottom.wpcsb-active .wpcsb-product-action .wpcsb-atc .button.wpcsb-btn.button.alt {
        margin: 0;
        width: 50%;
    }
    .wpcsb-product-action .variations_form .single_add_to_cart_button {
        display: none !important;
    }
    .wpcsb-wrapper .wpcsb-add-to-cart {
        flex-wrap: wrap;
    }
    .wpcsb-wrapper .wpcsb-add-to-cart .variations_form {
        width: 100%;
    }
    .wpcsb-wrapper .wpcsb-add-to-cart .variations_form .label {
        display: none;
    }
    .wpcsb-wrapper .wpcsb-add-to-cart .variations_form .value {
        padding-left: 0;
    }
	
	.wpcsb-container {
		padding: 8px !important;
	}
}