/* EXTRA CSS */
.cms-index-index header.page-header,
header.page-header {
    position: static;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

.action.primary {
    background: #1b6090;
    border: 1px solid #1b6090;
    color: #fff;
    font-weight: 700;
    padding: 16px 20px;
    text-transform: uppercase;
    border-radius: 7px !important;
    font-size: 1.4rem;
}
.page-main,
.page-footer {
    padding: 0 15px 15px;
}
.logo img {
    width: 100%;
    max-width: 160px;
}
footer {
    background-color: transparent;
}
.minicart-wrapper .action.showcart {
    background: transparent;
    padding: 12px 12px;
    border-radius: 8px;
}
.minicart-wrapper .action.showcart:hover,
.minicart-wrapper .action.showcart:hover:before {
    background: #1b6090;
    color: #fff;
}
.mobile_nav {
    left: auto;
    right: 0px;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    backdrop-filter: blur(10px);
}
.banners_top,
.internal_pad {
    padding-left: 0;
    padding-right: 0;
}
.sections.nav-sections ul li:hover {
    -webkit-box-shadow: inset 0px 0px 0px 0px rgba(226, 200, 141, 0);
    -moz-box-shadow: inset 0px 0px 0px 0px rgba(226, 200, 141, 0);
    box-shadow: inset 0px 0px 0px 0px rgba(226, 200, 141, 0);
    /*opacity: 0.6;*/
}
.slider_banner .swiper-pagination {
    margin-left: 0;
    bottom: 0;
    position: absolute;
    z-index: 2;
    right: 0;
    padding: 30px 50px;
}
.slider_banner .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin-right: 15px;
    border-radius: 24px;
    cursor: pointer;
    background: #fff;
}
.slider_banner .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
}

.slider_banner img.slider_banner_img {
    width: 100%;
    height: auto;
    object-fit: cover;
    /*-webkit-filter: grayscale(100%);
	filter: grayscale(100%);*/
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.slider_banner img.slider_banner_img.img-2 {
    object-position: right;
}
.slider_banner:hover img.slider_banner_img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
.slider_banner .swiper-slide {
    height: auto;
    position: relative;
    border-radius: 25px;
    overflow: hidden;
}
.slider_banner_txt {
    position: absolute;
    padding: 50px;
    bottom: 0;
    left: 0;
    color: #fff;
    max-width: 1000px;
    text-align: left;
}
.slider_banner_txt h1 {
    font-size: 52px;
    font-weight: 900;
    margin-bottom: 20px;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
}

.slider_banner_txt .primary .primary {
    padding: 15px 19px;
    background: #fff;
    color: #231f20;
    display: inline-block;
    border-radius: 8px;
    font-weight: 700;
}
.basic_usps_container {
    padding-top: 70px;
    padding-bottom: 70px;
}
.basic_usps img {
    width: 100%;
    max-width: 50px;
    margin-right: 20px;
}
.basic_usps {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.basic_usps h3 {
    font-weight: 700;
}
.basic_usps div {
    display: block;
}

.half_banner {
    overflow: hidden;
    border-radius: 25px;
    position: relative;
    display: block;
}
.half_banner img {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.half_banner:hover img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
    transform: scale3d(1.2, 1.2, 1.2);
}
.half_banner .banner_txt {
    position: absolute;
    color: #fff;
    bottom: 0px;
    left: 0px;
    padding: 30px;
}
.half_banner .banner_txt h2 {
    font-weight: 900;
    font-size: 36px;
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
}

.company_section_first {
    text-align: center;
    padding: 50px 20px;
    border: 4px solid #dedede;
    border-radius: 25px;
    width: 100%;
}

.company_section_first img {
    max-width: 200px;
}
.company_section_first h5 {
    font-weight: 700;
    margin: 20px 0;
}
.company_section_first p {
    max-width: 440px;
    margin: 0 auto;
}
.products_slider_head {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin: 30px 0;
}
.products_slider_head h2 {
    margin-bottom: -20px;
    letter-spacing: 0px;
    color: #1b6090;
}
.new_arrivals_swiper {
    padding: 30px;
    background: #fff;
    border-radius: 25px;
}
.new_arrivals_swiper .swiper-container,
.new_arrivals_swiper .swiper-wrapper {
    height: auto;
    background: #fff;
}
.product_slide {
    border-radius: 25px;
}
.product_slide_img {
    margin: 0 0 30px 0;
}
.product_slide_overlay {
    bottom: 0px;
    top: auto;
    left: 0px;
    height: 120px;
    border-top: 1px solid #dedede;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}
/*.products_slider .swiper-slide{
	-webkit-box-shadow:  0px 0px 1px 1px rgba(0,0,0,0.12);
	-moz-box-shadow:  0px 0px 1px 1px rgba(0,0,0,0.12);
	box-shadow:  0px 0px 1px 1px rgba(0,0,0,0.12);
}*/
.products_slider .swiper-slide:hover .product_slide_overlay,
.product_list_container .product_slide_item:hover .product_slide_overlay {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}
@media (max-width: 991px) {
    .product_list_container .product_slide_item .product_slide_overlay {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}
.product_slide_overlay .product-item-actions {
    flex-direction: row;
    justify-content: space-around;
}
.product_slide_overlay .product-item-actions .actions-secondary {
    margin-bottom: 0px;
    margin-right: 30px;
}
.product_slide_overlay .product-item-actions .actions-primary .tocart {
    background: #1b6090;
}
.product_slide_overlay .product-item-actions .actions-primary .tocart:hover {
    background: #1b6090;
}
.product_slide_overlay .product-item-actions .actions-primary .tocart i {
    color: #fff;
}
.products_slider .swiper-slide .actions-secondary,
.product_list_container .product_slide_item .actions-secondary {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.products_slider .swiper-button-arrows {
    position: relative;
    display: flex;
    font-size: 3rem;
}
.products_slider .swiper-button-arrows div:first-child {
    margin-right: 20px;
}
.products_slider .swiper-button-arrows div {
    position: static;
    width: auto;
    height: auto;
    background: transparent;
    margin-top: 0;
}
.product_list_toolbar {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.primary a.primary {
    padding: 15px 19px;
    background: #1b6090;
    color: #fff;
    border-radius: 8px;
    font-weight: 700;
    display: inline-block;
}
.primary a.primary:hover {
    padding: 15px 19px;
    background: #1b6090;
    color: #fff;
    border-radius: 8px;
    font-weight: 700;
    display: inline-block;
}
a:active,
.alink:active {
    color: #020202;
}
.product_slide_badges {
    justify-content: flex-start;
    align-items: center;
    padding: 10px;
}
.product_slide_badges div {
    border-radius: 6px;
    color: #fff;
    border: 1px solid #231f20;
    font-size: 13px;
    font-weight: 700;
    line-height: initial;
    padding: 2px 6px;
    width: auto;
    height: auto;
    margin-left: 8px;
}
.product_slide_badges .product_slide_badge_new {
    background: #fff;
    color: #231f20;
}
.product_slide_badges .product_slide_badge_sale {
    background: #231f20;
}
.old-price .price:before {
    background-color: #231f20;
    bottom: -2px;
    content: "";
    left: -1px;
    position: absolute;
    -webkit-transform: rotate(-18deg);
    -ms-transform: rotate(-18deg);
    transform: rotate(-18deg);
    transform-origin: 0 0;
    width: 104%;
    height: 1px;
}
.product_slide_title,
.product_slide_price {
    text-align: left;
}
.women_kids_men_banners .half_banner,
.contact-lenses_banners .half_banner {
    margin-top: 30px;
}
.footer.content {
    padding-bottom: 30px;
    padding-top: 40px;
    border-radius: 25px;
}
.footer_bottom {
    background: transparent;
    color: #000;
    padding: 5px;
}
.footer_bottom .internal_pad a {
    color: #000;
}

.newsletter_container {
    padding: 20px 20px 40px;
    background-image: none;
}
.newsletter_input button {
    background: #1b6090 !important;
    padding: 0px 18px !important;
    font-size: 1.4rem !important;
    font-weight: 700 !important;
    border-radius: 7px !important;
}
.newsletter_input button:hover {
    background: #1b6090 !important;
}
.newsletter_container p {
    font-weight: 400;
}
.newsletter_input {
    max-width: 450px;
    width: 100%;
    display: flex;
    background: #f6f6f6;
    border-radius: 7px;
    height: 55px;
}
.newsletter_input input {
    width: 100%;
    border: 0px;
    padding: 12px 18px;
    background: #f6f6f6;
    border-radius: 15px;
    height: 100%;
}
.footer.content h5 {
    margin-top: 0px;
}
.footer_logo {
    max-width: 200px;
}
.footer_phone {
    background-image: none;
    margin-top: 0px;
}
.footer.content .footer_phone a {
    font-size: 1.4rem;
    letter-spacing: 4px;
    font-weight: 400;
    color: #ffffff;
    padding: 10px 0;
    margin: 0;
}
.footer.content .footer_location {
    max-width: 100%;
    text-align: left;
    margin: 0 auto;
}
.footer.content .footer_location a {
    font-size: 1.4rem;
    letter-spacing: 2px;
    font-weight: 400;
    color: #fff;
    padding: 0;
    margin: 0;
}
.footer.content .footer_email {
    margin: 0px;
}
.footer.content span {
    margin-bottom: 0;
}
.footer.content .footer_email a {
    font-size: 1.4rem;
    letter-spacing: 4px;
    font-weight: 100;
    color: #fff;
    padding: 10px 0;
    margin: 0;
}
.footer.content .footer_social a {
    display: inline-block;
    margin: 0 15px 0 0;
    font-size: 2rem;
}
.footer.content a:hover {
    color: #fff;
    opacity: 0.6;
}

.page-banner img {
    width: 100%;
    border-radius: 25px;
}

.filter_box {
    border-radius: 0px;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    padding: 18px 0px;
    margin-bottom: 0px;
    background-color: #fff;
    border-bottom: 1px solid #dedede;
}
.filter-options .filter-options-content {
    margin: 0 0 40px;
}
.filter_box:last-child {
    border-bottom: 0px solid #dedede;
}
.filter-options .filter-options-content .item:hover a {
    color: #231f20;
    opacity: 0.6;
}
.page-title-wrapper .page-title {
    font-size: 28px;
    letter-spacing: 0px;
    font-weight: 900;
    text-transform: none;
    color: #1b6090;
}

@media only screen and (max-width: 768px) {
    .page-title-wrapper .page-title {
        font-size: 18px;
    }
    .sidebar-main {
        margin-bottom: 25px;
    }
}

.sidebar-main {
    /*background: #eef2f6;*/
    padding: 25px;
    border-radius: 15px;
}
.sidebar-main .nav.items {
    display: flex;
    flex-direction: column;
}
.sidebar-main .nav.items .item {
    padding: 5px 0;
}
.sidebar-main .nav.items .item .delimiter {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    width: 100%;
}
.sidebar-main .block.block-collapsible-nav {
    margin-bottom: 0;
}

.product_list_header {
    background-color: #ffffff;
    border-radius: 0px;
}
.product_list_header .products_num {
    background: #fafafa;
    border-radius: 7px !important;
    padding: 8px 10px 8px 10px;
}
.product_list_header .products_num select {
    background: #fafafa;
}
.product_list_header .toolbar-sorter.sorter .sorter_cont,
.product_list_header .toolbar-sorter.sorter .sorter_cont select {
    background: #fafafa;
    border-radius: 7px;
}
@media only screen and (max-width: 920px) {
    .product_list_header .products_num {
        display: inline-block;
        border-radius: 6px;
        padding: 15px 30px 15px 5px;
        margin-left: 5px;
        background-color: #fafafa;
    }
}
.product_list_container .col-lg-4 {
    border-right: 0px solid #d6d6d6;
    border-bottom: 0px solid #d6d6d6;
    border-top: 0px solid #d6d6d6;
}
.amshopby-filter-current.filter-current .block-subtitle,
.filter-options .filter-options-title {
    letter-spacing: 1px;
    text-transform: none;
}
.amshopby-slider-container .ui-slider-range {
    position: absolute;
    background: #b6b6b6;
}
.amshopby-slider-container .am-slider .ui-slider-handle {
    margin-top: -5px;
    margin-left: -5px;
}
.amshopby-slider-container .amshopby-slider-display {
    text-align: center;
}
.amshopby-slider-container .am-slider .ui-slider-handle:hover,
.amshopby-slider-container .am-slider .ui-slider-handle:active {
    background-color: #b6b6b6;
}
.pagin_step.active,
.pagin_step:hover {
    color: #fff;
    background: #212529;
}
.pagin_step.active span,
.pagin_step:hover span {
    color: #fff;
}
.pagin_step {
    border-radius: 7px;
    width: 40px;
    height: 40px;
}

.product_list_header {
    margin: 20px 0 10px;
}

.page-layout-2columns-left .column.main {
    width: 100% !important;
}
.only_mob_title {
    display: block;
    padding: 12px 16px;
    color: #fff;
    border-radius: 7px;
    background-color: #231f20;
}
.column.main .block:not(.widget) .block-title.only_mob_title > strong {
    font-size: 15px;
}

.product_in_txt_container {
    padding: 50px 50px;
}
.product_in_txt_ext_container {
    background: transparent;
    border-bottom-left-radius: 0px;
}
.product_in_txt_container .breadcrumbs .item a,
.product_in_txt_container .breadcrumbs .item a:visited,
.product_in_txt_container .breadcrumbs .item,
.product_in_txt_container {
    color: #231f20;
}
.breadcrumbs strong {
    font-weight: 900;
}
.qty_addtocart_fav .action.primary.tocart {
    background: #1b6090;
    color: #fff;
}
.qty_addtocart_fav .action.primary.tocart i {
    color: #ffffff;
}
.qty_addtocart_fav .action.primary.tocart:hover {
    background: #1b6090;
    border: 0px solid #dac084;
    color: #fff;
}
.qty_addtocart_fav .page-product_qty .page-product_qty_in {
    background: #e9e9e9;
    border-radius: 7px;
}
.qty_addtocart_fav .page-product_qty input {
    color: #231f20;
}
.qty_addtocart_fav .page-product_qty button {
    background: #e9e9e9;
    color: #231f20;
}
.product_availability .product_available i {
    color: #fff;
}
.product_description {
    color: #231f20;
}
.p_atr_h h3 {
    letter-spacing: 1px;
}
.mt-thumb-switcher.active-selector {
    -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0);
    position: relative;
    border: 1px solid #dedede;
    z-index: 1;
}
.MagicToolboxSelectorsContainer .mt-thumb-switcher {
    width: 80px;
    height: 80px;
    border-radius: 0px;
}
.product_in_badges div {
    border-radius: 6px;
    color: #fff;
    line-height: 2.2rem;
    height: auto;
    margin-left: 8px;
}
.product_in_badges div.product_badge_sale {
    background: #231f20;
}
.product_in_specs table th,
.product_in_specs table td {
    color: #231f20;
}
#product_addtocart_form .price-container .price {
    color: #1b6090;
    font-size: 3.6rem;
    font-weight: 900;
}
#product_addtocart_form .old-price .price-container .price {
    color: #333;
}

/* 
@media only screen and (min-width: 890px){
	.block-content.filter-content.filter_full {
	    display: none;
	}
} */

.close_filters_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.close_filters_box span {
    font-size: 20px;
    font-weight: 700;
}
.close_filters_box i {
    cursor: pointer;
}
.filter_box {
    padding: 0;
}
.filter-options .filter-options-content .item:first-child {
    padding-top: 0px;
}
.block-content.filter-content.filter_full {
    /* display: none; */
    position: fixed;
    top: 0%;
    /* left: 0; */
    right: 0;
    width: 100%;
    padding: 30px;
    margin: 0 auto;
    max-width: 400px;
    background: #fff;
    z-index: 99999;
    overflow-y: auto;
    transition: all 0.25s ease;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    /*height: 60%;*/
    padding-top: 20px;
    padding-bottom: 40px;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
    /* max-height: 449px; */
    height: 100vh;
}
.block-content.filter-content.filter_full.filter_opened {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
}
.amshopby-filter-current.filter-current .block-subtitle,
.filter-options .filter-options-title {
    padding: 18px 0px;
    cursor: pointer;
}
.block-content.filter-content.filter_full::-webkit-scrollbar {
    width: 3px;
    /* width of the entire scrollbar */
}
.block-content.filter-content.filter_full::-webkit-scrollbar-track {
    background: #cbd3da;
    /* color of the tracking area */
}
.block-content.filter-content.filter_full::-webkit-scrollbar-thumb {
    background-color: #000;
    /* color of the scroll thumb */
    border-radius: 0px;
    /* roundness of the scroll thumb */
}

@media (max-width: 920px) {
    /* .only_mob_title {
    position: fixed;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    border-radius: 7px;
    z-index: 2;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
  }
  .block-content.filter-content.filter_full {
    padding: 20px;
  } */
}

@media (max-width: 889px) {
    .block-content.filter-content.filter_full {
        display: block;
        opacity: 0;
    }
    .block.filter .filter-title {
        margin-bottom: 0;
        margin-left: 5px;
    }
    /* .block.filter .filter-title.only_mob_title strong {
    font-size: 14px;
    margin-right: 6px;
  } */

    .page-banner {
        margin-bottom: 10px;
    }
    .product_slide {
        padding: 0px;
    }
    .product_slide_title {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        line-height: 1.9rem;
        -webkit-box-orient: vertical;
        height: 5.7rem;
    }
    .product_list_header {
        margin: 20px 0 10px;
    }
    .product_slide_img {
        margin: 0 0 30px 0;
    }
}

@media only screen and (max-width: 540px) {
    .product_list_container .col-lg-4 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media only screen and (max-width: 554px) {
    .newsletter_input {
        flex-direction: column;
        height: auto;
    }
}

@media only screen and (max-width: 991px) {
    .company_section_first p {
        max-width: 600px;
    }
    .company_section_first {
        margin: 30px 0;
    }
}
@media only screen and (max-width: 820px) {
    .slider_banner .swiper-pagination {
        position: static;
        padding: 10px;
        margin-top: 0px;
    }
    .slider_banner .swiper-pagination .swiper-pagination-bullet-active,
    .slider_banner .swiper-pagination .swiper-pagination-bullet {
        background: #231f20;
    }
    .slider_banner_txt {
        padding: 20px;
        width: 100%;
    }
    .slider_banner_txt h1 {
        font-size: 28px;
        font-weight: 900;
        margin-bottom: 20px;
    }
}
@media (max-width: 767px) {
    .logo_n_nav .block-search {
        display: none;
    }
    .header.content .logo img {
        width: 170px;
        padding: 8px 0;
    }
    .header.content {
        padding-left: 0px;
        padding-right: 0px;
    }
    .page-main,
    .page-footer {
        padding: 0 0px 15px;
    }
    .basic_usps_container {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .basic_usps {
        margin: 20px 0;
    }
}
@media (max-width: 1350px) {
    .burger_menu {
        border-radius: 7px;
        padding: 12px 12px;
        margin-right: 0px;
        margin-left: 12px;
    }
}
@media only screen and (max-width: 1350px) and (min-width: 768px) {
    .mobile_nav {
        left: auto;
        right: 0px;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    .mobile_nav ul li a:hover {
        color: #fff;
        opacity: 0.8;
    }
}
.page-header .header.panel {
    padding-left: 0px;
    padding-right: 0px;
    border-bottom: 1px solid #0000001f;
    display: flex;
    justify-content: space-between;
}
.page-header .header.panel ul.header.links {
    margin: 0;
}
.page-header .header.panel:before,
.page-header .header.panel:after {
    display: none;
}
.page-header .panel.wrapper {
    border-bottom: 0px solid #0000001f;
    padding-left: 50px;
    padding-right: 50px;
}
@media (min-width: 768px), print {
    .minicart-wrapper {
        margin-left: 0;
    }
    .page-main {
        padding: 0 50px 50px;
    }
    .page-footer {
        padding: 0 50px;
    }
    .header.content {
        padding: 20px 50px;
    }

    .newsletter_container {
        padding: 0px 20px 50px;
    }
}
.newsletter_container h2 {
    letter-spacing: 0px;
    color: #1b6090;
}
.block-search {
    background: #ffffff;
}
.block-search input {
    border-bottom: 1px solid #000;
    color: #000;
}
.block-search button {
    color: #000;
}
.sections.nav-sections ul li:last-child a {
    color: #231f20;
}

.header.panel > .header.links .lang {
    padding: 4px 6px;
    background: transparent;
    color: #919191;
    font-size: 1.1rem;
    line-height: 1.4;
}
.header.panel > .header.links .lang a {
    color: #231f20;
}
.basic_usps_container .row {
    justify-content: space-between;
}
.product_in_specs table td {
    font-weight: 500;
}

.message.global.cookie {
    background-color: #fff;
    border-top: 1px solid #000;
}
.filter-options-content {
    font-size: 14px;
}

.join-us {
    padding: 0 15px;
}
.join-us .page-title-wrapper {
    background-image: url(../images/joinus.jpg);
    background-size: cover;
    background-position: center;
    width: 100%;
    margin: 0 auto;
    max-width: 650px;
    min-height: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 5px;
}
.join-us .page-title-wrapper .page-title {
    color: #fff;
    font-size: 32px;
    display: none;
}
.join-us .contact_form_container {
    max-width: 650px;
    margin: 20px auto;
}
.join-us .contact_form_container input:not(input[type="file"]) {
    margin-bottom: 10px;
    background: #f6f6f6;
    border-radius: 5px;
}
.join-us .contact_form_container textarea {
    margin-top: 10px;
    background: #f6f6f6;
    border-radius: 5px;
    height: 120px;
    resize: none;
}
.join-us .contact_form_container h2 {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 25px;
    color: #124959;
}
.join-us .contact_form_container .success-msg {
    margin-top: 20px;
    background: rgb(109 177 109);
    color: #fff;
    padding: 10px 14px;
    border-radius: 5px;
}
.cv_container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 0;
}
.cv_icon {
    width: 46px;
    height: 46px;
    background-image: url(../images/resume-and-cv.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 10px;
    flex-shrink: 0;
}
.success-msg.hidden {
    display: none;
}

ul li a {
    font-family: system-ui;
    font-weight: 500;
}
header.page-header .header.content .header--main .header--main_center {
    justify-content: center;
    padding-left: 0;
    padding-right: 100px;
}
ul li.new-collection a,
ul li.offer a {
    font-weight: 700;
}

/*  Dropdown   */
ul li.has-submenu {
    position: relative;
    padding-right: 2rem;
}

ul li {
    padding: 0 1.5rem;
    margin-bottom: 0;
}
ul li.has-submenu ul.submenu {
    position: absolute;
    top: 3rem;
    left: 1.5rem;
    width: 200px;
    max-height: 400px;
    background-color: #ffffff;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    display: flex;
    flex-direction: column;
    -webkit-box-shadow: 3px 3px 10px rgb(39 39 39 / 20%);
    -moz-box-shadow: 3px 3px 10px rgba(39, 39, 39, 0.2);
    box-shadow: 3px 3px 10px rgb(39 39 39 / 20%);
    -webkit-transition: all 270ms ease-in-out;
    -moz-transition: all 270ms ease-in-out;
    -ms-transition: all 270ms ease-in-out;
    -o-transition: all 270ms ease-in-out;
    transition: all 270ms ease-in-out;
    visibility: hidden;
    opacity: 0;
    z-index: 9;
}
ul li.has-submenu:after {
    content: ">";
    font-family: mnss;
    font-size: 6px;
    position: absolute;
    color: #000000;
    right: 0.75rem;
    top: 50%;
    transform: translateY(-50%) rotate(90deg) scaleY(2);
}
ul li.has-submenu ul.submenu li {
    display: block;
    width: 100%;
    text-align: left;
    padding: 1rem 2rem;
    border-left: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
ul li {
    padding: 0 1.5rem;
    margin-bottom: 0;
}
ul li.has-submenu ul.submenu li a {
    display: block;
    width: 100%;
    font-size: 15px;
    padding-left: 0.6rem;
    font-weight: 400;
}
ul li.has-submenu ul.submenu li:hover {
    background-color: #1b6090;
}
ul li.has-submenu ul.submenu li:hover a {
    color: white;
}
ul li.has-submenu:hover ul.submenu {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
}

.mobile_nav.show li::marker {
    font-size: 0rem;
}

.amgdprcookie-bar-template {
    position: fixed;
    left: 0;
    right: 0;
    font-size: 14px;
    box-shadow: -5px -5px 15px 0 rgba(0, 0, 0, 0.15);
    z-index: 99999999999999999999999999 !important;
}
.amgdprcookie-bar-block {
    max-width: 1440px;
    margin: 0 auto;
    text-align: center;
}
.amgdprcookie-bar-template .amgdprcookie-bar-container {
    background: #ffffff;
    padding: 2.5rem;
}
.amgdprcookie-bar-template .amgdprcookie-bar-container .amgdprcookie-policy {
    margin-bottom: 2rem;
}
.amgdprcookie-bar-template button.amgdprcookie-button.-allow {
    color: #ffffff;
}

.header.panel > .header.links a,
.product_in_txt_container .product_sku {
    color: #333;
}
.banner .half_banner,
.slider_banner .swiper-slide {
    background-color: #000;
}

#sa-badge-floating-plugin {
    bottom: 90px !important;
}

#product-options-wrapper {
    padding-bottom: 50px;
}

/* BLACK FRIDAY  START */
/* BLACK FRIDAY COUNTDOWN  */

.black-friday_countdown_container {
    position: relative;
    z-index: 1;
    background: black;
    padding: 30px;
    overflow: hidden;
    width: 100%;
    max-width: 1200px;
    border-radius: 99px;
    margin: auto;
    margin-top: 5rem;
    /* border-left: 3px solid #585b24;
    border-right: 3px solid #585b24; */
}
.black-friday_countdown_container * {
    /* font-family: Klaristha !important; */
}
#black-friday_countdown_container .row {
    position: relative;
    z-index: 2;
}
section#black-friday_countdown_container:after {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: url("../images/countdown.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /* filter: invert(1); */
    z-index: 1;
    display: block;
    opacity: 1;
}
.black-friday_countdown_container {
    color: white;
    /* margin-left: 2rem;
      margin-right: 2rem; */
}
.black-friday_countdown_container h2 {
    text-align: center;
    font-weight: 700;
    font-size: 66px;
    text-shadow: rgb(0, 0, 0) 2px 0px 0px, rgb(0, 0, 0) 1.75517px 0.958851px 0px,
        rgb(0, 0, 0) 1.0806px 1.68294px 0px,
        rgb(0, 0, 0) 0.141474px 1.99499px 0px,
        rgb(0, 0, 0) -0.832294px 1.81859px 0px,
        rgb(0, 0, 0) -1.60229px 1.19694px 0px,
        rgb(0, 0, 0) -1.97998px 0.28224px 0px,
        rgb(0, 0, 0) -1.87291px -0.701566px 0px,
        rgb(0, 0, 0) -1.30729px -1.5136px 0px,
        rgb(0, 0, 0) -0.421592px -1.95506px 0px,
        rgb(0, 0, 0) 0.567324px -1.91785px 0px,
        rgb(0, 0, 0) 1.41734px -1.41108px 0px,
        rgb(0, 0, 0) 1.92034px -0.558831px 0px;
}
.black-friday_countdown_container p {
    text-align: center;
    font-weight: 500;
    font-size: 28px;
    text-shadow: rgb(0, 0, 0) 2px 0px 0px, rgb(0, 0, 0) 1.75517px 0.958851px 0px,
        rgb(0, 0, 0) 1.0806px 1.68294px 0px,
        rgb(0, 0, 0) 0.141474px 1.99499px 0px,
        rgb(0, 0, 0) -0.832294px 1.81859px 0px,
        rgb(0, 0, 0) -1.60229px 1.19694px 0px,
        rgb(0, 0, 0) -1.97998px 0.28224px 0px,
        rgb(0, 0, 0) -1.87291px -0.701566px 0px,
        rgb(0, 0, 0) -1.30729px -1.5136px 0px,
        rgb(0, 0, 0) -0.421592px -1.95506px 0px,
        rgb(0, 0, 0) 0.567324px -1.91785px 0px,
        rgb(0, 0, 0) 1.41734px -1.41108px 0px,
        rgb(0, 0, 0) 1.92034px -0.558831px 0px;
}
#bf-countdown {
    display: flex;
    justify-content: center;
    align-items: center;
}
#bf-countdown ul {
    text-align: center;
    padding: 0;
}
#bf-countdown li {
    display: inline-block;
    font-size: 1.4rem;
    list-style-type: none;
    padding: 1em;
    text-align: center;
    background: transparent;
    border-radius: 5px;
    min-width: 130px;
    margin: 10px;
    border: 2px solid white;
    text-shadow: rgb(0, 0, 0) 2px 0px 0px, rgb(0, 0, 0) 1.75517px 0.958851px 0px,
        rgb(0, 0, 0) 1.0806px 1.68294px 0px,
        rgb(0, 0, 0) 0.141474px 1.99499px 0px,
        rgb(0, 0, 0) -0.832294px 1.81859px 0px,
        rgb(0, 0, 0) -1.60229px 1.19694px 0px,
        rgb(0, 0, 0) -1.97998px 0.28224px 0px,
        rgb(0, 0, 0) -1.87291px -0.701566px 0px,
        rgb(0, 0, 0) -1.30729px -1.5136px 0px,
        rgb(0, 0, 0) -0.421592px -1.95506px 0px,
        rgb(0, 0, 0) 0.567324px -1.91785px 0px,
        rgb(0, 0, 0) 1.41734px -1.41108px 0px,
        rgb(0, 0, 0) 1.92034px -0.558831px 0px;
}
#bf-countdown li span {
    display: block;
    font-size: 3.5rem;
    text-align: center;
    text-shadow: rgb(0, 0, 0) 2px 0px 0px, rgb(0, 0, 0) 1.75517px 0.958851px 0px,
        rgb(0, 0, 0) 1.0806px 1.68294px 0px,
        rgb(0, 0, 0) 0.141474px 1.99499px 0px,
        rgb(0, 0, 0) -0.832294px 1.81859px 0px,
        rgb(0, 0, 0) -1.60229px 1.19694px 0px,
        rgb(0, 0, 0) -1.97998px 0.28224px 0px,
        rgb(0, 0, 0) -1.87291px -0.701566px 0px,
        rgb(0, 0, 0) -1.30729px -1.5136px 0px,
        rgb(0, 0, 0) -0.421592px -1.95506px 0px,
        rgb(0, 0, 0) 0.567324px -1.91785px 0px,
        rgb(0, 0, 0) 1.41734px -1.41108px 0px,
        rgb(0, 0, 0) 1.92034px -0.558831px 0px;
}

.black-friday_countdown_container .bf-emoji {
    display: none;
    padding: 1rem;
}

.black-friday_countdown_container .bf-emoji span {
    font-size: 4rem;
    padding: 0 0.5rem;
    text-shadow: rgb(0, 0, 0) 2px 0px 0px, rgb(0, 0, 0) 1.75517px 0.958851px 0px,
        rgb(0, 0, 0) 1.0806px 1.68294px 0px,
        rgb(0, 0, 0) 0.141474px 1.99499px 0px,
        rgb(0, 0, 0) -0.832294px 1.81859px 0px,
        rgb(0, 0, 0) -1.60229px 1.19694px 0px,
        rgb(0, 0, 0) -1.97998px 0.28224px 0px,
        rgb(0, 0, 0) -1.87291px -0.701566px 0px,
        rgb(0, 0, 0) -1.30729px -1.5136px 0px,
        rgb(0, 0, 0) -0.421592px -1.95506px 0px,
        rgb(0, 0, 0) 0.567324px -1.91785px 0px,
        rgb(0, 0, 0) 1.41734px -1.41108px 0px,
        rgb(0, 0, 0) 1.92034px -0.558831px 0px;
}

.pr-badge.badge--bf {
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
    width: 6.75rem;
    height: 3.75rem;
    font-size: 1.1rem;
}
@media all and (max-width: 768px) {
    .black-friday_countdown_container h2 {
        font-size: calc(1.5rem * var(0.75));
    }

    .black-friday_countdown_container li {
        font-size: calc(1.125rem * var(0.75));
    }

    .black-friday_countdown_container li span {
        font-size: calc(3.375rem * var(0.75));
    }
}

/* BLACK FRIDAY COUNTDOWN END  */

/* BLACK FRIDAY END  */

.products_num #limiter {
    min-width: 57px;
}

@media only screen and (max-width: 920px) {
    .product_list_header .toolbar-sorter.sorter {
        justify-content: flex-end;
        width: fit-content;
    }
    .product_list_header {
        display: flex;
    }
}
@media only screen and (max-width: 991px) {
    .product_list_container .product_slide_item .product_slide_overlay {
        position: static;
        height: 82px;
        margin-top: 2rem;
        padding-top: 1rem;
        border-bottom: 1px solid #dedede;
    }
}
@media (max-width: 418px) {
    .product_list_header {
        display: inline-block;
    }
    .product_list_header .toolbar-sorter.sorter {
        justify-content: center;
    }
}

.block.filter .filter-title {
    margin-bottom: 0;
    margin-left: 5px;
}
body.cms-about-us .newsletter_container {
    padding: 0px 20px;
    margin-top: 1rem;
}
body.cms-about-us .page-main {
    padding: 0 50px;
}

/* UNDER CONSTRUCTION */
.egialaki-under-con {
    position: fixed;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: white;
    pointer-events: all;
}
@media only screen and (min-width: 570px) {
    body:not(.checkout-index-index) .egialaki-under-con img {
        height: 100vh;
    }
}
body:not(.checkout-index-index) .egialaki-under-con .modal-popup {
    pointer-events: all;
}
body:not(.checkout-index-index)
    .egialaki-under-con
    .modal-popup
    .modal-inner-wrap {
    height: calc(100vh - 10rem) !important;
    width: 600px !important;
    margin: auto !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    box-shadow: none !important;
}
body:not(.checkout-index-index)
    .egialaki-under-con
    .modal-popup
    .modal-body-content {
    background-color: white !important;
}
body:not(.checkout-index-index)
    .egialaki-under-con
    .modal-popup
    .modal-inner-wrap
    .modal-header,
body:not(.checkout-index-index)
    .egialaki-under-con
    .modal-popup
    .modal-inner-wrap
    .modal-footer {
    display: none !important;
}
body:not(.checkout-index-index)
    .egialaki-under-con
    .modal-popup
    .modal-content {
    padding: 0 !important;
}
body:not(.checkout-index-index)
    .egialaki-under-con
    .modal-popup
    #modal-content-0,
body:not(.checkout-index-index)
    .egialaki-under-con
    .modal-popup
    .modal-body-content,
body:not(.checkout-index-index) .egialaki-under-con .modal-popup #modal,
body:not(.checkout-index-index)
    .egialaki-under-con
    .modal-popup
    .modal-body-content
    img {
    height: 100% !important;
}

body:not(.checkout-index-index) .egialaki-under-con .modal-body-content {
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    justify-content: center !important;
}
body:not(.checkout-index-index)
    .egialaki-under-con
    .modal-popup
    .modal-content {
    overflow: hidden;
}

@media only screen and (max-width: 767px) {
    body:not(.checkout-index-index)
        .egialaki-under-con
        .modal-popup.modal-slide {
        left: 0 !important;
    }
}

@media only screen and (max-width: 405px) {
    body:not(.checkout-index-index)
        .egialaki-under-con
        .modal-popup
        .modal-inner-wrap {
        margin: 35% 3rem 3rem 3rem !important;
    }
}

body:not(.checkout-index-index)
    .egialaki-under-con
    .modals-wrapper
    .modals-overlay {
    background: white !important;
}
@media only screen and (max-width: 602px) {
    body:not(.checkout-index-index)
        .egialaki-under-con
        .modal-popup
        .modal-inner-wrap {
        height: fit-content !important;
        width: auto !important;
    }
    body:not(.checkout-index-index)
        .egialaki-under-con
        .modal-popup.modal-slide
        .modal-inner-wrap[class] {
        background-color: #ffffff;
    }
}

.checkout-index-index .action.primary.checkout {
    background: #1b6090;
}

.checkout-cart-index .cart-summary .price {
    color: #fff !important;
}

#send2:hover {
    background: #1b6090 !important;
}

.checkout-cart-index .opc-block-summary {
    background: #1b6090 !important;
}

.close_filters_box span {
    color: #1b6090 !important;
}

.checkout-index-index .button.action.continue.primary:hover {
    color: #1b6090;
}

#top-cart-btn-checkout:hover {
    background: #1b6090 !important;
    color: #fff !important;
}

.checkout-cart-index .action.primary.checkout {
    background: #fff !important;
    color: #1b6090 !important;
}

.slider_banner a {
    width: 100%;
    height: auto;
}
