/*
You can add your own CSS here.

Click the help icon above to learn more.
*/

.vidoe-product-page{
margin-bottom: 60px !important;
}
h2.how-it-works {
    padding: 15px;
    display: block;
    border-bottom: solid 1px #ccc;
    margin-bottom: 25px;
    font-size: 30px;
}

.quantity.buttons_added input.qty {
    /* margin: 0; */
    top: -2px !important;
}

.single-product .quantity.buttons_added {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: baseline;
}
.woocommerce-product-details__short-description {
    float: left;
    width: 100%;
}

.woocommerce-page div.product form.cart .single_add_to_cart_button {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 31px !important;
}
.single-product .restoration h3 strong {
	font-weight: 500;
	color: #629916;
	text-transform: none;
}
.single-product .restoration h3 {
	font-size: 24px;
	margin: 5px 0 10px 0;
	text-transform: none;
}
.single-product .restoration {
	padding-bottom: 35px;
}
.single-product .restoration ul {
    list-style: disc;
    margin-left: 15px;
}
.woocommerce ul.products li.product span.et_shop_image img {
    max-height: 234px;
    display: inline-block;
    width: auto;
    object-fit: contain;
}

.woocommerce ul.products li.product span.et_shop_image {
    display: block;
    text-align: center;
}
.single-product.woocommerce div.product .woocommerce-product-gallery.images img {
    max-height: 450px;
    width: auto;
    display: inline-block;
}

.single-product.woocommerce div.product div.images.woocommerce-product-gallery {
    text-align: center;
}

#slider1_container .woocommerce-images [u="slides"] img {
    max-height: 450px;
}

#slider1_container .woocommerce-images [u="slides"] {
    text-align: center;
}

#pay_with_amazon img {
    width: 140px !important;
}
@media screen and (max-width:767px){
    .woocommerce-info.info.amazon #pay_with_amazon {
    max-width: 180px;
}
.woocommerce-info.info.amazon #pay_with_amazon {max-width: 180px;}

body.woocommerce-checkout .woocommerce #checkout_paypal_message #paypal_box_button > div img {position: relative;top: 2px;width: 150px;min-width: 156px;}

.woocommerce-info.info.amazon {right: 165px;}
	#pay_with_amazon img {
    width: 155px !important;
}
}