*,
*:before,
*:after{
    box-sizing: border-box;
    outline: none;
}
html{
    font-family: var(--font);
    font-size: var(--glutter);
    color: var(--color);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body{
    font-size: var(--font-size);
}
main {
    position: relative;
    overflow: hidden;
}
.container{
    width: var(--content-width);
    max-width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}
i,
em{
    font-family: var(--font);
    font-style: italic;
}
.medium > i,
i.medium,
.medium > em,
em.medium{
    font-family: var(--font);
    font-style: italic;
    font-weight: 500;
}
b,
strong,
h1,
h2,
h3,
h4,
h5,
h6{
    font-family: var(--font);
    font-weight: 700;
}
b > i,
b > em,
strong > i,
strong > em,
h1 > i,
h1 > em,
h2 > i,
h2 > em,
h3 > i,
h3 > em,
h4 > i,
h4 > em,
h5 > i,
h5 > em,
h6 > i,
h6 > em,
.bold > i,
.bold > em{
    font-family: var(--font);
    font-style: italic;
    font-weight: 700;
}
p{
    margin-top: 0;
}
p:last-child,
p:last-of-type{
    margin-bottom: 0;
}
ul{
    margin: 0;
}
img{
    height: auto;
}
img.lazyload:not(.loaded){
    opacity: 0;
    visibility: hidden;
}

/* Header - top bar */
#top-banner{
    --red: #b71319;
}
.tb-inner{
    font-size: 1.06666667em;
    line-height: 1.1875;
    color: #fff;
    padding: 11px 0;
}

.tb-inner.new{
    font-size: 1em;
    line-height: 1;
}
.tb-links a{
    font-size: 0.9375em;
    margin-left: 1em;
}
.tb-links p,
.tb-links a.payment > span{
    padding-top: 0.2em;
}
.tb-links img{
    margin-right: 7px;
}
/* Header - top nav */

#top-nav{
    padding: 11px 0 12px;
}
#top-nav #store-selector p > *{
    margin-left: 0.5em;
}
#top-nav #store-selector u{
    font-size: 0.75em;
    line-height: 1.333;
}
.nav-secondary > ul > li{
    margin-left: 2.5em;
}
.nav-secondary > ul > li.language-selector,
.nav-secondary > ul > li.pay-online{
    margin-left: calc(2.5em - 11px);
}
.nav-secondary .nav-icon{
    margin-right: 10px;
}
.nav-secondary a{
    color: #000;
}
.nav-secondary a.button{
    color: #fff;
    padding: 11px 25px 10px;
    font-size: 0.875em;
    line-height: 1;
}
.nav-secondary .language-selector{
    padding: 0 11px;
}
.nav-secondary .secondary-languages{
    padding-top: 12px;
    transform: translateY(100%);
    display: none;
}
.nav-secondary .language-selector:hover .secondary-languages{
    display: block;
}
.nav-secondary .secondary-languages a{
    padding: 12px 0;
}
/* Header - main nav */

#header-main{
    padding: 18px 0;
}
#header-main #side-nav-toggle{
    width: 23px;
    height: 18px;
}
#header-main #side-nav-toggle span{
    width: 100%;
    height: 3px;
    background-color: #000;
}
#header-main #logo{
    margin-right: 2rem;
}
#header-main #header-search{
    flex-basis: 300px;
    flex-shrink: 1;
}
#header-main #header-search form{
    max-width: 100%;
    height: 44px;
}
#header-main #header-search button{
    width: 40px;
    padding: 6px;
    background-color: transparent;
    outline: none;
}
#header-main #header-search input,
#header-main #header-search ::placeholder{
    font-size: 0.875em;
    color: #a1a1a1;
    line-height: normal;
}
#header-main #header-search input{
    text-indent: 5px;
    padding: 0;
    margin: 0;
    flex-grow: 1;
    outline: none;
}
#header-main nav{
    flex-shrink: 0;
}
#header-main nav li{
    margin-left: 1.625em;
}
#header-main nav li a{
    color: #000;
}

/* Footer */
footer{
    padding: 51px 0 45px;
}
footer #cta-icons{
    padding-bottom: 50px;
}
footer #cta-icons h3{
    font-size: 2em;
    margin: 0 0 0.75em;
}
footer #cta-icons .cta-icon{
    color: #000;
}
footer #cta-icons .cta-icon + .cta-icon{
    margin-left: 2.5em;
}
footer #cta-icons .cta-icon img{
    display: block;
    margin-bottom: 10px;
}
footer #footer-nav{
    padding-bottom: 23px;
}
footer #footer-nav ul{
    width: 760px;
    max-width: 100%;
}
footer #footer-nav li{
    position: relative;
    padding: 0 18px;
    margin-bottom: 1rem;
}
footer #footer-nav li + li:before{
    content: '';
    display: block;
    height: 14px;
    width: 1px;
    position: absolute;
    left: 0;
    background-color: #000;
}
footer #footer-nav li:nth-child(6):before{
    display: none;
}
footer #footer-nav li a{
    font-size: 0.9375em;
    color: #000;
}
.footer-disclaimer {
    font-size: 13px;
    font-weight: 400;
    background-color: #ebebeb;
    line-height: 1.333;
}

/* Products */
.products-slider.swiper-container {
    flex-grow: 1;
    padding: 10px;
    margin: -10px;
}
.products-slider-control .swiper-button-next,
.products-slider-control .swiper-button-prev{
    width: 38px;
    height: 38px;
    top: inherit;
    left: inherit;
    right: inherit;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
    margin: 0 11px;
    position: relative;
    outline: none;
}
.products-slider-control .swiper-button-next{
    margin-right: 0;
}
.products-slider-control .swiper-button-prev:after,
.products-slider-control .swiper-container-rtl .swiper-button-next:after,
.products-slider-control .swiper-button-next:after,
.products-slider-control .swiper-container-rtl .swiper-button-prev:after{
    display: none;
}
.products-details{
    padding: 0 35px;
}
.products-details .products-title{
    font-size: 1em;
    line-height: 1.25;
    color: #232323;
}
.products-details p.free{
    font-size: 0.9375em;
    color: #00aeef;
    margin-top: 12px;
}

.products-image{
    flex-grow: 1;
}
.products-image img{
    -o-object-fit: contain;
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
}
.products-details {
    height: 170px;
}
.product-price {
    margin: 22px -35px 0;
}
.product-price p{
    font-size: 0.625em;
}
.product-price .or{
    margin: 0 5px;
}
.product-price .price-inner{
    font-size: 2.5625em;
    line-height: 0.935;
}
.product-price sup{
    font-size: 56.0975609756098%;
    top: 0;
    line-height: 1;
}
.product-price sup.smaller{
    font-size: 43.9024390243902%;
    line-height: 1.3;
}
.product-price .price-period{
    font-size: 45.6521739130435%;
    bottom: -35%;
}
[data-quick] {
    color: #fff;
    padding: 10px 25px 9px;
    font-size: 0.875em;
    z-index: 1;
}
.lang-es [data-quick]{
    opacity: 0 !important;
    visibility: hidden !important;
}
.on-hover{
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s;
}
.hover-box:hover .on-hover{
    opacity: 1;
    visibility: visible;
}
/* Popups */
body.scolllock-on{
    position: fixed;
    width: 100%;
    overflow: hidden;
}
.popup{
    width: 100%;
    height: var(--full-height);
    z-index: 999;
    overflow: auto;
}
.popup-overlay{
    width: 100%;
    height: 100%;
    background-color: rgba(240,240,240,.7);
    z-index: -1;
}
.popup-content{
    max-width: calc(100% - 30px);
}
.popup-inner{
    max-width: 100%;
}
.popup-close{
    width: 15px;
    height: 15px;
    top: 20px;
    right: 20px;
}
.popup-close:before,
.popup-close:after{
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 131.25%;
    background-color: #a1a1a1;
    transform: rotate(45deg);
}
.popup-close:after{
    transform: rotate(-45deg);
}

/* Forms */
.form-field{
    padding: 10px 15px;
    flex-grow: 1;
}
.form-field input,
.form-field select{
    height: 50px;
    width: 100%;
    text-indent: 19px;
    padding: .2em 0 0;
}
.form-field textarea{
    text-indent: 19px;
}
.form-field select{
    appearance: none;
}
.form-field input,
.form-field textarea,
.form-field select,
.form-field ::placeholder{
    font-size: 1em;
    color: var(--darker-gray);
}
.form-field ::placeholder{
    opacity: 1;
    font-family: 'SofiaPro';
    font-weight: 400;
}
.form-action{
    padding-top: 14px;
}
.form-action [type="submit"].button{
    color: #fff;
    padding: 10px 29px 9px;
    font-size: 0.875em;
}
.with-label .form-field {
    padding: 8px;
}
.with-label .field-wrapper {
    position: relative;
}
.with-label .field-wrapper label {
    left: 16px;
    font-size: 1.125em;
    margin-bottom: 0;
    line-height: 1;
    transition: all 0.3s;
    color: #000;
}
.with-label .field-wrapper textarea + label {
	top: 19px;
}
for.with-labelm:not(.loaded) .field-wrapper textarea + label,
.with-label .field-wrapper.focused textarea + label,
.with-label .field-wrapper.has-value textarea + label {
	top: 30px;
}
.with-label .field-wrapper select,
.with-label .field-wrapper textarea,
.with-label .field-wrapper input {
    text-indent: 0;
    color: #000;
}
.with-label .field-wrapper textarea:focus,
.with-label .field-wrapper select:focus,
.with-label .field-wrapper input:focus {
    border-color: #000;
    border-width: 2px;
}
form.with-label:not(.loaded) .field-wrapper label,
.with-label .field-wrapper.focused label,
.with-label .field-wrapper.has-value label {
    font-size: 0.84375em;
    margin-top: calc(-2.9em + 20px);
    color: #79797B;
}
.with-label .form-field select,
.with-label .form-field input,
.with-label .form-field textarea,
.with-label .form-field email {
    border: 1px solid #A3A3A6;
    border-radius: 5px;
}
.with-label .form-field select,
.with-label .form-field textarea,
.with-label .form-field input {
    padding: 17px 0 0px 16px;
    text-indent: 0;
    font-size: 16px;
}
.with-label .form-field textarea {
    padding: 24px 0 0 16px;
}
.with-label .form-field select,
.with-label .form-field input,
.with-label .form-field email {
    height: 58px;
}
form.with-validation .form-field .validation-error select,
form.with-validation .form-field .validation-error textarea,
form.with-validation .form-field .validation-error input,
form.with-validation .form-field .incomplete-mask input {
    border-color: #E32E22;
    border-width: 2px;
}
form.with-validation .form-field .validation-error:before,
form.with-validation .form-field .incomplete-mask:before {
    content: '';
    display: block;
    width: 23px;
    height: 23px;
    position: absolute;
    top: 18px;
    z-index: 2;
    right: 16px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/error.png);
    background-image: -webkit-image-set(url(../images/error.png) 1x, url(../images/error@2x.png) 2x);
    background-size: cover;
    pointer-events: none;
}
/* Forms - checkout */
#checkout-form input[type="submit"] {
    color: #fff;
}
.checkout-step .form-field{
    padding: 0;
    margin-bottom: 24px;
}
.checkout-step .form-field input,
.checkout-step .form-field select{
    height: 45px;
}
.checkout-step .form-field input:focus,
.checkout-step .form-field select:focus{
    border-color: var(--red);
}
.form-field input,
.form-field select{
    font-size: 1.125em;
}
.form-field select{
    background-size: 13px 9px;
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) center;
    background-image: url(../images/icons/icon-down-arrow-gray.png);
}
.form-field.select {
    position: relative;
}
.form-field.select select {
    background: transparent;
}
.form-field.select::after {
    content: '';
    display: block;
    width: 17px;
    height: 10px;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/down-arrow.png);
    background-image: -webkit-image-set(url(../images/down-arrow.png) 1x, url(../images/down-arrow@2x.png) 2x);
    background-size: cover;
    pointer-events: none;
}

.form-field.select:focus:after,
.form-field.select:focus-within:after {
    transform: translateY(-50%) scale(-1);
}
.form-field select.double-arrow{
    background-size: 11px 23px;
    background-position: calc(100% - 15px) center;
    background-image: url(../images/icons/icon-double-arrow-gray.png);
}
/* Product */
.price{
    line-height: 1;
    margin: -0.22em auto 0;
}
.price-main{
    font-size: 1em;
}
.price-main sup{
    font-size: 43%;
    top: -.75em;
}
.price-main sup.decimal{
    font-size: 56%;
    top: inherit;
    vertical-align: baseline;
    line-height: 1.07;
}
.price-main .period{
    font-size: 46%;
}
.price-weekly{
    font-size: 17.777%;
    color: #000;
}

/* Breadcrumb */

#breadcrumb{
    font-size: 0.875em;
}
.bc-inner{
    padding: 30px 0 0;
}
#breadcrumb *{
    color: #8c8c8c;
    text-decoration: none;
}

/* new */

.arona-content .flex {
    flex-wrap: wrap;
}

.arona-content .half {
    flex-basis: 0;
    flex-grow: 1;
}

.arona-content .right-col {
    margin-top: 10px;
    margin-left: 30px;
}

.arona-content button.button {
    color: #fff;
    padding: 11px 25px 10px;
    font-size: 0.875em;
    line-height: 1;
}

/* Navigation - mobile */
#menu a:not(.language){
    color: #fff;
    text-decoration: none;
    line-height: 40px;
    display: block;
    padding-left: 10px;
}
#menu a.language,
#menu .current-language{
    padding: 10px 13px;
}
#menu .has-items ul a{
    padding-left: 20px;
    line-height: 30px;
}
#menu ul{
    list-style: none;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
}
#menu .has-items ul{
    max-height: 0;
    overflow: hidden;
    background-color: #25408f;
    transition: max-height .3s linear;
}
#menu .has-items.active ul {
    max-height: 220px;
}
#menu li{
    border-top: 1px solid #fff;
    position: relative;
}
#menu > ul >li:first-child{
    border-top: none;
}
#menu > ul >li:last-child{
    border-bottom: 1px solid #fff;
}
#menu li.has-items.active{
    background-color: #fff;
}
#menu li.has-items.active > a{
    color: #25408f;
}
#menu .toggle-sub{
    display: block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 28px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    cursor: pointer;
    border-left: 1px solid #fff;
}
#menu li.has-items.active .toggle-sub{
    line-height: 35px;
}
#menu .toggle-sub:after{
    content: '+';
    display: inline-block;
    color: #fff;
}
#menu li.has-items.active .toggle-sub:after{
    content: '-';
    color: #25408f;
}
#menu li.has-items.active .toggle-sub{
    border-color: #25408f;
}
#menu .fas{
    position: absolute;
    right: 13px;
    top: 9px;
    font-size: 20px;
}
#menu li.has-items li .fas{
    font-size: 15px;
    right: 14px;
    top: 7px;
}

/**           */

.error {
    color: var(--red);
}

.error-bg {
    background-color: var(--red);
}

.error-border {
    border: 1px solid var(--red);
}

/** location popup starts */

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal-dialog {
    position: relative;
    max-width: 100%;
    width: 565px;
    margin: 30px auto;
}

.modal-content {
    box-shadow: none;
    border-radius: 0;
    border: 0;
    padding: 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: var(--red);
    border: 1px solid #dadada;
}

.modal-body {
    background-color: white;
    border: 1px solid #c7c7c7;
    padding: 40px 15px 60px 15px;
    text-align: center;
}

.modal-body hr {
    width: 60%;
    border-color: var(--dark-gray);
    margin: 15px auto;
}

.modal-body p {
    font-size: 17px;
    line-height: 30px;
    /*color: #5d5d5d;*/
    margin-bottom: 0;
}

.modal-body p a {
    font-size: 20px;
    /*color: #fc691b;*/
    display: inline-block;
    margin-top: 0;
}

.modal-body a.button {
    height: 50px;
    margin-top: 10px;
    padding: 0 20px;
    color: #fff;
    line-height: 50px;
    text-decoration: none;
}

.modal-body strong {
    font-size: 20px;
    /*color: #00a651;*/
    display: block;
    margin-bottom: 5px;
    font-weight: 400;
    text-transform: uppercase;
}

.modal-body hr + .title {
    margin-top: -5px;
    font-weight: 400;
}

.modal-body a.orange-button {
    display: block;
    width: 170px;
    height: 50px;
    line-height: 50px;
    /*background-color: #fc691b;*/
    font-size: 16.7px;
    margin: 0 auto 0 auto;
    color: white;
    /*font-family: 'Titan One', cursive;*/
    text-align: center;
    color: white;
    /*background-color: #00a651;*/
}

.modal-body .title {
    font-size: 33px;
    font-weight: bold;
    color: var(--dark-blue);
    text-align: center;
    margin-bottom: 10px;
}

.modal-body  form {
    width: 300px;
    max-width: 100%;
    font-size: 0;
    margin: 0 auto;
}

.modal-body form input[type="text"], .modal-body form select {
    width: calc(100% - 50px);
    display: inline-block;
    vertical-align: top;
    height: 50px;
    line-height: 1;
    padding: 0 15px;
    font-size: 18px;
    border: 1px solid #cccccc;
    border-right: 0;
    border-radius: 0;
    color: #000;
    box-shadow: none;
}

.modal-body form input[type="text"]::placeholder, .modal-body form select::placeholder {
    color: #777777;
}

.modal-body form input[type="submit"], .modal-body form button[type="submit"] {
    width: 50px;
    display: inline-block;
    vertical-align: top;
    height: 50px;
    line-height: 1;
    padding: 0 0;
    font-size: 0;
    border: 0;
    /*background-color: var(--red);*/
    /*background-image: url(../images/icon-location-white.png);*/
    /*background-repeat: no-repeat;*/
    /*border-radius: 0;*/
    /*background-position: center;*/
}

button.close {
    font-size: 30px;
    /*font-family: 'montserratbold';*/
    color: #757575;
    opacity: 1;
    right: 10px;
    top: 0;
    margin: 0;
    padding: 0;
    line-height: 1;
    position: absolute;
    text-shadow: none;
    float: none;
    font-weight: 400;
}

/** location popup ends */

@media screen and (max-width: 1199px){
    #top-nav #store-selector,
    #header-main #logo{
        padding-left: 0;
    }
    #header-main #logo{
        margin-right: 1em;
    }
    #header-main nav li{
        margin-left: 1.5em;
    }
}
@media screen and (max-width: 991px){
    body{
        font-size: 15px;
    }
    #header-main #header-search{
        margin-left: auto;
        margin-right: auto;
    }

    .arona-content .half {
        flex-basis: 100%;
    }

    .arona-content .right-col {
        margin-top: 10px;
        margin-left: 0;
    }

    .arona-content .half-field {
        flex-basis: 100%;
    }
}
@media screen and (max-width: 767px){
    .products-slider.swiper-container{
        margin: -10px -15px;
    }
}
@media screen and (min-width: 568px){
    #header-main #side-nav-toggle{
        order: 3;
        margin-right: 0;
        margin-left: auto;
    }
}
@media screen and (max-width: 567px){
    .tb-inner{
        padding: 9px 0;
        line-height: 1.125;
    }
    #header-main{
        position: relative;
        background-color: #fff;
    }
    #header-main:not(.new-nav) #header-search{
        position: absolute;
        width: 100%;
        background-color: #fff;
        left: 0;
        padding: 15px;
        bottom: 0;
        z-index: -1;
        transition: all .3s;
        opacity: 0;
    }
    #header-main.search-on #header-search{
        bottom: -77px;
        z-index: 2;
        opacity: 1;
    }
    #header-main #logo{
        width: 116px;
        margin-left: 1em;
    }
    .header-icons li{
        margin-left: 1.733em;
    }
    .form-field{
        padding: 10px;
    }
    .form-field input,
    .form-field select{
        height: 45px;
    }
    .with-label .form-field input,
    .with-label .form-field select{
        height: 58px;
    }
    .products-details{
        padding: 0 10px;
        height: 100px;
    }
    .products-details .products-title{
        font-size: 0.875em;
        line-height: 1.333;
        margin-bottom: 5px;
    }
    .products-details .products-title br{
        display: none;
    }
    .product-price {
        margin: 0 -10px;
    }
    .product-price .price-inner {
        font-size: 1.6em;
    }
    .product-price p {
        font-size: 0.4em;
    }
    .product-price .or{
        margin: 0 3px;
        width: 8px;
    }
    .products-details p.free{
        font-size: 0.5625em;
        margin-top: 9px;
    }
    footer{
        padding: 33px 0;
    }
    footer #cta-icons{
        padding-bottom: 30px;
    }
    footer #cta-icons h3{
        font-size: 1.733333em;
    }
    footer #footer-nav ul{
        width: 300px;
    }
    footer #footer-nav li{
        margin-bottom: 0.333em;
        padding: 0 13px;
    }
    footer #footer-nav li:last-child:before,
    footer #footer-nav li:nth-child(4):before{
        display: none;
    }
    footer #footer-nav li a{
        font-size: 0.7333em;
    }
    footer #copyright p{
        font-size: 0.7333em;
    }
    #breadcrumb{
        font-size: 0.7333em;
    }
    .bc-inner{
        padding-top: 15px;
    }
    .products-slider-control{
        top: 50%;
        z-index: 1;
        width: 100%;
        left: 0;
        margin-top: -19px;
        pointer-events: none;
    }
    .products-slider-control .swiper-button-next,
    .products-slider-control .swiper-button-prev{
        pointer-events: all;
        margin: 0 15px;
        background-color: #fff;
    }
    .checkout-step .form-field{
        margin-bottom: 14px;
    }
    .checkout-step .form-field input,
    .checkout-step .form-field select{
        text-indent: 15px;
    }
    .form-field input,
    .form-field select{
        font-size: 1em;
    }
    .form-field select.double-arrow{
        background-size: 10px 21px;
    }
}