/*
Theme Name: Hello Elementor Dispozitiv Theme
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

.woocommerce .product .product_title,
.woocommerce-product-gallery__wrapper .thumb-link,
.woocommerce div.product p.price{
    font-size: 4em;
    -webkit-text-stroke: 1px black;
    color: white;
    /* text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; */
    margin-left: 1rem;
}

.woocommerce div.product p.price {
    font-size: 3em;
    display: block;
    float: right;
	margin-top: -1.5em;
    margin-right: 1rem;
}

.woocommerce-product-gallery__wrapper .thumb-link {
    font-size: 3em;
    display: inline-block;
}

.woocommerce-product-gallery__wrapper .thumb-link:hover {
    color: #FFFC57;
}

.woocommerce div.product div.images {
    margin-bottom: 0;
}

.woocommerce .product .thumb-container {
	padding-right: 12rem;
}

.woocommerce .product .thumb-container .woocommerce-product-gallery__image {
    display: inline-block;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
    width: auto;
}

.woocommerce .product div.images .thumb-container img {
    display: none;
}

.woocommerce .product form.cart .quantity {
	visibility: hidden;
	width: 0;
	height: 0;
	overflow: hidden;
}

.woocommerce .product button[name="add-to-cart"] {
	border-top: 2px solid;
	border-radius: 0;
	border-bottom: 2px solid;
	display: block;
	width: calc(100% + 139px);
	padding: 1.5rem;
}

.pswp--open [type=button]:focus,
.pswp--open [type=button]:hover,
.pswp--open [type=submit]:focus,
.pswp--open [type=submit]:hover,
.pswp--open button:focus,
.pswp--open button:hover {
    background-color: #FFFC57;
    color: #000;
}

.woocommerce div.product form.cart div.quantity {
    display: none;
}

.woocommerce-product-gallery__image a.swapped-image {
    display: block;
    background: #000 no-repeat center;
    background-size: contain;
}
.woocommerce-product-gallery__image a.swapped-image img {
    visibility: hidden;
}

.product-details-container .elementor-widget-woocommerce-product-short-description {
    margin: 0 55px;
}

.woocommerce .product-details-container .quantity+.button {
    margin: 0 !important;
    float: none;
}

@media screen and (max-width: 768px) {
    .woocommerce .product .thumb-container {
        padding-right: 0;
    }
    .woocommerce div.product p.price {
        float: none;
        margin-top: 0;
        text-align: right;
    }
}