/**
 * 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.0
 * License: General Public License
 * License URI: http://www.gnu.org/licenses/gpl.html
 * Text Domain: rey-child
 */

/*-------------------------HEADER-------------------------*/
.migra{
    font-family: "Migra Italic", Sans-serif !important;
    font-weight: 400 !important;
}
.golden{
    color: #BCA88D !important;
}
a:hover{
    cursor : pointer !important;
}
.hover-img .elementor-widget-icon-box{
    pointer-events: none;
}
#new:before{
    position: absolute;
    content: "TRENDING";
    color: #F9F9F9;
    text-align: center;
    font-family: "Mona Sans";
    font-size: 7px;
    font-style: italic;
    font-weight: 600;
    line-height: normal;
    background-color: #CD5656;
    padding: 2px 6px;
    border-radius: 4px;
    right: 1rem;
    top: -8px;
}
.e-n-menu-title a {
  display: inline-block;
  position: relative;
}
.e-n-menu-title a::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #2C3333;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
.e-n-menu-title a:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.overflow-hidden{
    overflow: hidden !important;
}
/*-------------------------MENU MOBILE-------------------------*/
.rey-offcanvas-content .elementor-button:focus {
    outline: none !important;
}
@media (max-width: 767px){
    .rey-header-dropPanel[data-location=outside] .rey-header-dropPanel-content {
        top: 30dvh !important;
    }
    .rey-headerIcon-btnText{
        display: flex !important;
        margin-bottom: -5px;
        font-weight: 400 !important;
    }
    .rey-offcanvas-close {
        color: var(--e-global-color-text);
        font-weight: 400;
        text-transform: uppercase;
    }
    .rey-accountForms .btn.btn-line-active{
        padding: 12px !important;
        background-color: #CD5656;
        border-radius: 10px;
        color: #f9f9f9;
        margin-top: 12px;
    }
    .rey-accountForms .btn.btn-line-active:after{
        display: none;
    }
}
.extend-link a::before {
    /*THIS EXTENDS THE LINK TO THE ENTIRE WIDGET BLOCK*/
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
input{
    border-radius: 10px !important;
}
.btn.btn-line:after{
    height: 1px !important;
}
input#search-form-1 {
    border-radius: 50px 50px 50px 50px !important;
}
/*-------------------------HERO SECTION-------------------------*/
.height100, .height100 > div{
    height: 100%;
}
.textappear h1 div {
    overflow: hidden;
    position: relative;
    display: inline-block!important;
    text-align: start;
    margin-bottom: -16px;
    padding-bottom: 4px
}

.textappear h1 {
    overflow: hidden;
}
.multiply .elementor-background-video-container::before{
    --overlay-mix-blend-mode: multiply !important;
}
/*-------------------------FOOTER-------------------------*/
.footer-links a::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #F9F9f9;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
.footer-links a:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.grecaptcha-badge{
    display: none;
}
/*-------------------------PAGE PRODUIT-------------------------*/
.product-desc *{
    font-size: 14px !important;
    font-family: "Mona Sans" !important;
}
.single_add_to_cart_button {
    border-radius: 10px !important;
}
.single_add_to_cart_button:hover{
    background-color: #2C3333 !important;
}
.stock.in-stock {
    color: var(--e-global-color-primary);
    font-family: "Mona Sans" !important;
    font-size: 12px !important;
    font-weight: 600 !important;
}
.wc_stripe_product_payment_methods{
    padding: 0px !important;
    border: solid 1px #2C333333 !important;
    border-radius: 10px !important;
    overflow: hidden;
}
.rey-wishlistBtn-icon {
    color: var(--e-global-color-secondary) !important;
}
.rey-swatchList .rey-swatchList-item--regular {
    background-color: var(--item-bg-color, HSL(var(--neutral-0)));
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 5px;
    border: 1px solid #2C333333;
}
.rey-swatchList .rey-swatchList-item--regular.--selected, .rey-swatchList .rey-swatchList-item--regular.--selected:hover {
    color: #F9F9F9 !important;
    background-color: #CD5656 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #CD5656 !important;
}
.rey-swatchList .rey-swatchList-item--regular.--selected .rey-swatchList-itemContent{
    font-weight: 600 !important;
}
figure.woocommerce-product-gallery__wrapper, .woocommerce-product-gallery--vertical.--main-img-height .woocommerce-product-gallery__image img{
    border-radius: 10px !important;
}
button.__thumbItem, .__thumbItem:before, .__thumbItem.--active:before{
    border-radius: 10px !important;
}
.__thumbItem.--active:before{
        box-shadow: inset 0 0 0 1px #bba88e !important;
        opacity: 1 !important;
}
/*-------------------------PAGE BOUTIQUE-------------------------*/

.shop-sidebar .widget-title {
        font-size: 18px !important;
        margin-bottom: 10px!important;
        font-weight: 500!important;
 }
 .shop-sidebar .widget {
    margin-top: 20px !important;
}
/*-------------------------GRID PRODUIT-------------------------*/
.rey-btn--primary, .rey-productThumbnail {
    border-radius: 10px !important;
    overflow: hidden;
}
.rey-productCategories a{
    opacity: 1 !important;
    font-weight: 400 !important;
    font-size: 10px !important;
}
.rey-loopPrice, .woocommerce-loop-product__title a{
    font-size: 14px !important;
    font-family: "Mona Sans" !important;
    @media (max-width: 767px){
        font-size: 12px !important;
    }
}
.woocommerce-loop-product__title a{
    font-weight: 700 !important;
}
.rey-loopPrice{
    font-weight: 500 !important;
}
.--extraImg-second .rey-productThumbnail__second {
    object-fit: cover !important;
}
.rey-wc-skin--proto.is-animated:hover .rey-loopDetails {
        border-top-left-radius: 10px !important;
        border-top-right-radius: 10px !important;
}
.dots-custom .swiper-pagination-bullet-active{
    transition: all 0.2s ease;
    width: 16px !important;
    border-radius: 4px !important;
    background: #BCA88D !important;
}
img.img--1{
    max-height: 320px;
    object-fit: contain;
}
/*-------------------------PANIER LATERAL + TUNNEL ACHAT-------------------------*/
.woocommerce-mini-cart__buttons buttons a, .__step-fwd{
    border-radius: 10px !important;
}

/*-------------------------PAGES LEGALES-------------------------*/
.underline a{
    text-decoration: underline !important;
}
.legal-text h2{
    font-family: "Perfect Condesnsed" !important;
}
/*-------------------------ARTICLE BLOG-------------------------*/
.article-blog .wp-block-heading{
    margin-bottom: 0px !important;
}
.article-blog p{
    margin-bottom: 12px !important;
}
.article-blog h2{
    font-size: 22px !important;
}
.article-blog h3{
    font-size: 18px !important;
}
.article-blog a{
    text-decoration: underline !important;
}
/*-------------------------SCROLLBAR-------------------------*/

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    background-color: #BFAC92;
    border-radius: 20px;
}
*:focus{
    outline: none !important;
}