 @font-face {
    font-family: "Highway";
    src: url("../css/HighwayMedium.otf") format("opentype");
    font-style: normal;
    font-weight: 500
}

@font-face {
    font-family: "Highway";
    src: url("../css/HighwayRegular.otf") format("opentype");
    font-style: normal;
    font-weight: 400
}
@font-face {
    font-family: "Highway";
    src: url("../css/HighwayLight.otf") format("opentype");
    font-style: normal;
    font-weight: 200
}

@font-face {
    font-family: "Pixel Arial 11";
    src: url("../css/PIXEAB.ttf") format("truetype");
    font-style: normal;
    font-weight: 500
}

@font-face {
    font-family: "Pixel Arial 11";
    src: url("../css/PIXEARG.ttf") format("truetype");
    font-style: normal;
    font-weight: 400
} 

body{
    background: #ffffff;
    font-family: "Highway", sans-serif;
    overflow-x: hidden;
}


section{
    padding-top: .04rem !important;
}

div .mobile{
    width: 100vw;
} 

.text-uppercase {
  text-transform: lowercase !important;
}

h1, h2, h3{
    text-transform: lowercase;
}

p{
    font-family: "Pixel Arial 11", sans-serif;
    font-size: .63rem;
    color: #000000;
}

#wrapper{
    background: #ffffff;
}

.modal-backdrop.fade{
    display:none;
}

.modal-dialog{
    width: 60% !important;
}

.modal-content{
    border-radius: 0;
    border: 1px solid rgb(0 0 0 / 50%);
}

.modal-title{
    font-size: .7rem !important;
}


#header{
    box-shadow: none;
    border-bottom: solid .5px hsla(0, 0%, 0%, 0.664);
}

#header .header-top {
    padding: .7rem;
}

#header .header-nav {
    background-color: #f6f6f6;
    max-height: 40px;
    color: #000000;
    border-bottom: none;
    font-family: "Pixel Arial 11", sans-serif;
    font-weight: 200;
    font-size: .65rem;
}

#_desktop_logo{
    max-width: 175px;
}

#header .logo {
    max-width: 100%;
}

.header-top #search_widget input {
    font-size: 12px;
}

#search_widget {
    float: left;
}

#header-nav-announce{
    color: #000000;
    font-family: "Pixel Arial 11", sans-serif;
    font-weight: 200;
    font-size: .65rem;
    text-wrap: nowrap;
    margin-left: 15px;
}

#header .header-top a[data-depth="0"]{
    padding: 0;
    color: #000000;
    text-transform: lowercase;
}

#header .header-top .position-static{
    display: flex !important;
    align-items: center;
    justify-content: end;
    gap: 20px;
}

#header .header-nav .right-nav {
    align-items: center;
    margin-top: 0;
}

#header .header-top .menu {
    padding: 0;
    gap: 0;
}

.header-top {
    margin-left: 10px;
    margin-right: 10px;
    padding: .8rem;
}

.dropdown-menu{
    font-size: .7rem;
    padding: 0;
    left: -70px;
}

.breadcrumb{
    padding: 0.75rem 1rem !important;
    text-transform: lowercase;
}

.top-menu[data-depth="0"] {
    margin-bottom: 0;
    display: flex;
    gap: 20px;
}

#search_widget {
    min-width: 16rem;
    border-radius: 20px !important;
    box-shadow: 0px 3px 3px 0px hsl(0deg 0% 0% / 20%);
}


#search_widget form input{
    border-radius: 20px;
    background-color: #ffffff;
}


.header-top .search-widgets form input[type="text"] {
    width: 100%;
    min-width: inherit;
    font-family: 'Highway', sans-serif;
    text-transform: lowercase;
    background: #f6f6f6;
    box-shadow: inset 0px 3px 7px 1px hsl(0deg 0% 56.52% / 24%);
}

.user-info {
    font-family: "Highway";
    font-weight: 700;
    text-transform: lowercase;

}

#_desktop_cart{
    font-family: "Highway";
    font-weight: 700;
    text-transform: lowercase;
    color: #000000;
}

.cart-products-count{
    background: #000;
    color: #fff;
    padding: 1px 3px 1px 3px;
}

#header .header-nav .language-selector{
    margin-top: 0;
}

.container{
    width: 100vw !important;
    margin: 0;
    padding: 0;
}

/* .row{
    width: 100vw;
} */

.wrapper-home {
  margin: 0;
  padding: 0;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: sans-serif;
  overflow: hidden;
}

.hero-video{
    height: 100vh;
    width: 100vw;
    position: absolute;
    object-fit: cover;
}

.hero-announce{
    font-size: 3rem;
    filter: url(#inset-shadow);
    text-decoration: 3px solid pink;
}

.hero-subtitle{
    padding-top:10px;
    font-size: 1.5rem;
}

.hero-hl{
    color: white;
    text-decoration: none;
    font-family: "Highway", sans-serif;
}
.hero-hl:hover{
    text-decoration: none;
    color: #f1ffcb;
}

.ripple-container{
    border: 1px solid hsla(0, 0%, 78%, 0.273);
    background: hsl(176deg 13% 49% / 29%);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.596);
    border-radius: 20px;
    width: 40rem;
    height: 15rem;
    margin-bottom: 5rem;
    z-index: 1;
}

.ripple-overlay {
  position: relative;
    width: inherit;
    height: inherit;
    border-radius: 30px;
    overflow: hidden;
    backdrop-filter: blur(4.5px);
    filter: url(#ripple); /* reference SVG filter for ripple */
}

.overlay-content {
    display: flex;
    flex-direction: column;
  position: absolute;
  inset: 0;
  vertical-align:middle;
  justify-content: center;
  text-align:center;
  color: white;
  text-shadow: 0 10px 20px rgba(156, 156, 156, 0.6);
  z-index: 2;
  margin-bottom: 6em;
}

/* catalog */
#products .products, .featured-products .products, .product-accessories .products .products-row { 
    display: grid;
    height: auto;
    width: 100vw;
    grid-template-columns: repeat(auto-fit, calc(100% / 4));
    align-items: center;
    justify-items: center;
}

.js-product{
    width: auto;
}

.product-miniature .thumbnail-container {
    position: relative;
    height: 100%;
    margin-bottom: 0;
    overflow: hidden;
    background: #fff;
    display: grid;
}

.product-miniature{
    height: auto;
    width: max-content;
    aspect-ratio: 9 / 15;
}

.product-miniature .thumbnail-container .product-thumbnail {
    height: 100%;
}


.product-miniature .thumbnail-container .product-thumbnail img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.products-selection{
    padding: 0.75rem 1rem;
    font-family: "Highway", sans-serif;
    text-transform: lowercase;
}

.products-sort-order .select-title, .brands-sort .select-title, .suppliers-sort .select-title {
    width: 75%;
    background: #ffffff;
    box-shadow: inset 0px 3px 7px 1px hsl(0deg 0% 56.52% / 24%);
    border-radius: 20px;
}

.product-variants>.product-variants-item {
    margin: 0;
}

body#category .products-sort-order button.select-title{
    text-transform: lowercase;
    color: #bfbfbf;
    width: 100%;
}

body#category .sort-by-row{
    justify-content: flex-end;
    padding-right: 3rem;
}

body#category .products-sort-order{
    width: fit-content;
}

/*product*/
.product-description{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
}

.product-miniature .product-price-and-shipping {
    font-size: .95rem;
    font-weight: 400;
    text-align: left;
}

.product-miniature .product-title {
    margin-top: 0;
}

.product-miniature .product-title a{
    font-size: .95rem;
    color: #000000;
    text-transform: lowercase;
    text-align: left;
}

.product-flags li.product-flag {
    font-family: 'Pixel Arial 11', sans-serif;
    font-size: .6rem;
    font-weight: 400 !important;
    color: #8b15157a;
    text-transform: lowercase;
    background: #ffcccc;
}

.product-miniature .highlighted-informations{
    background-color: hsla(22, 100%, 64%, 0.274);
    backdrop-filter: blur(4.5px);
}

.product-miniature .variant-links{
    background: none; 
}

#variant-desc{
    font-size: .7rem;
    font-weight: 400;
    font-family: 'Pixel Arial 11', sans-serif;
    color: hsl(0, 0%, 75%);
}

#group_1{
    margin-top: 1rem;
    margin-right: -5px;
}

.variant-links .color{
    border: .8px solid #f6f6f6 !important;
    border-radius: 4px !important;
}

span .color{
    border: 1.5px solid #000000 !important;
    border-radius: 4px !important;
}

.product-variants>.product-variants-item .color {
 border: .8px solid #f6f6f6 !important;
 border-radius: 4px;
}

.product-title{
    text-transform: lowercase;
    font-family: "Highway", sans-serif;
}

.current-price-value{
    font-family: "Highway", sans-serif;
    font-weight: 400;
}

.pagination{
    font-size: 0.5rem;
    font-family: 'Pixel Arial 11', sans-serif;
}

#add-to-cart-or-refresh{
    display: flex; 
    align-items: center;
    flex-wrap: nowrap;
    gap: 5px;
}

.add-to-cart{
    font-family: "Highway", sans-serif;
    text-transform: lowercase;
    background: #f6f6f6;
    transition: .5s;
}

.product-variants{
    display: flex;
    align-items: center;
    margin-right: 15px;
}

select.form-control:not([size]):not([multiple]) {
    height: 1.125rem;
    border: .5px solid #000;
    border-radius: 4px;
    text-transform: lowercase;
    font-family: "Pixel Arial 11", sans-serif;
    font-size: .7rem;
    color: #000000;
}

.label{
    font-family: "Pixel Arial 11", sans-serif;
    font-size: .6rem !important;
}

.product-quantities{
    font-family: "Pixel Arial 11", sans-serif;
    font-size: .6rem;
}

.product-reference{
    font-family: "Pixel Arial 11", sans-serif;
    font-size: .6rem;
}

.tabs{
    margin-right: 3rem;
    margin-bottom: 3rem;
    background-color: #f6f6f6;
}

.tabs .nav-tabs .nav-link {
    color: #000000;
    border-bottom: none;
    padding-left: 0;
}

.nav-tabs{
    border-bottom: #bfbfbf .5px solid !important;
    text-transform: lowercase;
    font-family: "Highway", sans-serif;
    color: #000;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover, .nav-tabs .nav-item.open .nav-link, .nav-tabs .nav-item.open .nav-link:focus, .nav-tabs .nav-item.open .nav-link:hover {
    background: none;
    border: none !important;
    padding-left: 0;
}

.product-images{
    margin-bottom: 4em;
}

/* product lightbox */
body#product #content.page-content{
    background: none !important;
    .product-images{
    margin-bottom: 2rem;
    }
}

.product-cover .layer {
    background: none;
}

body#product .js-product-images-modal#product-modal{
    background-color: hsla(0, 0%, 91%, 0.631);
    backdrop-filter: blur(10px);
}

/* cart */
.cart-container{
    margin: 1rem;
    background: #f6f6f6;
}

.cart-grid-right{
    margin-top: 1rem;
    margin-left: -1rem;
}

.cart-container .card-block{
    margin-bottom: 0 !important;
}

.card-block .h1{
    font-family: "Highway", sans-serif;
    text-transform: lowercase;
    border-bottom: .5px solid #bfbfbf;
}

.product-line-info .label{
    font-family: "Highway", sans-serif;
    font-weight: 600;
    font-size: 1rem !important;
}

.product-line-info, .color{
    border: none !important;
}

.current-price .price{
    font-family: 'Highway', sans-serif;
    font-weight: 400;
    font-size: .9rem;
}

.cart-total .label{
    font-family: 'Highway', sans-serif;
    font-size: .8rem !important;
    font-weight: 400 !important;
}

.cart-summary-totals{
    margin-bottom: 0 !important;
}

.text-sm-center .btn, btn-primary{
    font-family: "Highway", sans-serif;
    text-transform: lowercase;
    box-shadow: 0px 0px 4px 1px inset #bfbfbf;
    border-radius: 10px;
    background-color: #fff;
}

.js-cart-line-product-quantity{
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}

.bootstrap-touchspin-up{
    background-color: #f6f6f6;
    box-shadow: 0px 0px 2px .5px inset #bfbfbf;
    border-top-right-radius: 10px !important;
}

.bootstrap-touchspin-down{
    background-color: #f6f6f6;
    box-shadow: 0px 0px 2px .5px inset #bfbfbf;
    border-bottom-right-radius: 10px !important;
}

.no-items{
    font-family: "Pixel Arial 11", sans-serif;
    font-size: .7rem;
}

body#cart article.alert.alert-danger{
    margin: 1rem 10rem 0rem;
}

/* checkout guest */
body#checkout{
    width: 100vw;
}

body#checkout #header .header-nav {
    padding: 0.9375rem 1rem;
}

#checkout #header .header-nav{
    background-color: #f6f6f6;
}

.nav, .nav-inline, .my-2{
    font-family: "Pixel arial 11", sans-serif;
    font-size: .75rem;
}

body#checkout #header{
    width: 120vw;
}

body#checkout section.checkout-step {
    padding: 1rem 0.6rem 1rem .6rem;
}

body#checkout section.checkout-step .content {
    padding: 1rem 2rem;
    margin: .8rem;
    background: #f6f6f6;
}

body#checkout section.checkout-step.-current .step-title {
    padding-top: 1.25rem;
    font-family:'Highway', sans-serif;
    text-transform: lowercase;
}

body#checkout .cart-grid-right .card .cart-summary-subtotals-container {
    text-transform: lowercase;
}

body#checkout .card-block.cart-summary-totals{
    text-transform: lowercase;
}

body#checkout section.checkout-step.-reachable.-current .step-number {
    font-size: 1.2rem;
    color: #fff;
    background-color: #bfbfbf;
    border: none;
    border-radius: 5px;
}

body#checkout .ps-shown-by-js button{
    font-family: "Highway", sans-serif;
    text-transform: lowercase;
    box-shadow: 0px 0px 4px 1px inset #bfbfbf;
    border-radius: 10px;
    background-color: #fff;
}

body#checkout section.checkout-step .step-number {
    margin-left: 0.5rem;
    font-size: 1.2rem;
    border: 1px solid #000000;
    border-radius: 4px;
}

body#checkout section.checkout-step.-current+.checkout-step .step-title {
    padding-top: 1.25rem;
    border-top: 1px solid #ddd;
    text-transform: lowercase;
    font-weight: 400;
}
body#checkout section.checkout-step.-unreachable .step-title {
    text-transform: lowercase;
    font-weight: 400;
}

body#checkout section.checkout-step #customer-form .form-control-label{
    font-size: 1.2rem;
}

.form-control{
    background-color: #ffffff;
    font-family: "Pixel Arial 11", sans-serif;
    font-size: .78rem;
}

p.form-informations{
    margin-top: 5rem;
}

.form-informations .form-informations-title{
    font-family: "Highway", sans-serif;
    font-size: 1.2rem;
}

.font-italic.form-informations-option{
    font-family: "Highway", sans-serif;
}

body#checkout .form-control-comment{
    display: none;
}

.continue.btn.btn-primary.float-xs-right{
    font-family: "Highway", sans-serif;
    text-transform: lowercase;
    box-shadow: 0px 0px 4px 1px inset #bfbfbf;
    border-radius: 10px;
    background-color: #fff;
}

body#checkout .custom-checkbox span {
    background: #bfbfbf;
}

.alert{
    font-size: 0.68rem;
    font-family: "Pixel Arial 11", sans-serif;
}

input#use_same_address{
    background-color: #bfbfbf;
}

#use_same_address label{
    font-family: "Pixel Arial 11", sans-serif;
    font-size: .7rem;
}

.col-md-9, .col-md-offset-3{
    text-transform: lowercase;
}

.step-edit i{
    margin-right: 1px;
    width: 15px;
    height: 15px;
    border: .5px solid;
    color: #000;
    background: #f6f6f6;
    border-radius: 3px;
}

body#checkout section.checkout-step {
    text-transform: lowercase;
}

body#checkout section.checkout-step .step-title {
    padding-bottom: 1.25rem;
    margin-bottom: 0;
    font-size: 1.5rem;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
    border-bottom: 1px solid #ddd;
    text-transform: lowercase;
}

.order-options #delivery{
    font-family: "Pixel Arial 11", sans-serif;
}

body#checkout #delivery>label {
    font-size: .7rem;
}

body#checkout #gift_message textarea, body#checkout #delivery textarea {
    font-size: .7rem;
}

.h3, .card-title{
    margin-bottom: 0 !important;
    font-weight: 400;
    text-transform: lowercase;
}

#order-details ul {
    font-family: 'Pixel Arial 11', sans-serif;
    font-size: .7rem;
}

.col-md-12 dt{
    font-family: "Pixel Arial 11", sans-serif;
    font-size: .7rem;
    font-weight: 400;
}

.col-md-12 dd{
    font-family: "Pixel Arial 11", sans-serif;
    font-size: .9rem;
}

#content-hook_order_confirmation{
    margin: 0 2rem;
    border: 1px solid #bfbfbf;

}
.page-order-confirmation{
    margin: 0 2rem;
}

/* login */
.page-content, .card, .card-block{
    background-color: #f6f6f6 !important;
    margin-bottom: 3em !important;
}

#login-form{
    font-family: "Highway", sans-serif;
    font-weight: 200;
    text-transform: lowercase;

}

.form-control-label{
    font-weight: 400 !important;
    text-transform: lowercase;
}

#submit-login{
    font-family: "Highway", sans-serif;
    text-transform: lowercase;
    box-shadow: 0px 0px 4px 1px inset #bfbfbf;
    border-radius: 10px;
    background-color: #fff;
}

.input-group .input-group-btn>.btn[data-action="show-password"] {
    margin-left: 10px;
    border-radius: 10px;
    font-family: "Highway", sans-serif;
    text-transform: lowercase;
    box-shadow: 0px 0px 4px 1px inset #bfbfbf;
}

.forgot-password{
    font-family: "Pixel Arial 11", sans-serif;
    text-decoration: underline;
    font-size: .65rem !important;
}

.no-account{
    font-family: "Pixel Arial 11", sans-serif;
    text-decoration: underline;
    font-size: .65rem !important;
}

#customer-form{
    font-family: "Highway", sans-serif;
    text-transform: lowercase;
}

.form-control-submit{
    font-family: "Highway", sans-serif;
    text-transform: lowercase;
    box-shadow: 0px 0px 4px 1px inset #bfbfbf;
    border-radius: 10px;
    background-color: #fff;
    margin-left: 10em;
    float: none !important;
    padding: .5rem 2.1rem;
}

/*my-account*/
body#my-account .page-content{
    background-color: #ffffff !important;
}

.page-my-account #content .links {
    display: flex;
    column-gap: 1rem;
}

body#my-account #content .row{
    display: flex;
    justify-content: center;
    margin: 0 2rem;
}

#history-link, #addresses-link, #identity-link, #order-slips-link, #psgdpr-link{
    border: 1px solid #bfbfbf;
    border-radius :8px;
    background-color: #f6f6f6;
    flex-basis: 49%;
    text-transform: lowercase !important;
    font-family: "Pixel Arial 11", sans-serif;
    font-size: .7rem !important;
    color: #000000 !important;
}

.page-my-account #content .links a span.link-item {
    background: none;
}

.logout.hidden-sm-down{
    display: none;
}

body#my-account .page-footer{
    margin-bottom: 2.5rem;
}

body#my-account .page-footer .text-sm-center{
    font-size: .7rem;
    text-align: center;
}

.form-footer>.btn.btn-primary.form-control-submit.float-xs-right{
    float: right !important;
    margin-right: 22rem;
}

body#addresses section#content.page-content{
    background-color: #ffffff !important;
}

body#addresses article.address{
    background-color: #f6f6f6;
    border: 1px solid #bfbfbf;
}
.address-body h4{
    font-family: "Highway", sans-serif;
    text-transform: lowercase;
}

div.addresses-footer span{
    text-transform: lowercase;
    font-family: "Pixel Arial 11", sans-serif;
    font-size: .7rem !important;
}

.address-body address{
    font-family: "Pixel Arial 11", sans-serif;
    font-size: .7rem;
}

.address .address-footer{
    font-family: "Highway", sans-serif;
    text-transform: lowercase;
    i, span{
        color: #000000;
    }
}

/*body#history */ section#main section#content h6{
    text-transform: lowercase;
    font-weight: 400;
    color: #000000;
    margin-top: .8rem;
}

/*body#history*/ table.table.table-striped.table-bordered thead th{
    color: #000000;
    background-color: #ffffff;
    border-bottom: 1px solid #bfbfbf;
    text-transform: lowercase;
    font-weight: 400;
    font-size: 1rem;
}

/*body#history*/ table.table.table-striped.table-bordered tbody th{
    font-family: "Pixel Arial 11", sans-serif;
    font-size: .7rem;
    color: #000000;
    background-color: #ffffff;
    border: 1px solid #bfbfbf;
}

/*body#history*/ table.table.table-striped.table-bordered tbody td{
    font-family: "Pixel Arial 11", sans-serif;
    font-size: .7rem;
    color: #000000;
    background-color: #ffffff;
    border: 1px solid #bfbfbf;
}

body#order-detail section#content{
    background-color: #ffffff !important;
    margin: 0 10px 0 10px;
    font-family: "Highway", sans-serif;
    text-transform: lowercase;
}

body#order-detail #order-infos .box{
    background: #f6f6f6;

}

footer.form-footer.text-sm-center{
    text-align: end !important;
}

body#order-detail section#order-history{
    background: #f6f6f6;
    padding-top: 1rem !important;
}

body#order-detail .addresses{
    gap: .3rem;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    margin: 0;
    .col-lg-6.col-md-6.col-sm-6{
        background: #f6f6f6;
        .box{
            background: #f6f6f6;
        }
    }
    address{
        font-family: "Pixel Arial 11", sans-serif;
        font-size: .7rem;
        text-transform: none;
    }
}

body#order-detail .box.messages{
    background: #f6f6f6;
}

body#order-detail .order-message-form.box{
    background: #f6f6f6;
    padding-top: 1rem !important;
}

.page-order-detail h3 {
    text-transform: lowercase;
}

body#order-detail table#order-products{
    .thead-default th{
        background: #ffffff;
        border: 1px solid #bfbfbf;
        color: #000000;
        font-weight: 400;
    }
    tbody td{
        border: 1px solid #bfbfbf;
        font-family: "Pixel Arial 11", sans-serif;
        font-size: .7rem;
        font-weight: 600;
        color: #000000;
    }
    tfoot td{
        border: 1px solid #bfbfbf;
        font-family: "Pixel Arial 11", sans-serif;
        font-size: .7rem;
        font-weight: 600;
        color: #000000;
    }
}

.account-link-img{
    margin-top: 1rem;
    max-width : 2.5rem;
}

body#order-detail .box.messages .message.row{
    font-family: "Pixel Arial 11", sans-serif;
    font-size: .7rem;
}

body#module-psgdpr-gdpr section#content.page-content{
    background-color: #ffffff !important;
    .psgdprinfo17{
        color: #000000;
    }
    p{
        max-width: 90vw;
    }
    .psgdprgetdatabtn17{
        text-transform: lowercase;
        text-decoration: underline;
        float: none;
        margin: 0;
    }
}

/* contact us / tos / privacy policy / legal disclaimer / about us */
body#contact .page-content.card.card-block .contact-form {
    background-color: #f6f6f6 !important;
    h3{
        font-family: "Highway", sans-serif;
        text-transform: lowercase;
    }
    input.btn.btn-primary{
        font-family: "Highway", sans-serif;
        text-transform: lowercase;
        box-shadow: 0px 0px 4px 1px inset #bfbfbf;
        border-radius: 10px;
        background-color: #fff;
    }
    form .form-control-label{
        font-family: "Pixel Arial 11", sans-serif;
        font-size: .7rem;
    }
    label.btn.btn-default{
        font-family: "Pixel Arial 11", sans-serif;
        text-transform: lowercase;
        font-size: .7rem;
        color: #000000;
        background-color: #fff;
        box-shadow: 0px 0px 4px 1px inset #bfbfbf;
        border: .5px solid hsla(0, 0%, 0%, 0.533);
    }
    select.form-control:not([size]):not([multiple]) {
        border: .5px solid hsla(0, 0%, 0%, 0.533);
    }


}


/* footer */
body#index footer.page-footer{
    height: 0;
}

footer.page-footer{
    height: 3rem;
}
footer.page-footer>.account-link{
    display: none;
}

#footer {
    background-color: #f6f6f6;
    margin-top: -30px;
}

.footer-container{
    margin-left: 20px;
}

.footer-container .h3, .footer-container .h4{
    text-transform: lowercase;
    font-size: 1.2rem;
    font-weight: 400;
}

#block_myaccount_infos .myaccount-title a{
    font-size: 1.2rem;
    font-weight: 400;
}

.footer-container li a{
    font-family: "Pixel Arial 11", sans-serif;
    font-size: .5rem;
    color: #000000;
  }

#contact-infos{
    font-family: "Pixel Arial 11";
    color: #000000;
    font-size: .5rem;
}

.text-sm-center{
    font-family: "Pixel Arial 11", sans-serif;
    font-size: .5rem;
    
}

body#cms{
    .page-content, .card, .card-block {
        background-color: #ffffff !important;
    }
}

/* Add text color to footer subscript in .tpl */



/* animations */



.add-to-cart:hover{
    color: #fff;
    text-shadow: 1px -1px .5px #8b15157a;
    background-color: hsla(22, 100%, 64%, 0.603);
    border: solid .5px #8b15157a;
    border-radius: 10px

}

.tabs .nav-tabs .nav-link:hover {
    color: #000000;
    border-bottom: none;
}

input:focus,
textarea:focus,
select:focus {
    outline: none !important;
    border: 1px solid #a8d0ff !important;
    box-shadow: 0 0 3px rgba(168, 208, 255, 0.5);
}

/* @media rules */



/* XS portrait */
@media (max-width: 600px){
    #header .header-nav .blockcart {
        height: auto;
    }

    #search_widget {
        min-width: 10rem !important;
        width: 90vw;
    }

    main{
        overflow: hidden;
    }



    #products .products, .featured-products .products, .product-accessories .products .products-row { 
    grid-template-columns: repeat(auto-fit, 100%) !important;
    }

    .ripple-container{
        height: 8rem;
        width: 24rem !important;
    }

    .hero-announce{
        font-size: 2rem;
    }

    .footer-container {
    padding-left: 15px;
    padding-right: 15px;
    }
}

/* SM landscape & small tabs */
@media (max-width:770px){
    #header .header-nav .blockcart {
        height: auto;
    }

    main{
        overflow: hidden;
    }

    div.hidden-md-up.text-sm-center.mobile{
        margin-left: 15px;
        margin-right: 15px;
    }

    #header .header-nav {
    background-color: #ffffff;
    }

    #header .header-nav{
        max-height: fit-content;
    }

    #header .header-nav .user-info {
        margin-top: 1.15rem;
        img{
            height: .9em;
            vertical-align: unset;
        }
    }

    #header .header-nav .blockcart {
        height: 3rem;
        padding: 1.12rem 0.75rem 0.75rem 0.75rem;
        background-color: #ffffff;
    }

    #header .header-top{
        padding-bottom: 0.2rem;
    }

    #header .header-top .position-static {
        display: none !important;
    }

    #search_widget {
        min-width: 24rem;
    }

    #header .header-nav .cart-preview.active {
        background: none;
    }

    #_mobile_logo .img-fluid{
        margin-left: 1rem;
        max-width: 175px;
    }

    body#checkout #header{
        width: 100vw;
        max-height: 51px;
        margin-left: 0;
    }

    body#checkout main{
        padding-left: 0;
    }

    body#checkout div.hidden-md-up.text-sm-center.mobile{
        margin-left: 0;
        margin-right: 0;
    }

    .continue.btn.btn-primary.float-xs-right{
        display: block;
        width: 100%;
    }

    body#checkout section.checkout-step.-reachable.-complete h1 .step-edit {
        margin-left: 0;
    }

    #history-link, #addresses-link, #identity-link, #order-slips-link, #psgdpr-link{
        flex-basis: 99%;
    }

    footer.form-footer.text-sm-center{
        text-align: center !important;
        button.btn.btn-primary{
            margin: 0;
            width: 100%;
        }
    }

    body#history .orders .order{
        font-family: "Pixel arial 11", sans-serif;
        font-size: .7rem;
        color: #000000;
        h3{
            font-weight: 400;
            color: #000000;
        }
    }

    body#category .sort-by-row{
    justify-content: center;
    padding-right: 0;
    padding-left: 0;
    }
    
    a.account i img{
        height: 1em;
        vertical-align: unset;
        margin-top: -.2em;
    }
    
    #menu-icon i img{
        height: 1em;
        vertical-align: unset;
    }
}

/* MD large tabs & small laptops */
@media (max-width: 1000px){

    body{
        width: 100vw;
    }

    #products .products, .featured-products .products, .product-accessories .products .products-row { 
        grid-template-columns: repeat(auto-fit, calc(100% / 2));
        width: auto;
    }

    .cart-grid-right{
        margin-left: 1rem;
        margin-right: 1rem;
    }

    body#checkout .cart-grid-right{
        width: 100vw;
    }

    body#identity #content-wrapper{
        width: 100vw;
        overflow: hidden;
        box-sizing: border-box;

    }

    main>section#wrapper>div.container>div.row{
        margin: 0;
    }

    .form-footer>.btn.btn-primary.form-control-submit.float-xs-right{
        float: right !important;
        margin-right: 0;
        width: 100%;
    }

    #header .header-top>.container>.row:first-of-type{
        width: 100vw;
    }

    body#category .products-sort-order button.select-title{
        width: 75%;
    }

    body#category .products-sort-order{
        width: 100%;
    }
}

/* LG laptops & regular desktop */
@media (max-width: 1300px) {
    html{
        font-size: 87%;
    }

    .ripple-container{
        width: 30rem;
    }
}
/* XL large desktops & ultrawides */
