/*
Theme Name: Mehrzer v2
Version: 1.17
*/

body.active-mini-cart {
    overflow: hidden;
}
:root {
    --main-red: #ec1b3c;
}
input[name="quantity"]:focus:not(.focus-visible) {
    outline: none;
}
img {
    height: auto;
}
ul {
    margin-left: 20px;
}
.navbar-toggler {
    border: none;
}
.bg_transparent {
    background-color: transparent;
}
.bg_transparent.header_wrap.fixed-top {
    position: fixed;
}
.nav-fixed.bg_transparent {
    background-color: #1D2224;
}
.bg_transparent:hover {
    background-color: #1D2224;
}
header ul, footer ul {
    margin-left: 0;
}
.row {
    --bs-gutter-x: 10px;
}
.row.gutter-30 {
    --bs-gutter-x: 30px;
}
.overlay-menu.active {
    content: "";
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 9999;
    background-color: rgb(0 0 0 / 84%);
}
#menu-main-menu {
    padding-right: 150px;
}
.light_skin .navbar-nav a:hover {
    color: var(--main-red) !important;
    -webkit-text-fill-color: var(--main-red) !important;
}
.navbar-brand {
    vertical-align: text-top;
}
.navbar-brand img {
    width: 250px;
}
.dropdown-menu {
    width: max-content;
    padding: 10px;
}
.dropdown-menu a {
    font-size: 1rem;
}
.top-header {
    padding: 3px 0;
}
.top-header img {
    /*width: 16px;*/
    /*padding-right: 5px;*/
    display: inline-block;
}
.top-header span {
    margin-left: 5px;
    display: inline-block;
}
#top-bar-slider {
    background-color: var(--main-red);
    color: #fff;
    text-align: center;
    padding-top: 2px;
    height: 30px;
    display: flex;
    align-items: center;
}
#top-bar-slider a, #top-bar-slider p {
    color: #fff;
    margin-bottom: 0;
    font-size: 12px;
    text-transform: uppercase;
}
.menu-icons .dropdown-menu {
    min-width: auto;
    right: -20px;
    left: auto;
}
.menu-icons .dropdown-menu li {
    float: left;
    margin-right: 10px;
}
.menu-icons .dropdown-menu .dropdown-item {
    padding: 3px 1px 3px 1px;
    font-size: 13px;
    color: #fff;
}
.menu-icons .dropdown-menu .dropdown-item span {
    width: 18px;
    display: inline-block;
}
.menu-icons > a:hover {
    border: 1px solid transparent;
}
.menu-icons.user-icon {
    border-right: 1px solid #4a4e50;
    margin-right: 10px;
    padding-right: 10px;
}
.newsletter-widget p {
    margin-bottom: 10px;
}
.newsletter_form {
    margin: 30px 0;
}
.newsletter_form .btn-send {
    position: absolute;
    top: 24px;
}
.newsletter_form label {
    color: #fff;
    line-height: 1.2;
    margin-top: 20px;
}
.rank-math-breadcrumb {
    padding-top: 5px;
    text-align: left;
    font-size: 12px;
    line-height: 14px;
}
.rank-math-breadcrumb p {
    margin-bottom: 0;
}
.breadcrumb_section .page-title {
    margin-bottom: 0;
}

.shop_banner_slider {
    overflow: hidden;
}

.stock {
    font-size: 13px !important;
    margin-bottom: 10px;
    text-align: center;
}
.stock.onstock {
    font-size: 1rem;
    color: #687188 !important;
}
.stock.nostock {
    color: #000 !important;
}
/*
.sidebar {
    position: sticky;
    top: 130px;
}
*/
.berocket_single_filter_widget {
    margin-top: 20px;
}
.bapf_slidr_main.ui-widget-content .ui-slider-range, .berocket_filter_price_slider.ui-widget-content .ui-slider-range {
    background-color: #000;
}
.bapf_slidr_jqrui .bapf_from, .bapf_slidr_jqrui .bapf_to {
    color: #292b2c;
    font-size: 13px;
}
.bapf_sfilter .bapf_colaps_smb, .bapf_sfilter .bapf_desci {
    right: 10px;
    font-size: 13px;
}
.sidebar .sidebar-title, .bapf_head h3 {
    font-size: 16px;
    margin-bottom: 15px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    background-color: #91969c;
    color: #fff;
    margin-left: -15px;
    margin-right: -15px;
    padding: 12px 10px;
}
.sidebar .cat-item {
    list-style: none;
    display: block;
    padding-bottom: 5px;
    padding-left: 5px;
    font-size: 13px;
    position: relative;
}
.sidebar .current-cat > a {
    text-decoration: underline;
}
.sidebar .children {
    margin-left: 10px;
    margin-top: 0;
    border-top: none;
    padding-top: 5px;
    text-transform: lowercase;
}
.sidebar .children a {
    font-size: 13px;
    display: block;
}
.sidebar .children a::first-letter {
    text-transform: capitalize;
}
.sidebar .children .cat-item {
    padding-bottom: 5px;
}
.shop-filters {
    background-color: #f7f8fb;
    padding: 0 15px;
    border-radius: 5px;
    overflow: hidden;
}
.wp-pagenavi {
    text-align: center;
    margin-top: 30px;
}
.wp-pagenavi span, .wp-pagenavi a {
    border: 2px solid #dee2e6;
    border-radius: 0 !important;
    color: #687188;
    margin-left: 0px;
    margin-right: 5px;
    line-height: 36px;
    padding: 0;
    height: 40px;
    width: 40px;
    text-align: center;
    display: inline-block;
    font-size: var(--bs-pagination-font-size);
}
.wp-pagenavi .current {
    background-color: var(--main-red);
    color: #fff;
    border-color: var(--main-red) !important;
}

footer {
    padding-bottom: 30px;
}
.footer-advantages {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #F1F0EE;
}
.footer-payment-cards {
    margin: 0 auto;
    margin-top: 0;
    text-align: right;
}
.footer-payment-cards img {
    height: 25px;
    margin: 3px;
}
.footer-promo-bar {
    position: fixed;
    bottom: 0;
    background: var(--main-red);
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #fff;
    padding-left: 10px;
    font-size: 1rem;
    z-index: 100;
    text-align: center;
}
.wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}
.wpcf7-form-control-wrap input[type="email"] {
    width: 100%;
    border-radius: 30px !important;
    border: none !important;
}
footer .widget_title i {
    float: right;
    display: none;
}

.woocommerce-form-coupon-toggle .woocommerce-info {
    border: none;
    margin: 0;
    background-color: #F7F7F7 !important;
    padding: 20px !important;
    padding-left: 50px !important;
    font-size: 16px;
    color: #687188;
}
.woocommerce-form-coupon-toggle .woocommerce-info::before {
    color: #FF324D;
    top: auto;
}
.woocommerce-form-coupon .button {
    border-radius: 40px !important;
}
.woocommerce-checkout .woocommerce form.login {
    border: none;
    padding: 0;
    margin: 0;
}
.woocommerce form .form-row-first, .woocommerce-page form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-last {
    float: none;
    width: 100%;
}
.woocommerce input[type="text"], 
.woocommerce input[type="password"], 
.woocommerce input[type="tel"], 
.woocommerce input[type="email"] {
    color: #000;
    box-shadow: none;
    height: 50px !important;
    line-height: 33px;
    padding: 8px 15px !important;
    border: var(--bs-border-width) solid var(--bs-border-color) !important;
    border-radius: var(--bs-border-radius);
}
.woocommerce form .form-row .input-text {
    border: var(--bs-border-width) solid var(--bs-border-color) !important;
}
#billing_country_field .woocommerce-input-wrapper {
    display: block;
    height: 50px;
    font-weight: 100;
    font-size: inherit;
    padding: 0;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
}
#billing_country_field .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 8px 13px;
    height: 45px;
    line-height: 32px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #000;
}
.select2-container .select2-dropdown {
    border: 1px solid #ddd;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #ddd;
    border-radius: 5px;
    height: 40px;
}
.woocommerce textarea {
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    padding: 8px 15px;
}
.woocommerce-checkout .woocommerce-button, .checkout_coupon button, .woocommerce-page #payment #place_order, .woocommerce-form-login__submit, .single_add_to_cart_button, .woocommerce-account .woocommerce-form-register__submit {
    background-color: #FF324D !important;
    width: 100%;
    height: 50px;
    color: #fff !important;
}
.woocommerce form.checkout_coupon {
    border: 1px solid #ddd;
    border-radius: 0;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    width: 49%;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    width: 49%;
    background-color: #f7f8fb;
    padding: 20px;
}
.woocommerce table.shop_table {
    background-color: #fff;
    border: none;
    color: #000;
    margin-top: 20px;
}
.woocommerce table.shop_table label {
    color: #000;
}
.woocommerce #ship-to-different-address label {
    font-size: 16px;
}
.woocommerce #order_comments_field label {
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 1.2;
    color: #000;
}
.woocommerce-page #payment #place_order {
    border-radius: 40px;
    text-transform: uppercase;
}

/* My account */
.woocommerce-account .woocommerce-MyAccount-content {
    font-size: 1rem;
}
.woocommerce-account .woocommerce-MyAccount-content button {
    font-size: 16px;
    border-radius: 40px;
    background-color: #FF324D;
    border: none;
    color: #fff;
    font-weight: 100;
    padding: 12px 35px;
}
.woocommerce-MyAccount-navigation {
    box-shadow: 0 0px 4px 0 #e9e9e9;
}
.woocommerce-MyAccount-navigation ul li {
    text-align: left;
    padding: 12px 20px;
    border-radius: 0;
    border-bottom: 1px solid #efefef;
    list-style: none;
    font-weight: 500;
}
.woocommerce-MyAccount-navigation ul li a {
    color: #2b2f4c;
    display: block;
}
.woocommerce-MyAccount-navigation ul li.is-active {
    background-color: var(--main-red);
}
.woocommerce-MyAccount-navigation ul li.is-active a {
    color: #fff;
}
input[name="quantity"] {
    pointer-events: none;
}
/* Chrome, Safari, Edge, Opera */
input[name="quantity"]::-webkit-outer-spin-button,
input[name="quantity"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.woocommerce-checkout .checkbox.screen-reader-text {
    clip-path: none;
    position: relative !important;
}
.woocommerce-checkout #billing_company_field, .woocommerce-checkout #company_oib_field {
    display: none;
}
.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th, .woocommerce table.shop_table td, .woocommerce table.shop_table th {
    font-size: 1rem;
    font-weight: normal;
}
.woocommerce-checkout h3 {
    font-size: 18px;
}
#ship-to-different-address {
    margin-top: 10px;
    margin-bottom: 15px;
    color: #6c757d;
}
#ship-to-different-address-checkbox {
    margin: -2px 8px 0 0;
}
.select2-container--default .select2-selection--single {
    border: none;
}

/* Firefox */
input[name="quantity"] {
    -moz-appearance: textfield;
}

/* Cat desc */
.cat-desc {
    height: auto;
    overflow: hidden;
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
    line-clamp: 3; 
    -webkit-box-orient: vertical;
    max-width: 1140px;
}
.cat-desc-box .read-more i {
    font-size: 11px;
}
.cat-desc.expanded {
    height: auto;
    display: block;
}
.cat-desc-box .read-more {
    display: block;
    text-align: right;
    color: #ec1b3c;
    font-size: 14px;
}

/* Single product */
.woocommerce-product-gallery__wrapper {
    margin-bottom: 10px !important;
    /*border: 1px solid #ddd;
    padding: 8px !important;
    */
}
.thumb-slider .woocommerce-product-gallery__image {
    border: 1px solid #ddd;
    padding: 5px !important;
}
.single-product .product {
    box-shadow: none;
}
.single-product .owl-theme .owl-prev, .single-product .owl-theme .owl-next {
    position: absolute;
    top: calc(50% - 25px);
    left: 0;
    font-size: 42px !important;
    border-radius: 0;
    background: transparent !important;
    color: var(--main-red) !important;
}
.single-product .owl-theme .owl-next {
    right: 0;
    left: auto;
}
.single-product .product_title {
    font-size: 24px;
    text-align: left;
    padding-bottom: 2px !important;
}
.single-product.woocommerce div.product p.price, .single-product.woocommerce div.product span.price {
    color: var(--main-red);
}
.single-product .quantity input.text {
    display: block;
}
.add-to-cart .btn {
    width: 100%;
    text-transform: uppercase;
    border: 1px solid;
}
.add-to-cart .btn:hover {
    background-color: #000;
    color: #fff;
}
.single-product .single_add_to_cart_button {
    width: 252px;
    text-transform: uppercase;
}
.single-product .single_add_to_cart_button {
    background-color: #000 !important;
}
.single-product .single_add_to_cart_button:hover {
    background-color: #fff !important;
    color: #000 !important;
    border: 1px solid #000;
}
.single-product .single_add_to_cart_button i {
    margin-right: 10px;
}
.single-product div.product form.cart div.quantity {
    margin: 0;
    margin-top: 0;
    display: block;
    margin-right: 0;
    border: none;
    float: right;
    width: 102px;
}
.single-product div.product form.cart div.quantity .qty {
    border: none;
    width: auto;
    display: none;
}
.single-product div.product form.cart .single_add_to_cart_button {
    border-radius: 0;
    width: calc(100% - 102px) !important;
}
.single-product-buttons {
    margin-top: -10px;
    padding-left: 152px;
}
.woocommerce .single-product-buttons .button {
    border-radius: 0;
    text-align: center;
    text-transform: uppercase;
    width: 252px;
    margin-bottom: 20px;
    border: 1px solid #687188;
    background-color: #fff;
    color: #687188;
    font-size: 12px;
    padding: 14px 3px;
    border-radius: 40px;
}
.woocommerce .single-product-buttons .button:hover {
    background-color: #687188;
    color: #fff;
}
.single-product .woocommerce-tabs a {
    background-color: transparent;
    display: block;
    padding: 0.5rem 1rem;
    
    text-align: center;
    text-transform: uppercase;
}
.single-product .woocommerce-tabs p {
    font-size: 1rem;
    margin-bottom: 10px;
}
.woocommerce.single-product div.product {
    display: block;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    margin-left: 0;
    padding-left: 0;
}
.woocommerce div.product, .best-selling-products .product {
    margin-bottom: 10px;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.single-product div.product .woocommerce-tabs ul.tabs li {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 2px solid rgba(0,0,0,0);
    background-color: transparent;
}
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before, 
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after,
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li::before, 
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    display: none;
}
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    border-bottom: 2px solid var(--main-red);
    color: var(--main-red);
}
.single-product.woocommerce div.product form.cart {
    border-top: var(--bs-border-width) solid #d9dbe2;
    padding-top: 20px;
}
.related-products .swiper-slide .product {
    display: flex !important;
    border: 1px solid rgba(0,0,0,0.1);
}
.related-products .product_title a {
    font-size: 1rem;
    white-space: initial;
    text-align: center;
}
.related-products .swiper-wrapper {
    display: flex;
    height: auto;
    padding: 5px 0;
}
.related-products .swiper-slide {
    height: auto;
}
.related-products .price {
    color: #000 !important;
}
.single-product .related-products .product .product_title {
    white-space: nowrap;
    text-align: center;
    font-size: 1rem;
}
.mobile-filter {
    display: block;
    width: 52px;
    float: right;
    margin-right: 10px;
}
.added_to_cart {
    display: none !important;
}
.product_header_left {
    width: 45px;
    float: right;
    height: 45px;
}
.mobile-filter a {
    font-size: 1rem;
    margin-right: 10px;
    height: 45px;
    float: left;
    text-align: center;
    line-height: 45px;
    border: 1px solid #CED4DA;
    border-radius: 4px;
    width: auto;
    padding: 0 10px;
    width: 100%;
}
.mobile-filter.active a, .mobile-filter.filters-active a {
    background-color: var(--main-red);
    border-color: var(--main-red);
    color: #fff;
}
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before {
    padding-top: 7px;
    margin-right: 0;
}
.page-template-template-home .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before {
    padding-top: 12px;
}
.product-images {
    padding-bottom: 15px;
}
.product-images .swiper-pagination {
    position: absolute;
    bottom: -5px;
    left: calc(50% - 50px);
    width: 100px;
}
.product-images .swiper-slide {
    text-align: center;
}
.swiper-pagination-bullet {
    width: 6px;
    height: 6px;
}
.swiper-pagination-bullet-active {
    background-color: #687188;
}
.bapf_rst_sel {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
}
.bapf_sfilter.bapf_button_berocket .bapf_button {
    background-color: transparent;
    color: #000;
    padding: 0 10px;
    padding-left: 25px;
    text-transform: none;
    font-size: 1rem;
    font-weight: normal;
    text-align: center;
    position: relative;
}
.bapf_sfilter.bapf_button_berocket .bapf_button:hover {
    background-color: var(--main-red);
    color: #fff;
}
.bapf_button.bapf_reset {
    position: relative;
}
.bapf_button.bapf_reset::before {
    position: absolute;
    content: "\f01e";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    left: 5px;
    top: 6px;
}
.bapf_sfilter label {
    font-size: 13px;
    color: #000;
}
.bapf_ckbox_sqchck input[type=checkbox] {
    width: 15px;
    height: 15px;
    border: 1px solid;
}
.yith-wcwl-icon.fa-heart-o {
    font-family: 'themify';
}
.yith-wcwl-add-button>a i {
    margin-right: 0;
}
.yith-wcwl-icon.fa-heart-o::before {
    content: "\e634";
}
#yith-wcwl-popup-message {
    display: none !important;
}
.yith-wcwl-add-button.animate a {
    animation: zoom-in-zoom-out 1.5s ease 1;
}
.yith-wcwl-add-to-wishlist {
    margin-top: 5px;
}
.yith-wcwl-add-to-wishlist a {
    margin-top: 5px;
}
.woosc-btn-has-icon {
    height: 47px;
    font-size: 20px;
    background: transparent;
    border: none;
    color: #000;
    padding: 0;
}
.woosc_table td, .woosc_table th {
    padding: 0.5rem 0.5rem;
    color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
    border: 1px solid #dde2e4;
    text-align: center;
    font-weight: 100;
    font-size: 1rem;
}
.woosc_table .shop_attributes td, .woosc_table .shop_attributes th {
    border: none;
}
.woosc_table .shop_attributes p {
    margin-bottom: 0;
    text-align: center;
}
.product-images .swiper-button-next, .product-images .swiper-button-prev {
    display: none;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 16px;
    color: black;
    background: #ffffffaf;
    padding: 6px 10px;
    border-radius: 50%;
    box-shadow: 0 0 7px rgba(0,0,0,0.1);
}
.product-images:hover .swiper-button-next, .product-images:hover .swiper-button-prev {
    display: block;
}
.swiper-button-disabled {
    display: none !important;
}

@keyframes zoom-in-zoom-out {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.5);
    }
    100% {
      transform: scale(1);
    }
}

.product .free-shipping {
    position: absolute;
    right: 15px;
    bottom: 25px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    z-index: 10;
}
.product .discount {
    position: absolute;
    font-size: 1rem;
    font-weight: bold;
    top: 15px;
    left: 15px;
    width: 50px;
    height: 50px;
    line-height: 45px;
    text-align: center;
    background-image: url(assets/images/price-discount.webp);
    color: #fff;
    border-radius: 50%;
    z-index: 10;
    padding-top: 3px;
    background-size: cover;
}

.single-product-content .product .free-shipping.single-product {
    top: 15px;
    bottom: auto;
    left: 70px;
    right: auto;
}
.single-product-content .entry-summary {
    font-size: 1rem;
}
.single-product .product-summary {
    position: relative;
    margin-bottom: 20px;
    transition: all 0.5s;
}
.single-product .product-summary.active {
    height: auto;
}
.single-product .product-summary::before {
    display: none;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80px;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.30017944677871145) 100%);
}
.single-product .product-summary.active::before {
    display: none;
}
.single-product .read-more-summary {
    color: #000;
    border: 1px solid #000;
    padding: 5px 10px;
    border-radius: 40px;
    margin: 0 auto;
    display: block;
    width: 150px;
    text-align: center;
    margin-bottom: 20px;
    font-size: 12px;
    text-transform: uppercase;
}
.single-product .read-more-summary:hover {
    color: #fff;
    background-color: #000;
}
.single-product.active .read-more-summary, .single-product.active::before {
    display: none;
}
.single-product .entry-summary .price {
    background-color: #1D2224;
    color: #fff !important;
    padding: 0 30px 5px 30px;
    border-radius: 40px;
    width: max-content;
    margin-top: 15px;
    display: block;
    margin-bottom: 10px;
    font-family: Glancyr-Thin;
}

.carousel-item img {
    -webkit-animation: zoom 20s;
    animation: zoom 20s;
}
@keyframes zoom {
    from {
      transform: scale(1, 1);
    }
    to {
      transform: scale(1.5, 1.5);
    }
}

/* Contact form page */
.contact-form .wpcf7-form-control-wrap input[type="email"] {
    border: var(--bs-border-width) solid var(--bs-border-color) !important;
    border-radius: var(--bs-border-radius) !important;
}
.contact-form p {
    margin-bottom: 0;
}
.contact-form .wpcf7-submit {
    background-color: var(--main-red);
    color: #fff;
    min-width: 250px;
}

/* WIshlist */
.wishlist th {
    font-size: 16px;
}
.wishlist td {
    font-size: 1rem;
}
.wishlist .add_to_cart_button, .woosc_list .add_to_cart_button {
    background-color: var(--main-red) !important;
    color: #fff !important;
    padding: 6px 5px;
    border: 1px solid var(--main-red) !important;
    font-size: 1rem !important;
    min-width: 150px;
    text-transform: uppercase;
    border-radius: 40px !important;
    font-weight: 100 !important;
}
.woosc_list .add_to_cart_inline {
    box-shadow: none;
}
.wishlist .add_to_cart_button:hover, .woosc_list .add_to_cart_button:hover {
    background-color: #fff !important;
    color: var(--main-red) !important;
}
.wishlist_table .product-add-to-cart a.added_to_cart {
    display: none !important;
}
.wishlist-title-with-form {
    display: none;
}
.wishlist_table td.product-remove div {
    position: relative;
}
.wishlist_table td.product-remove div::before {
    position: absolute;
    left: 0;
    content: "\e605";
    font-family: 'themify';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
}
.wishlist_table td.product-remove a {
    opacity: 0;
}

.home-categories .category {
    position: relative;
    display: block;
    height: 550px;
    overflow: hidden;
}
.home-categories .category h4 {
    margin-bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    font-size: 1.2rem;
    color: #fff;
    position: absolute;
    text-align: center;
    top: calc(50% - 40px);
    font-family: Glancyr-SemiBold;
}
.home-categories .category h4 span {
    display: block;
    color: #fff;
    border: 1px solid;
    padding: 12px 13px;
    max-width: max-content;
    margin: 0 auto;
    border-radius: 0;
    font-size: 0.9rem;
    min-width: 75px;
    position: absolute;
    top: 55px;
    left: 0;
    right: 0;
    font-family: Glancyr-Light;
}
.home-categories .category span:hover {
    background-color: #fff;
    color: #1D2224;
    border: 1px solid #fff;
}
.home-categories .category img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 0.5s;
}
.home-categories .category:hover img {
    transform: scale(1.03);
}
#swipebox-bottom-bar {
    bottom: 0 !important;
    transform: none !important;
}
.mini-cart-discount {
    display: none;
}
.mini-cart-discount.active {
    display: block;
}

/* Search page */
.search-results .product {
    margin-bottom: 10px;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.results-nr {
    display: none;
    text-align: center;
    font-size: 1rem;
    color: #000;
    margin-top: 50px;
}
.results-nr:last-child, .results-nr.all-shown {
    display: block;
}
.results-nr .progress {
    max-width: 300px;
    margin: 0 auto;
    margin-top: 20px;
}

#show-registration {
    color: #FF324D;
    text-align: center;
    display: block;
}
.woocommerce form.login, .woocommerce-form-register {
    max-width: 500px;
    margin: 10px auto !important;
}
.woocommerce-account .u-column1 h2, .woocommerce-account .u-column2 h2 {
    text-align: center;
}
.woocommerce-account .mailchimp-newsletter {
    display: none;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    border-radius: 40px;
}
.grecaptcha-badge {
    display: none !important;
}
.payment_method_corvuspay img {
    width: 150px;
}
.payment_method_corvuspay > label, .payment_method_wooplatnica-croatia > label {
    display: inline !important;
}
.payment_method_woocommerce_payments {
    display: none !important;
}
.gift-popup .modal-dialog {
    max-width: 600px;
}
.gift-popup p {
    color: #000;
}
.gift-popup p, .gift-popup a {
    margin-bottom: 15px;
    display: block;
}
.gift-popup .btn {
    font-size: 1rem;
    padding: 12px;
}
.upsell-popup .modal-dialog {
    max-width: 600px;
}
.upsell-popup p {
    color: #000;
}
.upsell-popup p, .upsell-popup a {
    margin-bottom: 15px;
    display: block;
}
.upsell-popup .btn {
    font-size: 1rem;
    padding: 12px;
}
.single-product .upsells {
    display: none;
}
.upsell-popup {
    z-index: 9999999;
}
.modal-backdrop.show {
    opacity: 0.8;
    z-index: 999999;
}
.single-post .row>* {
    padding-left: 10px;
    padding-right: 10px;
}
.fb_style1 {
    padding-right: 30px;
    padding-top: 30px;
    position: relative;
    display: table;
    margin: 0 auto;
}
.fb_style1::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background-color: #F0F1F9;
    z-index: -1;
    height: 300px;
    width: 300px;
}
.fb_style1 img {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.single-post .products {
    margin-bottom: 30px;
}
.single-post .product {
    height: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}
.video-box {
    position: relative;
    padding-bottom: 56.25%;
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 auto;
    margin-bottom: 30px;
}
.video-box.portrait {
    padding-bottom: 130%;
}
.video-box .video {
    max-width: 100%;
}
.video-box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;;
}
.video-box .video {
    width: 100%;
}
#categories-slider-home .swiper-button-next, #categories-slider-home .swiper-button-prev, #home-slider .swiper-button-next, #home-slider .swiper-button-prev {
    display: block !important;
    opacity: 1;
}
#home-slider .swiper-button-next, #home-slider .swiper-button-prev {
    top: calc(50% + 50px);
}
/* Cart Upsell & Wrapping */
.cart-upsell-wrap {
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    max-width: 90%;
    background: #fff;
    z-index: 999999;
    height: 100%;
    transform: translateX(100%);
    transition: all 0.3s;
    color: #000;
    padding: 15px;
    overflow: auto;
}
.cart-upsell-wrap .btn {
    text-transform: none;
}
.cart-upsell-wrap .product-title {
    font-size: 1rem;
    line-height: 1.2;
    text-align: center;
}
.cart-upsell-wrap.active {
    transform: translateX(0);
    right: 450px;
    border-right: 1px solid #eaeaea;
}
.cart-upsell-wrap .cart-upsell-item {
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
    padding: 10px;
    margin-bottom: 10px;
}
.cart-upsell-wrap .cart-upsell-item .product-price {
    text-align: center;
}
.cart-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #f3f3f3;
    padding: 15px;
    padding-bottom: 50px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.ic-cart-sidebar-wrapper .cart-totals, .ic-cart-sidebar-wrapper .ic-cart-sidebar-wrapper_body .woocommerce-mini-cart__buttons {
    position: initial;
}
.cart-upsell-wrap.mobile {
    display: none;
    max-height: 100px;
}
.cart-upsell-wrap.mobile.initialized {
    display: block;
}
.cart-upsell-wrap.mobile {
    position: relative;
    right: auto;
    left: auto;
    width: auto;
    height: auto;
    transform: none;
    background: transparent;
    max-width: 100%;
    padding: 0;
}
.cart-upsell-wrap.mobile .cart-upsell-item {
    background-color: #fff;
    box-shadow: none;
    border-radius: 10px;
    padding: 10px 5px;
    height: 100%;
    min-height: 95px;
}
.cart-upsell-wrap.mobile .product-title {
    font-size: 11px;
    text-align: left;
    height: 35px;
    overflow: hidden;
    margin-bottom: 5px;
}
.cart-upsell-wrap.mobile .btn {
    padding: 5px;
    font-size: 10px;
}
.cart-upsell-wrap.mobile .btn i {
    display: none;
}
.serbia #billing_phone_field label {
    position: absolute;
    font-size: 12px;
    margin-left: 15px;
    margin-top: -4px;
}
.woocommerce-error::before {
    content: "\e016";
    color: #b81c23;
    position: absolute;
    right: 10px;
    left: auto;
}
.payment_method_corvuspay img {
    display: none;
}
.serbia #billing_phone_field input {
    padding-top: 15px;
}
.woocommerce-checkout-payment label {
    max-width: 80%;
    line-height: 1.4;
    vertical-align: middle;
}
.woocommerce-checkout #payment ul.payment_methods li input {
    vertical-align: middle;
}
.promo-popup.show {
    z-index: 9999999;
}
.promo-popup .modal-content {
    margin-top: 0;
}
.promo-popup .modal-body {
    background-image: url(assets/images/800px-desktop-popUp-bg.png);
    background-size: cover;
    padding: 30px;
}
.promo-popup h3 {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    font-family: 'Gotham-Medium';
    margin-bottom: 30px;
    text-shadow: 1px 1px 1px #434343;
}
.promo-popup h3 span {
    color: #d9072e;
}
.promo-popup h4 {
    color: #000;
    font-size: 28px;
    font-family: 'Gotham-Medium';
    line-height: 0.8;
}
.promo-popup h4 span {
    font-weight: 100;
    font-size: 18px;
    font-family: 'Gotham-Book';
}
.promo-popup .item {
    background-color: rgb(255 255 255 / 64%);
    border-radius: 0;
    padding: 30px 10px;
    text-align: center;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
}
.promo-popup .item img {
    height: 190px;
}
.promo-popup p {
    color: #000;
}
.promo-popup .desc {
    font-size: 1rem;
    line-height: 1.4;
    margin-bottom: 0;
}
.promo-popup hr {
    border-top: 1px solid #000;
    opacity: 1;
    margin: 1rem;
}
.promo-popup .discount {
    color: #e4052e;
    font-size: 54px;
    font-family: 'Gotham-Medium';
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 10px;
}
.promo-popup a {
    margin: 30px auto;
    display: block;
    width: 100%;
}
.promo-popup .btn-fill-out::before, .promo-popup .btn-fill-out::after {
    background-color: #d9072e;
}
.promo-popup .close {
    top: 0;
    background-color: #fff;
}
.promo-popup .close i {
    color: #000;
    line-height: 1;
}
.promo-swiper-mobile {
    display: none;
}
.swiper-lazy-preloader {
    border: 4px solid var(--main-red);
}
.home-categories .swiper-slide:not(.swiper-slide-active) {
    display: none;
}
#home-slider .swiper-slide .back-image {
    background-color: #ddd;
    position: relative;
    max-height: 100%;
}
#home-slider .swiper-slide .back-image img {
    width: 100%;
}
.order_details .order-actions-button, .order_details .order-actions--heading {
    height: 0px !important;
    padding: 0 !important;
    font-size: 0 !important;
}

.content-box ul, .content-box ol {
    padding-left: 20px;
    margin-bottom: 20px;
}
.Sverige .ic-cart-sidebar-wrapper_body .shipping {
    display: none !important;
}
.woocommerce-remove-coupon {
    display: none;
}
#home-slider {
    height: 100%;
}
.banner_section .banner_slide_content.topleft, 
.banner_section .banner_slide_content.topright, 
.banner_section .banner_slide_content.bottomleft, 
.banner_section .banner_slide_content.bottomright,
.banner_section .banner_slide_content.bottomcenter,
.banner_section .banner_slide_content.topcenter {
    position: initial;
    transform: none;
}
.banner_section .banner_slide_content.center {
    padding: 10px 0 20px;
}
.banner_section .banner_slide_content.center .banner_content2 .title-box {
    padding: 10px 30px 5px;
    margin-bottom: 20px;
    max-width: max-content;
    margin-left: auto;
    margin-right: auto;
}
.banner_section .banner_slide_content.center.title-shadow .banner_content2 .title-box {
    background-color: #00000061;
}
.banner_section .swiper-slide.topleft .banner_content2.title-shadow,
.banner_section .swiper-slide.topright .banner_content2.title-shadow,
.banner_section .swiper-slide.bottomleft .banner_content2.title-shadow,
.banner_section .swiper-slide.bottomright .banner_content2.title-shadow,
.banner_section .swiper-slide.bottomcenter .banner_content2.title-shadow,
.banner_section .swiper-slide.topcenter .banner_content2.title-shadow {
    background-color: #00000061;
}

.banner_section .swiper-slide.topleft .banner_content2,
.banner_section .swiper-slide.topright .banner_content2,
.banner_section .swiper-slide.bottomleft .banner_content2,
.banner_section .swiper-slide.bottomright .banner_content2,
.banner_section .swiper-slide.bottomcenter .banner_content2,
.banner_section .swiper-slide.topcenter .banner_content2 {
    position: absolute;
    left: 0;
    right: 0;
    padding-left: 20px;
    padding-right: 20px;
}
.banner_section .swiper-slide.topleft .btn-box, 
.banner_section .swiper-slide.topright .btn-box, 
.banner_section .swiper-slide.topcenter .btn-box, 
.banner_section .swiper-slide.bottomleft .btn-box, 
.banner_section .swiper-slide.bottomright .btn-box,
.banner_section .swiper-slide.bottomcenter .btn-box {
    position: absolute;
    top: calc(50% - 30px);
    left: 0;
    right: 0;
}
.banner_section .swiper-slide.topleft .banner_content2, .banner_section .swiper-slide.topright .banner_content2, .banner_section .swiper-slide.topcenter .banner_content2 {
    top: 0;
}
.banner_section .swiper-slide.bottomleft .banner_content2, .banner_section .swiper-slide.bottomright .banner_content2, .banner_section .swiper-slide.bottomcenter .banner_content2 {
    bottom: 0;
}
.banner_section .swiper-slide.bottomleft .banner_content2, .banner_section .swiper-slide.topleft .banner_content2 {
    text-align: left;
}
.banner_section .swiper-slide.topright .banner_content2, .banner_section .swiper-slide.bottomright .banner_content2 {
    text-align: right;
}
.banner_section .swiper-slide.bottomcenter .banner_content2, .banner_section .swiper-slide.topcenter .banner_content2 {
    text-align: center;
}
.banner_content2 h1, .banner_content2 p {
    text-shadow: none;
    box-shadow: none;
}
.international .woocommerce-checkout #payment ul.payment_methods li {
    background: #fff;
    border-bottom: 1px solid #e7e6ee;
    padding: 8px 10px;
}
.international .woocommerce-checkout #payment ul.payment_methods li:first-child {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.international .woocommerce-checkout #payment ul.payment_methods li:last-child {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.international .woocommerce-checkout #payment ul.payment_methods li.is-checked {
    background: #a1d9b64d;
    border: 1px solid #a1d9b6;
}
.international .woocommerce-checkout-payment label {
    color: #000;
}
.international .woocommerce-checkout-payment label {
    width: 85%;
    max-width: 85%;
}
.international .woocommerce-checkout #payment div.payment_box {
    background-color: #f7f8fb;
    margin-left: -10px;
    margin-right: -20px;
    width: calc(100% + 20px);
    margin-bottom: -8px;
}
.international .woocommerce-checkout #payment div.payment_box::before {
    display: none;
}
.international .woocommerce-checkout #payment ul.payment_methods li input {
    accent-color: #000;
}
.international .woocommerce-checkout #payment ul.payment_methods li input:not([type='checkbox']) {
    min-height: 36px;
}
#cpsw-payment-request-wrapper {
    margin: -20px 0 0px;
}
.single-product #cpsw-payment-request-wrapper {
    position: absolute;
    top: 25px;
    left: calc(50% - 150px);
    width: 200px !important;
}
.international.single-product.woocommerce div.product form.cart, .croatia.single-product.woocommerce div.product form.cart {
    width: 100%;
    position: relative;
}
.international.single-product div.product form.cart .single_add_to_cart_button,
.croatia.single-product div.product form.cart .single_add_to_cart_button {
    width: 200px;
    float: left;
    margin-top: 80px;
}
.international.single-product div.product form.cart div.quantity, .croatia.single-product div.product form.cart div.quantity {
    margin-top: 80px;
}
.international.single-product .scrollup, .croatia.single-product .scrollup {
    bottom: 50px;
}
.wc_payment_method.payment_method_cpsw_stripe_element {
    display: none !important;
}
.woocommerce-checkout #ppc-button-ppcp-gateway {
    display: block !important;
}
.paypal-button-number-1 {
    display: none !important;
}
.woocommerce-checkout #ppc-button-ppcp-gateway {
    width: 250px !important;
}
.wc_payment_methods .payment_method_ppcp-gateway {
    display: none !important;
}
.woocommerce-checkout .ppc-button-wrapper {
    position: relative;
    margin-bottom: -30px;
}
.woocommerce-checkout .ppc-button-wrapper::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    background: #fff;
    z-index: 104;
}
.wc-ppcp-express-checkout fieldset {
    border: none !important;
}
.wc-ppcp-express-checkout .express-title {
    display: none;
}
.international #customer_details, .croatia #customer_details {
    margin-top: 20px;
}
.trustpilot-widget {
    margin-bottom: 20px;
}
#promo-banner-home {
    display: flex;
    align-items: center;
}
#promo-banner-home.image_left_text_right .text-column {
    margin-left: 0 !important;
    position: absolute;
    left: 50%;
    padding-left: 40px;
    padding-right: 40px;
}
#promo-banner-home.image_right_text_left .image-column {
    order: 2;
}
#promo-banner-home.image_right_text_left .text-column {
    order: 1;
}
#promo-banner-home.image_right_text_left .image-column, 
#promo-banner-home.image_left_text_right .image-column,
#promo-banner-home.image_right_text_left .video-column,
#promo-banner-home.image_left_text_right .video-column {
    position: absolute;
    right: 0;
    left: 50%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: auto;
}
#promo-banner-home.image_right_text_left .video-column video,
#promo-banner-home.image_left_text_right .video-column video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#promo-banner-home.image_left_text_right .image-column {
    left: 0;
    right: auto;
}
#promo-banner-home.image_left_text_right .image-column {
    width: 50%;
}
#promo-banner-home.image_background_text_center, #promo-banner-home.image_background_text_left, #promo-banner-home.image_background_text_right {
    background-size: cover;
    background-position: center;
}
#promo-banner-home.image_background_text_center h2, 
#promo-banner-home.image_background_text_center h5,
#promo-banner-home.image_background_text_left h2, 
#promo-banner-home.image_background_text_left h5, 
#promo-banner-home.image_background_text_right h2, 
#promo-banner-home.image_background_text_right h5 {
    color: #fff;
}
#promo-banner-home.image_background_text_center .text-column,
#promo-banner-home.image_background_text_right .text-column {
    width: 100%;
    margin-left: 0;
}
#promo-banner-home.image_background_text_center * {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
#promo-banner-home.image_background_text_left * {
    text-align: left !important;
}
#promo-banner-home.image_background_text_right *, #promo-banner-home.image_background_text_right .trand_banner_text {
    text-align: right !important;
}
#promo-banner-home.image_background_text_center .image-column, #promo-banner-home.image_background_text_left .image-column, #promo-banner-home.image_background_text_right .image-column {
    display: none;
}
#promo-banner-home.image_background_text_center .btn {
    margin: 0 auto;
    display: block;
    width: max-content;
}
#promo-banner-home.image_background_text_center video, #promo-banner-home.image_background_text_left video, #promo-banner-home.image_background_text_right video {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    object-fit: cover;
}
#promo-banner-home .trand_banner_text {
    position: relative;
    z-index: 1;
}
#promo-banner-home .trand_banner_text h2 {
    font-family: Glancyr-SemiBold;
}
.product-accordions-desc {
    margin-bottom: 30px;
}
.product-accordions-desc .toggle_info {
    border-bottom: 1px solid #fff;
    padding: 15px 10px;
    background-color: transparent;
}
.product-accordions-desc .toggle_info.collapsed {
    border-bottom: 1px solid #687188;
}
.product-accordions-desc .panel-body {
    margin-bottom: 5px;
    border: none;
    padding: 10px;
}
.product-accordions-desc .toggle_info i {
    right: 0;
    left: auto;
    transform: rotate(0deg);
}
.product-accordions-desc .toggle_info.collapsed i {
    transform: rotate(180deg);
}
.product-accordions-desc .toggle_info span {
    padding-left: 10px;
}
.product-accordions-desc table, .product-accordions-desc table td {
    width: 100% !important;
    max-width: 100% !important; 
}
.panel-body ul, .panel-body ol, .product-summary ul {
    margin-left: 20px;
}
.woocommerce-account .woocommerce .col2-set .col-2 {
    background: none;
    padding: 0;
}
.woocommerce-account .woocommerce-form-register__submit {
    border-radius: 40px !important;
}
.woocommerce-checkout .cpsw-payment-request-button-wrapper {
    border: none !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}
.cpsw_express_checkout_button {
    height: 40px !important;
}
.wc-ppcp-express-checkout #wc-ppcp-express-button .paypal-buttons {
    width: 250px;
    max-width: 250px !important;
}
.banner_section.shop_banner_slider .swiper-slide {
    justify-content: center;
    display: flex;
    overflow: hidden;
}
#promo-banner-home {
    min-height: 640px;
}
.banner_section.shop_banner_slider video {
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
#billing_country_field .woocommerce-input-wrapper {
    padding: 8px 13px;
}
.international #billing_country_field .woocommerce-input-wrapper {
    padding: 0;
}
.woocommerce .sidebar {
    background: #fff;
    right: 10px;
    left: 10px;
    z-index: 10;
    padding: 20px;
    border: 1px solid;
    border-radius: 5px;
    display: none;
    opacity: 0;
    transition: opacity 1s;
    box-shadow: 0 0 7px rgba(0,0,0,0.1);
}
.woocommerce .sidebar.active {
    opacity: 1;
    display: block;
    margin-top: 10px;
}
.woocommerce-product-gallery__trigger {
    display: none !important;
}
.breadcrumbs {
    background: #1d2224;
}
.breadcrumbs a {
    color: #687188;
}
.mc4wp-checkbox-contact-form-7 {
    display: none;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    padding: 5px;
    border-radius: 5px;
    border: 1px solid;
    background-color: #fff;
    text-align: center;
    color: #000;
}
.woocommerce-error {
    color: #000;
}
.woocommerce-message {
    color: #000;
}
.woocommerce-error:focus, .woocommerce-info:focus, .woocommerce-message:focus {
    outline: none;
}
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
    top: 5px;
    color: #000;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output, .wpcf7 form.sent .wpcf7-response-output {
    border-color: #000;
    border-radius: 5px;
    border-width: 1px;
    color: #000;
}
footer .wpcf7 form.invalid .wpcf7-response-output, footer .wpcf7 form.unaccepted .wpcf7-response-output, footer .wpcf7 form.payment-required .wpcf7-response-output, footer .wpcf7 form.sent .wpcf7-response-output {
    border-color: #fff;
    color: #fff;
    margin-top: 0;
    max-width: 300px;
    font-size: 14px;
}
.tax-child-terms {
    margin-top: -30px;
    z-index: 100;
    position: relative;
}
.tax-child-terms h1 {
    margin-bottom: 0;
}
.tax-child-terms .btn {
    padding: 5px 10px;
    border: 1px solid;
    font-size: 14px;
    margin: 5px !important;
    background-color: transparent;
}
.tax-child-terms .btn.all {
    margin-right: 0 !important;
}
.tax-child-terms .btn:hover, .tax-child-terms .btn.active {
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
}
.tax-child-terms::-webkit-scrollbar {
    display: none;
}
.tax-child-terms h1 {
    font-size: inherit;
}
.tax-product_cat .hide-category {
    display: none !important;
}
.copyrights {
    text-align: right;
    font-size: 12px;
    margin-top: 5px;
}
.stock-error {
    margin-left: 5px;
    font-size: 12px;
    color: var(--main-red);
    margin-bottom: 0;
}
.product, .product_wrap {
    box-shadow: none;
}
.product_img img, .woocommerce div.product div.images img, #swipebox-slider .slide img {
    background-color: #F1F0EE;
}

/* CONTACT FORM */
footer .contact-form.col-md-6 {
    width: 310px !important;
}
footer .contact-form {
    padding: 5px;
    margin-bottom: 10px;
}
footer .contact-form .wpcf7-form-control-wrap input[type="email"], footer .contact-form .wpcf7-submit {
    border-radius: 0px !important;
    width: 100%;
    height: 50px;
    line-height: 1;
}
footer .contact-form .wpcf7-form-control-wrap input[type="email"] {
    padding-right: 50px !important;
}
footer .contact-form .input-box {
    position: relative;
    height: 50px;
    margin-bottom: 25px;
}
footer .contact-form .wpcf7-submit {
    height: 50px !important;
    line-height: 1 !important;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    font-size: 26px;
    height: 100%;
    bottom: 0;
    background: transparent;
    padding: 0;
    margin-top: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: auto;
}
footer .contact-form .wpcf7-submit:hover {
    background-color: #d9072e;
}
footer .contact-form h2 {
    display: none;
}
footer .contact-form .wpcf7-list-item-label {
    padding: 10px;
    color: #fff;
}
footer .contact-form .wpcf7-acceptance {
    margin: 10px 0;
    display: block;
}
footer .contact-form input[type="email"] {
    color: #fff;
    background-color: transparent;
}
footer .contact-form input[type="email"]::placeholder {
    color: #ddd;
}
footer .col {
    padding: 0 15px;
}
.menu-icons.mobile {
    display: none;
}
@media screen and (min-width: 768px) {
    .woocommerce-checkout #customer_details > .col-2 {
        margin-top: -20px;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 15px;
        padding-right: 15px;
    }
    .container-fluid {
        padding: 0 20px;
    }
    .cart-upsell-wrap.mobile.initialized {
        display: none;
    }
    .woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
        width: 100%;
        display: block;
    }
    .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
        margin-bottom: 5px;
    }
    .product-gallery-desc-wrap {
        display: inline-block;
        width: 100%;
    }
    .single-product.woocommerce-page div.product div.summary {
        width: 48.4%;
        padding-right: 3%;
    }
    .single-product.woocommerce-page div.product div.summary::-webkit-scrollbar {
        display: none;
    }
    .single-product.woocommerce-page div.product div.images {
        width: 48.5%;
        margin-left: -20px;
    }
    .single-product .wrap-summary {
        position: sticky;
        top: 91px;
        background: #fff;
        z-index: 1;
        padding-top: 20px;
    }
    #cpsw-payment-request-wrapper .cpsw-payment-request-custom-button-render {
        border-radius: 20px !important;
    }
    .tax-product_cat #promo-banner-home .text-column, .post-type-archive-product #promo-banner-home .text-column {
        position: relative !important;
        padding-right: 30px;
    }
    .tax-product_cat #promo-banner-home, .post-type-archive-product #promo-banner-home {
        min-height: 380px;
        height: 380px;
    }
    .woocommerce .sidebar.active {
        width: 100%;
        display: flex;
        gap: 35px;
    }
    .woocommerce .sidebar .berocket_single_filter_widget {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .woocommerce .sidebar .berocket_single_filter_widget.bapf_rst_nofltr {
        flex-grow: 0.5;
        text-align: center;
        padding-top: 5px;
    }
}
@media screen and (min-width: 991px) {
    .top-header {
        display: none;
    }
}
@media screen and (min-width: 864px) {
    .banner_section.shop_banner_slider {
        height: calc(90dvh - 150px) !important;
    }
    .banner_section.shop_banner_slider .swiper-slide {
        justify-content: center;
        display: flex;
    }
    .banner_section.shop_banner_slider .back-image {
        height: calc(90dvh - 150px);
        width: 100%;
        background-position: center;
        background-size: cover;
    }
    #promo-banner-home.image_background_text_center, #promo-banner-home.image_background_text_left, #promo-banner-home.image_background_text_right {
        height: calc(100vw * (1080 / 1920));
        background-position: center;
    }
    .tax-product_cat #promo-banner-home.image_background_text_center, .tax-product_cat #promo-banner-home.image_background_text_left, .tax-product_cat #promo-banner-home.image_background_text_right {
        height: 380px;
    }
}
@media screen and (min-width: 1920px) {
    .banner_section.shop_banner_slider img {
        width: auto;
        height: 100%;
    }
}
@media screen and (max-width: 991px) {
    .top-header {
        text-align: right;
    }
    .navbar .navbar-nav.attr-nav .dropdown-menu li {
        float: none;
    }
    .menu-icons .dropdown-menu {
        display: none;
        transform: none !important;
        padding: 0;
        right: 65px !important;
        border: none;
        top: 2px !important;
    }
    .menu-icons.user-icon .dropdown-menu {
        right: 95px !important;
    }
    .menu-icons .dropdown-menu.show {
        display: block;
        background: #1d2224;
    }
    .menu-icons.desktop {
        display: none;
    }
    .menu-icons.mobile {
        display: inline-block;
        margin-right: 0;
        padding-right: 0;
    }
    .menu-icons.mobile .btn {
        padding: 5px;
    }
    .menu-icons.user-icon {
        border: none;
    }
}
@media screen and (max-width: 864px) {
    .banner_section.shop_banner_slider {
        height: calc(70dvh) !important;
    }
    .banner_section.shop_banner_slider .back-image {
        height: calc(70dvh);
        width: 100%;
        background-position: center;
        background-size: cover;
    }
    #promo-banner-home {
        min-height: 500px;
    }
    .tax-product_cat #promo-banner-home, .post-type-archive-product #promo-banner-home {
        min-height: 250px;
    }
    #promo-banner-home.image_right_text_left .container, #promo-banner-home.image_left_text_right .container {
        max-width: 100%;
    }
    .banner_content2 h1 {
        font-size: 30px;
    }
    .banner_content2 p {
        font-size: 26px;
    }
}
@media screen and (max-width: 768px) {
    .banner_section .banner_slide_content, #home-slider .swiper-button-next, #home-slider .swiper-button-prev {
        top: 50%;
    }
    #promo-banner-home.image_left_text_right .image-column, 
    #promo-banner-home.image_right_text_left .image-column,
    #promo-banner-home.image_left_text_right .video-column, 
    #promo-banner-home.image_right_text_left .video-column {
        position: relative;
        width: 100%;
        height: 300px;
        left: 0;
        background-size: cover;
        margin-top: 30px;
    }
    #promo-banner-home.image_right_text_left .video-column {
        margin-top: 0;
        margin-bottom: 30px;
    }
    #promo-banner-home.image_left_text_right .text-column, #promo-banner-home.image_right_text_left .text-column {
        position: relative;
        left: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .international.single-product div.product form.cart .single_add_to_cart_button,
    .croatia.single-product div.product form.cart .single_add_to_cart_button {
        margin-top: 0;
    }
    .international.single-product div.product form.cart div.quantity, .croatia.single-product div.product form.cart div.quantity {
        margin-top: 0;
    }
    .single-product .product_title {
        text-align: center;
        font-size: 20px;
    }
    .tax-child-terms {
        overflow-x: auto;
        height: 40px;
    }
    .tax-child-terms .inner {
        width: max-content;
    }
    .home-categories .category {
        height: 300px;
    }
    .home-categories .category h4 span {
        font-size: 10px;
        padding: 10px;
    }
    footer .col {
        flex: auto;
        padding: 0 15px;
    }
    footer .widget_title i {
        display: block;
    }
    footer .widget-1 .widget_title i {
        display: none;
    }
    footer .widget_title.active-title i {
        transform: rotate(180deg);
    }
    footer .widget_links div[class^='menu-footer'] {
        display: none;
    }
    footer .widget_links div[class^='menu-footer'].active {
        display: block;
    }
}
@media screen and (max-width: 575px) {
    .section.small_pt, .footer_top.small_pt {
        padding-top: 25px;
    }
    #menu-main-menu {
        padding: 10px;
    }
    .navbar-brand img {
        width: 180px;
    }
    .dropdown-menu {
        display: block;
    }
    .dropdown-menu li {
        padding: 2px 0;
    }
    .product_header {
        position: absolute;
        top: 10px;
        left: 10px;
        right: 10px;
    }
    .product_header.fixed {
        position: fixed;
        top: 90px;
        background-color: #fff;
        z-index: 100;
        padding-top: 10px;
    }
    .product_header_right {
        float: right;
        width: 75px;
        margin-top: 0;
    }
    .product_header_right a {
        margin-right: 5px;
        height: 35px;
        width: 35px;
        line-height: 35px;
    }
    .product_header_right a.list {
        margin-right: 0;
    }
    .shorting_icon .ti-layout-list-thumb {
        line-height: 35px;
    }
    .add-to-cart .btn {
        font-size: 10px;
    }
    .rank-math-breadcrumb {
        font-size: 11px;
    }
    .product .discount, .product .free-shipping {
        width: 40px;
        height: 40px;
        font-size: 12px;
        line-height: 35px;
    }
    .product_header_left {
        height: 35px;
        font-size: 12px;
        position: absolute;
        right: 15px;
    }
    .product_header_left select {
        font-size: 12px;
        height: 35px !important;
    }
    .product_header_left .custom_select {
        height: 35px;
        margin-left: 5px;
    }
    .mobile-filter {
        float: right;
        height: 35px;
        margin-right: 60px;
    }
    .mobile-filter a {
        height: 35px;
        font-size: 12px;
        line-height: 35px;
    }
    .custom_select.select-sort::before {
        width: 20px;
        left: 8px;
    }
    .order-sm-1 {
        order: 1;
    }
    .order-sm-2 {
        order: 2;
    }
    .single-product .single_add_to_cart_button {
        width: 100%;
        float: none;
    }
    .single-product-buttons {
        padding-left: 0;
    }
    .single-product .product .product_title {
        white-space: normal;
    }
    .woocommerce .single-product-buttons .button {
        width: 100%;
    }
    .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
        width: 100%;
    }
    .woocommerce-form-coupon-toggle .woocommerce-info {
        padding: 5px !important;
        font-size: 12px;
        text-align: center;
    }
    .woocommerce-form-coupon-toggle .woocommerce-info::before {
        top: 5px;
    }
    .woocommerce .toggle_info {
        padding: 8px 10px;
        font-size: 12px;
        text-align: center;
    }
    .footer-payment-cards {
        text-align: center;
    }
    .wishlist_table.mobile li {
        box-shadow: 0 0 7px rgba(0,0,0,0.1);
        border: 1px solid #dee2e6;
        margin-bottom: 10px;
        padding: 20px;
        border-radius: 15px;
    }
    .wishlist_table.mobile li .item-wrapper .item-details, .wishlist_table.mobile li .item-details table.item-details-table, .wishlist_table.mobile li table.additional-info, .wishlist_table.mobile li .item-wrapper {
        width: 100%;
    }
    .wishlist_table.mobile li .item-wrapper {
        margin-bottom: 0;
    }
    .wishlist_table.mobile li .item-details table.item-details-table {
        border-bottom: 1px solid #dee2e6;
    }
    .wishlist_table.mobile li .item-wrapper .product-thumbnail {
        display: block;
        margin: 0 auto;
    }
    .wishlist_table.mobile li .item-details h3 {
        font-size: 1rem;
        font-weight: 700;
        padding: 0.5rem 3px;
        border-bottom: 1px solid #dee2e6;
        border-top: 1px solid #dee2e6;
    }
    .wishlist_table.mobile li .item-details table.item-details-table td.label, .wishlist_table.mobile li table.additional-info td.label {
        font-size: 1rem;
        font-weight: 700;
        color: #000;
    }
    .wishlist_table.mobile li .item-details table.item-details-table td.value, .wishlist_table.mobile li table.additional-info td.value {
        font-size: 1rem;
        color: #000;
    }
    .wishlist_table .product-remove a i {
        color: #ec1b3c;
    }
    .nav_style1.owl-theme .owl-nav .owl-prev, .nav_style1.owl-theme .owl-nav .owl-next, .nav_style1.owl-theme .owl-nav [class*="owl-"]:hover {
        background-color: transparent;
        color: #fff;
    }
    #home-slider .swiper-slide .back-image img {
        height: 100%;
        width: max-content;
        max-width: max-content;
    }
    .banner_content2 h1, .banner_content2 p {
        margin-bottom: 0;
    }
    .home-categories.swiper-wrapper {
        min-height: 200px;
    }
    .product-images img {
        min-height: 140px;
    }
    .home-categories .category {
        min-height: 200px;
        background-color: #ddd;
    }
    .promo-swiper-mobile {
        margin-right: -15px;
    }
    .promo-popup .modal-body {
        padding: 10px;
    }
    .promo-popup h3 {
        font-size: 24px;
        margin-top: 40px;
        margin-bottom: 15px;
    }
    .promo-popup .item {
        margin-right: -10px;
        padding: 10px;
        height: auto;
        margin-bottom: 15px;
        box-shadow: none;
        border-radius: 25px;
    }
    .promo-popup .item > .row {
        display: flex;
        align-items: center;
    }
    .promo-popup .item img {
        height: auto;
        margin-top: -25px;
    }
    .promo-popup h4 {
        font-size: 16px;
        line-height: 0.6;
    }
    .promo-popup h4 span {
        font-size: 11px;
    }
    .promo-popup .discount {
        font-size: 26px;
        margin-top: 0;
    }
    .promo-popup .desc {
        font-size: 11px;
        line-height: 1;
        margin-top: -5px;
    }
    .promo-popup .discount-text {
        margin-bottom: 5px;
        font-size: 16px;
        font-family: 'Gotham-Medium';
    }
    .promo-popup hr {
        display: none;
    }
    .promo-popup a {
        margin: 15px auto;
    }
    body #billing_country_field .select2-container {
        z-index: 10 !important
    }
    .single-product #cpsw-payment-request-wrapper {
        top: auto;
    }
    .single-product #cpsw-payment-request-wrapper.cpsw-product.sticky {
        width: calc(100% - 10px) !important;
        z-index: 100 !important;
    }
    #cpsw-payment-request-wrapper {
        margin: -5px 0 0;
    }
    .trustpilot-widget {
        margin-bottom: 20px;
    }
    .product-accordions-desc .toggle_info span {
        padding-left: 0;
        padding-right: 20px;
        font-size: 1rem;
    }
    .woocommerce .product-accordions-desc .toggle_info {
        text-align: left;
    }
    .single-product.woocommerce div.product p.price {
        margin-left: auto;
        margin-right: auto;
    }
    .copyrights {
        text-align: center;
        margin-top: 15px;
        position: absolute;
        left: 0;
        width: 100%;
        right: 0;
    }
}