:root {
    --text-primary: #1D1D1B;
    --text-secondary: #9a9a9a;
    --btn-primary: #E31E27;
    --btn-primary-hover: #DCDFE5;
    --btn-secondary: #d2d2d2;
    --btn-secondary-hover: #D0DEE9;
    --bg-disabled: #E5E5E5;
    --bg-primary: #F6F6F6;
    --border-color: 1px solid #F6F6F6;
    --border-radius: 40px;
}
@font-face {
    font-family: "Montserrat";
    src: url('../fonts/Montserrat-Variable.ttf') format('truetype-variations');
    font-display: block ;
    font-weight: 1 999;

}
@font-face {
    font-family: "Material Icons";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/material-icons.eot);
    src: local("Material Icons"), local("MaterialIcons-Regular"), url(../fonts/material-icons.woff2) format("woff2"), url(../fonts/material-icons.woff) format("woff"), url(../fonts/material-icons.ttf) format("truetype")
}

/* icomoon*/
@font-face {
    font-family: 'icomoon';
    src:  url('../fonts/icomoon.eot?61825j');
    src:  url('../fonts/icomoon.eot?61825j#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?61825j') format('truetype'),
    url('../fonts/icomoon.woff?61825j') format('woff'),
    url('../fonts/icomoon.svg?61825j#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-store:before {
    background: url(../../img/svg/stores.svg) no-repeat;
    content: "";
    background-size: 100%;
    width: 13px;
    height: 18px;
    display: inline-block;
}
.icon-email:before {
    content: "\e900";
}
.icon-order:before {
    content: "\e901";
}
.icon-cart_check:before {
    content: "\e902";
}
body .shopping-cart{
    font-size: 0px;
    height: 19px;
    width: 20px;
}
.shopping-cart:before{
    content: "";
    font-size: 23px;
    font-family: "icomoon";
    position: relative;
    top: 0px;
    background: url(../../img/svg/cart.svg) no-repeat;
    width: 20px;
    height: 15px;
    display: block;
    background-size: 100% 100%;
}
.add-to-cart .shopping-cart:before {
    background: url(../../img/svg/cart_white.svg) no-repeat;
    background-size: 100% 100%;
    top: 4px;
    left: -6px;
}
.icon-wishlist:before {
    content: "\e903";
}
.icon-cookies:before {
    content: "\e904";
}
.icon-rgpd:before {
    content: "\e905";
}
.icon-address:before {
    content: "\e906";
}
body .icon-user:before {
     content: "\e91e";
     font-size: 17px;
}
.icon-voucher:before {
    content: "\e908";
}
.icon-slip:before {
    content: "\e909";
}
.icon-order:before {
    content: "\e901";
}
.icon-star:before {
    content: "\e90e";
}
.icon-logout:before {
    content: "\e90d";
}
.icon-social:before {
    content: "\e90b";
}
.icon-alerts:before {
    content: "\e90c";
}
/*end icomoon*/
.whatsappicon{
   content: "";
   display: inline-block;
   width: 24px;
   height: 24px;
   background: url("../../img/svg/whatsappicon.svg") no-repeat;
}

body {
    font-family: "Montserrat", arial, sans-serif;
    font-size: 1rem;
    line-height: 1.25em;
    color: var(--text-primary);
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html h1, html .h1{
    font-size: 32px;
    text-transform: initial;
    font-weight: 700;
}
html h2, html .h2{
    font-size: 25px;
}
html h3, html .h3{
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    text-transform: initial;
}
.text-primary{
    color: var(--text-primary);
}
.material-icons{
    font-family: Material Icons;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    vertical-align: middle;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: "liga";
    font-feature-settings: "liga"
}

i.material-icons.touchspin-up:before {
    /*content: "\e145";*/
}
i.material-icons.touchspin-down:before {
    /*content: "\e15b"*/
}

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: black;
    width: 45px;
    height: 45px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 90;
    line-height: 11px;
}
body .material-icons.hearticon{
    font-size: 0px;
    line-height: 17px;
    width: 17px;
    height: 19px;
}

body .material-icons.hearticon:before {
    content: "\e921";
    font-family: 'icomoon';
    font-size: 17px;
}

body a:hover .material-icons.hearticon:before, body .productListBtn.active .material-icons.hearticon:before {
    background:url('../../img/svg/heart_on.svg');
    background-size: 100%
}
#return-to-top i {
    color: white;
    margin: 0;
    position: relative;
    left: 8px;
    top: 8px;
    font-size: 28px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    cursor: pointer;
}
.btn-primary{
    background: var(--btn-primary);
    color: white
}
.btn-primary:hover{
    background: var(--btn-primary-hover);
    color: white
}
.btn-secondary {
    background: var(--btn-secondary);
    color: black;
}
.btn-secondary:hover {
    background: var(--btn-secondary-hover);
    color: black;
}
.btn-primary:disabled, .btn-primary:disabled:hover, .btn-secondary:disabled, .btn-secondary:disabled:hover {
    background: var(--bg-disabled);
}

a.active {
 color: var(--text-primary)
}
.products-sort-order .select-list:hover, .brands-sort .select-list:hover, .suppliers-sort .select-list:hover, .products-sort-order .select-list.current {
    color: #fff;
    text-decoration: none;
    background: var(--btn-primary);
}
.bg-primary {
    background: var(--bg-primary);
}
.text-center{
    text-align: center;
}
.displayBlock{
    display: block;
}

body .ui-slider-horizontal .ui-slider-handle {
    background: var(--btn-primary);
}
html p{
    color: var(--text-primary)
}

/*forms*/
input[type="text"], input[type="email"]{
    padding-left: 10px;
    font-size: 11px;
    padding-right: 10px;
    border: 1px solid #9a9a9a;
}
.custom-checkbox {
    position: relative;
}
.custom-checkbox input[type="checkbox"] {
    position: absolute;
    width: 18px;
    height: 18px;
    margin-top: 0.25rem;
    cursor: pointer;
    opacity: 0;
}
.custom-checkbox input[type="checkbox"] + span {
    display: inline-block;
    width: 1.125rem;
    height: 1.125rem;
    margin-right: 0.5rem;
    vertical-align: middle;
    pointer-events: none;
    cursor: pointer;
    border: 1px #979797 solid;
}

.custom-checkbox input[type="checkbox"]:checked + span {
    border-color: #e31e27;
}
.custom-checkbox input[type="checkbox"] + span .checkbox-checked {
    display: none;
    margin: 0px;
    font-size: 15px;
    color: #232323;
}
.custom-checkbox input[type="checkbox"]:checked + span .checkbox-checked {
    display: block;
}
.custom-checkbox input[type="checkbox"]:focus + span {
    border-color: #7a7a7a;
}
.custom-checkbox label {
    text-align: left;
    font-size: 11px;
    line-height: 11px;
}

.custom-radio {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-top: 0px;
    margin-right: 0px;
    vertical-align: middle;
    cursor: pointer;
    background: #fff;
    border: #979797 1px solid;
    border-radius: 50%;
    box-sizing: inherit;
}
.custom-radio input[type="radio"] {
    cursor: pointer;
    opacity: 0;
}
.custom-radio input[type="radio"]:checked + span {
    position: absolute;
    top: 2px;
    left: 2px;
    display: block;
    width: 14px;
    height: 14px;
    background-color: #24b9d7;
    border-radius: 50%;
}
.custom-radio input[type="radio"]:focus + span {
    border-color: #7a7a7a;
}
.form-control:not(.form-control-select) {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 55px;
    color: #7a7a7a;
    background-image: none;
    background-clip: padding-box;
    border-radius: 0;
    padding: 0px 15px;
    color: #7a7a7a;
    background: #f6f6f6;
    border: 1px solid rgba(0, 0, 0, 0.25);
    max-width: 100%;
    height: 56px;
}
.form-control:disabled{
    background: #d4d3d3;
}
.form-control-select {
    height: 40px;
    padding: 0 0.5rem;
    background: #f6f6f6 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAQAAAD9CzEMAAAAPklEQVR4Ae3TwREAEBQD0V/6do4SXPZg7EsBhsQ8IEmSMOsiuEfg3gL3oXC7wK0bd1G4o8X9F4yIkyQfSrIByQBjp7QuND8AAAAASUVORK5CYII=) no-repeat scroll right 0.5rem center/1.25rem 1.25rem;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 100%;
    border: 1px solid #b8b8b8;
    max-width: 100%;
}

span.group-span-filestyle.input-group-btn {
    background: #d0d0d0;
}
/*end forms*/

/*abreviaciones*/
/*fontsize*/
body .fs-11{
    font-size: 11px
}
body .fs-13{
    font-size: 13px
}
body .fs-15{
    font-size: 15px
}
body .fs-18{
    font-size: 18px
}
body .fs-24{
    font-size: 24px
}
body .fs-32{
    font-size: 32px;
    line-height: 32px;
}
/*line-height*/
body .lh-22{
    line-height: 22px
}

/*font-weight*/
body .fw-400{
    font-weight: 400
}
body .fw-600{
    font-weight: 600
}
body .fw-800{
    font-weight: 800
}

/*display*/
body .df{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

/*padding*/
body .p-20{
    padding: 20px
}
body .p-30{
    padding: 30px
}
body .pl-5{
    padding-left: 5px
    
}
body .pb-20{
    padding-bottom: 20px
}
body .pt-15{
    padding-top: 15px
}
body .pt-20{
    padding-top: 20px
}
body .pt-50{
    padding-top: 50px
}

/*margin*/
body .mt-50{
    margin-top:50px
}
body .mt-20{
   margin-top: 20px; 
}
body .mb-10{
   margin-bottom: 10px; 
}
body .mb-20{
   margin-bottom: 20px; 
}
body .mb-30{
   margin-bottom: 30px; 
}
body .mb-50{
   margin-bottom: 50px; 
}
body .mb-100{
   margin-bottom: 100px; 
}

/*border*/
body .b-default{
    border: var(--border-color);
}
body .br-default{
    border-radius: var(--border-radius);
}

/*background*/
body .bg-default {
    background: var(--bg-primary)
}

/*color*/
body .color-default{
   color: var(--text-primary)

}

/*text transform*/
body .tt-uppercase{
    text-transform: uppercase
}

/*others*/
body .fullwidth{
    margin-left: calc((-50vw) + 50%);
width: 100vw;
}
body .alignright{
    text-align: right
}
body .d-none{
    display: none    
}
body .fc-white{
    color: white
}
/*end abreviaciones*/



i.material-icons.search{
    font-size: 0px
}
i.material-icons.search:before {
    content: "\e918";
    font-family: "Icomoon";
    font-size: 18px;
}
@media(max-width: 767px){
    .shopping-cart:before{
        height: 18px;
    }
}