﻿/*--------------------------------------------COOKIES--------------------------------------------*/

.modalImgPrincipalInLightBox {
    z-index: 9999999;
}

.textalignwcenter {
    text-align: -webkit-center;
}

.w50 {
    width: 40%;
    background-color: white;
    padding: 15px 22px;
    border-radius: 15px;
}

#containerBtnCookies, #containerBtnCookies2 {
    margin-top: 3%;
    text-align: right;
}

.cookies__boton--rechazar {
    margin-left: 1%;
    margin-right: 1%;
}

.cookies__boton--configurar {
}

.cookies__boton--guardar {
    width: auto !important;
    margin-right: 1%;
}

.cookies__boton--volver {
}

.cookies__boton {
    padding: 15px 10px 15px 10px !important;
    border-radius: 10px !important;
    width: 32.6% !important;
}

.cookies__botonAlone {
    width: 100% !important;
    padding: 15px 10px 15px 10px !important;
    border-radius: 10px !important;
    background-color: #FF8331 !important;
    border-color: #FF8331 !important;
    color: white !important;
}

.cookies__boton2 {
    padding: 15px 10px 15px 10px !important;
    border-radius: 10px !important;
    width: 49% !important;
}

/* The switch - the box around the slider */
.switchCookie {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 25px;
    vertical-align: top;
}

    /* Hide default HTML checkbox */
    .switchCookie input {
        opacity: 0;
        width: 0;
        height: 0;
    }

/* The slider */
.sliderCookies {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .sliderCookies:before {
        position: absolute;
        content: "";
        height: 18px;
        width: 18px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .sliderCookies {
    background-color: #10a110;
}

input:focus + .sliderCookies {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .sliderCookies:before {
    -webkit-transform: translateX(22px);
    -ms-transform: translateX(22px);
    transform: translateX(22px);
}

/* Rounded sliders */
.sliderCookies.roundCookies {
    border-radius: 34px;
}

    .sliderCookies.roundCookies:before {
        border-radius: 50%;
    }

.txtCookiesPreferencias {
    width: 96%;
    display: block;
    text-align: left;
    margin-top: 1%;
    font-size: 16px;
    margin-left: 4%;
}

#dvContainerConfiguracionCookies {
    /*border-bottom: 2px solid #E6E6E6;*/
    display: block;
    padding: 15px;
    margin-bottom: 2%;
}


.txtTituloCookies {
    font-size: 24px;
    font-weight: 700;
    text-align: left;
    width: 92%;
    display: inline-block;
}

.txtTituloCookiesPrincipal {
    font-size: 26px;
    font-weight: 700;
}

.txtInfoCookies {
    font-size: 16px;
    text-align: left;
}

@media only screen and (min-width : 1px) and (max-width : 799px) {


    .w50 {
        width: 85%;
        max-height: 500px;
        overflow: scroll;
    }

    .txtTituloCookies {
        width: 81%;
    }

    .txtTituloCookies {
        font-size: 22px;
    }

    .cookies__boton--rechazar {
        margin-left: 0;
        margin-right: 0;
    }

    .btnAddToCart {
        display: block;
        width: 100% !important;
        margin-block: 1.5%;
    }

    .modal-body {
        max-height: 200px;
        overflow: scroll;
    }
}

@media only screen and (min-width : 1024px) and (max-width : 1151px) {
    .txtTituloCookies {
        width: 86%;
    }
}

@media only screen and (min-width : 1152px) and (max-width : 1279px) {
    .txtTituloCookies {
        width: 88%;
    }
}

@media only screen and (min-width : 1280px) and (max-width : 1399px) {
    .txtTituloCookies {
        width: 89%;
    }
}

@media only screen and (min-width : 1400px) and (max-width : 1679px) {
    .txtTituloCookies {
        width: 90%;
    }
}
/*--------------------------------------------COOKIES FIN--------------------------------------------*/

