<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    min-height: 100vh;
    margin: 0;
}

body {
    display: flex;
    flex-direction: column;
}

.container {
    flex: 1;
}

.container.main-banner {
    padding-left: 0;
    padding-right: 0;
}

.slick-vertical .slick-slide {
    border: none;
}

.dropdown-menu .close {
    cursor: pointer;
}

.main-navbar-top .dropdown .icon {
    display: block;
    float: left;
}

.main-navbar-top .dropdown span {
    display: inline-block;
    width: 150px;
}

.catalog-form {
    display: flex;
}

.page-prev {
    padding-left: 3px;
    padding-right: 3px;
}

.page-prev.current {
    color: #000;
}

.dropdown-cart-action {
    display: none;
    width: 300px;
    background-color: #FFFFFF;
    border: none;
    border-radius: 8px;
    position: absolute;
    /* transform: translateX(-50%); */
    right: -70px;
    margin: 0px;
    z-index: 1000;
    top: 40px;
    bottom: initial;
}

.dropdown-cart-action .price-wrap {
    text-align: right;
    font-size: 18px;
}

.dropdown-cart-action .qty-wrap {
    font-size: 14px;
}

.dropdown-cart-action .qty-wrap span {
    display: inline-block;
    vertical-align: bottom;
    line-height: 14px;
}

.dropdown-cart-action .img-wrap {
    text-align: center;
}

.dropdown-cart-action .img-wrap img {
    max-height: 80px;
    max-width: 45px;
    width: 100%;
    height: auto;
}

.dropdown-cart-action .title-wrap {
    font-size: 13px;
    font-weight: bold;
    padding-bottom: 10px;
    display: block;
    text-align: left;
}

.dropdown-cart-action .content-wrap {
    position: relative;
}

.close-addedToCart,
.close-quickCart,
.cart-button,
.user-icon {
    cursor: pointer;
}

.clean-basket {
    cursor: pointer;
}

.clean-basket:hover {
    color: #6E0EC0;
}

.text-left {
    text-align: left;
}

#listing_container_list_mobile #favourite_products_content .col-lg-4.btn-delete-cart button:first-of-type img {
    filter: invert(10%) sepia(22%) saturate(215%) hue-rotate(295deg) brightness(92%) contrast(92%);
}

#togglePassword {
    font-size: 20px;
    cursor: pointer;
}

.login-container-main .hasErrors .input-group-text,
.login-container-main .hasErrors .form-control {
    border-color: red;
}

#delivery_content .address-form-main .btn-next span,
#delivery_content .address-form-main .errMsg,
.login-container-main .btn-login span,
.cart-page #buy-btn span,
.login-container-main .errMsg {
    display: none;
}

#delivery_content .address-form-main .btn-next.disabled,
.login-container-main .btn-login.disabled,
.cart-page #buy-btn.disabled {
    opacity: 0.6;
}

.btn-cart-login {
    border-radius: 8px;
    text-transform: uppercase;
    padding: 8px 10px;
    font-size: 14px;
}

.registration-container-main {
    background: rgba(167, 167, 167, 0.1);
}

.registration-container-main .row {
    display: flex;
    align-items: center;
    justify-content: center;
}

.registration-container-main .inner {
    margin-top: 50px;
    background: white;
    border-radius: 10px;
    width: 574px;
    padding: 44px 48px;
    margin-top: 50px;
    margin-bottom: 50px;
}


#reg_company {
    display: none;
}

#product_request_form,
#contact_us_form,
#order_err_form {
    width: 100%;
    max-width: 500px;
}

#product_request_form textarea,
#contact_us_form textarea,
#order_err_form textarea {
    height: 150px;
}

#product_request_form .btn-register,
.registration-container-main .btn-register,
#contact_us_form .btn-register,
#order_err_form .btn-register {
    height: 50px;
    width: 100%;
    border-radius: 10px;
    font-family: Nunito;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: center;
    background: #6E0EC0;
    color: white;
    border: none;
    text-transform: uppercase;
}

#product_request_form .btn-register span,
#product_request_form .errMsg,
#contact_us_form .btn-register span,
#contact_us_form .errMsg,
#order_err_form .btn-register span,
#order_err_form .errMsg,
.registration-container-main .btn-register span,
.registration-container-main .errMsg,
.address-form-main .btn-save span {
    display: none;
}

#product_request_form .btn-register.disabled,
#contact_us_form .btn-register.disabled,
#order_err_form .btn-register.disabled,
.registration-container-main .btn-register.disabled,
.address-form-main .btn-save.disabled {
    opacity: 0.6;
}

.delivery_type_nav div {
    color: #000;
    font-weight: bold;
    border-bottom: 1px solid rgba(167, 167, 167, 0.5);
    cursor: pointer;
}

.delivery_type_nav div:hover,
.delivery_type_nav div.active {
    color: #6E0EC0;
    font-weight: bold;
    border-bottom: 1px solid #6E0EC0;
}

.payment-nav a,
.payment-nav div,
.delivery_type_nav div {
    text-align: center;
}

.payment-nav div {
    cursor: not-allowed;
}

.payment-nav .nav-tabs .nav-link:not(.active).done {
    border-bottom: 1px solid #6E0EC0;
}

.payment-nav .nav-tabs .nav-link {
    padding-left: 0;
    padding-right: 0;
}

input[type="checkbox"] {
    width: 25px;
    height: 25px;
    display: inline-block;
    border-radius: 10px;
    border: 1px solid #ced4da;
    vertical-align: middle;
}

.form-group .checkbox-wrap label {
    display: block;
    padding-right: 10px;
    padding-left: 12px;
    font-size: 14px;
}

.form-group input.hasErrors,
.form-group select.hasErrors,
.form-group textarea.hasErrors,
#delivery_content .delivery-type.hasErrors,
#delivery_content .hasErrors,
#payment_content .default-card.hasErrors,
.form-group .hasErrors input,
.form-group .hasErrors textarea,
.form-group .hasErrors select {
    border: 1px solid red;
}

.form-group .input-error-text {
    display: none;
}

.form-group .hasErrors .input-error-text {
    display: block;
    color: red;
    font-size: 14px;
}

#payment_content .default-card,
#payment_content .default-card label {
    cursor: pointer;
}

#payment_content .default-card.disabled {
    border-color: rgba(167, 167, 167, 0.5);
}

#payment_content .default-card.disabled,
#payment_content .default-card.disabled label,
#payment_content .default-card.disabled .text-inactive {
    cursor: not-allowed;
    color: rgba(167, 167, 167, 0.4);
}

#payment_form .default-card.disabled .img-wrapper img {
    opacity: 0.4;
}


#payment_form .img-wrapper {
    height: 85px;
    width: 100px;
    margin-left: 20px;
    margin-right: 20px;
}

#payment_form .img-wrapper img {
    max-width: 100%;
    max-height: 100%;
}

#payment_form .paymentAdditional {
    max-width: 430px;
}

#payment_form .paymentAdditional .additional-div {
    display: inline-block;
    width: 140px;
    height: 40px;
}

#payment_form .paymentAdditional .additional-div input[type="radio"] {
    vertical-align: middle;
}

#payment_form .paymentAdditional .additional-div label {
    padding-left: 5px;
    padding-right: 5px;
}

#payment_form .paymentAdditional .additional-div label img {
    max-width: 110px;
    max-height: 40px;
}

.form-group .hasErrors label {
    color: red;
}

input[type="checkbox"] label span {
    vertical-align: middle;
}

.btn-add-to-cart {
    position: relative;
}

.btn-add-to-cart .in-cart-count {
    display: none;
    position: absolute;
    width: 23px;
    height: 23px;
    line-height: 23px;
    top: -10px;
    right: -10px;
    font-size: 10px;
    background: #6E0EC0;
    color: #fff;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
}

.btn-add-to-cart.incart .in-cart-count {
    display: block;
}

/* .btn-add-to-cart.incart {
    background-color: #6E0EC0 !important;
    color: #ffffff !important;
} */

.btn-add-to-cart.incart img {
    /* filter:invert(78%) sepia(90%) saturate(25%) hue-rotate(43deg) brightness(111%) contrast(108%) !important; */
    filter: invert(10%) sepia(22%) saturate(215%) hue-rotate(295deg) brightness(92%) contrast(92%);
}

.quick-cart .btn-buy {
    display: block;
    text-align: center;
}

.quantity-container .btn-add-to-cart {
    text-transform: uppercase;
}

#listing_container_grid_3 .div_price,
#listing_container_grid_4 .div_price,
#listing_container_image_list .div_price,
#swiper .div_price {
    display: none;
}


#listing_container_grid_4 .row.justify-content-between .col-sm-6.text-center span.qty_inner_text,
#listing_container_image_list .qty_inner_text,
#listing_container_list .qty_inner_text,
#swiper .qty_inner_text {
    display: none;
}

#listing_container_grid_3 .row.justify-content-between .col-sm-6.text-center span.qty_text,
#listing_container_list .qty_text {
    display: none !important;
}

#listing_container_list .price_figure {
    display: none;
}

#listing_container_list .div_price {
    display: flex;
}

#listing_container_list .product-header-action {
    display: none;
}

#listing_view_option_tabs button:first-child {
    padding-left: 5px;
}

#swiper .product-card .product-header img {
    max-height: 150px;
    width: auto;
}

#price_range_slider {
    height: 3px;
    margin-top: 50px;
    margin-left: 15px;
    margin-right: 15px;
}

#price_range_slider.noUi-target {
    background: #e6e6e6;
    border-radius: 3px;
    border: none;
    box-shadow: none;
}

#price_range_slider .noUi-connect {
    background: #6E0EC0;
}

#price_range_slider .noUi-handle {
    background-color: #6E0EC0;
    height: 18px;
    width: 18px;
    top: -8px;
    right: -9px;
    /* half the width */
    border-radius: 9px;
    box-shadow: none;
    border: none;
}

#price_range_slider .noUi-handle:after,
#price_range_slider .noUi-handle:before {
    background: none;
}

#price_range_slider .noUi-tooltip {
    border: none;
    background: none;
    font-weight: bold;
}

#price_range_slider .noUi-tooltip:after {
    content: attr(data-value) ' â‚¬';
}

.cleanFilters {
    cursor: pointer;
}

.general-warn {
    text-align: center;
    margin: 50px;
}

.form-check.grey {
    color: #d1d1d1;
}

.main-image,
.product-images .image-swiper .swiper-slide,
.thumb-swiper img {
    cursor: pointer;
}

.product-dec-wrapper {
    width: 100%;
    margin: 0 auto;
}

.product-images {
    width: 500px;
    margin-bottom: 20px;
}

.product-images .image-swiper {
    height: 420px;
    margin-bottom: 15px;
}

.product-images .image-swiper .swiper-slide {
    width: 500px;
    height: 420px;
}

.product-images .image-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-images .thumb-swiper {
    height: 90px;
}

.thumb-swiper .swiper-slide {
    width: 90px;
    height: 90px;
}

.thumb-swiper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    box-sizing: border-box;
    border: 1px solid #A7A7A7;
    border-radius: 8px;
    padding: 8px;
}

.thumb-swiper .swiper-slide-thumb-active img {
    border-color: #6E0EC0;
}

.thumb-swiper img:hover {
    border-color: #6E0EC0;
}

.product-images .swiper-button-next,
.product-images .swiper-button-prev {
    color: #6E0EC0;
}

.product-images .swiper-button-next:after,
.product-images .swiper-button-prev:after {
    font-size: 22px;
}

.product-images .close-button {
    display: none;
    height: 45px;
    width: 45px;
    color: #fff;
    position: fixed;
    top: 15px;
    right: 15px;
    font-size: 32px;
    text-align: center;
    cursor: pointer;
    z-index: 9999;
    opacity: .75;
}

.product-images .close-button:before {
    content: 'أ—';
}

.product-images .close-button:hover,
.product-images .close-button:active {
    opacity: 1;
}

.product-images.fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #161418;
    z-index: 10000;
}

.product-images.fullscreen .image-swiper {
    width: 100%;
    height: calc(100% - 120px);
}

.product-images.fullscreen .image-swiper .swiper-slide {
    height: 100%;
    text-align: center;
}

.product-images.fullscreen .image-swiper .swiper-slide img {
    max-width: 800px;
    max-height: 800px;
    margin: 0 auto;
}

.product-images.fullscreen .close-button {
    display: block;
}

#orders_content .title {
    text-transform: uppercase;
}

.settings-inner .icon-btns img.active {
    filter: brightness(0) invert(12%) sepia(100%) saturate(5083%) hue-rotate(274deg) brightness(78%) contrast(104%);
}

.settings-inner .icon-btns label img {
    width: auto;
    height: 25px;
    margin-right: 20px;
    cursor: pointer;
}

.settings-inner .icon-btns label {
    margin-right: 10px;
}

.settings-inner .icon-btns input[type="radio"] {
    display: none;
}

.loader-wrapper {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    background-color: rgb(0 0 0 / 15%);
}

.main-loader {
    top: 45%;
    left: 48%;
    position: fixed;
    z-index: 999999;
}

.loader {
    position: relative;
    display: flex;
}

.main-loader:before,
.main-loader:after,
.loader:before,
.loader:after {
    content: '';
    width: 15px;
    height: 15px;
    display: inline-block;
    position: relative;
    margin: 0 5px;
    border-radius: 50%;
    color: rgba(167, 167, 167, 0.1);
    background: currentColor;
    box-shadow: 50px 0, -50px 0;
    animation: left 1s infinite ease-in-out;
}

.main-loader:after,
.loader:after {
    color: #6E0EC0;
    animation: right 1.1s infinite ease-in-out;
}

.uppercase {
    text-transform: uppercase;
}

.cart-block .cart-summary .total-sum {
    font-weight: bold;
}

#delivery_content .form-check-label {
    cursor: pointer;
}

#delivery_content .addresses {
    position: relative;
}

#delivery_content .addresses .default-card {
    cursor: pointer;
}

#delivery_content .addresses .default-card:hover {
    border-color: #6d0ec0;
}

#delivery_content .addresses .loading {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgb(255, 255, 255, 0.5);
}

#delivery_content .addresses .loading .loader {
    left: 45%;
    top: 20%;
}

.filter-category-container .filter-sub-item {
    padding-left: 22px;
    font-size: 14px;
}

.filter-category-container .filter-checkbox.filter-sub-item input[type="checkbox"] {
    width: 16px;
    height: 16px;
}

.filter-category-container .filter-checkbox.d-hidden,
.d-hidden {
    display: none;
}

.d-flex {
    display: flex;
}

.d-flex .larrow {
    margin-left: auto;
    width: 57px;
}

.selected-filter {
    font-size: 13px;
}

.selected-filter .filtered:hover {
    border-color: #aaa;
    color: #212121;
}

.selected-filter .filtered {
    cursor: pointer;
    border: 1px solid #d3d3d3;
    display: inline-block;
    background: #fff;
    line-height: 20px;
    border-radius: 12px;
    padding-left: 8px;
    padding-right: 8px;
    position: relative;
    font-size: 13px;
    margin-top: 3px;
}

.selected-filter .filtered i {
    margin-left: 5px;
}

.show-more,
.show-less {
    cursor: pointer;
    color: #6E0EC0;
    font-size: 13px;
    margin-top: 10px;
}

.show-more:hover,
.show-less:hover {
    color: #6d0ec0;
}

.show-more i,
.show-less i {
    color: #000;
}

#delivery_content .delivery-type {
    border-radius: 10px;
    border: 1px solid #A7A7A7;
    padding: 20px 20px 20px 0;
}

#review_content {
    position: relative;
}

#review_content .errMsg {
    margin-top: 30px;
    display: none;
}

.cart-page .order_update {
    padding: 30px;
    box-sizing: border-box;
    margin-right: 30px;
    position: absolute;
    top: 0;
    width: 100%;
    background-color: rgba(201, 76, 76, 0.3);
    background-color: rgba(255, 255, 255, 1);
}

.cart-page .order_update a {
    text-decoration: underline;
}

#review_content .order_update_title {
    font-weight: bold;
}

#cart_info_content .product-block .product-image,
#review_content .product-block .product-image {
    max-height: 160px;
}

#cart_info_content .product-card .product-image {
    max-width: 100px;
}

.product-stock-info.instock {
    color: #4ECF6E;
}

.product-stock-info.out {
    color: red;
    font-weight: bold;
}

.stock-err {
    color: red;
    font-size: 13px;
    margin-bottom: 10px;
}

.err-text {
    color: red;
}

.text-green {
    color: #4ECF6E
}

.banner_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 9999;
}

.title_popup {
    position: fixed;
    top: 50%;
    left: 50%;
    padding: 15px;
    /* bring your own prefixes */
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 3px 4px 18px 9px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 3px 4px 18px 9px rgba(0, 0, 0, 0.7);
    box-shadow: 3px 4px 18px 9px rgba(0, 0, 0, 0.7);
}


.close_popup {
    position: absolute;
    top: -15px;
    right: -14px;
    cursor: pointer;
}

.dropdown-user-wrapper .dropdown-menu,
.dropdown-cart-wrapper .dropdown-menu {
    z-index: 1001;
}

.dropdown-user-wrapper {
    display: none;
}

.quick-user {
    position: relative;
}

.dropdown-user-wrapper .dropdown-menu {
    width: 230px;
    background-color: #FFFFFF;
    border: none;
    border-radius: 8px;
    display: block;
    position: absolute;
    transform: translateX(-50%);
    margin: 0px;
    padding: 10px;
    top: 40px;
    left: 10px;
    bottom: initial;
}

.dropdown-user-wrapper .dropdown-menu .btn {
    text-align: center;
    border-radius: 10px;
    font-family: Nunito;
    font-size: 14px;
    margin: 5px;
    width: 200px;
    border: 1px solid #6E0EC0;
}

.dropdown-user-wrapper .dropdown-menu .btn:hover {
    color: #000;
}

.dropdown-user-wrapper .dropdown-menu .btn-main {
    background: #6E0EC0;
    color: white;
    border: none;
}

.dropdown-user-wrapper .dropdown-menu .btn-main:hover {
    color: #FFFFFF;
}

.dropdown-user-wrapper .dropdown-menu .link {
    text-align: center;
    display: block;
    margin: 10px 5px;
}

select.parcel_terminals {
    max-width:380px;
}

.cart-qty-input {
    width: 35px;
    padding: 0;
    text-align: center;
    border: none;
}

#summary_form .cart-qty-input {
    text-align: right;
    outline: none;
}

#summary_form .payment-icon {
    max-height: 40px;
}

.filter-container .filter-btns-select {
    display: none;
}

.filter-container .filter_search {
    margin-bottom: 5px;
    padding-left: 30px;
    border: 1px solid #ced4da;
    border-radius: 5px;
    outline: none;
    width: 100%;
}

.filter-container .filter-search-wrap {
    position: relative;
}

.filter-container .filter-search-wrap img {
    position: absolute;
    top: 6px;
    height: 17px;
    left: 7px;
    -webkit-filter: grayscale(100%) brightness(5) brightness(.9);
    filter: grayscale(100%) brightness(5) brightness(.9);
}

.filter-container .filter-search-wrap .close {
    display: none;
    position: absolute;
    right: 5px;
    top: 7px;
    cursor: pointer;
    color: #D8D8D8;
    font-size: 15px;
}

.filter-container .filter-checkbox.df-hidden {
    display: none !important;
}

.filter-container .filter-checkbox.df-show {
    display: block !important;
}

.closeFilterContainer {
    display: none;
}

.product-menu .nav-item {
    width: 249px;
}

.product-menu .dropdown .nav-link.show,
.product-menu.catalog-menu {
    background-color: #d8d8d8;
}

.product-menu .dropdown .nav-link.show .product-menu-title,
.product-menu.catalog-menu .product-menu-title {
    color: #000;
}

.product-menu .dropdown .nav-link.show .product-menu-icon,
.product-menu.catalog-menu .product-menu-icon {
    filter: brightness(0%);
}

.font-size-6 {
    font-size: 6px;
}

.swiper-wrapper .img-wrapper {
    width: 148px;
    height: 148px;
    display: block;
}

#listing_container_list .product-card,
#listing_container_image_list .product-card,
#listing_container_grid_3 .product-card,
#listing_container_grid_4 .product-card,
#listing_container_list_mobile .product-card,
#listing_container_list .product-card {
    height: 100%;
}

#listing_container_grid_3 .img-wrapper {
    width: 100%;
    height: 200px;
    display: block;
}

span.go-to-top {
    margin-left: 15px;
    display: inline-block;
    cursor: pointer;
}

#listing_container_grid_4 .img-wrapper {
    width: 100%;
    height: 200px;
    display: block;
}

/*
#listing_container_grid_3 .product-card .product-header {
    height: 60%;
}

#listing_container_grid_4 .product-card .product-header {
    height: 48%;
}
*/
#listing_container_grid_3 .product-card .product-body .product-title,
#listing_container_grid_4 .product-card .product-body .product-title {
    overflow: hidden;
    text-overflow: ellipsis;
    height: 115px;
}

#listing_container_list .img-wrapper img,
#listing_container_image_list .img-wrapper img,
#listing_container_grid_3 .img-wrapper img,
#listing_container_grid_4 .img-wrapper img,
#listing_container_list_mobile .img-wrapper img,
#listing_container_list .img-wrapper img,
.swiper-wrapper .img-wrapper img {
    max-width: 100%;
    max-height: 100%;
}

.product-body .description {
    overflow-wrap: break-word;
}

.paysera-pay {
    width: 95px;
}

.order-inner .klix-pay,
.invoices-list .klix-pay {
    height: 25px;
}

.vertical-hero-slider .banner {
    cursor: pointer;
}

.vertical-hero-slider .img-wrap {
    max-width: 50%;
    display: flex;
    align-items: center;
}

.vertical-hero-slider .img-wrap img {
    width: auto;
    max-width: 76%;
    max-height: 75%;
}

.order_ok {
    font-weight: bold;
}

.dt {
    display: table;
}

.dtr {
    display: table-row;
}

.dtd {
    display: table-cell;
}

.product-specification .dtd {
    padding: 5px 15px 5px 0;
    border-bottom: 1px solid #A7A7A7;
    min-width: 150px;
}

#description-tabs {
    background: transparent;
    border: none;
}

#description-tabs .ui-widget-header {
    background: transparent;
    border: none;
    /* border-bottom: 1px solid #c0c0c0;  */
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

#description-tabs .ui-tabs-nav .ui-state-default {
    background-color: rgba(107, 107, 107, 0.1);
    border: none;
}

#description-tabs .ui-tabs-nav .ui-state-active {
    /* background: transparent url(img/uiTabsArrow.png) no-repeat bottom center;  */
    background-color: rgba(167, 167, 167, 0.1);
    border: none;
    padding-bottom: 0;
}

#description-tabs .ui-tabs-tab,
#description-tabs .ui-tabs-panel {
    font-family: 'Nunito', sans-serif;
}

#description-tabs .ui-tabs-nav .ui-state-default a {
    color: #A7A7A7;
}

#description-tabs .ui-tabs-nav .ui-state-active a {
    color: #000;
}

.product-details .full-description {
    border-radius: 6px;
    background-color: rgba(167, 167, 167, 0.1);
    line-height: 1.5;
    font-size: 15px;
}

.dropdown-menu-center {
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.col-megamenu {
    width: 190px;
}

.dropdown-menu .show-more,
.dropdown-menu .show-less {
    margin-left: 15px;
}

.search-input-value {
    cursor: pointer;
}

.search-suggestion li {
    list-style: none;
}

.search-results ul {
    margin-bottom: 5px;
}

.search-results .products {
    margin-top: 10px;
}

.search-results .categories li,
.search-results .models li {
    padding: 5px 15px 5px 25px;
}

.search-results .models li a {
    color: #6E0EC0;
}

.search-results .categories li a {
    color: #A7A7A7;
    font-weight: 300;
}

.search-results .categories li a span.searchable-text {
    font-weight: 400;
}

.search-results span.title {
    padding-left: 15px;
    padding-top: 5px;
    font-weight: bold;
    display: block;
}

.search-results .models,
.search-results .categories {
    display: none;
}

.search-form .search-loader {
    position: relative;
    height: 150px;
    display: none;
}

.search-form .search-loader .loader {
    position: absolute;
    left: 45%;
    top: 70px;
}

.mobile-main-navbar .div-mobile-navbar-choose a.mobile-models-menu {
    background-color: #3f3f3f;
}

.btn-disabled {
    opacity: 0.65;
}

a.btn-disabled:active {
    pointer-events: none;
}

.tooltip {
    border-bottom: none !important;
}

.products-main-page .breadrumbs-container .breadcrumb {
    margin-bottom: 10px;
}

.order-list .default-card {
    cursor: pointer;
}

.order-list .order-data {
    display: none;
}

.order-list .order-data div {
    display: flex;
    align-items: center;
}

.order-list .order-data div.text-center {
    justify-content: center;
}

.order-list .order-data img {
    max-height: 50px;
    width: auto;
}

.filter-column button.btn-filter {
    background-color: #6E0EC0;
}

.mobile-main-navbar li a.mob-extra-menu {
    background: #231F20;
    color: white;
}

.strong {
    font-weight: bold;
}

.gdpr_main {
    display: none;
    position: fixed;
    font-family: Nunito;
    z-index: 100000;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    background: #fff;
    font-size: 14px;
    margin: 0;

}

.gdpr_main a,
.gdpr_main #cookies_show_more,
.gdpr_main #cookies_show_less {
    color: #6E0EC0;
}

.gdpr_main .banner-wrapper p {
    padding-right: 3rem;
}

.gdpr_main .gdpr_wrapper {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding: 15px;
    box-sizing: border-box;
}

.gdpr-accept,
.cookie-settings,
.gdpr-accept-all {
    background-color: #6E0EC0;
    font-weight: 400;
    line-height: 1.5;
    border: 1px solid transparent;
    font-size: 1rem;
    border-radius: 0.25rem;
    display: inline-block;

    padding: 10px 20px;
    cursor: pointer;
}

a.cookie-settings,
a.gdpr-accept {
    background-color: #fff;
    border: 1px solid #6E0EC0;
    margin-right: 10px;
}

a.gdpr-accept-all {
    background: #6E0EC0;
    color: #fff;
}

a.gdpr-accept:hover,
a.cookie-settings:hover,
.gdpr-accept-all:hover {
    background: #6E0EC0;
    color: #fff;
    text-decoration: none;
}

.gdpr_main .dtable {
    display: table;
    width: 100%;
}

.gdpr_main .dtable .tr {
    display: table-row;
}

.gdpr_main .dtable .tc {
    display: table-cell;
    vertical-align: top;
}

.gdpr_main .dtable.buttons .tc {
    vertical-align: middle;
}

.gdpr_main .dtable.buttons .tc.checkboxes div {
    display: inline-block;
    padding-right: 25px;
}

.gdpr_main .dtable.buttons .tc.right {
    text-align: right;
    width: 400px;
}

.gdpr_main #cookies_show_more,
.gdpr_main #cookies_show_less {
    cursor: pointer;
}

.gdpr_main #cookies_show_less,
.gdpr_main .cookies_more_text {
    display: none;
    margin-top: 10px;
}

.gdpr_main .ui-widget.ui-widget-content {
    border: none;
    margin-bottom: 10px;
    padding: 0;
}

.gdpr_main .ui-widget-header {
    border: none;
    background: none;
}

.gdpr_main .ui-tabs .ui-tabs-nav {
    padding: 0;
}

.gdpr_main .cookie-tab {
    border: 1px solid #eee;
    padding: 10px;
    width: 100%;
}

.gdpr_main .ui-state-active,
.gdpr_main .ui-widget-content .ui-state-active,
.gdpr_main .ui-widget-header .ui-state-active,
.gdpr_main a.ui-button:active,
.gdpr_main .ui-button:active,
.gdpr_main .ui-button.ui-state-active:hover {
    background: #d8d8d8;
    border: none;
    color: #000;
}

.gdpr_main .ui-state-default,
.gdpr_main .ui-widget-content .ui-state-default,
.gdpr_main .ui-widget-header .ui-state-default,
.gdpr_main .ui-button,
.gdpr_main html .ui-button.ui-state-disabled:hover,
.gdpr_main html .ui-button.ui-state-disabled:active {
    border: none;
}

.gdpr_main .ui-state-active a,
.gdpr_main .ui-state-active a:link,
.gdpr_main .ui-state-active a:visited {
    color: #000;
}

.gdpr_main .ui-widget {
    font-family: Nunito;
}

.gdpr_main .cookies-list {
    overflow-y: auto;
    max-height: 150px;
    overflow-x: hidden;
}

.gdpr_main .cookies-list table thead {
    background-color: #eee;
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid #ccc;
    font-size: 12px;
    font-weight: bold;
}

.gdpr_main .cookies-list table thead td {
    padding-right: 15px;
}

.gdpr_main .cookies-list table td {
    padding: 5px;
}

.gdpr_main .cookies-list table tbody td {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #f6f6f9;
    text-align: left;
    vertical-align: top;
    padding: 4px;
    font-size: 12px;
}

.gdpr_main .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: none;
}

.gdpr_main .ui-tabs .ui-tabs-nav li.ui-tabs-tab {
    padding: 5px;
}

.gdpr_main input[type="checkbox"] {
    width: 18px;
    height: 18px;
}

.account_table,
.order_print {
    font-size: 13px;
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
}

.account_table,
.account_table td {
    border-collapse: collapse;
    border: 1px solid gray;
}

.account_table td {
    padding: 2px;
}

.user-profile .payment-nav .nav-tabs .nav-link {
    color: #6E0EC0;
}

.user-addresses .default-card {
    min-height: 200px;
    word-wrap: break-word;
    position: relative;
}

.user-addresses .default-card .delete {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 20px;
    color: grey;
    cursor: pointer;
}

.user-addresses .default-card .edit {
    position: absolute;
    right: 75px;
    top: 10px;
    font-size: 20px;
    color: grey;
    cursor: pointer;
}

.user-addresses .default-card .copy {
    position: absolute;
    right: 45px;
    top: 10px;
    font-size: 20px;
    color: grey;
    cursor: pointer;
}

.user-addresses .default-card .default-address {
    position: absolute;
    right: 105px;
    top: 10px;
    font-size: 20px;
    color: grey;
    cursor: pointer;
}

.user-addresses .default-card.active {
    border-color: #6E0EC0;
}

.user-addresses .default-card .default-address.active {
    color: #6E0EC0;
}

.user-addresses .default-card .default-address:hover,
.user-addresses .default-card .edit:hover,
.user-addresses .default-card .copy:hover,
.user-addresses .default-card .delete:hover {
    color: #6E0EC0;
}

.address-form-main .btn-save {
    border-radius: 8px;
    text-transform: uppercase;
    padding: 8px 10px;
    width: 100%;
    background-color: #6E0EC0;
    color: #FFFFFF;

}

.invoices_overdue {
    position: fixed;
    bottom: 0;
    z-index: 99999;
    width: 100%;
    text-align: center;
    background-color: red;
    color: #fff;
    padding: 10px;
}

/* Sale flashing effect for menu item with meniu_id = 63 */
@keyframes sale-flash {
    0% {
        color: #A7A7A7;
        background-color: transparent;
    }
    50% {
        color: #ffffff;
        background-color: #ff0000;
    }
    100% {
        color: #A7A7A7;
        background-color: transparent;
    }
}

.nav-link.sale-flash {
    animation: sale-flash 2s infinite;
    font-weight: bold;
}

.nav-link.sale-flash:hover {
    animation: none;
    color: #ffffff !important;
    background-color: #ff0000 !important;
}

/* Mobile menu sale flashing effect */
.footer-section-link.sale-flash {
    animation: sale-flash 2s infinite;
    font-weight: bold;
}

.footer-section-link.sale-flash:hover {
    animation: none;
    color: #ffffff !important;
    background-color: #ff0000 !important;
}

@media all and (min-width: 992px) {

    #navbar .has-megamenu {
        position: static !important;
    }

    /*#navbar .megamenu{left:0; right:0; width:100%; margin-top:0;  }*/

}

@keyframes right {

    0%,
    100% {
        transform: translateY(-10px)
    }

    50% {
        transform: translateY(10px)
    }
}

@keyframes left {

    0%,
    100% {
        transform: translateY(10px)
    }

    50% {
        transform: translateY(-10px)
    }
}

@media only screen and (max-width: 960px) {
    .filter-container {
        display: none;
        position: fixed;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        top: 0;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        bottom: 0;
        z-index: 99999;
        background: rgba(35, 31, 32, 0.2);
    }

    .filter-container-inner {
        background: white;
        padding: 0 9px 10px 9px;
        height: calc(100% - 60px);
        overflow: auto;
        z-index: 999999;
    }

    .filter-main-container-inner .container {
        padding-top: 50px;
        padding-bottom: 50px;
        height: 100%;
    }

    .filter-main-container-inner .container-inner {
        background: white;
        padding: 25px 18px 21px 18px;
        box-shadow: 0px 20px 30px rgb(0 0 0 / 30%);
        border-radius: 10px;
        height: 100%;
    }

    /* .filter-container .filter-category-container .form-check {
        display: none;
    } */

    .filter-container .filter-btns-select {
        display: block;
    }

    .filter-container .hidden-mob {
        display: none;
    }

    .closeFilterContainer {
        display: inline-block;
        margin-right: 24px;
    }

    #summary_form .cart-qty-input {
        width: 15px;
    }

    #favourite_products_content .col-lg-4.btn-delete-cart {
        display: block;
    }

    #cart_info_content .amount-vertical button {
        margin: 0 auto;
    }

    #listing_container_grid_4 .img-wrapper {
        height: 150px;
    }

    #listing_container_grid_4 .product-card .product-body .product-title {
        height: 50px;
    }

    .col-lg-3 .product-card .product-body .product-title {
        min-height: auto;
    }

    #navbar {
        position: fixed;
        background-color: #fff;
        z-index: 8000;
    }

    .nav-spacer {
        height: 125px;
        width: 100%;
    }

    #orders_content .row.order-inner&gt;* {
        padding-right: 1px;
    }

    .paysera-pay {
        max-width: 60px;
    }

    .search-suggestion .search-results {
        position: fixed;
        overflow: auto;
        max-height: 100%;
        max-height: -webkit-calc(100% - 158px);
        max-height: -moz-calc(100% - 158px);
        max-height: calc(100% - 158px);
        box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
        padding-bottom: 10px;
        background-color: #fff;
        width: 100%;
        max-width: 656px;
    }

    #listing_container_list_mobile .product-card .btn-quantity {
        display: block;
        margin: 0 auto;
    }
}

@media (max-width: 600px) {
    .date-filter-buttons .btn-reach {
        font-size: 11px;
        margin-right: 4px;
        padding: 0.375rem 0.55rem
    }

    .product-images .image-swiper {
        margin-left: auto;
        margin-right: auto;
    }

    .product-images,
    .product-images .swiper {
        width: 100%;
    }

    .product-images .thumb-swiper {
        height: 75px;
    }

    .thumb-swiper .swiper-slide {
        width: 75px;
        height: 75px;
    }

    .gdpr_main .dtable.buttons,
    .gdpr_main .dtable.buttons tr,
    .gdpr_main .dtable.buttons .tc {
        display: block;
    }

    .gdpr_main .dtable.buttons .tc.right {
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }

    .gdpr-accept,
    .cookie-settings,
    .gdpr-accept-all {
        padding: 10px 10px;
    }

    .gdpr_main .ui-tabs .ui-tabs-nav {
        margin: 0;
    }

    .gdpr_main .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
        padding: 0.5em 0.3em;
    }

    .gdpr_main a.cookie-settings,
    .gdpr_main a.gdpr-accept,
    .gdpr_main a.gdpr-accept-all {
        font-size: 14px;
    }

    .title_popup {
        width: 90%;
    }
}

@media (min-width: 320px) {
    .search-suggestion .search-results {
        max-width: 100%;
        max-width: -webkit-calc(100% - 40px);
        max-width: -moz-calc(100% - 40px);
        max-width: calc(100% - 40px);
    }
}

@media (min-width: 576px) {
    .fixed .search-bar {
        max-width: 540px;
    }

    .search-suggestion .search-results {
        max-width: 500px;
    }
}

@media (min-width: 768px) {
    .fixed .search-bar {
        max-width: 720px;
    }

    .search-suggestion .search-results {
        max-width: 680px;
    }
}

@media (min-width: 992px) {
    .fixed .search-bar {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .fixed .search-bar {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .fixed .search-bar {
        max-width: 1340px;
    }
}</pre></body></html>