:root {
    --content-max-width: 1360px;
}

.instagram__item.swiper-slide {
    border-radius:var(--product-icon-border-radius);
        aspect-ratio: 1 / 1;
}

.product__name {
    min-height: 35px;
    
}

.product__prices .price.--convert {
    display: none;
}

header .nav-link {
    text-transform: uppercase;
    font-size: 1.4rem;
    padding: 5px 10px;
}

header .navbar-nav {
    display: flex;
    justify-content: space-around;
}
@media(min-width:979px){
#menu_categories:before {
    content: '';
    display: block;
    width: 100vw;
    height: 100%;
    top: 0;
    left: calc(-50vw + 50%);
    background: #f1f1f1;
    position: absolute;
}

#menu_categories {
    position: relative;
}

header .navbar-collapse {
    padding-bottom: 5px;
    border-bottom: 0;
    padding-top: 5px;
}
}
html.--fixed-header header #menu_categories:before {
    display: none;
}

html.--fixed-header header:before {
    background: #f1f1f1;
}

html.--fixed-header header {
    max-width: 1366px;
}

footer:before {
    content: '';
    display: block;
    position: absolute;
    background: #ba915d;
    width: 100vw;
    height: 100%;
    z-index: -1;
}

footer {
    position: relative;
}

footer * {color: #f1f1f1 !important;}

#menu_contact {
    border-bottom: 0;
}

#menu_contact:before {
    content: '';
    display: block;
    background: #333;
    position: absolute;
    width: 100vw;
    height: 100%;
    left: calc(-50vw + 50%);
    top: 0;
}

div#main_cms:before {
}

.shopping_list_top_mobile {
    display: none;
}
.topBasket .badge {
    position: absolute;
}
form#search_form {
    margin-top: 3rem;
}
@media(min-width:979px){
    #search .product{
    flex:0 0 33.33%;
    max-width:33.33%;  
    }
}
.product__to_bsk .number_wrapper {
    display: grid;
    align-items: center;
    border-radius: 0;
    grid-gap: 1px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-radius: .3rem;
    overflow: hidden;
}

.product__to_bsk .number_down, .product__to_bsk .number_up {
    transition: color .2s;
    font-family: "PT Sans", "Arial", sans-serif;
    font-size: 2rem;
    font-weight: normal;
    border:1px solid #c4c7c8
}
.product__to_bsk .number_wrapper>* {
    background: #fff;
    height: 38px;
    text-align: center;
    padding: .5rem;
}
    
.product__to_bsk {
        gap: 1.5rem;
    }
.product__to_bsk {
    display: grid;
    flex-wrap: wrap;
    gap: 1rem;
    grid-template-columns: 50% auto;
}

#search .product__sizes {
    display: none;
}
@media(max-width: 978px){
    .product__to_bsk {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
}
}

#search .product__brand {
    display: none;
}
.product__to_bsk .number_down, .product__to_bsk .number_up {
    border-radius: 25px;
}

.search_description.--skeleton > * {
    background: transparent;
    color: #333;
    text-align: justify;
}

.search_description * {
    font-family: 'Raleway' !important;
}

.product__to_bsk__wrapper {
    margin-top: 8px;
}
.add_to_basket__number_wrapper {
    display: none;
}

.add_to_basket__button.btn {width: 80%;margin-left: auto;margin-right: auto;}

.add_to_basket {
    display: flex;
}
button.searchList__buy_btn {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    background: #ba915d;
    text-align: center;
    cursor: pointer;
    font-size: 1.2rem;
    padding:1.25rem 1.4rem;
    border-radius:25px;
    color:#fff;
    font-size: 1.4rem;
    display: block;
}


a.product__buy_added.--add {display: flex;text-decoration: none;}

button.searchList__buy_btn:hover {
    background: #333;
}

button.searchList__buy_btn.--success {
    background: #38b759;
    transition: .3s;
}

button.searchList__buy_btn.--loading:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 2;
}
button.searchList__buy_btn.--loading:after {
    content: '\E838';
    font-family: FontAwesome;
    position: absolute;
    z-index: 2;
    animation: spin_loading 1.5s infinite linear;
    top: 50%;
    left: 50%;
    font-size: 2.5rem;
    color: #333;
}

.basketChange {
    margin-top: 10px;
}
.freeShippingProgress {z-index: -1;border-radius: 25px;padding: 3px 5px;bottom: -15px;text-transform: uppercase;font-size: 1rem;}

.topBasket__details.--products {
    order: ;
}

html.--fixed-header .freeShippingProgress {
    display: none;
}

.freeShippingProgress__bar {
    border-radius: 25px;
}
.instagram__item a * {object-fit: cover;border-radius: 25px;max-width: unset !important;aspect-ratio: 1 / 1;}

.instagram__item a {
    aspect-ratio: 1 / 1;
    display: contents;
}
section#search_hotspot_zone1:before {
    content: '';
    background: #ffffff;
}

section#search_hotspot_zone1 * {
    color: #333 !important;
}

section#search_hotspot_zone1 {
    color: #fff !important;
}

section#search_hotspot_zone1 form * {
    color: #fff !important;
}
div#bar27 {
    width: 100vw;
    left: calc(-50vw + 50%);
    position: relative;
    padding-top: 0;
}

div#bar27 .bars__content {
    max-width: 1366px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    font-weight: 600;
}

span.left_top a {
    margin-right: 15px;
    text-decoration: none;
}

span.right_top a {
    margin-left: 10px;
    margin-right: 10px;
}
@media(max-width:757px){
    .bars_top{
        display: none;
    }
}
div.basketedit_rebatecodes_outline {display: block;}
#menu_security_policy {clear: both;}
.projector_info__item.--returns.projector_returns {
    display: none;
}

.projector_info__item.--stocks.projector_stocks {
    display: none;
}

.projector_info__item.--stocks.projector_stocks {}

.banner_smile {
    display: none;
}

.product__favs {
    display: none;
}
@media(min-width:979px){
#search .product_buy_section {
    display: grid;
    grid-template-columns: 112px auto;
    grid-gap: 1.2rem;
    margin-top: 1.6rem;
}
}
@media(max-width:978px){
#search .product_buy_section {
    display: flex;
    grid-gap: 1.2rem;
    margin-top: 1.6rem;
    flex-direction: column;
}
}
#search .product_buy__number_wrapper {
    width: 100%;
    display: flex;
    align-items: center;
}
#search .product_buy__number_down, #search .product_buy__number_up {
    transition: color .2s;
    font-size: 1.7rem;
    font-weight: bold;
    font-family: 'Raleway';
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
}
#search .product_buy__number_down {
    background: #fff;
    border-radius: 25px 0 0 25px;
    border: 1px solid #c4c7c8;
    border-right: 0;
    max-height: 42px;
    padding-bottom: 1.2rem;
}
#search .product_buy__number {
    flex: 2;
    padding: 0;
    border: 0;
    width: 100%;
    background: #fff;
    border-radius: 0;
    border-top: 1px solid #c4c7c8;
    border-bottom: 1px solid #c4c7c8;
    max-height: 42px;
    font-size: 16px;
}
#search .product_buy__number_wrapper>* {
    height: 40px;
    flex: 1;
    text-align: center;
    padding: .5rem;
    min-width: 0;
}
#search .product_buy__number_up {
    background: #fff;
    border: 1px solid #c4c7c8;
    border-left: 0;
    border-radius: 0 25px 25px 0;
    max-height: 42px;
}

a.product_buy__button.btn {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #ba915d;
    min-height: 40px;
}

a.product_buy__button.btn:hover {
    background: #333;
    color: #fff;
}

#search .product_buy__number_down:hover, #search .product_buy__number_up:hover {
    background: #e9e8e8;
}


a.product__link {
    text-decoration: none;
}
#search .product_buy__button.--loading {
    position: relative;
    pointer-events: none;
    background:#38b759;
    background-color:#38b759;

}
.contact_stocks {display: none !important;}