/*--------------------------------------------------------------
# 01. Common Styles
--------------------------------------------------------------*/
body a, body a:focus, a:hover, a:active {
    outline: none;
}
@-moz-keyframes zozospin {
    from { -moz-transform: rotate(360deg); }
    to { -moz-transform: rotate(0deg); }
}
@-webkit-keyframes zozospin {
    from { -webkit-transform: rotate(360deg); }
    to { -webkit-transform: rotate(0deg); }
}
@keyframes zozospin {
    from {transform:rotate(360deg);}
    to {transform:rotate(0deg);}
}
.woocommerce select {
    padding: 0 10px;
    position: relative;
    background: #fff;
}
.zozo-woo-thumb-wrap {
    position: relative;
}
.zozo-woo-buttons-pack {
    text-align: center;
    margin: 0 auto;
}
.zozo-woo-buttons-pack > a, .zozo-wishlist-table .zozo-ajax-add-to-cart, .zozo-wishlist-table .zozo-wishlist-remove  {
    margin: 4px;
    position: relative;
    height: 30px;
    width: 30px;
    display: inline-block;
    background: #fff;
    text-align: center;
    line-height: 30px;
}
.zozo-woo-buttons-pack > a.zozo-product-compare-trigger {
    top: 0;
    left: 0;
    right: 0;
}
.zozo-woo-buttons-pack > a.loading:after, a.remove-cart-item.loading:after, .zozo-wishlist-table .zozo-ajax-add-to-cart.loading:after,
.zozo-wishlist-table .zozo-wishlist-remove.loading:after {
	position: absolute;
    top: -15px;
    right: -5px;
    content: "\e619";
    font-family: 'themify';
    font-size: 10px;
    text-align: center;
    background: transparent;
    border-radius: 50%;
    -webkit-animation: zozospin 4s linear infinite;
    -moz-animation: zozospin 4s linear infinite;
    animation: zozospin 4s linear infinite;
}
.zozo-ajax-add-to-cart.out-of-stock {
    opacity: 0.5;
    cursor: not-allowed;
}
.zozo-woo-buttons-pack > a > span {
    display: inline-block;
    line-height: 30px;
    font-size: 18px;
}
.zozo-shop-top-meta {
    margin-bottom: 20px;
    margin-left: -10px;
    margin-right: -10px;
}
.woocommerce .zozo-shop-top-meta > * {
    display: inline-block;
    vertical-align: middle;
    float: none;
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 10px;
}
.woocommerce .zozo-shop-top-meta > *:last-child {
    float: right;
}
/*--------------------------------------------------------------
# 02. Minicart/Wishlist Styles
--------------------------------------------------------------*/
.mini-cart-dropdown, .mini-wishlist-dropdown {
    display: inline-block;
    position: relative;
}
.mini-cart-dropdown > a, .mini-wishlist-dropdown > a {
    position: relative;
}   
ul.cart-dropdown-menu, ul.wishlist-dropdown-menu {
    width: 300px;
    position: absolute;
    list-style: none;
    visibility: hidden;
    opacity: 0;
    padding: 0;
    margin: 0;
    padding: 10px;
    background: #fff;
    right: 0;
    -webkit-transition: all ease 0.35s;
    -moz-transition: all ease 0.35s;
    transition: all ease 0.35s;
    -webkit-box-shadow: 0 0px 15px rgba(0,0,0,0.04), 0 6px 15px rgba(0,0,0,0.04);
    -moz-box-shadow: 0 0px 15px rgba(0,0,0,0.04), 0 6px 15px rgba(0,0,0,0.04);
    box-shadow: 0 0px 15px rgba(0,0,0,0.04), 0 6px 15px rgba(0,0,0,0.04);
}
.cart-pos-left ul.cart-dropdown-menu {
    left: 0;
    right: auto;
}
ul.zozo-sticky-cart, ul.zozo-sticky-wishlist  {
    opacity: 1;
    visibility: visible;
    width: 300px;
}
.mini-cart-dropdown:hover ul.cart-dropdown-menu, .mini-wishlist-dropdown:hover ul.wishlist-dropdown-menu {
    visibility: visible;
    opacity: 1;
    z-index: 4;
}
ul.cart-dropdown-menu > li, ul.zozo-sticky-cart > li, 
ul.wishlist-dropdown-menu > li, ul.zozo-sticky-wishlist > li {
    position: relative;
    display: block;
    margin-bottom: 10px;
}
ul.cart-dropdown-menu > li > *, ul.zozo-sticky-cart > li > *, 
ul.wishlist-dropdown-menu > li > *, ul.zozo-sticky-wishlist > li > * {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}
ul.cart-dropdown-menu .product-thumbnail, ul.zozo-sticky-cart .product-thumbnail, 
ul.wishlist-dropdown-menu .product-thumbnail, ul.zozo-sticky-wishlist .product-thumbnail {
    max-width: 50px;
    width: 50px;
    vertical-align: top;
}
ul.cart-dropdown-menu > li p, ul.zozo-sticky-cart > li p, 
ul.wishlist-dropdown-menu > li p, ul.zozo-sticky-wishlist > li p {
    padding: 0;
    margin: 0;
}
ul.cart-dropdown-menu > li > .product-name, ul.zozo-sticky-cart  > li > .product-name, 
ul.wishlist-dropdown-menu > li > .product-name, ul.zozo-sticky-wishlist > li > .product-name {
    width: 170px;
    overflow: hidden;
}
ul.cart-dropdown-menu > li > .product-remove, ul.zozo-sticky-cart  > li > .product-remove, 
ul.wishlist-dropdown-menu > li > .product-remove, ul.zozo-sticky-wishlist > li > .product-remove {
    width: 30px;
    text-align: center;
}
ul.cart-dropdown-menu li.mini-view-cart > a, ul.zozo-sticky-cart li.mini-view-cart > a, 
ul.wishlist-dropdown-menu  > li.mini-view-wishlist, ul.zozo-sticky-wishlist > li.mini-view-wishlist {
    display: block;
    padding: 6px;
    text-align: center;
    margin-top: 10px;
}
a.zozo-sticky-cart-close, a.zozo-sticky-wishlist-close {
    position: absolute;
    left: -40px;
    top: 0px;
    width: 40px;
    line-height: 40px;
    text-align: center;
}
.zozo-sticky-cart-wrap, .zozo-sticky-wishlist-wrap {
    position: fixed;
    right: -300px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all ease 0.35s;
    -moz-transition: all ease 0.35s;
    transition: all ease 0.35s;
    background: #fff;
    -webkit-box-shadow: 0 0px 15px rgba(0,0,0,0.04), 0 6px 15px rgba(0,0,0,0.04);
    -moz-box-shadow: 0 0px 15px rgba(0,0,0,0.04), 0 6px 15px rgba(0,0,0,0.04);
    box-shadow: 0 0px 15px rgba(0,0,0,0.04), 0 6px 15px rgba(0,0,0,0.04);
}
.zozo-sticky-cart-wrap.cart-pos-left {
    left: -300px;
    right: auto;
}
.zozo-sticky-cart-wrap.cart-pos-left.active {
    left: 0;
    right: auto;
    z-index: 1;
}
.cart-pos-left a.zozo-sticky-cart-close {
    left: 100%;
}
.cart-pos-left .woo-icon-count {
    right: -10px;
    left: auto;
}
.zozo-sticky-cart-wrap > ul, .zozo-sticky-wishlist-wrap > ul {
    padding: 0 10px;
}
.zozo-sticky-cart-wrap.active, .zozo-sticky-wishlist-wrap.active {
    right: 0;
    z-index: 1;
}
a.remove-cart-item, a.remove-wishlist-item {
    position: relative;
}
a.remove-cart-item.loading, a.remove-wishlist-item.loading {
    color: #fff;
}
a.remove-cart-item.loading:after, a.remove-wishlist-item:after {
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    color: #333;
}
.zozo-sticky-cart-wrap {
    margin-top: -50px;
}
span.zozo-product-favoured {
    position: absolute;
    right: -10px;
    z-index: 1;
    top: -10px;
    font-size: 10px;
    padding: 4px;
    background: red;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    line-height: 15px;
    text-align: center;
    color: #fff;
}
p.no-cart-items, p.no-wishlist-items {
    text-align: center;
    width: 100%;
}
/* WooCommerce shop grid/list view */
ul.products.columns-5 li.product,
.products.columns-5 .product { 
    width: 20%; 
    float: left; 
}
ul.products.columns-6 li.product { width: 16.66%; float: left; }
ul.products.list-view {
    display: block;
}
ul.products.list-view li.product {
    display: flex;
    align-items: flex-start;
    padding: 20px;
    width: 100%;
    border-bottom: 1px solid #ddd;
}
ul.products.list-view li.product .woocommerce-loop-product__link {
    display: flex;
    gap: 20px;
}
ul.products.list-view li.product img {
    width: 150px;
    height: auto;
}
ul.products.list-view li.product .woocommerce-loop-product__title,
ul.products.list-view li.product .price {
    margin: 0;
}
/* Woo Product Quantity */
.woocommerce .quantity .qty {
    text-align: center;
    height: 50px;
    width: 40px;
    text-align: center;
    border-radius: 4px;
    -webkit-appearance: none;
    margin: 0;
    -moz-appearance: textfield;
    margin-left: 0;
    background: transparent;
    border: solid 1px #eaeaea;
    background-color: #eaeaea;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
	display: none
}
.single-product.woocommerce .quantity .qty {
    border-radius: 7px;
    width: 70px;
}
/* Product Question Form */
.product-question-form p {
    margin-bottom: 0;
}
.product-question-form input {
    line-height: 50px;
    padding-left: 18px;
    margin-bottom: 20px;
    width: 100%;
}
.product-question-form textarea {
    margin-bottom: 15px;
    width: 100%;
    height: 150px;
}
.product-question-form {
    margin-bottom: 54px;
}
.product-question-form h3 {
    margin-bottom: 19px;
}
.product-question-form button {
    border-radius: 30px;
    border: solid 1px;
    padding: 0px 30px;
    line-height: 43px;
    margin-top: 0 !important;
}
/* Example grid columns */
.products.grid-cols-2 .product { width: 50%; float: left; }
.products.grid-cols-3 .product { width: 33.33%; float: left; }
.products.grid-cols-4 .product { width: 25%; float: left; }
.products.grid-cols-5 .product { width: 20%; float: left; }
.products.grid-cols-6 .product { width: 16.66%; float: left; }
.woocommerce ul.zozo-woo-list-view {
    display: flex;
    flex-direction: column;
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.woocommerce ul.zozo-woo-list-view li.product {
    width: 100% !important;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
}
.woocommerce ul.zozo-woo-list-view li.product .product-det h2 {
    font-size: 2rem;
}
.woocommerce ul.grid-cols-2 li.product,
.woocommerce ul.grid-cols-3 li.product,
.woocommerce ul.grid-cols-4 li.product,
.woocommerce ul.grid-cols-5 li.product,
.woocommerce ul.grid-cols-6 li.product {
    width: 100% !important;
}
.woocommerce .zozo-woo-list-view li.product:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.woocommerce .zozo-woo-list-view li.product img,
.woocommerce .zozo-woo-list-view li.product video {
    position: relative;
    margin-top: 15px;
    flex: 0 0 200px;
    max-width: 200px;
}
.woocommerce ul.products.grid-cols-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.woocommerce ul.products.grid-cols-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.woocommerce ul.products.grid-cols-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.woocommerce ul.products.grid-cols-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}
.woocommerce ul.products.grid-cols-6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
}
/* Woo content display */
.woocommerce .products ul::after, .woocommerce .products ul::before, .woocommerce ul.products::after, .woocommerce ul.products::before{
    content: none;
}
/* 01. Compare Product Styles */
.zozo-woo-compare-inner .zcompare {
	position: relative;
	margin-bottom: 10px;
}
.zozo-woo-compare-inner .zcompare > * {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
}
.zozo-woo-compare-inner .zcompare > .zozo-compare-img {
    max-width: 50px;
}
.zozo-woo-compare-inner .zcompare > .zcompare-body {
	padding-left: 10px;
	width: 200px;
}
.zozo-woo-compare-inner .zcompare > .zozo-compare-product-remove {
    width: 20px;
	text-align: center;
}
.zozo-woo-compare-wrap.active {
    right: 0;
}
.zozo-woo-compare-wrap {
    position: fixed;
    top: 50%;
    right: -300px;
    width: 300px;
    transform: translateY(-50%);
    background: #fff;
	margin-top: 80px;
    z-index: 9;
    -webkit-transition: all ease 0.35s;
    transition: all ease 0.35s;
	padding: 15px;
    -webkit-box-shadow: 0 1px 10px 0 rgba(0,0,0,0.14), 0 1px 1px 0 rgba(0,0,0,0.01), 0 2px 12px -1px rgba(0,0,0,0.01);
    box-shadow: 0 1px 10px 0 rgba(0,0,0,0.14), 0 1px 1px 0 rgba(0,0,0,0.01), 0 2px 12px -1px rgba(0,0,0,0.01);
}
a.zozo-compare-close {
    position: absolute;
    top: 0;
    left: -30px;
    height: 30px;
    width: 30px;
    background: #f2f2f2;
    text-align: center;
    line-height: 30px;
}
.woo-icon-count {
    color: #fff;
    border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-border-radius: 50%;
    font-size: 9px;
    height: 14px;
    line-height: 14px;
    position: absolute;
    right: -10px;
    text-align: center;
    top: -10px;
    width: 14px;
	background: red;
}
a.zozo-compare-close .woo-icon-count {
    left: -10px;
    right: auto;
}
.zozo-woo-compare-inner .zcompare > .zcompare-body p {
    margin: 0;
}
a.zozo-woo-compare-ajax.zozo-btn {
    font-size: 12px;
    margin: 0 auto;
    text-align: center;
    display: block;
    margin-top: 10px;
	max-width: 100px;
    border: solid 1px;
}
.zozo-compare-product-results {
    max-width: 80%;
    margin: 0 auto;
    max-height: 80%;
    margin-top: 50px;
    overflow-y: auto;
    background: #fff;
	padding: 15px;
}
a.popup-modal-dismiss {
    float: right;
}
a.zozo-woo-compare-ajax {
    position: relative;
}
a.zozo-woo-compare-ajax.loading:before {
    position: absolute;
    top: -10px;
    right: -10px;
    content: "\e619";
    font-family: 'themify';
    font-size: 10px;
    height: 17px;
    width: 17px;
    text-align: center;
    background: transparent;
    border-radius: 50%;
    -webkit-animation: zozospin 4s linear infinite;
    -moz-animation: zozospin 4s linear infinite;
    animation: zozospin 4s linear infinite;
}
td.zozo-col-name {
    width: 150px;
}
/* 02. Woo Notifier Styles */
.zozo-notofication-trigger.loading:after {
	position: absolute;
	content: "\e619";
	font-family: 'themify';
	right: 0;
	left: 0;
	font-size: 14px;
	background: transparent;
	color: #fff;
	-webkit-animation: zozospin 4s linear infinite;
	-moz-animation: zozospin 4s linear infinite;
	animation: zozospin 4s linear infinite;
	margin: 0 auto;
	display: inline-block;
}
.zozo-notofication-trigger.loading {
    position: relative;
    color: transparent;
}
span.zozo-notofication-msg.zozo-notofication-success {
    color: #00af00;
}
span.zozo-notofication-msg.zozo-notofication-failed {
    color: #f32626;
}
/* 03. Woo Ajax Search Styles */
.zozo-woo-ajax-key-search {
    position: relative;
}
.zozo-woo-key-search .input-group-text, .zozo-woo-key-search input, .zozo-woo-key-search select {
    padding: 0;
    border: 0;
}
.zozo-woo-key-search .input-group {
    padding: 5px 15px;
    border: solid 1px #f0f0f0;
    border-radius: 100px;
	padding-right: 0;
}
.zozo-woo-key-search select {
    -webkit-appearance: none;
	position: relative;
	background-image: url(../images/icon-select.png);
	background-position: right;
    background-repeat: no-repeat;
	padding-right: 34px;
	background-color: transparent;
}
.zozo-woo-key-search select:focus {
	background-color: transparent;
}
.zozo-woo-key-search .input-group-text {
    background: transparent;
}
.zozo-woo-key-search .input-group-prepend .btn {
    padding: 10px 20px;
    height: auto;
    border-radius: 100px;
    line-height: 1;
    margin-top: -6px;
    margin-bottom: -6px;
}
.zozo-woo-key-search ul.dropdown-menu {
	padding: 10px;
    width: 80%;
	max-height: 300px;
    overflow-y: scroll;
}
.zozo-woo-key-search ul.dropdown-menu.active {
    opacity: 1;
    visibility: visible;
    display: block;
	transform: scaleY(1);
    -webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);    
}
.zozo-product-ajax-res img {
    max-width: 56px;
    margin-right: 10px;
}
li.zozo-product-ajax-res .media {
    margin-bottom: 10px;
}
li.zozo-product-ajax-res .zozo-product-title {
    font-size: 14px;
}
span.zozo-woo-search-spinner:before {
    content: "\e619";
    font-family: 'themify';
    font-size: 16px;
    position: absolute;
    top: 50%;
    right: 0;
    line-height: 12px;
    color: #333;
    -webkit-animation: zozospin 1.2s linear infinite;
    animation: zozospin 1.2s linear infinite;
    margin-top: -6px;
    margin-right: 10px;
}
.zozo-woo-key-search span.zozo-woo-search-spinner {
    position: relative;
	opacity: 0;
	visibility: hidden;
	z-index: 9;
}
.zozo-woo-key-search.loading span.zozo-woo-search-spinner {
	opacity: 1;
	visibility: visible;
}
.zozo-product-desc {
    font-size: 12px;
    margin: 0;
    line-height: 18px;
}
.zozo-product-price {
    width: 50px;
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    margin-left: 10px;
    color: #93bd33;
}
.zozo-woo-key-search a.zozo-product-ajax-link:hover {
    color: #333;
}
.zozo-woo-key-search a.zozo-product-ajax-link:hover .media {
    background: #f7f7f7;
}
.zozo-woo-key-search a.zozo-product-ajax-link .media {
	-webkit-transition: all ease 0.35s;
    transition: all ease 0.35s;
    padding: 4px;
}
button.zozo-see-more-products {
    font-size: 12px;
    font-weight: 400;
    background: #d1d1d1;
    padding: 0px 10px;
    color: #333;
    line-height: 28px;
    border-radius: 4px;
	margin: 0 auto;
    display: block;
	margin-bottom: 20px;
}
button.zozo-see-more-products:hover {
    color: #fff;
}
.zozo-woo-key-search {
    display: inline-block;
}
.zozo-woo-key-search-results li.zozo-product-ajax-res {
	position: relative;
}
.zozo-woo-key-search-results li.zozo-product-ajax-res a > * {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
}
ul.zozo-woo-key-search-results {
    list-style: none;
	height: 300px;
	opacity: 0;
	visibility: hidden;
    overflow-y: auto;
	transition: all ease 0.35s;
	position: absolute;
    left: 10px;
    background: #fff;
    width: 350px;
    z-index: 1;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
ul.zozo-woo-key-search-results.active {
	opacity: 1;
	visibility: visible;
	transition: all ease 0.35s;	
}
ul.zozo-woo-key-search-results::-webkit-scrollbar {
    width: 4px;
}
ul.zozo-woo-key-search-results::-webkit-scrollbar-button {
    display: none;
}
ul.zozo-woo-key-search-results::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 4px;
}
ul.zozo-woo-key-search-results::-webkit-scrollbar-track {
    background-color: #f0f0f0;
}
ul.zozo-woo-key-search-results.active {
	opacity: 1;
	visibility: visible;
	transition: all ease 0.35s;	
}
ul.zozo-woo-key-search-results .zozo-product-ajax-res {
    margin: 20px 0;
}
ul.zozo-woo-key-search-results > li {
    display: block;
}
.zozo-product-ajax-link .zozo-product-info > p {
    max-width: 200px;
    color: #000;
}
.zozo-input-group {
    display: flex;
    align-items:center;
    gap: 5px;
}
.zozo-input-group > * {
    display: inline-block;
    vertical-align: middle;
}
.woocommerce .zozo-input-group-text select {
    height: 40px;
    line-height: 40px;
    border-radius: 10px;
    padding-left: 10px;
    background: #fff;
}
.zozo-woo-key-search input.zozo-woo-key-field {
    border: none;
    box-shadow: none;
}
.zozo-woo-key-search button.zozo-btn:hover {
    background: transparent;
    border: none;
}
.zozo-woo-key-search button.zozo-btn {
    background: transparent;
    color: #333;
    border: none;
}
input.zozo-form-control.zozo-woo-key-field {
    height: 40px;
    border: 1px solid #f1f1f1;
    outline: none;
    border-radius: 10px;
    padding: 10px;
}
/* 04. Woo Quick View Styles */
a.zozo-woo-view-trigger {
    position: relative;
}
body .short-product-view-inner > .product > div {
    display: inline-block;
    width: 40%;
    margin: 0;
    padding: 0;
    float: left;
}
.zocommerce .zozo-product-short-view {
    position: relative; /* new -> added */
    padding: 45px 45px 45px;
    margin: 45px auto; /* new -> added */
    background-color: #fff;
    width: 70%;
    height: fit-content; /* new -> added */
    max-height: calc(100vh - 90px); /* new -> added */
    overflow-y: auto;
    overflow-x: hidden;
    scroll-behavior: smooth;
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, .12) rgba(0, 0, 0, .05);
}
/* 05. Deal Products Styles */
a.zozo-product-time-deal {
    position: absolute;
    top: 10px;
    left: 11px;
    height: 30px;
    width: 30px;
    text-align: center;
    font-size: 18px;
    background: #fff;
    line-height: 32px;
}
.product-deal-progress {
    display: inline-block;
    width: 300px;
	max-width: 100%;
}
.product-deal-progress .day-counter > div {
    display: inline-block;
    position: static;
}
.zozo-progress.product-time-progress {
    height: 4px;
    width: 100%;
    background: #f3f3f3;
    position: relative;
    display: block;
    border-radius: 44px;
    overflow: hidden;
}
.zozo-progress .zozo-progress-bar {
    background: #fe6262;
    height: 100%;
    border-radius: 4px;
}
span.low-stock {
    color: #fe6262;
}
.product .day-counter {
    max-width: 300px;
}
.product .day-counter > div {
    width: 25%;
    padding: 0;
    margin: 0;
    text-align: center;
    height: auto;
}
.product .day-counter > div > div {
    transform: none;
    top: auto;
    position: static;
}
.product .day-counter > div h3 {
    font-size: 12px;
    font-weight: normal;
    height: 30px;
    width: 30px;
    line-height: 30px;
    margin: 0 auto;
    background: #333;
    color: #fff;
    border-radius: 50%;
    margin-bottom: 10px;
}
.product .day-counter > div span {
    font-size: 12px;
}
.progress.product-time-progress {
    height: 5px;
	max-width: 300px;
}
.product-deal-progress .day-counter {
    margin-bottom: 10px;
}
.progress.product-time-progress {
    margin-bottom: 20px;
}
.product .progress-title {
    font-size: 12px;
    line-height: 1;
    margin-bottom: 3px;
}

.loop-product-wrap a.zozo-product-time-deal {
    opacity: 1;
    visibility: visible;
    transform: none;
    top: 10px;
    right: 10px;
    margin-top: 35px;
}

.product-loop-inside-timer .product-deal-progress {
    padding: 15px;
    text-align: center;
}
.woocommerce .product .product-loop-inside-timer .day-counter h3 {
    margin: 0 auto;
    font-size: 10px;
    line-height: 20px;
}
.product .product-loop-inside-timer .day-counter > div span {
    text-align: center;
    font-size: 10px;
}
.product-loop-inside-timer {
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    top: 50%;
	transform: translateY(-50%);
    background: rgba(255,255,255,0.8);
    z-index: 99;
	opacity: 0;
    visibility: hidden;
	transition: all ease 0.35s;
}
.zozo-product-time-deal:hover ~ .product-loop-inside-timer {
    opacity: 1;
    visibility: visible;
}
.single-deal-progress .day-counter .counter-item {
    transform: none;
    top: auto;
}
.single-deal-progress .day-counter .counter-item {
    font-size: 13px;
}
.single-deal-progress .day-counter .counter-item > h3 {
    font-size: 16px;
}
.single-deal-inner {
    text-align: center;
}
.single-deal-progress .day-counter > * {
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
	width: 25%;
	text-align: center;
}
.single-deal-progress {
    max-width: 350px;
	margin: 0 auto;
}
.single-deal-inner .deal-price {
    margin-bottom: 10px;
    margin-top: 20px;
}
.single-deal-inner .product-title {
    margin-bottom: 30px;
}
.single-deal-progress .progress.product-time-progress {
    max-width: 100%;
}
p.stock.in-stock {
    margin: 0;
}
/* 06. Product Variation Styles */
.variation-not-available-wrap .variation-not-inner {
    text-align: center;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    max-width: 200px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.variation-not-available-wrap {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255,255,255,0.8);
}
.variation-not-available-wrap > span {
    right: 20px;
    top: 30px;
    position: absolute;
	cursor: pointer;
}
.zocommerce-loop-swatches-wrap {
    display: flex;
    flex-direction: column;
    padding: 0 10px;
    width: 100%;
}
.zocommerce-loop-swatches {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 10px 0;
    align-items: center;
}
.zocommerce-loop-swatches .zocommerce-loop-swatches-type {
    margin-right: 6px;
    flex: 1;
}
.zocommerce-swatch {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #333;
    background: #fff;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
    overflow: hidden;
}
.zocommerce-swatch:hover {
    border-color: #000;
    transform: scale(1.05);
}
.zocommerce-swatch.active {
    border-color: #000;
    background-color: #f0f0f0;
    position: relative;
}
.zocommerce-swatch.active::before {
    position: absolute;
    left: auto;
    right: -5px;
    top: -5px;
    background: #fff;
    content: "\e64c";
    font-family: 'themify';
    height: 15px;
    width: 15px;
    line-height: 15px;
    color: #333;
    border-radius: 50%;
	font-size: 8px;
    text-align: center;
	z-index: 1;
}
.zocommerce-swatch.size {
    padding: 0;
    font-size: 12px;
    line-height: 1;
}
.zocommerce-swatch.color .color-swatch {
    display: block;
    width: 100%;
    height: 100%;
}
.woocommerce ul.products li.product .product-info-wrapper .zocommerce-swatch img {
    object-fit: contain;
}
.woocommerce ul.products li.product .zocommerce-swatch img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    display: block;
    margin: 0;
}
.zocommerce-swatch.has-no-image.label {
    width: fit-content;
    padding: 0 4px;
}
.zozo-product-variations.variation-sizes {
	top: 54px;
	right: 10px;
}
.zozo-product-variations .zozo-product-variations-inner {
    display: flex;
    gap: 0.5rem;
}
.zozo-product-variations .zozo-product-variations-inner span {
    width: 30px;
    border-radius: 50%;
    border: solid 1px #eaeaea;
    display: block;
    line-height: 1;
    height: 30px;
	/* margin: 0 auto; */
    margin-bottom: 3px;
	font-size: 10px;
    text-align: center;
}
.zozo-product-variations .zozo-product-variations-inner span img {
    border-radius: 50%;
}
.zozo-product-variations-images > img {
    max-width: 100%;
}
.zozo-product-variations.variation-sizes .zozo-product-variations-inner span {
    text-align: center;
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 8px;
    padding: 0;
	background: #fff;
    color: #444;
}
.zozo-product-variations .zozo-product-variations-inner span.selected {
	position: relative;
}
.zozo-product-variations .zozo-product-variations-inner span.selected:before {
    position: absolute;
    left: auto;
    right: -5px;
    top: -5px;
    background: #fff;
    content: "\e64c";
    font-family: 'themify';
    height: 15px;
    width: 15px;
    line-height: 15px;
    color: #333;
    border-radius: 50%;
	font-size: 8px;
    text-align: center;
	z-index: 1;
}
span.zozo-product-variations-mirror {
    height: 40px;
    width: 40px;
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer;
    font-size: 12px;
    display: block;
    text-align: center;
    line-height: 40px;
}
span.zozo-product-variations-mirror img {
    max-width: 40px;
	border-radius: 50%;
}
.woocommerce-product-gallery.loading {
    position: relative;
}
.woocommerce-product-gallery.loading:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255,255,255,0.8);
    z-index: 99;
}
.single-product .zozo-product-variations .zozo-product-variations-inner a:last-child,
.zozo-product-short-view .zozo-product-variations .zozo-product-variations-inner a:last-child {
    margin-right: 0;
}
.single-product .zozo-product-variations .zozo-product-variations-inner {
    opacity: 1;
    visibility: visible;
    overflow: visible;
    height: auto;
}
.single-product .zozo-product-variations .zozo-product-variations-inner a,
.zozo-product-short-view .zozo-product-variations .zozo-product-variations-inner a {
    display: inline-block;
    margin-right: 5px;
    line-height: 40px;
    padding: 0;
    text-align: center;
	font-size: 10px;
}
.single-product .zozo-product-variations,
.zozo-product-short-view .zozo-product-variations {
    position: relative;
    bottom: auto;
    left: auto;
}
.single-product .zozo-product-variations .zozo-product-variations-inner a {
    height: 40px;
    width: 40px;
}
.woocommerce div.product form.cart .variations td:has(.zozo-product-variations) select {
    display: none !important;
}
.variations label {
    text-transform: capitalize;
}
.single-product .zozo-product-variations > a img,
.zozo-product-short-view .zozo-product-variations > a img {
    border-radius: 50%;
}
.woocommerce-product-gallery.loading:after {
    content: "\e60f";
    font-family: 'themify';
    font-size: 50px;
    position: absolute;
    top: 30%;
    line-height: 12px;
    color: #333;
    left: 50%;
    z-index: 99;
    -webkit-animation: zozospin 2s linear infinite;
    animation: zozospin 2s linear infinite;
    margin-left: -20px;
}
.single-product a.reset_variations,
.zozo-product-short-view a.reset_variations {
    display: block !important;
    padding: 10px 20px;
    border: solid 1px #eaeaea;
    max-width: 100px;
    line-height: 1;
    text-align: center;
    margin-top: 20px;
}
.single-product .zozo-product-variations .zozo-product-variations-inner span.zozo-product-variation {
    display: inline-flex;
    margin-right: 4px;
    margin-left: 4px;
}
.zozo-product-variations-inner > span {
    cursor: pointer;
}
/* 
.zozo-product-variations-inner {
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.35s;
	height: 0;
	overflow: hidden;
    display: flex;
}
.zozo-product-variations:hover .zozo-product-variations-inner {
    opacity: 1;
    visibility: visible;
	height: auto;
	padding-top: 10px;
} */
/* 07. Member Login Styles */
.log-form-trigger-wrap img.avatar {
    -webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
    max-height: 22px;
    max-width: 22px;
    vertical-align: middle;
}
.zozo-login-parent {
	position: fixed;
	text-align:left;
	height: 100%; width: 100%;
	background: rgba(0,0,0,0.7);
	left: 0; top: 0;
	opacity:0;
	visibility:hidden;
	z-index: 999999;
	transition: all ease 0.3s;-webkit-transition: all ease 0.3s;-moz-transition: all ease 0.3s;-o-transition: all ease 0.3s;
}
.zozo-login-parent.login-open {
	opacity:1;
	visibility:visible;
}
.zozo-login-inner {
	color: #000;
	max-width:100%;
	background: #fff;
	background-size: cover;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.5); -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.5); -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.5); -ms-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.5); -o-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.5);
	height:auto;
	width:650px;
	padding:30px;
	border-radius:10px;
	position: absolute;
	left:0; right:0;
	margin:0 auto;
	top: 50%;
	-o-transform: translateY(-50%) scale(0.1);	-ms-transform: translateY(-50%) scale(0.1);	-moz-transform: translateY(-50%) scale(0.1); -webkit-transform: translateY(-50%) scale(0.1);
	transform: translateY(-50%) scale(0.1);
	transition: all ease 0.5s;-webkit-transition: all ease 0.5s;-moz-transition: all ease 0.5s;-o-transition: all ease 0.5s;
    font-size: 15px;
}
.zozo-login-parent.login-open .zozo-login-inner{
	max-height: 100%;
	overflow-y: auto;
}
.logged-in.log-form-trigger-wrap .log-form-trigger-wrap-inner > img {
    max-height: 40px;
}
.zozo-login-parent.login-open .zozo-login-inner{
	-o-transform: translateY(-50%) scale(1);	-ms-transform: translateY(-50%) scale(1);	-moz-transform: translateY(-50%) scale(1);	-webkit-transform: translateY(-50%) scale(1);
	transform: translateY(-50%) scale(1);
}
.zozo-close {
  position: absolute;
  right: 32px;
  top: 32px;
  width: 32px;
  height: 32px;
  opacity: 0.3;
}
.zozo-close:hover {
  opacity: 1;
}
.zozo-close:before, .zozo-close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 2px;
  background-color: #333;
}
.zozo-close:before {
  transform: rotate(45deg);
}
.zozo-close:after {
  transform: rotate(-45deg);
}
.zozo-arrow {
	box-sizing: border-box;
	height: 14px;
	width: 14px;
	border-style: solid;
	border-color: #000;
	border-width: 0px 1px 1px 0px;
	transform: rotate(135deg);
	transition: border-width 150ms ease-in-out;
	display: inline-block;
}
.zozo-login-close, .lost-password-close{
    cursor: pointer;
    font-size: 20px;
    position: absolute;
    right: 10px;
    top: 10px;
}
.lost-password-close {
	right: auto;
    left: 20px;
}
.header-top-login .logged-in .author-link{
	 padding:0 10px;
}
.zozo-login-inner h3 {
    margin-bottom: 34px;
    font-size: 19px;
    text-transform: uppercase;
}
.login-form label {
    display: inline;
    font-weight: 600;
    letter-spacing: 1px;
}
.zozo-login-parent input.form-control {
    border: 0;
    border-bottom: 1px solid #dadada;
    margin-bottom: 15px;
    height: 30px;
    line-height: 30px;
    padding: 0;
}
.zozo-login-parent input.form-control:focus {
    background: transparent;
}
.zozo-login-inner .status {
    background: #f7f7f7;
    padding: 0px 10px;
}
.lost-password-form.show{
    background: #fff;
    height: 100%;
    left: 0;
    padding: 12%;
    position: absolute;
    top: 0;
    width: 100%;
}
.move-to-prev-form {
    cursor: pointer;
    font-size: 20px;
    padding: 6px 10px;
	position: absolute;
    left: 20px;
    top: 5px;
}
.zozo-login-inner .close::before, .zozo-login-inner .close::after {
    background-color: #333333;
}
.lost-password-form, .registration-form, .login-form {
	transition: all ease 0.35s;
}
.form-state-hide {
	margin-left: 100px;
	opacity: 0;
	visibility: hidden;
	height: 0;
	overflow:hidden;
	transition: all ease 0.35s;
}
.form-state-show {
	margin-left: 0;
	height: auto;
	overflow: visible;
	opacity: 1;
	visibility: visible;
	transition: all ease 0.35s;
}
.login-form-text img {
	max-width: 142px;
    margin: 25px auto;
}
.login-form-text {
    text-align: center;
}
.social-login-wrap {
    padding: 10px 0 0 0;
    text-align: left !important;
}
.social-connect {
    margin-top: 17px;
    position: relative;
    background: #fff;
    z-index: 1;
    text-align: left;
    border-top: 1px solid #e3e3e3;
    padding-top: 10px;
}
.social-login-wrap > div {
	margin-bottom:20px;
}
.social-head{
    font-weight: 600;
    letter-spacing: 1px;
}
.social-login-wrap > div > a {
    font-size: 15px;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-right: 10px;
    text-align: center;
	padding: 8px;
}
a.social-login-trigger.social-google:hover, a.social-login-trigger.social-fb:hover {
    color: #fff;
    box-shadow: 0 1px 20px rgba(0, 0, 0, .4);
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
/* Woo Product Single Navigation */
.zozo-woo-product-nav {
    margin: 2em 0;
    display: flex;
    justify-content: space-between;
}
/* Woo Products sales Count */
.wooaddon-sales-count {
    font-weight: bold;
    color: #e74c3c;
    margin-top: 10px;
}
/* Modal Popup */
.zozo-woo-modal-trigger {
    outline: none;
    border: none;
    background-color: #fff;
    color: #000;
    position: relative;
    overflow: hidden;
}

.zozo-woo-modal-trigger::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
    transition: width 0.3s ease;
}

.zozo-woo-modal-trigger:hover,
.zozo-woo-modal-trigger:active,
.zozo-woo-modal-trigger:focus {
    background-color: #fff;
    color: #535353;
}

.zozo-woo-modal-trigger:hover::after,
.zozo-woo-modal-trigger:focus::after {
    width: 100%;
}

.zozo-woo-modal {
    display: none;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

/* Close Button */
.zocommerce .zozo-woo-modal-close {
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 7px 12px;
    font-size: 2.2rem;
    font-weight: 200;
    cursor: pointer;
    z-index: 1000;
    transition: all 0.3s ease;
}
.zocommerce .zozo-woo-modal-close:hover {
    color: #eb1f1f !important;
}
/* Modal Content */
.zocommerce .zozo-woo-modal-content {
    background-color: #fff;
    padding: 30px;
    border-radius: 5px;
    width: 40%;
    max-height: calc(100vh - 20%);
    overflow-y: auto;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    position: relative;
}
.zocommerce .zozo-woo-modal-content::-webkit-scrollbar {
    width: 4px;
}
.zocommerce .zozo-woo-modal-content::-webkit-scrollbar-button {
    display: none;
}
.zocommerce .zozo-woo-modal-content::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 4px;
}
.zocommerce .zozo-woo-modal-content::-webkit-scrollbar-track {
    background-color: #f0f0f0;
}
@media (min-width: 768px) and (max-width: 1024px) {
    .zocommerce .zozo-woo-modal-content {
        width: 60%;
    }
}
@media (max-width: 767px) {
    .zocommerce .zozo-woo-modal-content {
        width: 80%;
    }
    .zocommerce .zozo-product-short-view {
        width: 90%;
    }
}
/* Social Icons */
ul.social-share {
    list-style-type: none; 
    display: inline-block;
}
ul.social-share li a {
    padding: 1rem 1.5rem;
    color: #fff;
    background-color: #000;
    border-radius: 10px;
    width: 40px;
    height: auto;
    display: inline-flex;
    justify-content: center;

}
ul.social-share li a i {
    font-size: 1rem;

}
.no-more-founded {
    color: #ff0000;
    font-size: 1.2rem;
    font-weight: 600;
}
/* NEW STYLES FOR WIGETS */
.zozo-list-layout {
	display: flex;
	gap: 20px;
	align-items: center;
}
.zozo-product-left,
.zozo-product-right {
	flex: 1;
}
.woocommerce ul.products li.product-category,
.woocommerce ul.products li.zozo-product-item {
    margin: 0;
}
.star-rating {
    margin: auto;
}
.woocommerce ul.products .owl-item li.zozo-product-item,
.woocommerce ul.products .owl-item li.product-category {
    width: 100%;
}
.zozo-product-fields.zozo-overlay {
	position: relative;
}
/* Overlay Options */
.zocommerce .zozo-product-thumb {
    position: relative;
    overflow: hidden;
}
.zocommerce .zozo-overlay-wrapper {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	padding: 10px;
	box-sizing: border-box;
	text-align: center;
    display: flex;
    flex-direction: column;
	transition: all 0.5s ease;
	opacity: 0;
}
.zocommerce .zocommerce-product-item .zozo-overlay-wrapper {
    height: 100%;
    justify-content: center;
}
.zocommerce .zozo-product-item:hover .zozo-overlay-wrapper,
.zocommerce .zocommerce-product-item:hover .zozo-overlay-wrapper {
    opacity: 1;
}

.zocommerce .zozo-overlay-title,
.zocommerce .zozo-overlay-price,
.zocommerce .zozo-overlay-rating,
.zocommerce .zozo-overlay-buttons {
	margin: 5px 0;
}
.zozo-overlay-title {
    font-size: 2rem;
}
.woocommerce ul.zozo-woo-products-list li.zozo-product-item .zozo-product-enabled .zozo-product-thumb .img-squared {
	object-fit: cover;
	border-radius: 0;
}
.woocommerce ul.zozo-woo-products-list li.zozo-product-item .zozo-product-enabled .zozo-product-thumb .img-rounded {
	border-radius: 8px !important;
}
.woocommerce ul.zozo-woo-products-list li.zozo-product-item .zozo-product-enabled .zozo-product-thumb .img-rounded-circle {
	border-radius: 50% !important;
	object-fit: cover;
}
/* Overwriting Woocommerce for layout */
ul.products {
    display: flex;
    flex-wrap: wrap;
}
.zozo-product-pagination {
    display: flex;
    justify-content: center;
    gap: 1rem;
}
.zozo-pagination-button {
    padding: 0;
    height: fit-content;
    border-radius: 10px;
    overflow: hidden;
}
a.zozo-pagination-button,
.zozo-pagination-button .page-numbers {
    padding: 10px 20px;
}
.zozo-pagination-button {
    background: transparent;
}
.zozo-pagination-button a,
.zozo-pagination-button span {
	display: block;
	width: 100%;
	height: 100%;
	color: #333;
}
.zozo-pagination-button:hover,
.load-more-btn:hover {
    box-shadow: 2px 3px 5px -1px rgb(0, 0, 0, 0.3);
}
.zozo-pagination-button a {
    color: #333;
}
.zozo-load-more-button {
    padding: 5px 10px;
}
.woocommerce ul.owl-carousel .owl-item li.product,
.woocommerce-page ul.owl-carousel .owl-item li.product {
    padding: 0;
}
.zozo-product-thumb .img-rounded {
    border-radius: 10px;
}
.zozo-product-thumb .img-rounded-circle {
    border-radius: 50%;
}
.zozo-product-thumb .img-squared {
    border-radius: 0;
}
/* Isotope Styles */
.isotope {
    width: auto;
}
.isotope .isotope-item {
    float: left;
    min-height: 1px;
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.35s;
}
.isotope .isotope-item.item-visible {
    opacity: 1;
    visibility: visible;
}
.infinite-load>.post-pagination-wrap {
    display: none;
}
.isotope #infscr-loading {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
}
.isotope #infscr-loading>img {
    max-width: 100px;
    transition: all ease 0.35s;
}
@keyframes isotopeFadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
@-webkit-keyframes isotopeFadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
.isotope-animate {
    opacity: 0;
    visibility: hidden;
}
.isotope-animate.run-animate {
    opacity: 1;
    visibility: visible;
    animation-duration: 0.7s;
    animation-name: isotopeFadeInUp;
}

.zocommerce .zozo-woo-products-masonry .mini-masonry {
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.zocommerce .zozo-woo-products-masonry .mini-masonry li {
    display: block;
    margin: 0;
}
.zocommerce .zozo-woo-product-slider .woocommerce ul.products,
.zocommerce .zozo-category-slider .woocommerce ul.products {
    margin: 0;
}

/* Slider Styles */
.zocommerce .woocommerce .owl-carousel .owl-dots button.owl-dot {
    background-color: #000;
    width: 10px;
    height: 10px;
    margin: 0 10px;
}
.zocommerce .woocommerce .owl-carousel .owl-nav .owl-prev,
.zocommerce .woocommerce .owl-carousel .owl-nav .owl-next {
    background-color: #000;
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    overflow: hidden;
}
.zocommerce .woocommerce .owl-carousel .owl-nav .owl-prev {
    left: 0;
    right: auto;
}
.zocommerce .woocommerce .owl-carousel .owl-nav .owl-next {
    right: 0;
}
.zocommerce .woocommerce .owl-carousel .owl-nav .owl-prev span,
.zocommerce .woocommerce .owl-carousel .owl-nav .owl-next span {
    margin: 15px;
    font-size: 4rem;
    line-height: 30px;
}
.zocommerce .mfp-close-btn-in .mfp-close{
    color: #fff;
    background-color: #000000;
}
.zocommerce .mfp-close-btn-in .mfp-close:hover{
    color: #fff;
    background-color: #ff0000;
}
div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
    width: 25%;
    display: inline-block
}
.woocommerce .zozo-owl-related .related.products ul.products li.product {
    width: 100%;
}
.zozo-woo-addon .mfp-close-btn-in .mfp-close{
    color: #fff;
    background-color: #000000;
}
.zozo-woo-addon .mfp-close-btn-in .mfp-close:hover{
    color: #fff;
    background-color: #ff0000;
}

/* New Styles */
.zozo-overlay-wrapper .zozo-overlay-buttons .zozo-woo-buttons-pack {
    display: flex;
}
.zozo-load-more-wrap {
    text-align: center;
    margin: 2em 0;
}
.load-btn-scroll {
    display: none;
}
.product-load-paginations {
    height: 0;
    width: 0;
    opacity: 0;
    visibility: hidden;
}
.product-load-paginations .post-pagination {
	height: 0;
	overflow: hidden;
}
.zozo-loader-load {
    position: relative;
    width: 4em;
    height: 1em;
    font-size: 1rem;
    margin: 10px auto;
}
.zozo-loader-item {
    position: absolute;
    display: block;
    width: 1em;
    height: 1em;
    border-radius: 0.5em;
    background: #333; 
    animation-duration: 0.5s;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
}
.zozo-loader-item:nth-child(1),
.zozo-loader-item:nth-child(2) {
    left: 0;
}
.zozo-loader-item:nth-child(3) { 
    left: 1.5em; 
}
.zozo-loader-item:nth-child(4) { 
    left: 3em; 
}
.zozo-loader-item:nth-child(1) {
  animation-name: reveal;
}
.zozo-loader-item:nth-child(2),
.zozo-loader-item:nth-child(3) {
  animation-name: slide;
}
.zozo-loader-item:nth-child(4) {
  animation-name: reveal;
  animation-direction: reverse;
}
@keyframes reveal {
  from { transform: scale(0.001); }
  to { transform: scale(1); }
}
@keyframes slide {
  to { transform: translateX(1.5em) }
}
.product_meta > span {
    display: block;
    position: relative;
    margin-bottom: 10px;
    font-weight: 600;
    color: var(--dark-bg);
}
ul.social-share li {
    list-style-type: none;
    display: inline-block;
}
/* Hover Image Swap */
.woocommerce ul.products li.product .attachment-woocommerce_thumbnail {
    transition: opacity .5s ease, transform 2s cubic-bezier( 0, 0, .44, 1.18 );
}
.woocommerce ul.products li.product .secondary-image {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity .5s ease, transform 2s cubic-bezier( 0, 0, .44, 1.18 );
}
.woocommerce ul.products li.product:hover .secondary-image {
    opacity: 1;
}
.woocommerce ul.zocommerce-products-grid li.zocommerce-product-item:hover .secondary-image {
    opacity: 1 !important; 
}
.single-product .zozo-product-variations .zozo-product-variations-inner span.zozo-product-variation.size-variation {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 0.675rem;
    font-weight: 500;
}
.woocommerce-product-gallery__image--video video {
  width: 100%;
  border-radius: 6px;
  background: #000;
}
.woocommerce .product-gallery-has-video .flex-control-nav li:nth-child(2) {
    position: relative;
}
.woocommerce .product-gallery-has-video:not(.no-before) .flex-control-nav li:nth-child(2)::before {
    content: '\f04b';
    font-family: 'FontAwesome';
    font-weight: 900;
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
	padding: 0.15rem 0.75rem;
}
.woocommerce .product-gallery-has-video .flex-control-nav li.no-before::before {
    content: none;
}
.woocommerce ul.products li.video-thumbnail-product .attachment-woocommerce_thumbnail,
.woocommerce ul.products li.video-thumbnail-product .secondary-image {
    display: none;
}

/* Review Widget */
.review-inner,
.review-inner h4 {
    transition: all 0.3s ease-in-out;
}
.product-review-item ul {
    margin: 0;
}
.reviewer-name {
    display: inline-block;
    margin: 0;
}
.user-verified {
    margin-left: 0.75rem;
    font-size: 0.825rem;
}
.reviewer-avatar img {
    margin: unset;
}
.review-style-list .reviewer-avatar img,
.review-style-classic-pro .reviewer-avatar img {
    width: 100%;
}

.review-rating {
    color: #ff9c05;
}
ul.nav.top-meta-list,
ul.nav.bottom-meta-list {
    list-style-type: none;
    display: inline-block;
	padding: 0;
	margin-bottom: 0;
}
.top-meta ul.nav.meta-right, 
.bottom-meta ul.nav.meta-right {
    float: right;
}
ul.nav.top-meta-list > li,
ul.nav.bottom-meta-list > li {
    vertical-align: middle;
    display: inline-block;
	margin-top: 0;
    margin-right: 15px;
}
ul.nav.top-meta-list > li:last-child,
ul.nav.bottom-meta-list > li:last-child{
	margin-right: 0;
}
.zocommerce-review-pagination .page-numbers {
	list-style-type: none;
	text-align: center;
    margin-top: 2rem;
}
.zocommerce-review-pagination .page-numbers li {
	display: inline-block;
	margin: 0 5px;
}
.zocommerce-review-pagination .page-numbers li span,
.zocommerce-review-pagination .page-numbers li a {
	padding: 10px 16px;
	background: #eaeaea;
}
/* Review Classic Pro Styles */
.review-style-classic-pro .review-inner .post-details-outer {
    margin-top: -62px;
    background: #ffffff;
    position: relative;
    padding: 25px 20px 15px;
    box-shadow: 0 0 32px rgb(0 0 0 / 7%);
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
}
@media only screen and (max-width: 991px)  {	 
	.review-style-classic-pro .review-inner .post-details-outer {
			padding: 15px;
	}
}

.woocommerce div.product form.cart div.quantity {
    display: inline-flex;
    align-items: center;
    position: relative;
    gap: 0;
    margin-right: 16px;
}
form.cart div.quantity .zozo-qty-btn {
    width: 40px;
    height: 50px;
    border: solid 1px #eaeaea;
    background: #fff;
    color: #333;
    font-size: 24px;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
form.cart div.quantity .zozo-qty-minus {
    border-radius: 4px 0 0 4px;
    border-right: none;
}
form.cart div.quantity .zozo-qty-plus {
    border-radius: 0 4px 4px 0;
    border-left: none;
}
form.cart div.quantity .zozo-qty-btn span,
.product-quantity div.quantity .zozo-qty-btn span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-size: 0.825rem;
}
form.cart div.quantity .zozo-qty-btn:hover:not(:disabled) {
    background: #fff;
    /* border-color: #999; */
    color: #000;
} 
form.cart div.quantity .zozo-qty-btn:active:not(:disabled) {
    background: #e5e5e5;
    transform: scale(0.95);
}   
form.cart div.quantity .zozo-qty-btn:disabled,
form.cart div.quantity .zozo-qty-btn.disabled {
    opacity: 0.4;
    cursor: not-allowed;
    background: #f9f9f9;
}
.category-slider .owl-nav {
    position: static;
    margin-bottom: 1rem;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    font-size: 1rem;
}

.product.product-loading {
    position: relative;
    filter: blur(5px);
    opacity: 0.9;
    pointer-events: none;
    transition: all 0.3s ease;
}
.product.product-loading::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  transform: translateX(-100%);
  animation: productGlow 1.8s ease-in-out infinite;
  z-index: 5;
}
.product-quantity button.zozo-qty-btn {
    border: 0;
    width: 30px;
    height: 38px;
    background: #f1f1f1;
    color: #333;
    padding: 0;
}
@keyframes productGlow {
  to { transform: translateX(200%); }
}
.page-load-status {
    display: none;
}

/* Product Search Widget */
.zozo-product-search-wrap {
    position: relative;
}
.zozo-product-search-wrap .zozo-product-input-wrap {
    display: flex;
    border: 2px solid #eaeaea;
    align-items: stretch;
    justify-content: space-between;
    transition: border-color .3s;
    height: 52px;
}
.zozo-product-search-wrap .zozo-product-search-results {
	padding: 1rem;
    text-align: center;
}
.zozo-product-input-wrap .product-search {
    width: auto;
    padding: 0 25px;
    box-shadow: none;
    transition: all .3s;
    background: #eaeaea;
    color: #333;
    border: none;
}
.zozo-product-input-wrap .zozo-product-search-field {
    flex: 1;
    padding: 0 15px;
}
.zozo-product-input-wrap .product-cat-selector-wrap {
    background: #eaeaea;
    position: relative;
}
.zozo-product-input-wrap .product-cat-selector-wrap::after {
    content: "\e64b";
    font-family: "themify";
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 14px;
    color: #555;
}
.zozo-product-input-wrap .product-cat-selector-wrap select {
    padding: 0 32px;
    color: #333;
    border: none;
    font-weight: 600;
    background: none;
    line-height: 3;
}
.product-search-content-wrap {
    display: none;
    position: absolute;
    z-index: 10;
    background-color: #fff;
    border: 2px solid #eaeaea;
    border-top: 0;
    height: auto;
    width: 100%;
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
}
.product-search-content-wrap::-webkit-scrollbar {
    width: 4px;
}
.product-search-content-wrap::-webkit-scrollbar-button {
    display: none;
}
.product-search-content-wrap::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 4px;
}
.product-search-content-wrap::-webkit-scrollbar-track {
    background-color: #f0f0f0;
}
.zozo-search-product .product-list-layout {
    display: flex;
    flex-direction: column;
    justify-content: center;
} 
.zozo-product-search-results .zozo-search-products {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.zozo-product-search-results .zozo-search-products li {
	margin-bottom: 30px;
}
.zozo-product-search-results .zozo-search-products .product-search-content {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}
.zozo-product-search-results .zozo-search-product h5 {
    margin: 0;
}
.woocommerce .zozo-search-product .star-rating {
    float: none;
    margin: 0;
}
.zozo-search-product .product-star-wrapper .count {
    line-height: 1.2;
}
.zozo-search-product .zozo-woo-buttons-pack a {
    height: 45px;
    line-height: 50px;
    width: 45px;
    margin: 0 0;
    margin-bottom: 8px;
    border-radius: 5px;
    color: #797979;
    background: #ffffff;
    box-shadow: 0 0 25px rgb(23 23 23 / 6%);
    margin: 0 5px;
}
.zozo-product-search-more {
    text-align: center;
    padding: 0 0 1rem 0;
    display: none;
}
.zozo-product-search-more a {
    display: inline-block;
    padding: 12px 16px;
    background: #eaeaea;
    color: #333;
    font-weight: 600;
}

@media screen and (max-width: 767px) {
    .product-cat-selector-wrap {
        display: none;
    }
}

.woocommerce .zozo-woo-favourite-trigger .zocommerce-wishlist-icon::before {
    content: "\f004";
    font-family: "Font Awesome 7 Free";
    font-weight: 400;
}
.woocommerce .zozo-woo-favourite-trigger.wishlisted .zocommerce-wishlist-icon::before {
    font-weight: 900;
}
#zocommerce-confirmation-toast {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: #111;
    color: #fff;
    padding: 14px 18px;
    border-radius: 6px;
    font-size: 14px;
    opacity: 0;
    transform: translateY(20px);
    pointer-events: none;
    transition: all 0.35s ease;
    z-index: 9999;
}
#zocommerce-confirmation-toast.show {
    opacity: 1;
    transform: translateY(0);
}
#zocommerce-confirmation-toast.removed {
    background: #444;
}
.custom-grid-switcher button {
    border: none;
    width: 40px;
    height: 40px;
}
.zozo-compare-product-results .zozo-product-price  {
    line-height: inherit;
    width: auto;
    margin-left: 0;
}
.woocommerce .zozo-compare-product-results .star-rating {
    line-height: 2;
    height: 2rem;
    float: none;
}
.wooaddon-sales-count {
    font-size: 16px; 
    margin-top: 10px
}
#viewing-count {
    margin: 1rem 0;
    font-weight: 600;
}
.woocommerce ul.products li.product .zozo-woo-buttons-pack a {
    height: 45px;
    line-height: 50px;
    width: 45px;
    margin: 0 0;
    margin-bottom: 8px;
    border-radius: 5px;
    color: #797979;
    background: #ffffff;
    box-shadow: 0 0 25px rgb(23 23 23 / 6%);
    margin: 0 5px;
}
.single-product-buttons-pack a{
    height: 50px;
    border: 2px solid #e9e9e9;
    display: inline-block;
    border-radius: 4px;
    transition: 0.3s ease-out;
    font-size: 17px;
    line-height: 50px;
    font-weight: 500;
    vertical-align: bottom;
    outline: none;
    width: 50px;
    text-align: center;
    margin-left: 18px;
}

.woocommerce.zocommerce.woocommerce-shop:not(:has(.zocommerce-shop-layout-template)) ul.products li.product a.woocommerce-loop-product__link {
    display: block;
    position: relative;
    padding: 0;
    border: solid 25px transparent;
    outline: 1px solid #eaeaea;
}
.woocommerce.zocommerce.woocommerce-shop ul.products li.product a.woocommerce-loop-product__link img {
    margin: 0;
}
.woocommerce.zocommerce.woocommerce-shop ul.products li.product .star-rating {
    margin: auto;
}
.woocommerce.zocommerce.woocommerce-shop ul.products li.product {
    padding: 0 15px;
    margin: 0;
    margin-bottom: 35px;
}
.woocommerce.zocommerce.woocommerce-shop div ul.products li.product .price {
    font-size: 16px;
}
.woocommerce.zocommerce ul.products li.product .onsale,
.woocommerce.zocommerce span.onsale {
    height: auto;
    max-width: 50px;
    padding: 5px 10px;
    left: 30px;
    top: 15px;
    font-weight: 400;
}
.zocommerce.woocommerce .video-thumbnail-product video {
    max-width: 100%;
    height: auto;
}
.woocommerce.zocommerce.woocommerce-shop ul.products li.product .woocommerce-loop-product__title {
    text-decoration: none;
    line-height: 30px;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0;
    display: block;
    margin: 0 0 7px;
    padding-bottom: 0;
    text-align: center;
    padding-top: 7px;
    transition: all .3s;
}
.woocommerce.zocommerce.woocommerce-shop ul.products li.product:hover .woocommerce-loop-product__title {
    transition: all .3s;
}
.woocommerce.zocommerce.woocommerce-shop div ul.products li.product .price {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}
.woocommerce.zocommerce.woocommerce-shop .owl-carousel .owl-nav button {
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
    width: 65px;
    height: 40px;
    background: #333333;
    color: #fff;
}
.woocommerce.zocommerce.woocommerce-shop .owl-carousel .owl-nav button.disabled {
    background: #797979;
    opacity: 0.6;
    cursor: not-allowed;
}
.woocommerce.zocommerce.woocommerce-shop .owl-carousel .owl-nav .owl-prev:before {
    content: "\f30a";
}
.woocommerce.zocommerce.woocommerce-shop .owl-carousel .owl-nav .owl-next:before {
    content: "\f30b";
}
.woocommerce.zocommerce.woocommerce-shop .owl-carousel .owl-nav span {
    display: none;
}
.zocommerce.woocommerce div.product form.cart .variations td, .zocommerce.woocommerce div.product form.cart .variations th {
    text-align: left;
}
.zocommerce.woocommerce div.product form.cart .variations th:first-child {
    width: 70px;
    padding: 0;
    text-transform: capitalize;
}
.zocommerce .product .entry-summary form.cart {
    padding-top: 30px;
    border-top: solid 1px #eaeaea;
    margin-top: 30px;
    margin-bottom: 30px;
}
.zocommerce table.variations tr th, .zocommerce table.variations tr td {
    background: none;
}
.woocommerce div.product div.images .flex-control-thumbs {
    overflow: hidden;
    zoom: 1;
    bottom: 10px;
    padding-left: 10px;
    position: absolute;
    display: flex;
    flex-direction: column;
}
.woocommerce div.product div.images .flex-control-thumbs li {
    width: 64px;
    float: left;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 0;
    list-style: none;
    border: 1px solid;
}
.zozo-product-onsale-label {
    position: absolute;
    top: 15px;
    left: 15px;
    padding: 0 10px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    background: #ff0000;
    border-radius: 4px;
}
.zozo-countdown {
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: center;
}

@media (min-width: 576px) {
    .zocommerce-sm-auto {
        flex:0 0 auto;
        width: auto
    }
    .zocommerce-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333% !important;
    }
    .zocommerce-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667% !important;
    }
    .zocommerce-sm-3 {
        flex: 0 0 auto;
        width: 25% !important;
    }
    .zocommerce-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333% !important;
    }
    .zocommerce-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667% !important;
    }
    .zocommerce-sm-6 {
        flex: 0 0 auto;
        width: 50% !important;
    }
    .zocommerce-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333% !important;
    }
    .zocommerce-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667% !important;
    }
    .zocommerce-sm-9 {
        flex: 0 0 auto;
        width: 75% !important;
    }
    .zocommerce-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333% !important;
    }
    .zocommerce-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667% !important;
    }
    .zocommerce-sm-12 {
        flex: 0 0 auto;
        width: 100% !important;
    }
}
@media (min-width: 768px) {
    .zocommerce-md-auto {
        flex:0 0 auto;
        width: auto
    }
    .zocommerce-md-1 {
        flex: 0 0 auto;
        width: 8.33333333% !important;
    }
    .zocommerce-md-2 {
        flex: 0 0 auto;
        width: 16.66666667% !important;
    }
    .zocommerce-md-3 {
        flex: 0 0 auto;
        width: 25% !important;
    }
    .zocommerce-md-4 {
        flex: 0 0 auto;
        width: 33.33333333% !important;
    }
    .zocommerce-md-5 {
        flex: 0 0 auto;
        width: 41.66666667% !important;
    }
    .zocommerce-md-6 {
        flex: 0 0 auto;
        width: 50% !important;
    }
    .zocommerce-md-7 {
        flex: 0 0 auto;
        width: 58.33333333% !important;
    }
    .zocommerce-md-8 {
        flex: 0 0 auto;
        width: 66.66666667% !important;
    }
    .zocommerce-md-9 {
        flex: 0 0 auto;
        width: 75% !important;
    }
    .zocommerce-md-10 {
        flex: 0 0 auto;
        width: 83.33333333% !important;
    }
    .zocommerce-md-11 {
        flex: 0 0 auto;
        width: 91.66666667% !important;
    }
    .zocommerce-md-12 {
        flex: 0 0 auto;
        width: 100% !important;
    }
}
@media (min-width: 992px) {
    .zocommerce-lg-auto {
        flex:0 0 auto;
        width: auto
    }
    .zocommerce-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333% !important;
    }
    .zocommerce-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667% !important;
    }
    .zocommerce-lg-3 {
        flex: 0 0 auto;
        width: 25% !important;
    }
    .zocommerce-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333% !important;
    }
    .zocommerce-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667% !important;
    }
    .zocommerce-lg-6 {
        flex: 0 0 auto;
        width: 50% !important;
    }
    .zocommerce-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333% !important;
    }
    .zocommerce-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667% !important;
    }
    .zocommerce-lg-9 {
        flex: 0 0 auto;
        width: 75% !important;
    }
    .zocommerce-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333% !important;
    }
    .zocommerce-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667% !important;
    }
    .zocommerce-lg-12 {
        flex: 0 0 auto;
        width: 100% !important;
    } 
}
@media (max-width: 576px) {
    .zocommerce-xs-auto {
        flex: 0 0 auto;
        width: auto !important;
    }
    .zocommerce-xs-1 {
        flex: 0 0 auto;
        width: 8.33333333% !important;
    }
    .zocommerce-xs-2 {
        flex: 0 0 auto;
        width: 16.66666667% !important;
    }
    .zocommerce-xs-3 {
        flex: 0 0 auto;
        width: 25% !important;
    }
    .zocommerce-xs-4 {
        flex: 0 0 auto;
        width: 33.33333333% !important;
    }
    .zocommerce-xs-5 {
        flex: 0 0 auto;
        width: 41.66666667% !important;
    }
    .zocommerce-xs-6 {
        flex: 0 0 auto;
        width: 50% !important;
    }
    .zocommerce-xs-7 {
        flex: 0 0 auto;
        width: 58.33333333% !important;
    }
    .zocommerce-xs-8 {
        flex: 0 0 auto;
        width: 66.66666667% !important;
    }
    .zocommerce-xs-9 {
        flex: 0 0 auto;
        width: 75% !important;
    }
    .zocommerce-xs-10 {
        flex: 0 0 auto;
        width: 83.33333333% !important;
    }
    .zocommerce-xs-11 {
        flex: 0 0 auto;
        width: 91.66666667% !important;
    }
    .zocommerce-xs-12 {
        flex: 0 0 auto;
        width: 100% !important;
    }
} 
.out-of-stock-label-wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur( 5px );
    top: 0;
    left: 0;
}
.out-of-stock-label {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate( -50%, -50%);
	background: #fff;
	width: 125px;
	height: 125px;
	border-radius: 50%;
	display: inline-flex;
	text-align: center;
	justify-content: center;
	align-items: center;
	font-size: 1.5rem;
	font-weight: 600;
	word-wrap: break-word;
}

.zocommerce-swatch.disabled {
	position: relative;
    cursor: not-allowed;
}
.zocommerce-swatch.disabled::after {
	content: "/";
	position: absolute;
	color: #ff0000;
	opacity: 1;
	font-size: 1rem;
	transform: rotate(20deg);
}

.zozo-compare-product-results .zozo-product-buttons .zozo-ajax-add-to-cart,
.zozo-compare-product-results .zozo-product-buttons .zozo-woo-favourite-trigger {
    color: #797979;
    background: #ffffff;
    box-shadow: 0 0 25px rgb(23 23 23 / 6%);
    height: fit-content;
    width: fit-content;
    padding: 0.5rem 1rem;
}