/*
Theme Name: vapebestchoice
Theme URI: https://vape-bestchoice.com/
Author: Your Name
Description: Custom theme for vapebestchoice.com with WooCommerce support.
Version: 1.0
Text Domain: vapebestchoice
*/


/* FONTS */

/* Roobert Regular */
@font-face {
    font-family: 'Roobert';
    src: url('fonts/Roobert-Regular.woff2') format('woff2'),
         url('fonts/Roobert-Regular.woff') format('woff'),
         url('fonts/Roobert-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Roobert Medium */
@font-face {
    font-family: 'Roobert';
    src: url('fonts/Roobert-Medium.woff2') format('woff2'),
         url('fonts/Roobert-Medium.woff') format('woff'),
         url('fonts/Roobert-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Roobert SemiBold */
@font-face {
    font-family: 'Roobert';
    src: url('fonts/Roobert-SemiBold.woff2') format('woff2'),
         url('fonts/Roobert-SemiBold.woff') format('woff'),
         url('fonts/Roobert-SemiBold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
:root {

	--color-primary: #3a6ea5;   
	--color-primary-dark: #305b88;   
--color-background: #f5f7fa; 
--color-background-secondary: #e1e6eb; 
--color-text: #585858;  
--color-text-dark: #545454;  
	
	
	
	
	
	
    --color-white: #ffffff;
    --color-black: #000000;
	

}
/* CSS Reset */
*, *::before, *::after {
    box-sizing: border-box;
}

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, em, img, strong, ol, ul, li, fieldset, form, label, footer, header, nav, section {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
strong {
	font-weight: bold;
}
h1, h2, h3 {
    font-weight: 600; /* SemiBold for headings */
}
body {
    line-height: 1.5;
    font-family: 'Roobert', sans-serif;
	font-weight: 400;
    color: #000;
    background-color: #fff;
}

ol, ul { list-style: none; }
img { max-width: 100%; height: auto; }

.container {
	max-width: 1360px;
	width: 100%;
	padding: 0 10px;
	margin: 0 auto;
}
.sec-p {
	padding-top: 80px;
	padding-bottom: 80px;
}
.sec-m {
	margin-top: 50px;
	margin-bottom: 50px;
}
.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 44px;
    height: 44px;
    background: #fff;
    border: 1px solid #63c0b9;
    border-radius: 50%;
    cursor: pointer;
    font-size: 0;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
}
.slick-arrow:hover {
    background: #63c0b9;
    border-color: #63c0b9;
}
.slick-arrow:hover::before {
    border-color: #fff;
}
.slick-arrow::before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #63c0b9;
    border-right: 2px solid #63c0b9;
    transition: all 0.3s ease;
}
.slick-prev {
    left: -22px;
}
.slick-prev::before {
    transform: rotate(-135deg);
    margin-left: 4px;
}
.slick-next {
    right: -22px;
}
.slick-next::before {
    transform: rotate(45deg);
    margin-right: 4px;
}
@media (max-width: 1300px) {
    .slick-prev { left: 10px; }
    .slick-next { right: 10px; }
}
.default-dots ul {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    align-items: center;
	padding: 0;
	margin-top: 30px;
}
.default-dots ul li {
	list-style: none;
}
.default-dots ul li button {
	width: 12px;
    height: 12px;
    border-radius: 50%;
    font-size: 0;
    background: #000;
    outline: none;
    border: none;
    padding: 0;
    cursor: pointer;
	transition: all .3s ease-in-out;
}
.default-dots ul li.slick-active button {
	width: 24px;
    border-radius: 10px;
    background: #65c1bc;
	transition: all .3s ease-in-out;
}
#breadcrumbs {
    padding: 20px 0;
    font-size: 14px;
    color: #888;
}

#breadcrumbs a {
    text-decoration: none;
    color: #000;
    transition: color 0.3s;
}

#breadcrumbs a:hover {
    color: #65c1bc;
}
#breadcrumbs span:last-child {
    color: #65c1bc;
}
.content-page {
	padding: 50px 0;
	min-height: 100vh;
}
.content-page h1 {
	font-size: 52px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 1px;
    margin-bottom: 40px;
    text-transform: uppercase;
    position: relative;
}
.content-page h1::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background-color: #65c1bc;
    border-radius: 40px;
}
.content-page p {
	margin-bottom: 10px;
}
.lang-switcher {
	position: fixed;
    bottom: 20px;
    left: 15px;
    z-index: 9999999;
}
.lang-switcher ul {
 
}
.lang-switcher li {
	list-style: none;
    position: relative;
    background: #fff;
    box-shadow: 2px 2px 10px #c3c3c3;
    padding: 8px 4px;
    border-radius: 50%;
}
.lang-switcher li:not(.current-lang) {
  display: none;
}
.lang-switcher:hover li {
  display: block;
  margin-top: 5px;
}
.lang-switcher li a {
	display: flex;
    justify-content: center;
    align-items: center;
}
.lang-switcher img {
    width: 23px !important;
    height: auto !important;
    border-radius: 4px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: transform 0.2s ease;
}

.lang-switcher img:hover {
  transform: scale(1.1);
}
.delivery-zone {
    border: 1px solid #eee;
    margin-bottom: 10px;
    border-radius: 4px;
    background: #fcfcfc;
}
.delivery-zone summary {
    padding: 12px;
    cursor: pointer;
    list-style: none;
    position: relative;
    border-bottom: none;
}
.delivery-zone summary::after {
    content: "+";
    position: absolute;
    right: 15px;
    font-weight: bold;
}
.delivery-zone[open] summary::after {
    content: "-";
}
.delivery-zone[open] summary {
    border-bottom: 1px solid #eee;
}
.zone-content {
    padding: 15px;
    line-height: 1.6;
    font-size: 14px;
}
/* HEADER START */

header {
	box-shadow: 0 4px 30px rgba(79, 102, 152, 0.1);
    padding: 10px 0;
    z-index: 999;
    position: relative;
    background: #fff;
}
.header-holder {
	display: grid;
    grid-template-columns: 6% 40% 20% 20%;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
}
.header-holder .logo img {
	max-width: 75px;
	height: auto;
}
.header-phone-holder {
	display: flex;
	flex-direction: row;
	gap: 30px;
	align-items: center;
	
}
.header-phone-holder .header-tel {
	color: #000;
    text-decoration: none;
    border-bottom: 2px solid #63c0b9;
	transition: all .2s ease-in-out;
}
.header-phone-holder .header-tel:hover {
	color: #63c0b9;
}
.header-phone {
	display: flex;
	flex-direction: row;
	gap: 10px;
	align-items: center;
	justify-content: center;
}
.header-phone a {
	transition: all .2s ease-in-out;
}
.header-phone a::before {
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	background-image: url('https://vape-bestchoice.com/wp-content/uploads/2026/03/whatsapp.png');
	background-position: center;
	background-size: contain;
}
.header-phone a:last-child::before {
	background-image: url('https://vape-bestchoice.com/wp-content/uploads/2026/03/telegram.png');
}
.header-phone a:hover {
	transform: scale(1.1);
}
.main-navigation ul {
	display: flex;
	gap: 10px;
	justify-content: space-between;
	align-items: center;
}
.main-navigation ul li {
	
}
.main-navigation ul li a {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #000;
    transition-property: color;
    transition-duration: .3s;
    text-decoration: none;
}
.main-navigation ul li a:hover {
    color: #63c0b9;
}
.menu-toggle {
    display: none;
    flex-direction: column;
    justify-content: space-around;
    width: 30px;
    height: 24px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 1001;
}
.menu-toggle span {
    width: 30px;
    height: 3px;
    background: #000;
    border-radius: 10px;
    transition: all 0.3s linear;
}
/* HEADER END */
/* FOOTER START */
footer {
	padding: 50px 0;
    /* border-top: 2px solid #65c1bc; */
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    box-shadow: 0 4px 30px rgb(0 0 0 / 15%);
    text-align: center;
}
.footer-holder {
	display: grid;
	grid-template-columns: 2fr 1fr 1fr;
	grid-gap: 30px;
	justify-content: space-between;
	margin-bottom: 40px;
}
.footer-holder .footer-description p {
	text-align: left;
	margin-bottom: 20px;
}
.footer-holder ul {
	margin-bottom: 20px;
}
.footer-holder ul li {
	text-align: left;
	color: #000;
}
.footer-holder ul li a {
	color: #000;
	text-decoration: none;
	border-bottom: 2px solid #65c1bc;
	transition: all .3s ease-in-out;
}
.footer-holder ul li a:hover {
	opacity: .5;
}
/* FOOTER END */
/* HOMEPAGE START */
.main-banner {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 400px;
    position: relative;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    box-shadow: 0 4px 30px rgb(0 0 0 / 15%);
}
.main-banner h1 {
	font-size: 52px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 1px;
    margin-bottom: 40px;
	text-transform: uppercase;
	position: relative;
}
.main-banner h1::after {
	content: '';
    display: block;
    width: 80px;
    height: 4px;
    background-color: #65c1bc;
    border-radius: 40px;
}
.main-banner p {
	max-width: 820px;
    font-size: 16px;
    line-height: 1.75;
    margin: 0 auto 20px;
}
.main-banner-holder {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 50px;
	justify-content: space-between;
	align-items: center;
	padding: 60px 0;
}
.main-banner-holder img {
	border-radius: 50px;
	height: auto;
}
.main-banner--right {
	max-width: 550px;
	width: 100%;
	margin: 0 auto;
}
.main-banner--right a {
	display: block;
	position: relative;
}
.main-banner--right a::after {
	content: 'NEW';
    position: absolute;
    display: block;
    top: 20px;
    right: 15%;
    padding: 3px 6px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 20px;
    background: #63c0b9;
    color: #fff;
}
.two-btn {
	display: flex;
    justify-content: start;
    gap: 30px;
    align-items: center;
}
.def-btn {
    padding: 10px 30px;
    border-radius: 50px;
    color: #000;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    border: 2px solid #000;
    text-transform: uppercase;
	transition: all .3s ease-in-out;
}
.def-btn:hover {
    border: 2px solid #65c1bc;
    color: #65c1bc;
}
h2 {
	font-size: 42px;
    line-height: 1.3;
	margin-bottom: 30px;
	position: relative;
}
h2::after {
	content: '';
    display: block;
    width: 80px;
    height: 4px;
    background-color: #65c1bc;
    border-radius: 40px;
	margin-top: 5px;
}
/* HOMEPAGE END */
/* WOOCOMMERCE START */
/* Заміна стандартного бейджа Sale на власну іконку */
span.onsale {
    background: none !important;
    color: transparent !important;
    
    background-image: url('https://vape-bestchoice.com/wp-content/uploads/2026/04/sale-tag.png') !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: center !important;
    
    width: 50px;
    height: 50px;
    min-height: 50px;
    min-width: 50px;
    border-radius: 0;
    
    position: absolute;
    top: 10px;
    left: 10px;
}
span.onsale::before {
    display: none !important;
}
.products ul {
	display: flex;
    flex-wrap: wrap;
}
.wpclv-attributes .wpclv-terms .wpclv-more {
	height: auto;
    line-height: 1.3;
}
.wpclv-attributes .wpclv-terms .wpclv-more a {
	color: #000;
    border-bottom: 1px solid #65c1bc;
	transition: all .2s ease-in-out;
}
.wpclv-attributes .wpclv-terms .wpclv-more a:hover {
	color: #65c1bc;
}
.wpc-linked-variation-item.wpc-linked-variation-item-out-of-stock {
    filter: grayscale(1) opacity(0.4);
    cursor: not-allowed;
    position: relative;
}
.wpc-linked-variation-item.wpc-linked-variation-item-out-of-stock::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 5%;
    width: 90%;
    height: 1px;
    background: rgba(0,0,0,0.3);
    transform: rotate(-45deg);
}
.wpc-linked-variation-item.wpc-linked-variation-item-out-of-stock.wpc-linked-variation-active {
    border-color: #ccc !important;
}
.wpc-linked-variation-item.wpc-item-out-of-stock {
    filter: grayscale(1) !important;
    opacity: 0.5 !important;
    cursor: not-allowed !important;
    pointer-events: none;
}
.wpc-linked-variation-item.wpc-item-out-of-stock img {
    border: 1px solid #ddd;
}
.woocommerce-variation-price span.price {
	color: #000 !important;
    margin-bottom: 20px;
    display: block;
}
.woocommerce-variation-price span.price del {
	color: red;
	font-size: 18px;
}
.woocommerce-variation-price span.price ins {
	margin-left: 10px;
	font-size: 22px;
	text-decoration: none;
}
.woocommerce-pagination {
    margin: 40px 0;
    text-align: center;
}
.woocommerce-pagination ul.page-numbers {
    display: inline-flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 8px;
    border: none !important;
}
.woocommerce-pagination ul.page-numbers li {
    display: inline-block;
    margin: 0;
    padding: 0;
    border: none !important;
}
.woocommerce-pagination ul.page-numbers li .page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 12px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    color: #000;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 0px;
    transition: all 0.3s ease;
}
.woocommerce-pagination ul.page-numbers li .page-numbers.current {
    background-color: #63c0b9;
    border-color: #63c0b9;
    color: #fff;
}
.woocommerce-pagination ul.page-numbers li a.page-numbers:hover {
    border-color: #63c0b9;
    color: #63c0b9;
    background-color: #f9f9f9;
}
.woocommerce-pagination ul.page-numbers li a.next.page-numbers {
    font-size: 18px;
    line-height: 1;
}
@media (max-width: 480px) {
    .woocommerce-pagination ul.page-numbers {
        gap: 5px;
    }
    .woocommerce-pagination ul.page-numbers li .page-numbers {
        min-width: 35px;
        height: 35px;
        font-size: 13px;
    }
}
.woocommerce-order-details {
    margin-top: 40px;
    background: #ffffff;
    padding: 30px;
    border-radius: 12px;
    border: 1px solid #eee;
}
.woocommerce-order-details__title {
    font-family: 'Roobert', sans-serif;
    font-size: 28px;
    margin-bottom: 20px;
    display: inline-block;
}
.shop_table.order_details {
    border-collapse: collapse;
    width: 100%;
    border: none !important;
}
.shop_table.order_details thead th {
    background: #f9f9f9;
    padding: 15px;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
}
.shop_table.order_details tbody td, 
.shop_table.order_details tfoot td,
.shop_table.order_details tfoot th {
    padding: 15px;
    border-bottom: 1px solid #eee !important;
}
.shop_table.order_details tfoot th {
    text-align: left;
    font-weight: 600;
}
.shop_table.order_details tfoot tr:last-child th,
.shop_table.order_details tfoot tr:last-child td {
    font-size: 20px;
    color: #000;
    border-bottom: none !important;
}
.shop_table.order_details .product-quantity {
	position: relative;
	left: 0;
}
.woocommerce-customer-details {
    margin-top: 40px;
}

.woocommerce-column--billing-address {
    background: #fbfbfb;
    padding: 25px;
    border-radius: 10px;
    border: 1px dashed #ccc;
}
.woocommerce-column__title {
    font-family: 'Roobert', sans-serif;
    font-size: 22px;
    margin-bottom: 15px;
}
address {
    font-style: normal;
    line-height: 1.8;
    color: #444;
}
.woocommerce-thankyou-order-details {
    list-style: none;
    padding: 20px;
    background: #f0f9ff;
    border-radius: 8px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 40px;
}
.woocommerce-thankyou-order-details li {
    font-size: 14px;
    text-transform: uppercase;
    color: #666;
    border-right: 1px solid #d1d5db;
    padding-right: 30px;
}
.woocommerce-thankyou-order-details li:last-child {
    border-right: none;
}
.woocommerce-thankyou-order-details li strong {
    display: block;
    font-size: 18px;
    color: #000;
    margin-top: 5px;
}
.woocommerce-NoticeGroup-checkout {
    width: 100% !important;
    flex-basis: 100% !important;
    margin-bottom: 20px;
}
form.checkout {
    display: flex;
    flex-wrap: wrap;
}

form.checkout > .woocommerce-NoticeGroup {
    width: 100%;
    order: -1;
}
#contact_methods_wrapper label .required {
    display: none !important;
}
#contact_methods_wrapper .optional {
    display: none !important;
}
.woocommerce div.product .woocommerce-tabs .panel p {
	margin-bottom: 20px;
}
.woocommerce div.product .woocommerce-tabs .panel ul {
	margin-left: 20px;
	margin-bottom: 20px;
}
.woocommerce div.product .woocommerce-tabs .panel ul li {
	margin-bottom: 10px;
	display: list-item;
	list-style: disc;
}
.woocommerce div.product .woocommerce-tabs .panel strong {
	font-weight: bold;
}
.xoo-wsc-products:not(.xoo-wsc-pattern-card) .xoo-wsc-product {
	border-radius: 20px;
}
.xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn, .xoo-wsc-container .xoo-wsc-btn {
	border-radius: 30px;
}
ul.products {
	
}
ul.products li.product {
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 2px 2px 10px #c3c3c38c;
    margin: 10px 20px;
    border-radius: 30px;
    padding: 0 20px 30px !important;
	position: relative;
    border-bottom: 2px solid #65c1bc;
	transition: all .3s ease-in-out;
}
ul.products li.product:hover {
	transform: scale(1.02);
	transition: all .3s ease-in-out;
}
ul.products li.product a {
	text-decoration: none;
}
ul.products li.product a img {
	max-height: 300px;
    aspect-ratio: 1 / 1;
    width: auto !important;
    height: auto !important;
    display: block;
    margin: 0 auto 1em !important;
    box-shadow: none;
}
ul.products li.product a h2 {
	font-size: 22px;
    color: #000;
	margin-bottom: 15px;
}
ul.products li.product a h2::after {
	width: 100%;
}
ul.products li.product a .woocommerce-loop-category__title {
	font-size: 22px !important;
	text-align: center;
}
ul.products li.product a .woocommerce-loop-category__title mark {
	display: none;
}
ul.products li.product .price {
	display: flex !important;
	flex-direction: column;
	color: #000 !important;
	margin-bottom: 15px;
}
ul.products li.product .price del {
	color: red !important;
    font-size: 12px;
}
ul.products li.product .price ins {
	text-decoration: none;
}
ul.products li.product a.button {
	display: block !important;
    padding: 10px 30px;
    border-radius: 50px;
    color: #000;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    border: 2px solid #000;
    text-transform: uppercase;
    transition: all .3s ease-in-out;
    background: none;
    line-height: 1.3;
	text-align: center;
}
ul.products li.product a.button:hover {
    border: 2px solid #65c1bc;
    color: #65c1bc;
}
.best-seller ul.products li.product::after {
	content: 'BESTEN';
    position: absolute;
    display: block;
    top: 20px;
    right: 20px;
    padding: 3px 6px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 20px;
    background: #63c0b9;
    color: #fff;
}
.product-grid ul.products {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
    gap: 20px;
    padding: 0;
}
.shop-holder {
	
}
.single-product-holder {
	padding: 50px 0;
}
.woocommerce-products-header {
	box-shadow: none;
    font-size: 46px;
    margin-bottom: 40px;
}
.woocommerce-products-header__title.page-title {
	position: relative;
}
.woocommerce-products-header__title.page-title::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background-color: #65c1bc;
    border-radius: 40px;
}
.woocommerce div.product .product_title {
    font-size: 30px;
	line-height: 1.3;
    margin-bottom: 15px;
	position: relative;
}
.woocommerce div.product .product_title::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background-color: #65c1bc;
    border-radius: 40px;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price {
	display: flex;
	flex-direction: column;
	color: #000;
	margin-bottom: 25px;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price del {
	color: red;
	font-size: 16px;
	margin-bottom: 10px;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price ins {
	text-decoration: none;
}
.woocommerce div.product form.cart .button {
	margin-left: 30px;
	padding: 10px 30px;
    border-radius: 50px;
    color: #000;
	background: none;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    border: 2px solid #000;
    text-transform: uppercase;
    transition: all .3s ease-in-out;
}
.woocommerce div.product form.cart .button:hover {
	border: 2px solid #65c1bc;
    color: #65c1bc;
}
.related.products {
	clear: both;
	margin-top: 50px;
}
.wpclv-attributes .wpclv-attribute {
    display: flex;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
	margin-bottom: 30px;
}
.wpclv-attributes .wpclv-attribute-label {
	font-size: 18px;
}
ul.products li.product .wpclv-attributes .wpclv-attribute-label {
	display: none;
}
ul.products li.product .wpclv-attributes {
	margin-top: -40px;
}
ul.products li.product .wpclv-attributes .wpclv-attribute {
	margin-bottom: 15px;
}
ul.products li.product .wpclv-attributes .wpclv-terms .wpclv-term.wpclv-term-image {
	width: 30px;
	min-width: 30px;
}
.wpclv-attributes .wpclv-terms .wpclv-term.wpclv-term-image, .wpclv-attributes .wpclv-terms .wpclv-term.wpclv-term-image span, .wpclv-attributes .wpclv-terms .wpclv-term.wpclv-term-image a {
	border-radius: 20px !important;
}
.wpclv-attributes .wpclv-terms .wpclv-term.active, .wpclv-attributes .wpclv-terms .wpclv-term:hover {
	border-color: #65c1bc !important;
}
.woocommerce div.product form.cart {
	display: flex;
    align-items: center;
    justify-content: start;
}
.quantity {
    display: inline-flex;
    align-items: center;
    border: 1px solid #e2e2e2;
    border-radius: 8px;
    overflow: hidden;
    background: #f9f9f9;
}
.plus-minus-btn {
    width: 25px;
    height: 34px;
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    transition: background 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}
.plus-minus-btn:hover {
    background: #eee;
}
.quantity input.qty {
    width: 30px !important;
    height: 34px;
    text-align: center;
    border: none;
    background: transparent;
    font-family: 'Roobert', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    -moz-appearance: textfield;
}
.quantity input.qty::-webkit-outer-spin-button,
.quantity input.qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.quantity input.qty:focus {
    outline: none;
}
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal;
}
.woocommerce-ordering {
    margin-bottom: 30px;
    display: flex;
    justify-content: flex-end;
}
.woocommerce-ordering select.orderby {
    font-family: 'Roobert', sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #000;
    
    padding: 12px 40px 12px 15px;
    border: 1px solid #e2e2e2;
    border-radius: 8px;
    background-color: #fff;
    
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
   
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 4l4 4 4-4'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 12px;
    
    cursor: pointer;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    outline: none;
    min-width: 220px;
}
.woocommerce-ordering select.orderby:hover {
    border-color: #b5b5b5;
}
.woocommerce-ordering select.orderby:focus {
    border-color: #000;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05);
}
#contact_methods_wrapper {
    padding: 15px;
    border: 1px solid #656565;
    border-radius: 8px;
    margin-top: 10px;
}
#contact_methods_wrapper p.form-row {
    margin-bottom: 5px !important;
}

#contact_methods_wrapper label.checkbox {
    display: inline-flex !important;
    align-items: center;
    font-size: 15px;
    cursor: pointer;
    font-family: 'Roobert', sans-serif;
}

#contact_methods_wrapper input[type="checkbox"] {
    margin-right: 10px !important;
    width: 18px !important;
    height: 18px !important;
    cursor: pointer;
}
.review-slider {
	
}
.single-review {
	padding: 70px 30px 30px 30px;
	margin: 20px 10px;
	box-shadow: 2px 2px 10px #c3c3c38c;
	border-radius: 20px;
	border-bottom: 2px solid #65c1bc;
	position: relative;
}
.single-review p {
	margin-bottom: 20px;
}
.single-review span {
	display: block;
	text-align: right;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
}
.single-review::before {
    content: "\2605 \2605 \2605 \2605 \2605";
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 24px;
    color: #ffcc00;
    letter-spacing: 2px;
    width: 100%;
    text-align: center;
}
.single-review.four-stars::before {
    content: "\2605 \2605 \2605 \2605 \2606";
}
.review-form-container {
	max-width: 600px;
	margin: 50px auto 0;
	text-align: center;
	border-top: 1px solid #eee;
	padding-top: 40px;
}
.review-form-container h3 {
    font-size: 24px;
	margin-bottom: 25px;
}
.review-form-container h3::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background-color: #65c1bc;
    border-radius: 40px;
    margin: 5px auto;
}
.review-form-container form {
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.review-form-container input {
	width: 100%;
	padding: 12px;
	border: 1px solid #000;
	border-radius: 15px !important;
}
.review-form-container textarea {
	width: 100%;
	padding: 12px;
	border: 1px solid #000;
	border-radius: 15px !important;
	resize: vertical;
}
.review-form-container input:focus, 
.review-form-container textarea:focus {
    outline: none;
    border-color: #63c0b9 !important;
}
.review-form-container button {
    background: transparent !important;
    border: 2px solid #65c1bc !important;
    border-radius: 20px !important;
    color: #000000 !important;
    padding: 15px 0 !important;
    text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
    width: 100%;
}
.review-form-container button:hover {
    background-color: #63c0b9 !important;
    transition: 0.3s;
}
.review-form-container #review-status-message {
    margin-top: 20px;
    background-color: #f0fdfa;
	display: none;
	margin-top: 20px;
	padding: 15px;
	border: 2px solid #63c0b9;
	color: #000;
	font-weight: bold;
}
.popup { 
	display: none; 
	position: fixed; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%;
    background: rgba(0,0,0,0.6); 
	z-index: 1002; 
	padding: 0 10px;
	overflow-y: scroll;
}
.popup-content { 
	max-width: 500px; 
	margin: 3% auto; 
	padding: 20px;
    border-radius: 10px; 
	position: relative; 
}
.popup-content span {
	display: block;
    text-align: center;
    font-size: 2rem;
    color: #000;
}
.popup-content p {
    text-align: center;
}
.popup-content label {
	display: block;
	font-size: 1.175rem;
	color: #000;
}
.popup-content button {
	max-width: 100%;
    display: block;
    text-align: center;
    padding: 15px 20px;
    background: #65c1bc;
    border: 1px solid #65c1bc;
    color: #fff;
    font-size: 1.125rem;
    text-transform: uppercase;
    transition: all .3s ease-in-out;
    border-radius: 10px;
    cursor: pointer;
    margin-top: 20px;
}
.popup-content button:hover {
	background: #fff;
    color: #65c1bc;
    border: 1px solid #65c1bc;
    transition: all .3s ease-in-out;
}
.popup-content .close { 
	position: absolute; 
	right: 10px; 
	top: 10px; 
	cursor: pointer; 
	font-size: 30px;
    line-height: 1;
    color: #65c1bc;
}
.popup-content .g-recaptcha {
	margin-top: 30px;
}
.contact-quiz {
	display: flex;
	gap: 10px;
    margin: 30px auto;
	align-items: center;
}
.contact-quiz input {
	max-width: 90px;
	margin: 0;
}
.contact-quiz span {
	font-size: 1.175rem;
}
.popup-content.inner-form {
	max-width: 800px;
}
.iti {
	display: block !important;
}
.method-holder {
	margin: 5px 0 20px;
}
.method-holder label {
	margin: 0;
	cursor: pointer;
}
.popup-content form input, .popup-content form textarea, .popup-content form select, .popup-content form button { 
	  width: 100%; 
	  margin: 5px 0 20px; 
	  padding: 10px; 
	border-radius: 10px;
    outline: none;
    border: 1px solid #65c1bc;
}
.sale-two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: space-around;
    grid-gap: 30px;
    align-items: center;
}
.terea-sale-banner {
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    padding: 40px 20px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    margin: 30px 0;
}
.terea-sale-banner h2::after {
	margin: 10px auto 0;
}
.sale-badge {
    background: #65c1bc;
    color: #fff;
    padding: 5px 15px;
    border-radius: 50px;
    font-weight: bold;
    font-size: 14px;
	margin-bottom: 15px;
}
.terarea-sale-banner h2 {
    margin: 15px 0 10px;
    font-size: 28px;
    color: #302f39;
}
#countdown-timer {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 25px 0;
}
.timer-item {
    background: #379992;
    color: #fff;
    padding: 10px 15px;
    border-radius: 10px;
    min-width: 60px;
}
.timer-item span {
    font-size: 24px;
    display: block;
    font-weight: bold;
}
.timer-item small {
    font-size: 10px;
    text-transform: uppercase;
    opacity: 0.7;
}
.timer-sep {
    font-size: 24px;
    font-weight: bold;
    color: #302f39;
}
.sale-button {
    display: inline-block;
    background: #379992;
    color: #fff !important;
    padding: 15px 35px;
    border-radius: 50px;
    text-decoration: none !important;
    font-weight: bold;
    transition: 0.3s;
    border: 2px solid #379992;
}
.sale-button:hover {
    background: transparent;
    color: #379992 !important;
}
.v-step {
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
    margin-bottom: 10px;
}
.v-step-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.v-step-header h3 {
    margin: 0 0 10px !important;
    font-size: 1.2rem;
    color: #000;
}
.v-edit-btn {
    background: none;
    border: none;
    color: #65c1bc;
    text-decoration: underline;
    cursor: pointer;
}
.v-step-result {
    border-left: 3px solid #65c1bc;
    padding-left: 15px;
    font-style: italic;
    color: #555;
}
.v-next-btn {
    margin-top: 15px !important;
    background: #000 !important;
    color: #fff !important;
	border: 2px solid #000 !important;
	transition: all .2s ease-in-out;
}
.v-next-btn:hover {
    background: #fff !important;
    color: #000 !important;
}
.col2-set, .woocommerce-billing-fields, .woocommerce-shipping-fields {
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
.woocommerce-billing-fields__field-wrapper, 
.woocommerce-billing-fields > h3 {
    display: none !important;
}
.v-step .woocommerce-billing-fields__field-wrapper {
    display: block !important;
}
@media (max-width: 768px) {
	.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
		margin-left: 5px;
		margin-right: 5px;
	}
    .woocommerce-ordering {
        justify-content: flex-start;
        width: 100%;
    }
    .woocommerce-ordering select.orderby {
        width: 100%;
    }
}
#wpgs-gallery.wcgs-woocommerce-product-gallery {
	margin-bottom: 75px;
}
.header-search {
    position: relative;
    max-width: 300px;
    width: 100%;
}
.woocommerce-product-search {
    display: flex;
    align-items: center;
    background: #f4f4f4;
    border-radius: 25px;
    padding: 5px 15px;
    transition: background 0.3s ease;
}
.woocommerce-product-search:focus-within {
    background: #eeeeee;
    box-shadow: 0 0 0 2px #000;
}
.woocommerce-product-search .search-field {
    border: none;
    background: transparent;
    padding: 8px 10px;
    width: 100%;
    font-family: 'Roobert', sans-serif;
    font-size: 14px;
    outline: none;
    color: #000;
}
.woocommerce-product-search button {
    background: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    color: #555;
    padding: 0;
    transition: color 0.3s ease;
}
.woocommerce-product-search button:hover {
    color: #000;
}
.search-field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
.wc-block-components-button:not(.is-link) {
	padding: 10px 30px;
    border-radius: 50px;
    color: #000;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    border: 2px solid #000;
    text-transform: uppercase;
    transition: all .3s ease-in-out;
}
.wc-block-components-button:not(.is-link):hover {
    border: 2px solid #65c1bc;
    color: #65c1bc;
}
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
	font-size: 16px;
    color: #000;
    border-bottom: 1px solid #65c1bc;
    text-decoration: none;
}
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name:hover {
	color: #65c1bc;
}
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
	cursor: pointer;
}
.woocommerce-checkout .col2-set, 
.woocommerce-checkout .col2-set .col-1, 
.woocommerce-checkout .col2-set .col-2 {
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
}
@media (min-width: 992px) {
    .checkout.woocommerce-checkout {
        display: flex !important;
        flex-direction: row !important;
        gap: 50px;
        align-items: flex-start;
        margin: 0 auto;
    }
    #customer_details {
        flex: 0 0 60% !important;
    }
    #order_review_heading, 
    #order_review {
        flex: 0 0 35% !important;
        width: 35% !important;
    }
}
#order_review_heading {
    border: none;
    margin-bottom: 10px;
    font-size: 20px;
}
#order_review {
    background: #ffffff;
}
.woocommerce-checkout input.input-text, 
.woocommerce-checkout select {
    border: 1px solid #656565 !important;
    border-radius: 4px !important;
    padding: 12px 15px !important;
    background-color: #fff !important;
}
.whatsapp-hint {
    display: block;
    font-size: 12px;
    color: #888;
    margin-top: 4px;
}
#order_review_heading {
    display: none;
}
.checkout-product-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.checkout-product-item img {
    border-radius: 4px;
}
.woocommerce-checkout h3 {
    font-family: 'Roobert', sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 10px;
    color: #000;
}
.order-total {
	font-size: 22px;
}
.product-name {
	position: relative;
}
.product-quantity {
	position: absolute;
    top: 7px;
    left: 50px;
    font-size: 12px;
    border: 1px solid #818181;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.woocommerce-checkout #payment {
	background: none;
}
.woocommerce-checkout #payment ul.payment_methods, .woocommerce-checkout #payment div.form-row {
	padding: 0;
}
.woocommerce-terms-and-conditions-wrapper {
	margin-top: 20px;
	margin-bottom: 20px;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
	display: block;
	margin: 0 auto;
	float: none;
	padding: 15px 30px;
    border-radius: 50px;
    color: #000;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    border: 2px solid #000;
    text-transform: uppercase;
	background: none;
    transition: all .3s ease-in-out;
}
.woocommerce #payment #place_order:hover, .woocommerce-page #payment #place_order:hover {
	border: 2px solid #65c1bc;
    color: #65c1bc;
}
.woocommerce form .form-row.woocommerce-validated .select2-container:not(.select2-container--open) .select2-selection {
	border-color: #65c1bc;
}
.woocommerce form .form-row .woocommerce-input-wrapper .description {
/* 	display: block !important; */
	background: #65c1bc;
	padding: 10px;
}
.woocommerce form .form-row .woocommerce-input-wrapper .description span {
	color: #fff;
	font-size: 16px;
}
.woocommerce form .form-row .woocommerce-input-wrapper .description::before {
	border-color: #65c1bc transparent transparent transparent;
}
li.product.outofstock {
    position: relative;
    pointer-events: none;
    cursor: not-allowed;
}
li.product.outofstock img, 
li.product.outofstock .woocommerce-loop-product__title, 
li.product.outofstock .price,
li.product.outofstock .wpclv-attributes {
    filter: grayscale(1) opacity(0.5);
}
li.product.outofstock .button {
    background-color: #ccc !important;
    color: #888 !important;
    border-color: #ccc !important;
    pointer-events: none;
}
li.product.outofstock .vape-oos-item {
    position: relative;
}
li.product.outofstock .vape-oos-item::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(0,0,0,0.5);
    transform: rotate(-45deg);
}
/* WOOCOMMERCE END */
@media (max-width: 1600px) {
    .container { max-width: 960px; }
	
	.header-holder {
		display: grid;
		grid-template-columns: 8% 35% 27% 23%;
		gap: 10px;
		justify-content: space-between;
		align-items: center;
	}
}
@media (max-width: 1440px) {
    .container { max-width: 960px; }
}
@media (max-width: 1200px) {
    .container { max-width: 1024px; }
	.main-banner-holder {
		padding: 50px 0;
	}
	.main-banner h1 {
		font-size: 48px;
	}
	ul.products li.product a h2 {
		font-size: 16px;
	}
	h2 {
		font-size: 36px;
	}
}
@media (max-width: 1024px) {
	.header-phone-holder {
		gap: 10px;
	}
	.header-phone {
		flex-direction: column;
	}
	.header-holder {
		grid-template-columns: 80px 1fr 200px 30px;
	}
    .woocommerce-checkout {
        gap: 30px;
    }
	ul.products li.product {
		margin: 10px;
	}
	.main-banner-holder .two-btn {
		justify-content: center;
	}
	.menu-toggle {
        display: flex;
    }
    .main-navigation {
        position: fixed;
        top: 0;
        right: -100%;
        width: 280px;
        height: 100vh;
        background: #fff;
        box-shadow: -5px 0 15px rgba(0,0,0,0.1);
        transition: right 0.4s ease-in-out;
        padding: 80px 40px;
        z-index: 1000;
        display: block !important;
    }
    .main-navigation.is-open {
        right: 0;
    }
    .menu-toggle.is-active span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
    .menu-toggle.is-active span:nth-child(2) { opacity: 0; }
    .menu-toggle.is-active span:nth-child(3) { transform: rotate(-45deg) translate(7px, -7px); }
    
    .main-navigation ul {
        flex-direction: column;
        display: flex;
        gap: 20px;
    }
    .main-navigation li a {
        font-family: 'Roobert', sans-serif;
        font-size: 18px;
        font-weight: 500;
        text-decoration: none;
        color: #000;
    }
}
@media (max-width: 860px) {

	.main-banner-holder {
		grid-template-columns: 1fr;
		grid-gap: 30px;
	}
}
@media (max-width: 768px) {
	.sale-two-col {
		grid-template-columns: 1fr;
	}
	.header-holder {
        grid-template-columns: 80px 1fr 200px 30px;
    }
	.footer-holder {
		grid-template-columns: 1fr;
		grid-gap: 10px;
	}
    .woocommerce-thankyou-order-details {
        flex-direction: column;
        gap: 15px;
        padding: 20px;
    }
    .woocommerce-thankyou-order-details li {
        border-right: none;
        border-bottom: 1px solid #d1d5db;
        padding-right: 0;
        padding-bottom: 15px;
        width: 100%;
    }
    .woocommerce-thankyou-order-details li:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }
    .woocommerce-thankyou-order-details li strong {
        font-size: 16px;
    }
	ul.products li.product {
		padding: 0 10px 20px !important;
	}
	ul.products li.product a.button {
		padding: 5px 10px;
	}
	.product-grid ul.products {
		grid-template-columns: 1fr 1fr;
	}
    .woocommerce-checkout {
        display: block !important;
    }
   
    #customer_details, 
    #order_review {
        width: 100% !important;
        flex: 0 0 100% !important;
    }
    #order_review {
        margin-top: 40px;
    }
    h2 { font-size: 24px; }
}
@media (max-width: 600px) {
    .header-holder {
        grid-template-columns: 80px 70px 200px 30px;
    }
	.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
		padding: 13px 24px 13px 30px;
	}
	.dgwt-wcas-search-wrapp {
		min-width: 70px;
        max-width: 70px !important;
        width: 100%;
	}
	ul.products li.product .wpclv-attributes .wpclv-terms .wpclv-term.wpclv-term-image {
		width: 45px;
		min-width: 45px;
	}
	.shop-holder ul.products li.product {
		width: 100% !important;
	}
	.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {		
		width: 100% !important;
	}
	.main-banner h1 {
        text-align: center;
    }
	.main-banner h1::after {
		margin: 0 auto;
	}
	.main-banner p {
		text-align: center;
	}
	.main-banner--right {
		max-width: 400px;
	}
    .shop_table.order_details, 
    .shop_table.order_details tbody, 
    .shop_table.order_details tr, 
    .shop_table.order_details td, 
    .shop_table.order_details th {
        display: block !important;
        width: 100% !important;
        box-sizing: border-box;
    }
    .shop_table.order_details thead {
        display: none;
    }
    .shop_table.order_details .product-name {
        padding: 15px 10px 5px 10px !important;
        font-weight: bold;
        border-bottom: none !important;
    }
    .shop_table.order_details .product-total {
        padding: 5px 10px 15px 10px !important;
        text-align: left !important;
        color: #000;
        border-bottom: 1px solid #eee !important;
    }
    .shop_table.order_details tfoot th {
        padding: 15px 10px 5px 10px !important;
        border-bottom: none !important;
        text-transform: uppercase;
        font-size: 12px;
        color: #666;
    }
    .shop_table.order_details tfoot td {
        padding: 5px 10px 15px 10px !important;
        text-align: left !important;
        font-size: 18px;
        font-weight: bold;
    }
    .shop_table.order_details tfoot tr:last-of-type {
        background: #f9f9f9;
        border-radius: 0 0 12px 12px;
    }
	.main-banner h1 {
        font-size: 38px;
    }
	.main-banner-holder .two-btn {
        gap: 15px;
    } 
	.main-banner-holder .def-btn {
		padding: 5px 10px;
	}
	ul.products li.product {
        margin: 10px 5px;
    }
}
@media (max-width: 480px) {

	.main-banner--right {
		max-width: 350px;
	}
    .woocommerce-order-details {
        padding: 15px;
    }
    .shop_table.order_details thead th,
    .shop_table.order_details tbody td {
        padding: 10px 5px;
        font-size: 14px;
    }
    .shop_table.order_details tfoot tr:last-child td {
        font-size: 18px !important;
        font-weight: bold;
    }
	.woocommerce-column--billing-address {
        padding: 20px;
    }

    address {
        font-size: 15px;
        line-height: 2;
    }
	.header-holder {
		gap: 10px;
	}
	.header-holder {
        grid-template-columns: 45px 70px 225px 30px;
    }
	.header-holder .logo img {
		max-width: 45px;
		height: auto;
	}
	.product-grid ul.products {
        grid-template-columns: 1fr;
    }
    #billing_first_name_field, 
    #billing_last_name_field {
        width: 100% !important;
        float: none !important;
    }
    #place_order {
        padding: 15px !important;
        font-size: 16px;
    }
    #order_review {
        padding: 15px;
    }
}
@media (max-width: 425px) {
	.header-holder {
		grid-template-columns: 45px 1fr 30px;
	}
	.header-phone-holder {
        gap: 20px;
		justify-content: center;
    }
	.dgwt-wcas-search-wrapp {
		display: none !important;
		max-width: 50px !important;
		width: 50px !important;
        min-width: 50px !important;
    } 
	.header-phone {
		gap: 10px;
	}
	.header-phone a::before {
		width: 30px;
		height: 30px;
	}
	.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
		padding: 10px 22px 10px 22px;
	}
	.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
		left: 17px;
    	top: 17px;
	}
}
@media (max-width: 375px) {
    .product-name-text {
        font-size: 13px;
    }
	.main-banner--right {
		max-width: 300px;
	}
}
@media (max-width: 360px) {
	
}
@media (max-width: 320px) {
	
}