/*
Theme Name: SJ Computers
Version: 1.0
Tags: green, gray, google fonts, theme options, custom header, responsive
The CSS, XHTML and design is released under GPL
*/

:root{
	--primary-color: #72BB46;
	--primary-lt-color: #F5F9F2;
	--default-color: #191919;
	--grey-color: #F5F5F5;
}

body{font: normal 15px/1.5 'Inter Tight'; letter-spacing: 0.5px; color: var(--default-color); font-weight: 400; overflow-x: hidden; position: relative;} 
img{max-width: 100%; height: auto;}
a{text-decoration: none; color: var(--primary-color);}
a:hover,a:focus{text-decoration: none;}
a,.btn{outline: none; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out;}
.ul-none,.site-footer ul,.fnav ul,.cinfo ul,.hero-slider.slick-slider .slick-dots,.check-bullets{list-style: none; margin: 0; padding: 0;}

/*Format*/
h1,h2,h3,h4,h5,
.h1,.h2,.h3,.h4,.h5{margin-bottom: 18px; font-weight: 600; line-height: 1.4;}
h1,.h1{font-size: 30px;}
h2,.h2{font-size: 26px;}
h3,.h3{font-size: 23px;}
h4,.h4{font-size: 21px;}
h5,.h5{font-size: 18px;}
p{margin-bottom: 20px;}
strong{font-weight: 600;}
.bg-cover{background: center center no-repeat; background-size: cover;}
.social-media a{display: inline-flex; align-items: center; justify-content: center; vertical-align: top; border: 1px solid #fff; width: 45px; height: 45px; border-radius: 50px; margin: 0 10px 10px 0;}
.social-media a:hover{transform: scale(1.08);}
.social-media a:last-child{margin-right: 0;}
.has-separator{position: relative; padding-bottom: 20px;}
.has-separator::after{content: ''; position: absolute; height: 3px; width: 25px; background-color: #3ABD9E; left: 0; bottom: 0;}
.bg-primary{background-color: var(--primary-color) !important;}
.bg-lt-primary{background-color: var(--primary-lt-color);}
.text-primary{color: var(--primary-color) !important;}
.text-lt-primary{color: var(--primary-lt-color) !important;}
.text-large{font-weight: 900; font-size: 70px; line-height: 0.9;}
.text-gaming{background: linear-gradient(90deg, #B12EE8 0%, #4C90E7 100%); background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	 -webkit-text-fill-color: transparent;}
.check-bullets li{position: relative; display: flex; gap: 15px; margin-bottom: 10px;}
.check-bullets li::before{
	content: ''; width: 20px; height: 20px; flex-shrink: 0; margin-top: 5px;
	background: url('data:image/svg+xml,<svg width="19" height="16" viewBox="0 0 19 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.01161 7.38815L7.20176 13.0429L17.5474 0.976304" stroke="white" stroke-width="3"/></svg>') 0 0 no-repeat; background-size: 100%;
}

.slider-custom-arrows{
	display: inline-flex; gap: 8px;
}
.slider-custom-arrows button,
.slick-slider .slick-arrow{width: 44px; height: 44px; background-color: #F5F5F5; border-radius: 50px; text-indent: -333px; overflow: hidden; border: 0; position: relative;}
.slider-custom-arrows button::before,
.slick-slider .slick-arrow::before{
  background: url('data:image/svg+xml,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 330 330" fill="%23151618" style="enable-background:new 0 0 330 330;" xml:space="preserve"><path id="XMLID_222_" d="M250.606,154.389l-150-149.996c-5.857-5.858-15.355-5.858-21.213,0.001 c-5.857,5.858-5.857,15.355,0.001,21.213l139.393,139.39L79.393,304.394c-5.857,5.858-5.857,15.355,0.001,21.213 C82.322,328.536,86.161,330,90,330s7.678-1.464,10.607-4.394l149.999-150.004c2.814-2.813,4.394-6.628,4.394-10.606 C255,161.018,253.42,157.202,250.606,154.389z"/><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g></svg>') 50% no-repeat;
  background-size: 40%;
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0; opacity: 1;
}
.slider-custom-arrows button.custom-prev-arrow::before,
.slick-slider .slick-arrow.slick-prev::before{transform: scalex(-1);}
.slider-custom-arrows.white-arrows button{background-color: #fff;}
.slider-custom-arrows button:hover,
.slick-slider .slick-arrow:hover{background-color: #ddd;}

.slick-slider .slick-arrow{position: absolute; top: calc(50% - 22px); z-index: 22;}
.slick-slider .slick-arrow.slick-prev{left: 25px;}
.slick-slider .slick-arrow.slick-next{right: 25px;}

.hero-slider.slick-slider .slick-arrow{opacity: .4; transition: opacity .4s ease;}
.hero-slider.slick-slider:hover .slick-arrow{opacity: 1;}
.hero-slider.slick-slider .slick-arrow.slick-disabled{display: none !important;}
.hero-slider.slick-slider .slick-dots {
    position: absolute;
    bottom: 30px;
    display: flex;
    gap: 10px;
    justify-content: center;
    width: 100%;
    z-index: 22;
}
.hero-slider.slick-slider .slick-dots li {
    width: 90px;
    opacity: .8;
    height: 18px;
    display: flex;
    align-items: center;
    position: relative; cursor: pointer;
}
.hero-slider.slick-slider .slick-dots li::before{
	content: ''; height: 2px; width: 100%; position: absolute;
	background: rgba(255,255,255,0.3); /* Background track */
}
.hero-slider.slick-slider .slick-dots li button {
    border: 0;
    width: 0%;
    height: 2px;
    background-color: #fff;
    overflow: hidden;
    text-indent: -2222;
    display: block;
    outline: none;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    margin: 0;
}
.hero-slider.slick-slider .slick-dots li.slick-active {
    opacity: 1;
}

.slick-slider,
.slick-track::before,
slick-track::after{display: none;}
.slick-initialized.slick-slider{display: block;}

.products-carousel,
.products-carousel .slick-list,
.products-carousel .slick-track{
	display: flex;
}
.slick-slide > div,
.slick-slide > div > .product-item{
	height: 100%;
}

/*Buttons*/
.btn{padding: 12px 25px; border: 0; font-size: 16px; font-weight: 600; border-radius: 0; position: relative; overflow: hidden; text-align: left;}
.btn.btn-primary{color: #fff; border: 1px solid var(--primary-color); box-shadow: inset 0 0 0 50px var(--primary-color);}
.btn.btn-primary:hover,.btn.btn-primary:focus,.btn.btn-primary:active{background-color: transparent; color: var(--primary-color); box-shadow: inset 0 0 0 0 var(--primary-color);}
.btn.btn-dark{color: #fff; border: 1px solid var(--default-color); box-shadow: inset 0 0 0 50px var(--default-color);}
.btn.btn-dark:hover,.btn.btn-dark:focus,.btn.btn-dark:active{background-color: transparent; color: var(--default-color); box-shadow: inset 0 0 0 0 var(--default-color);}
.btn.btn-outline{color: var(--default-color); border: 1px solid var(--default-color); background: transparent;}
.btn.btn-outline:hover,.btn.btn-outline:focus,.btn.btn-outline:active{color: #fff; background: var(--default-color);}
.btn.btn-grey{color: var(--default-color); border: 1px solid var(--grey-color); box-shadow: inset 0 0 0 50px var(--grey-color);}
.btn.btn-grey:hover,.btn.btn-grey:focus,.btn.btn-grey:active{background-color: transparent; border-color: var(--default-color); color: var(--default-color); box-shadow: inset 0 0 0 0 var(--grey-color);}

/*Section*/
.section{padding-top: 120px !important; padding-bottom: 120px !important;}
.md-section{padding-top: 90px !important; padding-bottom: 90px !important;}
.sm-section{padding-top: 70px !important; padding-bottom: 70px !important;}

/*Header*/
.site-header{position: sticky; top: 0; width: 100%; transition: .3s ease; z-index: 999; background-color: #fff;}
.site-header .navbar{padding-top: 10px; padding-bottom: 10px;}
.site-header .navbar-brand img{max-width: 220px;}
.site-header .navbar-expand-lg .navbar-nav{margin-right: 20px;}
.site-header .navbar-expand-lg .navbar-nav .nav-link{padding: 6px 16px; font-weight: 500; text-align: center; color: var(--default-color); font-size: 16px;}
.site-header .navbar-expand-lg .navbar-nav .nav-link:hover,
.site-header .navbar-expand-lg .navbar-nav li.current-menu-item .nav-link{color: #A8A8A8;}
.site-header .xoo-wsc-sc-cont{height: 20px;}
/*DropDown*/
@media only screen and (min-width : 990px) {
	.navbar-nav > li > .dropdown-menu{display: block; padding: 0; transition: ease-out 0.30s; margin-top: 10px; opacity: 0; visibility: hidden; background-color: #fff;  right: 0; width: 220px; border: 0;}
	.dropdown:hover .dropdown-menu{margin-top: 0; opacity: 1; visibility: visible;}
}
.navbar-nav .dropdown-menu{box-shadow: 0px 0px 40px 0px #0B111814; padding: 0;}
.navbar-nav .dropdown-menu li:not(:last-child){border-bottom: 1px solid #EAEAEA;}
.navbar-nav .dropdown-menu .dropdown-item{padding: 10px 15px; border-radius: 0; white-space: normal; font-size: 16px; font-weight: 300;}
.navbar-nav .dropdown-menu .dropdown-item:hover,
.navbar-nav .dropdown-menu .current-menu-item > a{background-color: transparent; color: #D4A255;}

.header-left,
.top-btns{gap: 12px;}
.top-btns{display: flex; align-items: center; justify-content: end;}
.top-btns a{color: var(--default-color);}

.site-header .search-wrap{
	max-width: 400px;
}
.aws-container .aws-search-form{
	height: auto; 
	background-color: #F5F5F5; border: 1px solid var(--default-color);
	padding: 8px 12px;
	position: relative;
}
.aws-container .aws-search-form::before{
	content: ''; width: 20px; height: 20px;
	background: url('data:image/svg+xml,<svg width="25" height="25" viewBox="0 0 25 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16.9993 16.9993L23 23M10.5169 19.5338C15.4968 19.5338 19.5338 15.4968 19.5338 10.5169C19.5338 5.53702 15.4968 1.5 10.5169 1.5C5.53703 1.5 1.5 5.53702 1.5 10.5169C1.5 15.4968 5.53703 19.5338 10.5169 19.5338Z" stroke="%23191919" stroke-width="3" stroke-linejoin="round"/></svg>') 0 0 no-repeat;
	background-size: 100%;
}
.aws-container .aws-search-form .aws-search-field{
	background: transparent; border: 0;
	line-height: inherit; height: auto;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 14px;
}

.categories-nav{background-color: var(--primary-lt-color);}
.categories-nav ul,
.brand-items-sublist{
	text-align: center;
	overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
	display: flex; align-items: start;
}
.categories-nav a{display: inline-block; padding: 12px 15px; color: var(--default-color); font-weight: 500; white-space: nowrap;}
.categories-nav a:hover{background-color: #fff;}
.categories-nav ul li.menu-item-64 a{
	background-image: linear-gradient(90deg, #FF0000 0%, #71C032 50%, #0040FF 100%);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	 -webkit-text-fill-color: transparent;
}
a.cat-menu-btn{display: flex; align-items: center; gap: 10px;}

.categories-nav .categories-wrap{position: relative; width: 100%; overflow: hidden;}
.categories-nav .categories-wrap::before,
.categories-nav .categories-wrap::after {
  content: '';
  width: 20px; height: 20px;
  color: #007bff;
  opacity: 0.6;
  animation: moveArrow 1.5s infinite alternate ease-in-out;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
	display: none;
}

.categories-nav .categories-wrap::before {
  animation-delay: 0.3s;
  left: 0;
	background: url('data:image/svg+xml,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 330 330" style="enable-background:new 0 0 330 330; transform: scaleX(-1);" xml:space="preserve"><path id="XMLID_222_" d="M250.606,154.389l-150-149.996c-5.857-5.858-15.355-5.858-21.213,0.001 c-5.857,5.858-5.857,15.355,0.001,21.213l139.393,139.39L79.393,304.394c-5.857,5.858-5.857,15.355,0.001,21.213 C82.322,328.536,86.161,330,90,330s7.678-1.464,10.607-4.394l149.999-150.004c2.814-2.813,4.394-6.628,4.394-10.606 C255,161.018,253.42,157.202,250.606,154.389z"/><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g></svg>') center no-repeat;
	background-size: 53%;
}

.categories-nav .categories-wrap::after {
  animation-delay: 0.3s;
  right: 0;
	background: url('data:image/svg+xml,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 330 330" style="enable-background:new 0 0 330 330;" xml:space="preserve"><path id="XMLID_222_" d="M250.606,154.389l-150-149.996c-5.857-5.858-15.355-5.858-21.213,0.001 c-5.857,5.858-5.857,15.355,0.001,21.213l139.393,139.39L79.393,304.394c-5.857,5.858-5.857,15.355,0.001,21.213 C82.322,328.536,86.161,330,90,330s7.678-1.464,10.607-4.394l149.999-150.004c2.814-2.813,4.394-6.628,4.394-10.606 C255,161.018,253.42,157.202,250.606,154.389z"/><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g></svg>') center no-repeat;
	background-size: 53%;
}

/* Define the animation to move arrows horizontally */
@keyframes moveArrow {
  0% {
    transform: translateY(-50%) translateX(0); /* Start at center */
  }
  100% {
    transform: translateY(-50%) translateX(5px); /* Move right for ::after, left for ::before */
  }
}

/* Adjust the animation for the ::before element to move left */
.categories-nav ul::before {
  animation-name: moveArrowLeft; /* Use a different animation for ::before */
}

@keyframes moveArrowLeft {
  0% {
    transform: translateY(-50%) translateX(0); /* Start at center */
  }
  100% {
    transform: translateY(-50%) translateX(-5px); /* Move left */
  }
}


/*Mobile Menu*/
.navbar-toggler.navBtn{border: 0; box-shadow: none;}
.navbar-toggler.navBtn .navbar-toggler-icon{width: 26px; height: 20px;}
.sidenav-wrap,
.filters-slide-wrap{width: 0; transition: .3s ease; position: absolute; left: 0; top: 0; height: 100%; z-index: 44444; opacity: 0; color: #000;}
.menu-backdrop{position: absolute; right: 0; top: 0; height: 100%; width: 100%; background-color: rgba(0,0,0,.5);}
.sidenav,
.filters-slide{height: 100%; width: 350px; position: fixed; z-index: 9999; top: 0; right: -370px; opacity: 0; background-color: #fff; overflow-x: hidden; transition: 0.5s; box-shadow: 0 0 20px rgba(0,0,0,.1);}
.sidenav-wrap.catNav .sidenav{right: inherit; left: -370px;}
.sidenav .closebtn,
.filters-slide .closebtn{position: absolute; z-index: 44; width: 30px; text-align: center; top: 0; right: 18px; font-size: 36px; line-height: normal; color: #000;}
.the_menu{padding: 30px; font-size: 17px;}
.the_menu h4.hd{font-size: 18px; margin-bottom: 30px; letter-spacing: 3px;}
.the_menu .navbar-nav li{margin-bottom: 15px; border-bottom: 1px solid #A8A8A861;}
.the_menu .navbar-nav li > a{padding: 0 0 12px; display: block; width: 100%; color: #000 !important; font-weight: 500; font-size: 17px;}
.the_menu .navbar-nav li > a:hover,
.the_menu .navbar-nav li.current-menu-item > a.nav-link{color: #A8A8A8 !important;}
/*Show*/
.sidenav-wrap.show,
.filters-slide-wrap.show{width: 100%; opacity: 1;}
.sidenav-wrap.mobileNav.show .sidenav{right: 0; opacity: 1;}
.sidenav-wrap.catNav.show .sidenav{left: 0; opacity: 1;}

/*Filter*/
.btn.btnFilter{
	padding: 4px 15px; font-weight: 400; font-size: 14px;
}
.filters-slide{
	right: inherit; left: -370px; padding: 25px;
}
.filters-slide h4{font-weight: 500; font-size: 15px; border-top: 1px solid #ddd; padding-top: 10px;}
.filters-slide .filter-title{font-weight: 400; font-size: 17px; border-bottom: 1px solid #ddd; padding-bottom: 10px;}
.filters-slide .closebtn{top: 15px; font-size: 33px;}
/*show*/
.filters-slide-wrap.show .filters-slide {
	opacity: 1; left: 0;
}
.filters-slide-wrap .woof_price_filter{
	margin-left: 20px; margin-right: 20px;
}

.woof_products_top_panel{
	border-bottom: 1px solid #ddd; padding-bottom: 15px;
}
.woof_reset_button_2{
	border: 0; border-radius: 50px; background-color: var(--primary-color); color: #fff; font-size: 15px; font-weight: 500;
	padding: 0px 20px;
}
.woof_products_top_panel_ul li ul li a{
	display: inline-block; border-radius: 30px; padding: 0px 15px; background-color: var(--grey-color); color: var(--default-color);
}

/*Footer*/
.footer{background-color: #191919;}
footer,
footer a{color: #fff;}
footer a:not(.btn):hover{opacity: .8}
.site-footer h5{font-size: 19px; position: relative;}
.site-footer ul{margin-bottom: 35px;}
.site-footer ul li{margin-bottom: 10px;}
.cinfo li a{
	display: flex;
	gap: 8px; align-items: start;
	word-break: break-word;
}

.mfooter{background-color: #222; font-size: 14px;}

.brand-logos-ticker {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.brand-logos {
    display: flex;
    list-style: none;
    padding: 25px 0;
    margin: 0;
    gap: 30px;
    width: max-content; /* Important for the animation */
    animation: scroll-logos 30s linear infinite;
}

.brand-logos:hover {
    animation-play-state: paused;
}

.brand-logos li,
.brand-logos-list li{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.brand-logos li.ticker-item a,
.brand-logos-list li a{
	display: flex; align-items: center; justify-content: center; width: 205px; height: 90px; border: 1px solid #E7E7E7;
}

.brand-logos img ,
.brand-logos-list li img{
    object-fit: contain;
    max-height: 50px;
    max-width: 120px;
    width: 100%;
    transition: filter 0.3s ease;
}

@keyframes scroll-logos {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

@media (max-width: 600px) {
    .brand-logos {
        gap: 20px;
    }

    .brand-logos img {
        width: auto;
        max-height: 40px;
        max-width: 95px;
    }

    @keyframes scroll-logos {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(-50%);
        }
    }
}

.wc-category-slick-slider{
	margin: 0 -8px;
}
.wc-category-slick-slider .slick-slide{
	padding: 8px;
}
.category-slide-item{
	background-color: #fff; position: relative; text-align: center;
	transition: .3s ease;
}
.category-slide-item::before{
	content: '';
	background-color: var(--primary-color);
	width: 100%; height: 50%;
	position: absolute; left: 0; top: 0;
	transition: height .3s ease;
}
.category-slide-item a{
	position: relative; z-index: 22;
	display: block; padding: 30px;
}
.category-slide-item .category-image{
	width: 200px; margin: 0 auto 20px;
}
.category-slide-item .category-title{
	color: var(--default-color); margin-bottom: 0; font-size: 18px; font-weight: 500;
	transition: color .3s ease;
}
.category-slide-item .category-title.bto-gaming{
	background-image: linear-gradient(90deg, #B12EE8 0%, #4C90E7 100%);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	 -webkit-text-fill-color: transparent;
}
/*hover*/
.category-slide-item:hover{
	transform: scale(1.05); box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.category-slide-item:hover::before{
	height: 100%;
}
.category-slide-item:hover .category-title{
	color: #fff;
}
.category-slide-item:hover .category-title.bto-gaming{
	-webkit-text-fill-color: #fff;
	background: none;
}

.view-all{color: var(--default-color); text-decoration: underline; font-weight: 500; font-size: 16px;}

/*Spotlights section*/
.spt-banner,
.spolights-slider .slick-slide a{
	display: block !important; height: 100%;
}
.spt-banner img{
	height: 100%; width: 100%; object-fit: cover; object-position: left center;
}
.spolights-slider{margin: 0 -5px;}
.spolights-slider .slick-slide{padding: 0 5px}

.accordionFaqs .accordion-item{border: 0; margin-bottom: 8px;}
.accordionFaqs .accordion-item .accordion-header{
	font-weight: 500;
}
.accordionFaqs .accordion-item .accordion-header .accordion-button{
	background-color: #F5F5F5; color: var(--default-color); box-shadow: none;
	font-size: 20px;
}
.accordionFaqs .accordion-item .accordion-body{box-shadow: 0 0 10px rgba(0,0,0,.1);}

/*Posts*/
.recent-post-item{
	position: relative;
	display: flex; width: 100%; height: 500px; overflow: hidden;
	align-items: end;
}
.recent-post-item .wp-post-image{
	position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; z-index: 11;
	transition: transform 2s ease;
}
.recent-post-item::after{
	content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 22;
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 34%,rgba(0,0,0,0.66) 100%);
}
.recent-post-item .post-content{
	position: relative; z-index: 33; padding: 25px;
	transition: margin-bottom 1s ease;
}
.recent-post-item .post-content h3{}
.recent-post-item .post-content .btn-outline{border-color: #fff; color: #fff; padding: 5px 20px; font-size: 14px;}
/*hover*/
.recent-post-item:hover .wp-post-image{
	transform: scale(1.2);
}
.recent-post-item:hover .post-content{
	margin-bottom: 10px;
}
.recent-post-item:hover .post-content .btn-outline{
	background-color: #fff; color: var(--default-color);
}

.blog-posts-loop {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 0 -10px;
    }
    
    .blog-post-card {
        position: relative;
        width: calc(25% - 20px);
        min-width: 280px;
        background: #fff;
        overflow: hidden;
        box-shadow: 0 4px 12px rgba(0,0,0,0.08);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        margin: 0 10px 20px !important;
    }
    
    .blog-post-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 24px rgba(0,0,0,0.12);
    }
    
    .blog-post-image {
        height: 280px;
        background-size: cover;
        background-position: center;
        position: relative;
        overflow: hidden;
		display: block;
    }
    
    .image-overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 60%;
        background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
    }
    
    .blog-post-content {
        padding: 20px;
        position: relative;
        z-index: 1;
    }
    
    .blog-post-title {
        font-size: 18px;
        font-weight: 600;
        line-height: 1.4;
        margin: 0 0 5px 0;
        color: #333;
    }
    
    .blog-post-title a {
        color: #333;
        text-decoration: none;
        transition: color 0.3s ease;
    }
    
    .blog-post-title a:hover {
        color: var(--secondary-color);
    }
    
    .blog-post-date {
        font-size: 13px;
        color: #666;
        margin-bottom: 15px;
        display: inline-block;
        font-weight: 500;
    }
    
    .blog-post-excerpt {
        font-size: 15px;
        color: #666;
        margin-bottom: 20px;
        line-height: 1.6;
    }
    
    .read-more-link {
        display: inline-block;
        font-size: 14px;
        text-decoration: none;
        font-weight: 600;
        transition: color 0.3s ease;
    }
    
    .read-more-link:hover {
        color: #004499;
        text-decoration: underline;
    }
    
    @media (max-width: 1200px) {
        .blog-post-card {
            width: calc(33.333% - 20px);
        }
    }
    
    @media (max-width: 992px) {
        .blog-post-card {
            width: calc(50% - 20px);
        }
    }
    
    @media (max-width: 768px) {
        .blog-posts-loop {
            flex-direction: column;
            gap: 15px;
			margin: 0;
        }
        
        .blog-post-card {
            width: 100%;
            margin: 0 !important;
        }
    }
    
    @media (max-width: 480px) {
        .blog-post-image {
            height: 220px;
        }
        
        .blog-post-content {
            padding: 15px;
        }
        
        .blog-post-title {
            font-size: 16px;
        }
    }

.blog-posts-pagination{
	text-align: center; margin-top: 25px;
}

/*Woo*/
.brand-logos-wrap ul{display: flex; gap: 10px; padding-bottom: 2px;}
.brand-logos-list li.brand-item.all a{
	color: var(--default-color); font-size: 20px; font-weight: 600;
}
.brand-logos-list li a{
	width: 150px; height: 68px;
}
.brand-logos-list li a.active{border-color: #000;}
.brand-logos-list li img {
  object-fit: contain; max-height: 42px; max-width: 110px;
}

.woocommerce .products ul::after, .woocommerce .products ul::before,
.woocommerce .products::after, .woocommerce ul.products::before{display: none;}

.products-carousel.slick-slider .slick-list{margin: 0 -10px;}
.products-carousel.slick-slider .slick-slide{padding: 15px 10px;}

.woocommerce ul.products{display: flex; flex-wrap: wrap; gap: 20px; margin: 0 0 35px 0;}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product{width: calc(25.2% - 20px) !important; margin: 0 !important;}

.woocommerce .products .product,
.woocommerce-page .products .product{margin: 0; background-color: #F5F5F5; border: 1px solid #F5F5F5; padding: 2px; transition: .3s ease; display: flex; flex-direction: column; align-items: center; font-size: 14px; overflow: hidden;}
.woocommerce .products .product a img,
.woocommerce ul.products li.product a img{
	margin-bottom: 8px; transition: .5s ease; top: 0; position: relative;
	width: 100%;
	max-width: 170px; max-height: 170px; object-fit: contain;
	display: inline-block;
}
.woocommerce .products .product:hover,
.woocommerce-page .products .product:hover{transform: scale(1.03);}
.woocommerce .products .product:hover img,
.woocommerce-page .products .product:hover img{top: -8px; /*box-shadow: 1px 1px 7px rgba(0,0,0,.1);*/}
.woocommerce .products .product-info-wrapper{width: 100%; padding: 10px 12px 12px;}
.woocommerce .products .product-image-link{
	display: flex; align-items: center; justify-content: center;
	width: 100%; height: 200px;
	background-color: #fff; text-align: center;
}
div.woocommerce .products div.product-info-wrapper h2.woocommerce-loop-product__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title{
	font-size: 17px; font-weight: 500; padding: 0; margin-bottom: 10px;
}
.woocommerce .products .product-info-wrapper .woocommerce-loop-product__title a{color: var(--default-color)}
.woocommerce .products .product-info-wrapper .product-attributes{
	padding-bottom: 15px; margin-bottom: 10px; border-bottom: 1px solid #EFEFEF;
}
.woocommerce .products .product-info-wrapper .product-price-stock,
.woocommerce .products .product-info-wrapper .product-actions-rating{
	display: flex; justify-content: space-between;
}
.woocommerce .products .product-info-wrapper .product-price-stock .price-label{
	color: #A8A8A8; font-size: 13px;
}
.woocommerce .products .product-info-wrapper .product-price-stock .stock-status,
.woocommerce .products .product-info-wrapper .rating-text{
	font-size: 13px;
}
.woocommerce .products .product-info-wrapper .product-price-stock .stock-status.in-stock{
	color: #447A18; font-weight: 500;
}
.woocommerce .products .product-info-wrapper .price-wrap .price{
	font-weight: 600; font-size: 17px; margin-bottom: .5em; display: block; color: var(--default-color);
}
.woocommerce .products .product-info-wrapper div.star-rating{
	font-size: 15px;
}
.woocommerce .products .product-info-wrapper .product-rating{
	text-align: right; line-height: .5;
}
.woocommerce .products .product-info-wrapper .product-actions-rating .button{
	margin-top: 0;
}
.woocommerce .products .product-info-wrapper .product-actions-rating{
	align-items: start;
}
.woocommerce .products .product-info-wrapper .product-actions-rating .button.add_to_cart_button,
.woocommerce div.product form.cart .button{
	border-radius: 0; padding: 6px 20px; line-height: inherit; background-color: var(--default-color); color: #fff; font-weight: 500; text-align: center;
	font-weight: 600;
}
.woocommerce .products .product.sale::before{
	content: 'SALE';
	position: absolute; left: -58px; top: 8px; color: #fff; padding: 5px 16px;
	z-index: 22; font-weight: 600;
	width: 170px; text-align: center; transform: rotate(-30deg); box-shadow: 0px 4px 0px #439407;
	background: linear-gradient(45deg,  rgba(180,221,180,1) 0%,rgba(131,199,131,1) 17%,rgba(82,177,82,1) 33%,rgba(0,138,0,1) 67%,rgba(0,87,0,1) 83%,rgba(0,36,0,1) 100%);
}

.woocommerce .products .product-shortdesc{
	font-size: 13px;
	max-height: 122px;
    overflow: hidden;
    position: relative;
}
.woocommerce .products .product-shortdesc ul{
	margin-bottom: 0;
}

.woocommerce .products .product-price-stock{
	padding-top: 15px; margin-top: 10px; border-top: 1px solid #DFDFDF;
}

.woocommerce nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul li{border: 0;}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span,
.blog-posts-pagination .page-numbers{
	border-radius: 50px; width: 45px; height: 45px; border: 1px solid #ddd; display: inline-flex; align-items: center; justify-content: center;
	margin: 0 3px; color: var(--default-color); background-color: #fff !important;
}
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current,
.blog-posts-pagination .page-numbers:hover,
.blog-posts-pagination .page-numbers.current{
	color: var(--default-color); border-color: var(--default-color);
}

/*Single*/
.woocommerce .woocommerce-breadcrumb,
.rank-math-breadcrumb{padding: 10px 0; font-size: .92em; color: #767676;}
.woocommerce.single-product .rank-math-breadcrumb{margin-top: 10px; margin-bottom: 20px;}
.woocommerce .woocommerce-breadcrumb a, .rank-math-breadcrumb a{color: #767676;}
.shop-controls-wrapper{
	display: flex; justify-content: space-between; align-items: center; margin-bottom: 15px;
	font-size: 13px; padding: 4px 0;
}
.woocommerce .woocommerce-result-count, .woocommerce .woocommerce-ordering,
.rank-math-breadcrumb p{
  margin-bottom: 0;
}
.woocommerce .woocommerce-ordering{
	background-color: #F5F5F5;
	max-width: 175px; padding: 0 10px; border-radius: 50px;
}
.woocommerce .woocommerce-ordering select{
	background-color: transparent; border: 0; padding: 5px 4px; font-size: 14px; width: 100%;
}

.woocommerce div.product .product_title{font-weight: 500; margin-bottom: 8px;}

.woocommerce div.product .rating-and-stock-wrapper{display: flex; justify-content: space-between; align-items: start;}
.woocommerce div.product .rating-and-stock-wrapper .product-rating{display: flex; gap: 5px;}
.woocommerce div.product .summary .stock-status{font-size: 16px; position: relative; display: flex; align-items: center; gap: 8px; margin-bottom: 15px;}
.woocommerce div.product .summary .stock-status::before{content: ''; width: 11px; height: 11px; border-radius: 20px; background-color: #ddd;}
.woocommerce div.product .summary .stock-status.in-stock::before{background-color: var(--primary-color);}

.woocommerce div.product div.woocommerce-product-rating{margin-bottom: 15px;}
.woocommerce div.product .summary .price{color: var(--default-color); font-size: 25px; font-weight: 600; padding-bottom: 15px;}
.woocommerce div.product .summary p.price{border-bottom: 1px solid #ddd;}
.woocommerce div.product form.cart .variations label{font-weight: 500; font-size: 16px;}
.woocommerce div.product .wpcvs-attribute:not(:last-child){margin-bottom: 16px;}

.woocommerce div.product form.cart .variations{margin-bottom: 0;}
.woocommerce div.product form.cart .woocommerce-variation-add-to-cart{border-top: 1px solid #ddd; padding-top: 23px;}
.woocommerce div.product .variations .wpcvs-terms{width: 100%; flex-wrap: wrap;}
.woocommerce div.product .variations .wpcvs-terms.wpcvs-type-button .wpcvs-term,
.woocommerce div.product .variations .wpcvs-terms.wpcvs-type-button .wpcvs-term .wpcvs-term-inner .wpcvs-term-label{width: 100%;}
.woocommerce div.product .variations .wpcvs-terms.wpcvs-type-button .wpcvs-term .wpcvs-term-inner .wpcvs-term-label{
	text-align: left;
	font-weight: 500; font-size: 16px; display: flex; gap: 10px; align-items: center; line-height: normal;
	padding: 10px;
}
.woocommerce div.product .variations .wpcvs-terms.wpcvs-style-rounded .wpcvs-term{
	border-radius: 50px; background-color: #F5F5F5; border-color: transparent;
	padding: 2px 10px;
}
.woocommerce div.product .variations .wpcvs-terms.wpcvs-type-button .wpcvs-term{
	height: 100%; width: calc(33.33% - 6px);
}
.woocommerce div.product .variations .wpcvs-terms .wpcvs-term .wpcvs-term-inner{
	height: auto; 
}
.woocommerce div.product .variations .wpcvs-terms.wpcvs-style-rounded .wpcvs-term .wpcvs-term-inner{
	background-color: transparent; border-radius: 0;
}
.woocommerce div.product .variations .wpcvs-terms .wpcvs-term .wpcvs-term-inner .wpcvs-term-label::before{
	content: ''; width: 18px; height: 18px; background-color: #E2E4E5; border-radius: 25px; flex-shrink: 0;
}
/*selected*/
.woocommerce div.product .variations .wpcvs-terms .wpcvs-term.wpcvs-selected{
	border-color: #151618;
}
.woocommerce div.product .variations .wpcvs-terms .wpcvs-term.wpcvs-selected .wpcvs-term-inner .wpcvs-term-label::before{
	background-color: #151618; box-shadow: inset 0 0 0 4px #E2E4E5;
}

.woocommerce .summary .woocommerce-variation.single_variation .woocommerce-variation-description{
	display: block !important; padding: 18px; margin: 15px 0;
	background-color: #f9f9f9; border: 1px solid #ececec;
}
.woocommerce div.product form.cart .woocommerce-variation-description p:last-child{margin-bottom: 0;}
.woocommerce .summary .woocommerce-variation.single_variation .woocommerce-variation-description:empty{
	display: none !important;
}

.woocommerce div.product .btn-grey{font-weight: 500; display: flex; align-items: center; justify-content: space-between;}
.woocommerce div.product .btn-grey::after{
  background: url('data:image/svg+xml,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 330 330" fill="%23151618" style="enable-background:new 0 0 330 330;" xml:space="preserve"><path id="XMLID_222_" d="M250.606,154.389l-150-149.996c-5.857-5.858-15.355-5.858-21.213,0.001 c-5.857,5.858-5.857,15.355,0.001,21.213l139.393,139.39L79.393,304.394c-5.857,5.858-5.857,15.355,0.001,21.213 C82.322,328.536,86.161,330,90,330s7.678-1.464,10.607-4.394l149.999-150.004c2.814-2.813,4.394-6.628,4.394-10.606 C255,161.018,253.42,157.202,250.606,154.389z"/><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g></svg>') 50% no-repeat;
  background-size: 100%;
  content: '';
  width: 17px;
  height: 17px;
	display: block;
}

.gallery-images-wrap{float: left; width: 48%; position: sticky; top: 150px;}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper{
	width: 100%;
	border: 1px solid #ddd;
}

.product-info{display: flex; gap: 10px; width: 100%; justify-content: center;}
.product-info li{width: 160px; font-weight: 500; display: flex; gap: 10px;}
.product-info li p{margin-bottom: 0;}
.product-info li span{
	display: inline-flex; align-items: center; justify-content: center; width: 43px; height: 43px; background-color: var(--default-color);
	border-radius: 50px; margin-bottom: 8px; color: #fff; flex-shrink: 0;
}

.product-gallery-summary-wrapper{
	float: left; width: 100%;
}

/* Product gallery layout */
.woocommerce.single-product div.product .woocommerce-product-gallery {
    display: flex;
    flex-direction: row-reverse !important;
    align-items: flex-start;
	gap: 8px; width: 100%;
}

/* Main image */
.woocommerce.single-product .flex-viewport {
    width: 90%;
	border: 1px solid #ddd;
}
.woocommerce.single-product div.product div.images .flex-viewport .woocommerce-product-gallery__wrapper{
	border: 0;
}

/* Thumbnails container */
.woocommerce.single-product .flex-control-thumbs {
    width: 10%;
    display: flex;
    flex-direction: column;
}

/* Thumbnails */
.woocommerce div.product div.images ol.flex-control-thumbs li {
    width: 100% !important;
    margin-bottom: 8px;
}
.woocommerce.single-product .flex-control-thumbs img {
    border: 1px solid #ddd;
    cursor: pointer;
}
.woocommerce.single-product .flex-control-thumbs img.flex-active{
	border-color: #000;
}

.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering{margin-bottom: 0;}

.woocommerce div.product form.cart .button{
	padding: 15px 25px; line-height: normal; min-width: 200px; height: 60px;
	font-weight: 600; font-size: 18px; margin-right: 5px;
}
.woocommerce div.product form.cart .button.buy_now_button{
	background-color: var(--primary-color); color: #fff; width: 100%; margin-top: 10px;
}
.woocommerce div.product form.cart .button,
.custom-quantity{margin: 0 5px 5px 0}
.custom-quantity{display: inline-flex; float: left; border: 0; background-color: #F7F7F7;}
.custom-quantity .minus,
.custom-quantity .plus {
            border: 0; border-radius: 0;
			background-color: transparent;
            cursor: pointer;
            font-size: 22px;
            font-weight: bold;
            width: 48px;
            text-align: center;
            line-height: 42px;
            padding: 0;
        }
        .custom-quantity .minus:hover,
        .custom-quantity .plus:hover {
            background: none;
        }
        .custom-quantity .custom-qty {
            width: 50px;
            height: 60px;
            text-align: center;
            border: 0;
            border-left: none;
            border-right: none;
            margin: 0;
			outline: none;
            -moz-appearance: textfield;
			background: none;
			font-weight: 600;
			font-size: 20px;
        }
.custom-quantity .custom-qty::-webkit-outer-spin-button,
.custom-quantity .custom-qty::-webkit-inner-spin-button {
	-webkit-appearance: none;
    margin: 0;
}

.woocommerce .product_meta {
	display: none;
	font-size: 14px;
	font-weight: 400;
	border-top: 1px solid #ddd;
	padding-top: 15px;
}

.woocommerce div.product .summary .separator{margin: 25px 0; border-top: 1px solid #ddd;}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled[disabled]:hover{
	background-color: #323232;
}

#ptdModal h2{font-size: 20px;}
#ptdModal h3{font-size: 18px;}
#ptdModal h4{font-size: 16px;}

/*Tabs*/
.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper{padding: 30px 0;}
.woocommerce div.product .woocommerce-tabs .panel{margin-bottom: 0;}
.woocommerce div.product .woocommerce-tabs ul.tabs{border-bottom: 1px solid #e2e6ea; padding: 0 20px; background-color: var(--grey-color); display: none;}
.woocommerce div.product .woocommerce-tabs ul.tabs li{border: 0; border-radius: 0; background-color: transparent; padding: 0;}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active{background-color: transparent;}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{font-weight: 600; padding: 15px; position: relative;}
.woocommerce div.product .woocommerce-tabs ul.tabs li a::after{height: 2px; background-color: var(--default-color); content: ''; position: absolute; left: 0; bottom: 0; width: 0; opacity: 0; transition: .3s ease;}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{color: var(--default-color);}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a::after{opacity: 1; width: 100%;}
/*.woocommerce div.product .woocommerce-tabs .panel > h2:first-child,
.woocommerce div.product .woocommerce-tabs .panel #comments > h2,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs::before{display: none;}*/
.woocommerce table.shop_attributes th{width: 220px; color: #202020; font-weight: 600;}
.woocommerce div.product .product-details-sections{clear: both;}
.woocommerce div.product .product-details-sections h2{position: relative;}
.woocommerce div.product .product-details-sections h2.desc-title::after,
.woocommerce div.product .product-details-sections h2.woocommerce-Reviews-title::after{content: ''; display: block; width: 40px; height: 4px; background-color: var(--primary-color); margin: 10px 0 25px;}
.woocommerce div.product .woocommerce-tabs h3{font-size: 20px;}
.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--description table th,
.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--description table td{border: 1px solid #ddd; padding: 10px;}
.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--description ul{margin-bottom: 25px;}
.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--description li{margin-bottom: 5px;}
.woocommerce div.product .woocommerce-tabs .comment-reply-title{margin-bottom: 15px; display: block; color: #8f8f8f;}

#review-form .comment-reply-title{margin-bottom: 10px; display: block;}
#commentform .comment-form-rating{display: flex; gap: 10px;}
#comment-form-rating-label,
.comment-form-comment label{font-weight: 600;}

.woocommerce .star-rating span{color: var(--default-color)}

.related.products{background-color: #f9f9f9; padding: 50px 0 50px; border-radius: 12px; clear: both; position: relative;}
.related.products > h2{position: relative; z-index: 22;}
.related.products ul.products{margin-bottom: 0;}
.related.products::before {
  width: 100vw;
  position: absolute;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background-color: var(--grey-color);
  content: '';
  height: 100%;
  top: 0;
}
.woocommerce .related.products .product, .woocommerce-page .related.products .product{
	background-color: #fff;
}

.contentbanner{
	background: url(/wp-content/uploads/2026/03/logo-icon.png) right bottom var(--primary-color) no-repeat; color: #fff;
	background-size: 380px;
	padding: 80px; font-size: 18px;
}

.woocommerce-page.woocommerce-cart .page-title,
.woocommerce-page.woocommerce-checkout .page-title,
.woocommerce-page.woocommerce-account .page-title,
body.page-id-284 .page-title{
	padding: 20px 0 !important;
}
.woocommerce-page.woocommerce-cart .page-title h1,
.woocommerce-page.woocommerce-checkout .page-title h1,
.woocommerce-page.woocommerce-account .page-title h1,
body.page-id-284 .page-title h1{
	font-size: 20px;
}
.wp-block-woocommerce-checkout{padding-top: 0;}
.wc-block-components-button:not(.is-link){
	background-color: var(--default-color); color: #fff; border: 0;
	font-weight: 500; font-size: 17px;
}

/*My Account*/
/*Login/Registration*/
.woocommerce .woocommerce-form.woocommerce-form-login{max-width: 600px; margin: auto;}
.woocommerce-form-login .login-btns-wrap{display: flex; justify-content: space-between;}
.woocommerce-form-login .login-btns-wrap p{width: 100%;}
.woocommerce-form-login .login-btns-wrap p:last-child{text-align: right; font-size: 15px;}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit{
	background-color: var(--primary-color) !important; color: #fff !important; border-radius: 0; padding: 11px 30px;
}

form.woocommerce-form.register button.woocommerce-form-register__submit{
	background-color: var(--default-color) !important; color: #fff !important; border-radius: 0; padding: 11px 30px;
}

.woocommerce .woocommerce-form.woocommerce-form-register{max-width: 800px; margin: auto; font-size: 15px;}

/* === WooCommerce My Account Tabs Styling === */

.woocommerce-MyAccount-navigation {
    background-color: #f9f9f9;
    padding: 15px;
	margin-bottom: 15px;
    border: 1px solid #eee;
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.woocommerce-MyAccount-navigation li {
    margin-bottom: 10px;
}

.woocommerce-MyAccount-navigation li a {
    display: block;
    padding: 14px 20px;
    font-size: 16px;
    font-weight: 500;
    color: #252527;
    background-color: #fff;
    transition: all 0.3s ease;
    text-decoration: none;
    border-left: 4px solid transparent;
}

.woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-MyAccount-navigation li a:hover {
    background-color: #ebf0e8;
    color: #000;
    border-left-color: var(--primary-color);
}
.woocommerce-MyAccount-navigation li a i {margin-right: 8px;}
.woocommerce-MyAccount-content,
.woocommerce table.my_account_orders{font-size: 15px;}

.woocommerce table.my_account_orders{background-color: #fff;}
.woocommerce table.my_account_orders .button,
.woocommerce-EditAccountForm .woocommerce-Button.button,
p.order-again .button{white-space: nowrap;
  padding: 10px 18px;
  font-weight: 500;
  font-size: 14px;
  background-color: var(--primary-color) !important;
  color: #fff !important;
}

.woocommerce .woocommerce-Addresses a.edit{width: 20px; height: 20px; overflow: hidden; display: block;
	background: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8" standalone="no"%3F><svg width="50px" height="50px" viewBox="0 -0.5 21 21" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="Dribbble-Light-Preview" transform="translate(-99.000000, -400.000000)" fill="%2372BB46"><g id="icons" transform="translate(56.000000, 160.000000)"><path d="M61.9,258.010643 L45.1,258.010643 L45.1,242.095788 L53.5,242.095788 L53.5,240.106431 L43,240.106431 L43,260 L64,260 L64,250.053215 L61.9,250.053215 L61.9,258.010643 Z M49.3,249.949769 L59.63095,240 L64,244.114985 L53.3341,254.031929 L49.3,254.031929 L49.3,249.949769 Z" id="edit-[%231479]"></path></g></g></g></svg>') 0 0 no-repeat;
	background-size: 100%; text-indent: -333px; display: inline-block;
}
.woocommerce-Address address{display: block; padding: 10px; border-radius: 10px; border: 1px solid #ddd; margin-top: 10px; background-color: #fff;}

.woocommerce-MyAccount-content{background-color: whitesmoke; padding: 20px;}
.woocommerce-MyAccount-content h2{font-size: 22px;}
.woocommerce-MyAccount-content fieldset{margin-top: 15px;}
.woocommerce-MyAccount-content legend{font-size: 20px; font-weight: 500;}

.woocommerce-MyAccount-content form .form-row label{font-weight: 500; font-size: 15px;}
.woocommerce form .form-row .input-text, .woocommerce form .form-row select{border-radius: 0;}

/*Responsive*/
@media(min-width:1440px){
	.container{max-width: 1440px;}
}
@media(max-width:1439px){
	.container{max-width: 98%; width: 100%;}
}
@media(max-width:1200px){
	.woocommerce ul.products li.product,
	.woocommerce-page ul.products li.product{width: calc(25.2% - 20px) !important;}
}
@media(max-width: 991px){
	.section{padding-top: 90px !important; padding-bottom: 90px !important;}
	.md-section{padding-top: 60px !important; padding-bottom: 60px !important;} 
	.sm-section{padding-top: 40px !important; padding-bottom: 40px !important;}
  
	h1,.h1{font-size: 28px;}
	h2,.h2{font-size: 24px;}
	h3,.h3{font-size: 21px;}
	h4,.h4{font-size: 19px;}
	h5,.h5{font-size: 17px;}
	
	.text-large{font-size: 55px;}

	.site-header .navbar{padding-top: 8px; padding-bottom: 8px;}
	.site-header .navbar-brand img{max-width: 200px;}
	
	.woocommerce ul.products li.product,
	.woocommerce-page ul.products li.product{width: calc(33.77% - 20px) !important;}
	
	.woocommerce div.product .product_title{font-size: 25px;}
	.woocommerce div.product .summary .price{font-size: 20px;}
	.woocommerce div.product .variations .wpcvs-terms.wpcvs-type-button .wpcvs-term .wpcvs-term-inner .wpcvs-term-label{font-size: 15px;}
	.woocommerce div.product .variations .wpcvs-terms.wpcvs-type-button .wpcvs-term{
		width: calc(50% - 6px);
	}

}
@media(max-width: 768px){
	.section{padding-top: 60px !important; padding-bottom: 60px !important;}
	.md-section{padding-top: 40px !important; padding-bottom: 40px !important;}
	.sm-section{padding-top: 30px !important; padding-bottom: 30px !important;}
  
	h1,.h1{font-size: 25px;}
	h2,.h2{font-size: 22px;}
	h3,.h3{font-size: 18px;}
	h4,.h4{font-size: 17px;}
	h5,.h5,
	.lead{font-size: 16px;}
	
	.text-large{font-size: 30px; line-height: 1.2;}

	.site-header .navbar-brand img{max-width: 170px;}	
	.categories-nav a{
		padding: 7px 12px;
	}

	.site-footer h5{font-size: 18px;}
	
	.site-footer .mobile-toggle h5{border-bottom: 1px solid #fff; margin-bottom: 10px; padding-bottom: 10px; padding-right: 30px;}
	.site-footer .mobile-toggle h5::after{content: ''; transition: transform .3s ease; width: 16px; height: 16px; transform: rotate(90deg); position: absolute; right: 0; background: url('data:image/svg+xml,<svg fill="%23ffffff" version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 492.004 492.004" xml:space="preserve"><g><g><path d="M382.678,226.804L163.73,7.86C158.666,2.792,151.906,0,144.698,0s-13.968,2.792-19.032,7.86l-16.124,16.12c-10.492,10.504-10.492,27.576,0,38.064L293.398,245.9l-184.06,184.06c-5.064,5.068-7.86,11.824-7.86,19.028c0,7.212,2.796,13.968,7.86,19.04l16.124,16.116c5.068,5.068,11.824,7.86,19.032,7.86s13.968-2.792,19.032-7.86L382.678,265c5.076-5.084,7.864-11.872,7.848-19.088C390.542,238.668,387.754,231.884,382.678,226.804z"/></g></g></svg>') 4px center no-repeat;}
	.site-footer .mobile-toggle h5.active::after{transform: rotate(270deg);}
	.site-footer .mobile-toggle ul,
	.site-footer h5::before,
	a.cat-menu-btn,
	.woocommerce .woocommerce-result-count{display: none;}
	.site-footer ul li{margin-bottom: 10px; margin-top: 2px;}
	
	.categories-nav .categories-wrap{
		padding: 0 22px
	}
	.categories-nav .categories-wrap::before,
	.categories-nav .categories-wrap::after{
		display: block;
	}
	
	.recent-post-item{height: auto; min-height: 300px;}
	
	.woocommerce ul.products{gap: 10px;}
	.woocommerce ul.products li.product,
	.woocommerce-page ul.products li.product{width: calc(50% - 10px) !important;}
	
	div.woocommerce .products div.product-info-wrapper h2.woocommerce-loop-product__title,
	.woocommerce ul.products li.product .woocommerce-loop-product__title{
		font-size: 15px;
	}
	.woocommerce .products .product-info-wrapper .product-actions-rating{
		display: block; text-align: center;
	}
	.woocommerce .products .product-info-wrapper .product-actions-rating .button.add_to_cart_button{margin-bottom: 10px;}
	.woocommerce ul.products li.product .star-rating{display: inline-block;}
	.woocommerce .products .product-info-wrapper .product-rating{text-align: center;}
	
	.slider-custom-arrows button {
		width: 35px;
		height: 35px;
	}
	
	.accordionFaqs .accordion-item .accordion-header .accordion-button{
		font-size: 16px; padding: 10px 15px;
	}
	.accordionFaqs .accordion-item .accordion-header .accordion-button::after{
		width: 16px; height: 16px; background-size: 100%;
	}
	
	.products-carousel.slick-slider .slick-list{
		margin: 0 -6px;
	}
	.products-carousel.slick-slider .slick-slide{
		padding-left: 6px; padding-right: 6px;
	}
	
	.brand-logos-list li a {
		width: 110px; height: 50px; padding: 10px;
	}
	.brand-logos-list li.brand-item.all a{
		width: 55px; font-size: 17px;
	}
	
	.gallery-images-wrap{width: 100%; position: relative; top: 0;}
	
	.woocommerce.single-product div.product .woocommerce-product-gallery{
		display: block;
	}
	.woocommerce.single-product .flex-viewport{
		width: 100%; margin-bottom: 8px;
	}
	.woocommerce div.product div.images .flex-control-thumbs{
		width: calc(100% - 8px); display: flex; gap: 8px;
		flex-wrap: wrap; flex-direction: row;
	}
	.woocommerce div.product div.images ol.flex-control-thumbs li {
		width: 50px !important; margin: 0;
	}
	
	.woocommerce div.product .product_title{font-size: 23px;}
	/*.woocommerce div.product .variations .wpcvs-terms{flex-wrap: wrap;}
	.woocommerce div.product .variations .wpcvs-terms.wpcvs-type-button .wpcvs-term{
		width: auto; min-width: 120px;
	}*/
	.custom-quantity .custom-qty{
		width: 40px; height: 50px;
	}
	.woocommerce div.product form.cart .button{
		min-width: 170px; height: 50px;
	}
	
	.contentbanner{padding: 50px; background-size: 100px;}
	.contentbanner h2 br{display: none;}

}

/*Admin bar*/
body.admin-bar .site-header{top: 32px;}
@media(max-width: 782px){
	body.admin-bar .site-header{top: 0;}
}
@media screen and (max-width: 600px) {
  #wpadminbar{top: -46px;}
	body.admin-bar .site-header.smaller{top: 0;}
}