/*5 rejillas */
.col-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    min-height: 1px; 
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
}

.col-15 {
    float: left;
    width: 100%;
}

@media (min-width: 768px) {
    .col-sm-15 {
        float: left;
        width: 20%;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        float: left;
        width: 20% !important;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        float: left;
        width: 20%;
    }
}

.col-center{
    float: none;
    margin: 0 auto;
}

/*new header */
.header_area{
    z-index: 99999 !important;
}
.sub_header {
    height: 100% !important;
}
.navbar-brand {
    display: inline-block;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
}
.bg-gradient-itsa{
    background: rgb(255,255,255);
    background: -moz-linear-gradient(0deg, rgba(255,255,255,1) 40%, rgba(193,194,195,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(255,255,255,1) 40%, rgba(193,194,195,1) 100%);
    background: linear-gradient(0deg, rgba(255,255,255,1) 40%, rgba(193,194,195,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#c1c2c3",GradientType=1);
}

/*content designitsa*/
.designContainer {
    max-width: 1480px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 100%;
}

/* search new*/
.search {
    position: relative;
    display: flex;
}
.searchTerm {
    background: #fff;
    width: 100%;
    border: 2px solid #000 !important;
    outline: none;
    color: #000;
    font-size: 14px;
    font-weight: 400;    
    padding: 14px 12px;
    height: 34px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 0 !important;
}
.searchTerm::-moz-placeholder {    
    color: #000;   
    opacity: .75; 
}  
.searchTerm:-ms-input-placeholder {    
    color: #000;   
    opacity: .75; 
}  
.searchTerm::-webkit-input-placeholder {    
    color: #000;   
    opacity: .75; 
}
.searchTerm:focus{
    color: #000;
}
.searchButton {    
    border: none;
    background: transparent;
    text-align: center;
    color: #000;
    cursor: pointer;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    padding: 0 3px !important;
    line-height: 0;
}

/*icons header*/
.icons-user-header{
    position: relative;
}
.badge-favorite{
    background: #fff;;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    color: #000;
    float: right;
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    font-weight: 700;
    position: absolute;
    padding: 3px 0;
    right: 2px;
    top: 0px;
    text-transform: uppercase;
    text-align: center !important;
    width: 17px;
    height: 17px;
    z-index: 99;
}
.badge-shopping{    
    background: #fff;;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    color: #000;
    float: right;
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    font-weight: 700;
    position: absolute;
    padding: 3px 0;
    right: 2px;
    top: 0px;
    text-transform: uppercase;
    text-align: center !important;
    width: 17px;
    height: 17px;
    z-index: 99;
}

.nav-item-user {
    padding: 1em;
    display: inline-block;
    line-height: 0;
}

.nav-item-dropdown-user {
    position: relative;
}
.nav-item-dropdown-user:hover > .dropdown-menu-user {
    display: block;
    opacity: 1;
}

.dropdown-trigger-user {
    position: relative;
}
.dropdown-trigger-user:focus + .dropdown-menu-user {
    display: block;
    opacity: 1;
}
.dropdown-trigger-user::after {
    /*    content: "\f0d7";*/
    font-family: Font Awesome\ 5 Free;
    position: absolute;
    color: #565657;
    font-size: 20px;
    font-weight: bold;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    top: -12px;
    right: 8px;
}

.dropdown-menu-user {
    background-color: #fff;
    display: inline-block;
    text-align: right;
    position: absolute;
    top: 3.5rem;
    right: -10px;
    display: none;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    width: 180px;
}
.dropdown-menu-user a {
    color: #000;   
}

.dropdown-menu-item-user {
    border-bottom: 1px solid #d5d5d5; 
    cursor: pointer;
    font-size: .9em;
    padding: .4em 1em !important;
    text-align: left;    
    line-height: 1.8;
}
.dropdown-menu-item-user:hover {
    background-color: #f5f5f5;
}

#shape-itsa {
    list-style: none;
}
#shape-itsa li  {
    padding-left: -1.6em;
}
#shape-itsa li:before {
    color: #ffed00;
    content: "\e90f";
    font-family: 'icoItsaweb';
    display: inline-block;
    margin-left: 0px;
    width: 1.6em;
}

/*slider new controls itsa index*/
.carousel-control-next, 
.carousel-control-prev{
    opacity: 1;
}
.carousel-control-prev-icon{
    background-image: url("../images/icon-prev.svg") !important ;
    height: 35px;
    width: 35px;
}
.carousel-control-next-icon{
    background-image: url("../images/icon-next.svg") !important ;
    height: 35px;
    width: 35px;
}

/*titles itsa*/
.text-italic{
    font-style: italic;
}
.h2black-itsa{
    font-size: 22px !important;
    color: #000 !important;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 4px;
}
.h3black-itsa{
    font-size: 18px !important;
    color: #000 !important;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 4px;
}
.h4black-itsa{
    font-size: 16px !important;
    color: #000 !important;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 4px;
}
.h2gray-itsa{
    font-size: 22px !important;
    color: #575756 !important;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 4px;
}
.h4gray-itsa{
    font-size: 16px !important;
    color: #575756 !important;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 0;
}
.h5gray-itsa{
    font-size: 14px !important;
    color: #575756 !important;
    font-weight: 600;
    margin-bottom: 0;
}

/* colors itsa*/
.color-purple-shield-itsa{
    color: #a300d2;
}
.bg-purple-shield-itsa{
    background: #a300d2;
}
.color-gray-itsa{
    color: #575756;
}
.bg-gray-itsa{
    background: #575756;
}
.color-yellow-itsa{
    color: #ffeb00;
}
.bg-yellow-itsa{
    background: #ffeb00;
}
.bg-marron-itsa{
    background: #dc7633;
}
.bg-turquesa-itsa{
    background: #39cfc0;
}
.bg-red-itsa{
    background: #e50016;
}
.bg-pink-itsa{
    background: #ff460f;
}
.color-orange-itsa{
    color: #ffb700;
}
.bg-orange-itsa{
    background: #ffb700;
}

/*links itsa*/
a.link-gray-itsa{
    color: #575756;
    text-decoration: none;
}
a.link-gray-itsa:hover,
a.link-gray-itsa:focus{
    color: #373736 !important;
    text-decoration: none;
}

/*btns itsa*/
.btn-yellow-itsa{
    background: #ffb700 !important;
    color: #000;
    font-size: 16px;
    font-weight: 800;
    padding: 8px 0;
    text-align: center;
    margin-bottom: 0px;
}
.btn-yellow-itsa:hover{
    background: #ffd700 !important;
    color: #000;
}

.btn-marron-itsa{
    background: #dc7633 !important;
    color: white;
    font-size: 16px;
    font-weight: 800;
    padding: 8px 0;
    text-align: center;
    margin-bottom: 0px;
}
.btn-marron-itsa:hover{
    background: #dc7633 !important;
    color: white;
}

.btn-turquesa-itsa{
    background: #39cfc0 !important;
    color: white;
    font-size: 16px;
    font-weight: 800;
    padding: 8px 0;
    text-align: center;
    margin-bottom: 0px;
}
.btn-turquesa-itsa:hover{
    background: #39cfc0 !important;
    color: white;
}

.btn-black-itsa{
    background: #000 !important;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    padding: 8px 0;
    text-align: center;
    margin-bottom: 0px;
}
.btn-black-itsa:hover{
    background: #000 !important;
    color: #fff;
}

.btn-pink-itsa{
    background: #ff460f !important;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    padding: 8px 0;
    text-align: center;
    margin-bottom: 0px;
}

.btn-pink-itsa:hover{
    background: #ff460f !important;
    color: #fff;
}

.btn-checkout-itsa{
    background: #333333 !important;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    padding: 8px 0;
    text-align: center;
    margin-bottom: 0px;
}

.btn-checkout-itsa:hover{
    background: #575756 !important;
    color: #fff;
}

.btn-counter-itsa{
    background: transparent !important;
    border: 1px solid #000;
    color: #000 !important;
    font-size: 14px;
    font-weight: 800;
    text-align: center;
}
.btn-counter-itsa:hover{
    background: transparent !important;
    color: #000;
}

.favorite:hover{
    color:#ffb700;
    text-decoration: none !important;
}
.fb{
    background: transparent; 
    border-radius: 100px; 
    padding: 3px 4px 3px 8px; 
}
.fb:hover{ 
    background: #3b5998;
    color: #fff;  
}
.insta{
    background: transparent; 
    border-radius: 100px; 
    padding: 3px 6px; 
}
.insta:hover{ 
    background: #FE1F49; 
    border-radius: 100px;
    color: #fff; 
    padding: 3px 6px;  
}

/*resaltadores*/
.resalta-nuevo-dest {
    position: relative;
}
.resalta-nuevo-dest::after {
    text-align: center;
    content: '';
    position: absolute;
    bottom: -0.25em;
    left: 28%;
    right: 28%;
    height: 1.75em;
    z-index: -1;
    background-image: url("../images/resalta-nuevo.svg");
    background-repeat: no-repeat;
    background-size: cover;
}

.resalta-oferta-dest {
    position: relative;
}
.resalta-oferta-dest::after {
    text-align: center;
    content: '';
    position: absolute;
    bottom: -0.25em;
    left: 28%;
    right: 28%;
    height: 1.75em;
    z-index: -1;
    background-image: url("../images/resalta-oferta.svg");
    background-repeat: no-repeat;
    background-size: cover;
}


.resalta-nuevo-descansa {
    position: relative;
}

.resalta-nuevo-descansa::after {
    text-align: center;
    content: '';
    position: absolute;
    bottom: -0.25em;
    left: 28%;
    right: 28%;
    height: 1.75em;
    z-index: -1;
    background-image: url("../images/resalta-nuevo-descansa.svg");
    background-repeat: no-repeat;
    background-size: cover;
}

.resalta-nuevo-prod {
    position: relative;
}
.resalta-nuevo-prod::after {
    text-align: center;
    content: '';
    position: absolute;
    bottom: -0.25em;
    left: 1%;
    right: 1%;
    height: 1.75em;
    z-index: -1;
    background-image: url("../images/resalta-nuevo.svg");
    background-repeat: no-repeat;
    background-size: cover;
}

.resalta-oferta-prod {
    position: relative;
}
.resalta-oferta-prod::after {
    text-align: center;
    content: '';
    position: absolute;
    bottom: -0.25em;
    left: 1%;
    right: 1%;
    height: 1.75em;
    z-index: -1;
    background-image: url("../images/resalta-oferta.svg");
    background-repeat: no-repeat;
    background-size: cover;
}

.resalta-ofertatc-dest {
    position: relative;
}
.resalta-ofertatc-dest::after {
    text-align: center;
    content: '';
    position: absolute;
    bottom: -0.25em;
    left: 28%;
    right: 28%;
    height: 1.75em;
    z-index: -1;
    background-image: url("../images/resalta-ofertatc.svg");
    background-repeat: no-repeat;
    background-size: cover;
}

.resalta-ofertallantas-dest {
    position: relative;
}
.resalta-ofertallantas-dest::after {
    text-align: center;
    content: '';
    position: absolute;
    bottom: -0.25em;
    left: 28%;
    right: 28%;
    height: 1.75em;
    z-index: -1;
    background-image: url("../images/resalta-ofertallantas.svg");
    background-repeat: no-repeat;
    background-size: cover;
}

/*PADDING TOP*/
.pt0{padding-top: 0px !important;}
.pt5{padding-top: 5px !important;}
.pt10{padding-top: 10px !important;}
.pt20{padding-top: 20px !important;}
.pt30{padding-top: 30px !important;}
.pt40{padding-top: 40px !important;}
.pt50{padding-top: 50px !important;}
.pt60{padding-top: 60px !important;}
.pt70{padding-top: 70px !important;}
.pt80{padding-top: 80px !important;}
.pt90{padding-top: 90px !important;}
.pt100{padding-top: 100px !important;}
.pt125{padding-top: 125px !important;}
.pt150{padding-top: 150px !important;}
.pt175{padding-top: 175px !important;}
.pt200{padding-top: 200px !important;}

/*PADDING BOTTOM*/
.pb0{padding-bottom: 0px !important;}
.pb5{padding-bottom: 5px !important;}
.pb10{padding-bottom: 10px !important;}
.pb20{padding-bottom: 20px !important;}
.pb30{padding-bottom: 30px !important;}
.pb40{padding-bottom: 40px !important;}
.pb50{padding-bottom: 50px !important;}
.pb60{padding-bottom: 60px !important;}
.pb70{padding-bottom: 70px !important;}
.pb80{padding-bottom: 80px !important;}
.pb90{padding-bottom: 90px !important;}
.pb100{padding-bottom: 100px !important;}
.pb125{padding-bottom: 125px !important;}
.pb150{padding-bottom: 150px !important;}
.pb175{padding-bottom: 175px !important;}
.pb200{padding-bottom: 200px !important;}

/*PADDING LEFT*/
.pl5{padding-left: 5px !important;}
.pl10{padding-left: 10px !important;}
.pl20{padding-left: 20px !important;}
.pl30{padding-left: 30px !important;}
.pl40{padding-left: 40px !important;}
.pl50{padding-left: 50px !important;}
.pl60{padding-left: 60px !important;}
.pl70{padding-left: 70px !important;}
.pl80{padding-left: 80px !important;}
.pl90{padding-left: 90px !important;}
.pl100{padding-left: 100px !important;}
.pl125{padding-left: 125px !important;}
.pl150{padding-left: 150px !important;}
.pl175{padding-left: 175px !important;}
.pl200{padding-left: 200px !important;}

/*PADDING RIGHT*/
.pr5{padding-right: 5px !important;}
.pr10{padding-right: 10px !important;}
.pr20{padding-right: 20px !important;}
.pr30{padding-right: 30px !important;}
.pr40{padding-right: 40px !important;}
.pr50{padding-right: 50px !important;}
.pr60{padding-right: 60px !important;}
.pr70{padding-right: 70px !important;}
.pr80{padding-right: 80px !important;}
.pr90{padding-right: 90px !important;}
.pr100{padding-right: 100px !important;}
.pr125{padding-right: 125px !important;}
.pr150{padding-right: 150px !important;}
.pr175{padding-right: 175px !important;}
.pr200{padding-right: 200px !important;}

/*PADDIN ALL*/
.padall10{padding: 10px !important;}
.padall20{padding: 20px !important;}
.padall30{padding: 30px !important;}
.padall40{padding: 40px !important;}
.padall50{padding: 50px !important;}
.padall60{padding: 60px !important;}
.padall70{padding: 70px !important;}
.padall80{padding: 80px !important;}
.padall90{padding: 80px !important;}
.padall100{padding: 100px !important;}

/*MARGIN TOP*/
.mt0{margin-top: 0px !important;}
.mt5{margin-top: 5px !important;}
.mt10{margin-top: 10px !important;}
.mt20{margin-top: 20px !important;}
.mt30{margin-top: 30px !important;}
.mt40{margin-top: 40px !important;}
.mt50{margin-top: 50px !important;}
.mt60{margin-top: 60px !important;}
.mt70{margin-top: 70px !important;}
.mt80{margin-top: 80px !important;}
.mt90{margin-top: 90px !important;}
.mt100{margin-top: 100px !important;}
.mt125{margin-top: 125px !important;}
.mt150{margin-top: 150px !important;}
.mt175{margin-top: 175px !important;}
.mt200{margin-top: 200px !important;}

/*MARGIN BOTTOM*/
.mb0{margin-bottom: 0px !important;}
.mb5{margin-bottom: 5px !important;}
.mb10{margin-bottom: 10px !important;}
.mb20{margin-bottom: 20px !important;}
.mb30{margin-bottom: 30px !important;}
.mb40{margin-bottom: 40px !important;}
.mb50{margin-bottom: 50px !important;}
.mb60{margin-bottom: 60px !important;}
.mb70{margin-bottom: 70px !important;}
.mb80{margin-bottom: 80px !important;}
.mb90{margin-bottom: 90px !important;}
.mb100{margin-bottom: 100px !important;}
.mb125{margin-bottom: 125px !important;}
.mb150{margin-bottom: 150px !important;}
.mb175{margin-bottom: 175px !important;}
.mb200{margin-bottom: 200px !important;}

/*MARGIN LEFT*/
.ml5{margin-left: 5px !important;}
.ml10{margin-left: 10px !important;}
.ml20{margin-left: 20px !important;}
.ml30{margin-left: 30px !important;}
.ml40{margin-left: 40px !important;}
.ml50{margin-left: 50px !important;}
.ml60{margin-left: 60px !important;}
.ml70{margin-left: 70px !important;}
.ml80{margin-left: 80px !important;}
.ml90{margin-left: 90px !important;}
.ml100{margin-left: 100px !important;}
.ml125{margin-left: 125px !important;}
.ml150{margin-left: 150px !important;}
.ml175{margin-left: 175px !important;}
.ml200{margin-left: 200px !important;}

/*MARGIN RIGHT*/
.mr5{margin-right: 5px !important;}
.mr10{margin-right: 10px !important;}
.mr20{margin-right: 20px !important;}
.mr30{margin-right: 30px !important;}
.mr40{margin-right: 40px !important;}
.mr50{margin-right: 50px !important;}
.mr60{margin-right: 60px !important;}
.mr70{margin-right: 70px !important;}
.mr80{margin-right: 80px !important;}
.mr90{margin-right: 90px !important;}
.mr100{margin-right: 100px !important;}
.mr125{margin-right: 125px !important;}
.mr150{margin-right: 150px !important;}
.mr175{margin-right: 175px !important;}
.mr200{margin-right: 200px !important;}

/*banner shield index*/
.img-bg-banner-shield{
    float: left;
    overflow: hidden;
    position: relative;
    width: 100%;    
    z-index: 10;
}
.float-isa{
    height: 275px;
    width: 340px;
    position: absolute;
    float: right;
    right: 0px;
    top: -106px;
    z-index: 99;
}


/*estructura producto index*/
.img-box{
    float: left;
    overflow: hidden;
    padding-top: 25px;
    position: relative;
    width: 100%;
}
.marca-prod{
    position: absolute;
    width: 140px;
    height: 40px;
    float: left;
    left: 0px;
    top: 0px;
    z-index: 40;
}

.badge-new-itsa{
    background-image: url('../images/img-badge-new.png');
    float: right;
    font-size: 14px;
    font-weight: 700;
    position: absolute;
    padding: 20px 0;
    width: 105px;
    height: 52px;
    right: 12px;
    top: -12px;
    text-transform: uppercase;
    text-align: center;
    z-index: 40;
    color: #575756 !important;
}
.badge-new-llantas{
    background-image: url('../images/img-badge-newllantas.png');
    float: right;
    font-size: 14px;
    font-weight: 700;
    position: absolute;
    padding: 20px 0;
    width: 105px;
    height: 52px;
    right: 12px;
    top: -12px;
    text-transform: uppercase;
    text-align: center;
    z-index: 40;
    color: #fff !important;
    color: #fff !important;
}
.badge-new-motos{
    background-image: url('../images/img-badge-newmotos.png');
    float: right;
    font-size: 14px;
    font-weight: 700;
    position: absolute;
    padding: 20px 0;
    width: 105px;
    height: 52px;
    right: 12px;
    top: -12px;
    text-transform: uppercase;
    text-align: center;
    z-index: 40;
    color: #fff !important;
}
.badge-new-bicis{
    background-image: url('../images/img-badge-newbicis.png');
    float: right;
    font-size: 14px;
    font-weight: 700;
    position: absolute;
    padding: 20px 0;
    width: 105px;
    height: 52px;
    right: 12px;
    top: -12px;
    text-transform: uppercase;
    text-align: center;
    z-index: 40;
    color: #fff !important;
}
.badge-offert-itsa{
    background-image: url('../images/img-badge-offert.png');
    float: right;
    font-size: 14px;
    font-weight: 700;
    position: absolute;
    padding: 20px 0;
    width: 105px;
    height: 52px;
    right: 12px;
    top: -12px;
    text-transform: uppercase;
    text-align: center;
    z-index: 40;
    color: #fff !important;
}

.badge-offerttc-itsa{
    background-image: url('../images/img-badge-offert.png');
    float: right;
    font-size: 14px;
    font-weight: 700;
    position: absolute;
    padding: 20px 0;
    width: 105px;
    height: 52px;
    right: 12px;
    top: -12px;
    text-transform: uppercase;
    text-align: center;
    z-index: 40;
    color: #fff !important;
}

.h2gray-prod{
    color: #575756 !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 18px !important;
    margin-bottom: 5px !important;
    text-align: center;
}
.h3gray-codprod{
    color: #575756 !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 12px !important;
    margin-bottom: 12px !important;
    text-align: center;
}
.span-price1prod{
    color: #000 !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    line-height: 13px !important;
    margin-bottom: 7px !important;
    text-align: center;
}
.span-price2prod{
    color: #000 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 14px !important;
    margin-bottom: 7px !important;
    text-align: center;
    text-transform: uppercase;
}
.span-price3prod{
    color: #000;
    font-size: 20px !important;
    font-weight: 900 !important;
    line-height: 20px !important;
    margin: 12px 0 !important;
    text-transform: uppercase;
}

.span-price4prod{
    color: #000 !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    position: relative; 
    line-height: 18px !important;
    margin: 12px 0 !important;
    text-transform: uppercase;

} 

.span-price5prod{
    color: #000 !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    position: relative; 
    line-height: 18px !important;
    margin: 12px 0 !important;
    text-transform: uppercase;

} 

.span-descuento{
    color: #000 !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    position: relative; 
    line-height: 18px !important;
    margin: 12px 0 !important;
    text-transform: uppercase;

} 

.span-price4prod:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    right: 0;
    border-top: 2px solid;
    border-color: #ffeb00;

    -webkit-transform:rotate(-5deg);
    -moz-transform:rotate(-5deg);
    -ms-transform:rotate(-5deg);
    -o-transform:rotate(-5deg);
    transform:rotate(-5deg);
}

.span-price5prod:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    right: 0;
    border-top: 2px solid;
    border-color: #39cfc0;

    -webkit-transform:rotate(-5deg);
    -moz-transform:rotate(-5deg);
    -ms-transform:rotate(-5deg);
    -o-transform:rotate(-5deg);
    transform:rotate(-5deg);
}

.span-descuentot{
    position: relative; 
} 

.span-descuentot:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    right: 0;
    border-top: 2px solid;
    border-color: red;

    -webkit-transform:rotate(-5deg);
    -moz-transform:rotate(-5deg);
    -ms-transform:rotate(-5deg);
    -o-transform:rotate(-5deg);
    transform:rotate(-5deg);
}

.span-price4prod-tc{
    color: #000 !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    position: relative; 
    line-height: 18px !important;
    margin: 12px 0 !important;
    text-transform: uppercase;

} 
.span-price4prod-tc:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    right: 0;
    border-top: 2px solid;
    border-color: #e50016;

    -webkit-transform:rotate(-5deg);
    -moz-transform:rotate(-5deg);
    -ms-transform:rotate(-5deg);
    -o-transform:rotate(-5deg);
    transform:rotate(-5deg);
}

.span-price5prod-ll{
    color: #000 !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    position: relative; 
    line-height: 18px !important;
    margin: 12px 0 !important;
    text-transform: uppercase;

} 
.span-price5prod-ll:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    right: 0;
    border-top: 2px solid;
    border-color: #ff460f;

    -webkit-transform:rotate(-5deg);
    -moz-transform:rotate(-5deg);
    -ms-transform:rotate(-5deg);
    -o-transform:rotate(-5deg);
    transform:rotate(-5deg);
}

.price-carousel1-index{
    font-size: 12px;
    font-weight: 300;
    color: #000;
    position: relative; 

} 
.price-carousel1-index:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    right: 0;
    border-top: 2px solid;
    border-color: #ffeb00;

    -webkit-transform:rotate(-5deg);
    -moz-transform:rotate(-5deg);
    -ms-transform:rotate(-5deg);
    -o-transform:rotate(-5deg);
    transform:rotate(-5deg);
}
.price-carousel2-index{
    font-size: 14px;
    font-weight: 700;
    color: #575756;
    padding-right: 10px;
    position: relative; 
}
.border-prodcarousel{
    border: 1px solid #575756 ;
}

.border-info-producto{
    border-left: 1px solid #575756;
}

/*rating stars*/
.rating-box {
    display: inline-block;
}
.rating-box .rating-container {
    direction: rtl !important;
}
.rating-box .rating-container label {
    display: inline-block;
    margin: 1px 0;
    color: #d4d4d4;
    cursor: pointer;
    font-size: 13px;
    transition: color 0.2s;
}
.rating-box .rating-container input {
    display: none;
}
.rating-box .rating-container label:hover, 
.rating-box .rating-container label:hover ~ label, 
.rating-box .rating-container input:checked ~ label {
    color: orange;
}

/*STICKY FILTER SEARCH*/
.headerfilter {
    border-bottom:1px solid #eaeaea;
    padding: 5px 0;
    background: #fff;
    color: #000;
    /*z-index: 888;*/
    -webkit-box-shadow: 5px 5px 10px 0px rgba(186,186,186,.75);
    -moz-box-shadow: 5px 5px 10px 0px rgba(186,186,186,.75);
    box-shadow: 5px 5px 10px 0px rgba(186,186,186,.75);
}

.stickyfs {
    position: fixed;
    top: 0;
    width: 100%;
}

.select-box-filter {
    position: relative;
    display: inline-block;
    margin: 0 0 5px 0;
    width: 100%;
}
.select-box-filter select {
    font-size: 11px;
    display: inline-block;
    width: 100%;
    cursor: pointer;
    padding: 3px 10px;
    margin: 0;
    outline: 0;    
    border: 1px solid #e1e1e1;
    background: #fafafa;
    color: #555;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius:5px 5px 0 0;
    border-radius: 5px 5px 0 0;

}
.select-box-filter select::-ms-expand {
    display: none;
}
.select-box-filter select:hover,
.select-box-filter select:focus {
    color: #000;
    background: #fefefe;
}
.select-box-filter select:disabled {
    opacity: 0.5;
    pointer-events: none;
}
.select__arrow {
    position: absolute;
    top: 14px;
    right: 15px;
    width: 0;
    height: 0;
    pointer-events: none;
    border-style: solid;
    border-width: 6px 3px 0 3px;
    border-color: #7b7b7b transparent transparent transparent;
}
.select-box-filter select:hover ~ .select__arrow,
.select-box-filter select:focus ~ .select__arrow {
    border-top-color: #000;
}
.select-box-filter select:disabled ~ .select__arrow {
    border-top-color: #ccc;
}

/*content cart*/
.shopping-cart-items{
    margin-bottom: 15px;
    list-style: none;
}
.shopping-cart-items li {
    margin-bottom: 7%;
    padding-bottom: 7%;
    border-bottom: 1px solid #dbdbdb;

}
.shopping-cart-items img {
    border: 1px solid #dbdbdb;
    float: left;
    margin-right: 5%;    
    width: 25%;
    height: 5%;    
    position: relative;
}

.shopping-cart-items .infocart {
    float: left;
    width: 60%;
    height: auto;    
    position: relative;
}

.shopping-cart-items .item-name {
    display: block;
    font-size: 13px;
    font-weight: 600;
}
.shopping-cart-items .item-price {
    color: #000;
    font-size: 12px;
    margin-right: 8px;
    font-weight: 800;
}
.shopping-cart-items .item-quantity {
    color: #575756;
    font-size: 14px;
    font-weight: 600;
}
.shopping-cart-items .item-remove {
    float: right;
    font-size: 22px;
    position: relative;
    text-align: center;
    padding: 6% 0;    
    width: 10%
}
.shopping-cart-items  a.item-remove {   
    color: #777; 
    cursor: pointer;
}
.shopping-cart-items a.item-remove:hover {   
    color: #000;   
}

.btn-yellow-itsa-viewcart{
    color: #575756;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
}
.btn-yellow-itsa-viewcart:hover,
.btn-yellow-itsa-viewcart:focus{
    color: #272726;
    text-decoration: none;
}

.btn-yellow-itsa-buycart{
    background: #ffb700 !important;
    color: #000;
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 0px;
    padding: 6px 0;
    text-align: center;
    text-transform: uppercase;
}
.btn-yellow-itsa-buycart:hover{
    background: #ffd700 !important;
    color: #000;
}

.btn-silver-itsa-buycart{
    background: silver !important;
    color: #000;
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 0px;
    padding: 6px 0;
    text-align: center;
    text-transform: uppercase;
}
.btn-silver-itsa-buycart:hover{
    background: silver !important;
    color: #000;
}

/*ICON FA PRODUCT*/
.content-icon-product{
    position: relative;
    padding-top: 24px !important;
}
.product-icon-text {
    color: #3921c1 !important;    
    font-size: 14px !important;
    font-weight: 700;
}
.product-icon-bars {
    padding-bottom: 2px !important;
    font-size: 32px !important;
}

/* cart sub total
 ------------------------------ */
ul.sp-cart-total {
    width:100%;
    padding-left:0px;
    overflow: hidden;
}
ul.sp-cart-total li {
    width:100%;
    float:left;
    padding:8px 0;
    border-bottom:1px solid #f1f1f1;
}
ul.sp-cart-total li:last-child {
    border-bottom:none;
}
ul.sp-cart-total li .subtotal {    
    color:#ffb700;
    font-size:18px;
    font-weight: 600;
}
ul.sp-cart-total li .others {    
    color:#666;
    font-size:16px;
    font-weight: 600;
}
ul.sp-cart-total li .title {    
    color:#101010;
    font-size:16px;
    font-weight: 600;
}
ul.sp-cart-total li .price {
    font-size:16px;
    color:#101010;
    font-weight: 700;
}
ul.sp-cart-total li .iva {
    font-size:17px;
    color:#101010;
    font-weight: 600;
}
ul.sp-cart-total li .total {
    font-size:22px;
    color:red;
    font-weight: 700;
}

/* promotional code
 ------------------------------ */
.sp-pr-code{
    background-color: #fff;
    border: 1px solid #f1f1f1;
    float: left;
    height: 60px;
    padding: 15px;
    width: 70%;
}
.sp-pr-code-btn {
    background-color: #ffb700;
    border: 1px solid #ffb700;
    color: #000;
    float: left;
    height: 60px;
    padding: 0;
    text-transform: uppercase;
    transition: all 0.3s ease-out 0s;
    width: 30% !important;
    font-weight: 700;
}
.sp-pr-code-btn:hover,
.sp-pr-code-btn:focus{
    background-color: #ffd700 !important;
    border: 1px solid #ffd700 !important;
    color: #000;
}


/*tabs productos*/
.tabs {
    display: block;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    overflow: hidden; 
}
.tabs [class^="tab"] label,
.tabs [class*=" tab"] label {
    color: #522fdd;
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-weight: 700;
    padding: 8px 0;
    text-align: center;
    text-transform: uppercase;
}
.tabs [class^="tab"] [type="radio"],
.tabs [class*=" tab"] [type="radio"] {
    border-bottom: 1px solid rgba(239, 237, 239, 0.75);
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; 
}
.tabs [class^="tab"] [type="radio"]:hover, 
.tabs [class^="tab"] [type="radio"]:focus,
.tabs [class*=" tab"] [type="radio"]:hover,
.tabs [class*=" tab"] [type="radio"]:focus {
    border-bottom: 1px solid #f8b400; 
}
.tabs [class^="tab"] [type="radio"]:checked,
.tabs [class*=" tab"] [type="radio"]:checked {
    border-bottom: 2px solid #f8b400; 
}
.tabs [class^="tab"] [type="radio"]:checked + div,
.tabs [class*=" tab"] [type="radio"]:checked + div {
    opacity: 1; 
}
.tabs [class^="tab"] [type="radio"] + div,
.tabs [class*=" tab"] [type="radio"] + div {
    display: block;
    opacity: 0;
    padding: 2rem 0;
    width: 90%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; 
}
.tabs .tab-2 {
    width: 50%; 
}
.tabs .tab-2 [type="radio"] + div {
    width: 200%;
    margin-left: 200%; 
}
.tabs .tab-2 [type="radio"]:checked + div {
    margin-left: 0; 
}
.tabs .tab-2:last-child [type="radio"] + div {
    margin-left: 100%; 
}
.tabs .tab-2:last-child [type="radio"]:checked + div {
    margin-left: -100%; 
}

.descrip-producto-info {
    width: 100%;
    padding: 0 0 0 0;
    margin: 0px;
}
.descrip-producto-info li  {
    font-size: 13px;
    line-height: 25px !important; 
    font-weight: 500;
    width: 100%;
}

.img-small-sale-sidebar{
    width: 80px !important;
    border: 1px solid #e5e5e5;
    padding: 5px;
}


/*TABLE*/
table.shop-cart {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
}

table.shop-cart tr {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: .35em;
}

table.shop-cart th,
table.shop-cart td {
    padding: .625em;
}

table.shop-cart th {
    font-size: .85em;
    letter-spacing: .1em;
    text-transform: uppercase;
    text-align: left;
}

@media screen and (max-width: 600px) {
    table.shop-cart {
        border: 0;
    }

    table.shop-cart thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    table.shop-cart tr {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: .625em;
    }

    table.shop-cart td {
        border-bottom: 1px solid #ddd;
        display: block;
        text-align: center !important;
    }

    table.shop-cart td::before {
        /*
        * aria-label has no advantage, it won't be read inside a table
        content: attr(aria-label);
        */
        content: attr(data-label);
        font-weight: bold;
        text-transform: uppercase;
        display: block;
        text-align: left;
    }

    table.shop-cart td:last-child {
        border-bottom: 0;
    }
}


/*footer*/
.title-footer-itsa{
    color: white;
    font-size: .9em;
    font-weight: 600;
    line-height: 1em;
    margin-bottom: 10px;
    text-transform: uppercase;
}
a.footlinks{
    color: #6f6f6f;
    text-decoration: none;
    font-weight: 500;
    line-height: 22px;
}
a.footlinks:hover{
    color: #ababab;
    text-decoration: none;
    font-weight: 500;
}
a.copyright{
    color: #8a8a8a;
    text-decoration: none;
    font-weight: 500;
}
a.copyright:hover{
    color: #bababa;
    text-decoration: underline;
    font-weight: 500;
}


/*btn LOGON*/

.contenedor-redes-sociales {
    /*    background: #fff;*/
    margin:0;
    padding: 0;
    text-align: center;
}

.contenedor-redes-sociales a {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    padding: 0;
    color: #fff;
    border-radius: 2px;
    background: #fff;
    margin: 5px 0;
    width: 100%
}

.contenedor-redes-sociales a:after, 
.contenedor-redes-sociales a:before {
    display: none;
}

.contenedor-redes-sociales a span.cuadrado {
    display: block;
    background: #fff;
    line-height: 30px;
    height: 30px;
    width: 30px;
}

.contenedor-redes-sociales a span.cuadrado i {
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
}

.contenedor-redes-sociales a span.titulo {
    margin: 0 20px;
    font-size: 16px;
    transition: all 200ms linear;
}

.contenedor-redes-sociales a:hover span.titulo {
    color: #fff;
}

.contenedor-redes-sociales .facebook:hover, 
.contenedor-redes-sociales .guest:hover, 
.contenedor-redes-sociales .gplus:hover {
    /*    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);*/
}

.contenedor-redes-sociales .facebook {
    border: 2px solid #3b5998;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.contenedor-redes-sociales .facebook:hover, 
.contenedor-redes-sociales .facebook span.cuadrado {
    background: #3b5998;
}

.contenedor-redes-sociales .facebook span.titulo {
    color: #3b5998;
}

.contenedor-redes-sociales .guest {
    border: 2px solid #575756;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.contenedor-redes-sociales .guest:hover, 
.contenedor-redes-sociales .guest span.cuadrado {
    background: #575756;
}

.contenedor-redes-sociales .guest span.titulo {
    color: #575756;
}

.contenedor-redes-sociales .gplus {
    border: 2px solid #d64136;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.contenedor-redes-sociales .gplus:hover, 
.contenedor-redes-sociales .gplus span.cuadrado {
    background: #d64136;
}

.contenedor-redes-sociales .gplus span.titulo {
    color: #d64136;
}

/*label wizard*/
.label-datos{
    color: #000;
    font-size: 13px !important;
    font-weight: 500 !important;
    line-height: 20px;
    margin-bottom: 4px !important;
}

.btn-yellow-wizard-datos{
    background: #ffb700 !important;
    color: #000;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 0px;
    overflow: hidden;
    padding: 12px 24px;
    text-align: center;
}
.btn-yellow-wizard-datos:hover{
    background: #ffd700 !important;
    color: #000;
}

.btn-gray-wizard-datos{
    background: #575756 !important;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 0px;
    overflow: hidden;
    padding: 12px 24px;
    text-align: center;
}
.btn-gray-wizard-datos:hover{
    background: #373736 !important;
    color: #fff;
}


/*blog*/
.post-title-grid{
    color: #000;
    font-weight: 700;
    font-size: 17px;
    line-height: 24px;
}

.post-title-grid:hover{
    color: #000;
    font-weight: 700;
    font-size: 17px;
    line-height: 24px;
}

/* promotional code
 ------------------------------ */
.sp-pr-newsletter{
    background-color: #fff;
    border: 1px solid #f1f1f1;
    float: left;
    height: 60px;
    padding: 15px;
    margin-bottom: 0;
    width: 60%;
}
.sp-pr-newsletter-btn {
    background-color: #ffd700;
    border: 1px solid #ffd700;
    color: #000;
    float: left;
    height: 60px;
    margin-bottom: 0;
    padding: 0;
    text-transform: uppercase;
    transition: all 0.3s ease-out 0s;
    width: 40% !important;
    font-weight: 700;
}
.sp-pr-newsletter-btn:hover,
.sp-pr-newsletter-btn:focus{
    background-color: #ffb700  !important;
    border: 1px solid #ffb700 !important;
    color: #000;
}


.text-red{
    color: #ff0000;
}

.error{
   width: 100%; 
   background-color:#e5c2bf; 
   padding: 10px 10px; 
   border-radius:15px; 
   color: #000; 
}   

@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,300;0,400;0,600;0,700;1,400;1,600;1,700&display=swap');

article.card{
    padding: 1em;
    background-color: #fff;
    border: 1px solid #dedede;
    border-radius: 4px;
    width: 32vw;
    min-width: 220px;
    overflow: hidden;
    margin-bottom: 1em;
    box-shadow: 0px 3px 30px 8px rgba(0,0,0,0.1);
}

picture {
    width: 50%;
    height: 180px;
    display: block;
    background: #ddd;
}

picture > img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

article.card .name{
    margin: 0.4em 0;
}

article.card .bio{
    margin: 0.8em 0;
}

/* Empty State */

.person-details > .name:empty,
.person-details > .location:empty,
.person-details > .meta:empty,
.person-details > .email:empty,
picture:empty{
    background-image: linear-gradient(90deg, #eee 8%, #dadada 18%, #eee 33%);
    background-size: 550px;
    height: 28px;
    display: block;
    margin: 12px 0;
    animation: load-anim 1.2s infinite linear;
    animation-fill-mode: backwards;
    animation-delay: 0.3s;
}

picture:empty {
    height: 180px;
    animation-delay: 0s;
}

.person-details > .location:empty,
.person-details > .meta:empty{
    width: 80%;
}
.person-details > .email:empty{
    width: 60%;
}

@keyframes load-anim {
    0% {
        background-position: -200px;
    }
    100% {
        background-position: 300px;
    }
}

.ejemplo{
    background-image: linear-gradient(90deg, #eee 8%, #dadada 18%, #eee 33%);
    background-size: 550px;
    display: block;
    animation: load-anim 1.2s infinite linear;
    animation-fill-mode: backwards;
    animation-delay: 0.3s;
    height: 150px;
    animation-delay: 0s;
    border-radius: 20px;
}

.ejemplo2{
    background-image: linear-gradient(90deg, #eee 8%, #dadada 18%, #eee 33%);
    background-size: 550px;
    display: block;
    animation: load-anim 1.2s infinite linear;
    animation-fill-mode: backwards;
    animation-delay: 0.3s;
    height: 30px;
    animation-delay: 0s;
    margin: 10px 10px;
    border-radius: 20px;
}

.ejemplo3{
    background-image: linear-gradient(90deg, #eee 8%, #dadada 18%, #eee 33%);
    background-size: 550px;
    display: block;
    animation: load-anim 1.2s infinite linear;
    animation-fill-mode: backwards;
    animation-delay: 0.3s;
    height: 10px;
    animation-delay: 0s;
    margin: 10px 10px;
    border-radius: 20px;
}
.whats-btn{    
    font-size: 13px;
    font-weight: 500;
    position: fixed;
    bottom: 90px;
    left: 20px;
    background: #05cd51;
    color: #fff;
    padding: 10px 15px;
    text-align: center;
    border-radius: 50%;
    /*    -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;*/
    opacity: 1;
    z-index: 9900;
}

.btn-giftcard-aplicar{
    float: right; 
    color: white; 
    font-weight: 600;
    //margin-top: 25px;
    padding: 5px 10px;
    border-radius: 25px;
    border:1px solid silver;
    background-color: #575756;
}

.btn-giftcard-update{
    color: white;
    font-weight: 600;
    float: right;
    //margin-top: 25px;
    padding: 4px 10px; 
    border-radius: 50%;
    border:1px solid silver;
    background-color: #575756;
}

.btn-giftcard-update:hover{
    color: white;
}  

.btn-delete-giftcard{
    color: #101010;
    margin-left: 20px;
    margin-top: 50px;
}

.btn-red{
    color: red;
}

.header-gift{
    background-color: #cccdce;
    color: #33333;
    padding: 5px 5px;
}


.font-size-18{
 font-size: 18px !important;   
}

.radio-item {
    display: inline-block;
    position: relative;
    padding: 0 6px;
    margin: 10px 0 0;
}

.radio-item input[type='radio'] {
    display: none;
}

.radio-item label {
    color: #666;
    font-weight: normal;
}

.radio-item label:before {
    content: "</div>";
    display: inline-block;
    position: relative;
    top: 5px;
    margin: 0 5px 0 0;
    width: 20px;
    height: 20px;
    border-radius: 11px;
    border: 2px solid #004c97;
    background-color: transparent;
}

.radio-item input[type=radio]:checked + label:after {
    border-radius: 11px;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 9px;
    left: 10px;
    content: "<div>";
    display: block;
    background: #004c97;
}

.checkbox:checked ~ .background-color{
    background-color: var(--white);
}

.caracte-options:checked,
.caracte-options:not(:checked){
    position: absolute;
    left: -9999px;
    width: 0;
    height: 0;
    visibility: hidden;  
}
/*    .caracte-options [type="radio"]:checked,
    .caracte-options [type="radio"]:not(:checked){
        position: absolute;
        left: -9999px;
        width: 0;
        height: 0;
        visibility: hidden;
    }*/

.caracte-options:checked + label,
.caracte-options:not(:checked) + label{
    position: relative;
    display: inline-block;
    padding: 10px;
    width: 130px;
    height: 50px;
    font-size: 13px;
    margin: 0 auto;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    text-align: center;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    text-transform: uppercase;
    color: black;
    background-color: red;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.caracte-options:not(:checked) + label{
    background-color: white;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
.caracte-options:checked + label{
    background-color: #ffeb00;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
.caracte-options:not(:checked) + label:hover{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    background-color: #ffeb00;
}
.caracte-options:checked + label::before,
.caracte-options:not(:checked) + label::before{
    //position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    background-color: yellow !important;
    z-index: -10 !important;
}