/**
 * Theme Name: Rey Child
 * Theme URI: http://reytheme.com/
 * Description: This is a child theme of Rey.
 * Author: Marius H.
 * Author URI:  https://twitter.com/mariushoria
 * Template: rey
 * Version: 1.0.1
 * License: General Public License
 * License URI: http://www.gnu.org/licenses/gpl.html
 * Text Domain: rey-child
 */
.ast-single-product-payments {
    margin-bottom: 1em;
    display: inline-block;
    margin-top: 0;
    padding: 13px 20px 18px;
    border: 1px solid #dddddd;
    border-radius: 0.25rem;
    width: 100%;
}
.ast-single-product-payments legend {
    padding: 0 8px;
    margin-bottom: 0;
    font-size: 1em;
    font-weight: 600;
    text-align: center;
    background: transparent;
}
.ast-single-product-payments ul {
    flex-wrap: nowrap !important;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    justify-content: center;
}
.ast-single-product-payments ul li {
    display: flex;
    width: 48px;
    margin: 0 0.5em 0.5em 0.5em;
}
.ast-inline-flex {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
}
.ast-single-product-payments ul li svg, .ast-single-product-payments ul li img {
    height: 30px;
    width: 100%;
}
.rey-wc-skin--proto .rey-productThumbnail>a {
	padding-left: 20px;
	padding-right: 20px;
}
.woocommerce-product-gallery__wrapper {
	height: 600px !important;
	background: white;
}

@media only screen and (max-width: 768px){
	.woocommerce-product-gallery__wrapper {
	height: 700px !important;
}
}
@media only screen and (max-width: 680px){
	.woocommerce-product-gallery__wrapper {
		height: 400px !important;
	}
}
.woocommerce-product-gallery.--preview-ratio .woocommerce-product-gallery__image a .__img {
	object-fit: contain;
}
.woocommerce-product-gallery.--preview-ratio .woocommerce-product-gallery__image a {
	margin-left: 10px;
	margin-right: 10px;
}
.ppc-button-wrapper {
	margin-bottom: 15px;
}
.rey-stickyAtc #ppcp-messages {
	display: none;
}
.rey-stickyAtc .rey-stickyAtc-title {
	font-size: 15px;
	max-width: 400px;
}
.woocommerce-product-gallery__image .__img {
    max-height: 100%;
    object-fit: contain;
}