/*
 Theme Name: Woostify Child
 Theme URI: https://woostify.com/
 Description: Woostify WordPress theme example child theme.
 Author: Woostify
 Author URI: https://woostify.com/
 Template: woostify
 Version: 1.0.0
*/
.single_add_to_cart_button {
    color: white !important;
}

.payment_method_stripe img {
    float: right;
    width: 40px;
    height: auto;
    margin: -5px 0 0 5px;
}

.single-product .star-rating {
    margin-bottom: 10px;
}

.product-loop-content {
    padding: 10px 15px;
}

.woocommerce.single-product.collateral-product-columns-3 ul.products li.product,
.woocommerce-page.single-product.collateral-product-columns-3 ul.products li.product,
.woocommerce.single-product.collateral-product-columns-3 .upsells.products li.product,
.woocommerce-page.single-product.collateral-product-columns-3 .upsells.products li.product {
    margin: 0 1.29% 20px;
}

.product-variations .woostify-trust-badge-box {
    display: block;
}

.woostify-trust-badge-box {
    display: none;
}

.woocommerce-product-details__short-description {
    padding-bottom: 0;
}

.product-page-container {
    padding-bottom: 30px;
}

.product-variations .product-summary {
    width: 100%;
    margin: 0 auto;
}

.product-variations .extra-options,
.product-variations .extra-options td {
    border: none;
    width: 100% !important;
    max-width: 100%;
}

.product-variations .extra-options input {
    background-color: #fff;
    box-sizing: border-box;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: block;
    float: none;
    font-size: 16px;
    border: 1px solid #ccc;
    padding: 6px 10px;
    height: 38px;
    width: 100%;
    color: #333;
    line-height: 1.3;
}

.tinv-wraper.tinv-wishlist {
    width: 100%;
}

.product .woocommerce-tabs ul.tabs {
    width: 100%;
    float: none;
    margin-right: 5.8823529412%;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    list-style: none;
    padding: 0 0 0 1em;
    margin: 0 0 1.618em;
    overflow: hidden;
    position: relative;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    position: absolute;
    content: ' ';
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #d3ced2;
    z-index: 1;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 1px solid #d3ced2;
    background-color: #ebe9eb;
    display: inline-block;
    position: relative;
    z-index: 0;
    border-radius: 4px 4px 0 0;
    margin: 0 -5px;
    padding: 0 1em;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #fff;
    z-index: 2;
    border-bottom-color: #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    border: 1px solid #d3ced2;
    position: absolute;
    bottom: -1px;
    width: 0;
    height: 0;
    content: ' ';
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    left: -6px;
    border-bottom-right-radius: 4px;
    border-width: 0 1px 1px 0;
    box-shadow: 2px 2px 0 #ebe9eb;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
    box-shadow: 2px 2px 0 #fff;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    right: -6px;
    border-bottom-left-radius: 4px;
    border-width: 0 0 1px 1px;
    box-shadow: -2px 2px 0 #ebe9eb;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
    box-shadow: -2px 2px 0 #fff;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    display: inline-block;
    padding: .5em 0;
    font-weight: 700;
    color: #515151;
    text-decoration: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: inherit;
    text-shadow: inherit;
}

@media (min-width: 601px) and (max-width: 991px) {
    .products.tablet-columns-2 .product:nth-of-type(2n + 3) {
        clear: initial;
    }

    .products.tablet-columns-2 .product:nth-of-type(3n+1) {
        clear: both;
    }
}

@media (max-width: 500px) {
    .products .product,
    .products.mobile-columns-2 .product {
        width: 100%;
        margin: 0 auto;
    }
}

@media (max-width: 400px) {
    .payment_method_stripe img {
        width: 40px;
        margin: -5px 0 0 0;
    }
}

