/*
Theme Name: GeneratePress Child 02
Template: generatepress
Author: Child Theme Configurator
Description: GeneratePress Child Theme
Version: 1.0.1.1581749986
Updated: 2020-02-14 23:59:46

*/


body.single-product div#primary {
    width: 100% !important;
}
body.single-product .woocommerce-product-gallery--with-images {
    width: 100% !important;
    float: none !important;
    margin: auto;
    overflow: hidden;
}

body.single-product .woocommerce-product-gallery--with-images figure.woocommerce-product-gallery__wrapper img {
	max-height: 500px;
	object-fit: cover;
}
a.woocommerce-product-gallery__trigger {
    display: none;
}
body.single-product div#content {
    padding-top: 15px;
}
body.single-product .summary.entry-summary {
    width: 100% !important;
    float: none !important;
}
body.single-product h1.product_title.entry-title {
    font-size: 3.5em;
    text-align: center;
    margin-top: 40px;
}
body.single-product .woocommerce-product-details__short-description {
    font-size: 24px;
    margin-bottom: 50px;
}
body.single-product .btn-common {
    padding: 0.6rem 1.2rem;
    border-radius: 20px;
    font-size: 24px
    ;
    overflow: hidden;
    box-shadow: 0 7px 16px 0 rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
}
body.single-product .btn-purple.btn-center {
    background: #3e0e7e;
    color: white;
  
}
body.single-product .btn-white.btn-center{
    background: #1a7aff;
    color: #fff;
}
body.single-product.woocommerce div.product p.price,body.single-product.woocommerce div.product span.price{
	font-size: 2.6em;
	margin-bottom: 0em;
}
body.single-product .product_meta {
    display: none;
}
button.single_add_to_cart_button.button.alt, .woocommerce div.product form.cart div.quantity {
    float: none !important;
}

body.single-product p.price, body.single-product form.cart , body.single-product .sub-sec{
    text-align: center;
    max-width: 600px;
    margin: auto;
    width: 100%;
}
body.single-product .quantity {
    /* display: none !important; */
    display: inline-block;
    margin-right: 30px !important;
}
body.single-product button.single_add_to_cart_button.button.alt {
    background: #ef8707;
    font-size: 2em;
    padding: 0.5em 1em;
    border-radius: 99px;
    text-transform: uppercase;
    box-shadow: 0 7px 16px 0 rgba(0, 0, 0, 0.2);
}
body.single-product div.product form.cart .variations td.label {
    text-align: left;
}
body.single-product .related.products span.price {
    font-size: 1em !important;
}
body.single-product .product-reviews h2, body.single-product .related.products h2 {
    font-size: 3em;
    text-align: center;
}
body.single-product .product-reviews {
    padding-top: 50px;
}
body.single-product .product-reviews h4 {
    text-align: center;
}
body.single-product section.related.products {
    margin-top: 50px;
}
body.single-product .product-description {
    font-size: 20px;
    line-height: 1.5;
}
body.single-product .product-description h2 {
    font-size: 1.6em;
    line-height: 1.2;
}
body.single-product ul.buttons {
    display: block;
    margin: auto;
    text-align: center;
}
body.single-product ul.buttons li {
    list-style: none;
    display: inline-block;
}
body.single-product ul.buttons {
    margin: auto;
    text-align: center;
    display: block;
    margin-bottom: 50px;
    margin-top: 50px;
}
body.single-product ul.buttons li {
    margin-right: 25px;
}
body.single-product ul.buttons li:last-child {
    margin-right: 0px;
}

body.single-product .product-description p {
    margin-bottom: 10px;
}

.woo-multi-currency.wmc-right.style-1.wmc-bottom.wmc-sidebar   {
    display: none !important;
}
body.woocommerce-page .woo-multi-currency.wmc-right.style-1.wmc-bottom.wmc-sidebar {
    display: block !important;
}
body.single-product.woocommerce div.product form.cart .variations {
    margin-bottom: 1em;
    border: 0;
    width: 100%;
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
}
body.single-product .sub-sec {
    color: blue;
    font-size: 22px !important;
}
body.single-product span.price.subscription-price {
    font-size: 20px !important;
}
body.single-product .woocommerce-product-details__short-description p {
    margin-bottom: 10px;
    line-height: 1.5;
}
body.single-product form.variations_form.cart {
    box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
    padding-bottom: 20px;
    padding-top: 20px;
}

.woocommerce-message a.button.wc-forward {
    background: #ef8707;
}
.woocommerce-message, .woocommerce-info {
    border-top-color: #3e0e7e;
}
.woocommerce-message::before, .woocommerce-info::before {
    color: #3e0e7e !important;
}
a.checkout-button.button.alt.wc-forward {
    background: #ef8707;
}
body.woocommerce-cart button.button, body.woocommerce-checkout button.button, .woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    background: #ef8707;
    color: white;
}
#stripe-payment-data .form-row.form-row-first, #stripe-payment-data .form-row.form-row-last {
    margin-top: 0px !important;
    padding-top: 0px !important;
}
#stripe-payment-data .form-row.form-row-last {
    padding-left: 0px !important;
}
body.single-product .button-variable-item span {
    font-size: 18px;
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item:not(.radio-variable-item).selected, .woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover{
    box-shadow: none !important;
    border: 3px solid #3e0e7e;
    background: #3e0e7e;
    color: white;
}
body.single-product.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-style-squared .variable-items-wrapper .variable-item.button-variable-item {
    width: 100px;
    height: 40px;
}
body.single-product .summary .woocommerce-multi-currency {
    max-width: 100px;
    margin: auto;
}

body.single-product .product-icon {
    margin-bottom: 15px;
}
body.single-product .product-icon i {
    font-size: 60px;
    color: #ef8707;
}


#DDD
/* background color for woocommerce pages */
#.single-product .site,
#.woocommerce-cart .site,
#.woocommerce-account .site,
#.woocommerce-page .site{
#  background-color: #3e0e7e;
}





@media screen and (min-width: 960px ){
	body.single-product .flex-viewport {
	    width: 85%;
	    float: left;
	}
	body.single-product .woocommerce div.product div.images .flex-control-thumbs {
	    width: 14%;
	    float: right;
	}
	body.single-product div.product div.images .flex-control-thumbs li {
	    width: 90%;
	    float: right;
	    margin-left: 10%;
	}
    .woocommerce-product-title-sd img {
        padding-top: 1.5em;
        min-height: 360px;
        object-fit: cover;
    }
}


@media all and (max-width: 767px){
    body.single-product h1.product_title.entry-title {
        font-size: 2.5em;
        text-align: center;
        margin-bottom: 25px;
    }
    body.single-product ul.buttons li {
        list-style: none;
        display: block;
        margin-bottom: 30px;
        text-align: center;
        margin-left: auto;
        margin-right: auto !important;
    }
    body.single-product.woocommerce div.product form.cart .variations{
        padding-left: 10px;
    }
    body.single-product .quantity {
        /* display: none !important; */
        display: inline-block;
        margin-right: 0px !important;
        margin-bottom: 15px !important;
    }
    body.single-product .product-reviews h2, body.single-product .related.products h2{
        font-size: 2em;
    }
}