* {
    box-sizing: border-box;
    font-family: 'CFAstyStd-Medium';
    color: #011e41;
}

* {
    scrollbar-width: thin;
    scrollbar-color: #011e41 #F2F2F2;
}


/* Works on Chrome/Edge/Safari */

*::-webkit-scrollbar {
    width: 5px;
    height: 10px;
}

*::-webkit-scrollbar-track {
    background: #F2F2F2;
}

*::-webkit-scrollbar-thumb {
    background-color: #011e41;
    border-radius: 20px;
    border: 2px solid #011e41;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.make-it-last .book-1-12 {
    font-family: 'CFAstyStd-Book' !important;
    font-size: 1rem !important;
    line-height: 1.2rem !important;
}

.make-it-last .medium-2-2 {
    font-family: 'CFAstyStd-Medium' !important;
    font-size: 2rem !important;
    line-height: 2.4rem !important;
}

.make-it-last .book-1-15 {
    font-family: 'CFAstyStd-Book' !important;
    font-size: 1rem !important;
    line-height: 1.5rem !important;
}

.make-it-last .book-125-15 {
    font-family: 'CFAstyStd-Book' !important;
    font-size: 1.25rem !important;
    line-height: 1.5rem !important;
}

.make-it-last .book-25-2 {
    font-family: 'CFAstyStd-Book' !important;
    font-size: 2.5rem !important;
    line-height: 2.4rem !important;
}

.make-it-last .bold-25-2 {
    font-family: 'CFAstyStd-Bold' !important;
    font-size: 2.5rem !important;
    line-height: 2.4rem !important;
}

.make-it-last .book-25-2 {
    font-family: 'CFAstyStd-Book' !important;
    font-size: 2.5rem !important;
    line-height: 2.7rem !important;
}

.make-it-last .col-bg {
    max-height: 750px !important;
    height: 750px !important;
}

.make-it-last .mh-200 {
    max-height: 200px !important;
}

.grid-img-container {
    max-height: 220px !important;
    height: 220px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    background-size: cover;
}

.grid-img-container.bg-grid-1 {
    background-image: url('../images/electrolux-save-water.jpg');
}

.grid-img-container.bg-grid-2 {
    background-image: url('../images/electrolux-detergent-712x534.jpg');
}

.grid-img-container.bg-grid-3 {
    background-image: url('../images/electrolux-fabric-softner.jpg');
}

.grid-img-container.bg-grid-4 {
    background-image: url('../images/electrolux-autodose.jpg');
}

.grid-img-container.bg-grid-5 {
    background-image: url('../images/electrolux-steam-refresh-program.jpg');
}

.grid-img-container.bg-grid-6 {
    background-image: url('../images/electrolux-outdoor-program.jpg');
}


/* .col-bg.bgel-1 {
            position: relative;
        }
        
        .col-bg.bgel-1:after {
            content: "";
            background-position: center center;
            background-size: contain;
            background-repeat: no-repeat;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            width: 100%;
            height: 100%;
            background-image: url('../images/electrolux-30-is-the-new.jpg') !important; 
    } */

#player-overlay {
    overflow: hidden;
}

video {
    width: 100%;
    max-height: 100%;
}

video.video-2 {
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
}

.make-it-last .button-electrolux {
    display: inline-block;
    background-color: #011e41;
    border: 2px solid #011e41;
    color: #fff;
    padding: 9px 26px;
}

.make-it-last .button-electrolux:hover {
    background-color: #1e3359;
    border-color: #1e3359;
    color: #fff;
    cursor: pointer;
}

.play-video-btn {
    background-color: #011e41;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border: 2px solid transparent;
    box-sizing: border-box;
    border-radius: 50%;
    height: 60px;
    position: absolute;
    transition: transform .2s;
    width: 60px;
    left: 50%;
    margin-left: -30px;
    margin-top: -30px;
    top: 50%;
}

.play-video-btn .SvgIcon {
    fill: #fff;
    height: 24px;
    left: 50%;
    margin-left: -8px;
    position: absolute;
    top: 16px;
    width: 24px;
}

.play-video-btn .SvgIcon {
    fill: #fff;
}

.video-modal .modal-dialog {
    max-width: 100%;
    height: 100vh;
    margin: 0 !important;
}

.modal-content {
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -ms-border-radius: 0px !important;
    -o-border-radius: 0px !important;
}

.video-modal .modal-content {
    height: 100%;
    /* overflow: scroll; */
    background-color: #191919;
}

#mainVideo {
    height: 776px;
    max-height: 776px;
}

#yt-video:hover {
    cursor: pointer;
}

.modal-header {
    top: 0px;
    position: sticky;
    padding: 0;
    z-index: 9999;
    right: 0;
    border-bottom: none !important;
    color: #fff !important;
}

.modal-header .close {
    font-size: 2.5rem !important;
    color: #FFFFFF;
    opacity: 1;
}

#mvFrame,
#mvFrame1 {
    width: 100%;
    height: 100%;
}

.list-items {
    flex-wrap: nowrap;
    flex-direction: row;
    display: flex;
}

.list-item {
    width: 33.333333%;
    padding: 0 15px !important;
}

@media(max-width:992px) {
    .middle-header {
        margin: 30px auto !important;
    }
    .grid-list {
        overflow-x: scroll;
    }
    .list-items {
        width: 1160px;
        max-width: 1160px;
        padding-bottom: 50px !important;
    }
}

@media (max-width: 575px) {
    .intro-col {
        padding: 20px 15px !important;
    }
    .make-it-last .book-25-2 {
        font-size: 1.7rem !important;
        line-height: 2rem !important;
    }
    .col-pad {
        padding: 20px 15px !important;
    }
}

@media (max-width: 480px) {
    .make-it-last .book-25-2 {
        font-size: 1.5rem !important;
        line-height: 1.8rem !important;
    }
}


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

button {
    outline: none !important;
}

.gap-195 {
    height: 195px;
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: none;
}

input[type="checkbox"]:focus {
    outline: none !important;
    outline-width: 0 !important;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
}


/* Define Fonts, Sizes and Colors */

.button-ep {
    max-width: 50%;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #ffff;
}

#apple-landing {
    overflow: hidden;
    max-width: 100%;
}

.make-it-last .gap-100,
.gap-100 {
    height: 100px;
}

.make-it-last .gap-130 {
    height: 130px;
}

.make-it-last .gap-150 {
    height: 150px;
}

.make-it-last .gap-200 {
    height: 200px;
}

.book-16-22 {
    font-family: 'CFAstyStd-Book';
    font-size: 16px;
    line-height: 22px;
    color: #000;
}

.make-it-last .bold-16-24 {
    font-family: 'CFAstyStd-Bold';
    font-size: 16px;
    line-height: 22px;
    color: #fff;
}

.make-it-last .book-20-30 {
    font-family: 'CFAstyStd-Book';
    font-size: 20px;
    line-height: 30px;
    color: #fff;
}

.make-it-last .med-16-24 {
    font-family: 'CFAstyStd-Medium';
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}

.make-it-last .bold-18-23 {
    font-family: 'CFAstyStd-Bold';
    font-size: 18px;
    line-height: 23px;
    color: #000;
}

.make-it-last .book-16-22 {
    font-family: 'CFAstyStd-Book';
    font-size: 16px;
    line-height: 22px;
}

.make-it-last .bold-36-47 {
    font-family: 'CFAstyStd-Bold';
    font-size: 36px;
    line-height: 47px;
    color: #fff;
}

.bold-48-62 {
    font-family: 'CFAstyStd-Bold';
    font-size: 48px;
    line-height: 62px;
    color: #000;
}

.make-it-last .bold-20-42 {
    font-family: 'CFAstyStd-Bold';
    font-size: 20px;
    line-height: 42px;
    color: #fff;
}

.make-it-last .bold-36-42 {
    font-family: 'CFAstyStd-Bold';
    font-size: 36px;
    line-height: 42px;
    color: #fff;
}

.make-it-last .bold-32 {
    font-size: 32px;
}

.make-it-last .bold-32-38 {
    font-family: 'CFAstyStd-Bold';
    font-size: 32px;
    line-height: 38px;
    color: #000;
}

.make-it-last .bold-24-38 {
    font-family: 'CFAstyStd-Bold';
    font-size: 24px;
    line-height: 38px;
    color: #fff;
}

.make-it-last .bold-48-52 {
    font-family: 'CFAstyStd-Bold';
    font-size: 48px;
    line-height: 52px;
    color: #fff;
}

.make-it-last .book-36-30 {
    font-family: 'CFAstyStd-Book';
    font-size: 36px;
    line-height: 30px;
    color: #fff;
}

.make-it-last .color-b {
    color: #000;
}


/* Navbar Start */

.navbar-toggler-icon {
    background-image: none !important;
}

.apple-brand {
    position: relative;
    padding-left: 18px !important;
}

.apple-brand:before {
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    width: 2px;
    background-color: #E5E5E5;
    top: 0;
}

.menu {
    cursor: pointer;
    margin: 0 auto;
    padding-left: 1.25em;
    position: relative;
    height: 40px;
    width: 30px;
}

.navbar.fixed-top .menu-global {
    backface-visibility: hidden;
    position: absolute;
    left: 0;
    border-top: 2px solid white !important;
    width: 100%;
    transition: 0.55s;
}

.menu-top {
    top: 5px;
}

.menu-middle {
    top: 15px;
}

.menu-bottom {
    top: 25px;
}

.menu-top-click {
    backface-visibility: hidden;
    top: 15px;
    transform: rotate(50deg);
    transition: 0.55s 0.5s;
}

.menu-middle-click {
    opacity: 0;
}

.button-electrolux a {
    text-decoration: none !important;
    color: #fff;
}

.menu-bottom-click {
    backface-visibility: hidden;
    top: 15px;
    transform: rotate(-410deg);
    transition: 0.55s 0.5s;
}

.navbar-links {
    justify-content: flex-end !important;
}

.nav-row {
    max-width: 90% !important;
    margin: 0 auto !important;
    align-items: center;
    justify-content: space-between;
}

.navbar-electrolux {
    background-color: #011e41;
    z-index: 99999;
    height: 80px !important;
    /* padding: 0 150px; */
    padding: 0;
}

.nav-item .nav-link:last-child {
    margin-right: 0px !important;
}

.nav-link {
    position: relative;
    margin: 0px 40px;
    font-size: 14px;
    font-weight: bold;
    color: #fff !important;
}

.nav-link:hover:after {
    width: 100%;
}

.active:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    transition: all .2s ease-in-out;
}

.mb-10 {
    margin-bottom: 100px !important;
}

.mb-8 {
    margin-bottom: 80px !important;
}

.card-title {
    font-weight: bold;
}

button.navbar-toggler {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}

.navbar-toggler,
a {
    border: none !important;
    outline: none !important;
}

.fixed-top .active:after {
    content: "";
    position: absolute;
    bottom: -5px;
    width: 100%;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    transition: all .2s ease-in-out;
}

.fixed-top .nav-link:hover:after {
    background-color: #fff;
}

.navbar-toggler {
    float: right;
}

.fixed-top .navbar-toggler {
    border-color: #fff !important;
}

.backcol .nav-item a {
    color: #fff !important;
}

.navbar-collapse {
    background-color: #011e41;
}

.kotsovolos-brand {
    background-color: #0000 !important;
}

@media (max-width: 1200px) {
    .logo-col {
        justify-content: center !important;
    }
    .navbar-links {
        justify-content: center !important;
    }
}

@media (max-width: 992px) {
    .navbar-electrolux {
        height: auto !important;
    }
    .nav-link {
        margin: 0 !important;
        padding: .5rem 1rem !important;
    }
    .navbar {
        padding: 0 !important;
    }
    .navbar-toggler {
        right: 15px !important;
    }
    .navbar-electrolux .row {
        justify-content: space-between !important;
    }
    .nav-link:hover:after {
        width: 150px !important;
    }
    .active:after {
        width: 150px !important;
    }
    .navbar-toggler>.close {
        display: inline;
    }
}

@media(max-width: 480px) {
    .navbar {
        padding: 10px 10px !important;
    }
    .navbar-brand img {
        max-width: 160px;
    }
    .apple-brand {
        position: relative;
        padding-left: 12px !important;
    }
}

@media(max-width: 380px) {
    .navbar-brand img {
        max-width: 100px;
    }
    .apple-brand {
        position: relative;
        padding-left: 10px !important;
    }
    .navbar-nav {
        padding-top: 15px !important;
    }
}


/* Navbar End */

.intro-container {
    background-color: #F2F2F2;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    display: block;
    position: relative;
    height: 100vh;
    width: 100%;
    overflow: hidden;
}

.intro-container:after {
    background-color: rgba(0, 0, 0, 0.6);
    bottom: 0;
    content: "";
    left: 0;
    opacity: .9;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.intro-text .intro-col {
    z-index: 9999;
}

.main-container {
    max-width: 1320px;
    margin: 0 auto;
}

.header-title {
    position: relative;
    padding: 40px 0px;
    margin-bottom: 40px;
}

.header-title:before {
    content: "";
    position: absolute;
    top: 0;
    width: 300px;
    height: 5px;
    background-color: #D51317;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.rotate-btn,
.rotate-back-btn,
.rotate-btn-2,
.rotate-back-btn-2,
.rotate-back-btn-3,
.rotate-btn-3 {
    color: #007bff;
}

.rotate-btn:hover,
.rotate-back-btn:hover,
.rotate-back-btn-2:hover,
.rotate-btn-2:hover,
.rotate-back-btn-3:hover,
.rotate-btn-3:hover {
    cursor: pointer;
}

#maps {
    max-width: 1290px !important;
    margin: 0 auto !important;
}

.back-container {
    max-height: 350px;
    overflow-y: scroll;
}

.left-container {
    height: 478px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.bg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-1 {
    background-image: url('../images/1.png');
}

.bg-2 {
    background-image: url('../images/2.png');
}

.bg-3 {
    background-image: url('../images/3.png');
}

.bg-4 {
    background-image: url('../images/4.png');
}

.bg-5 {
    background-image: url('../images/4.png');
}

.bg-6 {
    background-image: url('../images/6.png');
}

.bg-7 {
    background-image: url('../images/7.png');
}

.bg-8 {
    background-image: url('../images/8.png');
}

.bg-9 {
    background-image: url('../images/9.png');
}

.bg-10 {
    background-image: url('../images/10.png');
}

.bg-11 {
    background-image: url('../images/11.png');
}

.right-container.bg {
    background-color: #F2F2F2;
}

.right-container.bg.ts {
    background-color: transparent;
}

.right-container {
    height: 478px;
    border-radius: 12px !important;
    -webkit-border-radius: 12px !important;
    -moz-border-radius: 12px !important;
    -ms-border-radius: 12px !important;
    -o-border-radius: 12px !important;
}

.images-row {
    margin: 0px 0px 30px 0px !important;
}

#apple-google-maps {
    height: 969px;
}

.footer {
    height: 240px;
    background-color: #F2F2F2;
    border-top: 5px solid #D51317;
}

.footer .inner-container {
    max-width: 1290px;
    margin: 0 auto;
    height: 80px;
}

.footer-links {
    list-style: none !important;
}

.footer-links li {
    margin-left: 40px;
    min-width: 65px;
}

#payment-images-carousel {
    display: none !important;
}

.owl-nav {
    display: none !important;
}

.owl-theme .owl-dots .owl-dot span {
    background: #F2F2F2 !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #D51317 !important;
}

@media(max-width:992px) {
    .gap-195 {
        height: 100px !important;
    }
    /* .middle-images .row {
                flex-direction: column !important;
            } */
    .nav-link.active:after {
        content: none;
    }
    .nav-link.active {
        background-color: #fff;
        color: #000 !important;
    }
    .mb-3grid {
        margin-bottom: 30px !important;
    }
}

@media (max-width: 767px) {
    #payment-images {
        display: none !important;
    }
    #payment-images-carousel {
        display: block !important;
    }
}

@media (max-width: 768px) {
    .bold-48-62 {
        font-size: 36px !important;
        line-height: 48px !important;
    }
    .bold-32-38 {
        font-size: 28px !important;
        line-height: 32px !important;
    }
    .mb-small {
        margin-bottom: 30px !important;
    }
}

@media(max-width:575px) {
    .footer-col {
        justify-content: center !important;
    }
    .footer-links {
        padding-left: 0px !important;
    }
    .footer-links li {
        margin: 0px 10px !important;
    }
    .gap-195 {
        height: 80px !important;
    }
}

@media(max-width:380px) {
    /* .apple-logo,
            .kotsovolos-logo {
                max-width: 80% !important;
            }
            .apple-brand {
                padding-left: 10px !important;
            } */
    .footer-links {
        display: flex !important;
        flex-direction: column !important;
    }
    .footer-links li {
        margin: 10px 10px !important;
    }
    .bold-48-62 {
        font-size: 28px !important;
        line-height: 36px !important;
    }
    .bold-32-38 {
        font-size: 24px !important;
        line-height: 32px !important;
    }
}

.box {
    background-color: transparent;
    perspective: 1000px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.9s;
    transform-style: preserve-3d;
    -webkit-transition: transform 0.9s;
    -moz-transition: transform 0.9s;
    -ms-transition: transform 0.9s;
    -o-transition: transform 0.9s;
}

.box.rotate-box .box-inner {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
}

.box-front,
.box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.box-front {
    background-color: #F2F2F2;
    color: #111111;
}

.box-back {
    background-color: #F2F2F2;
    color: #eeeeee;
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
}