﻿.margin-top-40 {
    margin-top: 40px;
}

.no-scroll {
    overflow: hidden;
}

/*-----------
  ----------- COOKIE 
-----------*/
#cookie-overlay {
    background-color: rgba(0, 0, 0, 0.83);
    position: fixed;
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    z-index: 1000000;
    padding: 20px;
}

    #cookie-overlay #cookie-box {
        width: 790px;
        max-width: 100%;
        max-height: 100%;
        background: #F4F4F4;
        color: #4B4B4B;
        overflow-x: hidden;
        padding: 40px;
    }

        #cookie-overlay #cookie-box .title {
            font-size: 33px;
            font-weight: 400;
            padding-bottom: 25px;
        }

        #cookie-overlay #cookie-box .description {
            font-size: 16px;
            font-weight: 400;
        }

            #cookie-overlay #cookie-box .description a {
                color: #BA5D5D;
                text-decoration: underline;
            }

        #cookie-overlay #cookie-box .cookieBtn-selected {
            background-image: linear-gradient(#CECECE, #868686);
            color: #fff;
            font-size: 16px;
            height: 44px;
            width: 188px;
            font-weight: 700;
            border: none;
            border-radius: 25px;
            margin-right: 20px;
            cursor: pointer;
        }

        #cookie-overlay #cookie-box .cookieBtn-all {
            background-image: linear-gradient(#76FF00, #239A00);
            color: #fff;
            font-size: 16px;
            height: 44px;
            width: 188px;
            font-weight: 700;
            border: none;
            border-radius: 25px;
            cursor: pointer;
        }

            #cookie-overlay #cookie-box .cookieBtn-all:focus,
            #cookie-overlay #cookie-box .cookieBtn-selected:focus {
                outline: none;
            }

/* SWITCHES */
.switch-wrapper {
    height: 63px;
    padding-left: 50px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 61px;
    height: 32px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

#cookie-overlay #cookie-box .slide {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #A2A2A2;
    border: 2px solid #626262;
    -webkit-transition: .4s;
    transition: .4s;
}

    #cookie-overlay #cookie-box .slide:before {
        position: absolute;
        content: "";
        height: 24px;
        width: 24px;
        left: 4px;
        bottom: 2px;
        background-color: #D8D8D8;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:focus + .slide {
    box-shadow: 0 0 1px #2196F3;
}

#cookie-overlay #cookie-box input:checked + .slide:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
    background-color: #53E01E;
}

#cookie-overlay #cookie-box .slide.round {
    border-radius: 34px;
}

    #cookie-overlay #cookie-box .slide.round:before {
        border-radius: 50%;
    }

.disabled-switch .slide {
    cursor: auto;
}

/* COOKIE SETTINGS BUTTON POPUP */
#cookie-settings {
    height: 120px;
    width: 120px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.83);
    position: fixed;
    left: -56px;
    bottom: -56px;
    cursor: pointer;
    z-index: 100000;
}

    #cookie-settings img {
        position: absolute;
        right: 28px;
        /*width: 19px;*/
        height: 40px;
        top: 18px;
    }

/*Video replacement*/
.videoReplacement {
    background-color: #E30613;
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 30px 20px;
}

#promote .videoReplacement {
    padding: 20px 20px;
    height: 262px;
}

#product .videoReplacement {
    padding: 20px;
}

.videoReplacement i {
    font-size: 60px;
    margin-bottom: 10px;
}

    .videoReplacement .text {
        margin-bottom: 30px;
    }

    .videoReplacement a {
        color: #fff;
        cursor: pointer;
        text-decoration: none;
        display: block;
        margin-bottom: 10px;
    }


/* REPONSIVE */
@media screen and (max-width:991px) {
    #cookie-overlay #cookie-box .title {
        line-height: 38px;
    }

    #promote .videoReplacement {
        padding: 20px 20px;
        height: auto;
    }
}

@media screen and (max-width:767px) {
    .switch-wrapper {
        height: 55px;
        padding-left: 0;
    }

    #cookie-overlay #cookie-box {
        padding: 20px;
    }

        #cookie-overlay #cookie-box .title {
            font-size: 24px;
            font-weight: 400;
            padding-bottom: 15px;
        }

        #cookie-overlay #cookie-box .description {
            font-size: 14px;
        }

        #cookie-overlay #cookie-box #buttons-wrapper {
            display: unset;
        }

        #cookie-overlay #cookie-box .cookieBtn-all,
        #cookie-overlay #cookie-box .cookieBtn-selected {
            width: 80%;
            font-size: 14px;
            float: right;
            margin-right: 0;
        }

        #cookie-overlay #cookie-box .cookieBtn-all {
            margin-top: 10px;
        }

        #cookie-overlay #cookie-box .buttons-wrapper {
            display: unset !important;
        }

    .videoReplacement {
        height: auto;
    }

    #promote .videoReplacement {
        margin-bottom: 20px;
    }
}

@media screen and (max-width:360px) {
    #cookie-overlay #cookie-box .title {
        line-height: 30px;
    }

    #cookie-overlay #cookie-box .cookieBtn-all,
    #cookie-overlay #cookie-box .cookieBtn-selected {
        line-height: 18px;
    }

    .videoReplacement {
        padding: 15px;
    }
}


.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}