:root {
    --input: #e5e5e5;
    --loyalty: #f7b500;
    --check-icon: url(/demo/dist/images/check.svg);
    --discount: #f4364c;
    --basket-input: 75px;
    --basket-image: 80px;
    --basket-remove: 50px;
    --transition-2: .2s;
    --transition-3: .3s;
    --transition-4: .4s;
    --transition-5: .5s;
    --transition-6: .6s;
    --transition-7: .7s;
}

body {
    background-color: #ffffff !important;
}

button {
    background: none;
    border:none;
    outline: none;
    box-shadow: none;
}
.radius-bottom-0 {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

#header-navbar {
    z-index: 939;
    background-color: var(--header-color);
    padding-top: 0;
    padding-bottom: 0;
}

#header-navbar .navbar-brand .logo-img {
    width: 180px;
    height: 60px;
    object-fit: contain;
}

#header-navbar .nav-link {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--header-font-color);
}

#header-navbar .profile-icon {
    width: 40px;
    height: 40px;
    object-fit: contain;
}
.btn:focus,
.btn:active {
    outline: none;
    box-shadow: none;
}
.account_menu .dropdown-menu {
    border-radius: 12px;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.21);
    background-color: var(--header-color);
    border: none;
    padding: 1rem;
}
.account_menu .user-name,
.account_menu .dropdown-item {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.13;
    letter-spacing: normal;
    color: var(--header-font-color);
    padding-left: 0;
    padding-right: 0;
}

.account_menu .dropdown-item {
    display: flex;
    align-items: center;
}

.account_menu .dropdown-item.logout-item {
    font-size: 12.6px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #FFFFFF;
    height: 45px;
    border-radius: 3.9px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.account_menu .dropdown-item:hover,
.account_menu .dropdown-item:focus {
    background: none;
}

.account_menu .oval {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0.75rem;
    background-color: #f3f3f3;
}

.account_menu .account-icon {
    width: 17px;
    height: 17px;
    object-fit: contain;
}

.main_categories_nav {
    max-width: calc(100% - 100px);
    display: flex;
}

#header-navbar .nav-link.lang_header_toggle,
#header-navbar .nav-link.lang_header_toggle:focus,
#header-navbar .nav-link.lang_header_toggle:active {
    height: 40px;
    border-radius: 4px;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.21);
    background-color: #ffffff;
    padding: 0.25rem 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--header-font-color);
}

#header-navbar .pages_header_dropdown .dropdown-menu .dropdown-item,
#header-navbar .lang_header_dropdown .dropdown-menu .dropdown-item {
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--header-font-color);
}
#header-navbar .pages_header_dropdown .dropdown-menu .dropdown-item {
    text-align: right;
}
#header-navbar .lang_header_dropdown .dropdown-menu .dropdown-item {
    padding: 3px 8px;
}
#header-navbar .pages_header_dropdown .dropdown-menu .dropdown-item:hover {
    color: #FFFFFF;
}
#header-navbar .lang_header_dropdown .dropdown-menu {
    border: none;
    border-radius: 4px;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.21);
    background-color: #ffffff;
    width: 90px;
    min-width: 90px;
}
#header-navbar .pages_header_dropdown .dropdown-menu {
    border: none;
    border-radius: 4px;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.21);
    background-color: #ffffff;
    left: unset;
    right: 7px;
}

#header-navbar .lang_header_dropdown .dropdown-menu .dropdown-item:focus,
#header-navbar .lang_header_dropdown .dropdown-menu .dropdown-item:hover {
    background: none;
}

#header-navbar .lang_header_toggle.dropdown-toggle::after {
    display: none;
}
#header-navbar .lang_header_toggle .caretOval {
    background-color: var(--color);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 18px;
    height: 18px;
    margin-left: 0.5rem;
}

#header-navbar .lang_header_toggle .fa.fa-caret-down {
    color: #ffffff;
    font-size: 12px;
}


#header-navbar .dropdown-divider {
    border-color: #acacac;
}

#sticky-navbar.sticky-top {
    z-index: 938;
    transition:all var(--transition-5);
}
#sticky-navbar .nav-bg {
    width: 100%;
    height: 28px;
    background: #ffffff;
    position: absolute;
    top: 0;
    z-index: -1;
    transition:all var(--transition-3);
}

#sticky-navbar .middle-navbar {
    background-color: var(--color);
    border-radius: 8px;
    box-shadow: 0 13px 25px 0 rgba(0, 0, 0, 0.21);
    padding: 0.5rem;
    transition:all var(--transition-5);
    position: relative;
}

#sticky-navbar .categories-dropdown {
    width: 100%;
    max-height: calc(100vh - 140px);
    overflow-y: auto;
    left: 0;
    right: 0;
    top: 100%;
    background-color: #FFFFFF;
    position: absolute;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 16px 17px 0 rgba(0, 0, 0, 0.18);
    padding: 1rem;
    display: none;
    -webkit-overflow-scrolling: touch;
}

#sticky-navbar .search_cart_section {
   position: relative;
}
#sticky-navbar .search_cart_section .nav-item {
    z-index: 1;
}
#sticky-navbar .search_cart_section .bg-item {
    content: '';
    position: absolute;
    width: calc(100% - 30px);
    height: calc(100% + 16px);
    background-color: rgba(0, 0, 0, 0.2);
    right: -10px;
    border-radius: 0 8px 8px 0;
}

#sticky-navbar #search_results {
    width: auto;
    max-height: calc(100vh - 90px);
    overflow-y: auto;
    left: 0;
    right: 0;
    top: 100%;
    background-color: #FFFFFF;
    position: absolute;
    border-radius: 4px;
    box-shadow: 0 13px 25px 0 rgba(0, 0, 0, 0.21);
    transition:all var(--transition-3);
    padding: 1rem;
    display: none;
    -webkit-overflow-scrolling: touch;
}

#sticky-navbar #search_results.show {
    display: block;
}

#sticky-navbar .categories-dropdown .mega_menu_body {
    max-height: calc(100vh - 170px);
    overflow-y: auto;
}

#sticky-navbar .categories-dropdown .card-img-overlay,
#categories_sidebar .main_category_section .card-img-overlay {
    background-color: rgba(0, 0, 0, 0.63);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


#sticky-navbar .categories-dropdown .main_category,
#categories_sidebar .main_category_section .main_category {
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #ffffff;
}

#sticky-navbar .categories-dropdown .view_main_category,
#categories_sidebar .main_category_section .view_main_category {
    background-color: var(--color);
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    height: 40px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
    width: fit-content;
    margin-top: 0.5rem;
}

#sticky-navbar .categories-dropdown .subcat_title,
#categories_sidebar .subcat_title {
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.83;
    letter-spacing: normal;
    color: var(--color);
}

#sticky-navbar .categories-dropdown .subcat_col {
    flex: 0 0 25%;
    max-width: 25%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 3rem;
}

#sticky-navbar .categories-dropdown .subcat_col .nav-link,
#categories_sidebar .subcat_col .nav-link {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.78;
    letter-spacing: normal;
    color: #696969;
    padding: 0;
}

#categories_sidebar .subcat_col .nav-link {
    line-height: normal;
}


#sticky-navbar .categories-dropdown .subcat_col .view_sub_category,
#categories_sidebar .subcat_col .view_sub_category {
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: var(--color);
}

#sticky-navbar .search-group {
    position: relative;
    display: contents;
    width: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    opacity: 0;
    z-index: -1;
    transition: all var(--transition-5);
}

#sticky-navbar .search_dropdown {
    position: absolute;
    width: 200px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    opacity: 0;
    z-index: -1;
    transition: all var(--transition-5);
    display: flex;
    align-items: center;
}

#sticky-navbar .search-group.active {
    opacity: 1;
    z-index: 0;
    width: auto;
}

#sticky-navbar .close_search {
    position: absolute;
    right: 15px;
    z-index: -2;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: all var(--transition-2);
}

#sticky-navbar .search-group.active .search_dropdown {
    opacity: 1;
    z-index: 1;
    width: auto;
    right: 1096px;
}

#sticky-navbar .search-toggle {
    width: 200px;
    height: 38px;
    border-radius: 2px;
    background-color: var(--color);
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    align-items: center;
    padding-left: 10px;
    padding-right: 25px;
    display: flex;
}

#sticky-navbar .search-toggle span {
    display: -webkit-box;
    overflow : hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

#sticky-navbar .search-toggle .arrow-down {
    width: 10px;
    height: 10px;
    object-fit: contain;
    position: absolute;
    top:0;
    bottom: 0;
    margin: auto;
    right: 10px;
}

#sticky-navbar .search_dropdown .dropdown-menu {
    border: none;
    border-radius: 2px;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.21);
    background-color: #ffffff;
    width: 200px;
    padding-top: 2px;
    padding-bottom: 2px;
}

#sticky-navbar .search_dropdown .dropdown-menu .dropdown-item {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--header-font-color);
    padding-left: 10px;
    padding-right: 10px;
    white-space: normal;
}

#sticky-navbar .search_dropdown .dropdown-menu .dropdown-item:focus,
#sticky-navbar .search_dropdown .dropdown-menu .dropdown-item:hover {
    color: #ffffff;
}

#sticky-navbar .middle-navbar.progress-bar-striped.progress-bar-animated > * {
    opacity: 0;
}

#sticky-navbar .search-toggle .arrow-down path {
    fill: #ffffff !important;
}

#sticky-navbar #searchNav {
    position: absolute;
    height: 48px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 2px;
    width: 0;
    opacity: 0;
    border: none;
    transition: all var(--transition-5);
    z-index: -1;
    border-radius: 3px;
    box-shadow: 0 13px 25px 0 rgba(0, 0, 0, 0.21);
    background-color: #ffffff;
    padding-right: 36px;
    padding-left: 220px;
}

#sticky-navbar .search-group.active .close_search {
    z-index: 1;
}

#sticky-navbar .search-group.active #searchNav {
    width: 1300px;
    opacity: 1;
    z-index: 0;
}

#sticky-navbar .opacity {
    background-color: rgba(0, 0, 0, 0.2);
}

#sticky-navbar .nav-link {
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
}

#sticky-navbar .search-icon {
    width: 27px;
    height: 27px;
    object-fit: contain;
}

#sticky-navbar .cart-icon {
    width: 24px;
    height: 26px;
    object-fit: contain;
}

#sticky-navbar .cart-total {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}

#sticky-navbar.onTop,
#sticky-navbar.onTop .nav-bg {
    background-color: var(--color);
}

#sticky-navbar.onTop {
    box-shadow: 0 13px 25px 0 rgba(0, 0, 0, 0.21);
}

#sticky-navbar.onTop .middle-navbar {
    box-shadow: none;
}

#cartus-breadcrumb {
    transition:all var(--transition-3);
}

#cartus-breadcrumb .breadcrumb-container {
    border-radius: 0 0 8px 8px;
    box-shadow: 0 13px 25px 0 rgba(0, 0, 0, 0.21);
    background-color: #ffffff;
    transition:all var(--transition-3);

}

#cartus-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    content: "/";
    font-size: 20px;
    font-weight: 100;
    color: var(--color) !important;
}

#cartus-breadcrumb .breadcrumb {
    height: auto;
    padding: .5rem 1rem;
    background: transparent;
    margin-bottom: 0;
}


#cartus-breadcrumb .breadcrumb .breadcrumb-item,
#cartus-breadcrumb .breadcrumb .breadcrumb-item a {
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.31;
    letter-spacing: normal;
    color: #000000 !important;
}

#cartus-breadcrumb .breadcrumb .breadcrumb-item.active {
    font-weight: bold;
}

#cartus-breadcrumb.onTop {
    background-color: #ffffff;
    box-shadow: 0 13px 25px 0 rgba(0, 0, 0, 0.21);
}

#cartus-breadcrumb.onTop .breadcrumb-container {
    box-shadow: none;
}
#cartus-breadcrumb.onTop .breadcrumb {
    padding: .25rem 1rem;
}

.sidebar {
    display: none;
}

#search_results .results_product_img {
    width: 140px;
    height: 95px;
    object-fit: cover;
}

#search_results .results_category {
    font-size: 11px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #696969;
    margin-bottom: 0.5rem;
}

#search_results .results_title {
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #333333;
}

#search_results .beforeOfferPrice {
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.94;
    letter-spacing: normal;
    color: #bdbdbd;
    text-decoration: line-through;
}

#search_results .afterOfferPrice {
    font-size: 22px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.68;
    letter-spacing: normal;
    color: #333333;
}

#search_results .addToCartBtn {
    width: 130px;
    height: 54px;
    border-radius: 5.6px;
    background-color: var(--color);
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    padding-left: 2rem;
    padding-right: 2rem;
}

#search_results .results_data_col {
    flex-basis: calc(100% - 310px);
    max-width: calc(100% - 310px);
}

#search_results .item {
    border-bottom: solid 1px #acacac;
}

#search_results .item {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

#search_results .item:first-child {
    padding-top: 0;
}

#search_results .item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

#search_results .results_price .tag-icon {
    width: 19px;
    height: 19px;
    object-fit: contain;
}

#search_results .no_results,
#search_results .see_all_results{
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.31;
    letter-spacing: normal;
    color: #333333;
}

#search_results .all_results_section {
    border-top: solid 1px #acacac;
    margin-top: 1rem;
    padding-top: 1rem;
}

#basket.basket-panel.cartus-basket {
    border-radius: 0;
    background: none;
}

#basket.cartus-basket {
    width: calc(635px + 70px);
    right: calc(-635px - 70px);
    height: calc(100% - 80px);
    position: fixed;
    top: 60px;
    transition: all .3s;
    -webkit-transition: all var(--transition-3);
    -moz-transition: all var(--transition-3);
    -o-transition: all var(--transition-3);
    overflow-y: scroll;
    z-index: 1051;
    padding-bottom: 2rem;
    -webkit-overflow-scrolling: touch;
    display: -webkit-box;
}

#basket.cartus-basket .cart_wrapper {
    width: 635px;
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.18);
    background-color: #ffffff;
    border-radius: 8px;
    margin-left: 20px;
    padding: 0.5rem;
}

#basket.cartus-basket.cart_expanded {
    right: 30px;
}

#basket.cartus-basket .close_cart {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.18);
    background-color: var(--color);
    border: none;
    outline: none;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
}

#basket.cartus-basket .close_cart .close-modal {
    width: 21px;
    height: 21px;
    object-fit: contain;
}

#basket.cartus-basket .cart_wrapper .basket-header {
    width: 100%;
    height: 64px;
    min-height: 64px;
    border-radius: 6px;
    background-color: var(--color);
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    padding: 10px;
}

#basket.cartus-basket .cart_wrapper .cart-icon {
    width: 24px;
    height: 26px;
    object-fit: contain;
    margin-top: -1px;
}

.cartus-basket .form-control.productQuantity {
    width: 55px;
    height: 35px!important;
    border-radius: 5.5px;
    background-color: var(--input);
}

.cartus-basket .product_input_col {
    flex-basis: var(--basket-input);
    max-width: var(--basket-input);
    padding-right: 0;
}

.cartus-basket .product_image_col {
    flex-basis: var(--basket-image);
    max-width: var(--basket-image);
    padding-left: 0;
}
.cartus-basket .product_remove_col {
    flex-basis: var(--basket-remove);
    max-width: var(--basket-remove);
    padding-left: 0;
}

.cartus-basket .product_price_col {
    flex-basis: 20%;
    max-width: 20%;
}

.cartus-basket .product_data_col {
    flex-basis: calc(80% - var(--basket-input) - var(--basket-image) - var(--basket-remove));
    max-width: calc(80% - var(--basket-input) - var(--basket-image) - var(--basket-remove));
}

.cartus-basket .basket_product_image {
    width: 70px;
    height: 48px;
    object-fit: contain;
}

.basket-panel.cartus-basket .basket-price {
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.83;
    letter-spacing: normal;
    text-align: right;
    color: #333333;
}

.basket-panel.cartus-basket .beforeOffer-price {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 2px;
}

.basket-panel.cartus-basket .basketproduct-title {
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.13;
    letter-spacing: normal;
    color: #333333;
}

.basket-panel.cartus-basket .basketProductSpecs {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    color: #333333;
    margin-bottom: 0;
}

.basket-panel.cartus-basket .product-offers {
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: normal;
    color: #ffffff;
    border-radius: 2px;
    background-color: #da1e1e;
    padding: 0.5rem 1.5rem;
    width: fit-content;
}

.basket-panel.cartus-basket .basket-product .divider {
    border-color: #acacac;
}


.basket-panel.cartus-basket .total .sum-heading {
    font-size: 22px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.88;
    letter-spacing: normal;
    color: #333333;
    text-align: left;
    padding-top: 15px;
}

.basket-panel.cartus-basket .discount .sum-heading {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.08;
    letter-spacing: normal;
    color: var(--discount);
    text-align: left;
}

.basket-panel.cartus-basket .loyalty .sum-heading {
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: normal;
    color: #333333;
    text-align: left;
    vertical-align: middle;
    padding-top: 25px;
}

.basket-panel.cartus-basket .vat .sum-heading,
.basket-panel.cartus-basket .subtotal .sum-heading {
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.08;
    letter-spacing: normal;
    color: #696969;
    text-align: left;
}

.basket-panel.cartus-basket .subtotal .sum-num,
.basket-panel.cartus-basket .vat .sum-num {
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.08;
    letter-spacing: normal;
    text-align: right;
    color: #696969;
}

.basket-panel.cartus-basket .discount .sum-num {
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.08;
    letter-spacing: normal;
    text-align: right;
    color: var(--discount);
}

.basket-panel.cartus-basket .total .sum-num {
    font-size: 26px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.74;
    letter-spacing: normal;
    text-align: right;
    color: #333333;
    padding-top: 15px;
}

.loyalty .sum-num {
    font-size: 40px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: right;
    color: var(--loyalty);
    vertical-align: middle;
    padding-top: 25px;
    display: flex;
    align-items: baseline;
    justify-content: flex-end;
}

.basket-panel.cartus-basket .table-borderless td.sum-heading {
    width: 60%;
    padding-left: 85px;
}

.basket-panel.cartus-basket .table-borderless td.sum-num {
    padding-right: 48px;
}

#basket.basket-panel.cartus-basket .basket-body {
    padding: 0.5rem;
}

#basket.basket-panel.cartus-basket .basket-footer {
    position: relative;
    right: 0;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.basket-panel.cartus-basket .checkoutBtn {
    height: 55px;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: normal;
}

.basket-panel.cartus-basket .cancel-order {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1.78px;
    text-align: center;
    color: #696969;
}

#basket.cartus-basket .basket-scroll-y {
    height: calc(100vh - 310px);
}

#basket.basket-panel.cartus-basket .offer-box .offer-img {
    width: 132px;
    height: 132px;
    object-fit: contain;
}

#basket.basket-panel.cartus-basket .offer-box .col-teaser {
    flex-basis: calc(100% - 160px);
    max-width: calc(100% - 160px);
}

#basket.basket-panel.cartus-basket .offer-box .addOfferToBasket {
    font-size: 11px;
    font-weight: bold;
    width: 50%;
    margin-left: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.basket-panel.cartus-basket .table-borderless td.divider {
    width: 100%;
    padding-top: 5px;
    border-bottom: 1px solid #acacac;
}

#basket.cartus-basket .empty-basket {
    height: calc(100vh - 260px);
}

.menu-open-overlay.cart_expanded {
    z-index: 1050;
    display: block;
}

@media (min-width: 750px) {
    .container {
        max-width: 950px;
    }
}

@media (min-width: 970px) {
    .container {
        max-width: 1100px;
    }
}

@media (min-width: 1120px) {
    .container {
        max-width: 1180px;
    }
}

@media (min-width: 1440px) {
    .container {
        max-width: 1440px;
    }
}

@media (max-width: 1439px) {
    #sticky-navbar .search-group.active #searchNav {
        width: 1040px;
    }

    #sticky-navbar .search-group.active .search_dropdown {
        right: 836px;
    }

}

@media (max-width: 1199px) {
    #sticky-navbar,
    #sticky-navbar .nav-bg {
        background-color: var(--color);
    }

    #sticky-navbar {
        box-shadow: 0 13px 25px 0 rgba(0, 0, 0, 0.21);
    }

    #sticky-navbar .middle-navbar {
        box-shadow: none;
    }

    #sticky-navbar .logo-img {
        width: 180px;
        height: 44px;
        object-fit: contain;
        object-position: left;
    }

    .main_categories_nav {
        display: none !important;
    }

    #sticky-navbar .menu-toggle,
    #sticky-navbar .menu-close {
        width: 31px;
        height: 22px;
        object-fit: contain;
    }

    #sticky-navbar .search-group.active #searchNav {
        width: calc(100vw - 195px);
    }

    #cartus-breadcrumb {
        background-color: #ffffff;
        box-shadow: 0 13px 25px 0 rgba(0, 0, 0, 0.21);
    }

    #cartus-breadcrumb .breadcrumb-container {
        box-shadow: none;
    }
    #cartus-breadcrumb .breadcrumb {
        padding: .25rem 1rem;
    }

    .sidebar,
    .sidebar-overlay {
        height: calc(100% - 60px);
        position: fixed;
        top: 60px;
        transition: all .3s;
        -webkit-transition: all var(--transition-3);
        -moz-transition: all var(--transition-3);
        -o-transition: all var(--transition-3);
        overflow-y: scroll;
        z-index: 1040;
        padding-bottom: 2rem;
        -webkit-overflow-scrolling: touch;
        display: -webkit-box;
    }

    .menu-open-overlay.cart_expanded {
        top: 60px;
    }
    #main_sidebar {
        width: 321px;
        left: -321px;
        background-color: var(--color);
    }

    #main_sidebar .sidebar-overlay {
        width: 321px;
        left:-321px;
        background-color: rgba(0, 0, 0, 0.2);
        z-index: -1;
    }
    #account_sidebar {
        width: 346px;
        box-shadow: 0 15px 24px 0 rgba(0, 0, 0, 0.5);
        background-color: #ffffff;
        left:-346px;
        z-index: 1039;
    }

    #categories_sidebar {
        width: 478px;
        box-shadow: 0 15px 24px 0 rgba(0, 0, 0, 0.5);
        background-color: #ffffff;
        left: -478px;
        z-index: 1039;
    }

    #main_sidebar.active .sidebar-overlay.active,
    #main_sidebar.active {
        left: 0;
    }

    #account_sidebar.active,
    #categories_sidebar.active {
        left: 321px;
    }


    .menu-open-overlay.expanded {
        top: 60px;
        background-color: rgba(0,0,0,.75);
    }

    .toggle-wrap {
        padding: 10px;
        position: relative;
        cursor: pointer;
        float: left;

        /*disable selection*/
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .toggle-bar,
    .toggle-bar::before,
    .toggle-bar::after,
    .toggle-wrap.active .toggle-bar,
    .toggle-wrap.active .toggle-bar::before,
    .toggle-wrap.active .toggle-bar::after {
        -webkit-transition: all var(--transition-2) ease-in-out;
        -moz-transition: all var(--transition-2) ease-in-out;
        -o-transition: all var(--transition-2) ease-in-out;
        transition: all var(--transition-2) ease-in-out;
    }
    .toggle-bar {
        width: 35px;
        margin: 10px 0;
        position: relative;
        border-top: 2px solid #ffffff;
        display: block;
    }
    .toggle-bar::before,
    .toggle-bar::after {
        content: "";
        display: block;
        background: #ffffff;
        height: 2px;
        width: 35px;
        position: absolute;
        top: -12px;
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -ms-transform-origin: 10%;
        -webkit-transform-origin: 10%;
        transform-origin: 10%;
    }
    .toggle-bar::after {
        top: 8px;
    }
    .toggle-wrap.active .toggle-bar {
        border-top: 2px solid transparent;
    }
    .toggle-wrap.active .toggle-bar::before {
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .toggle-wrap.active .toggle-bar::after {
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .sidebar .nav-item {
        position: relative;
        padding-top: 0.2rem;
        padding-bottom: 0.2rem;
    }

    #main_sidebar .nav-link {
        font-size: 16px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #ffffff;
    }

    #main_sidebar .nav-link.link-secondary {
        font-size: 14px;
        font-weight: normal;
    }

    #main_sidebar .profile-icon {
        width: 35px;
        height: 35px;
        object-fit: contain;
    }

    #main_sidebar .dropdown-divider {
        opacity: 0.2;
        border: solid 1px #ffffff;
    }


    .sidebar .arrow-right {
        width: 11px;
        height: 11px;
        object-fit: contain;
        position: absolute;
        top:0;
        bottom: 0;
        margin: auto;
        right: 1rem;
        pointer-events: none;
    }

    .sidebar .lang_side_toggle {
        width: calc(100% - 2rem);
        height: 40px;
        border-radius: 4.8px;
        margin: auto;
        background-color: var(--color);
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .sidebar .lang_side_toggle::after {
        margin-left: auto;
    }

    .sidebar .flag-icon {
        width: 30px;
        height: 27px;
    }

    .lang_side_dropdown .dropdown-menu {
        width: calc(100% - 2rem);
        background-color: var(--color);
        border:none;
        border-radius: 4.8px;
    }

    .lang_side_dropdown .dropdown-menu .dropdown-item {
        padding-top: 3px;
        padding-bottom: 3px;
    }

    .account_wrapper {
        width: 100%;
        padding: 1.25rem 2rem;
    }

    .categories_wrapper {
        width: 100%;
        padding: 2rem;
    }

    .account_wrapper .dropdown-divider {
        border-color: #acacac;
        margin-bottom: 1.25rem;
    }

    .account_wrapper .dropdown-item {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

    .back_to_menu {
        display: none;
    }

    .sidebar .card-columns {
        column-count: 2;
    }

    #categories_sidebar .categories_wrapper .subcat_col {
        padding: 10px;
        margin-bottom: 3rem;
    }

    #categories_sidebar .categories_wrapper .main_category_section {
        position: absolute;
        width: calc(100% - 4rem);
        bottom: 20px;
    }

    #categories_sidebar .categories_wrapper .main_category_section .card-img {
        height: 200px;
        object-fit: cover;
    }

    #categories_sidebar .categories_wrapper .card_columns_wrapper {
        height: calc(100vh - 340px);
        overflow: auto;
    }

    #sticky-navbar .search-group.active .search_dropdown {
        right: calc(100vw - 400px);
    }


    #basket.cartus-basket {
        width: 635px;
        right: -635px;
        height: calc(100% - 60px);
        padding-bottom: 0;
    }

    #basket.cartus-basket .close_wrapper {
        display: none;
    }

    #basket.cartus-basket.cart_expanded {
        right: 0;
    }

    #basket.cartus-basket .cart_wrapper {
        border-radius: 0;
        margin-left: 0;
    }

    .menu-open-overlay.cart_expanded {
        z-index: 999;
    }

    #basket.basket-panel.cartus-basket.scrolled {
        top: 60px;
    }

    #basket.cartus-basket .basket-scroll-y {
        height: calc(100vh - 200px);
    }

}

@media (max-width: 969px) {

    #categories_sidebar {
        width: calc(100% - 321px);
        left: calc(-100% - 321px);
    }

    #sticky-navbar .search-group.active #searchNav {
        width: calc(100vw - 110px);
    }

    #sticky-navbar .search-group.active .search_dropdown {
        right: calc(100vw - 314px);
    }
}

@media (max-width: 749px) {
    .container {
        max-width: initial;
    }

    #account_sidebar{
        width: calc(100% - 321px);
        left: calc(-100% - 321px);
    }

    #categories_sidebar {
        width: 100%;
        left: -100%;
        z-index: 1041;
    }
    #categories_sidebar.active {
        left: 0;
    }

    .account_wrapper .back_to_menu {
        display: none;
    }


    .back_to_menu {
        background: none;
        border: none;
        align-items: center;
        font-size: 16px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: var(--color);
        position: relative;
        margin-bottom: 1rem;
    }

    .arrowOval {
        width: 36px;
        height: 36px;
        background-color: var(--color);
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
    }

    .arrow-left {
        width: 12px;
        height: 12px;
        object-fit: contain;
    }

    #categories_sidebar .categories_wrapper {
        padding: 1.25rem 3.5rem;
        overflow-x: hidden;
    }

    #categories_sidebar .back_to_menu {
        display: flex;
        width: 140%;
        left: -3rem;
    }

    #categories_sidebar .categories_wrapper .main_category_section {
        width: calc(100% - 6rem);
    }

    #categories_sidebar .categories_wrapper .main_category_section .card-img {
        height: 142px;
    }

    #categories_sidebar .categories_wrapper .card_columns_wrapper {
        height: calc(100vh - 320px);
    }

    #search_results .results_product_img {
        width: 99px;
        height: 67px;
    }

    #search_results .addToCartBtn {
        width: 100px;
        font-size: 14px;
    }

    #search_results .afterOfferPrice {
        font-size: 19px;
    }

    #search_results .results_data_col {
        flex-basis: calc(100% - 240px);
        max-width: calc(100% - 240px);
    }

    #search_results .results_title {
        font-size: 16px;
    }

    #basket.basket-panel.cartus-basket .basket-body {
        width: 100%;
    }

    #basket.basket-panel.cartus-basket,
    #basket.basket-panel.cartus-basket .cart_wrapper {
        width: 100%;
    }

    #basket.cartus-basket {
        right: -100%;
    }

    #basket.basket-panel.cartus-basket .checkoutBtn {
        width: 100%;
    }

}

@media (max-width: 600px){

    #account_sidebar {
        width: 400px;
        left: -400px;
        z-index: 1041;
    }

    #account_sidebar.active {
        left: 0;
    }

    .account_wrapper {
        padding-left: 3.5rem;
        padding-right: 3.5rem;
    }

    .account_wrapper .back_to_menu {
        width: 150%;
        left: -3rem;
        display: flex;
    }

}

@media (max-width: 575px){
    #sticky-navbar #searchNav {
        padding-left: 10px;
    }

    .basket-panel.cartus-basket .table-borderless td.sum-heading {
        padding-left: 0;
    }

    .basket-panel.cartus-basket .table-borderless td.sum-num {
        padding-right: 0;
    }
}

@media (max-width: 480px) {
    #sticky-navbar .logo-img {
        width: 170px;
        object-position: center;
    }

    #sticky-navbar .menu-toggle {
        width: 25px;
        height: 18px;
    }

    #main_sidebar,
    #main_sidebar .sidebar-overlay,
    #account_sidebar {
        width: 100%;
        left: -100%;
    }

    .sidebar .lang_side_toggle,
    .lang_side_dropdown .dropdown-menu {
        width: 260px;
    }

    .sidebar .card-columns {
        column-count: 1;
    }

    #categories_sidebar .categories_wrapper {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
    #categories_sidebar .categories_wrapper .main_category_section {
        width: calc(100% - 1rem);
    }

    #categories_sidebar .categories_wrapper .subcat_col {
        margin-bottom: 1rem;
    }
    #categories_sidebar .back_to_menu {
        width: 100%;
        left: 0;
        text-align: left;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
    .arrowOval {
        width: 28px;
        height: 28px;
    }
    #search_results .results_img_col,
    #search_results .results_button_col,
    #search_results .results_data_col {
        flex-basis: 100%;
        max-width: 100%;
    }

    #search_results .results_data_col {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }

    #search_results .results_product_img {
        width: 100%;
    }

    #search_results .addToCartBtn {
        width: 100%;
        height: 40px;
    }

    #search_results .no_results {
        font-size: 12px;
    }

    .cartus-basket .product_input_col {
        order: 3;
    }

    .cartus-basket .product_image_col {
        order: 0;
        display: flex;
        align-self: flex-start;
    }

    .cartus-basket .product_data_col {
        order: 1;
        flex-basis: calc(100% - 130px);
        max-width: calc(100% - 130px);
        padding-left: 0;
        padding-right: 0;
    }

    .cartus-basket .product_price_col {
        order: 4;
        flex-basis: calc(100% - 75px);
        max-width: calc(100% - 75px);
    }

    .cartus-basket .product_remove_col {
        order: 2;
        display: flex;
        align-self: flex-start;
        margin-top: -5px;
        padding-right: 1px;
    }

    .cartus-basket .divider_col {
        order: 5;
    }

}


/*CATEGORY CSS*/


#category .section-head {
    font-size: 32px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: var(--font-color);
}

.search_input {
    border:none;
    border-radius: 0;
    height: 50px;
    outline: none;
    box-shadow: none;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.06;
    letter-spacing: normal;
    color: var(--color);
    padding-left: 45px;
}

.search_input::placeholder {
    color: var(--color);
}

.label-absolute {
    position: absolute;
    top: 13px;
    left: 13px;
}

.search-icon {
    width: 16.5px;
    height: 18px;
    object-fit: contain;
}

.no_results {
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.no_results .search-icon {
    width: 90px;
    height: 90px;
    object-fit: contain;
}

.filter-options {
    margin-top: 2.5rem;
}

.filter-head {
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    text-align: left;
    line-height: 0.94;
    letter-spacing: normal;
    color: var(--font-color);
    background: none;
    border: none;
    outline: none;
    box-shadow: none;
    padding-left: 0;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}


#category label[for="all_products"]:before {
    width: 27px;
    height: 27px;
}

#category .irs-min,
#category .irs-max,
#category .irs-to,
#category .irs-from,
#category .irs-single {
    display: none;
}

#category .irs--round .irs-handle {
    border: 2px solid var(--color);
    background-color: var(--color);
    width: 28px;
    height: 28px;
    top: 24px;
}

#category .irs--round .irs-bar,
#category .irs--round .irs-line {
    height: 6px;
    top: 34px;
}

#category .irs--round .irs-bar {
    background-color: var(--color);
}
#category .irs--round .irs-line {
    background-color: var(--input);
}

#category .extra-controls {
    margin-top: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#category .price-range-btn {
    width: 105px;
    height: 50px;
    border: solid 1px var(--color);
    background-color: #ffffff;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.94;
    letter-spacing: normal;
    text-align: center;
    color: var(--color);
    display: block;
    margin: 0.5rem 0;
}

#category .price-range-btn.selected {
    background-color: var(--color);
    color: #FFFFFF;
}

#category .js-input-from,
#category .js-input-to {
    width: 105px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    background-color: var(--input);
    border: none;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;

}

#category .irs-label {
    position: absolute;
    left: 13px;
    top: 13px;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
}
.customiser_section .custom-control-label:hover,
#category .custom-control-label:hover,
#category .range-slider:hover,
#category .irs-handle:hover {
    cursor: pointer;
}


#category #select_colors .custom-control-input:checked~.custom-control-label::after {
    background-image: var(--check-icon);
    background-size: 50% 50%;
    background-position: center;
    background-repeat: no-repeat;
}
#category #select_colors .custom-control-input:checked~.custom-control-label::before {
    background-color: transparent;
    width: 0;
    height: 0;
}

.customiser_section .custom-control-label::before,
#category .custom-control-label::before {
    width: 27px;
    height: 27px;
    top: -2px;
    background-color: var(--input);
    border-radius: 5px;
    outline: none;
    box-shadow: none;
}

#category .sort_label {
    max-width: 125px;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: right;
    color: var(--font-color);
}

#category .sort_select {
    width: calc(100% - 130px);
    background-color: var(--input);
    height: 46px;
    border: none;
}

.select_group {
    position: relative;
}

.select_group .arrow-down {
    width: 10px;
    height: 10px;
    object-fit: contain;
    position: absolute;
    top:0;
    bottom: 0;
    margin: auto;
    right: 15px;
    pointer-events: none;
}

.select_group .arrow-down path {
    fill: var(--font-color) !important;
}

#category .custom-control-label.edge-browser {
    width: 27px;
    height: 27px;
    position: absolute;
    left:0;
    top: -4px;
    text-indent: 25px;
    white-space: nowrap;
    background-image: var(--check-icon);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80%;
}
.customiser_section .custom-radio .custom-control-label::before,
#category .custom-radio .custom-control-label::before {
    border-radius: 50%;
}

.customiser_section .custom-checkbox .custom-control-input:checked~.custom-control-label::before,
#category .custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: var(--color);
}
.customiser_section .custom-radio .custom-control-label::after,
#category .custom-radio .custom-control-label::after {
    width: 27px;
    height: 27px;
    background-color: var(--input);
    border-radius: 50%;
}


#category .custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: var(--check-icon);
}
.customiser_section .custom-radio .custom-control-input:checked~.custom-control-label::before,
#category .custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: var(--color);
    top: 3px;
    width: 17px;
    height: 17px;
    z-index: 1;
    right: -90px;
    margin-left: 5px;
}

.custom-control-label::after {
    top: -2px;
    left: -24px;
    width: 27px;
    height: 27px;
}
.customiser_section  .custom-control-label,
#category .custom-control-label {
    padding-left: 14px;
}

.filters .results_heading {
    display: none;
}

.filters .close_filters_btn {
    display: none;
}


.filters .sticky-top {
    top: 120px;
    /*height: calc(100vh - 120px);*/
    height: 100%;
    overflow-y: auto;
    padding-bottom: 1rem;
    z-index: 100;
}

.clear_btn {
    height: 24px;
    border-radius: 14.5px;
    background-color: #adadad;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.42;
    letter-spacing: normal;
    color: #ffffff;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    position: absolute;
    right: 0;
}

.clear_btn:hover,
.clear_btn:focus,
.clear_btn:active {
    background-color: #adadad;
}

@media (min-width: 1199px) {
    #category .product-categories .col-xl-5 {
        flex-basis: 33.33333%;
        max-width: 33.333333%;
    }
}

@media (max-width: 1199px) {
    .filter_btn {
        width: 100%;
        height: 46px;
        background-color: var(--color);
        border: none;
        border-radius: 4px;
        font-size: 18px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #ffffff;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .filter_btn:focus,
    .filter_btn:hover,
    .filter_btn:active {
        background-color: var(--color);
    }

    .filters {
        width: 300px;
        position: fixed;
        z-index: 1;
        left: -400px;
        transition: all var(--transition-3);
    }

    .filters .sticky-top {
        height: calc(100vh - 120px);
    }

    .results {
        transition: all var(--transition-3);
    }

    .filters.active {
        left: 0;
    }

    .results.active {
        margin-left: 300px;
    }

    .filter-options.first_child {
        margin-top: 13px;
    }

    #category .main_row {
        overflow-x: hidden;
        width: 100%;
        margin: auto;
    }

}

@media (max-width: 969px) {


    #category .slider .slick-prev,
    #category .slider .slick-next {
        top: 290px !important;
        bottom: unset;
    }
}

@media (max-width: 749px) {

    #category .sort_label {
        display: none;
    }

    #category .sort_select {
        width: 100%;
    }
}

@media only screen and (max-width: 575px) and (min-width: 480px)  {
    .filter-sm-row .col-sm-6 {
        flex-basis: 37.5%;
        max-width:  37.5%;
        order: 0;
    }

    .filter-sm-row .col-sm-10 {
        flex-basis: 62.5%;
        max-width: 62.5%;
        order: 1;
    }
}

/*PRODUCTS*/

.product-item .card {
    border:none;
    border-radius: 8px;
    box-shadow: 0 16px 17px 0 rgba(0, 0, 0, 0.18);
    background-color: #ffffff;
}


.product-item .card-img-top {
    width: 100%;
    height: 223px;
    object-fit: contain;
    border-radius: 8px 8px 0 0 ;
}

.product-item .card-body {
    padding: 1rem;
}

.product-item .card-title {
    height: 22px;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    margin-bottom: 0.25rem;
}

.product-item .card-subtitle {
    height: 20px;
    font-size: 11px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #696969;
    margin-bottom: 0.35rem;
}
#product.product-item .card-subtitle {
    height: auto;
}
.product-item .card-text {
    height: 42px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #696969;
    display: -webkit-box;
    overflow : hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.product-item .card-text p {
    margin-bottom: 0;
}

.product-item .beforeOfferPrice {
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #bdbdbd;
    text-decoration: line-through;
}

.product-item .afterOfferPrice {
    font-size: 22px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.68;
    letter-spacing: normal;
    color: #333333;
}

.product-item .addToCartBtn {
    width: 100%;
    height: 54px;
    border-radius: 5.6px;
    background-color: var(--color);
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.75rem;
}

.product-item .price_section {
    margin-top: 0.5rem;
    display: flex;
    align-items: center;
}

.product-item .price_section .tag-icon {
    width: 19px;
    height: 19px;
    object-fit: contain;
}

.color-badge {
    width: 18px;
    height: 18px;
    padding: 0;
    margin: 0 0.35rem 0.35rem 0;
}
.badge:empty {
    display: inherit;
}
.color-badge.bordered {
    border: solid 1px #979797;
}
.color-badge.badge-background {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

@media (max-width: 1199px)  {

    .product-item .card {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .product-item .card-img-top {
        width: 300px;
        height: 205px;
        border-radius: 8px 0 0 8px;
    }

    .product-item .card-title {
        height: 20px;
        white-space: normal;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .product-item .card-body {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: calc(100% - 300px);
    }

    .product-item .footer_wrapper {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }

}

@media (max-width: 749px) {

    .product-item .footer_wrapper {
        display: unset;
        flex-wrap: unset;
        align-items: unset;
        justify-content: unset;
    }

}

@media (max-width: 575px) {

    .product-item .card {
        flex-direction: column;
    }

    .product-item .card-img-top {
        width: 100%;
        height: 223px;
    }
    .product-item .card-body {
        width: 100%;
    }
    .filters {
        width: 100%;
        left: -100%;
    }

    .results.active {
        margin-left: 100%;
    }

    .filters .results_heading {
        display: block;
    }

    .filters .close_filters_btn {
        width: 100%;
        height: 46px;
        border-radius: 4px;
        background-color: var(--color);
        border:none;
        font-size: 18px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #ffffff;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .product-item .card-title {
        height: 22px;
        white-space: nowrap;
        display: block;
        -webkit-line-clamp: unset;
        -webkit-box-orient: unset;
    }
}

/*PRODUCT PAGE*/

.tag_heading {
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: italic;
    line-height: normal;
    letter-spacing: normal;
    color: var(--color);
    margin-right: 0.5rem;
}

.tag_label {
    height: 25px;
    border-radius: 12.5px;
    background-color: var(--color);
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: italic;
    line-height: 1.2;
    letter-spacing: normal;
    color: #ffffff;
    padding: 0 0.75rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product_section {
    border-bottom: 1px solid #acacac;
    padding-bottom: 0.5rem;
}

.spec_label {
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.46;
    letter-spacing: normal;
    color: #333333;
}

.sizes_container .custom-control-label::before {
    left: 0;
    opacity: 0;
}

.sizes_container .custom-control-label {
    cursor: pointer;
    min-width: 130px;
    height: 50px;
    border-radius: 4px;
    border: solid 1px #000000;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.42;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
}

.sizes_container .custom-control-label::after {
    opacity: 0;
}

.sizes_container.form-inline .custom-control {
    padding-left: 0;
    padding-right: 1rem;
}

.sizes_container.form-inline .custom-radio .custom-control-input:checked~.custom-control-label {
    background-color: var(--color);
    border-color: var(--color);
    color: #ffffff;
}

.sizes_container.form-inline .custom-radio .custom-control-input:checked~.custom-control-label:after {
    content: '';
    position: relative;
    background-image: var(--check-icon);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 1;
    left: 5px;
    bottom: 0;
    width: 15px;
    height: 15px;
    font-size: 16px;
    margin: auto 0;
}

.colors_container .custom-radio .custom-control-label {
    margin: 0 1.2rem 2.2rem 0;
    cursor: pointer;
    outline: none;
    box-shadow: none;
}

.colors_container .custom-radio .custom-control-label:after {
    width: 35px;
    height: 35px;
}
.colors_container .custom-radio .custom-control-input:checked~.custom-control-label::before {
    background: none;
}

.colors_container .custom-radio .custom-control-input:checked~.custom-control-label:after {
    background-image: var(--check-icon);
    background-size: 50% 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    z-index: 2;
}
.customiser_section .custom-control-input:focus~.custom-control-label::before,
.colors_container .custom-radio .custom-control-input:focus~.custom-control-label::before {
    box-shadow: none;
}

#product .addToFavBtn {
    height: 55px;
    border-radius: 4px;
    background-color: #e5e5e5;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: normal;
    color: #333333;
    width: 100%;
}

#product .addToFavBtn.addedToFavorites {
    background-color: #d0021b;
    color: #FFFFFF;
}

#product .addToFavBtn.addedToFavorites .favorites-icon path {
    fill: #FFFFFF;
}

#product .addToFavBtn .favorites-icon {
    margin-right: 0.25rem;
}
#product .addToFavBtn .favorites-icon path {
    fill-opacity: 1;
}

#product .addToFavBtn .favorites-icon path {
    fill: var(--color);
}
#product .line {
    height: 1px;
    width: 100%;
    background-color: #acacac;
}

#product .addToFavBtn.addedToFav {
    background-color: var(--color);
    color: #FFFFFF;
}

#product .addToFavBtn.addedToFav .favorites-icon path {
    fill: #FFFFFF;
}

#product .addToBasket-btn {
    width: 100%;
    height: 55px;
    border-radius: 4px;
    background-color: var(--color);
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}

.product-item .change-quantity {
    width: 47px;
    height: 47px;
    border-radius: 4px;
    background-color: var(--color);
}

.product-item .qty-icon {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.product-item .qty-icon path {
    fill: #ffffff;
}

.product-item .form-control.input_quantity {
    width: 80px;
    background: none;
    text-align: center;
    font-size: 23.5px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #292929;
}

#product.product-item .afterOfferPrice {
    font-size: 28px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #333333;
}

#product.product-item .beforeOfferPrice {
    font-size: 20.8px;
}

#product .loyalty-pts {
    font-size: 40px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #f7b500;
}

#product .loyalty-message {
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: normal;
    color: #333333;
}

#product #productTabs .nav-item {
    width: 50%;
    background-color: var(--input);
}
#product #productTabs .nav-item:first-child,
#product #productTabs .nav-item:first-child .nav-link {
    border-radius: 8px 0 0 0;
}
#product #productTabs .nav-item:last-child,
#product #productTabs .nav-item:last-child .nav-link {
    border-radius: 0 8px 0 0;
}

#product #productTabs .nav-link {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.46;
    letter-spacing: normal;
    color: #333333;
    height: 80px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

#product #productTabContent {
    border-radius: 0 0 8px 8px;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

#product #productTabContent .content {
    padding: 1rem;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.31;
    letter-spacing: normal;
    color: #696969;
}

#product #productTabContent .content p {
    margin-bottom: 0.25rem;
}

#product #accordion .card {
    flex-direction: column;
    box-shadow: none;
    border: 1px solid  #e5e5e5;
}

#product #accordion .card:first-child {
    border-radius: 8px 8px 0 0;
}

#product #accordion .card:last-child {
    border-radius: 0 0 8px 8px;
}

#product #accordion .card-header {
    text-align: center;
    border: none;
    padding: 0;
    background: none;
}

#product #accordion .btn-link {
    width: 100%;
    height: 80px;
    font-size: 19.2px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.46;
    letter-spacing: normal;
    text-align: center;
    color: #333333;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0;
}

#product #accordion .btn-link[aria-expanded=false] {
    background-color: var(--input);
}

#product .full-image {
    width: 100%;
    height:auto;
    object-fit: contain;
    border-radius: 5px;
}

#product .slider-nav .slick-list.draggable {
    width: 85%;
    margin: auto;
}

#product .slider-nav .slick-track {
    margin-left: 0;
}

#product .slider-nav .thumb-image {
    width: 78px;
    height: 80px;
    object-fit: cover;
    border-radius: 5px;
}
#product .slider-nav .slick-slide {
    margin: 0 10px;
}

.slider .slick-next,
.slider .slick-prev {
    background-color: var(--color);
}

.slider .slick-next {
    transform: rotate(-90deg);
    right: 0;
}

.slider .slick-prev {
    transform: rotate(90deg);
    left: 0;
}

.slider .slick-arrow {
    top: 0;
    bottom: 0;
    margin: auto;
}

.slider .slick-arrow:before {
    top: 0;
    bottom:0;
    left:0;
    right: 0;
    margin: auto;
}

.slider .slick-prev:before {
    background-image: url(/demo/dist/images/arrow.svg);
}

.slider .slick-next:before {
    background-image: url(/demo/dist/images/arrow.svg);
}

#related .section-head {
    font-size: 28px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: var(--font-color);
}
#related .slider .slick-arrow {
    margin-top: 0;
    top: -57px;
    background-color: #eeeeee;
    border-radius: 10px;
    transform: unset;
}
#related .slider .slick-arrow.slick-prev {
    right: 65px;
    margin-right: 0;
}
#related .slider .slick-arrow.slick-next {
    right: 12px;
}
#related .slider .slick-prev:before {
    background-image: url(/demo/dist/images/prev.svg);
}

#related .slider .slick-next:before {
    background-image: url(/demo/dist/images/next.svg);
}

@media (max-width: 1439px) {
    #product .addToFavBtn {
        font-size: 14px;
    }
    #product .addToBasket-btn {
        font-size: 18px;
    }
    #product .slider-nav .slick-list.draggable {
        width: 80%;
    }

}

@media (max-width: 1199px) {


}

@media (max-width: 969px) {

    #product .addToFavBtn {
        font-size: 16px;
    }
    #product .addToBasket-btn {
        font-size: 20px;
    }

    #product .full-image {
        width: 460px;
    }
    #product .image_col {
        flex-basis: 460px;
        max-width: 460px;
        margin: 0 auto;
    }
    #related .slider .slick-arrow {
        border-radius: 50%;
    }
    #related .slider .slick-arrow.slick-prev {
        right: unset;
        margin-left: 0;
        left: 12px;
    }
}

@media (max-width: 749px) {
    #product .addToFavBtn {
        font-size: 14px;
    }
    #product .addToBasket-btn {
        font-size: 18px;
    }

    #product .full-image {
        width: 100%;
    }

    #product .image_col {
        flex-basis: 100%;
        max-width: 100%;
    }
}

@media (max-width: 575px) {
    #product .addToFavBtn {
        font-size: 16px;
    }
    #product .addToBasket-btn {
        font-size: 20px;
    }
    #related .section-head {
        font-size: 22px;
    }
}

@media (max-width: 480px) {
    #product .slider-nav .slick-list.draggable {
        width: 250px;
    }
    #related .section-head {
        font-size: 18px;
    }
}