/*.container-fluid.layout-max-width .iservicesHome-section{
    margin-left: -50px;
    margin-right: -50px;
}*/

.iservicesHome-section{
    padding: 25px 50px;
}
.iservicesHome-section.big-section{
    padding: 50px;
    /*margin-top: 50px;
    margin-bottom: 50px;*/
}
.container-fluid.layout-max-width .iservicesHome-section{
    padding: 50px 0;
}

.big-margins{
    /*margin-top: 50px;*/
    /*margin-bottom: 50px;*/
    margin-top: 100px;
    margin-bottom: 100px;
}

.top-margin{ margin-top: 50px; }

section#wrapper { overflow-x: hidden; } /*to hide everething outtise the wrapper*/

.light-orange,
.container-fluid.layout-max-width .iservicesHome-section.light-orange::before,
.container-fluid.layout-max-width .iservicesHome-section.light-orange::after{ 
    background-color: #ffe7c7;
}
.light-gray,
.container-fluid.layout-max-width .iservicesHome-section.light-gray::before,
.container-fluid.layout-max-width .iservicesHome-section.light-gray::after{ 
    background-color: #eeeeee;
}

.container-fluid.layout-max-width .iservicesHome-section{ position: relative; z-index: 0; }
.container-fluid.layout-max-width .iservicesHome-section.light-gray::before,
.container-fluid.layout-max-width .iservicesHome-section.light-gray::after,
.container-fluid.layout-max-width .iservicesHome-section.light-orange::before,
.container-fluid.layout-max-width .iservicesHome-section.light-orange::after{
    content: "";
    width: 100vw;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1;
}
.container-fluid.layout-max-width .iservicesHome-section.light-gray::before,
.container-fluid.layout-max-width .iservicesHome-section.light-orange::before{
    left: calc(100% - 100vw);
}
.container-fluid.layout-max-width .iservicesHome-section.light-gray::after,
.container-fluid.layout-max-width .iservicesHome-section.light-orange::after{
    right: calc(100% - 100vw);
}

.iservicesHome-section h2{
    font-family: "Roboto Condensed", sans-serif;
    font-size: 35px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .2px;
    color: #222;
    text-align: center;
    margin-bottom: 25px;
}
.iservicesHome-section h2 small{
    display: block;
    font-size: 20px;
}

/* Categories Slider*/
#iservicesHome_categoriesSlider{
    display: flex;
    overflow: hidden;
}
#iservicesHome_categoriesSlider figure .img-container{
    max-width: 200px;
    height: 30vh;
    max-height: 200px;
    overflow: hidden;
    border-radius: 8px;
    margin: auto;
}
#iservicesHome_categoriesSlider figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}
#iservicesHome_categoriesSlider figure img:hover{
    transform: scale(1.1);
}

#iservicesHome_categoriesSlider figure figcaption{
    text-align: center;
    margin-top: 10px;;
}

/*Highlights Slider*/
#iservicesHome_highlightsSlider .slick-track{
    display: flex;
    flex-direction: row;
    align-items: center;
}
#iservicesHome_highlightsSlider div a{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
#iservicesHome_highlightsSlider div img,
#iservicesHome_highlightsSlider div svg{
    width: 50px;
    margin: 0;
    margin-right: 10px;
}

#iservicesHome_highlightsSlider div img ~ div,
#iservicesHome_highlightsSlider div svg ~ div{
    text-align: center;
}


/*ES Contacts section*/
#iservicesHome_contactsDiv{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}
@media (max-width: 1024px){
    #iservicesHome_contactsDiv{
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 767px){
    #iservicesHome_contactsDiv{
        grid-template-columns: repeat(1, 1fr);
    }
}

#iservicesHome_contactsDiv figure{
    text-align: center;
}
#iservicesHome_contactsDiv figure img{
    max-width: 70px !important;
    height: auto;
    margin: auto;
}

#iservicesHome_contactsDiv figure figcaption{
    padding: 20px 0 0 0;
}
#iservicesHome_contactsDiv figure .title{
    color: #222;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.5em;
}
#iservicesHome_contactsDiv figure .text{
    padding: 15px 0 0 0;
    color: #222;
    font-family: "Open Sans", sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.8em;
}

/*Footer Fix*/
footer.main-footer .row {
    justify-content: space-between;
}

/*Banners slider*/
#iservicesMenu_bannersSlider .slick-dots{
    user-select: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0, rgba(46, 46, 46, .25) 50%, rgba(0, 0, 0, 0) 100%);
    margin: 0 auto;
    padding: 0;

    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
#iservicesMenu_bannersSlider .slick-dots li button{
    display: block;
    cursor: pointer;
    color: #ccc;
    margin: 7px;
    border-radius: 0;
    width: 30px;
    height: 3px;
    background-color: #9a9a9a;
    cursor: pointer;
    border: 0;

    font-size: 0; /* this to hide button slider number text */
}

#iservicesMenu_bannersSlider .slick-dots li.slick-active button{
    background-color: #fff !important;
    cursor: pointer;
}



/* Section shaper */
    /* v1 */
/*.section-start-shape{
    width: 110vw;
    position: absolute;
    left: calc(100% - 100vw);
    height: 65px;
    top: -65px;
    background: linear-gradient(1.5deg, 
        #eeeeee 20%, #eeeeeeb8 21%,
        #eeeeeeb8 30%, #eeeeee87 31%,
        #eeeeee87 40%, transparent 41%)
}*/
    /* v2 */
.section-start-shape:before{
    content: "";
    width: 110vw;
    left: calc(100% - 100vw);
    position: absolute;
    height: 65px;
    top: -65px;
    background: linear-gradient(1.5deg, #f3f3f3 45%, #f9f9f9 46%,
        #f9f9f9 65%, transparent 66%)
}
.section-start-shape:after{
    content: "";
    width: 110vw;
    right: calc(100% - 100vw);
    position: absolute;
    /*height: 65px;
    top: -65px;
    background: linear-gradient(-1deg, #eeeeee 50%, transparent 51%);*/
    height: 40px;
    top: -40px;
    background: linear-gradient(-0.7deg, #eeeeee 60%, transparent 61%);
}

.section-end-shape:before{
    content: "";
    width: 110vw;
    left: calc(100% - 100vw);
    position: absolute;
    height: 65px;
    bottom: -65px;
    background: linear-gradient(-179deg, #f3f3f3 45%, #f9f9f9 46%,
        #f9f9f9 65%, transparent 66%)
}
.section-end-shape:after{
    content: "";
    width: 110vw;
    right: calc(100% - 100vw);
    position: absolute;
    /*height: 65px;
    top: -65px;
    background: linear-gradient(-1deg, #eeeeee 50%, transparent 51%);*/
    height: 40px;
    bottom: -40px;
    background: linear-gradient(179deg, #eeeeee 60%, transparent 61%);
}



/* search styles */
.page-not-found .search-container {
    margin: 10px 0 0;
    padding: 0;
    position: relative;
    width: 100%
}
.page-not-found .search-container form {
    margin-bottom: 0
}
.page-not-found .search-container form .search-input{
    border: 0;
    border-radius: 20px;
    font-size: 11pt;
    height: auto;
    min-height: 36px;
    padding: 6px 10px;
    transition: all .3s ease-in-out;
    width: 100%;
    background-color: #f2f2f2; 
}
.page-not-found .search-container form .search-input:focus {
    transition: all .2s ease-in-out;
    width: 100%
}
.page-not-found .search-container form .search-input.active {
    padding-left: 40px;
    transition: all .3s ease-in-out;
    width: 100%
}
.page-not-found .search-container form button.form-search {
    background-color: unset;
    border: unset;
    color: #333;
    float: right;
    font-size: 8pt;
    font-weight: 700;
    height: auto;
    padding: 0;
    position: absolute;
    right: 18px;
    text-transform: uppercase;
    top: 10px
}
.page-not-found .search-container form button.form-search .submit-button {
    height: 17px;
    width: 17px
}
.page-not-found .search-container form button.form-reset {
    align-items: center;
    background-color: unset;
    border: unset;
    color: #333;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 10px;
    opacity: 0;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: auto
}

.page-not-found .search-container form button.form-search.active {
    opacity: 1;
    pointer-events: all
}
.page-not-found .search-container form button.form-reset svg {
    display: inline-block
}



/* isStyles */
.sale-label {
    font-size: 13pt !important;
    top: -40px !important;
    z-index: 999 !important;
    padding: 10px 15px !important;
    background-color: #ff8e12 !important;
}
a.sale-box {
    background: unset !important;
    padding: unset !important;
}
a.sale-box:hover{
    color: white !important;
}

/*zindex fix + checkout fixes*/
.mobile-sticky-action{
    z-index: 1000 !important;
}
.checkout.cart-detailed-actions form.paypal_payment_form ~ div {
    width: 100% !important;
}
/*.checkout.cart-detailed-actions form.paypal_payment_form ~ div .paypal-button-container*/
/*.checkout.cart-detailed-actions .paypal-button-container {
    max-width: 100%;
}*/



/*Required style by @carolina at 2024-09-05*/
.thumbnail-container .product-container-img .product-thumbnail:after, .thumbnail-container .product-description:after{
    background-color: rgb(0 0 0 / 5%) !important;
}

#header .current a.dropdown-item {
    color: white !important;
    background: #c6c6c64d;
}
#header a.dropdown-item:hover {
    color: white !important;
    background: #ffffff14;
}

.is-lang-selector .header-badge-icon{
    padding-right: 5px;
}
.is-lang-selector .flag{
    position: absolute;
    right: 0;
    top: 0;
}
.is-lang-selector .isocode{
    position: absolute;
    right: 0;
    top: 0;

    background: #606060;
    color: white;
    font-size: 8pt;
    border-radius: 2px;
    line-height: 1;
    padding: 2px;
    top: -2px;
    right: -2px;
    font-weight: bold;
}
.is-lang-selector .dropdown-background {
    min-width: 145px  !important;
    background-color: #333 !important;
    top: 40px !important;
    left: -10px;
    transform: translate(0, 0) !important;
    border-radius: 0  !important;
    BORDER: 0  !important;

    font-size: 11pt;
    border-bottom-left-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}
.is-lang-selector .dropdown-item {
    color: whitesmoke;
}
.is-lang-selector .open>.dropdown-menu{
    position: absolute;
}

.is-lang-selector button{
    box-shadow: unset !important;
}
@media (max-width: 992px){
    .is-lang-selector .dropdown-background {
        padding-top: 0;
    }
}

/**
 * --- Style fix for menu images
 **/
#menuContainer #submenuWrapper .submenuWrapperContent .gridMenuContainer div .gridMenuWrapper .thirdmenuContent>a .griditem-imagecontainer .img-wrapper>img{
    object-fit: cover;;
}




/**
 * --- NEW Footer styles 
 **/

.layout-max-width {
    width: -webkit-fill-available;
    margin-left: 15px;
    margin-right: 15px;
}
.footer img{
    margin: unset;
}

.footer .content-top {
    display: flex;
    padding: 64px 0;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    gap: 64px;
    background: linear-gradient(103deg,#152640,#264473 100.3%)
}

@media screen and (min-width: 768px) and (max-width: 1365px) {
    .footer .content-top {
        padding:24px 0
    }
}

@media screen and (max-width: 767px) {
    .footer .content-top {
        padding:48px 0
    }
}

.footer .content-top .content-top-container {
    display: flex;
    justify-content: flex-end;
    gap: 32px;
    align-self: stretch
}

@media screen and (min-width: 768px) and (max-width: 1365px) {
    .footer .content-top .content-top-container {
        flex-direction:column
    }

    .footer .content-top .content-top-container .footer-awards {
        justify-content: flex-end;
        order: 2
    }
}

@media screen and (max-width: 767px) {
    .footer .content-top .content-top-container {
        flex-direction:column
    }
}

.footer .content-top .content-top-container .icons {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
    width: 270px
}

@media screen and (min-width: 768px) and (max-width: 1365px) {
    .footer .content-top .content-top-container .icons {
        width:100%;
        flex-direction: row;
        align-items: center;
        gap: 42px
    }
}

@media screen and (max-width: 767px) {
    .footer .content-top .content-top-container .icons {
        width:100%
    }
}

.footer .content-top .content-top-container .icons .footer-awards {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
    flex-direction: row
}

@media screen and (max-width: 767px) {
    .footer .content-top .content-top-container .icons .footer-awards {
        display:none
    }
}

.footer .content-top .content-top-container .icons .footer-awards img {
    max-width: 33%;
    height: 74px
}

@media screen and (min-width: 768px) and (max-width: 1365px) {
    .footer .content-top .content-top-container .icons .footer-awards img {
        width:64px;
        height: 64px
    }
}

.footer .content-top .content-top-container .icons .app-logos {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 24px;
    align-self: stretch
}

.footer .content-top .content-top-container .icons .app-logos .is-app {
    display: flex;
    align-items: center;
    gap: 16px;
    align-self: stretch
}

@media screen and (max-width: 767px) {
    .footer .content-top .content-top-container .icons .app-logos .is-app {
        justify-content:center
    }
}

.footer .content-top .content-top-container .icons .app-logos .is-app .texts {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px
}
	
@media screen and (max-width: 767px) {
    .footer .content-top .content-top-container .icons .app-logos .is-app .texts {
        flex:none
    }
}

.footer .content-top .content-top-container .icons .app-logos .is-app .texts p {
    margin: 0
}

.footer .content-top .content-top-container .icons .app-logos .is-app .texts p:first-child {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal
}

.footer .content-top .content-top-container .icons .app-logos .is-app .texts p:nth-child(2) {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.footer .content-top .content-top-container .icons .app-logos .apps-stores {
    display: flex;
    align-items: center;
    gap: 10.953px;
    align-self: stretch
}

@media screen and (max-width: 767px) {
    .footer .content-top .content-top-container .icons .app-logos .apps-stores {
        justify-content:center
    }
}

.footer .content-top .content-top-container .links-payments {
    flex: 1 0 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px
}

.footer .content-top .content-top-container .links-payments .footer-awards-mobile {
    display: flex;
    align-items: center;
    align-self: stretch;
    justify-content: center;
    gap: 16px
}

.footer .content-top .content-top-container .links-payments .footer-awards-mobile img {
    width: 64px;
    height: 64px
}

@media screen and (max-width: 390px) {
    .footer .content-top .content-top-container .links-payments .footer-awards-mobile img {
        width:36px;
        height: 36px
    }
}

@media screen and (min-width: 767px) {
    .footer .content-top .content-top-container .links-payments .footer-awards-mobile {
        display:none
    }
}

.footer .content-top .content-top-container .links-payments .links {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
    flex-wrap: wrap
}

@media screen and (max-width: 1365px) {
    .footer .content-top .content-top-container .links-payments .links {
        display:flex;
        flex-direction: column;
        gap: 16px
    }

    .footer .content-top .content-top-container .links-payments .links .link-group .list:not(.open) a{
        display: none;
    }
}

.footer .content-top .content-top-container .links-payments .links .link-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    flex: 1 0 0
}

@media screen and (min-width: 1366px) { /*(min-width: 768px) {*/
    .footer .content-top .content-top-container .links-payments .links .link-group:last-child {
        margin-top:24px;
        flex-basis: 100%
    }

    .footer .content-top .content-top-container .links-payments .links .link-group:last-child .list {
        flex-direction: row;
        flex-flow: wrap;
    }

    .footer .content-top .content-top-container .links-payments .links .link-group:last-child .list a:not(:last-child) {
        border-right: 1px solid white;
        padding-right: 8px
    }
}

@media screen and (max-width: 1365px) {
    .footer .content-top .content-top-container .links-payments .links .link-group {
        width:100%
    }
}

.footer .content-top .content-top-container .links-payments .links .link-group.active svg {
    transform: rotate(-180deg);
    transition: .2s all
}

.footer .content-top .content-top-container .links-payments .links .link-group .title {
    cursor: pointer
}

@media screen and (max-width: 1365px) {
    .footer .content-top .content-top-container .links-payments .links .link-group .title {
        display:flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        border-bottom: 1px solid rgba(255,255,255,.5);
        padding-bottom: 16px
    }

    .footer .content-top .content-top-container .links-payments .links .link-group .title svg {
        fill: #fff;
        transition: .2s all
    }
}

.footer .content-top .content-top-container .links-payments .links .link-group .title span {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal
}

.footer .content-top .content-top-container .links-payments .links .link-group .title .angle-down {
    display: block
}

@media screen and (min-width: 1366px) {
    .footer .content-top .content-top-container .links-payments .links .link-group .title .angle-down {
        display:none
    }
}

.footer .content-top .content-top-container .links-payments .links .link-group .list {
    display: flex;
    padding: 2px 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch
}

@media screen and (min-width: 1366px) {
    .footer .content-top .content-top-container .links-payments .links .link-group .list.d-none {
        display:flex!important
    }
}

@media screen and (max-width: 1365px) {
    .footer .content-top .content-top-container .links-payments .links .link-group .list {
        opacity:0;
        display: none
    }
}

.footer .content-top .content-top-container .links-payments .links .link-group .list a {
    color: #eee !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
}

.footer .content-top .content-top-container .links-payments .sub-links p.title {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal
}

.footer .content-top .content-top-container .links-payments .sub-links .list {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 8px
}

.footer .content-top .content-top-container .links-payments .sub-links .list a {
    color: #eee;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.footer .content-top .content-top-container .links-payments .sub-links .list .border {
    width: 1px;
    height: 18px;
    background-color: #fff
}

.footer .content-top .content-top-container .links-payments .payments {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px
}

@media screen and (min-width: 768px) and (max-width: 1365px) {
    .footer .content-top .content-top-container .links-payments .payments {
        width:100%;
        align-items: center
    }
}

@media screen and (max-width: 767px) {
    .footer .content-top .content-top-container .links-payments .payments {
        align-items:center;
        width: 100%;
    }
}

.footer .content-top .content-top-container .links-payments .payments span.title {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal
}

.footer .content-top .content-top-container .links-payments .payments .payments-list {
    display: flex;
    align-items: center;
    gap: 8px
}

@media screen and (max-width: 767px) {
    .footer .content-top .content-top-container .links-payments .payments .payments-list {
        flex-wrap:wrap;
        justify-content: center
    }
}

.footer .content-top .content-top-container .links-payments .payments .payments-list .box-img {
    display: flex;
    width: 70px;
    height: 30px;
    padding: .74px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: .925px;
    flex-shrink: 0;
    border-radius: 3px;
    background: #fff
}

@media screen and (max-width: 767px) {
    .footer .content-top .content-top-container .links-payments .payments .payments-list .box-img {
        width:60px;
        height: 28px;
        padding: .69px
    }
}

.footer .content-top .content-top-container .links-payments .payments .payments-list .box-img img {
    width: 100%;
    image-rendering: crisp-edges
}

.footer .content-bottom {
    display: flex;
    padding: 24px 0;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    background: #152640
}

.footer .content-bottom .content-bottom-container {
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media screen and (max-width: 767px) {
    .footer .content-bottom .content-bottom-container {
        flex-direction:column;
        gap: 32px
    }
}

.footer .content-bottom .is-logo img {
    height: 33.2px
}

.footer .content-bottom .social {
    display: flex;
    align-items: center;
    gap: 16px
}

.footer .content-bottom .social .box-img {
    display: flex;
    width: 48px;
    height: 48px;
    padding: 4px 1.333px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
    border-radius: 10.667px;
    background: #ffffff1a
}

.footer .content-bottom .social .box-img a{
    display: flex;
}

@media screen and (max-width: 767px) {
    .footer .content-bottom .social .box-img {
        width:40px;
        height: 40px
    }
}
	
@media screen and (max-width: 390px) {
    .footer .content-bottom .social .box-img {
        width:36px;
        height: 36px
    }
}

/**
 * --- NEW Header styles 
 **/

.desktop-submenu, .desktop-submenu-link{
    margin-right: 0 !important;
    font-weight: normal !important;
}
.header-top{
    background-color: transparent !important;
}
#search-results{
    margin: 0;
}
.menu-search .search-container form .search-input{
    width: 100% !important;
}
.menu-search .search-container form .search-input{
    height: 44px !important;
    padding: 6px 16px !important;
}
.desktop-submenu>img, .desktop-submenu-link>img {
    margin-right: 5px;
}
.menu-search .search-container{
    margin-top: 0 !important;
}
.menu-search {
    display: flex;
    height: 44px;
    padding: 6px 0 6px 48px !important;
    /*padding-top: 6px !important;
    padding-bottom: 6px !important;
    padding-right: 6px !important;
    padding-left: 48px !important;*/
    align-items: center;
    gap: 10px;
    flex: 1;
    border-radius: 99px;
}
@media screen and (min-width: 768px) and (max-width: 1365px) {
    .menu-search {
        padding: 0 0 0 48px !important;
    }
}
@media screen and (max-width: 767px) {
    .menu-search {
        flex: 1 0 100%;
        padding: 0 !important;
    }
}

.header-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-bottom: 8px;
    padding-top: 16px;
    background: var(--Header-Linear, linear-gradient(99deg, #264473 -.75%, #152640 100%))
}

@media screen and (max-width: 767px) {
    .header-content {
        gap:0;
        padding: 16px 0
    }
}

.dropdown-blackFridayMenu, .menu-blackFridayMenu {
    display: flex !important;
    padding: 4px 14px;
    align-items: center !important;
    justify-content: center !important;
    background: linear-gradient(85deg, #C00101 8.16%, #DB5400 58.8%) !important;
    font-weight: 600 !important;
    justify-content: flex-start !important;
    gap: 8px;
    border-radius: 8px;
    color: white !important;
    font-weight: 600;
}
.desktop-submenu-link-blackFridayMenu{
    animation: none !important;
    color: white !important;
    font-weight: 600 !important;
}

.dropdown-blackFridayMenu, .menu-blackFridayMenu:hover,
.desktop-submenu-link-blackFridayMenu:hover{
    color: orange!important;
}

#menuContainer #menuWrapper .menu-blackFridayMenu {
    justify-content: flex-start;
    gap: 8px;
    border-radius: 0 !important;
    color: #fff;
}

.header-menu {
    position: relative !important;
    z-index: 3;
    background-color: unset !important;
    border: unset !important;
    overflow-x: hidden;
}

.header-menu .is-main-menu .collapse {
    max-height: 40px
}

.header-menu .is-main-menu .dropdown-toggle:after {
    display: none
}

.header-menu .is-main-menu .navbar-nav {
    display: flex;
    width: 975px;
    align-items: center;
    gap: 16px
}

.header-menu .is-main-menu .navbar-nav .dropdown-stores {
    display: flex;
    padding: 4px 14px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    background: linear-gradient(94deg,#4c53b5 -9.59%,#4f90f2 134.95%)
}

.header-menu .is-main-menu .navbar-nav .desktop-submenu-link {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px
}

.header-menu .is-main-menu .navbar-nav .nav-link {
    padding: 0 !important;
    background-color: transparent !important;
}
.is-main-menu .nav-link {
    color: #fff !important;
    font-family: Work Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
}
/*.is-main-menu .nav-link img {
    filter: invert(1);
}*/
.header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    gap: 0
}

@media screen and (max-width: 767px) {
    .header-top {
        flex-wrap:wrap;
        gap: 16px
    }
}

.header-top .actions {
    display: flex;
    padding-left: 32px;
    justify-content: flex-end;
    align-items: center;
    gap: 32px;
    flex: 0 0 auto
}

@media screen and (min-width: 768px) and (max-width: 1365px) {
    .header-top .actions {
        padding-left:16px
    }
}

@media screen and (max-width: 767px) {
    .header-top .actions {
        width:50%;
        padding-left: 0;
        flex: 0
    }
}

.header-top .menu-icons {
    padding-left: 16px !important;
}
.header-top .actions .menu-icons {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 0;
    padding-left: 16px !important;
}

.header-top .favorite-store {
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    text-decoration: none;
}

@media screen and (max-width: 1365px) {
    .header-top .favorite-store {
        display:none
    }
}

.header-top .favorite-store p {
    color: #fff;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

@media screen and (max-width: 1365px) {
    .header-top .favorite-store p {
        display:none
    }
}

.header-top .favorite-store svg {
    height: 32px
}

@media screen and (max-width: 767px) {
    .header-top .menu-logo {
        align-items:center;
        display: flex;
        gap: 8px;
        width: 50%;
    }
    .header-top:not(.header-checkout) .menu-logo{
        flex: 0;
    }
    .menu-icons .col-6{
        width: auto;
    }
}


@media (max-width: 400px) {
    .header-top .menu-logo{
        gap: 4px;
    }
    #hamburgerMenuOpen{
        width: 25px;
    }
    .menu-icons>div{
        margin-left: 8px;
    }
}

@media (max-width: 992px) {
    #hamburgerMenuOpen {
        display: inline-block !important;
    }
    .header-content{
        gap: 8px;
    }
}
@media (max-width: 767px) {
    .header-content{
        gap: 0px;
    }
}


@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.header-cart span {
    font-size: 16pt;
    font-weight: 400
}

.header-site-logo {
    z-index: 40;
    margin-left: 10px
}

.header-site-logo img {
    width: 160px
}

.navbar {
    width: 100%;
    padding: 0;
    position: relative
}

@media (max-width: 992px) {
    .navbar-nav .dropdown-menu {
        position:static!important
    }
}

@media (min-width: 993px) {
    .is-main-menu .navbar-nav .dropdown-menu {
        position:absolute
    }
}

@media (max-width: 992px) {
    .header-site-logo {
        margin-bottom:0;
        padding-bottom: 2px
    }

    .header-site-logo img {
        max-width: 120px;
        margin-bottom: 0;
        height: auto
    }

    .header-account {
        right: 55px
    }

    .header-account span {
        display: none
    }

    .header-account .row {
        margin: 0!important;
        justify-content: space-between
    }

    .header-account .row div {
        padding-left: 7px;
        padding-right: 7px
    }

    .header-contacts {
        right: 100px
    }

    .header-contacts span {
        display: none
    }

    .header-badge-icon {
        max-height: 32px
    }

    .header-cart {
        right: 10px
    }

    .header-cart span {
        display: none
    }

    .navbar button {
        position: absolute;
        top: -114px;
        left: 20px;
        z-index: 50;
        background-color: #333;
        color: #fff;
        padding: 3px;
        border: 2px solid hsla(0,0%,100%,.2)!important;
        border-radius: 11px;
        height: auto;
        width: auto
    }

    .is-main-menu .collapse {
        max-height: 420px
    }

    .navbar-nav .dropdown-menu {
        height: auto!important;
        width: 100%;
        border: unset;
        background: transparent;
        box-shadow: none
    }

    .is-mm-arrow {
        transform: rotate(90deg)
    }
}

/* FIXES */

#iconContainer img, #offcanvasClose,
#menuContainer #menuWrapper .menuContent #submenuContent a .menu-link img {
    filter: brightness(0) invert(1) !important;
}

#menuContainer #menuWrapper .menuContent #submenuContent a .menu-link.menu-pickup_and_repair {
    background: linear-gradient(22deg,#0b57d0,#427bd7 55%);
    color: #fff
}

#menuContainer #menuWrapper .menuContent #submenuContent a .menu-link.menu-stores {
    background-color: #4c53b5 !important;
    background: linear-gradient(94deg,#4c53b5 -9.59%,#4f90f2 134.95%) !important; 
}

/* Blackfriday styles*/
.header-content.is-blackfriday {
    background: var(--Blackfriday-V2, linear-gradient(102deg, #a31920 -33.7%, #100c08 127.1%))
}
.footer .content-top.is-blackfriday {
    background: linear-gradient(95deg,#c91c20 -48.07%,#100c08 128.78%)
}
.footer .content-bottom.is-blackfriday {
    background: #2a0600;
}
.header-checkout.is-blackfriday,
.footer-checkout.is-blackfriday{
    background-color: #700B10 !important;
}




/* prov here*/
.footer-checkout .blockreassurance_product > a {
    text-decoration: none;
}
.footer-checkout .blockreassurance_product > div,
.footer-checkout .blockreassurance_product > a /*> div*/{
    padding: 24px 24px;
    /*height: 121px;
    margin: auto;*/
    width: 25%;
}
.footer-checkout .blockreassurance_product > div:not(:last-child),
.footer-checkout .blockreassurance_product > a:not(:last-child){  /*> div*/
    border-right: 1px solid #989898;
}
.footer-checkout .blockreassurance_product .item-product /*svg*/{
    filter: brightness(0) invert(1);
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 65px;
    width: 65px;
    padding: 0;
    margin-right: 16px;
}
.footer-checkout .blockreassurance_product .item-product svg,
.footer-checkout .blockreassurance_product .item-product img{
    height: 50px;
    width: 50px;
    
}
.footer-checkout .blockreassurance_product .block-title,
.footer-checkout .blockreassurance_product p{
    color: white !important;
    font-family: "Work Sans";
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}
.footer-checkout .blockreassurance_product .block-title{
    font-size: 20px;
}
.footer-checkout .blockreassurance_product p{
    font-size: 14px;
}
@media (max-width: 1450px) {
    .footer-checkout{
        padding: 32px 24px;
    }
    .footer-checkout .blockreassurance_product{
        flex-wrap: wrap;
        justify-content: left;
    }
    .footer-checkout .blockreassurance_product > div,
    .footer-checkout .blockreassurance_product > a/* > div*/{
        width: 50%;
    }


    .footer-checkout .blockreassurance_product > div:not(:last-child),
    .footer-checkout .blockreassurance_product > a:not(:last-child){/* > div*/
        border-bottom: 1px solid #989898;
        border-right: 0;
    }
    .footer-checkout .blockreassurance_product > div:nth-last-child(1),
    .footer-checkout .blockreassurance_product > div:nth-last-child(2),
    .footer-checkout .blockreassurance_product > a:nth-last-child(1), /* > div*/
    .footer-checkout .blockreassurance_product > a:nth-last-child(2){ /* > div*/
        border-bottom: 0;
    }
}
@media (max-width: 767px) {
    .footer-checkout{
        padding: 32px 16px;
    }
    .footer-checkout .blockreassurance_product{
        flex-direction: column;
    }
    .footer-checkout .blockreassurance_product > div,
    .footer-checkout .blockreassurance_product > a{ /* > div*/
        width: 100%;
    }
    .footer-checkout .blockreassurance_product > div:not(:last-child),
    .footer-checkout .blockreassurance_product > a:not(:last-child){ /* > div*/
        border-bottom: 1px solid #989898;
        border-right: 0;
    }
}
