.filter_space_rd{
    display:none;
    height:20px;
    width: 100%;
}
.contract_space_rd{
    display:none;
    height:20px;
    width: 100%;
}
.information_space_rd{
    display:none;
    height:20px;
    width: 100%;
}
#productCard_configuration_container{
    width: 95%;
    background: #F9F9F9;
    margin-top: 80px;
    margin-left: 5%;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
}
#productCard_configuration{
    width: 100%;
    height:100%;
}
.colorContainer{
    width:100%; 
    height:47px; 
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
.colorBlock{
    width:47px;
    height:47px;
    border: 1px solid #888888;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 6px;
    padding-right: 6px;
    /* margin-left: 35px; */
    margin-left: 25px;
    cursor:pointer;
}
.colorFill{
    width:100%;
    height:100%;
}
.filterContainer{
    width:100%; 
}
.filterBlock{
    width: 100%;
    border: 1px solid #888888;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
    text-align: center;
    cursor:pointer;
    height: 40px;
}
.filterFill{
    width: 100%;
    height: 100%;
    font-family: 'gotham_lightregular';
    font-size: 0.68vw;
    text-transform: uppercase;
    background: #FFFFFF;
}
.filterChoosed{
    color: #ffffff !important;
    background: #7EAEB6 !important;
    text-transform: uppercase;
    font-size: 0.68vw;
}
.contractContainer{
    width:100%; 
}
.contractBlock{
    width: 100%;
    border: 1px solid #888888;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
    text-align: center;
    cursor:pointer;
    height: 40px;
}
.contractFill{
    width: 100%;
    font-family: 'gotham_lightregular';
    font-size: 10px;
    text-transform: uppercase;
    background: #FFFFFF;
}
.contractChoosed{
    color: #ffffff !important;
    background: #7EAEB6 !important;
    text-transform: uppercase;
    font-size: 10px;
}
.submitOrderContainer{}
.submitOrderBlock{
    width: 100%;
    background: #006270;
    color:#FFFFFF;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
    text-align: center;
    height: 40px;
}
.submitOrderFill{
    width: 100%;
    font-family: 'gotham_lightregular';
    font-size: 12px;
    text-transform: uppercase;
    color: #FFFFFF;
}

p{
    font-family: 'gotham_lightregular';
}

.sodaOptChoosed{
    color: #ffffff !important;
    background: #7EAEB6 !important;
}


@media (min-width: 1201px){
    .filterFill{
        font-size: 10px;
    }
    .filterChoosed{
        font-size: 10px;
    }
}
@media (min-width: 993px) and (max-width: 1200px){
    .filterFill{
        font-size: 7px;
    }
    .filterChoosed{
        font-size: 7px;
    }
    .colorBlock{
        margin-left: 10px;
    }
    .left-space-block{
        margin-left: 10px !important;
    }
}
@media (min-width: 320px) and (max-width: 992px){
    #productCard_configuration_container {
        margin-top: 20px !important;
        width: 100% !important;
        margin-left: 0% !important;
    }

    .filterFill{
        /* font-size: 2.9vw !important; */
        font-size: 1.7vw !important;
    }
    .contractFill{
        /* font-size: 2.9vw; */
        font-size: 1.7vw;
    }
    .submitOrderFill{
        width: 100%;
        font-family: 'gotham_lightregular';
        /* font-size: 2.9vw; */
        font-size: 1.7vw;
        text-transform: uppercase;
        color: #FFFFFF;
    }
    .contract_space{
        display: none !important;
    }
    .filter_space_rd{
        display: block !important;
    }
    .contract_space_rd{
        display: block !important;
    }
    .information_space_rd{
        display: block !important;
    }
    h2{
        font-size: 3.5vw !important;
    }
}
@media (max-width: 600px){
    #product_banner{
        display: none !important;
    }
    #product_banner_rd{
        height: 80vw !important;
        display: block !important;
    }
}
@media (max-width: 992px){
    .rd-navbar-wrap{
        height: 80px !important;
    }
}

.iconFilter{
    opacity:0.4;
}

:root{
    --cuadroAltura: 40px;
    --cuadroAnchura: 40px;

    --rectanguloAltura: 40px;
    --rectanguloAnchura: 100%;
}
.squareBlock{
    width: var(--cuadroAnchura);
    height: var(--cuadroAltura);;
}

.rectangleBlock{
    width: var(--rectanguloAnchura);
    height: var(--rectanguloAltura);
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
}
@media (max-width: 992px){
    .colorBlock{
        margin-left: 5px;
    }
    .left-space-block{
        margin-left: 5px !important;
    }
    .squareBlock{
        width: 38px;
        height: 38px;
    }
    .filterFill{
        font-size: 2.7vw !important;
    }
    .contractFill{
        font-size: 2.7vw !important;
    }
    .submitOrderFill{
        font-size: 2.7vw !important;
    }
}