/*
Theme Name: iconik
Theme URI: https://iconiksystem.com
Author: Annabelle Neau
Author URI: https://popino.fr
Description: Thème créé par Popino
Requires at least: WordPress 6.2
Version: 1.0
*/

body {
    margin:0;
    overflow-x: hidden;
}

.shopengine-quickview-trigger {
    display: none !important;
}

ul.products li.product .button {
    position: absolute;
    top: 225px;
    right: 20px;
}

.woocommerce ul.products li.product a img {
    margin: 0;
}

.add_to_cart_button {
    position: absolute;
    top: 210px;
    right: 20px;
    opacity:0;
    transition:0.3s;
}

.elementor-wc-products .type-product:hover .add_to_cart_button {
    opacity: 1;
}

.woocommerce a.added_to_cart {
    display: inline-block;
    font-size: 13px !important;
    font-family: 'Overpass' !important;
    color: black;
    font-weight: normal !important;
    padding: 0;
}

.woocommerce ul.products li.product .button {
    margin-top: 0;
}

.shopengine-template .woocommerce-notices-wrapper {
    display:none;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    padding: 1em 2em 1em 3.5em;
    margin: 0 0 2em;
    position: relative;
    background-color: #48402e;
    color: #515151;
    border-top: 3px solid #a28c4f;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
    position: absolute !important;
    /* bottom: -320px !important; */
    z-index: 10 !important;
    font-family: 'Overpass' !important;
    font-size: 14Px !important;
    line-height: 21px !important;
    right: 21px !important;
    font-weight: normal;
    color: white;
    top: 134px;
}

.elementor-widget-woocommerce-purchase-summary .woocommerce a:hover {
    color:#938649 !important;
}

.woocommerce-variation-description p {
    margin-bottom: 1em;
    font-size: 25px !important;
    font-family: 'Cormorant Infant' !important;
}

@media screen and (max-width: 965px) {
    .select_option .yith_wccl_value {
        width: 68px !important;
    }
}
