.avt-product-fbt {
    margin: 24px 0 0;
    position: relative;
    display: inline-block;
    width: 100%;
}

.avt-product-fbt__title {
    margin: 0 0 25px;
    font-size: 20px;
    font-weight: 500;
}

.avt-product-fbt__wrapper {
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.avt-product-fbt ul.products {
	width: 100%;
}

.avt-product-fbt .clear {
    display: none;
}
.avt-product-fbt ul.products .product-content h2 {
	line-height: 1.6em;
}
.product-images-summary {
    overflow: auto;
}
.avt-product-fbt__wrapper .products .product {
    margin-bottom: 0px !important;
}
.avt-product-fbt .products-list li {
	list-style: none;
}

.avt-product-fbt .product-buttons {
	display: flex;
	flex-direction: column;
    justify-content: center;
	max-width: 219px;
	width: 100%;
	margin-top: 57px;
}

.avt-product-fbt .product-buttons .price-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.avt-product-fbt ul.products li.product {
	float: left;
	width: 25%;
	display: block;
	margin-bottom: 50px;
	min-width: 218px;
}

.avt-product-fbt ul.products .product-buttons {
	display: flex;
	align-items: center;
	flex-direction: column;
    justify-content: center;
	margin-top: -50px;
}

.avt-product-fbt ul.products li.product.out-of-stock {
	opacity: 0.2;
}

.avt-product-fbt ul.products li.product.un-active {
	opacity: 0.2;
}

.avt-product-fbt ul.products li.product.un-active select {
	pointer-events: none;
}

.avt-product-fbt ul.products .product-content {
	position: relative;
	padding-right: 32px;
}

.avt-product-fbt ul.products .product-content .thumbnail {
	position: relative;
	display: block;
}

.avt-product-fbt ul.products .product-content .thumbnail .thumb-new {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	transition: 0.3s;
}

.avt-product-fbt ul.products .product-content .thumbnail:after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -35px;
	content: "+";
	display: inline-block;
	font-weight: 600;
	font-size: 16px;
	color: #0d0d0d;
}

.avt-product-fbt ul.products li.product:nth-child(4n) .thumbnail:after,
.avt-product-fbt ul.products li.product:last-child .thumbnail:after {
	display: none;
}

.avt-product-fbt ul.products .product-content h2 {
	font-size: 16px;
	margin: 5px 0;
}

.avt-product-fbt ul.products li.product .product-variation-price .price-new {
	display: none;
}

.avt-product-fbt ul.products li.product .product-variation-price.active .price {
	display: none;
}

.avt-product-fbt ul.products li.product .product-variation-price.active .price-new {
	display: block;
}

.avt-product-fbt ul.products .product-content .price small {
	display: inline-block;
}

.avt-product-fbt ul.products .product-content .price .sale {
	display: none;
}

.avt-product-fbt .product-buttons .avt-pbt-add-to-cart {
	margin-top: 10px;
	width: 100%;
}

.avt-product-fbt .product-buttons .avt-pbt-add-to-cart .avt-svg-icon {
    margin-left: 16px;
    display: inline-block;
    font-size: 19px;
}

.avt-product-fbt .product-buttons .avt-pbt-add-to-cart.disabled {
	opacity: 0.5;
    cursor: not-allowed;
}

/*.avt-product-fbt .product-buttons .avt-pbt-add-to-cart:before {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 16px;
    width: 16px;
    display: inline-block;
    border-radius: 50%;
    border: 2px solid;
    border-top-color: transparent;
    -webkit-animation: avt-spin infinite 1s linear;
    animation: avt-spin infinite 1s linear;
    transition: opacity .2s linear .2s;
    content: "";
	display: none;
	color: #fff;
	margin-top: -8px;
	margin-left: -8px;
}

.avt-product-fbt .product-buttons .avt-pbt-add-to-cart.loading {
	position: relative;
	color: transparent;
	transition: none;
}*/

/*.avt-product-fbt .product-buttons .avt-pbt-add-to-cart:before {
	content: "+";
	margin-right: 5px;*//* test loading rtl */
	/*display: inline-block;
}*/
.avt-product-fbt .product-buttons .avt-pbt-add-to-cart.loading:before {
	content: "";
}
.avt-product-fbt .product-buttons .avt-pbt-add-to-cart.loading:after {
	left: 0;
	right: 0;
	bottom: 0;
	height: 40px;
	width: 100%;
	background-color: rgba(243,244,245,1);
/*	top: 50%;*/
	z-index: 4;
	opacity: 0.9;
/*	margin-top: 34px;*/
	background-image: none;
	position: absolute;
	display: inline-block;
	content: "" !important;
	-webkit-animation: none ;
	-moz-animation: none;
	animation: none;
}

.avt-product-fbt .product-buttons .avt-pbt-add-to-cart.loading:before {
	border-width: 2px;
	border-style: solid;
	border-top: 2px solid #0d0d0d;
	border-left: 2px solid #0d0d0d;
    border-radius: 50%;
	left: 50%;
/*	top: 50%;*/
	margin-top: 3px;
	margin-left: -15px;/* default */
	position: absolute;
	width: 24px;
	height: 24px;
	content: "";
	-webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
	background: transparent !important;
	z-index: 9;
	display: block !important;
}


.avt-product-fbt .product-buttons .price-box .label {
	font-weight: 500;
}

.avt-product-fbt .product-buttons .s-price {
	font-weight: 500;
}

.avt-product-fbt .product-buttons .price-box {
	color: #0d0d0d;
}

.avt-product-fbt .product-buttons .price-box__save {
	color: #f21905;
}

.avt-product-fbt .products-list {
	padding: 0;
	list-style: none;
}

.avt-product-fbt .products-list li a {
	display: inline-block;
	position: relative;
	line-height: 1;
	padding-left: 25px;
}

.avt-product-fbt .products-list li a strong {
	color: #0d0d0d;
	font-weight: 600;
}

.avt-product-fbt .products-list li a:before {
	position: absolute;
	top: 1px;
	left: 0;
	width: 15px;
	height: 15px;
	content: "";
	background-color: #0d0d0d;
	border-radius: 2px;
}

.avt-product-fbt .products-list li a:after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 1px;
	left: 1px;
	width: 15px;
	height: 15px;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEwIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+DQo8cGF0aCBkPSJNOSAxTDMuNSA3TDEgNC4yNzI3MyIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPg0KPC9zdmc+DQo=");
	background-position: center;
	background-repeat: no-repeat;
}

.avt-product-fbt .products-list li .s-price .sale {
	display: none;
}

.avt-product-fbt .products-list li.uncheck .p-title,
.avt-product-fbt .products-list li.uncheck .s-price {
	opacity: 0.5;
}

.avt-product-fbt .products-list li.uncheck a:after {
	opacity: 0;
}

.avt-product-fbt .products-list li .s-price {
	font-weight: 500;
	padding-left: 5px;
	transition: 0.5s;
}

.avt-product-fbt .products-list li .s-price ins {
	text-decoration: none;
	background-color: transparent;
}

.avt-product-fbt .products-list li .s-price del {
	display: none;
}

.avt-product-fbt .products-list li .p-title {
	transition: 0.5s;
}

.avt-product-fbt ul.products li.product table.variations {
	margin-top: 3px;
}

.avt-product-fbt ul.products li.product form.cart {
	margin: 0 !important;
	padding: 0 !important;
}

.avt-product-fbt ul.products li.product form.cart table.variations select {
	display: block !important;
	height: auto;
	padding: 5px 0;
	border-top: none;
	border-right: none;
	border-left: none;
	border-width: 1px;
	background-position: right center;
	font-size: 14px;
}

.avt-product-fbt ul.products li.product table.variations .wcboost-variation-swatches > ul,
.avt-product-fbt ul.products li.product table.variations .label {
	display: none;
}

.avt-product-fbt ul.products li.product table.variations td.value {
	text-align: left;
	margin-bottom: 10px !important;
}

.avt-product-fbt ul.products li.product .single_variation_wrap {
	display: none !important;
}

.avt-product-fbt ul.products li.product .reset_variations {
	font-size: 10px;
	font-weight: 500;
	text-decoration: underline;
}

.avt-product-fbt ul.products .product-content .woocommerce-variation-description,
.avt-product-fbt ul.products .product-content .avt-date-onsale-to {
	display: none;
}

.avt-product-fbt .avt-pbt-alert {
	margin: 0;
}

.avt-product-fbt .pbt-cart.cart {
	margin-top: 0 !important;
}

.rtl .avt-product-fbt .products-list li a:before {
	right: 0;
	left: auto;
}

.rtl .avt-product-fbt .products-list li a:after {
	right: -1px;
	left: auto;
}

.rtl .avt-product-fbt .products-list li a {
	padding-left: 0;
	padding-right: 25px;
}

.rtl .avt-product-fbt .products-list li .s-price {
	padding-left: 0;
	padding-right: 5px;
}

.rtl .avt-product-fbt ul.products .product-content .thumbnail:after {
	right: auto;
	left: -35px;
}

.rtl .avt-product-fbt ul.products .product-content {
	 padding-left: 32px;
	 padding-right: 0;
}

.rtl .avt-product-fbt ul.products {
	float: right;
}

@media (max-width: 991px) {
	.avt-product-fbt ul.products{
		flex-wrap: nowrap;
		overflow-y: hidden;
		overflow-x: auto;
		scroll-behavior: smooth;
	}

	.avt-product-fbt ul.products::-webkit-scrollbar {
		display: none;
	}

	.avt-product-fbt .product-buttons {
		padding-left: 22px;
	}

	.avt-product-fbt ul.products li.product {
		width: 33.33%;
		margin-bottom: 0 !important;
	}
}

@media (max-width: 768px) {

	.avt-product-fbt {
		padding: 30px 0 15px;
	}

	.avt-product-fbt__wrapper {
		display: block;
		margin-bottom: 24px;
	}

	.avt-product-fbt ul.products li.product {
		width: 50%;
		min-width: 182px;
		margin-bottom: 30px;
	}

	.avt-product-fbt .product-buttons {
		padding: 0;
		margin: 0 0 32px;
		width: 100%;
		max-width: none;
	}

	.avt-product-fbt form.cart {
		margin-top: 10px !important;
	}
	.avt-product-fbt .clear {
	    display: block;
	}

	.avt-product-fbt ul.products .product-content .thumbnail:after {
		right: -30px;
	}

	.rtl .avt-product-fbt ul.products .product-content .thumbnail:after {
		left: -30px;
	}
}

/*Add more*/
.avt-product-fbt .clear {
    display: none;
}
.avt-product-fbt ul.products .product-content h2 {
	line-height: 1.6em;
}
.product-images-summary {
    overflow: auto;
}
.avt-product-fbt__wrapper .products .product {
    margin-bottom: 0px !important;
}
.avt-product-fbt .products-list li {
	list-style: none;
}
.avt-product-fbt ul.products li.product {
	width: 25% !important;
}
@media (max-width: 768px) {
	
	/*.avt-product-fbt ul.products .product-content h2{
		display: none;
	}*/
	.avt-product-fbt__title {
		order: 1;
	}
	.avt-product-fbt__wrapper {
		order: 3;
	}
	.avt-product-fbt .products-list {
		order: 2;
	}
}
/*@media (max-width: 991px) {
	.avt-product-fbt ul.products li.product {
    	display: contents;
    }
}*/

