@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500&display=swap');

@font-face {font-family: "Gilroy ExtraBold";
    src: url("https://db.onlinewebfonts.com/t/00d5a78493aed4b11e2584ad7cceee49.eot"); /* IE9*/
    src: url("https://db.onlinewebfonts.com/t/00d5a78493aed4b11e2584ad7cceee49.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("https://db.onlinewebfonts.com/t/00d5a78493aed4b11e2584ad7cceee49.woff2") format("woff2"), /* chrome firefox */
    url("https://db.onlinewebfonts.com/t/00d5a78493aed4b11e2584ad7cceee49.woff") format("woff"), /* chrome firefox */
    url("https://db.onlinewebfonts.com/t/00d5a78493aed4b11e2584ad7cceee49.ttf") format("truetype"), /* chrome firefox opera Safari, Android, iOS 4.2+*/
    url("https://db.onlinewebfonts.com/t/00d5a78493aed4b11e2584ad7cceee49.svg#Gilroy ExtraBold") format("svg"); /* iOS 4.1- */
}


:root{
    --blue: #00009c;
    --lgrey: #f3f3f3;
}
html{
    overflow-x: hidden;
}
body{
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    overflow-x: hidden;
    margin: 0;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

a{
    text-decoration: none;
    cursor: pointer;
}

a:hover{
    text-decoration: none;
}

input:focus{
    outline: none;
}

button:focus{
    box-shadow: none;
}

h1{
        font-family: 'M PLUS Rounded 1c', sans-serif;
}
.critec{
    font-family: "Gilroy ExtraBold";
    text-transform: none;
    font-size: 25px;
    padding-left: 10px;
    color: white;
}


footer{
    background-color: var(--blue);
    color: #A2AAB2 ;
    font-weight: 200;
    position:relative;
    z-index: 100;
}
footer *{
    display: inline-block;
}
footer h1{
    display: inline-block;
    font-size: 18px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
}
footer a{
    display: inline-block;
    font-size: 15px;
    color: #A2AAB2 ;
    margin-bottom: 10px;
    font-weight: 400;
}
footer a:hover{
    color: rgba(255, 255, 255, 0.8);
}
footer i{
    padding: 20px;
    font-style: normal;
    color: white;
}
footer .footer-logos i:first-child{
    /*padding-left: 0;*/
}
footer .footer-logos i:last-child{
    /*padding-right: 0;*/
}
footer .livro-reclamacoes-link{
    margin: 20px;
}
footer .livro-reclamacoes-link img{
    width: 120px;
}
.footer-top{
    background-color: var(--blue);
    border-radius: 100%;
    margin-bottom: -10%;
    height: 220px;
    width: 120%;
    margin-left: -10%;
    margin-top: -50px;
    transform: translateX(0px);
    position: relative;
    z-index: 100;
}
.footer-bot{
    padding-top: 100px;
}
.footer-bot h1{
    font-size: 13px;
    text-transform: lowercase;
}



.btn{
    background-color: var(--blue);
    padding: 10px 30px;
    border-radius: 25px;
    font-size: 18px;
    display: inline-block;
    /*position: absolute;*/
    white-space: nowrap;
    width: fit-content;
    font-weight: 300;
    color: white;
}
.btn:hover{
    color: white;
}


.c-layout-page{
    padding-top: 60px;
    padding-bottom: 120px;
}
.c-layout-page2{
    padding-top: 60px;
}
.c-layout-page3{
    padding:0;
}

.btn-secundary{
    background-color: transparent;
    padding: 10px 40px;
    border: 2px solid rgb(114, 114, 114);
    border-radius: 25px;
    font-size: 18px;
    display: inline-block;
    font-weight: 500;
    color: rgb(114, 114, 114);
}
.btn-secundary:hover{
    background-color: rgb(114, 114, 114);
    padding: 10px 40px;
    border: 2px solid rgb(114, 114, 114);
    border-radius: 25px;
    font-size: 18px;
    display: inline-block;
    font-weight: 500;
    color: white;
    transition: ease-in-out 0.2s;
}
.btn-secundary:focus{
    box-shadow: none;
}

input[type="checkbox"]{
    width: 1.3em;
    height: 1.3em;
    background-color: white;
    border-radius: 50%;
    vertical-align: middle;
    border: 1px solid #ddd;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
}
input[type="checkbox"]:checked{
    background-color: var(--blue);
}

.text{
    padding: 60px 0 100px 0;
}
.text h1{
    color: var(--blue);
    font-weight: 500;

    font-size: 40px;
}
.text h2{
    color: rgba(150, 150, 150, 0.8);
    font-weight: 300;
    line-height: 30px;
    font-size: 20px;
}



.bigtxt{
    text-align: center;
    background-color: var(--lgrey);
    color: var(--blue);
}
.bigtxt h2{
    font-weight: 100;
}



.underline, .underline-big{
    border-bottom: 4px solid currentColor;
    padding-bottom: 10px;
}



.form input{
    width: 100%;
    background-color: var(--lgrey);
    outline: none;
    border: none;
    margin: 1% 0;
    padding: 10px 30px;
    border-radius: 100px;
}
.form textarea{
    width: 100%;
    height: 250px;
    background-color: var(--lgrey);
    outline: none;
    border: none;
    margin: 1% 0;
    padding: 10px 30px;
    border-radius: 10px;
    resize: none;
}
.form h1{
    color:#A2AAB2 ;
    font-size: 18px;
    font-weight: 300;
    display: inline-block;
}



/*----------------------------------------------------------------------------------------------------------------------------------*/


.navbar{
    letter-spacing: 2px;
    background-color: white;
}

.navbar i{
    font-size: 25px;
}

.navbar a{
    color: #A2AAB2 ;
    font-weight: 400;
}

.navbar a:hover{
    color: black;
}

.top-menu-bar{
    background-color: var(--blue);
}
.top-menu-bar p{
    margin:0;
    line-height:30px;
    width:100%;
    text-align:center;
    color:white;
}
.navsec a{
    color: white;
    font-weight: 400;
    font-size: 12px;
}

.navsec a:hover{
    color: white;
}

.navsec li{
    padding: 0px 20px;
}

.navsec li:last-child{
    border:0 !important;
}


.form-group{
    display:grid;
}
.form-group input{
    background: #F3F3F3;
    border: 0;
    border-radius: 20px;
    height: 40px;
    padding: 10px 20px;
}
.form-group label{
    color: #A2AAB2;
    font-size: 18px;
}
.contact-form input{
    width: 100% !important;
    border:0 !important;
}
.contact-form label{
    width: 100% !important;
}
.input-group .btn{
    background-color: transparent;
}
.input-group input{
    background-color: var(--lgrey);
}
.form-control:focus{
    box-shadow: 0 0 0 0.2rem var(--blue);
}
.search::marker{
    opacity: 0;
}
.nav-item.search .search-input {
    height: 25px;
    background: transparent;
    padding: 10px 20px;
}
#searchProducts #SEARCH-error{
    position: absolute;
    bottom: -27px;
    width: 100%;
    text-align: center;
}
.dropdown-toggle .fas{
    font-size: 16px;
}

.dropdown-toggle:after {
    display:none;
}

.dropdown-menu a{
    color: black;
}
.dropdown-menu a:hover{
    color: black;
}
.dropdown-2 .dropdown-menu{
    width:100vw;
    padding: 40px 0;
    background: #F1F2F2;
    border:0;
    box-shadow: 0px 15px 30px #00000024;
}
.dropdown-2 .dropdown-menu .container .row{
    width:100%;
}
.dropdown-2 .dropdown-menu .dropdown-item{
    color: #00009C;
    font-weight:600;
    padding:0;
    margin-bottom: 5px;
    border-bottom: 1px solid #A2AAB2;
}
.dropdown-2 .dropdown-menu .dropdown-subcategories{
    margin-bottom:20px;
}
.dropdown-2 .dropdown-menu .dropdown-subcategories .hidden-categories,
.dropdown-2 .dropdown-menu .dropdown-subcategories .hidden-br{
    display:none;
}
.dropdown-2 .dropdown-menu .dropdown-subcategories .hidden-categories.open,
.dropdown-2 .dropdown-menu .dropdown-subcategories .hidden-br.open{
    display:inline;
}
.dropdown-2 .dropdown-menu .dropdown-subcategories .view-more-categories,
.dropdown-2 .dropdown-menu .dropdown-subcategories .view-less-categories{
    font-weight:bold;
    color: var(--blue);
}
.dropdown-2 .dropdown-menu .dropdown-item:hover .dropdown-img{
    transform: scale(1.1);
}
.dropdown-2 .dropdown-menu .dropdown-item:hover{
    background-color: transparent;
}
.dropdown-2 .dropdown-menu .dropdown-item:first-child{
    margin-left: 0;
}
.dropdown-2 .dropdown-menu .dropdown-item:last-child{
    margin-right: 0;
}
.dropdown-2 .dropdown-item .dropdown-img{
    width: 40%;
    height: 100%;
    padding: 10px 0;
    padding-right: 20px;
    object-fit: contain;
}
.btn-cart{
    position:relative;
}
.cart-badge{
    position: absolute;
    bottom: 5px;
    right: 0px;
    width: 18px;
    height: 18px;
    background: #00009C;
    color: #fff;
    border-radius: 50%;
    font-size: 10px;
    padding: 0px 6px;
    line-height: 2;
}
.cart-dropdown{
    position: absolute;
    top: 137px;
    right: 0;
    background: #fff;
    z-index: 99;
    padding: 20px 40px;
    box-shadow: 0px 25px 30px #00000029;
    max-width: 395px;
}
.cart-dropdown h4{
    color: #00009C;
    font-size: 30px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15) ;
    margin-bottom: 20px;
}
.cart-dropdown .btn-close-cart-dropdown{
    position:absolute;
    top: 30px;
    right:40px;
    color: #A2AAB2 ;
    border: 1px solid #A2AAB2 ;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    padding: 2px 4px;
    font-size: 14px;
}
.cart-dropdown ul{
    list-style:none;
    padding:0;
}
.cart-dropdown li{
    display:flex;
    align-items: center;
}
.cart-dropdown li:not(:last-child){
    border-bottom: 1px solid rgba(0, 0, 0, 0.15) ;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.cart-dropdown li img{
    width: 120px;
    height: 120px;
    object-fit: contain;
    margin-right: 20px;
}
.cart-dropdown li .cart-dropdown-name{
    color: #00009C;
    font-size: 18px;
}
.cart-dropdown li .product-single-quantity-input{
    width: 28px;
    height: 36px;
    padding: 0;
    margin-left: -6px;
    margin-right: -6px;
}
.cart-dropdown li .btn-minus-quantity,
.cart-dropdown li .btn-plus-quantity{
    padding: 10px;
    padding-top: 10px;
}
.cart-dropdown .cart-dropdown-qty-price{
    height: 43px;
    display: flex;
    align-items: center;
}
.cart-dropdown .cart-dropdown-price{
    color: #00009C;
    font-size:16px;
    font-weight:bold;
    margin:0;
    margin-left: auto;
}
.cart-dropdown .cart-dropdown-bottom{
    background: #F1F2F2;
    margin: -20px -40px;
    margin-top: 40px;
    padding: 20px 40px;
}
.cart-dropdown .cart-dropdown-button-container{
    text-align:center;
}
.cart-dropdown .cart-dropdown-button-container .btn{
    position:unset;
    margin-bottom: 20px;
    width:100%;
}
.cart-dropdown .cart-dropdown-button-container .cart-dropdown-link{
    font-family: 'M PLUS Rounded 1c', sans-serif;
    color: #00009C;
    font-size:15px;
    text-decoration: underline;
    margin-top: 20px;
}
.cart-dropdown .cart-dropwdown-subtotal-label{
    float:left;
    color: #A2AAB2 ;
    font-size:20px;
    font-weight:bold;
    margin-bottom: 40px;
}
.cart-dropdown .cart-dropwdown-subtotal-value{
    float:right;
    color: #00009C;
    font-size:20px;
    font-weight:bold;
    margin-bottom: 40px;
}
.cart-dropdown-disclaimer{
    clear:both;
    text-align:center;
    color:#A2AAB2;
    font-size:15px;
    padding: 0 60px;
}
#modal_login .modal-dialog{
    position: absolute;
    right: 83px;
    top: 90px;
    width: 452px;
}
#modal_login .forgot-password-link{
    text-decoration: underline;
    color: #00009C;
    font-size:15px;
    font-weight: normal;
}
#modal_login:before{
    content: "";
    position: absolute;
    top: 79px;
    right: 300px;
    width: 0;
    height: 0;
    border-width: 20px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
}
.modal-dialog .modal-content{
    border:0;
    border-radius: 0;
}
.modal-dialog .modal-title{
    color: #00009C;
    font-size: 45px;
    position: relative;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    line-height: 1.2;
}
.modal-dialog .modal-header{
    border:0;
    padding-bottom: 0 !important;
}
.modal-dialog .modal-title:after{
    content: "";
    width: 30px;
    height: 4px;
    background: #00009C;
    position:absolute;
    left: 0;
    bottom: -10px;
    border-radius: 20px;
}
.modal-dialog .close{
    position: absolute;
    right: 20px;
    top: 20px;
}
.modal-dialog .modal-header{
    padding: 40px;
}
.modal-dialog .modal-body{
    padding: 40px;
}
.modal-dialog .btn-container{
    display:flex;
    margin-top: 20px;
}
.modal-dialog .btn-container button{
    position: unset;
}
.modal-dialog .btn-container .btn{
    margin-right: 20px;
}
.mobile-only{
    display:none;
}

/*----------------------------------------------------------------------------------------------------------------------------------*/

.slick-dotted.slick-slider {
    margin-bottom: 0px;
    height: calc(100vh - 136px);
}
.cart .slick-slide{
    height: auto;
    outline: none;
}

.cart .slick-slide .btn-secundary:focus{
    box-shadow: none;
}
.cart .slick-active button{
    margin-bottom: 5px;
}

.cart .slick-dots {
    width: auto;
    position: absolute;
    top: 50%;
    bottom: none;
    list-style: none;
    text-align: center;
    display: flex;
    flex-direction: column;
}
.cart .slick-dots li img:nth-child(1) {
    display: block;  
}  
.cart .slick-dots li img:nth-child(2) {
    display: none;   
}
.cart .slick-dots li.slick-active img:nth-child(1) {
    display: none;   
}
.cart .slick-dots li.slick-active img:nth-child(2) {
    display: block;  
}
.cart .slick-dots li.slick-active button:before {
    opacity: 1;
    background-color: var(--blue);
    content: '';
    border-radius: 25px;
    height: 30px;
    width: 10px;
}
.cart .slick-dots li button:before {
    opacity: 1;
    content: '';
}
.cart .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: rgb(114, 114, 114);
    border-radius: 100%;
}
.cart .slick-dots li{
    height: 20px;
    margin-left: auto;
    margin-right: auto;
}
.cart .slick-dots li.slick-active{
    height: 42px;
}
/*----------------------------------------------------------------------------------------------------------------------------------*/
.cart-prd .slick-slide {
    height: auto;
    text-align: center;
    background-color: white;
    margin: 20px;
    padding: 0px 50px 20px;
    outline: none;
}
.cart-prd .slick-slide h1{
    font-size: 20px;
    text-align: left;
    color: rgba(0, 0, 0, 0.4);
}
.cart-prd .slick-slide h2{
    font-size: 15px;
    float: right;
    margin-right: -50px;
    padding: 5px 20px;
    color: white;
    background-color: rgb(233, 188, 41);
}
.cart-prd .slick-slide h3{
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    color: var(--blue);
}
.cart-prd .slick-slide .fa-shopping-bag{
    color: rgba(0, 0, 0, 0.3);
    background-color: rgba(0, 0, 0, 0.1);
    padding: 10px 12px;
    border-radius: 100%;
    outline: none;
}
.cart-prd .slick-slide .fa-sync{
    color: rgba(0, 0, 0, 0.4);
    padding: 10px 12px;
    border-radius: 100%;
    outline: none;
}
.cart-prd .slick-slide img{
    margin-right: -15%;
    display: inline-block;
    padding: 20px;
}
.cart-prd .slick-prev:before, .slick-next:before {
    opacity: 1;
    color: var(--blue);
    font-size: 35px;
}
.banner-top{
    position: relative;
}
.banner-top-img{
    height: 400px;
    object-fit:cover;
}
.banner-top h1{
    color: var(--blue);
    display: inline-block;
    position: absolute;
    font-size: 60px;
    top: calc(200px - 36px);
    margin:0;
    left: 160px;
}
.shop{
    padding-bottom: 40px !important;
}
.shop-filter .filter-row{
    margin-bottom: 40px;
}
.shop-filter h4{
    color: #00009C;
    font-size:18px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    padding-bottom: 15px;
    margin:0;
    font-weight: 800;
}
.shop-filter select{
    width: 100%;
    background: #00009C;
    color: #fff;
    padding: 15px;
    border: 0;
}
.shop-filter #slider-price-range{
    margin: 0 10px;
    margin-top: 20px;
}
.shop-filter .radio-container{
    height: 56px;
    padding: 17px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    color: #A2AAB2;
    font-size: 18px;
}
.shop-filter .radio-container label{
    margin: 0;
    margin-left: 20px;
}
.shop-filter .category-select-open{
    width: 100%;
    background: #00009C;
    color: #fff;
    padding: 15px;
    border: 0;
}
.shop-filter .category-select-open .fa{
    float: right;
    margin-top: 5px;
}
.shop-filter .category-select{
    list-style: none;
    padding: 0px 20px;
    background: #fff;
    transition: all 1s ease;
    max-height: 0;
    overflow:hidden;
}
.shop-filter .category-select.open{
    max-height: 100%;
    padding: 20px;
}
.shop-filter .category-select li{
    font-size: 18px;
    color: #A2AAB2;
    padding: 20px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.shop-filter .category-select li:hover{
    cursor:pointer;
}
.shop-filter .category-select li:last-child{
    border-bottom: 0;
}
.shop-filter .category-select li img{
    margin-right: 20px;
    width: 40px;
    height: 40px;
    object-fit: contain;
    display: none;
}
.shop-filter .category-select li.active{
    color: var(--blue);
    font-weight: 600;
}
#slider-price-range{
    height: 7px;
    background: #A2AAB2 ;
    border: 0;
}
#slider-price-range .ui-slider-range{
    background: #00009C;
}
#slider-price-range .ui-slider-handle{
    top: -5px;
    width: 16px;
    height: 16px;
    background: #00009C;
    border: 0;
    border-radius: 50%;
}
.price-range-values{
    height: 40px;
    margin-top: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.price-range-values .min-price{
    float:left;
    color: #A2AAB2;
    font-size: 18px;
}
.price-range-values .max-price{
    float:right;
    color: #A2AAB2;
    font-size: 18px;
}
.btn-expand-filter{
    color: #00009C;
    position: absolute;
    right: 15px;
}
.filter-expandable{
    transition: all 0.5s ease;
    max-height: 0;
    overflow:hidden;
}
.filter-expandable.open{
    transition: all 1s ease;
    max-height: 100%;
}
.btn-expand-filter-subcategory{
    height: 46px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    color: #A2AAB2;
    font-size: 18px;
    font-weight: 600;
    padding-left: 40px;
    margin: 0;
    line-height: 1.5;
}
.btn-expand-filter-subcategory .fas{
    position:absolute;
    right: 15px;
    color: #A2AAB2;
    line-height: 1.5;
}
.filter-subcategory-expandable{
    transition: all 0.5s ease;
    max-height: 0;
    overflow:hidden;
}
.filter-subcategory-expandable.open{
    max-height: 100%;
}
.total-products{
    color: #A2AAB2;
    font-size: 15px;
    width: 100%;
    padding-right: 15px;
    text-align: right;
    margin-bottom: 0;
}
.product-item{
    background-color: white;
    margin: 30px 10px;
    padding: 20px;
    position: relative;
    height: auto !important;
    transition: all 0.2s ease-in-out;
}
.product-item .new-label{
    font-size: 15px;
    padding: 5px 20px;
    color: white;
    background-color: rgb(233, 188, 41);
    position: absolute;
    top: 0;
    right: 0;
}
.product-item .promo-price{
    bottom:55px;
}
.related-products-slider .promo-price{
    bottom:45px;
}
.product-item .discount-label{
    font-size: 15px;
    padding: 5px 20px;
    color: white;
    background-color: #00009C;
    position: absolute;
    top: 0;
    right: 0;
}

.product-item:hover{
    box-shadow: 0px 10px 10px rgb(0 0 0 / 40%);
}
.product-image{
    width: 100%;
    height: 250px;
    object-fit: contain !important;
    margin-bottom: 40px;
}
.product-btns{
    position:absolute;
    right: 40px;
    bottom: 20px;
}
.product-btns .fa-shopping-bag {
    color: #A2AAB2 ;
    background-color: #F1F2F2;
    padding: 10px 12px;
    border-radius: 100%;
    outline: none;
}
.product-btns .fa-sync {
    color: #A2AAB2 ;
    padding: 10px 12px;
    border-radius: 100%;
    outline: none;
}
.product-btns a:hover{
    color: #00009C;
}
.product-title{
    color: #A2AAB2;
    font-size: 18px;
    margin-bottom: 50px;
}
.product-price{
    font-size: 19px;
    font-weight:bold;
    color: #00009C;
    margin:0;
    position:absolute;
    bottom:20px;
}
.breadcrumb{
    background: transparent;
    margin-top: 40px;
    margin-bottom: 60px;
    padding: 0;
}
.breadcrumb li{
    margin: 0 5px;
    color: #A2AAB2;
    font-size: 15px;
}
.breadcrumb li a{
    margin: 0 5px;
    color: #A2AAB2;
    font-size: 15px;
}
.breadcrumb li:first-child{
    margin-left: 0px;
}
.breadcrumb li.active{
    color: #00009C;
}
.product-single-desc{
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    color: #A2AAB2;
    font-size: 15px;
}
.product-single-desc *{
    color: #A2AAB2 !important;
    font-size: 18px !important;
}
.product-single-label{
    font-size: 15px;
    color: #A2AAB2;
    margin-top: 30px;
    margin-bottom: 15px;
}
.btn-product-single-compare{
    color: #A2AAB2;
    padding: 10px;
    border: 0.5px solid #A2AAB2;
    border-radius: 50%;
    padding: 9px 7px;
}
.btn-product-single-compare:hover{
    color: #00009C;
    border-color: #00009C;
}
.product-single-price{
    font-size: 45px;
    color: #00009C;
    font-weight: bold;
    margin:0;
}
.product-single-quantity{
    float:left;
    margin-right: 20px;
}
.product-single-quantity-input{
    border: 0;
    background: #F3F3F3;
    width: 50px;
    text-align: center;
    padding: 10px;
    height: 46px;
    margin-left: -4px;
    margin-right: -4px;
    color: #00009C;
    font-weight: bold;
}
.product-single-quantity-input::-webkit-outer-spin-button,
.product-single-quantity-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.btn-minus-quantity{
    background: #F3F3F3;
    color: #A2AAB2;
    padding: 15px 12px;
    padding-top: 15px;
    border-bottom-left-radius: 25px;
    border-top-left-radius: 25px;
}
.btn-plus-quantity{
    background: #F3F3F3;
    color: #A2AAB2;
    padding: 15px 12px;
    padding-top: 15px;
    border-bottom-right-radius: 25px;
    border-top-right-radius: 25px;
}
.btn-minus-quantity:hover,
.btn-plus-quantity:hover{
    color: #00009C;
}
.btn-add-cart i{
    margin-right: 10px;
}
.product-conditions-container{
    clear:both;
    padding-top: 40px;
    margin-top: 40px;
    border-top: 0.5px solid #A2AAB2;
}
.product-conditions-container .fas{
    font-size: 50px;
    color: #A2AAB2;
}
.product-conditions-container h1{
    font-size: 18px;
    padding-left: 90px;
    color: #A2AAB2;
    font-family: 'Montserrat', sans-serif;
}
.c-product-gallery #secondary-slider {
    float:left;
    margin-bottom: 20px;
}

.splide--nav > .splide__track > .splide__list > .splide__slide.is-active {
    border: 0;
    border-bottom: 1px solid var(--theme-color);
}

.c-product-gallery #secondary-slider .splide__list {
    transform: translateX(5.5px) !important;
    display: block;
}

.c-product-gallery .splide__slide img {
    width: 100%;
    height:100%;
    object-fit: contain;
}
.c-product-gallery #primary-slider {
    width: calc(100% - 110px);
    float:right;
}

.c-product-gallery #primary-slider img {
    border: 1px solid var(--theme-color);
    border-radius: 10px;
}
.splide--nav > .splide__track > .splide__list > .splide__slide.is-active {
    border-bottom: 2px solid #00009C;
}
.product-details{
    margin-top: 150px;
}
.product-details h4{
    color: #00009C;
    font-size: 35px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    text-align: center;
    margin-bottom: 40px;
}
.product-details .col-md-6{
    padding: 20px;
    padding-left: 60px;
    border-top: 0.5px solid #A2AAB2;
}
.product-details .col-md-6:last-child,
.product-details .col-md-6:nth-last-child(2){
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.product-details .product-details-label{
    color: #00009C;
    font-size: 18px;
    font-weight: bold;
}
.product-details .product-details-value{
    color: #A2AAB2;
    font-size: 18px;
}
.related-products{
    background: #F1F2F2;
}
.related-products h4{
    color: #00009C;
    font-size: 35px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    margin-bottom: 40px;
}
.footer-banner{
    position: relative;
}
.footer-banner h1{
    position: absolute;
    left: 250px;
    top: calc(50% - 170px);
    font-size: 60px;
    color: #00009C;
    font-weight: 200;
}
.footer-banner-img{
    height: 600px;
    object-fit: cover;
}
.wave-footer{
    position: absolute;
    width: calc(100% - 300px);
    bottom: 80px;
}
/* Customize the label (the container) */
.checkbox-container {
  display: block;
  position: relative;
  padding-left: 35px;
  font-size: 18px !important;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  font-weight:400;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Hide the browser's default checkbox */
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 0.5px solid #A2AAB2 ;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
  background-color: #fff;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
  background-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
    left: 2px;
    top: 2px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: var(--blue);
}

.checkout-page h4{
    color:var(--blue);
    font-size: 35px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    margin-bottom: 40px;
}
.checkout-page .cart-list{
    border-left: 0.5px solid #A2AAB2;
}
.checkout-page .cart-item{
    margin-bottom: 20px;
}
.checkout-page .cart-img{
    width: 100%;
    height: 100px;
    object-fit: contain;
}
.checkout-page .cart-details{
    padding-left: 20px;
    height: fit-content;
}
.checkout-page .cart-name{
    color: #A2AAB2;
    font-size: 18px;
    margin-bottom: 5px;
}
.checkout-page .cart-qty{
    color: #A2AAB2;
    font-size: 15px;
    margin-bottom: 5px;
}
.checkout-page .cart-price{
    color:var(--blue);
    font-size: 18px;
    font-weight: bold;
    margin:0;
}
.checkout-page .cart-total{
    margin-top: 40px;
}
.checkout-page .cart-label{
    color: #A2AAB2;
    font-size: 15px;
    margin-bottom: 5px;
}
.checkout-page .cart-value{
    color: #A2AAB2;
    font-size: 15px;
    margin-bottom: 5px;
}
.checkout-page .cart-total-label{
    color: #A2AAB2;
    font-size: 25px;
    font-weight: bold;
    margin:0;
}
.checkout-page .cart-total-value{
    color:var(--blue);
    font-size: 25px;
    font-weight: bold;
    margin:0;
}
.checkout-page .checkout-name{
    color:var(--blue);
    font-size:18px;
}
.checkout-page .checkout-desc{
    color: #A2AAB2 ;
    font-size:18px;
    font-weight: 400;
}
.checkout-page .checkout-link{
    color:var(--blue);
    text-decoration: underline;
    font-size:15px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
}
.checkout-page .col-md-3:not(:first-child){
    border-left: 0.5px solid #A2AAB2;
}
.checkout-page p{
    margin:0;
}
.checkout-page .btn{
    position:unset;
}
.checkout-page .button-container{
    padding-top:30px;
}
.cart-page h3{
    margin-bottom:60px;
}
.cart-page .table tr th{
    color: #A2AAB2;
    font-size: 15px;
    font-weight: normal;
    border-top: 0;
    border-bottom: 2px solid #dee2e6;;
}
.cart-page .table tr td{
    vertical-align: middle;
    font-size: 18px;
    font-weight: bold;
    color: #A2AAB2 ;
    height: 120px;
}
.cart-page .table tr td h6{
    margin:0;
}
.cart-page .table tr td h6 a{
    color:var(--blue);
    font-weight: 500;
}
.cart-page .table tr td form{
    margin:0;
}
.cart-page .table .product-single-quantity-input{
    height: 40px;
    margin-left: -6px;
    margin-right: -6px;
}
.cart-page .table .btn-minus-quantity,
.cart-page .table .btn-plus-quantity{
    padding: 9px 12px;
    padding-top: 9px;
}
.cart-page .fa.fa-times{
    border: 1px solid #A2AAB2 ;
    border-radius: 50%;
    color: #A2AAB2 ;
    width: 25px;
    height: 25px;
    padding: 2px 5px;
}
.cart-page .table h5{
    font-size: 25px;
    color: #A2AAB2 ;
    font-weight: bold;
}
.cart-page .table h4{
    font-size: 25px;
    color:var(--blue);
    font-weight: bold;
}
.checkout-page .icons-inner p,
.cart-page .icons-inner p{
    font-size:18px;
    color: #A2AAB2;
    margin:0;
    font-weight:500;
}
.checkout-page .icons-inner a,
.cart-page .icons-inner a{
    color:var(--blue);
    text-decoration: underline;
    font-size:15px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
}
.cart-page .button-container{
    padding-top:30px;
}
.cart-page .button-container p{
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0;
}
.cart-page .button-container p a{
    color:var(--blue);
    text-decoration: underline;
    font-size:15px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
}
.cart-page .button-container .btn{
    position: unset;
}
.box-blue a.fa-arrow-right{
    color: #fff;
    font-size: 20px;
    line-height: 1;
    border: 2px solid #fff;
    border-radius: 50%;
    padding: 6px;
    width: 34px;
    height: 34px;
    margin-left: 10px;
}
/*----------------------------------------------------------------------------------------------------------------------------------*/
.imgs{
    width: auto;
}
.imgs .slick-slide {
    height: auto;
}
.imgs .slick-slide{
    outline: none;
}
.imgs .slick-prev, .slick-next{
    margin: 0 -20px;
}
.imgs .slick-prev::before, .slick-next::before, .slick-prev::before{
    color: var(--blue);
    opacity: 1;
    font-size: 35px;
}
.slick-prev, .slick-next {
    width: 40px;
    height: 40px;
}
.slick-prev {
    left: -48px;
}
.slick-right {
    right: -15px;
}
.slick-arrow.slick-next:before{
    content: "\f061";
    margin-left: 10px;
    border: 2px solid;
    border-radius: 50%;
    padding: 4px 5px;
    font-size: 20px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}
.slick-arrow.slick-prev:before{
    content: "\f060";
    margin-left: 10px;
    border: 2px solid;
    border-radius: 50%;
    padding: 4px 5px;
    font-size: 20px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}
.slick-arrow:hover:before{
    background: var(--blue);
    color: #fff;
    border-color: var(--blue);
}
/*----------------------------------------------------------------------------------------------------------------------------------*/



/* Small devices */
@media (min-width: 0px) {

    .navbar{
        height: 90px;
        padding: 0px 50px;
        border-bottom: 3px solid var(--blue);
    }
    .navsec{
        height: auto;
        background-color: var(--blue);
        padding:0 !important;
    }
    .input-group{
        width: 20vh;
        height: 5vh;
    }
    .search{
        margin-left: 0px;
    }



    .underline-big{
        border-color: transparent;
    }



    footer{
        padding: 50px 20px 20px 20px;
    }

    

    .title h1{
        color: var(--blue);
        display: inline-block;
        position: absolute;
        margin-top: 5%;
        margin-left: 10%;
        font-size: 25px;
        font-weight: 200;
    }
    .title .btn{
        padding: 5px 20px;
        font-size: 15px;  
    }

    .slick-slider img{
        object-fit: cover;
    }

    .cart .slick-dots {
        left: 90%;
    }
    .cart.slick-slider .btn{
        padding: 5px 20px;
        font-size: 15px;
        color: white;
    }
    .cart.slick-slider .btn-secundary{
        padding: 5px 20px;
        font-size: 15px;        
    }
    .cart.slick-slider h1{
        color: var(--blue);
        display: inline-block;
        font-size: 30px;
        font-weight: 400;
        font-family: 'M PLUS Rounded 1c', sans-serif;
    }
    
    .cart .slick-slide{
        position: relative;
    }

    .cart.slick-slider .banner-details{
        position: absolute;
        width: 50vw;
        right: 0;
        height: 100%;
        display: flex;
        align-items: center;
    }
    .cart .slick-slide .banner-btn-container{
        margin-top: 40px;
    }
    .cart .slick-slide .banner-btn-container button{
        position: static;
    }
    .cart .slick-slide .banner-extra-details{
        margin-top: 40px;
    }
    .cart .slick-slide .banner-extra-details p{
        font-size: 20px;
        color: var(--blue);
    }
    .cart .slick-slide .banner-extra-details i{
        font-size: 60px;
        color: var(--blue);
        margin-bottom: 20px;
    }

    .imgs{
        margin: 0 20px;
    }
    



    .sqr{
        padding: 0px 20px 150px 20px;
    }
    
    .sqr-ctg{
        padding: 15px 20px;
    }
    
    .categories-menu .box-white{
        height: 130px;
        background-color: #fff;
        background-repeat: no-repeat;
        background-position:center;
        background-size: cover;
        margin-bottom: 20px;
        transition: all 0.2s ease-in-out;
    }
    .categories-menu .box-white:hover{
        box-shadow: 0px 15px 13px rgb(0 0 0 / 30%)
    }
    
    .width-fix{
        margin: 0 -30px;
    }
    
    .box{
        box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    }
    
    
    .box-white{
        height: 400px;
        padding: 50px 50px 20px 50px;
    }
    .box-white h1{
        font-size: 18px;
        font-weight: 500;
        color: var(--blue);
        font-family: 'M PLUS Rounded 1c', sans-serif;
    }
    .box-white h1.box-link .fas{
        color: #A2AAB2 ;
        font-size: 20px;
        line-height: 1;
        border: 2px solid #A2AAB2 ;
        border-radius: 50%;
        padding: 6px;
        width: 34px;
        height: 34px;
        margin-left: 10px;
    }
    
    .box-blue{
        height: 400px;
        background-color: var(--blue);
        padding: 20px;
        color: white;
    }
    .featured-price{
        width:calc(100% - 40px);
    }
    .box-blue h1{
        font-size: 33px;
        font-weight: 300;
        font-family: 'M PLUS Rounded 1c', sans-serif;
    }
    .box-blue h2, .box-white h2{
        color: #A2AAB2 ;
        font-size: 20px;
        font-weight: 300;
    }
    .box-blue h3{
        font-family: 'Montserrat', sans-serif;
    }
    .box-blue a{
        font-size: 35px;
        color: white;
    }
    

    .icons{
        height: 400px;
        padding: 20px 0px 10px 0px;
    }
    .icons-inner{
        padding: 30px 0px 30px;
        color:rgb(114, 114, 114);
    }
    .icons-inner i{
        font-size: 50px;
        color: #A2AAB2;
    }
    .icons-inner h1{
        font-size: 18px;
        padding-left: 90px;
        font-family: 'Montserrat', sans-serif;
        color: #A2AAB2;
    }
    .big-icon{
        width: 55px;
        height: 55px;
    }
    .small-icon{
        width:25px;
        height:25px;
        margin: 0 10px;
        object-fit: contain !important;
    }
    .form input[type="radio"]{
        width: 20px;
        height: 15px;
        margin: 0 15px;
        display: inline-flex;
    }
    #form{
        font-size: 15px;
        color: #A2AAB2 ;
        letter-spacing: 0;
        line-height: 1.5;
    }
    #form a{
        color: var(--blue);
        text-decoration: underline;
        font-weight: 500;
        letter-spacing: 0px;
    }
    .c-layout-page h3,
    .c-layout-page2 h3,
    .c-layout-page3 h3{
        color: #00009C;
        font-size: 40px;
        position: relative;
        font-family: 'M PLUS Rounded 1c', sans-serif;
    }
    .c-layout-page h3:after,
    .c-layout-page2 h3:after,
    .c-layout-page3 h3:after {
        content: "";
        width: 30px;
        height: 4px;
        background: #00009C;
        position: absolute;
        left: 0;
        bottom: -10px;
        border-radius: 20px;
    }
    .c-content-title-1{
        margin-bottom: 30px;
    }
    .related-products-slider{
        width: 100vw;
        margin-left: -5%;
    }
    .product-item{
        padding:20px;
    }
    .product-title{
        font-size:16px;
    }
    .related-products-slider .product-price{
        font-size: 20px;
    }
    .related-products-slider .product-title{
        margin-bottom: 50px;
    }
    .product-item {
        margin: 20px 0;
    }
    .related-products-slider .product-item{
        margin: 20px 10px;
    }
    .jplist-options .sort--options {
        top: 30px;
    }
    .total-products {
        height: 60px;
    }
}


/*----------------------------------------------------------------------------------------------------------------------------------*/
/* Medium devices */
@media (min-width: 993px) {

    .navbar{
        height: 90px;
        padding: 0px 10px;
        border: none;
    }
    .navbar-expand-lg .navbar-nav .nav-link{
        white-space: nowrap;
    }
    .navsec{
        height: 47px;
        background-color: var(--blue);
    }
    .input-group{
        width: 20vh;
        height: 5vh;
    }
    .search{
        margin-left: 15px;
    }



    .underline-big{
        border-color: transparent;
    }
    


    footer{
        padding: 0px 140px 20px 140px;
    }



    .title h1{
        margin-top: 8%;
        margin-left: 10%;
        font-size: 50px;
    }
    .title .btn{
        background-color: var(--blue);
        padding: 10px 30px;
        border-radius: 25px;
        font-size: 18px;
        display: inline-block;
        position: absolute;
        font-weight: 300;
        color: white;
    }



    .cart .slick-dots {
        left: 95%;
    }
    .cart .slick-slide .btn{
        padding: 10px 30px;
        font-size: 18px;
        color: white;
    }
    .cart .slick-slide .btn-secundary{
        padding: 10px 40px;
        font-size: 18px;
    }
    .cart .slick-slide h1{
        font-size: 70px;
    }
    


    .imgs{
        margin: 0 140px;
    }



    .sqr{
        padding: 100px 60px 150px 60px;
    }
    
    .sqr-ctg{
        padding: 15px 20px;
    }
    
    .categories-menu .box-white{
        height: 80px;
    }
    
    
    .box{
        box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    }
    
    
    .box-white{
        height: 400px;
        padding: 20px;
    }
    .box-white h1{
        font-size: 18px;
        font-weight: 500;
        color: var(--blue);
    }
    
    
    .box-blue{
        height: 400px;
        background-color: var(--blue);
        padding: 20px;
        color: white;
    }
    .featured-price{
        width:calc(100% - 40px);
    }
    .box-blue h1{
        font-size: 30px;
        font-weight: 300;
    }
    .box-blue h2, .box-white h2{
        color: #A2AAB2 ;
        font-size: 20px;
        font-weight: 300;
    }
    .box-blue h3{
        font-family: 'Montserrat', sans-serif;
    }
    .box-blue a{
        font-size: 35px;
        color: white;
    }
    
    
    .icons{
        height: 400px;
        padding: 20px 0px 10px 0px;
    }
    .icons-inner{
        padding: 30px 0px 30px;
        color:rgb(114, 114, 114);
    }
    .icons-inner img{
        width: 20%;
    }
    .icons-inner h1{
        font-size: 16px;
        padding-left: 50px;
    }


    .form input[type="radio"]{
        width: 30px;
        padding: 20px;
        height: 20px;
        display: inline-flex;
    }
    #form{
        font-size: 15px;
        color: #A2AAB2 ;
        letter-spacing: 0;
        line-height: 1.5;
    }
    #form a{
        color: var(--blue);
        text-decoration: underline;
        font-weight: 500;
        letter-spacing: 0px;
    }
    .navsec a {
        font-size: 10px;
    }
    .navsec li {
        padding: 0px 10px;
    }
    .product-btns{
        position:unset !important;
    }
    .modal-dialog {
        max-width: 600px;
    }
}

/*----------------------------------------------------------------------------------------------------------------------------------*/
/* Large devices */
@media (min-width: 1200px) {

    .navbar{
        height: 90px;
        padding: 0px 10px;
        border: none;
    }
    .navsec{
        height: 47px;
        background-color: var(--blue);
    }
    .input-group{
        width: 20vh;
        height: 5vh;
    }
    .search{
        margin-left: 15px;
    }



    .underline-big{
        border-color: var(--blue);
    }
    


    .imgs{
        margin: 0 250px;
    }



    .sqr{
        padding: 100px 80px 150px 80px;
    }
    
    .sqr-ctg{
        padding: 15px 80px;
    }
    
    .categories-menu .box-white{
        height: 130px;
    }



    .input-group{
        width: 30vh;
    }



    footer{
        padding: 50px 150px 20px 150px;
    }



    .title h1{
        margin-top: 10%;
        margin-left: 10%;
        font-size: 60px;
    }
    .title .btn{
        background-color: var(--blue);
        padding: 10px 30px;
        border-radius: 25px;
        font-size: 18px;
        display: inline-block;
        position: absolute;
        font-weight: 300;
        color: white;
    }



    .cart .slick-dots {
        left: 97%;
    }
    .cart .slick-slide .btn{
        padding: 10px 30px;
        font-size: 18px;
        color: white;
    }
    .cart .slick-slide .btn-secundary{
        padding: 10px 40px;
        font-size: 18px;

    }
    .cart .slick-slide h1{
        font-size: 90px;
    }
    
    

    .box {
        box-shadow: 0px 15px 13px rgb(0 0 0 / 14%);
    }
    
    
    .box-white{
        height: 400px;
        padding: 50px 50px 20px 50px;
    }
    .box-white h1{
        font-size: 18px;
        font-weight: 500;
        color: var(--blue);
    }
    
    
    .box-blue{
        height: 400px;
        background-color: var(--blue);
        padding: 50px 50px 20px 50px;
        color: white;
    }
    .featured-price{
        width:calc(100% - 100px);
    }
    .box-blue h1{
        font-size: 30px;
        font-weight: 300;
    }
    .box-blue h2, .box-white h2{
        color: #A2AAB2 ;
        font-size: 20px;
        font-weight: 300;
    }
    .box-blue h3{
        font-family: 'Montserrat', sans-serif;
    }
    .box-blue a{
        font-size: 35px;
        color: white;
    }
    
    
    .icons{
        height: 400px;
        padding: 20px 0px 10px 0px;
    }
    .icons-inner{
        padding: 30px 0px 30px;
        color:rgb(114, 114, 114);
    }
    .icons-inner img{
        width: 20%;
    }
    .icons-inner h1{
        font-size: 16px;
        padding-left: 90px;
    }


    .form input[type="radio"]{
        width: 30px;
        padding: 20px;
        height: 20px;
        display: inline-flex;
    }
    #form{
        font-size: 15px;
        color: #A2AAB2 ;
        letter-spacing: 0;
        line-height: 1.5;
    }
    #form a{
        color: var(--blue);
        text-decoration: underline;
        font-weight: 500;
        letter-spacing: 0px;
    }
    
    .navsec a {
        font-size: 10px;
    }
    .navsec li {
        padding: 0px 10px;
    }
    .product-btns{
        position:unset !important;
    }
    .product-item{
        padding: 20px;
    }
    .product-title{
        font-size:18px;
    }
    .related-products-slider .product-price{
        font-size: 25px;
    }
    .related-products-slider .product-title{
        margin-bottom: 50px;
    }
}

@media (min-width: 1500px) {
    .navsec a {
        font-size: 12px;
    }
    .navsec li {
        padding: 0px 20px;
    }
    .navbar {
        padding: 0 200px;
    }
    .input-group{
        width:20vw;
    }
    .product-btns{
        position:absolute !important;
    }
}

@media (min-width: 1700px) {
    .sqr{
        padding: 100px 200px 150px 200px;
    }
    
    .sqr-ctg{
        padding: 15px 250px;
    }
    .box-white h1{
        font-size: 26px;
        font-weight: 500;
        color: var(--blue);
    }
    .related-products-slider{
        width: auto;
        margin-left: 0px;
    }
    .input-group{
        width:30vw;
    }
    
}

.page-header{
    width:100%;
    height: 420px;
    object-fit: cover;
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
    background-position: center;
}

.page-header .container{
  position: inherit;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.page-header h3{
    font-size: 50px;
    color: #FFFFFF;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: normal;
}

.about{
    padding-top: 100px;
    padding-bottom: 200px;
    background-color: #FFFFFF;
}

.about2{
    padding-top: 100px;
    padding-bottom: 50px;
    background-color: #FFFFFF;
}

.privacy-h1{
    color: #00009C;
    font-size: 45px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    width: 100%;
}

.about-slider{
    height: 500px;
}

.about-slider img{
    object-fit:cover;
}

.about-description p{
    font-size:18px;
    color:#A2AAB2;
    letter-spacing: 0.54px;
    font-weight: 400;
    line-height: 1.5;
}

.about-description h2{
    font-size:45px;
    color:#00009C;
    letter-spacing: 1.35px;
    font-weight: 400; 
    margin-bottom: 60px;
    margin-top: 40px;
}

.about-description table tr td{
    width: 50%;
    color: #A2AAB2;
    font-weight: 400;
    font-size:18px;
    letter-spacing: 0.54px;
    vertical-align: top;
    line-height: 1.5;
}

.about-description table tr td:first-child{
    padding-right: 57px;
}

.checkout-steps{
    position:absolute;
    left: calc(50% - 250px);
    width: 500px;
}
.checkout-steps .nav-item{
    width: calc(100%/3);
}
.checkout-steps div{
    text-align:center;
}
.checkout-steps .nav-item.active h1{
    color: #fff;
    border-color: #fff;
}
.checkout-steps h1{
    font-size: 25px;
    color: #878E95;
    border: 2px solid #878E95;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 4px;
    margin: auto;
    margin-bottom: 10px;
}
.checkout-steps .nav-item.active p{
    color: #fff;
}
.checkout-steps p{
    color:#878E95;
    font-size:12px;
    margin:0;
}
.jplist-options .option{
    list-style:none;
}
.jplist-page-nav{
    list-style: none;
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 40px;
    left: 0;
    height: 30px;
    width: 100%;
}
.jplist-page-nav .jplist-page-nav-container{
    display: flex;
}
.jplist-page-nav .list-unstyled{
    display: flex;
    height: 30px;
    margin: 0;
}
.jplist-page-nav .list-unstyled li{
    height:30px;
    padding: 5px 10px;
    font-size: 16px;
    color: #A2AAB2;
}
.jplist-page-nav .list-unstyled li:hover{
    cursor:pointer;
    color: var(--blue) !important;
}
.jplist-selected {
    color: var(--blue) !important;
    font-weight:bold;
}
.jplist-page-nav button{
    border:0;
    background: transparent;
    font-size: 22px;
    color: #A2AAB2;
}
.jplist-page-nav button:hover{
    color: var(--blue);
}
.jplist-options .row{
    margin-bottom: 100px;
}
.jplist-options .sort--options{
    position: absolute;
    left: 20px;
    color: #A2AAB2;
}
.jplist-dd-items-inline{
    display: inline-flex;
    list-style: none;
    padding: 0;
}
.jplist-dd-items-inline li{
    border:0;
}
.price-range-values .jplist-slider{
    background:transparent !important;
    margin-left: 12px !important;
    z-index:99;
    width: calc(100% - 20px) !important;
}
.jplist-slider-background{
    position: absolute;
    top: 8px;
    left: 2px;
    width: calc(100% - 4px);
    height: 4px;
    background: #A2AAB2 ;
    border-radius:5px;
    z-index: 98;
}
.jplist-slider-range {
    background-color: var(--blue) !important;
    top:8px !important;
}
.jplist-slider-holder-1 {
    background: var(--blue) !important;
}
.jplist-slider-holder-2 {
    background: var(--blue) !important;
}
.price-range-values{
    padding-bottom: 60px !important;
    position:relative;
}
.jplist-slider-values .text-left{
    float:left;
    color: #A2AAB2;
}
.jplist-slider-values .text-right{
    float:right;
    color: #A2AAB2;
}
.price-range-values .jplist-slider-values {
    margin-top: -25px !important;
}
#login-form{
    margin:0;
}
#login-form .form-group{
    width: 100% !important;
}
#recovery-form{
    margin:0;
}
#recovery-form .form-group{
    width: 100% !important;
}
.error-message{
    color: red;
    font-size: 18px;
}
/*----------------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 992px) {
    .row{
        margin:0;
    }
    h1{
        font-size:23px;
    }
    .sqr {
        padding: 0px 20px 100px 20px;
    }
    .nav-item.search{
        display:none !important;
    }
    .cart .slick-slide .banner-details{
        right: unset;
        left: 20px;
    }
    .slick-dotted.slick-slider {
        height: calc(100vh - 93px);
    }
    .mobile-no-sqr{
        padding:0;
    }
    .mobile-no-row{
        margin-left: -15px;
        margin-right: -15px;
        padding: 15px 20px !important;
    }
    .box-blue{
        padding-left:35px;
        padding-right:35px;
    }
    .box-white{
        padding-left:35px;
        padding-right:35px;
        margin-top:30px;
        height: 300px;
    }
    .box-white h1.box-link .fas {
        width: 30px;
        height: 30px;
        padding: 5px;
        font-size: 16px;
    }
    .slick-prev,
    .slick-next{
        display:none !important;
    }
    .nav-item.dropdown-2{
        border:0 !important;
    }
    .nav-item.dropdown-2.show{
        background:#F1F2F2;
    }
    .navbar{
        padding: 0 20px;
        border-bottom: 1px solid #F1F2F2;
    }
    .navbar .nav-item{
        background:#fff;
        padding:15px 30px;
    }
    .navbar .nav-item:not(:last-child){
        border-bottom: 1px solid #F1F2F2 !important;
    }
    .navsec{
        padding:0;
    }
    .dropdown-2 .dropdown-menu{
        width: calc(100% + 60px);
        margin-left: -30px;
        margin-right: -30px;
        margin-bottom: -15px;
        box-shadow:none;
        margin-top:0;
    }
    .navbar-nav .nav-link{
        padding-left:0 !important;
        padding-right:0 !important;
        border: 0 !important;
    }
    .navbar-nav .nav-link .fas{
        float: right;
        font-size: 22px;
    }
    .navbar-nav.nav-grey{
        background: var(--lgrey);
        margin-left:-50px;
        margin-right:-50px;
        padding-left:50px;
        padding-right:50px;
    }
    .navbar-nav .nav-link{
        color: var(--blue);
        font-weight:bold;
    }
    .navsec a:hover {
        color: var(--blue);
    }
    .navbar-nav.nav-secondary{
        border-top: 1px solid #F1F2F2 !important;
        padding-top: 30px;
        padding-bottom: 30px;
        background: #fff;
    }
    .navbar-nav.nav-secondary .nav-item{
        border-bottom: 0 !important;
        padding: 5px 30px;
    }
    .navbar-nav.nav-secondary .nav-item .nav-link{
        font-weight:normal;
        font-size:15px;
    }
    .navbar-toggler{
        color: #A2AAB2;
        padding:0;
        border:0;
    }
    .navbar-toggler:focus{
        outline:0;
    }
    .navbar-brand{
        margin:0;
        padding:0;
        max-height: 70px;
        object-fit:contain;
    }
    .navbar-brand-container{
        text-align:center;
        width: 100%;
    }
    .menu-bottom-mobile{
        display:block !important;
        position:fixed;
        bottom:0;
        left:0;
        width:100%;
        height:70px;
        z-index: 101;
        background: var(--blue);
        color:#fff;
        padding: 10px 20px;
    }
    .menu-bottom-mobile .row{
        margin-left:-15px;
        margin-right:-15px;
    }
    .menu-bottom-mobile p{
        margin: 0;
        font-size: 9px;
        text-transform: uppercase;
        margin-top: 7px;
    }
    .menu-bottom-mobile .col-6{
        text-align:center;
        padding: 0;
        color: #A2AAB2;
    }
    .menu-bottom-icon{
        height: 26px;
    }
    .menu-bottom-mobile .middle-button{
        background: #0F0F9E;
        color: #A2AAB2;
        width: 16vw;
        max-width: 80px;
        margin:auto;
        height: 16vw;
        max-height: 80px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        margin-top: -20px;
    }
    .menu-bottom-mobile .fas{
        font-size:26px;
    }
    .cart .slick-slide .banner-extra-details {
        display:none;
    }
    .cart.slick-slider .banner-details {
        align-items: flex-end;
        padding-bottom: 100px;
        left: 25vw;
        text-align: center;
    }
    .slick-dotted.slick-slider {
        height: calc(100vh - 220px);
    }
    .cart .slick-dots{
        left: calc(50% - 10px);
        bottom: 0;
        transform: rotate(-90deg);
        top: unset;
    }
    .mobile-hide{
        display:none;
    }
    .mobile-only{
        display:block;
    }
    .icons-inner{
        text-align: center;
        position:relative;
    }
    .icons-inner:first-child:before{
        content: "";
        position: absolute;
        top: 30px;
        right: 0;
        width: 0px;
        background: #A2AAB2;
        height: 42px;
    }
    .icons-inner:last-child:before{
        content: "";
        position: absolute;
        top: 30px;
        left: 0;
        width: 0px;
        background: #A2AAB2;
        height: 42px;
    }
    .icons-inner .fas{
        margin-bottom:20px;
        font-size:40px;
    }
    .icons-inner h1 {
        font-size: 12px;
        padding-left: 0;
        text-align:center;
    }
    .icons{
        height:auto;
    }
    .box-blue{
        height:auto;
        padding:15px;
    }
    .box-blue h1{
        font-size:25px;
    }
    .box-blue h2{
        font-size:15px;
    }
    .box-blue h3{
        font-size:20px;
    }
    .box-blue a{
        font-size:25px;
    }
    .categories-menu .box-white{
        background-image:none !important;
        background:#fff;
        height:70px;
        padding: 20px 15px;
        margin-bottom: 0px;
    }
    .categories-menu .box-white .box-link{
        margin:0;
    }
    .footer-banner h1{
        left: 20px;
        top: calc(50% - 160px);
        font-size: 35px;
    }
    .footer-banner-img {
        height: 320px;
    }
    .footer-logos{
        margin: 20px 0;
    }
    .footer-logos i{
        padding:10px;
        width:40%;
    }
    .footer-logos i:first-child{
        width:30%;
    }
    .footer-logos i:last-child{
        width:30%;
    }
    .footer-logos i img{
        width:100%;
    }
    .footer-logos i:first-child img{
        width:auto;
    }
    footer h1{
        color: #fff;
        text-align: center;
        width: 100%;
    }
    footer .livro-reclamacoes-link {
        margin:0;
        margin-top: 20px;
        width: 100%;
        text-align: center;
    }
    footer{
        padding-bottom: 100px;
    }
    .footer-bot div{
        float:none !important;
    }
    .footer-bot {
        text-align: center;
    }
    .footer-bot h1 {
        font-size: 10px;
        letter-spacing: 2px;
    }
    .footer-logo{
        text-align: center;
    }
    .related-products .product-item{
        margin: 30px 10px;
    }
    .related-products{
        padding-top: 60px;
    }
    .product-image {
        height: 180px;
        margin-bottom:10px;
    }
    .product-title {
        font-size: 14px;
        height: 60px !important;
    }
    .product-price {
        font-size: 20px;
    }
    .product-btns{
        margin-top:10px;
        position: unset !important;
        display: flex;
        justify-content: flex-end;
    }
    .product-btns a{
        float:none !important;
    }
    #modal_login .modal-dialog {
        right:10px;
        width: calc(100% - 20px);
    }
    #modal_login .btn-container button{
        padding: 7px 20px;
        font-size: 14px;
    }
    .modal-dialog .modal-title {
        font-size: 30px;
    }
    .cart-dropdown {
        top: 91px;
        max-width:100%;
    }
    .checkout-page .cart-img {
        margin-bottom:20px;
    }
    .checkout-page .col-xs-12{
        margin-bottom:20px;
    }
    .checkout-page h4{
        margin-bottom:20px;
    }
    .checkout-page .button-container{
        float: none !important;
        text-align: center;
        width: 100%;
        padding: 0 20px;
        padding-top: 30px;
    }
    .checkout-page .button-container .btn-add-cart{
        width:100%;
    }
    .checkout-page .cart-item .col-md-6{
        padding:0;
    }
    .checkout-page .col-md-3{
        padding:0;
    }
    .checkout-page .col-md-3:not(:first-child) {
        border-left: 0;
        border-top: 0.5px solid #A2AAB2;
        padding: 20px;
        padding-top: 20px;
        margin: 0 -20px;
        width: calc(100% + 40px);
    }
    .checkout-page .cart-total{
        background: #F1F2F2;
        margin: 0 -20px;
        padding: 40px 20px;
    }
    .checkout-page .cart-total .col-md-6{
        padding: 0;
    }
    .checkout-page .cart-total .cart-value,
    .checkout-page .cart-total .cart-total-value{
        text-align:right;
    }
    .mobile-m-0{
        margin:0 !important;
    }
    .c-layout-page3{
        padding:0 !important;
    }
    .cart-dropdown li .btn-minus-quantity, .cart-dropdown li .btn-plus-quantity {
        padding: 6px;
        padding-top: 6px;
    }
    .cart-dropdown li .product-single-quantity-input {
        width: 36px;
        height: 28px;
        margin-left: -5px;
        margin-right: -5px;
    }
    .cart-dropdown-disclaimer {
        padding: 0 30px;
    }
    .cart-dropdown .cart-dropdown-bottom {
        padding-bottom:50px;
    }
    .cart-mobile.cart-dropdown{
        position:unset;
        padding: 20px;
    }
    .cart-dropdown-white-bottom{
        background: #fff;
        margin: 0 -20px;
        padding: 0 20px;
    }
    .cart-related{
        padding-top:180px;
    }
    .related-products-slider .slick-list{
        margin: 0 -10px;
    }
    .mobile-cart-top{
        background: var(--blue);
        margin: -20px;
        margin-bottom: 20px;
        padding: 10px 20px;
        position: relative;
    }
    .mobile-cart-top .btn-close-cart-dropdown {
        position: absolute;
        top: 13px;
        right: 15px;
        color: #A2AAB2 ;
        border: 0;
        width: auto;
        height: auto;
        padding: 2px 4px;
        font-size: 14px;
    }
    .mobile-cart-top .fa.fa-times {
        border: 1px solid #fff;
        border-radius: 50%;
        color: #fff;
        width: 25px;
        height: 25px;
        padding: 4px 6px;
        font-size: 16px;
    }
    .mobile-cart-top h4{
        color: #fff;
        border:0;
        margin:0;
        padding:0;
    }
    .cart-related.related-products h4{
        font-size:23px;
    }
    .checkout-page.checkout-2 .col-md-6{
        padding:0;
        border:0;
    }
    .c-layout-page h3, .c-layout-page2 h3, .c-layout-page3 h3 {
        font-size: 30px;
    }
    .checkout-page h4 {
        font-size: 23px;
    }
    .checkout-page .checkout-desc {
        font-size: 15px;
    }
    .checkout-page .checkbox-container {
        font-size: 15px !important;
    }
    .checkout-page.checkout-2 .cart-item div{
        padding:0;
    }
    .about-description h2 {
        font-size: 30px;
        width: 100%;
    }
    .about-description table tr td{
        font-size: 15px;
    }
    .about-description table tr td:first-child {
        padding-right: 15px;
    }
    .about-description table tr td:last-child {
        padding-left: 15px;
    }
    .checkout-steps-mobile{
        list-style: none;
        padding: 0;
        display: flex;
        width: 100vw;
    }
    .checkout-steps-mobile li.nav-item{
        background: var(--blue);
        width: calc(100vw / 3);
        display: flex;
        align-items: center;
        justify-content: center;
        padding-bottom:10px;
    }
    .checkout-steps-mobile h1{
        font-size: 25px;
        color: #878E95;
        border: 1px solid #878E95;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        padding: 4px 11px;
        margin: auto;
        margin-bottom: 10px;
    }
    .checkout-steps-mobile p{
        color: #878E95;
        font-size: 12px;
        margin: 0;
    }
    .checkout-steps-mobile li.nav-item.active h1{
        color:#fff;
        border-color:#fff;
    }
    .checkout-steps-mobile li.nav-item.active p{
        color:#fff;
    }
    .banner-top h1 {
        font-size:36px;
        left: 0;
        width: 100%;
        text-align: center;
    }
    .jplist-page-nav .list-unstyled li {
        padding: 5px 6px;
    }
    .product-conditions-container {
        margin-top: 90px;
    }
    .c-shop-product-details-2 .btn-add-cart{
        margin-top: 20px;
    }
    .modalAddProductToCart{
        padding: 0 !important;
    }
    .modalAddProductToCart .btn-secundary{
        height: auto !important;
    }
    .modalAddProductToCart .btn{
        position:unset !important;
        width:100% !important;
        height: auto !important;
        margin-bottom:20px !important;
    }
    .modalAddProductToCart .modal-body{
        height: 250px !important;
    }
    #modal_login .modal-dialog {
        top: 0px;
    }
    .comparator{
        height:100vh;
        overflow-y:auto;
        padding-bottom: 70px;
    }
    .comparator .comparator-container .row{
        height: auto !important;
    }
    .comparator .comparator-container{
        height: auto !important;
        padding-top:20px !important;
    }
    .comparator .btn-close-comparator{
        position: unset !important;
    }
    .comparator .comparator-container .col-md-3{
        padding-top:20px;
        padding-bottom:20px;
    }
    .comparator .comparator-product{
        border:0 !important;
    }
    .comparator .comparator-details-item .col-md-3 p{
        border:0 !important;
    }
    .comparator .btn-delete-comparator-product{
        top: calc(50% - 15px) !important;
    }
    .comparator .comparator-details .container{
        padding: 0 20px !important;
    }
    .input-group{
        width:25vw;
    }
    .modal-dialog{
        max-width:100% !important;
    }
    .product-details .col-md-6{
        padding-left: 20px;
    }
    .footer-logos-container{
        text-align:center;
    }
    .mobile-search{
        position: fixed;
        top: 0;
        width: 100%;
        height: 150px;
        background: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 20px;
        z-index: 9999;
    }
    .mobile-search .input-group{
        width:100% !important;
    }
    .mobile-search .btn-close{
        position: absolute;
        top: 10px;
        right: 20px;
        width: 25px;
        height: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .mobile-search #SEARCH-error{
        position:absolute;
        bottom: -50px;
    }
    .mobile-search .search-input:focus{
        outline:0;
        background: transparent;
        box-shadow: unset;
    }
    .slick-list{
        padding: 0 20% !important;
    }
}
@media (min-width: 700px) {
    .icons.mobile-only{
        display:none;
    }
    .icons.mobile-hide{
        display:block;
    }
}
@media (max-width: 600px) {
    .menu-bottom-mobile .middle-button{
        margin-left: -15px;
    }
    #modal_login .modal-dialog {
        right:0px;
        width: calc(100% - 13px);
    }
    .checkout-email-table{
        zoom:0.65;
    }
}


.error {
    color: #f03800 !important;
    font-size:12px !important;
}
.comparator{
    position:fixed;
    left:0;
    width: 100%;
    background: #fff;
    z-index: 99;
}
.comparator.closed{
    top:100%;
    bottom:unset;
}
.comparator.open{
    bottom:0;
    top:unset;
}
.comparator .btn-comparator{
    background: var(--blue);
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    padding: 10px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    position: absolute;
    top: -44px;
    width: 100%;
    text-align: center;
}
.comparator .btn-comparator .fa{
    margin-left: 10px;
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 4px 5px;
    font-size: 10px;
}
.comparator .btn-close-comparator{
    border: 1px solid #A2AAB2 ;
    padding: 8px 20px;
    border-radius: 20px;
    color: #A2AAB2 ;
    font-size: 18px;
    font-weight: 400;
    position: absolute;
}
.comparator .btn-close-comparator .fa{
    border: 1px solid #A2AAB2 ;
    border-radius: 50%;
    font-size: 14px;
    padding: 5px 7px;
    margin-right: 10px;
}
.comparator .comparator-container{
    height: 200px;
    padding: 40px 0;
}
.comparator .comparator-container .row{
    height:100%;
}
.comparator .comparator-product-img{
    width: 90px;
    margin-right: 10px;
}
.comparator .comparator-product{
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    border-right: 1px solid #A2AAB2 ;
    padding-right: 50px;
}
.comparator .comparator-product-title{
    color: #A2AAB2;
    margin: 0;
    margin-bottom:10px;
    font-size: 18px;
}
.comparator .comparator-product-price{
    color: var(--blue);
    margin: 0;
    font-size: 20px;
    font-weight:bold;
}
.comparator .btn-delete-comparator-product{
    position: absolute;
    top: 0;
    right: 30px;
    border: 1px solid #A2AAB2 ;
    border-radius: 50%;
    font-size: 14px;
    padding: 5px 7px;
    color: #A2AAB2 ;
}
.comparator .comparator-container .col-md-3:last-child .comparator-product{
    border:0;
}
.comparator .comparator-details{
    background: #F1F2F2;
    padding: 10px 0;
    padding-bottom:20px;
    border-top: 1px solid #A2AAB2;
    max-height: 50vh;
    overflow: auto;
}
.comparator .comparator-details .container{
    padding:0;
}
.comparator .comparator-details-carac{
    color: var(--blue);
    margin: 0 -15px !important;
    font-size:15px;
}
.comparator .comparator-details-item{
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    color:#A2AAB2;
    font-size:18px;
    margin: 0;
}
.comparator .comparator-details-item p{
    margin: 0;
    border-right: 1px solid #A2AAB2;
}
.comparator .comparator-details-item .col-md-3{
    margin:8px 0;
}
.comparator .comparator-details-item .col-md-3:last-child p,
.comparator .comparator-details-item .col-md-3:first-child p{
    border:0 !important;
}
/* The switch - the box around the slider */
.switch {
    margin-right:20px;
   margin-bottom: 0;
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider-switch */
.slider-switch {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider-switch:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider-switch {
  background-color: var(--blue);
}

input:focus + .slider-switch {
  box-shadow: 0 0 1px var(--blue);
}

input:checked + .slider-switch:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded slider-switchs */
.slider-switch.round {
  border-radius: 34px;
}

.slider-switch.round:before {
  border-radius: 50%;
}
.error-message{
     color: #f03800 !important;
    font-size:14px !important;
    text-align:right;
}

.about a, .about2 a, .about3 a{
    color:#00009C;
    font-weight: normal;
    text-decoration: underline;
}

.privacy-h3{
    color: #00009C;
    font-size:35px;
    letter-spacing: 1.05px;
    padding-bottom:40px;
    padding-top:100px;
    width: 100%;
}

.privacy-h2{
    position: relative;
    color: #00009C;
    font-size:45px;
    letter-spacing: 1.35px;
    padding-bottom:40px;
    padding-top:100px;
    width: 100%;
}

.privacy-h2:after{
    content:'';
    position: absolute;
    bottom:30px;
    left:5px;
    width:20px;
    height: 3px;
    background-color: #00009C;
}

.privacy-h22{
    position: relative;
    color: #00009C;
    font-size:45px;
    letter-spacing: 1.35px;
    padding-bottom:40px;
    padding-top:100px;
    width: 100%;
    text-align: center;
}

.privacy-h22:after{
    content:'';
    position: absolute;
    bottom:30px;
    left:50%;
    width:20px;
    height: 3px;
    background-color: #00009C;
}
.featured-price{
    position: absolute;
    margin: 0;
    bottom: 20px;
    line-height: 1.5;
}
.featured-promo-price{
    position: absolute;
    width: calc(100% - 100px);
    margin: 0;
    bottom: 45px;
    color: #db4a4a;
    text-decoration: line-through;
    font-size:15px;
}
.promo-price{
    margin: 0;
    color: #db4a4a;
    text-decoration: line-through;
    font-size:15px;
    position:absolute;
    bottom:60px;
}
.product-single-promo-price{
    margin: 0;
    color: #db4a4a;
    text-decoration: line-through;
    font-size:15px;
}
.featured-product:hover{
    cursor:pointer;
}
.featured-product h2{
    word-break: break-word;
}
.missing-product-alert{
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 9;
    display:flex;
    align-items:center;
    justify-content:center;
}
.missing-product-alert .alert-content{
    width: 560px;
    background: white;
    padding: 20px;
    border-radius: 20px;
}
.missing-product-alert .btn-close{
    float: right;
    border: 0;
    background: transparent;
    font-weight: bold;
    font-size: 20px;
}
.missing-product-alert h2{
    color: var(--blue);
    font-weight:bold;
    margin-bottom:10px;
}
.missing-product-alert p{
    margin:0;
}

.navbar-brand{
    width:180px !important;
}
.featured-product,
.featured-image{
    min-height:400px;
}
.featured-image img{
    padding:40px;
}
@media screen and (max-width:400px){
    .mobile-no-padding{
        padding:0;
    }
}

@media screen and (max-width:550px){
    .featured-product, .featured-image {
        min-height: 100px;
    }
    
    .featured-price, .featured-promo-price {
        position: unset;
    }
    
    .box-blue h2{
        padding-top: 20px;
        padding-bottom: 40px;
        
    }
    
    .banner-btn-container a{
        margin: 5px;
    }
}

.box-white a{
    color:var(--blue) !important;
}

.label-success{
    padding:2px;
    padding-left:25px;
    padding-right:25px;
    border-radius: 25px;
    background-color: #5cb85c;
    color:#FFFFFF;
}
.label-danger{
    padding:2px;
    padding-left:25px;
    padding-right:25px;
    border-radius: 25px;
    background-color: #d9534f;
    color:#FFFFFF;
}

.btn-close{
    color: #A2AAB2;
    border: 1px solid #A2AAB2;
    border-radius: 50%;
    padding: 1px 5px;
    font-size: 14px;
}

.breadcrumb a{
    text-transform: uppercase !important;
}
.icon-separator{
    width: 1px;
    height: 60px;
    background: #A2AAB2;
    position: absolute;
    right: 0;
    top: 32px;
}