/*  Layouts */


@media (max-width: 575px) {
    .col,
    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12,
    .col-auto,
    .col-lg,
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-auto,
    .col-md,
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-auto,
    .col-sm,
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-auto,
    .col-xl,
    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl-auto,
    .col-xs-12,
    .product-miniature {
        position: relative;
        width: 100%;
        padding-right: 1px;
        padding-left: 1px;
    }
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .l-wrapper, .l-wrapper--boxed, main > .notifications-container {
        max-width: 1540px !important;
    }
}

@media (min-width: 1200px) {
    .product-miniature {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .layout-full-width .product-miniature {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media (max-width: 991px) {
    .header-top .logo {
        max-height: 38px;
    }
}

.form-control,
.form-control::placeholder,
.form-control:focus {
    color: var( --txtproductcolor );
}
body,
.btn-link,
.l-footer,
.l-footer .account-list a,
.l-footer .cms-page-link,
.text-muted,
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
.page-content--my-account a,
.menu__item-link--top,
.btn-light:hover,
.slider-caption {
    color: var( --txtmaincolor );
}

.category-link {
    color: var( --txtmaincolor );
}

.product-title a {
    color: var(--txtcardblock);
}

.modal-content,
.modal-cart__name,
.custom-select {
    color: var(--txtcardblock);
}

/*  Panier  DEBUT */
a.remove-from-cart {
    color: var(--txtproductcolor);
}
.cart-summary-line {
    color: var(--txtproductcolor);
}
/*  Panier  FIN */

/*  Contact Form  DEBUT */
.page-content--contact {
    background-color: white;
}
.contact-form {
    color: var(--txtproductcolor);
}
/*  Contact Form  FIN */

/*  Menu Mobile Off-Canvas  DEBUT   */
.modal-dialog.modal-dialog__offcanvas {
    color: var(--txtproductcolor);
}
#_mobile_top_menu .menu__item-link--top {
    color: var(--txtproductcolor);
}
.js-top-menu-bottom .btn {
    color: var(--txtproductcolor);
}
.js-top-menu-bottom .dropdown-item:active {
    color: var(--pink);
}
/*  Menu Mobile Off-Canvas  FIN   */

/*  Custom Text
    Bloc page acueil    DEBUT
 */
#custom-text {
    color: var(--txtmaincolor);
    background-color: var(--bgmaincolor);
    text-align: center;
}
/*  Custom Text
    Bloc page acueil    FIN
 */

/*  Footer    DEBUT
 */
.social-share-btn {
    background-color: var(--bgmaincolor);
}
.social-share-btn--footer:hover {
    background-color: var(--pink);
}
/*  Footer    FIN
 */

/*  main blocks DEBUT
   Content and CMS pages    */
.page-wrapper {
    background-color: var(--bgmaincolor);
    color: var(--txtmaincolor);
}
/*  main blocks FIN   */


/*  Card Block  DEBUT   */
.account-links .link-item,
.address,
.card,
.card-block {
    background-color: var(--bgcardblock);
    color: var(--txtcardblock);
}
/*  Card Block  FIN   */

.block-categories,
.left-column .search_filters {
    background-color: var(--bgmaincolor);
    color: var(--txtmaincolor);
}

.block-categories a {
    color: var(--txtmaincolor);
}

.active_filters {
    background-color: var(--bgmaincolor);
}

.text-success,
.page-content--my-account a:hover > span {
    color: #000 !important;
}

a,
.price.current-price-discount,
.price,
.card-product:hover .product-title,
.card-product:hover .product-title a,
.l-footer .account-list a:hover,
.l-footer .cms-page-link:hover,
.carrier-price,
.btn-link:hover {
    color: var( --pink );
}
.text-primary,
a.text-primary:focus,
a.text-primary:hover {
    color: var( --pink ) !important;
}
a,
.product-title a,
.page-content--my-account a > span {
    transition: all ease 0.3s;
}
a:hover,
.product-title a:hover {
    color: var( --pink );
    text-decoration: none;
}


.product-line-grid .product-line__body {
    color: var(--txtproductcolor);
}

.product-line-grid .product-line-actions {
    color: var(--txtproductcolor);
}

.page-content--my-account a:hover {
    text-decoration: none;
}
.regular-price,
.breadcrumb a,
.breadcrumb-item.active,
.breadcrumb-item + .breadcrumb-item:before,
.footer-container small,
.footer-container small a {
    color: #b0b0b0;
}
.text-muted {
    color: #b0b0b0 !important;
}
.form-control,
.bootstrap-touchspin,
.custom-select {
    border-color: #b0b0b0;
}
.form-control:focus,
.custom-select:focus,
.accordion .selected .account-links .link-item,
.accordion .selected .address,
.accordion .selected .block-categories,
.accordion .selected .card,
.accordion .selected .card-block,
.accordion .selected .left-column .search_filters,
.accordion .selected .page-wrapper,
.account-links .accordion .selected .link-item,
.left-column .accordion .selected .search_filters,
.page-content--my-account a:hover > span {
    border-color: var( --pink );
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: var(--txtcardblock);
    border-bottom-color: #000;
}
.nav-tabs .nav-link {
    color: var(--pink);
}
.form-control:focus,
.custom-select:focus,
.color,
.bootstrap-touchspin {
    box-shadow: none;
}
.product-flag,
.product-flag.discount-product,
.discount,
#search_filters .ui-widget-header {
    background-color: #000;
}
/*  Agwanet     DEBUT   */
.product-flag {
    margin-left: 0.25rem;
}
/*  Agwanet     FIN   */

.bg-success {
    background-color: #000 !important;
}
.delivery-option {
    background-color: #fafafa;
}
.breadcrumb {
    background-color: var( --bgmaincolor );
}
.btn-primary,
.btn-secondary {
    background-color: #000;
    border-color: #000;
}
.btn-outline-success {
    color: #000;
    border-color: #000;
}
.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle,
.btn-secondary.focus,
.btn-secondary:focus,
.btn-secondary:hover,
.btn-outline-success:hover,
.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show > .btn-outline-success.dropdown-toggle {
    background-color: var( --pink );
    border-color: var( --pink );
}
.btn.focus,
.btn:focus,
.btn:not(:disabled):not(.disabled).active:focus,
.btn:not(:disabled):not(.disabled):active:focus,
.btn-primary.focus,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus,
.btn-outline-primary.focus,
.btn-outline-primary:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus,
.btn-light {
    box-shadow: none;
}
.btn-outline-secondary,
.btn-outline-primary,
.btn-light {
    color: #b0b0b0;
    border-color: #b0b0b0;
}
.btn-outline-secondary:hover,
.btn-primary.disabled,
.btn-primary:disabled,
.btn-outline-primary:hover,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle,
.btn-light.focus,
.btn-light:focus,
.btn-light:hover,
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle,
.btn-light.focus,
.btn-light:focus,
.btn-light:hover {
    background-color: #b0b0b0;
    border-color: #b0b0b0;
}
.btn-primary.disabled, .btn-primary:disabled {
    color: var(--txtcardblock);
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label:after,
.custom-radio .custom-control-input:checked ~ .custom-control-label:after {
    background-color: #000;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label:after {
    border-radius: 16px;
}
.custom-control-input:focus ~ .custom-control-label:before {
    box-shadow: none;
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label:before {
    border-color: #b0b0b0;
}
.custom-control-input:checked ~ .custom-control-label:before,
.custom-control-input:not(:disabled):active ~ .custom-control-label:before {
    border-color: #b0b0b0;
    background-color: #b0b0b0;
}
.alert-info {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.social-share-btn--product.facebook:hover {
    background-image: url(../img/90464e8f4507d7cc4dc4032c752c11fa.svg);
}
.social-share-btn--product.twitter:hover {
    background-image: url(../img/ffa43ee2d7f6db73af85bfa35912c205.svg);
}
.social-share-btn--product.googleplus:hover {
    background-image: url(../img/126b45cc418ea922d1a78af189061e2e.svg);
}
.social-share-btn--product.pinterest:hover {
    background-image: url(../img/fd22b6e5f1545ed1074b8723ddb00939.svg);
}
.social-share-btn--product:hover {
    border: 1px solid var( --pink );
}
body,
.montserrat,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.products-section-title,
h1,
h2,
h3,
h4,
h5,
h6,
.footer__title {
    font-family: "Montserrat", sans-serif;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.products-section-title,
h1,
h2,
h3,
h4,
h5,
h6,
.footer__title {
    font-weight: 700;
}
.h3.product-title {
    font-weight: 400;
}
.products-section-title {
    font-size: 2.5em;
}
@media (min-width: 992px) {
    .h1,
    .products-section-title,
    h1 {
        font-size: 1.75em;
    }

    .footer__title {
        font-size: 1.5em;
        color: var(--txtmaincolor);
    }
}
@media (max-width: 991px) {
    .h1,
    .products-section-title,
    h1 {
        font-size: 1.2em;
        margin-left: 10px;
    }

    .footer__title {
        font-size: 1em;
        color: var(--txtmaincolor);
    }
}
.footer__title:hover,
.footer__title:visited {
    color: var( --txtmaincolor );
}
.l-header {
    box-shadow: none;
}
#index .l-header {
    margin-bottom: 0;
}
.product-price-and-shipping > form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.product-price-and-shipping > form > input {
    width: 15%;
    padding: 0.375rem 0;
    text-align: center;
}
.slider-caption .display-1 {
    font-weight: bold;
}
li.menu__item .menu__item-link--top:hover {
    color: var( --pink );
}
li.menu__item .menu__item-link--top span {
    position: relative;
}
li.menu__item .menu__item-link--top span:after {
    content: "";
    transition: all ease 0.3s;
    width: 100%;
    height: 2px;
    background-color: var( --pink );
    bottom: -5px;
    left: 0;
    opacity: 0;
    position: absolute;
}
li.menu__item:hover .menu__item-link--top span:after {
    bottom: 0;
    opacity: 1;
}
#content-hook-order-confirmation-footer .featured-products {
    display: none;
}

.address-header, .card-header {
    background-color: var( --bgcardblock );
    border: none;
}

.page-header {
    background-color: var( --bgmaincolor );
    border: none;
}

@media (max-width: 540px) {
    .product-price-and-shipping > form > input,
    .slider-caption .caption-description {
        display: none;
    }
    .product-price-and-shipping > form > button {
        width: 100%;
    }
    .slider-caption {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        max-width: 58%;
        text-align: center;
        height: auto;
    }
    .slider-caption .display-1 {
        font-size: 1.5rem;
        margin: 0;
        text-shadow: 1px 1px 0 #fff;
    }
}

.block-category {
    /*        min-height: 600px;    */
    padding-top: 0rem;
    padding-bottom: 0rem;
    background-position: center;
    background-size: cover;
}
#_desktop_category_header h1 {
    color:  white;
    font-size: 0.8em;
}
.block-category .cat-desc {
    color:  white;
}
@media (min-width: 1480px) {
    .block-category {
        min-height: 31.25rem;
    }
}
@media (min-width: 992px) and (max-width: 1479px) {
    .block-category {
        min-height: 20rem;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .block-category {
        min-height: 17rem;
    }
}
@media (min-width: 992px) {
    .cat-desc {
        width: 40%;
    }
}

@media (max-width: 991px) {
    .cat-desc {
        width: 90%;
        margin-left: 10px;
    }
}

@media (max-width: 767px) {
    .block-category {
        min-height: 14rem;
    }
}

@media (max-width: 700px) {
    .block-category {
        min-height: 12rem;
    }
}

@media (max-width: 600px) {
    .block-category {
        min-height: 10rem;
    }
}

@media (max-width: 500px) {
    .block-category {
        min-height: 8rem;
    }
}

@media (max-width: 400px) {
    .block-category {
        min-height: 6rem;
    }
}

@media (max-width: 300px) {
    .block-category {
        min-height: 5rem;
    }
}

/*  AGWANET DEBUT
    Home Page Slider       */

.carousel {
    background-color: var(--bgmaincolor);
}

@media (max-width: 600px) {
    #pshomeslider .pshomeslider-slide-heading {
        font-size: 24px;
    }

    #pshomeslider .pshomeslider-slide-title {
        font-size: 20px;
    }
}
/*  AGWANET FIN
    Home Page Slider       */

/*  AGWANET DEBUT
    Bouton Commander panier et avis vérifiés       */

#cart #netreviewsWidgetNum25897widget01av {
	display: none;
}

/*  AGWANET FIN
    Bouton Commander panier et avis vérifiés       */