.avt-product-fbt {
	border: 1px solid #d9d9d9;
	padding: 30px;
	margin: 60px 0 60px;
}

.avt-product-fbt__title {
	margin: 9px 0 9px;
	font-size: 18px;
}

.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 .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;
/*	margin-top: 5px;*/
}

.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: #1f1f1f;
}

.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: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    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: inherit !important;
	width: 100%;
	background-color: rgba(243,244,245,1);
	top: 0;
	z-index: 4;
	opacity: 0.9;
	margin-top: 20px;
	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: 3px;
	border-style: solid;
	border-top: 3px solid #161616;
	border-left: 3px solid #161616;
    border-radius: 50%;
	left: 50%;
/*	top: 50%;*/
/*	margin-top: -15px;*/
	margin-left: -15px;/* default */
	position: absolute;
	width: 30px;
	height: 30px;
	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: #1f1f1f;
}

.avt-product-fbt .product-buttons .price-box__save {
	color: #1f1f1f;
}

.avt-product-fbt .products-list {
	padding: 0;
	list-style: none;
}

/*.avt-product-fbt .products-list li {
	margin-bottom: 5px;
}*/

.avt-product-fbt .products-list li a {
	color: rgba(22,22,22,1);
/*	display: inline-block;*/ /*change*/
	position: relative;
/*	line-height: 1;*/
	padding-left: 25px;
	text-decoration: none; /*add more*/
}

.avt-product-fbt .products-list li a strong {
	color: #000;
	font-weight: 600;
}

.avt-product-fbt .products-list li a:before {
	position: absolute;
	top: 1px;
	left: 0;
	width: 18px;
	height: 18px;
	content: "";
	background-color: #d02920;
	border-radius: 50%;
}
li.products-list__item.un-active.uncheck a:before { /*add more*/
    background-color: #ffffff;
    border: 1px solid #686868;
}

.avt-product-fbt .products-list li a:after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 4px;
    left: 3px;
    width: 12px;
    height: 12px;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEwIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+DQo8cGF0aCBkPSJNOSAxTDMuNSA3TDEgNC4yNzI3MyIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPg0KPC9zdmc+DQo=");
	background-position: center;
	background-repeat: no-repeat;
}
.avt-product-fbt .products-list li:not(.product-current) a:hover:before { /*add more*/
    border-color: #d02920;
}
.avt-product-fbt .products-list li:not(.product-current) a:hover:after {/*add more*/
    opacity: 1;
}

.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.7;
}

.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;
	display: flex; /*change*/
	margin-left: auto; /*Add more*/
}

.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__wrapper {
		display: block;
	}

	.avt-product-fbt ul.products li.product {
		width: 50%;
		min-width: 182px;
		margin-bottom: 30px;
	}

	.avt-product-fbt .product-buttons {
		padding: 0;
		margin: 26px 0 32px;
		width: 100%;
		max-width: none;
	}

	.avt-product-fbt form.cart {
		margin-top: 10px !important;
	}

	.avt-product-fbt {
		padding: 30px 15px 15px;
	}

	.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*/

.woocommerce div.product div.summary{
	position: relative;
}

.avt-product-fbt {
	display: flex;
	flex-direction: column;
	padding: 0 0 20px;
	margin: 0px;
	width: 100%;
	border: none;
}
/*@media (min-width: 992px) and (max-width: 1600px) {
	.avt-product-fbt ul.products li.product {
		width: 33.33%;
	}
}*/
.avt-product-fbt ul.products li.product {
		width: 33.33%;
	}
.avt-product-fbt .products-list li {
	list-style: none;
	position: relative;
	display: flex;
	align-items: flex-start;
}

.avt-product-fbt__title {
	order: 1;
}
.avt-product-fbt__wrapper {
	order: 3;
}
.avt-product-fbt .products-list {
	order: 2;
	margin-bottom: 10px;
}
.avt-product-fbt .products-list li {
	font-size: 16px;
	line-height: 28px;
}

.avt-product-fbt ul.products {
    position: absolute;
    visibility: hidden;
    display: none;
    z-index: -1000;
}
.avt-product-fbt .product-buttons {
    margin-top: 0px;
    margin-bottom: 24px;
    max-width: unset;
}
.avt-product-fbt .product-buttons .price-box .label, .avt-product-fbt .product-buttons .s-price {
	font-size: 16px;
	margin-left: 23px;
}
.summary-price-box form.cart,.single-product div.product .product-button-wrapper {
	display: flex;
	flex: 100%;
}

/*.woocommerce div.product.sold-individually form.cart .button, button.avt-pbt-add-to-cart.ajax_add_to_cart {
	float: left;
	min-width: unset;
	background-color: unset;
    border: unset;
    color: #d02920;
    padding-left: 5px;
	padding-right: 5px;
}*/
/*.woocommerce div.product.sold-individually form.cart .button:hover, button.avt-pbt-add-to-cart.ajax_add_to_cart:hover, a.large-demo-button:hover {
    background-color: unset;
    color: #d02920;
}*/
button bdi, button span.woocommerce-Price-amount.amount {
    color: #d02920;
}

svg.svg-inline--fa.fa-circle-info {
    height: 14px;
    margin-left: 5px;
    vertical-align: middle;
}

span.p-info {
    cursor: pointer;
  /*  align-self: center;
    display: flex;
    white-space: nowrap;*/
}
span.custom-tooltip-button {
/*    display: flex;*/
}
.p-info.active .custom-tooltip-arrow, .p-info.active .custom-tooltip-content {
	display: inline-block;
}
.custom-tooltip-content {
    background-color: #0F2453;
    border-radius: 5px;
    /*box-shadow: 1px 1px 1px #e9e9e9;*/
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    left: 0;
    right: 0;
    line-height: 21px;
    margin-top: 0px;
    max-width: 100%;
    padding: 20px;
    position: absolute;
    top: 100%;
    white-space: normal;
    width: auto;
    z-index: 100
}
.custom-tooltip-content ul {
	margin: 0px !important;
}
.custom-tooltip-content h4 {
    color: #ffffff;
    margin-top: 16px;
}
.p-info .custom-tooltip-content {
    display: none
}

.custom-tooltip-arrow {
    background-color: #0F2453;
    border-radius: 0 0 0 3px;
    display: none;
    height: 14px;
    margin-left: -13px;
    margin-top: -5px;
    position: absolute;
    top: 100%;
    transform: rotate(-45deg);
    width: 14px
}
/*.p-info:hover .custom-tooltip-content, .p-info:hover .custom-tooltip-arrow {
	display: inline-block;*/
}
/*.p-info .custom-tooltip-content.active {
	display: inline-block;
}*/
