/*
Theme Name: Aserinc
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.shop-page-title .flex-col>.is-medium,
.shop-page-title nav.woocommerce-breadcrumb {
    display: none;
}
.shop-page-title .flex-col {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
}
.shop-page-title h1.shop-page-title {
    font-size: 40px;
    font-weight: 500;
    margin: 0;
    line-height: 64px;
}
.shopping-cart .top-title {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    line-height: 1;
    align-items: center;
    border: 1.5px solid #1961E4;
    border-radius: 8px;
    padding: 10px 12px 10px 24px;
}
.shopping-cart .top-title .shopping-title {
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    color: #1961E4;
}
.shop-page-title .shopping-cart {
    min-width: 240px;
    position: relative;
}
.shop-page-title .shopping-cart span.icon {
    display: flex;
    min-width: 16px;
    justify-content: center;
	cursor: pointer;
}
.product-small.box .box-image {
    text-align: center;
}
.product-small.box .box-image img {
    width: auto;
    height: 160px;
}
.product-small.box .price-wrapper {
    display: none;
}
.product-qty {
    border-top: 1px solid #E0E0E0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    margin-top: 24px;
    padding-top: 16px;
}
.product-small.box .product-qty span.title {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}
.ux-quantity,
.product-qty .ux-quantity {
    margin: 0;
}
.product-small.box .product-title {
    margin: 0;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    padding-top: 40px;
}
.products.row>.product-small.col {
    padding-bottom: 24px;
}
.products.row>.product-small.col>.col-inner {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0px 2px 4px 0px #0000000A;
    border: 1px solid #E0E0E0;
    margin: 0;
    padding: 32px 32px 16px 32px;
}
.product-small.box .box-text-products {
    padding: 0;
}
.ux-quantity.quantity button.ux-quantity__button,
.product-qty .ux-quantity button.ux-quantity__button {
    margin: 0;
    padding: 0;
    border: 1px solid #E0E0E0;
    width: 40px;
    height: 40px;
    border-radius: 100% !important;
    line-height: 1;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.ux-quantity input.qty,
.product-qty .ux-quantity input.qty {
    height: 40px;
    box-shadow: none;
    font-family: Inter;
    font-weight: 500;
    font-size: 24px;
    margin: 0;
    padding: 0;
    border: 0;
    max-width: 55px;
	background: transparent;
}
.shopping-cart .main-list-cart {
    position: absolute;
    top: 0;
    z-index: 22;
    background-color: #fff;
    box-shadow: 0px 2px 4px 0px #0000000A;
    border-radius: 16px;
    border: 1px solid #E0E0E0;
    padding: 24px;
    width: 396px;
    right: -50%;
	display: none;
}
.shopping-cart .main-list-cart .item-product {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #E0E0E0;
    margin-bottom: 16px;
    padding-bottom: 16px;
}
.shopping-cart .main-list-cart .item-product:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.main-list-cart .item-product .product-thumbnail .thumb img {
    max-height: 48px;
    width: auto;
    max-width: 48px;
}
.shopping-cart .main-list-cart .item-product .product-thumbnail {
    display: inline-flex;
    align-items: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    gap: 16px;
}
.shopping-cart .main-list-cart .item-product .product-quantity {
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
}
.main-list-cart .footer-cart p {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 16px;
}
.main-list-cart .footer-cart .btn-link {
    width: 100%;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    text-transform: unset;
	min-height: 44px;
}
.main-list-cart .top-cart {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
    margin-bottom: 30px;
}
.main-list-cart .top-cart .shopping-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}
.main-list-cart .item-product .product-name {
    color: #212121;
}
.product-small.box .product-title a {
    color: #212121;
}
.main-list-cart .footer-cart {
    display: block;
    position: relative;
    margin-top: 30px;
    width: 100%;
}
.shopping-cart .main-list-cart .main-top-cart {
    width: 100%;
}
.shopping-cart .main-list-cart .wrapper {
    min-height: 75vh;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    width: 100%;
}
.category-page-row > .large-12 {
    transition: padding-right 0.3s ease;
}
body.open-shopping-cart .category-page-row > .large-12 {
    padding-right: 310px;
}
.ux-quantity, .product-qty .ux-quantity {
    position: relative;
}
.product-qty .ux-quantity.loading::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 50%;
    width: 20px;
	margin-right: -10px;
	z-index: 9;
    height: 20px;
    border: 2px solid #fff;
    border-top-color: #000;
    border-radius: 50%;
    animation: spin 0.6s linear infinite;
    transform: translateY(-50%);
}
@keyframes spin {
    to {
        transform: translateY(-50%) rotate(360deg);
    }
}
.product-qty .ux-quantity.loading:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 2;
    border-radius: 40px;
}
@media only screen and (max-width: 1399px) {
	body.open-shopping-cart .category-page-row > .large-12 {
		padding-right: 365px;
	}
	.shopping-cart .main-list-cart {
		right: -18px;
		width: 350px;
	}
}
@media only screen and (max-width: 1199px) {
	body.open-shopping-cart .category-page-row > .large-12 {
		padding-right: 10px;
	}
	.shopping-cart .main-list-cart {
		right: -6px;
		width: 350px;
	}
}
@media only screen and (max-width: 849px) {
	.product-small.box .product-title {
		padding-top: 20px;
	}
}
@media only screen and (max-width: 767px) {
	.shop-page-title .flex-col {
		flex-wrap: wrap;
	}
	.shop-page-title .shopping-cart {
		min-width: 240px;
		margin: 0 auto;
	}
	.shopping-cart .main-list-cart {
        right: -56px;
        max-width: 350px;
    }
}
@media only screen and (max-width: 480px) {
	 .shopping-cart .main-list-cart {
        right: -50px;
        max-width: 340px;
		 padding: 24px 18px;
    }
}