/* 12-05-2023 Start */

/* General CSS */ 
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}


@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

@media (min-width: 768px) {
    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }
}

@media (min-width: 992px) {
    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }
}

@media (min-width: 1200px) {
    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }
}
p {
    color: #515151 !important;
    line-height: 1.6 !important;
}
a {
    color: #000 !important;
}
h1,h2,h3,h4,h5 {
    color: #000 !important;
    letter-spacing: .1em !important;
    font-weight: 500 !important;
    line-height: 1.1 !important;
    margin-top: 20px !important;
    margin-bottom: 10px !important;
}

h1,.h1 {
    font-size: 30px !important;
}

h2,.h2 {
    font-size: 28px !important;
}

h3,.h3 {
    font-size: 24px !important;
}

h4,.h4 {
    font-size: 20px !important;
}

h5,.h5 {
    font-size: 16px !important;
}

@media(max-width: 767px) {
    h1,.h1 {
        font-size: 24px !important;
    }
    
    h2,.h2 {
        font-size: 20px !important;
    }
    
    h3,.h3 {
        font-size: 20px !important;
    }
    
    h4,.h4 {
        font-size: 18px !important;
    }
    
    h5,.h5 {
        font-size: 16px !important;
    }
}
/* General CSS End */ 

/* Header css */
.top-custom-link img {
    max-width: 217px !important;
}
.middle-header {
    padding: 15px 0;
}
.middle-header .line, .top-header .line {
    padding: 0 15px;
}
.header-top-link {
    cursor: pointer;
}
.page-header .header-top-links .header-acccount {
    position: fixed !important;
    right: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    max-height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    width: 475px;
    padding: 100px 50px !important;
    margin: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
    transition: all .3s;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -o-transition: all .6s;
    transform: translateX(100%) !important;
    -webkit-transform: translateX(100%) !important;
    -moz-transform: translateX(100%) !important;
    -o-transform: translateX(100%) !important;
}
.pe-7s-user {
    cursor: pointer;
}
.page-header .header-top-links.active .header-acccount {
    transform: translateX(0) !important;
    -webkit-transform: translateX(0) !important;
    -moz-transform: translateX(0) !important;
    -o-transform: translateX(0) !important;
}
header.page-header .navigation .nav-main-menu {
    height: auto !important;
}
header.page-header .navigation .nav-main-menu li {
    border-left: 1px solid #ccc !important;
    padding: 1px;
}
header.page-header .navigation .nav-main-menu li a{
    padding: 0 10px !important;
    letter-spacing: .1em;
}
@media (max-width: 1199px) {
    .nav-before-open header.page-header .menu-wrapper .nav-tabs > li.active > a {
        color: #272727 !important;
    }
    .nav-before-open header.page-header .menu-wrapper .nav-tabs > li > a {
        color: #ffffff !important;
    }
}
@media(max-width: 767px) {
    .header-area.header2 .top-header .top-custom-link ul {
        text-align: left;
    }
    .middle-header .com__ck_1, .middle-header .com__ck_4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .middle-header .com__ck_2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
    }
}
@media(max-width: 570.98px) { 
    .top-custom-link p {
        text-align: center;
        margin-bottom: 0;
    }
    .header-area.header2 .top-header .top-custom-link ul {
        margin-bottom: 10px;
    }
}
/* Category CSS */ 

.co_category__wrapper a {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.co_category__wrapper a img {
    display: block;
    transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}

.co_category__wrapper a:hover img {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.co_category__wrapper a:before, .co_category__wrapper a:after {
    content: "";
}

.co_category__wrapper a:before {
    float: left;
    padding-top: 69%;
}

.co_category__wrapper a:after {
    display: table;
    clear: both;
}

.co_category__wrapper a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.category-visuels div[class^=col] {
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .category-visuels div[class^=col] {
        margin-bottom: 30px;
    }
}
@media (min-width: 320px) {
    .panel-block-row .block.widget .products-grid .product-item {
        width: 100%;
    }
}
@media (min-width: 480px) {
    .panel-block-row .block.widget .products-grid .product-item {
        width: calc((100% - 2%) / 2);
    }
}
@media (min-width: 1024px) {
    .panel-block-row .block.widget .products-grid .product-item {
        width: calc((100% - 8%) / 4) !important;
    }
}

/* End */

/* Services CSS */

@media (max-width: 767px) {
    .co_bottom__services a {
        display: inline-block;
        width: 100%;
    }
    
    .co_bottom__services a img {
        display: block;
        max-width: 200px;
        margin: 0 auto;
    }
}

/* Bottom Social Wrapper CSS */
.co_social__wrapper {
    display: flex;
    flex-wrap: wrap;
}

.co_page__bottom-social li {
    max-width: calc(100% / 4);
    flex: 0 0 calc(100% / 4);
}

.co_page__bottom-social li {
    position: relative;
    z-index: 1;
}

.co_page__bottom-social li:hover:after {
    opacity: .3;
}

.co_page__bottom-social li:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-color: #000;
    opacity: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}

.co_page__bottom-social li a {
    color: #fff !important;
    position: relative;
    display: flex;
    padding: 15px 0;
    font-size: 16px !important;
    font-weight: 600 !important;
    justify-content: center;
    text-transform: uppercase;
    letter-spacing: .2em;
}

.co_page__bottom-social li a span {
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: center;
    font-weight: 600;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: .2em;
}
.co_page__bottom-social li a span.icon{
    font-weight: normal;
}
.message.global.gdpr-cookie.bottom {
    background: #fff;
    color: #000;
    border-top: 1px solid #333;
}

.gdpr-cookie button {
    box-shadow: inset 0 0 0 0 #3B3B3B;
    background-color: #000;
    font-size: 14px;
    font-weight: 400;
    transition: all 0.5s;
    padding: 9px 28px;
    border: none;
    text-transform: capitalize;
    letter-spacing: .1em;
}

.gdpr-cookie button:hover {
    box-shadow: inset 0 100px 0 0 #3B3B3B;
    border: none;
}
/* Social Block BG Color */
.co_page__bottom-social li.instagram {
    background-color: #e2405e;
}

.co_page__bottom-social li.facebook {
    background-color: #3b5998;
}

.co_page__bottom-social li.youtube {
    background-color: #ea595e;
}

.co_page__bottom-social li.linkedin {
    background-color: #00aaed;
}

.co_page__bottom-social li a span {
    display: block;
}

.co_page__bottom-social li a span+span {
    display: none;
}

@media (min-width: 768px) {
    .co_page__bottom-social li a span {
        display: none;
    }
    
    .co_page__bottom-social li a span+span {
        display: block;
    }
    
    .co_page__bottom-social li a {
        padding: 60px 0;
    }
}
.block-products-list .block-title strong {
    display: none;
}
.heading {
    width: 100%;
    text-align: center;
}
.heading .sub-title {
    font-weight: 400;
    font-size: 16px;
    color: #000;
    letter-spacing: .3em;
    margin: 0;
}
.heading .title {
    font-size: 36px !important;
    font-weight: 700 !important;
    margin-top: 0 !important;
}
/* Bottom Social Wrapper CSS End */

 /* newslateer and footer css */
.page-footer {
    /* margin-top: 50px !important; */
}
.page-footer .widget.block {
    margin: 0 !important;
}
.footer.content .block.newsletter {
    border-radius: 0 !important;
    border: none !important;
}
.footer.content .block.newsletter input[type="email"]{
    border-bottom: 1px solid #878787 !important;
    border-radius: 0 !important;
    text-align: center;
    font-size: 14px; 
}
.footer.content .block.newsletter input[type="email"]::placeholder{
    color: #111 !important;
    font-weight: 700 !important;
}
.block.newsletter .actions {
    display: none !important;
}
.block.newsletter .field.newsletter {
    margin: 0 auto;
}
.page-footer .footer-container.footer2 .top-footer {
    background: none !important;
}
.page-footer .footer-container.footer2 .bottom-footer {
    background: none !important;
}
.page-footer .footer-container.footer2 .middle-footer {
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    background: none !important;
    padding: 80px 25px;
}
.footer .list-icon li {
    color: #989898 !important;
}
.footer .list-icon a, .footer a {
    color: #474d52 !important;
}
.footer h6 {
    color: #000 !important;
}
.footer.content .links {
    width: 100%;
    padding: 0 !important;
}
.page-footer .frame {
    max-width: 100% !important;
}
.com__footer_link {
    padding: 0 25px;
}
.page-footer .middle-footer ul.menu li, .footer.content ul.list-icon li {
    font-weight: 400 !important;
}
@media(max-width: 767px) {
    .page-footer .footer-container.footer2 .middle-footer {
        padding: 60px 15px;
    }
    .com__footer_link {
        padding: 0 15px;
    }
    .page-footer {
        margin-top: 30px !important;
    }
}
@media(max-width: 570.98px) {
    .footer.content .line .col-des-2{
        margin-bottom: 0 !important;
        border-top: 1px solid #eee;
    }
    .footer.content .line h6{
        cursor: pointer;
        padding: 15px 0;
        position: relative;
        margin-bottom: 0 !important;
    }
    .footer.content .line h6:after{
        content: "";
        width: 16px;
        height: 2px;
        background-color: #ddd;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -1px;
    }
    .footer.content .line h6:before{
        content: "";
        height: 16px;
        width: 2px;
        background-color: #ddd;
        position: absolute;
        right: 7px;
        top: 50%;
        margin-top: -8px;
    }
    .com__ck_show.active h6:before{
        display: none;
    }
    .footer .menu {
        display: none;
        margin: 0 0 20px !important;
    }
}
@media(max-width: 480px) {
    .co_page__bottom-social li a {
        font-size: 14px !important;
    }
}

/* pop up css */
.fancybox-content {
    padding: 15px !important;
}
.fancybox-bg {
    background: #565353 !important;
}
/* Category page css */
.catalog-category-view .category-view {
    display: flex;
    align-items: center;
    padding-top: 20px !important;
}
.catalog-category-view .category-view .category-image {
    max-width: 30%;
    flex: 0 0 30%;
    display: none;
}
.catalog-category-view .category-view .category-description {
    /* max-width: 70%;
    flex: 0 0 70%; */
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 35px;
    /* align-self: start; */
}
.page-title-wrapper::before {
    background-color: #f7f7f7 !important;
}
.page-title-wrapper h1.page-title {
    color: #000 !important;
    font-weight: 700 !important;
}
.breadcrumbs .item.home a {
    background: #e31d1a;
    padding: 5px 10px;
    color: #fff !important;
    
}
.page-title-wrapper h1.page-title + .breadcrumbs {
    display: block;
}
.page-title-wrapper h1.page-title + .breadcrumbs li {
    color: #686767 !important;
    letter-spacing: .3em;
}
.breadcrumbs .items li strong {
    font-size: 12px !important;
    text-overflow: inherit !important;
    max-width: 100% !important;
}
.cms-mediatheque .breadcrumbs {
    display: none;
}
@media(max-width: 767px) {
    .catalog-category-view .category-view {
        display: block;
    }
    .catalog-category-view .category-view .category-image, .catalog-category-view .category-view .category-description {
        max-width: 100%;
    }
}
@media(max-width: 480px) {
    .category-product-container .col-mb-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}
/* End */

/* product page css */
.product-info-main .product-add-form .actions button.tocart, .product-info-main .product-add-form .actions .cart.table-wrapper .actions-toolbar > .action.tocart, .product-info-main .product-add-form .actions .action-gift.tocart, .products-list .product-item-info .product-item-details .actions-link .action.tocart {
    background-color: #000 !important;
    border-color: #000 !important;
    box-shadow: inset 0 0 0 0 #3B3B3B;
}
.product-info-main .product-add-form .actions button.tocart:hover, .product-info-main .product-add-form .actions .cart.table-wrapper .actions-toolbar > .action.tocart:hover, .product-info-main .product-add-form .actions .action-gift.tocart:hover, .products-list .product-item-info .product-item-details .actions-link .action.tocart:hover, .products-list .product-item-info .product-item-details .actions-link .action.tocart:focus {
    box-shadow: inset 0 100px 0 0 #3B3B3B;
}
.btVid {
    background-color: #e31d1a;
    color: #fff;
    border: 1px solid #e31d1a;
    transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    padding: 3px 10px;
}
.btVid:hover {
    background-color: transparent;
    color: #e31d1a;
    border-color: #e31d1a;
    padding: 10px;
}
.owl-carousel .owl-nav > div:not(.disabled):hover {
    background-color: #e31d1a !important;
    color: #fff;
    border-color: #e31d1a !important;
}
.page-title-wrapper {
    margin-bottom: 50px;
}
.breadcrumbs {
    padding: 0 !important;
}
.page-title-wrapper h1.page-title {
    margin: 0 0 5px !important;
    text-transform: uppercase;
}
@media(max-width: 991px) {
    .col-md-12 {
        width: 100% !important;
    }
}
@media(max-width: 767px) {
    .page-title-wrapper {
        margin-bottom: 30px;
    }
}

/* mentions-legales page css */
.cms-mentions-legales h2 {
    margin-bottom: 20px !important;
}

/* mentions-legales page css */
.cms-politique-confidentialite table thead tr th, .cms-politique-confidentialite table.table thead tr th {
    vertical-align: middle;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
    text-align: center;
    border: 1px solid #ddd !important;
    background-color: #f0efef;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.cms-politique-confidentialite table tbody tr td {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.cms-politique-confidentialite table tbody tr td, .cms-politique-confidentialite table.table tbody tr td {
    vertical-align: middle;
    text-align: center;
    border: 1px solid #ddd;
    color: #515151;
}
@media(max-width: 639px) {
    .cms-politique-confidentialite table thead {
        display: table-header-group !important;
    }
    .cms-politique-confidentialite table tbody tr td, .cms-politique-confidentialite table.table tbody tr td {
        display: table-cell !important;
    }
}
@media(max-width: 500px) {
    table {
        table-layout: fixed;
    }
}
@media(max-width: 410px) {
    .table-responsive {
        width: 100%;
        overflow-x: auto;
    }
}




.megamenu-content li.static-menu.dropdown .dropdown-menu li {
    border-left: none !important;
}

.megamenu-content li.static-menu.dropdown .dropdown-menu li .list-icon li {
    padding: 6px 10px;
    display: flex !important;
}
.megamenu-content li.static-menu.dropdown .dropdown-menu li .list-icon li:not(:last-child){
    border-bottom: 1px solid #e1e1e1;
}
.megamenu-content li.static-menu.dropdown .dropdown-menu li .list-icon li em {
    margin-top: 2px;
    vertical-align: text-top;
}

header.page-header .header-area:not(.header7) .navigation .nav-main-menu li > ul.dropdown-menu a {
    line-height: normal;
    font-size: 12px;
}
header.page-header .list-icon li:hover a{
    color : #ec0101 !important;
}
.megamenu-content li.static-menu.dropdown .dropdown-menu li .list-icon li a {
    border-bottom: none !important;
}

header.page-header .header-area:not(.header7) .navigation .nav-main-menu li > ul.dropdown-menu {
    border: 1px solid #e1e1e1;
    margin-top: 10px;
}
.top-middle-header {
    display: none;
}
.top-custom-link p {
    margin-bottom: 8px;
}
.header-area .top-header .top-custom-link ul {
    margin: 0 !important;
}
.message>* a {
    color: #e31d1a !important; 
}
.message>* {
    padding: 12px 20px 12px 45px;
    display: block;
    font-size: 14px;
    position: relative;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}
@media (max-width: 1700px){
    body header.page-header .header-area:not(.header7) .navigation .nav-main-menu > li > a {
        font-size: 14px !important;
    }
}
@media (max-width: 1500px){
    body header.page-header .header-area:not(.header7) .navigation .nav-main-menu > li > a {
        font-size: 13px !important;
    }
    header.page-header .navigation .nav-main-menu li a {
        padding: 0 7px !important;
        letter-spacing: .1em;
    }
}
@media (max-width: 1366px){
    body header.page-header .header-area:not(.header7) .navigation .nav-main-menu > li > a {
        font-size: 12px !important;
        padding: 0 5px !important;
    }
}
@media (min-width: 1200px){
    header.page-header .header-area:not(.header7) .navigation .nav-main-menu > li > a {
        font-size: initial !important;
    }
}
@media (max-width: 1199px){
    .middle-header .line {
        align-items: center;
    }
    .middle-header .line, .top-header .line {
        padding: 0 !important;
    }
    body header.page-header .header-area:not(.header7) .navigation .nav-main-menu > li > a {
        font-size: 14px !important;
        padding: 5px !important;
    }
    header.page-header .navigation .nav-main-menu li {
        border-left: 1px solid #ccc !important;
        padding: 5px;
    }
    header.page-header .nav-main-menu li > a + .toggle-menu{
        line-height: 35px;
    }
    .list-icon span {
        padding-left: 6px;
        color: #000;
    }
}
@media only screen and (max-width: 767px){
    .navigation .level0 {
        font-size: 13px !important;
    }
    .top-custom-link p {
        margin-bottom: 0;
        text-align: left;
    }
    .header-area.header2 .top-header {
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .header-area.header2 .top-header .top-custom-link ul li {
        display: block;
        padding-left: 0 !important;
    }
    .header-area.header2 .top-header .top-custom-link ul li a {
        font-size: 12px;
    }
    .header-area.header2 .top-header .top-custom-link ul li span {
        font-size: 22px;
    }
    .header-area.header2 .top-header .top-custom-link ul li {
        padding: 4px 0 !important;
    }
    body .header-area.header2 .top-header .top-custom-link ul {
        text-align: left;
    }
    .message>* {
        padding: 15px 0;
    }
}

/* 23-5-23 */
.message.global p {
    color: #000 !important;
}
.gdpr-cookie button {
    background: #000 !important;
}
.nav-position-middle-outside .owl-nav div span, .nav-position-middle-inside .owl-nav div span {
    left: 50%;
    transform: translateX(-50%);
}
.com__footer_link a {
    color: #474d52 !important;
}
@media(max-width: 767px) {
    .slider_mgs_carousel.owl-carousel .owl-dots {
        bottom: 10px !important;
    }
}
@media(max-width: 570px) { 
    .header-area.header2 .top-header .top-custom-link ul li {
        margin-right: 15px;
    }
}
@media(max-width: 480px) {
    .slider_mgs_carousel.owl-carousel .owl-dots {
        bottom: 2px !important;
    }
    .product-item-info .product-image-container {
        width: 100% !important;
    }
    .product-item-info .product-image-wrapper {
        padding-bottom: 77% !important;
    }
    .product-item-info {
        margin-bottom: 30px !important;
    }
}
.price:after {
    content: " HT";
}

/***************************************************************/
/* 20230915 intervention du point 1/ puis 2/
   PANIER                        
   AFFICHAGE DU MONTANT TOTAL AVEC MENTION TTC                  */
/***************************************************************/
.checkout-cart-index .grand.totals .price:after,
#my-orders-table .grand_total_incl .price:after {
content: " TTC" !important;
}

/***************************************************************/
/* 20230915 intervention du point 1/ puis 2/
   TUNNEL DE PAIEMENT                        
   AFFICHAGE DES PRIX SANS MENTION "HT HT"                     */
/***************************************************************/
.price > .price:after,
.checkout-cart-index #shopping-cart-table .price .price:after {
content: "" !important;
}


/***************************************************************/
/* 20230915 intervention du point 2/
   COMPTE CLIENT FRONTEND - COMMANDES > DETAILS                        
   AFFICHAGE DES TEXTES DES BOUTONS DE COLONNE G EN BLANC      */
/***************************************************************/
.sidebar .block.block-compare.mgs-compare .block-content .actions-toolbar a.action.compare,
.sidebar .block.block-reorder .block-content .actions-toolbar a.action.compare,
.block-wishlist .btn.btn-primary
{
color:#FFF !important;
}


#freegift-products .freeproduct-information {
    display: flex;
    align-items: center;
    column-gap: 10px;
}
#freegift-products .fgp-content {
    width: 100%;
}
#freegift-products .freegift-with-purchase.selected {
    border: none !important;
}
#freegift-products .products {
    margin: 0 !important;
}
@media(min-width: 768px) {
    .product-tab-wrapper .product-tab-content .data.item.title {
        float: left !important;
        margin-right: 10px !important;
    }
    .product-tab-wrapper .product-tab-content .data.item .data.switch {
        border: 1px solid #d8d8d8 !important;
        transition: all 0.6s;
    }
    .product-tab-wrapper .product-tab-content .data.item.title .switch {
        border-radius: 0 !important;
        display: flex !important;
        align-items: center;
        justify-content: center;
        /* border: 1px solid #d1d1d1 !important; */
    }
    .product-tab-wrapper .product-tab-content .data.title.active .data.switch,  .product-tab-wrapper .product-tab-content .data.item .data.switch:hover {
        color: #e31d1a !important;
        border: 1px solid #e31d1a !important;
        border-bottom: 5px solid !important;
    }
}

/* 24/3/23 */
/* Video modal popup */
.popup-wrapper {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}

.popup-close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9998;
}
/* 25-5-23 */
.minicart-wrapper h3.close-minicart {
    color: #ffffff !important;
    padding: 15px 0 !important;
    margin: 0 !important;
}
.btn-default:hover {
    color: #fff !important;
}
.landing-categories-detail h2 {
    font-size: 15px !important;
    text-transform: none !important;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0;
    background-color: #e31d1a;
    display: inline-block;
    padding: 4px 5px;
    margin-top: 0 !important;
    width: 100%;
    margin-bottom: 20px !important;
}
.landing-categories-detail h2 a {
    color: #fff !important;
}
.landing-categories-thumb {
    overflow: hidden;
}
.landing-categories-thumb img {
    transition: all 0.3s;
}
.landing-categories-thumb:hover img {
    transform: scale(1.1);
}
/* 26/5/23 */
.landing-categories img {
    height: 200px;
}
.products-grid .product-item .price-box p {
    margin-top: 5px;
}
.product-item .price-box input, .product-info-main .price-box input{
    padding: 5px 10px;
    cursor: pointer;
}
.btn-secondary:hover, .btn-secondary:focus {
    color: #FFFFFF !important;
}
.btn-primary:hover, .btn-primary:focus {
    color: #FFFFFF !important;
}
.product-item-description p:last-child {
    display: none;
}
@media(max-width: 400px) {
    .landing-categories img {
        height: 150px;
    }
}
.top-footer h2 {
    font-size: 32px !important;
    font-weight: 600 !important;
    margin-bottom: 30px !important;
}
.footer.content .block.newsletter input[type="email"] {
    font-weight: 600;
    color: #000;
}
.footer a:hover, .navigation .nav-main-menu a:hover, .com__footer_link a:hover {
    color: #ec0101 !important;
}
.scroll-to-top:hover {
    background: #000 !important;
}
.scroll-to-top:hover .fa:before {
    color: #fff !important;
}
.footer h6 {
    margin-bottom: 10px !important;
}
.breadcrumbs li:first-child a {
    background-color: #e31d1a !important;
    padding: 4px 6px;
    color: #fff !important;
    font-weight: 600;
    transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;

}
.breadcrumbs li:first-child a:hover {
    background-color: #000 !important;
}
.message>* {
    padding: 15px 0 15px 40px;
}
@media(max-width: 767px) {
    .top-footer h2 {
        font-size: 24px !important;
        margin-bottom: 20px !important;
    }
    .slider_mgs_carousel .owl-item .item-image {
        min-height: auto !important;
    }
}
@media(max-width: 480px) {
    .top-footer h2 {
        font-size: 20px !important;
        margin-bottom: 15px !important;
    }
    .minicart-items .product-item .details-qty.qty .update-cart-item {
        margin-top: 5px !important;
    }
    .minicart-items-wrapper {
        height: auto !important;
    }
}
.am-filelink:hover {
    color: #e31d1a !important;
}
/* 21-06-23 */
.checkout-container input[type=checkbox], .checkout-container input[type=radio] {
    height: 13px !important;
}
#checkout-payment-method-load .payment-method-content .actions-toolbar .primary .action.checkout {
    display: block !important;
}
.checkout-success+#registration a.action.primary, .multicheckout.success .actions-toolbar .primary a.action.primary.continue, .checkout-success .actions-toolbar .primary a.action.primary.continue  {
    color: #fff !important;
}
.checkout-success+#registration a.action.primary, .multicheckout.success .actions-toolbar .primary a.action.primary.continue:hover, .checkout-success .actions-toolbar .primary a.action.primary.continue:hover  {
    color: #fff !important;
}
.field.newsletter {
    margin-bottom: 20px;
}
.newsletter .g-recaptcha div {
    margin: 0 auto;
}
.catalog-category-view .rating-summary .rating-result {
    display: none;
}
/* 6-7-23 */
.modal-popup.modal-slide .modal-inner-wrap .modal-content {
    background: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.modals-overlay {
    background-color: rgb(51 51 51 / 91%);
}
.modal-content .page-title-wrapper {
    margin-bottom: 30px;
}
.product_quickview_content .product-info-main-wrapper {
    padding: 0 !important;
}