/*
    Theme Name: Creel and Gow
    Version: 1.0.1
    Author: Feel&Clic - (Dev => RACHID CHIHABI)
*/

@font-face {
    font-family: "AvenirLTStd-Black";
    src: url("templates/fonts/AvenirLTStd-Black.otf");
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

a:focus, a:hover {
    color: #FF4F40;
}

/* wrapper */
.wrapper {
    max-width:1280px;
    width:95%;
    margin:0 auto;
    position:relative;
}
/* header */
.header {

}
/* logo */
.logo {

}
.logo-img {

}
/* nav */
.nav {

}
/* sidebar */
.sidebar {

}
/* footer */
.footer {

}

html.no-overflow {
    overflow: initial !important;
}
/*------------------------------------*\
    GENERAL
\*------------------------------------*/

#wp-ajax-file-url {
    display: none;
}
.loading-gif {
    display: none;
    position: absolute;
    font-size: 40px;
    z-index: 999;
    width: 100%;
    height: 100%;
    margin-left: -20px;
}
.loading-gif i {
    position: absolute;
    bottom:20px;
    left:50%;
    color: #FF4F40;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s cubic-bezier(0.77, 0.38, 0.28, 0.62) infinite;
}
.footer-top span:hover{
    font-weight: bold;
}
.show-cat .bloc-action-filter:before {
    content: none;
}
.nice-select {
    padding-top: 13px;
}
.nice-select span.current, .nice-select .option.selected {
    color: #FF4F40 !important;
}
.nice-select:after {
    margin-top: 9px;
}
.bloc-menu-category .container-fluid {
    padding: 0;
}
.slide-menu-category .prev-slide a {
    padding-left: 40%;
}
.slide-menu-category .next-slide a {
    padding-right: 40%;
}

.nice-select:after {
    margin-top: 5px;
    background: url(templates/images/down-arrow.svg) center center no-repeat;
    border: none;
    width: 15px;
    height: 10px;
    right: 0;
    -webkit-transform-origin: initial;
    -ms-transform-origin: initial;
    transform-origin: initial;
    -webkit-transform: initial;
    -ms-transform: initial;
    transform: initial;
}

.nice-select.open:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.nicescroll-rails {
    z-index: 999 !important;
}

/*------------------------------------*\
    HEADER/FOOTER
\*------------------------------------*/

header .user-submenu {
    display: none;
    position: absolute;
    left: -55px;
    background: #fff;
    z-index: 99;
    list-style: none;
    width: 130px;
    text-align: center;
    padding: 5px;
    font-size: 14px;
}
header .user_bloc:hover .user-submenu {
    display: block;
}
header .user_bloc:hover .user-submenu li:first-child {
    margin: 5px 10px;
    border-bottom: 1px solid #a7a6a6;
    padding-bottom: 5px;
}
header .user_bloc:hover .user-submenu li:last-child {
    margin: 5px 10px;
    font-weight: bolder;
}
header .user-submenu a:hover {
    color: #FF4F40;
}

/*------------------------------------*\
    HOME PAGE
\*------------------------------------*/

.home .slider-galerie .slick-list {
    position: relative;
    height: 1036px;
    background: url('templates/images/home-galerie-bg.jpg');
    background-repeat: no-repeat;
    background-position: center;
}
.home .slider-galerie .slide-img-bloc {
    position: relative;
}
.home .slider-galerie .slide-img-url {
    border: 0;
    padding: 0;
}

.home .slider-galerie .slide-img-1 {
    position: absolute;
    top: 0;
    left: 420px;
}
.home .slider-galerie .slide-img-1 img {
    width: 220px !important;
    height: 327px !important;
}
.home .slider-galerie .slide-img-2 {
    position: absolute;
    top: 180px;
    right: 420px;
}
.home .slider-galerie .slide-img-2 img {
    width: 285px !important;
    height: 268px !important;
}
.home .slider-galerie .slide-img-3 {
    position: absolute;
    top: 430px;
    left: 260px;
}
.home .slider-galerie .slide-img-3 img {
    width: 351px !important;
    height: 268px !important;
}
.home .slider-galerie .slide-img-4 {
    position: absolute;
    left: 515px;
    top: 753px;
}
.home .slider-galerie .slide-img-4 img {
    width: 285px !important;
    height: 235px !important;
}
.home .slider-galerie .slide-img-5 {
    position: absolute;
    right: 260px;
    top: 601px;
}
.home .slider-galerie .slide-img-5 img {
    width: 220px !important;
    height: 327px !important;
}

.home .slider-galerie .slide-img-url .img-responsive {
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.home .slider-galerie .slide-img-url:hover .img-responsive {
    -webkit-filter: none;
            filter: none;
}

.galerie-section .slick-next:hover, .galerie-section .slick-prev:hover {
    height: 90px;
    width: 90px;
}

/*------------------------------------*\
    PRESS PAGE
\*------------------------------------*/
.blocs-presses .modal-dialog{
    height:auto;
}
/*.blocs-presses .modal-dialog {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; 
}*/
.blocs-presses .related-products {
    position: relative;
    max-width: 100%;
    margin: auto auto -50px;
    display: flex;
    justify-content: center;
}
.blocs-presses .titre-product-item {
    font-size: 0.625em;
}
.blocs-presses .ref-product-item {
    font-size: .5em;
}
.blocs-presses .price-product-item {
    font-size: .475em;
}
.blocs-presses .image-product-item img {
     border-radius: 150px 150px 0 0;
    -moz-border-radius: 150px 150px 0 0;
    -webkit-border-radius: 150px 150px 0 0;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    width: auto;
    margin: auto;
    border: 1px solid #c5c5c5;
}
.modal-body a.read-more{
    font-size: .5em;
    padding: 5px;
    color: #4a4a4a;
    border: 0.2px solid #d3d3d3;
    border-radius: 3px;
    box-shadow: 2px 2px 2px #d3d3d3;
    text-transform: uppercase;
    font-family: 'athelas-regular';
}
.modal-body .press-video-embed {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    margin: 0 auto; /* Center the video */
}

.modal-body .press-video-embed iframe,
.modal-body .press-video-embed object,
.modal-body .press-video-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.modal-body .modal-text{
    border-top: 1px #4A4A4A;
    font-size: .8em;
    max-width: 75%;
    display: flex;
    position: relative;
    margin: 5px auto 15px;
    justify-content: center;
}
.modal-bar::before,
.modal-bar::after{
    content: "";
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #d3d3d3;
    max-width: 75%;
    margin: 15px auto;
}
.blocs-presses .modal-dialog .modal-body .lightbox-image {
    max-width: 1200px;
    width: 100%;
    height: auto;
}
.blocs-presses .modal-dialog .modal-footer .btn.btn-default {
    font-family: "AvenirNextLTPro-MediumCn";
    color: #4A4A4A;
    font-style: initial;
    font-weight: bold;
}

/*------------------------------------*\
    BLOC CART
\*------------------------------------*/

.off-carts {
    max-height: 100vh;
    height: 100%;
    position: fixed !important;
    overflow: hidden;
}

.off-carts .detail-panier {
    max-height: 720px;
    height: calc(100% - 180px);
    margin-bottom: 0;
}
.off-carts .bloc-sub-cart {
    position: absolute;
    width: 100%;
    bottom: 0;
}

.off-carts .empty-cart-wrapper {
    display: table;
    text-align: center;
    width: 100%;
}

.off-carts .empty-cart-wrapper .empty-cart-content {
    display: table-cell;
    vertical-align: middle;
}

.off-carts .empty-cart-wrapper .empty-cart-content p.empty-cart-txt {
    color: #d8d8d8;
}

.off-carts .empty-cart-wrapper .empty-cart-content p.empty-cart-txt:before {
    content: "";
    background: url('templates/images/cart-icon.svg') no-repeat center center;
    width: 60px;
    height: 60px;
    position: relative;
    padding: 17px 24px;
    display: block;
    margin: auto;
}

.off-carts a.btn.btn-checkout.btn-disabled {
    background: #ccc;
}
.off-carts center{
    text-align: left;

}
.off-carts center img{
    padding: 0;
}
.checkout-process-tunel>.content-other>.woocommerce>.woocommerce-notices-wrapper {
    display: none;
}

/*------------------------------------*\
            CATEGORY PAGE
\*------------------------------------*/

.bloc-item-product .image-product-item.logo-creel:hover img {
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
}

.bloc-item-product .image-product-item{
    position: relative;
    overflow: hidden;
}
.bloc-item-product .image-product-item .lazy-loading-effect{
    position: absolute;
    bottom: 0;
    top: 0;
    /*background: #000;*/
    width: 100%;
    height: 100%;
    opacity:1;
    transition:.2s all;
}
.bloc-item-product .image-product-item .lazy-loading-effect.hide-effect{
    opacity: 0;
}
#go-top-arrow {
    display: none;
    width: 33px;
    height: 33px;
    padding: 0;
    border: 0;
    position: fixed;
    right: 2.5%;
    bottom: 150px;
    opacity: .7;
    z-index: 999;
    overflow: hidden;
}
#go-top-arrow:hover {
    opacity: 1;
}
#go-top-arrow:hover img {
    -webkit-transform: translateY(-33px);
        -ms-transform: translateY(-33px);
            transform: translateY(-33px);
    -webkit-transition: 1s;
    width: 100%;
    height: 100%;
}

/*------------------------------------*\
    PRODUCT PAGE
\*------------------------------------*/

.produit-single-section .add-to-card .ppc-button-wrapper{
    margin-top: 15px;

}
.produit-single-section .imag-product-single img {
    -o-object-fit: cover;
       object-fit: cover;
}

.fillter-products .bloc-action-filter i {
    right: initial;
    left: 0;
}

.fillter-products .price-max, .fillter-products .price-min {
    width: 60px;
}
.fillter-products .price-max i {
    right: 0;
}
.fillter-products .price-max #amount_max{
    text-align: right;
}
.related-products-single .item-product .image-product-item img {
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    -o-transition: transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
}
.related-products-single .item-product .image-product-item img:hover {
    -webkit-transform: scale(1.02);
        -ms-transform: scale(1.02);
            transform: scale(1.02);
    /*box-shadow: 0 0 5px 4px rgba(0, 0, 0, 0.15);*/
}

p.stock.in-stock {
    display: none;
}
/*------------------------------------*\
    404 PAGE
\*------------------------------------*/

#notfound {
    width: 60%;
    margin: auto;
    padding: 50px 20px 50px 20px;
    margin-bottom: 10%;
}
#notfound .notfound h1.notfound-404 {
    text-align: center;
    font-size: 150px;
    margin: 100px 0;
}
#notfound .notfound .notfound-home {
    font-family: "Athelas-Bold";
    font-size: 24px;
    background: #4A4A4A;
    color: #fff;
    padding: 20px;
    text-align: center;
    width: 40%;
    display: block;
    margin-top: 50px;
    -webkit-box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.9);
            box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.9);
}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
    TYPOGRAPHY
\*------------------------------------*/

@font-face {
    font-family:'Font-Name';
    src:url('fonts/font-name.eot');
    src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
        url('fonts/font-name.woff') format('woff'),
        url('fonts/font-name.ttf') format('truetype'),
        url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (max-width:1600px) {
    .slide-menu-category .prev-slide a {
        padding-left: 20%;
    }
    .slide-menu-category .next-slide a {
        padding-right: 20%;
    }
}

@media only screen and (max-width:1400px) {
    .slide-menu-category .prev-slide a {
        padding-left: 0;
    }
    .slide-menu-category .next-slide a {
        padding-right: 0;
    }
/*------------------------------------*\
    HOME PAGE
\*------------------------------------*/
    .home .slider-galerie .slide-img-1 {
        left: 28%;
    }

    .home .slider-galerie .slide-img-2 {
        left: 51%;
    }

    .home .slider-galerie .slide-img-3 {
        left: 15%;
    }

    .home .slider-galerie .slide-img-4 {
        left: 33%;
    }

    .home .slider-galerie .slide-img-5 {
        right: 17%;
    }
}

@media only screen and (max-width:1200px) {
/*------------------------------------*\
    HOME PAGE
\*------------------------------------*/
    .home .slider-galerie .slide-img-1 {
        left: 25%;
    }

    .home .slider-galerie .slide-img-2 {
        left: 51%;
    }

    .home .slider-galerie .slide-img-3 {
        left: 10%;
    }

    .home .slider-galerie .slide-img-4 {
        left: 25%;
    }

    .home .slider-galerie .slide-img-5 {
        right: 10%;
    }
}

@media only screen and (max-width:786px) {
/*------------------------------------*\
    HOME PAGE
\*------------------------------------*/

    .home .slider-galerie .slick-list {
        position: initial;
        height: auto;
        background-position: initial;
    }

    .galerie-section .slick-next:hover, .galerie-section .slick-prev:hover {
        height: 60px;
        width: 60px;
    }

    .home .slider-galerie .slide-img-url .img-responsive {
        height: 350px;
    }
    #check_if_mobile{
        display: none;
    }
}

@media only screen and (max-width:600px) {
/*------------------------------------*\
    HOME PAGE
\*------------------------------------*/

    .home .slider-galerie .slick-list {
        background: none;
    }

    .home .slider-galerie .slide-img-url .img-responsive {
        height: auto;
        width: auto;
    }
}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::-moz-selection {
    background: #555;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #555;
    color: #fff;
    text-shadow: none;
}
::-webkit-selection {
    background: #555;
    color: #fff;
    text-shadow: none;
}
::-moz-selection {
    background: #555;
    color: #fff;
    text-shadow: none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
    margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display:block;
    margin:5px auto 5px auto;
}
.alignright {
    float:right;
    margin:5px 0 20px 20px;
}
.alignleft {
    float:left;
    margin:5px 20px 20px 0;
}
a img.alignright {
    float:right;
    margin:5px 0 20px 20px;
}
a img.alignnone {
    margin:5px 20px 20px 0;
}
a img.alignleft {
    float:left;
    margin:5px 20px 20px 0;
}
a img.aligncenter {
    display:block;
    margin-left:auto;
    margin-right:auto;
}
.wp-caption {
    background:#FFF;
    border:1px solid #F0F0F0;
    max-width:96%;
    padding:5px 3px 10px;
    text-align:center;
}
.wp-caption.alignnone {
    margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin:5px 20px 20px 0;
}
.wp-caption.alignright {
    margin:5px 0 20px 20px;
}
.wp-caption img {
    border:0 none;
    height:auto;
    margin:0;
    max-width:98.5%;
    padding:0;
    width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
    font-size:11px;
    line-height:17px;
    margin:0;
    padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/**** ABOUT ***/
.item-slide-insta.slick-slide a {
    color: #474747;
}

/******/

.payment-section .liste-order-payment {
    max-height: 460px;
}

.payment-section .img-order-item img{
    width: 80px; /* TO DO : remove theese two line if images have correct dims*/
    height: 80px;
}

.payment-section .gift-card-bloc-order {
    padding: 20px 0;
    border-top: 1px solid #D8D8D8;
    border-bottom: 1px solid #D8D8D8;
    margin-top: 20px;
}

.payment-section .gift-card-bloc-order {
    overflow: hidden;
}
.woocommerce form.checkout_coupon {
    border: none !important;
    display: inline-block;
    width: 100%; 
    padding: 0 !important; 
    margin: 0 !important; 
    text-align: initial !important; 
    border-radius: 0 !important; 
    display: block !important;
}

#bpwcmscSteps {
    clear: initial !important;
}

.breadcrumbs {
    width: 100%;
    display: block;
    overflow: hidden;
}

.payment-section .breadcrumbs li {
    width: auto !important;
}

.payment-section .breadcrumbs li {
    width: auto !important;
}

.breadcrumbs>ul>li>a:hover, 
.breadcrumbs>ul>li>a, 
.breadcrumbs>ul>li>a:focus, 
.breadcrumbs>ul>li>a:active {
    color: #474747;
    background: none;
}

.breadcrumbs>ul>li.current>a {
    font-weight: bold;
    font-size: 12px;
    font-family: "AvenirNextLTPro-MediumCn";
}

.breadcrumbs>ul>li.last span.separator {
    display: none;
}

.payment-section .breadcrumbs span.separator {
    display: inline-block;
    color: #9B9B9B;
    font-size: 12px;
    margin: 0 6px;
    font-family: "AvenirLTStd-Light";
}

.payment-section form.checkout .form-row {
    margin-bottom: 10px;
}

.payment-section .checkout table.shop_table.woocommerce-checkout-review-order-table {
    border: none;
    margin: 0;
}

.payment-section .checkout table.shop_table.woocommerce-checkout-review-order-table td{
    border: none;
    padding: 0;
}

.payment-section span.woocommerce-Price-amount.amount {
    float: right;
    font-family: "AvenirLTStd-Heavy";
    margin-bottom: 0;
    line-height: 22px;
}

.customer-information-section input.form-control.error-field {
    border: 1px solid #a00 !important;
}

.payment-section div#orders_review {
    padding: 0;
}

.woocommerce ul#shipping_method li input {
    margin-right: 10px;
}

.woocommerce ul#shipping_method {
    list-style: none outside;
    margin: 0;
    padding: 0;
}
.woocommerce ul#shipping_method li {
    margin: 0;
}

.shipping-method-section .bloc-choix-billing ul li {
    display: inline-block;
    width: 100%;
    margin: 0;
}

.payment-section .bloc-choix-billing ul li {
    padding: 10px 20px;
    border-bottom: 1px solid #D8D8D8;
}

.shipping-method-section .bloc-choix-billing ul li:last-child {
    border-bottom: none;
}

.payment-section .bloc-choix-billing ul li {
    padding: 15px 20px;
}

.shipping-method-section .shipping-methode-choix label {
    float: left;
    width: 100%;
}

.woocommerce ul#shipping_method li input {
    margin-right: 10px;
}

.woocommerce ul#shipping_method li span.shipping-method-name {
    position: relative;
    top: 2px;
    left: 5px;
}

.woocommerce ul#shipping_method li span.shipping-method-name span.method-separated-name {
    max-width: 80%;
    display: inline-block;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #9B9B9B;
    height: 40px;
    display: table;
    width: 100%;
}

.checkout .select2-container--default .select2-selection--single{
    border: 1px solid #E1E1E1
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 40px;
    display: table-cell;
    vertical-align: middle;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
}

.payment-section .payment-detail {
    min-height: 100vh;
    position: relative;
}

.woocommerce-error, 
.woocommerce-info, 
.woocommerce-message {
    margin: 10px 0 2em;
}

.checkout-process-tunel .woocommerce>.woocommerce-message {
    display: none;
}
.payment-section .infos-user-payment span.chosen-shipping-cost {
    float: none;
    display: inline-block;
}

#add_payment_method #payment div.payment_box, 
.woocommerce-cart #payment div.payment_box, 
.woocommerce-checkout #payment div.payment_box {
    background-color: #F2F2F2;
    margin: 0;
    padding: 0 !important;
}

#add_payment_method #payment, 
.woocommerce-cart #payment, 
.woocommerce-checkout #payment {
    background: #fff;
}

.payment-section #payment .form-first-method-payment.payment_method_ppec_paypal {
    display: none !important;
}

.payment-section #payment .payment-method-name {
    display: inline-block;
    margin-left: 20px;
    position: relative;
    top: 2px;
}
.woocommerce-checkout .detail-payment-panier .eh_payapal_express_checkout_button{
    display: none;
}
.payment-section #payment .first-method-payment:last-child {
    border: none;
}

div#stripe-payment-data>p {
    display: block;
    margin-top: 10px;
}

#add_payment_method #payment div.payment_box::before, 
.woocommerce-cart #payment div.payment_box::before, 
.woocommerce-checkout #payment div.payment_box::before {
    display: none;
}

.payment-section #payment .icons-card>img {
    width: auto;
    position: relative;
    top: 2px;
    padding-left: 5px;
}

.wc_payment_method.payment_method_stripe.first-method-payment .checkmark {
    top: 5px;
}

#wc-stripe-cc-form {
    margin: 0;
}

#wc-stripe-cc-form .form-row>label {
    display: none !important;
}

.amounts-wrapper {
    position: relative;
}

.blockUI.blockOverlay.custom-cart-amounts-loader {
    background: #a5a5a594 !IMPORTANT;
}

.payment-section label.error-label {
    color: #a00;
    font-size: 10px;
    margin-left: 3px;
}

div#woo_pp_ec_button_checkout {
    margin: 20px 0 25px;
    display: block !important;
}

div#woo_pp_ec_button_checkout .paypal-button:nth-child(2) {
    display: none;
}
div#woo_pp_ec_button_checkout .paypal-button:nth-child(2+n) {
    display: none;  
}

#payment div.payment_box .form-row {
    padding: 0;
    margin: 0;
}

.wcppec-checkout-buttons__separator {
    display: none!important;
}

a#woo_pp_ec_button {
    background: url(templates/images/paypal-payment-panier.svg) no-repeat center center;
    width: 100%;
    background-color: #FFBF28;
    position: relative;
    padding: 20px 0 25px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.wcppec-checkout-buttons.woo_pp_cart_buttons_div {
    margin-top: 20px;
}

.wcppec-checkout-buttons__button img {
    margin: 0 auto;
    display: none;
}


.user_bloc-logout i.user-icon {
    width: 20px;
    height: 20px;
    background-color: red;
    background-position: center;
    border-radius: 50%;
    padding: 3px;
}

.blocs-presses .item-presse>a {
    cursor: pointer;
}

#payment-step .form-row.place-order {
    padding: 0 !important;
}

label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox span.woocommerce-terms-and-conditions-checkbox-text {
    margin-left: 30px;
    position: relative;
    top: 3px;
}

.label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox .checke {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 16px;
    width: 16px;
    border: 1px solid #E1E1E1;
    border-radius: 4px;
}

.label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox .checke:after {
    top: 1px;
    left: 5px;
    width: 5px;
    height: 10px;
    border: solid #4A4A4A;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox .checke:after {
    content: "";
    position: absolute;
    display: none;
}
.label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox input:checked ~ .checke:after {
    display: block;
}

.row.gift-wrap-row {
    border-top: 1px solid #D8D8D8;
    padding-top: 15px;
    margin-bottom: 0 !important;
}

.kind-words-wrapper.check-special-gift-kind-words {
    margin-top: 15px;
    display: none;
    -webkit-transition: all 0.15s ease-in-out 0s;
    -o-transition: all 0.15s ease-in-out 0s;
    transition: all 0.15s ease-in-out 0s;
}

.kind-words-wrapper.check-special-gift-kind-words label {
    font-size: 12px;
    margin-left: 2px;
}

.kind-words-wrapper.check-special-gift-kind-words textarea{
    margin: 0px;
    max-width: 380px;
    height: 70px;
    background: #fbfbfb;
}

#payment-step p#billing_state_field .select2-container, 
#payment-step p#billing_country_field .select2-container {
    width: 100% !important;
}

ul.wc_payment_methods.payment_methods.methods.bloc-payment-method {
    padding: 0 !important;
    margin: 15px 0px 20px !important;
    border: 1px solid #D8D8D8 !important;
}

.woocommerce-checkout #payment ul.payment_methods li .method-wrapper {
    width: 100%;
    display: inline-block;
    padding: 12px 20px;
}

.payment-section .icons-card {
    position: relative;
    top: 5px;
}

/*Account*/
.woocommerce-account .woocommerce-MyAccount-content {
    float: none;
     width: 100%; 
}
form.form-defaul-my-customer > section {
    padding: 0;
}

.woocommerce form .form-row {
    padding: 0;
    margin: 0;
}

.woocommerce table.my_account_orders .order-actions .button {
    background: #FF4F40;
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 8px 12px;
    margin: 0;
    font-size: 10px;
    margin-left: 5px;
}

#my-details .titre-my-costumer-form {
    text-align: left;
}

.woocommerce-account.woocommerce-page .content-other {
    margin-bottom: 0;
}

.woocommerce-account.woocommerce-page .content-other #my-details .content-my-customer,
.woocommerce-account.woocommerce-page .content-other #my-details section.my-shipping-address.my-billing-address {
    padding-bottom: 0;
}

.my-account .woocommerce form.login button.button {
    margin: 15px 0;
}
.my-account .woocommerce form.login button.button:hover {
    background: #FF4F40;
    color: #fff;
}
.my-account .woocommerce form.login .woocommerce-LostPassword a {
    font-size: 12px;
    color: #FF4F40;
}
.my-account .woocommerce form.register .woocommerce-privacy-policy-text {
    margin: 15px 0;
}
.my-account .woocommerce form.register button.button:hover {
    background: #FF4F40;
    color: #fff;
}
.my-account .woocommerce .woocommerce-ResetPassword button.button {
    margin-top: 15px;
}
.my-account .woocommerce .woocommerce-ResetPassword button.button:hover {
    background: #FF4F40;
    color: #fff;
}

.lost_reset_password .btn-bleu-roi{
    margin-top: 10px;
}

.bloc-form-login-toggle .lost_reset_password .lost-pass-submit{
    margin-top: 20px;
}

.my-account-section input#billing_state,
.my-account-section input#shipping_state,
.bloc-information-customer input[type="text"]#shipping_state,
.bloc-information-customer input[type="text"]#billing_state,
.second-info-customer input[type="text"]#billing_state
{
    display: block;
    width: 100%;
    line-height: 1.42857;
    color: rgb(85, 85, 85);
    background-color: rgb(255, 255, 255);
    background-image: none;
    padding: 6px 12px;
    border-radius: 4px;
    -webkit-transition: border-color 0.15s ease-in-out 0s, -webkit-box-shadow 0.15s ease-in-out 0s;
    transition: border-color 0.15s ease-in-out 0s, -webkit-box-shadow 0.15s ease-in-out 0s;
    -o-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s, -webkit-box-shadow 0.15s ease-in-out 0s;
    height: 38px;
    font-size: 12px;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(155, 155, 155);
    -o-border-image: initial;
       border-image: initial;
}
.bloc-information-customer input[type="text"]#shipping_state,
.bloc-information-customer input[type="text"]#billing_state,
.second-info-customer input[type="text"]#billing_state
{
    border: 1px solid #E1E1E1;
    height: 40px;
    -webkit-box-shadow: none;
            box-shadow: none;
}
#my-details input.input-text::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  text-transform: uppercase;
    line-height: 30px;
    color: #B9B9B9;
}
#my-details input.input-text::-moz-placeholder { /* Firefox 19+ */
  text-transform: uppercase;
    line-height: 30px;
    color: #B9B9B9;
}
#my-details input.input-text:-ms-input-placeholder { /* IE 10+ */
  text-transform: uppercase;
    line-height: 30px;
    color: #B9B9B9;
}
#my-details input.input-text:-moz-placeholder { /* Firefox 18- */
  text-transform: uppercase;
    line-height: 30px;
    color: #B9B9B9;
}

.amounts-wrapper small.shipped_via {
    display: none;
}

p.order-again {
    display: none;
}

p.product-unavailable {
    color: #ff4d38;
    text-align: left;
}


.nice-select.form-control > span.current {
    display: block;
    text-align: center;
    font-size: 18px;
    position: relative;
    bottom: -8px;
    left: 0;
    right: 0;
    width: fit-content;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: 100%;
    overflow: hidden;
    word-break: break-all;
    text-align: center;
}

.nice-select.form-control ul.list {
    width: 100%;
    min-width: 250px;
    border-radius: 0;
    top: 40px;
}

.range-price .titre-filter {
    top: 13px;
    position: relative;
}

.range-price .bloc-action-filter {
    top: 7px;
}

.bloc-action-filter .nice-select:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 90%;
    /*border-top: 1px solid #D8D8D8;*/
    left: 0;
}

a.mob-logout.col-xs-6:before {
    content: "";
    height: 14px;
    width: 1px;
    border: 1px solid;
    display: inline-block;
    position: absolute;
    left: 3px;
    top: 5px;
}

.qty-order-item-confirm.hidden-md.hidden-lg {
    bottom: 2px;
    position: relative;
}

#swipebox-overlay {
    background: #0d0d0db0;
    pointer-events: auto;
}
#swipebox-close {
    pointer-events: auto;
    top: 20px;
    right: 35px;
    width: 20px;
    height: 20px;
    background-position: left !important;
}
#swipebox-bottom-bar {
    pointer-events: auto;
}

a.rl-gallery-link {
    cursor: pointer;
}

.woocommerce table.my_account_orders td, 
.woocommerce table.my_account_orders th {
    padding: 10px 8px;
}

.woocommerce table.shop_table {
    border: none;
}

/* HOME gallery */
.home .slider-galerie .slide-img-url .img-responsive {
    max-width: 560px;
    width: 100%;
}

/*Single product*/
a.reset_variations,
.woocommerce-variation-availability,
.woocommerce-variation-price,
.detail-content-product .summary.entry-summary .quantity,
.detail-content-product p.wc-no-matching-variations.woocommerce-info:before {
    display: none !important;
}

.detail-content-product p.wc-no-matching-variations.woocommerce-info {
    padding: 10px;
    margin-bottom: 15px;
    font-size: 13px;
    border-top-color: #ffb100;
}
ul.sub-menu {
    display: none;
}


.woocommerce-error::before {
    color: #ff4f40;
}
.woocommerce-error {
    border-top-color: #ff4f40;
}
.woocommerce-cart .woocommerce-error{
    border-top-color: #ffc107;
}
.woocommerce-cart .woocommerce-error::before{
    color: #ffc107;
}
.woocommerce-cart .shipping-calculator-button{
    background: #60b124;
    padding: 5px 10px;
    border-radius: 20px;
}
.woocommerce-cart .shipping-calculator-button:hover{
    color: #000;
}
/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
    * {
        background:transparent !important;
        color:#000 !important;
        -webkit-box-shadow:none !important;
                box-shadow:none !important;
        text-shadow:none !important;
    }
    a,
    a:visited {
        text-decoration:underline;
    }
    a[href]:after {
        content:" (" attr(href) ")";
    }
    abbr[title]:after {
        content:" (" attr(title) ")";
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content:"";
    }
    pre,blockquote {
        border:1px solid #999;
        page-break-inside:avoid;
    }
    thead {
        display:table-header-group;
    }
    tr,img {
        page-break-inside:avoid;
    }
    img {
        max-width:100% !important;
    }
    @page {
        margin:0.5cm;
    }
    p,
    h2,
    h3 {
        orphans:3;
        widows:3;
    }
    h2,
    h3 {
        page-break-after:avoid;
    }
}

/**********************************\
        Search page
/**********************************/
.search-no-results a{
    color: #FF4F40;
}

.search-no-results>p:first-child {
    font-family: "AvenirLTStd-Black";
}

.no-results-bloc-wrapper {
    padding: 5px 0 0 0 !important;
}
/**********************************\
        404 Page
\**********************************/
.section-404{
    padding: 60px 0;
}

.section-404 .bloc-not-found{
    position: relative; 
    margin-top: 30px;
}
.section-404 .bloc-not-found:before{
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 380px;
    background: url(templates/images/404-bg.png);
    background-position:top center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 11;
}
.section-404 .image-404 {
    margin-bottom: 30px;
    text-align: right;
}
.section-404 .image-404 img{
    display: inline-block
}
.section-404 .bloc-content-not-found{
    height: 420px;
    position: relative;
    z-index: 111;
    margin-bottom: 30px;
}
.section-404 .content-not-found{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0px;
}
.section-404 .titre-404 {
    font-family: "AvenirLTStd-Black";
    letter-spacing: 0;
    font-size: 22px;
    margin-bottom: 15px;
}
.section-404 .texte-404 {
        width: 75%;
    margin-bottom: 30px;
}
.section-404 .texte-404 p {
    margin-bottom: 0;
}
.section-404 .texte-404 a {
    color: #FF4F40;
}
.section-404 .list-nav-404 {
    font-family: "AvenirNextLTPro-MediumCn";
    list-style: none;
    padding: 0;
    margin: 0;
}

/**********/
.woocommerce-order-received p.order-print,
.woocommerce-view-order p.order-print
 {
    display: none;
}

/***********/

@media only screen and (max-width: 993px) {
    .range-price .titre-filter {
        top: 0px;
        position: relative;
    }
    
    .range-price .bloc-action-filter {
        top: -3px;
    }
}

@media only screen and (max-width: 991px) {
    .section-404 .texte-404{
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .navbar-nav {
        width: 100%;
        height: 100%;
        max-height: 70vh;
        overflow: scroll;
    }
    ul.sub-menu {
        display: none;
    }
    ul.sub-menu.open-submenu {
        position: absolute;
        top: 0;
        background: #fff;
        z-index: 99;
        height: 100vh;
        padding: 50px 30px 0;
        width: 100%;
    }
    ul#header-menu-mobile {
        padding-top: 15px;
        padding-bottom: 15px;
        position: relative;
    }
    ul#header-menu-mobile > li.menu-item {
        position: initial;
    }
    ul.sub-menu>li {
        padding: 5px 0;
    }
    .navbar-nav>li>a {
        padding-top: 5px;
        padding-bottom: 5px;  
    }
    .navbar-nav > li.menu-item-has-children > i.fa-angle-right {
        position: absolute;    
        right: 0;
        font-size: 16px;
        padding: 7px 15px;
        z-index: 9;
    }
    .navbar-nav > li.menu-item-has-children > ul.sub-menu > i.fa-times {
        position: absolute;
        top: 10px;
        left: 10px;
        font-size: 15px;
        color: #FF4F40;
        margin: 5px;
        z-index: 9;
    }
    .navbar-nav > li.menu-item-has-children > ul.sub-menu > i.fa-times p {
        font-size: 20px;
        padding-left: 10px;
        font-family: "AvenirLTStd-Light";
        color: #FF4F40;
        margin: 0;
        display: inline-block;
        text-transform: lowercase;
    }
    .navbar-nav > li.menu-item-has-children > ul.sub-menu > i.fa-times p:first-letter {
        text-transform: uppercase;
    }
    .fixed-header {
        top: 0;
    }
    .section-404 .image-404{
        text-align: center;
    }
    .section-404 .content-not-found{
        position: static;
        transform: none;
        -webkit-transform: none;
        -ms-transform: none;
    }
    .section-404 .bloc-content-not-found{
        height: auto;
    }
    .bloc-item-product .image-product-item:hover img {
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1);
    }
}

.login-error,
.login-success {
    padding: 6px;
    margin-bottom: 5px;
    border-radius: 2px;
    color: #fff;
}
.login-error {
    background: #FF4F40;
    border: 1px solid red;
}
.login-success {
    background: #46cc69;
    border: 1px solid #13c729;
}
button.woocommerce-Button.btn.btn-red.checkout-login-btn {
    background: #FF4F40;
    color: #fff;
}
.login-error>a:hover {
    color: #474747;
}
p.titre-bloc-info-customer.welcome-back a {
    font-size: 11px;
    text-decoration: underline;
    float: right;
    text-transform: none;
}

p.titre-bloc-info-customer.welcome-back>span {
    color: #FF4F40;
}

p.titre-bloc-info-customer.welcome-back {
    font-size: 16px;
}