/* * WooCommerce fixs * This file contain WooCommerce codes for some problems */
ul.woocommerce-error {
	margin: 10px 0;
	list-style: none;
}
.archive.search.search-no-results .wooma-before-loop.wooma-shop-filter-top-area {
    display: none;
}
.archive.search.search-no-results  .wooma-products-wrapper .wooma-products.row {
    margin: 0;
}
.archive.search.search-no-results .wooma-not-found-info-wrapper {
    margin-top: 0;
}

.wooma-products.row {
	margin-bottom: -30px;
}
.wooma-products.products.ptype-4 {
    margin-bottom: -10px;
}
.wooma-not-found-info-wrapper {
    text-align: center;
    margin-top: 60px;
}

.wooma-page-hero-content .term-description {
    max-width: 440px;
    margin-top: 15px;
}

/* price */
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce-variation-price .price,
.wooma-price {
    color: var(--wooma-gray-dark);
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}

.woocommerce-variation-price .price span.del>span,
.wooma-price span.del>span {
	text-decoration: line-through;
	color: var(--wooma-dark-soft);
}

.wooma-secondary-color {
    margin-left: 5px;
}
/* price */


/* shop buttons  */
.woocommerce-page #respond input#submit,
.woocommerce-page button.button,
.woocommerce-page a.button,
.woocommerce .button,
.woocommerce #respond input#submit,
.woocommerce button.button,
.woocommerce a.button,
.woocommerce .button {
	font-size: 14px;
	font-weight: 400;
	background-color: var(--wooma-dark);
	color: var(--wooma-light);
	padding: 0px 15px;
	min-height: 38px;
	min-width: 160px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: normal;
	letter-spacing: 0.3px;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
	background-image: none;
	outline: none;
	border: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	white-space: nowrap;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	cursor: pointer;
}

.woocommerce-page #respond input#submit:hover,
.woocommerce-page button.button:hover,
.woocommerce-page a.button:hover,
.woocommerce .button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce button.button:hover,
.woocommerce a.button:hover,
.woocommerce .button:hover {
	opacity: 0.8;
}

.nt-wooma-content .woocommerce-message .button.wc-forward {
    display: none;
}

.wooma-btn:not(.loading) .loading-wrapper {
	display: none;
}

.processing .wooma-btn:not(.loading) .loading-wrapper {
    display: flex;
    background: var(--wooma-dark);
}

.wooma-btn .loading-wrapper {
	position: absolute;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--wooma-light);
}
/* shop buttons  */

/* woocommerce-message */
.nt-wooma-content .woocommerce-message {
    background: var(--wooma-success-bg);
    border: 1px solid var(--wooma-success-border);
    color: var(--wooma-success);
    padding: 15px 20px;
    margin-bottom: 40px;
}
.nt-wooma-content .woocommerce-error {
	background: var(--wooma-red-bg);
	border: 1px solid var(--wooma-red-border);
	color: var(--wooma-red);
	padding: 15px 20px;
    margin-bottom: 40px;
}
.nt-wooma-content .wooma-cart-empty-wrapper .woocommerce-message {
    margin-left: auto;
    margin-right: auto;
}
.woocommerce-error strong {
    color: var(--wooma-red);
    text-decoration: underline;
}
/* woocommerce-message */

.animation {
	will-change: opacity, transform;
	opacity: 0;
	-moz-animation: none;
	-webkit-animation: none;
	animation: none;
}

/*/////////////////////////////////////
13 >-----> PRODUCT ALL KEYFRAMES
/////////////////////////////////////*/
@keyframes stock-progress-bar {
	from {
		width: 100%
	}

	to {
		width: 0
	}
}

@keyframes slide-down {
	0% {
		opacity: 0;
		transform: translateY(20px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes woomafadeInLeft {
	0% {
		transform: translate3d(-20px, 0, 0);
	}

	100% {
		transform: none;
	}
}

@keyframes woomafadeOutLeft {
	0% {
		transform: translate3d(-20px, 0, 0);
	}

	100% {
		transform: none;
	}
}


.woocommerce-form-login-toggle,
.woocommerce-form-coupon-toggle {
    background-color: var(--wooma-gray-soft);
    margin-bottom: 0;
    padding: 10px 20px;
    border: 1px solid var(--wooma-gray);
    max-width: 450px;
}

.woocommerce-form.woocommerce-form-login.login,
.woocommerce-form-register,
.checkout_coupon.woocommerce-form-coupon {
    max-width: 450px;
    margin-top: 20px;
    margin-bottom: 20px;
}

/* thank you page */
.woocommerce-thankyou-order-details {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	padding: 15px;
	border: 2px solid var(--wooma-gray);
}

.woocommerce-order-received .woocommerce-order-details,
.woocommerce-order-received .woocommerce-customer-details {
	padding: 15px;
	border: 2px solid var(--wooma-gray);
	margin-top: 30px;
}

.woocommerce-order-received .woocommerce-order-details address p {
	margin: 0px;
}

.woocommerce-thankyou-order-details li {
	display: inline-flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: column;
}

.woocommerce-thankyou-order-details li+li {
	margin-left: 15px;
	padding-left: 15px;
	border-left: 1px dashed var(--wooma-gray);
}

.woocommerce-order-received table.order_details {
	width: 100%;
}

.woocommerce-order-received .woocommerce-order-details tr {
	border-bottom: 1px solid var(--wooma-gray);
	line-height: 2.5em;
}

.woocommerce-order-received .woocommerce-order-details tfoot tr:last-child {
	border-bottom: 0;
}

/* thank you page */


/* lost password */
.wooma-lost-reset-password-wrapper .wooma-flex {
	flex-direction: column;
}

.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
	display: inline-block;
	background: var(--wooma-gray-soft);
	border: 1px solid var(--wooma-gray);
	padding: 10px 20px;
	color: var(--wooma-dark);
}

ul.wc-bacs-bank-details.order_details.bacs_details {
    margin: 0;
}

h2.wc-bacs-bank-details-heading {
    margin: 30px 0 10px;
    font-size: 22px;
}
h3.wc-bacs-bank-details-account-name {
    font-size: 18px;
}


.wooma-checkout-footer-item.woocommerce-shipping-totals.shipping {
    display: block;
    padding: 10px;
    background: var(--wooma-gray-soft);
    margin-top: 10px;
}


ul.wooma-product-features-list {
    padding-left: 20px;
}


/* PAGINATION */
.wooma-woocommerce-pagination {
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
	margin-top: 50px;
}

.wooma-woocommerce-pagination ul {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	margin: 0;
	margin-bottom: -10px;
	padding: 0;
}

.wooma-woocommerce-pagination ul.page-numbers li {
	display: inline-block;
	margin-bottom: 10px;
	border: 0;
}

.wooma-woocommerce-pagination ul.page-numbers li+li {
	margin-left: 10px;
}

.wooma-woocommerce-pagination ul li a,
.wooma-woocommerce-pagination ul li span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	margin: 0;
	padding: 0;
	border: 0;
	color: var(--wooma-dark);
	background-color: var(--wooma-gray-soft);
	text-decoration: none;
	font-size: 14px;
	font-weight: 500;
	line-height: 50px;
	border-radius: 4px;
}

.wooma-woocommerce-pagination ul li a:focus,
.wooma-woocommerce-pagination ul li a:hover,
.wooma-woocommerce-pagination ul li span.current {
	color: var(--wooma-light);
	background-color: var(--wooma-dark);
}
/* PAGINATION */
.wooma-side-panel.wishlist-active .wooma-summary-item.wooma-viewed-offer-time,
.wooma-side-panel.wishlist-active .wooma-cart-goal-wrapper {
    display: none;
}
.wooma-quickshop-wrapper .wooma-selected-variations-terms-wrapper {
    display: none;
}
.wooma-quickshop-wrapper .wooma-selected-variations-terms {
    margin-bottom: 20px;
    padding: 10px 15px;
    background: var(--wooma-success-bg);
    border: 1px solid var(--wooma-success-border);
    border-radius: var(--wooma-border-radius);
    color: var(--wooma-success);
    line-height: 1;
}
.wooma-quickshop-wrapper .wooma-selected-variations-terms-wrapper .selected-features + .selected-features {
    margin-left: 10px;
}

.woocommerce-breadcrumb a:after {
    content: "";
    display: inline-block;
    padding-right: 0;
    width: 4px;
    height: 4px;
    background-color: var(--wooma-gray);
    border-radius: 50%;
    margin-bottom: 2px;
    margin-right: 10px;
    margin-left: 10px;
}
@media(max-width:768px){
.shop-area > .container-fluid {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
}
}
.wooma-quickshop-wrapper .wooma-whatsapp,
.wooma-product-summary .wooma-whatsapp {
    background-color: #25d366;
    width: 100%;
}
.wooma-product-summary .wooma-whatsapp i {
    font-size: 32px;
    margin-right: 6px;
}
.wooma-summary-item.wooma-extra-buttons {
    display: flex;
    gap: 5px;
    max-width: calc(100% - 5px);
}
.wooma-extra-buttons > a {
    flex: 0 0 100%;
}
.wooma-extra-buttons.has-two-buttons > a {
    flex: 0 0 50%;
}

.wishlist-all-items {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    border: 3px solid var(--wooma-gray);
}
.wishlist-all-items .wooma-content-item .wooma-content-info .product-name,
.wishlist-all-items .wooma-content-item .wooma-content-info a.wooma-btn-small {
    color: var(--wooma-black);
}
.wishlist-all-items .wooma-content-item {
    margin-bottom: 0;
}
.wishlist-all-items .wooma-empty-content {
    text-align: center;
}
.wishlist-all-items .wooma-empty-content svg {
    float: none;
    opacity: 0.5;
    text-align: center;
    margin: 0;
}
.wishlist-all-items .wooma-content-item + .wooma-content-item {
    width: 100%;
    margin-bottom: 0;
    position: relative;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px dashed var(--wooma-gray);
}
.wishlist-page-link {
    padding: 10px;
    text-align: center;
    width: 100%;
    display: block;
    border: 1px solid var(--wooma-black);
    line-height: 1;
    height: auto;
    margin-top: 15px;
}
.wishlist-page-link:hover {
    background-color: var(--wooma-black);
    color: var(--wooma-light);
}
.wishlist-area[data-wishlist-count="0"] .wishlist-page-link {
    display: none;
}
.wooma-wishlist-copy {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid var(--wooma-gray);
}
.wooma-small-title.message-error {
    padding: 10px;
    text-align: center;
    background: var(--wooma-red);
    color: var(--wooma-light);
    line-height: 1;
}
.wooma-quickshop-wrapper .quantity {
    max-width: 120px;
}
.wishlist-area.panel-content-item,
.wishlist-content {
    max-height: 100%;
    height: 100%;
}
.wishlist-area:not(.has-product) .wooma-panel-content-items {
    max-height: calc(100% - 110px)!important;
}
.wishlist-area .has-clear-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.wishlist-area[data-wishlist-count="0"] .has-clear-btn .clear-all-wishlist,
.wishlist-area[data-wishlist-count="1"] .has-clear-btn .clear-all-wishlist {
    display: none;
    pointer-events: none;
}
.wishlist-area .has-clear-btn .clear-all-wishlist {
    font-size: 14px;
    margin-left: 20px;
    cursor: pointer;
}
.wishlist-message .woocommerce-notices-wrapper img {
    max-width: 50px;
    margin-right: 15px;
    border: 1px solid;
}
.wishlist-message .woocommerce-message {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.wishlist-message .wooma-small-title {
    color: inherit;
}
.wishlist-message span.product-name {
    font-weight: 600;
    color: var(--wooma-dark);
    margin-right: 5px;
}


/* skeleton */
.loading .wooma-loop-product .wooma-product-thumb,
.loading .wooma-loop-product .wooma-product-name,
.loading .wooma-loop-product .wooma-price-wrapper,
.loading .wooma-loop-product .wooma-inline-flex,
.loading .wooma-loop-product .wooma-inline-two-block,
.loading .wooma-loop-product .wooma-product-extra-features,
.loading .wooma-loop-product .wooma-product-cart-wrapper,
.loading .wooma-loop-product .loop-cart,
.loading .wooma-product-type-3 .wooma-btn{
    position: relative;
    overflow: hidden;
}

.loading .wooma-loop-product .wooma-product-thumb,
.loading .wooma-loop-product .wooma-product-name,
.loading .wooma-loop-product .wooma-price-wrapper,
.loading .wooma-loop-product .wooma-inline-flex,
.loading .wooma-loop-product .wooma-inline-two-block,
.loading .wooma-loop-product .wooma-product-extra-features,
.loading .wooma-loop-product .wooma-product-cart-wrapper,
.loading .wooma-loop-product .loop-cart,
.loading .wooma-product-type-3 .wooma-btn{
    min-width: 100%;
    max-width: 100%;
}

.loading .wooma-loop-product .wooma-product-labels,
.loading .wooma-loop-product .wooma-product-buttons,
.loading .wooma-loop-product .wooma-wishlist-btn,
.loading .wooma-loop-product .loading-wrapper {
    display: none;
}
.loading .wooma-loop-product {
    pointer-events: none;
}

.loading .wooma-loop-product .wooma-product-thumb:before,
.loading .wooma-loop-product .wooma-product-name:before,
.loading .wooma-loop-product .wooma-price-wrapper:before,
.loading .wooma-loop-product .wooma-inline-flex:before,
.loading .wooma-loop-product .wooma-inline-two-block:before,
.loading .wooma-loop-product .wooma-product-extra-features:before,
.loading .wooma-loop-product .wooma-product-cart-wrapper:before,
.loading .wooma-loop-product .loop-cart:before,
.loading .wooma-product-type-3 .wooma-btn:before
{
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 98;
    background: #f4f4f4;
    width: 100%;
    height: 100%;
}
.loading .wooma-loop-product .wooma-product-thumb::after,
.loading .wooma-loop-product .wooma-product-name::after,
.loading .wooma-loop-product .wooma-price-wrapper::after,
.loading .wooma-loop-product .wooma-inline-flex::after,
.loading .wooma-loop-product .wooma-inline-two-block::after,
.loading .wooma-loop-product .wooma-product-extra-features::after,
.loading .wooma-loop-product .wooma-product-cart-wrapper::after,
.loading .wooma-loop-product .loop-cart::after,
.loading .wooma-product-type-3 .wooma-btn::after
{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(
        to right,
        #f6f7f9 0%,
        #e9ebee 20%,
        #f6f7f9 40%,
        #f6f7f9 100%
    );
    background-repeat: no-repeat;
    background-size: 450px 400px;
    animation: shimmer 2s linear infinite;
    z-index: 99;
}
@keyframes shimmer {
    0% {
        background-position: -450px 0;
    }
    100% {
        background-position: 450px 0;
    }
}
.wooma-woocommerce-pagination.wooma-hidden {
    display: none;
}
.shop-loadmore-wrapper {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-after-cart-wrapper .wooma-product-hint,
.wooma-product-loop-inner .wooma-product-button .btn-text{
    display: none;
}
.wooma-product-strech-type .wooma-product360-btn {
    bottom: auto;
    top: 10px;
    right: 10px;
}

.wooma-product-strech-type .wooma-product-video-button + .wooma-product360-btn {
    bottom: auto;
    top: 10px;
    right: 60px;
}
