/*
Theme Name: Tsena Woocommerce
Author: BG NETSTORE
Author URI: https://bgnetstore.com
Description: Tsena Woocommerce Wordpress theme is a fully-featured e-commerce theme designed for online stores and marketplaces. It is fully responsive, meaning it will look great on any device, and it has a clean and modern design that is perfect for showcasing your products.The theme includes a variety of customization options, allowing you to easily change the layout, colors, and fonts to match your brand. The thee is great for ecommerce websites, storefronts, toy shop, apparel shop and many mor related businesses. It also includes a powerful, built-in shopping cart that allows customers to add items to their cart and complete their purchase right on your website.The theme also includes a variety of built-in widgets and shortcodes, such as product sliders and carousels, making it easy to create a visually appealing and user-friendly website. Additionally, it is compatible with popular e-commerce plugins such as WooCommerce, so you can easily manage your inventory and track orders.Overall, the Shopping Cart Wordpress theme is a great choice for anyone looking to create an online store or marketplace with a professional and modern look.
Version: 1.1.0
Tested up to: 6.9.1
Requires PHP: 8.3.8
Requires at least: 5.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tsena-woocommerce

Tsena Woocommerce WordPress Theme, Copyright 2025 BG NETSTORE
Tsena Woocommerce is distributed under the terms of the GNU GPL

*/

:root {
	--theme-primary-color: #415C77;
	--theme-secondary-color: #C78F57;
	--theme-background-color: #FAF8F4


;
}

body {
    margin: 0px;
    background: var(--theme-background-color) !important;
    background-color: var(--theme-background-color) !important;
    box-sizing: content-box;
}

* {
    font-family: "Montserrat", sans-serif !important;
}
.after-header-space {
	height: 185px;
}
#primary {
	margin-top: 0px !important;
}
.cookie-consent-wrapper {
	display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
	z-index: 9999;
}
.cky-banner-bottom {
	top: 50% !important;
    transform: translateY(-50%) !important;
	bottom: unset !important;
	left: unset !important;
}
.frontpage-section {
	overflow: hidden;
}

.woocommerce-product-gallery__image--placeholder img {
	width: 100%;
    height: auto;
    max-width: 600px;
    margin: 0 auto;
    display: block;
}

.includes_tax {
	display: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 16px;
}

.variations_form label:first-child {
    display: none;
}

.carousel-control-next, .carousel-control-prev {
    width: 7% !important;
}

.list-product {
    position: relative;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    background-color: #92CEE8;
    color: #000;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
    border: 1em solid #92CEE8;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}

input.input-text,
textarea {
    padding: 14px 16px !important;
    text-align: left;
    background-color: transparent;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    color: #000;
    font-weight: 400;
}

.site-main {
    max-width: 1480px;
    margin: 0 auto;
    /* overflow-x: hidden; */
}
#primary {
    margin: 90px 0px;
}
#error-page-container {
    padding-top: 90pt;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.page-title-error {
    font-size: 20vw;
}
.offcanvas-start {
    width: 350px !important;
}
.accordion-link-button-wrapper {
    display: flex;
    justify-content: space-between;
}
.accordion-link-button-wrapper .accordion-link {
    text-decoration: none !important;
    padding: 0.5rem !important;
    color: var(--theme-primary-color) !important;
    font-size: 1.1rem !important;
    transition: 0.3s;
}
.accordion-link-button-wrapper .accordion-link:hover {
    color: var(--theme-secondary-color) !important;
}
.accordion-link-no-children {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 1.1rem;
    color: var(--theme-primary-color);
    text-align: left;
    text-decoration: none !important;
    background-color: #fff;
    padding: 0.5rem !important;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
}
.accordion-link-no-children:hover {
    color: var(--theme-secondary-color) !important;
}
.accordion-link-button-wrapper .accordion-button {
    width: auto !important;
}

#scroll-to-top-btn {
    opacity: 0;
    display: flex;
    position: fixed;
    bottom: 30px;
    right: 10px;
    z-index: 100;
    background-color: var(--theme-secondary-color);
    color: #fff;
    width: 35px;
    height: 35px;
    align-content: center;
    align-items: center;
    border: none;
    padding: 3pt;
    border-radius: 2pt;
    box-shadow: none !important;
    outline: none !important;
    border: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent !important;
    transition: opacity 0.5s, background-color 0.5s;
}
@media (hover: hover) {
    #scroll-to-top-btn:hover {
        background-color: var(--theme-primary-color) !important;
    }
}

#scroll-to-top-btn svg {
    width: 30px;
    height: 30px;
}

.logo-menu-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 10px 0px;
}

.default-margin {
    margin: 50pt 0px;
}

.frontpage-sidebar {
    width: 400px;
}
.home-category-title {
    margin-top: 1rem;
    height: 40px;
    font-size: 18px;
}
.home-category-small-txt {
    font-size: 10px;
}
.woocommerce-breadcrumb {
    background-color: var(--theme-background-color);
    padding: 5pt 10px;
}

.woocommerce-breadcrumb a {
    color: #000;
    text-decoration: none;
}

.before-header {
    display: flex;
    flex-direction: row-reverse;
    background: var(--theme-background-color);
    background-color: var(--theme-background-color);
}

.before-header p {
    color: var(--theme-primary-color);
    margin: 5pt 0px;
    font-size: 14px;
}

.site-header {
    position: fixed;
    z-index: 9999;
    right: 0;
    left: 0;
    top: 0;
    transition: top 0.3s ease-in-out;
    background-color: var(--theme-background-color);
    z-index: 100;
}
.site-header-small .before-header {
    display: none;
}
.site-header-small .logo-menu-container {
    height: 42px;
}
.site-header-small .header-logo-img {
    height: 25px;
}
.site-header-small .secondary-menu {
    margin-top: 10pt;
    margin-bottom: 10pt;
}
#site-title {
	display: none;	
	font-size: 18px;
}

.nav-up {
    top: -260px;
}

.logo-menu-container {
    display: flex;
    justify-content: space-between;
    background-color: var(--theme-primary-color);
    align-items: center;
}

.header_logo-link {
    color: #fff;
    text-decoration: none;
    font-style: oblique;
}

.header_logo-link h1 {
    margin: 5pt 0px;
}

#site-navigation {
    display: block;
    justify-content: center;
    width: 100%;
}

.accordion-item {
    border: none !important;
}

.accordion-button:not(.collapsed) {
    color: var(--theme-primary-color) !important;
    background-color: unset !important;
    box-shadow: none !important;
}

.accordion-button:focus {
    border-color: unset !important;
    box-shadow: none !important;
}

.accordion-button-no-children {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 1.1rem;
    color: var(--theme-primary-color);
    text-align: left;
    text-decoration: none !important;
    background-color: #fff;
    padding: 0.5rem !important;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
}

.accordion-button {
    text-decoration: none !important;
    padding: 0.5rem !important;
    color: var(--theme-primary-color) !important;
    font-size: 1.1rem !important;
}

.offcanvas-title {
    color: var(--theme-primary-color) !important;
}

.accordion-button:hover,
.accordion-button-no-children:hover {
    color: var(--theme-primary-color) !important;
}

.accordion-body {
    padding: 0px 1.25rem !important;
}

/* Define the arrow icon and rotation animation */
.arrow {
    display: inline-block;
    vertical-align: middle;
    transition: transform 0.3s;
}

/* Rotate the arrow when the submenu is open */
.open {
    transform: rotate(180deg);
}
.woocommerce-breadcrumb-wrapper {
    background-color: #f7f7f7;
}
.post-title {
    text-align: center;
}
.post-title a {
    text-decoration: none;
    color: #000;
}
.pr-title-container-frontpage {
    margin: 5px 0px;
}

.wishlist_table tr td.product-thumbnail a img {
    width: 100px;
    height: 100px;
    max-width: unset;
}
.wishlist-items-wrapper span,
.wishlist-items-wrapper a {
	font-size: 16px;	
}
table.wishlist_table thead th {
	border-top: none;	
}

.favourites-cart-user {
    display: flex;
}

.favourites-link,
.cart-link {
    position: relative;
    display: block;
}

#dropdown-container-user,
#dropdown-container-cart {
    position: relative;
}

#dropdown-container-user:hover #dropdown-menu-user,
#dropdown-container-cart:hover #dropdown-menu-cart {
    transform: scaleX(1) !important;
    opacity: 1 !important;
    z-index: 999 !important;
}

.mini-item-counter {
    background-color: var(--theme-secondary-color);
    color: #fff;
    position: absolute;
    bottom: -6px;
    right: -6px;
    font-size: 8pt;
    font-weight: 700;
    border-radius: 50%;
    min-width: 18px;
    padding: 0 5px;
    height: 17px;
    text-align: center;
    line-height: 18px;
}

#dropdown-menu-user {
    transition: top 0.3s ease 0s, opacity 0.3s;
    position: absolute;
    right: -20px;
    opacity: 0;
    z-index: -1;
    min-width: 265px;
    background-color: unset;
    border: none;
    border-top: 10px solid transparent;
    transform: scaleX(0);
    display: block;
    border-radius: 0;
    box-shadow: none;
}
.dropdown-menu-border {
    border: 1px solid rgba(0, 0, 0, .15);
    padding: 15px 20pt;
    background-color: #fff;
}
.primary-user-nav ul,
#dropdown-menu-user ul {
    list-style: none;
    padding: unset;
}
.primary-user-nav ul li,
#dropdown-menu-user ul li {
    padding: 10px 20px;
}
.primary-user-nav ul li a,
#dropdown-menu-user ul li a {
    text-decoration: none;
    font-size: 16px;
    color: #000;
    transition: 0.5s;
    border-bottom: 1px solid transparent;
}
.primary-user-nav ul li a:hover,
#dropdown-menu-user ul li a:hover {
    color: #666666;
    border-bottom-color: #666666;
}
.primary-user-nav {
    width: 375px;
    background-color: #fff;
    position: fixed;
    right: -375px;
    top: 0;
    padding: 20pt;
    overflow: auto;
    height: 100%;
    z-index: 99999;
    transition: transform 0.35s ease;
}
.display-user-mobile {
    transform: translate3d(-280px, 0, 0);
}
#primary-user-nav-offcanvas-layer {
    background-color: rgba(0, 0, 0, 0.85);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    display: none;
}
.display-primary-user-nav-offcanvas-layer {
    display: block !important;
    z-index: 9999 !important;
}

#dropdown-menu-cart {
    transition: top 0.3s ease 0s, opacity 0.3s;
    position: absolute;
    right: 0;
    top: 100%;
    min-width: 370px;
    opacity: 0;
    z-index: -1;
    border-top: 23px solid transparent;
    transform: scaleX(0);
    display: block;
    border-radius: 0;
    box-shadow: none;
    padding: 10pt;
}

.woocommerce-mini-cart {
    list-style: none;
    padding: 0px;
    max-height: 490px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: -20px;
    margin-right: -20px;
    overflow-y: auto;
    overflow-x: hidden;
}

.tsena-mini-cart-row {
    display: flex;
    align-items: center;
}

.mini-cart-product-image {
    float: left;
    width: 50pt;
}

.mini-cart-product-image img {
    width: 50pt;
    height: 50pt;
}

.mini-cart-product-content {
    float: left;
    padding-left: 15px;
}

.woocommerce-mini-cart__buttons {
    display: block;
}

.woocommerce-mini-cart__buttons a {
    width: 100%;
    margin-left: 0;
    height: 45px;
    line-height: 45px;
    border-radius: 3px;
    min-width: 150px;
    margin-bottom: 10px;
    white-space: nowrap;
    font-weight: 500;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    text-align: center;
    background-color: var(--theme-secondary-color);
    color: #fff;
    transition: 0.3s;
}

.woocommerce-mini-cart__buttons a:hover {
    background-color: var(--theme-primary-color);
}

.slick-dots li.slick-active button:before {
    color: var(--theme-secondary-color);
}

.woocommerce-mini-cart__buttons a:hover {
    color: #fff;
}

.woocommerce-mini-cart__total {
    display: flex;
    margin: 10pt 0px;
}

.woocommerce-mini-cart__total .woocommerce-Price-amount {
    margin-left: auto;
}

.woocommerce-mini-cart__total .amount-eur {
    margin-left: 5px;
}

.quantity {
    margin: 0px;
    display: block;
}

.remove_from_cart_button:hover .remove-from-mini-cart {
    fill: #FF6961;
}


.cart-link {
    margin: 0px 30pt;
}

#cart-img,
#user-img,
#favourite-img {
    fill: #fff;
    width: auto;
    height: 16pt;
    cursor: pointer;
}

.secondary-menu {
    margin: 20pt auto;
    display: flex;
}

.related-products-list {
    list-style: none;
    padding: 0px;
}

.product-list-w-first {
    width: 1050px;
}
.sidebar-title {
    font-size: 16px;
    margin: 0px !important;
    text-align: start;
    height: 50px;
    overflow: hidden;
}
.product-sidebar-img-container {
    display: flex;
}
.product-item-sidebar {
    display: flex !important;
    align-items: center;
    height: 130px;
    padding: 15px;
    border: 1px solid #dddddd !important;
    overflow: hidden;
}
.swiper-container-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}
.swiper-button-prev::after,
.swiper-button-next:after {
    content: '' !important;
}
.sidebar-btn {
    position: absolute !important;
    background-color: unset !important;
    box-shadow: unset !important;
    opacity: 1 !important;
    height: 20pt !important;
    width: 20pt !important;
}
.swiper-btn-wrapper {
    display: flex;
}
.swiper-button-prev {
    position: unset !important;
    margin-top: 0px !important;
}
.swiper-button-next {
    position: unset !important;
    margin-top: 0px !important;
}
.related-products-wrapper {
    position: relative;
}

.btn-product-categories {
    background-color: var(--theme-secondary-color);
    color: #fff;
    display: flex;
    width: 145pt;
    align-content: center;
    align-items: center;
    border: none;
    padding: 3pt;
    border-radius: 2pt;
    margin-right: 10pt;
    transition: 0.3s;
}
.btn-product-categories:hover {
    background-color: var(--theme-primary-color);
}

.btn-product-categories p {
    margin: 0px;
    width: 100%;
    font-size: 10pt;
    font-weight: 600;
}

.searchform {
    width: 100%;
    display: flex;
}

.search-field-label {
    width: 100%;
}

.search-field {
    width: 100%;
    border: 0.5px solid #dddddd;
    border-right: none;
    border-radius: 4px 0px 0px 4px;
    height: 100%;
    padding-left: 20pt;
    outline: none;
}

.search-field::placeholder {
    color: #b6b4b4;
}

.search-submit {
    background-color: var(--theme-primary-color);
    border: none;
    border-radius: 0px 4px 4px 0px;
    padding: 5px 15px;
    transition: 0.3s;
}
.search-submit:hover {
    background-color: var(--theme-secondary-color);
}

.tel-container {
    margin-left: 10pt;
    display: flex;
    align-items: center;
}

.tel-img-container {
    background-color: var(--theme-secondary-color);
    border-radius: 2pt;
    padding: 7px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
}

.tel-img-container:hover {
    background-color: var(--theme-primary-color);
}

.tel-img-container a {
    all: unset;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.tel-img-container a:hover {
    cursor: pointer;
}

.tel-img-container img {
    height: 13pt;
    width: auto;
}

.tel-container p {
    margin: 0px;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1px;
}

.phone-number {
    margin-left: 10pt !important;
}

.carousel {
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.carousel-inner {
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
}

.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: var(--theme-secondary-color) !important;
}

.carousel-text-color {
    color: var(--theme-secondary-color);
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ff7b00'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e") !important;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ff7b00'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    filter: none !important;
    background-position: center !important;
    width: 4rem !important;
    height: 4rem !important;
}


.below-baner-container {
    display: flex;
    align-items: center;
    border: 1px solid #dddddd;
    padding: 15pt;
}

.below-banner-item {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    border-right: 1px solid #dddddd;
}

.below-banner-item:last-of-type {
    border-right: none;
}

.below-banner-icon img {
    height: 30pt;
    padding: 0px 10pt 0px 0px;
}

.below-baner-icon-title,
.below-baner-icon-text {
    font-size: 12pt;
    margin: 0px;
    line-height: 16px;
}

.product-details-price {
    font-size: 24pt;
    color: var(--theme-secondary-color);
    text-decoration: none;
}
.product-details-old-price {
    font-size: 14pt;
}

.product-description-wrapper {
    position: relative;
    height: 100pt;
    overflow: hidden;
    transition: height linear 0.5s;
}
.woocommerce-additional-info-wrapper,
.product-description-wrapper {
    margin-top: 10pt;
}

.show-more-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: 10pt;
    background: linear-gradient(180deg, rgba(255,255,255,0.7875525210084033) 0%, rgba(255,255,255,0.896796218487395) 26%, rgba(255,255,255,1) 100%);
}
.show-more-button {
    position: relative;
    display: flex;
    width: 100%;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    height: max-content;
}
.show-more-button:hover {
    cursor: pointer;
}
.show-more-icon {
    transform: rotate(90deg);
}
.expand-animated {
    animation: expand-animation 0.5s ease-in-out both;
}
.collapse-animated {
    animation: collapse-animation 0.5s ease-in-out both;
}
@keyframes expand-animation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(180deg);
    }
}
@keyframes collapse-animation {
    0% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(0deg);
    }
}
.related-products-title {
    margin: 20pt 0px !important;
}
.slider-item {
    border: 1px solid #dddddd !important;
    padding: 10px !important;
    height: 100%;
}
.woocommerce-LoopProduct-link {
    text-decoration: none !important;
    all: unset;
    cursor: pointer;
}
.slider-img-fast-btns {
    position: relative;
    overflow: hidden;
	aspect-ratio: 1;
}

.list-product:hover .fast-buttons,
.slider-img-fast-btns:hover .fast-buttons {
    bottom: 0px;
}

.product-item-sidebar a,
.slider-item a {
    color: unset;
    text-decoration: none;
    /* max-height: 20px; */
}
.woocommerce-loop-product__title {
    margin: 0;
    font-weight: 400 !important;
    padding: 0 0 5px !important;
    font-size: 18px !important;
    line-height: 1.3 !important;
    height: 70px;
    overflow: hidden;
    overflow-wrap: anywhere;
}

.buy-btn-wrapper {
    display: flex;
    position: relative;
    width: 100%;
    align-items: center;
}

.single_add_to_cart_button,
.product-details-add-to-cart {
    background-color: #198754 !important;
    display: flex !important;
    align-items: center;
    border-radius: 10pt !important;
    padding: 5pt 15pt !important;
    margin: 30pt 0px;
    width: 50%;
}

.pswp__item {
    z-index: 1000;
}

span.onsale {
    padding: 2px 8px;
    position: absolute;
    text-align: center;
    top: 1em;
    left: 1em;
    margin: 0;
    border-radius: 2px;
    background-color: #198754;
    color: #fff;
    font-size: .72em;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: 700;
}

div.product div.images .woocommerce-product-gallery__trigger {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 1em;
    z-index: 9;
    width: 36px;
    height: 36px;
    background: rgba(255,255,255,.5);
    border-radius: 100%;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.16), 0 0 0 1px rgba(0,0,0,.08);
    color: #888;
    opacity: .6;
    display: inline-block;
    transition: all .3s linear;
    box-sizing: content-box;
    overflow: hidden;
    line-height: 10em;
}

div.product div.images .woocommerce-product-gallery__trigger:before {
    content: "";
    font-family: WooCommerce;
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 1em;
    line-height: 0;
    transform: translate(-50%, -50%);
    box-sizing: content-box;
}

.price-range {
	margin-bottom: 0px;	
	color: var(--theme-secondary-color);
    font-weight: bold;
	font-size: 18px;
}

.related .products {
    padding: 0px;
}

.product-details-description h2 {
    font-style: italic;
}

.product-buy-cart-img {
    height: 16pt;
}

.price-btn-title {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    position: absolute;
}

.products-banner-navigation {
    display: flex;
    justify-content: space-between;
    max-height: 30pt;
    border-bottom: 1px solid #dddddd;
}

.products-banner-title {
    background-color: var(--theme-primary-color);
    display: flex;
    align-items: center;
    padding: 10pt 15pt;
    border-radius: 6pt 6px 0px 0pt;
}

.products-banner-title p {
    margin: 0px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12pt;
}

.prev-next-btn {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.prev-btn,
.next-btn {
    height: 20pt;
    cursor: pointer;
}

.prev-btn {
    rotate: 180deg;
}

/* Container for the product list */
.swiper {
    margin: 20pt 0px;
}

.thumb-swiper img {
    width: 50px !important;
    height: 50px !important;
    cursor: pointer !important;
}

.product-list .slick-track {
    margin: 0px;
}

.product-list-sidebar {
    display: block;
    flex-wrap: wrap;
    margin: 20pt 0px;
    padding: 0px;
    touch-action: auto !important;
}

/* Individual product card */
.landing-page-product {
    margin: 0px !important;
    padding: 10pt !important;
    border: 1px solid #dddddd !important;
    box-shadow: none !important;
    background-color: transparent !important;
    position: relative;
    overflow: hidden !important;
    display: grid;
}

.product-sidebar {
    width: 100% !important;
    margin: 0px !important;
    padding: 20px !important;
    border: 1px solid #dddddd !important;
    box-shadow: none !important;
    background-color: transparent !important;
}

.landing-page-product p {
    margin: 0px;
}

.landing-page-product a,
.product-sidebar a {
    all: unset;
    cursor: pointer;
    display: block;
}

.landing-page-product a:hover {
    all: unset;
    cursor: pointer;
    color: #0a58ca;
}

.landing-page-product a:hover .product-title,
.product-sidebar a:hover .product-title {
    color: var(--theme-primary-color);
}

.sale-end-date {
    font-size: 8pt !important;
    text-align: center;
    margin: 4px 0px !important;
}

.woocommerce-product-gallery__wrapper  {
    transition: all cubic-bezier(.795, -.035, 0, 1) .5s;
    margin: 0;
    padding: 0;
    display: block;
}

/* Product title */
.product-title {
    font-size: 16px;
    margin: 0px !important;
    text-align: start;
}

div.product .product_title {
    clear: none;
    margin-top: 0px;
    font-size: 2em;
    line-height: 1.216;
    padding: 10pt 0px;
    border-bottom: 1px solid #e3e1e1;
    font-weight: 400;
    margin-bottom: 15pt;
}

.product_title-mobile {
    display: none;
    clear: none;
    margin-top: 0px !important;
    font-size: 2em !important;
    line-height: 1.216;
    padding: 10pt 0px;
    border-bottom: 1px solid #e3e1e1;
    font-weight: 400;
    margin-bottom: 15pt !important;
}

.quantity {
    margin: 20pt 0px;
}
.entry-summary .product-quantity {
    border: none !important;
    border-bottom: 1px solid !important;
    width: 70pt !important;
}
/* Remove arrows from number input */
input[type="number"] {
    -webkit-appearance: textfield; /* For WebKit browsers like Chrome and Safari */
    -moz-appearance: textfield; /* For Firefox */
    appearance: textfield; /* For modern browsers */
}

/* Optional: Add some styling to make the input visually consistent */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

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

/* Optional: Add some styling to make the input visually consistent */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield; /* Firefox */
}
.entry-summary .product-quantity:focus-visible {
    border: none !important;
    border-bottom: 1px solid !important;
    outline: none !important;
}

/* Regular price */
.regular-price-when-sale {
    color: #888;
    text-decoration: line-through;
}

/* Sale price */
.sale-price,
.regular-price {
    color: var(--theme-secondary-color);
    font-size: 18px !important;
    font-weight: bold;
    margin: 0px !important;
}

.product-img-container {
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.product-sidebar-img-text {
    display: flex;
}

.slider-item {
    max-width: 280px;
}

.product-image {
    margin: auto;
    width: 100%;
    height: auto;
}

.slick-prev-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    z-index: 10;
    background-size: 50% 50% !important;
    background-position: center;
}
.slick-next-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
    z-index: 10;
    background-size: 50% 50% !important;
    background-position: center;
}
.slick-arrow {
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    color: #333;
    z-index: 99;
    cursor: pointer;
    opacity: 0.6;
}
.slick-prev-arrow:hover {
    opacity: 1;
}
.slick-next-arrow:hover {
    opacity: 1;
}

.icon-chevron-left:before {
    content: "\F284";
}

.product-sidebar-image {
    margin: auto 0;
    padding-right: 20px;
    height: 118px;
}
.sidebar-title-price-container {
    display: flex;
    justify-content: space-between;
    flex-direction: column;

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

.product-prices-promo {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.product-prices-promo-sidebar {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.product-prices-promo-sidebar .sale-price,
.regular-price-when-sale {
    margin: 0px !important;
}


.flex-container {
    display: flex !important;
}

.block-container {
    display: block !important;
}

.max-parent {
    width: 100% !important;
}

.right-margin {
    margin-right: 30px;
}

.img-banner,
.img-banner img {
    /* height: 200pt; */
    width: 100%;
}

.img-and-fast-buttons {
    position: relative;
    overflow: hidden;
    margin-bottom: 5px;
}

.our-offers-big-product:hover .fast-buttons,
.landing-page-product:hover .fast-buttons {
    bottom: 0px;
}

.fast-buttons {
    position: absolute;
    display: flex;
    justify-content: center;
    background-color: #fff;
    bottom: -50px;
    right: 0px;
    left: 0px;
    text-align: center;
    transition: bottom 0.1s;
    padding: 10px 0px;
    align-content: flex-start;
}

.fast-buttons a {
    all: unset;
    font-size: 20px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    width: max-content;
    margin: 0px 15pt !important;
    display: flex !important;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.add-to-wishlist-single-prod:hover {
    fill: #FF6961;
}
.fast-buttons a:hover {
    cursor: pointer;
    color: #FF6961;
    fill: #FF6961;
    text-align: center;
    position: relative;
    width: max-content;
    margin: 0px 15pt;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    align-content: center;
    font-size: 20px;
}

.fast-buttons a:hover .fast-button-cart path {
    fill: #FF6961 !important;
	stroke: #FF6961 !important;
}

.big-product-fast-btns {
    font-size: 27px;
}
.big-product-fast-btns a {
    all: unset !important;
    margin: 0px 15pt !important;
}

.fast-button-cart {
    height: 25px;
    width: auto;
}

.big-img-and-fast-buttons .fast-buttons a:hover {
    color: #FF6961 !important;
    fill: #FF6961 !important;
    cursor: pointer !important;
    display: block !important
}

.big-fast-button {
    font-size: 20px;
    font-weight: 600;
    height: 20px;
}

.img-banner-margin {
    margin-right: 20pt;
}

#site-footer {
    min-height: 200px;
    background-color: #0D1E34;
}

.single-product-section .product {
    width: 100% !important;
    margin: 0px !important;
    background-color: unset !important;
    padding: 0px !important;
    border: 0px;
    box-shadow: none !important;
}

.tb-product-detail {
    box-sizing: border-box;
    flex-flow: row wrap;
    margin: 0 -1em;
    display: flex;
    justify-content: start;
}

.related {
    display: block !important;
}

.product-img-detail,
.summary {
    display: block;
    flex-basis: 50%;
    max-width: 55%;
    flex: none;
    box-sizing: border-box;
    padding: 0 1em 0;
}
.summary {
    margin-left: 30px;
}

.product-img-detail {
    display: block;
    flex-basis: 50%;
    max-width: 42%;
    flex: none;
    box-sizing: border-box;
    padding: 0 1em 0;
}

.cfvsw-selected-label {
    display: none !important;
}

.tsena-single-price {
    color: var(--theme-secondary-color);
    font-size: 18pt !important;
    font-weight: bold;
}

.yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
    align-items: start;
}
.yith-wcwl-add-to-wishlist .yith-wcwl-add-button a {
    display: flex;
    flex-direction: row-reverse;
    text-decoration: none;
    color: #212529;
}
.yith-wcwl-add-to-wishlist .yith-wcwl-add-button a svg {
    margin: 0px 10px;
}
.yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover svg {
    color: var(--theme-secondary-color);
}
.sku_wrapper,
.posted_in,
.tagged_as {
    display: block;
}

.single-product-cart-button-img {
    height: 16pt;
    width: auto;
    fill: #fff;
    margin-right: 20pt;
}

.single-product-cart-buttion-text {
    width: 100%;
}

.single_variation_wrap {
    margin-top: 20pt;
}

.our-offers {
    display: grid;
}

.our-offers-big-product {
    width: 412px;
    height: 590px;
    border: 1px solid #dddddd !important;
    padding: 40px !important;
    display: grid;
}

.our-offers-big-image {
    width: 330px;
    height: 330px;
}

.our-offers-big-product a {
    color: unset;
    text-decoration: none;
}

.big-product-title {
    margin: 0;
    font-weight: 400 !important;
    padding: 0 0 5px !important;
    font-size: 23px !important;
    line-height: 1.3 !important;
    height: 110px;
    overflow: hidden;
}

.our-offers-big-product .sale-price, 
.our-offers-big-product .regular-price-when-sale {
    font-size: 23px !important;
}

.our-offers-product {
    width: 206px;
    height: 295px;
    padding: 15px !important;
}

.our-offers-product img {
    width: 177.34px;
    height: 177.34px;
}

.our-offers-product .product-title {
    height: 55px;
    overflow: hidden;
    font-size: 14px;
}

.bgiproduct-price {
    font-size: 24px !important;
}

/* Add this to your existing CSS file or create a new one */
.woocommerce-product-gallery {
    position: relative;
    margin-bottom: 2em;
}

.flex-control-thumbs {
    margin: 10px 0;
}

.flex-control-thumbs img {
    width: 100px;
    /* Adjust thumbnail width as needed */
    height: auto;
    cursor: pointer;
}

div.product div.images .woocommerce-product-gallery__trigger:before {
    color: var(--theme-secondary-color);
}

div.product div.images .woocommerce-product-gallery__trigger {
    background: #fff;
    opacity: 1;
}

/* Add this to your custom CSS file */
.woocommerce-product-gallery .flex-viewport {
    overflow: hidden;
    position: relative;
}

.woocommerce-product-gallery .flex-viewport img {
    transition: transform 0.3s ease;
}

.woocommerce-product-gallery .flex-viewport img.zoomed {
    transform: scale(1.5);
    /* Adjust the scale factor for desired zoom level */
}

.woocommerce-product-gallery .flex-control-nav {
    list-style: none;
    display: flex;
    padding-inline-start: 0px;
}

.woocommerce-product-gallery .flex-control-nav li {
    margin-right: 5px;
    border: 1px solid #e1e1e1;
}

.woocommerce-product-gallery .flex-control-nav li img {
    width: 50px !important;
    height: 50px !important;
    cursor: pointer;
}

.woocommerce-product-gallery__image.flex-active-slide img {
    width: 100%;
    height: auto;
    /* opacity: 0; */
    display: block;
}

.zoom {
    display: inline-block;
    position: relative;
}

/* magnifying glass icon */
.zoom:after {
    content: '';
    display: block;
    width: 33px;
    height: 33px;
    position: absolute;
    top: 0;
    right: 0;
    background: url(icon.png);
}

.zoom img {
    display: block;
}

.zoom img::selection {
    background-color: transparent;
}

.small-pictures {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
    max-height: 100%;
}

.big-product-prices-promo {
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 40pt;
    left: 16pt;
    right: 16pt;
}

.big-product-prices-promo p {
    font-size: 28px !important;
}

.big-img-and-fast-buttons {
    position: relative;
    overflow: hidden;
    margin-bottom: 10pt;
}

.big-img-and-fast-buttons .fast-buttons {
    bottom: -61px;
}

.big-product-fast-btns .fa-heart-o,
.big-product-fast-btns .fast-button-cart {
    height: 30px;
}
.yith-wcwl-icon {
    font-weight: bold;
}
.site-footer .footer-widgets {
    padding-top: 70px;
    padding-bottom: 70px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0px;
    position: relative;
}
.site-footer .footer-widgets:after {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 0;
    border-bottom: 1px solid #e1e1e1;
    display: block;
    content: "";
}
.site-footer .footer-widgets.columns-4 .footer-sidebar {
    max-width: 30%;
    padding: 0 15px;
}
.site-footer .footer-widgets .widget-title {
    font-weight: bold;
    color: #fff;
    font-size: 18px;
    margin-bottom: 30px;
}
.site-footer .footer-widgets ul {
    list-style: none;
    padding: 0px;
}
.site-footer .footer-widgets ul li {
    padding: 5px 0px;
}
.site-footer .footer-widgets a {
    color: #c3c3c3;
    text-decoration: none;
    transition: 0.3s;
    position: relative;
	font-size: 16px;
}
.site-footer .footer-widgets p {
    color: #c3c3c3;
    font-size: 19px;
}
.site-footer .footer-widgets a:before {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 1px;
    background-color: #00caff;
    content: "";
    transition: 0.35s;
}
.site-footer .footer-widgets a:hover:before {
    width: 100%;
    left: 0;
    right: auto;
}
.site-footer .footer-widgets a:hover {
    color: #00caff;
}
.footer-copyright {
    text-align: center;
    color: #c3c3c3;
}
.footer-copyright a {
    color: #c3c3c3;
    text-decoration: none;
    transition: 0.3s;
    position: relative;
}
.footer-copyright a:hover {
    color: #00caff;
}
.footer-copyright a:before {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 1px;
    background-color: #00caff;
    content: "";
    transition: 0.35s;
}
.footer-copyright a:hover:before {
    width: 100%;
    left: 0;
    right: auto;
}
.footer-bottom {
    padding-top: 35px;
    padding-bottom: 35px;
}
.footer-row {
    justify-content: center;
}
.nav-tabs .nav-link {
    color: #000 !important;
}
.nav-tabs .nav-link.active {
    color: var(--theme-primary-color) !important;
    font-weight: 600;
    font-size: 14px;
}
/** LAPTOP STYLE */
@media screen and (max-width: 1500px) {
    
    .site-main {
        margin: 0px auto;
        max-width: 1280px;
    }

    .secondary-menu {
        margin-top: 20pt !important;
        margin-bottom: 20pt !important;
        display: flex;
    }
}

/** TABLET LANDSKAPE STYLE */
@media screen and (max-width: 1280px) {

    .site-main {
        margin: 0px 50pt;
    }

    .product-list-w-first {
        width: 65.1%;
    }
    .frontpage-sidebar {
        width: 100%;
    }

}

/** TABLET PORTRAIT STYLE */
@media screen and (max-width: 900px) {

	.after-header-space {
		height: 179px;
	}
    .header-logo-img {
        max-width: 150px;
    }
    .product-list-w-first {
        width: 100.1%;
        margin: 0px;
    }
    .summary {
        margin-left: 0px;
    }
    .single_add_to_cart_button, .product-details-add-to-cart {
        width: 100%;
    }
    .woocommerce-product-details__short-description ul {
        padding-left: 20px;
    }

    .product-details-description {
        margin-top: 20pt;
    }

    .entry-summary {
        margin-bottom: 10pt;
    }

    .related .products {
        display: flex;
        flex-direction: column;
    }

    div.product .product_title {
        display: none;
    }
    .product_title-mobile {
        display: block;
    }

    .btn-product-categories {
        width: max-content;
        padding: 10px;
    }

    .btn-product-categories p {
        display: none;
    }

    .tel-img-container {
        padding: 6px;
    }

    .phone-number {
        display: none;
    }

    .below-baner-container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 20pt;
        justify-content: center;
    }

    .below-banner-item {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding: 0px 10%;
    }

    .below-banner-icon {
        width: auto;
        display: inline-flex;
    }

    .below-banner-item:nth-child(even) {
        border-right: none;
    }

    .flex-container {
        flex-direction: column;
    }

    .product-sidebar-img-container {
        height: 100px;
        width: 100px;
        display: flex;
        align-items: center;
        margin-right: 20px;
    }

    .product-sidebar-image {
        width: auto;
        height: 118px;
        margin: 0 auto;
    }

    .img-banner-margin {
        margin-right: 0px;
        margin-bottom: 20pt;
    }

    .big-product-prices-promo {
        bottom: 20pt;
    }

    .big-product-title,
    .bgiproduct-price {
        font-size: 24px !important;
    }

    .tb-product-detail {
        flex-direction: column;
    }
    .product-img-detail {
        max-width: 100%;
    }
    .product-img-detail, .summary {
        max-width: 100%;
    }

    #dropdown-container-cart:hover #dropdown-menu-cart {
        display: none!important;
    }

    .wishlist_table.mobile li .item-wrapper {
        display: block;
        width: 100%;
    }
    .wishlist_table.mobile li .item-wrapper .product-thumbnail {
        width: 100%;
        margin: 0px !important;
        max-width: unset !important;
    }
    .wishlist_table.mobile li .item-wrapper .item-details {
        width: 100%;
        max-width: unset !important;
    }
    .wishlist_table.mobile {
        padding: 0px !important;
    }
    .wishlist_table.mobile li {
        border: 1px solid rgba(0, 0, 0, .1);
        padding: 20pt;
    }
    #dropdown-container-user:hover #dropdown-menu-user {
        display: none;
    }
    .site-footer .footer-widgets .footer-sidebar {
        width: 50%;
        max-width: 50% !important;
        margin-bottom: 30px;
    }
    .site-footer .footer-widgets {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .site-footer .footer-widgets .footer-sidebar:last-child {
        margin-bottom: 0px;
    }
	
	.big-product-fast-btns a,
    .fast-buttons a,
    .list-product a {
        font-size: 18px !important;
    }
	.big-img-and-fast-buttons .fast-buttons a:hover {
		display: flex !important;
	}
    
}

/** MOBILE STYLE */
@media screen and (max-width: 640px) {
	
	.slider-img-fast-btns {
		aspect-ratio: unset;	
	}
	
	#tab-title-description,
	#tab-title-additional_information,
	.nav-tabs .nav-link.active {
		padding: 7px;	
	}
		
	.product_title-mobile {
		font-size: 23px !important;
	}
	
	.woocommerce-product-gallery__image img {
		width: 100% !important;
		height: auto !important;
		max-width: 100% !important;
		object-fit: contain;
	  }
	
	.woocommerce-breadcrumb {
		margin-left: -20pt;
    	margin-right: -20pt;
	}
	
	.after-header-space {
		height: 177px;
	}

    .offcanvas.move-up {
        transform: translateY(-100px);
    }

    .header-logo-img {
        max-width: 130px;
    }

    .default-margin {
        margin: 20pt 0px;
    }

    .site-main {
        margin: 0px 20pt;
    }

    .before-header p {
        color: var(--theme-primary-color);
        margin: 5pt 0px;
        font-size: 8pt;
    }

    .slick-prev-arrow {
        left: 0px;
    }
    .slick-next-arrow {
        right: 0px;
    }

    .woocommerce-breadcrumb {
        display: flex;
        flex-wrap: wrap;
    }

    #cart-img,
    #user-img,
    #favourite-img {
        fill: #fff;
        width: auto;
        height: 14pt;
        cursor: pointer;
    }

    .cart-link {
        margin: 0px 20pt;
    }

    .mini-item-counter {
        background-color: var(--theme-secondary-color);
        color: #fff;
        position: absolute;
        bottom: -6px;
        right: -6px;
        font-size: 7pt;
        font-weight: 700;
        border-radius: 50%;
        min-width: 14px;
        padding: 0 5px;
        height: 14px;
        text-align: center;
        line-height: 14px;
    }

    .product-details-add-to-cart {
        width: 100% !important;
    }

    .responsive-product-image {
        width: 100% !important;
        height: auto;
    }

    .secondary-menu {
        margin-top: 20pt !important;
        margin-bottom: 20pt !important;
        height: 20pt;
    }

    .btn-product-categories {
        padding: 5pt;
    }

    .btn-product-categories svg {
        height: 13pt;
    }

    .tel-img-container {
        padding: 3pt;
    }

    .carousel {
        min-height: auto;
    }

    .carousel-control-next-icon,
    .carousel-control-prev-icon {
        display: inline-block;
        width: 2.5rem !important;
        height: 2.5rem !important;
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: 100% 100%;
    }

    .carousel-indicators [data-bs-target] {
        width: 5vw !important;
        margin-right: 1vw !important;
        margin-left: 1vw !important;
    }

    .below-baner-container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 10pt;
        justify-content: center;
        padding: 10pt;
    }

    .below-banner-icon img {
        height: 6vw;
        padding: 0px 10pt 0px 0px;
    }

    .below-banner-item {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin: 0px 5%;
        padding: 0px;
        border-right: none;
    }

    .below-baner-icon-title,
    .below-baner-icon-text {
        font-size: 3vw;
        margin: 0px;
        line-height: 16px;
    }

    .products-banner-title {
        background-color: var(--theme-primary-color);
        display: flex;
        align-items: center;
        padding: 5pt 10pt;
        border-radius: 6pt 6px 0px 0pt;
        height: 40px;
    }

    .products-banner-title p {
        margin: 0px;
        color: #fff;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 10pt;
    }

    .landing-page-product {
        margin: 0px !important;
        padding: 10px !important;
        border: 1px solid #dddddd !important;
        box-shadow: none !important;
        background-color: transparent !important;
        position: relative;
        overflow: hidden !important;
    }

    .sale-end-date {
        font-size: 10pt !important;
        text-align: center;
        margin: 4px 0px !important;
    }

    .product-title {
        font-size: 16px !important;
        margin: 0px !important;
        margin-bottom: 10px !important;
        text-align: start;
    }

    .sale-price,
    .regular-price {
        color: var(--theme-secondary-color);
        font-weight: bold;
        margin: 0px !important;
    }

    .fast-buttons {
        bottom: 0;
    }

    .big-product-fast-btns {
        bottom: 0 !important;
    }

	.fast-button-cart,
    .big-product-fast-btns .fa-heart-o,
    .big-product-fast-btns .fast-button-cart {
        height: 20px;
    }

    .big-product-title,
    .bgiproduct-price {
        font-size: 20px !important;
    }

    .offcanvas-end {
        width: 300px !important;
    }
    .site-footer .footer-widgets .footer-sidebar {
        width: 100%;
        max-width: 100% !important;
        padding: 0;
    }
    .woocommerce-loop-product__title {
        font-size: 16px !important;
        height: 65px;
    }
}

/** MOBILE STYLE */
@media screen and (max-width: 500px) {
	.price-range {
		font-size: 15px;
	}
    .header-logo-img {
        max-width: 125px;
    }

    .pr-title-container-frontpage {
        margin: 10px 0px;
    }

    .sidebar-title {
        height: 60px;
    }

    .sale-end-date {
        font-size: 8pt !important;
        text-align: center;
        margin: 4px 0px !important;
    }

    .product-title {
        font-size: 10pt !important;
        margin: 0px !important;
        text-align: start;
    }

    .below-baner-container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 10pt;
        justify-content: center;
        padding: 10pt;
    }

    .below-banner-item {
        display: block;
        text-align: center;
        align-items: center;
        justify-content: flex-start;
        margin: 0px;
        padding: 0px;
        border-right: none;
    }

    .below-banner-icon img {
        height: 8vw;
        padding: 0px;
    }

    .sale-price,
    .regular-price,
    .regular-price-when-sale {
        font-size: 14px !important;
    }

    .product-sidebar-img-container {
        height: 100px;
        width: 100px;
        display: flex;
        align-items: center;
        margin-right: 20px;
        justify-content: center;
    }

    .product-sidebar-image {
        height: 100px;
    }

    .products-banner-title p {
        margin: 0px;
        color: #fff;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 8pt;
    }

    .prev-btn,
    .next-btn {
        height: 15pt;
        cursor: pointer;
    }

    .prev-next-btn {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    .search-submit {
        background-color: var(--theme-primary-color);
        border: none;
        border-radius: 0px 4px 4px 0px;
        padding: 3px 10px;
    }

    .btn-product-categories {
        padding: 3pt;
    }

    .tel-img-container {
        padding: 3pt;
    }

    .big-product-title,
    .bgiproduct-price {
        font-size: 18px !important;
    }

    .big-product-fast-btns a {
        all: unset;
        text-align: center;
        text-decoration: none;
        cursor: pointer;
        position: relative;
        width: max-content;
        margin: 0px 15pt !important;
        display: flex !important;
        /* align-items: center; */
        /* align-content: center; */
        justify-content: center;
    }
    .fast-buttons {
        position: relative;
        margin-top: 0px;
		height: 50px;
    }
    .big-img-and-fast-buttons,
    .img-and-fast-buttons {
        margin-bottom: 0px;
    }
    .big-product-title {
        font-size: 14px;
    }

    .slider-item {
        max-width: 450px;
    }
}

@media screen and (max-width: 450px) {
    .header-logo-img {
        max-width: 115px;
    }
    .our-offers-big-product {
        padding: 14px !important;
    }
    .big-product-title {
        font-size: 14px !important;
        line-height: 1.3 !important;
        height: 55px;
    }
    .bgiproduct-price {
        font-size: 15px !important;
        font-weight: bold !important;
    }
    .big-product-fast-btns .fa-heart-o {
        font-size: inherit;
        height: auto;
    }

    .big-product-fast-btns .fast-button-cart {
        height: 20px;
        width: auto;
    }

    .slider-item {
        max-width: 400px;
    }
}

/** MOBILE STYLE */
@media screen and (max-width: 320px) {

    .header-logo-img {
        max-width: 100px;
    }

    .swiper {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0px;
        flex-wrap: wrap;
        margin: 20pt 0px;
        justify-content: space-between;
    }

    .product-sidebar-img-text {
        display: block;
    }

    .product-sidebar-img-container {
        height: 120pt;
        width: 120pt;
        display: flex;
        overflow: hidden;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
    }

    .product-sidebar-image {
        width: auto;
        height: 80pt;
        margin: 0 auto;
        margin-bottom: 10px;
    }

    .product-prices-promo-sidebar {
        display: flex;
        justify-content: space-between;
    }

    .slider-item {
        max-width: 270px;
    }
}