/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
:root {
    --bleu: rgb(2, 37, 91);
    --orange: rgb(251, 145, 1);
}

.product-description h2 {
    font-size: 20px;
}

.col-product-info {
    padding-left: 50px;
}

.product-discounts {
    padding-top: 25px;
}
.product-actions {
    padding-top: 20px;
}

.col-header-right .title {
    font-size: 12px;
    text-transform: uppercase;
}

.cart-products-count-btn {
    background-color: var(--orange);
}
.ps-shoppingcart .cart-products-count-btn {
    font-size: 10px;
}




#header .header-nav .right-nav a {
    display: inline-block;
    padding: 5px 15px;
    background-color: var(--bleu);
    color: #FFF;
    text-decoration: none;
    margin-left: 3px;
    margin-right: 3px;
}

#header .header-nav .right-nav a:first-of-type {
    background-color: #25d366;
}


#header .header-nav .right-nav a span {
    display: inline-block;
    margin-right: 3px;
}

#header .header-nav .right-nav a:hover {
    background-color: var(--orange);
}


#header .header-nav .container > .row {
    align-items: center;
}

body#checkout section.checkout-step .delivery-option {
    background-color: transparent;
}

.carrier-hasLogo img {
    display: block;
    width: 100%;
    height: auto;
}
.carrier-hasLogo .carriere-name-container  {
    display: none;
}

#product #ps_checkout-payment-method-logo-block-container {
    display: none;
}

.wrapper-bg-video {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.wrapper-bg-video .video {
    position: relative;
    z-index: 1;
    line-height: 0;
}

.wrapper-bg-video .overlay {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    height: 100%;
    color: #FFF;
    background-color: rgba(0,0,0,0.5);
    text-align: center;
    z-index: 2;
}

.wrapper-bg-video .overlay h1 {
    font-size: 55px;
    line-height: normal;
    font-weight: 900;
    text-transform: uppercase;
}

.wrapper-bg-video .overlay h3 {
    font-size: 17px;
    line-height: normal;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.wrapper-bg-video .overlay p {
    margin-top: 40px;
}
.wrapper-bg-video .overlay p a {
    text-decoration: none;
    color: var(--orange) !important;
}

.wrapper-bg-video .overlay p a i {
    font-size: 30px;
}

.wrapper-bg-video .overlay hr {
    display: block;
    margin: 25px auto;
    background-color: #fff;
    width: 100px;
    height: 4px;
    opacity: 1;
}

.btn-product-list {
    background-color: var(--bleu);
}

.marques .swiper-wrapper {
    
}

.marques .swiper-slide {
    padding: 5px;
}

.marques .swiper-wrapper .swiper-slide-image {
    border: solid 1px rgba(0,0,0,0.1);
    padding: 10px;
    width: 100%;
    height: auto;
}


.iqitproductvariants__product {
    opacity: 1;
}

.iqitproductvariants__products {
    gap: 7px;
}

.iqitproductvariants__product-col {
    width: 25%;
    max-width: 130px;
}

.iqitproductvariants__product-col a {
    padding: 5px;
}

.iqitproductvariants__product-col a img { 
    
}

.iqitproductvariants__label {
    font-size: 20px;
    font-weight: 700;
    color: rgb(235, 165, 61);
}

.tax-shipping-delivery-label {
    font-size: 18px;
}

.header-custom-html p {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 30px;
}

.header-custom-html p img {
    display: block;
}

.copyright-img img {
    display: inline-block;
    width: auto;
    height: 30px;
}


@media (max-width: 700px) {
 
    .wrapper-bg-video .overlay h1 {
        font-size: 20px;
    }
    .mobile-main-bar .logo {
        height: 50px;
        width: auto;
    }
}