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

/*************** ADD CUSTOM CSS HERE.   ***************/

.box-text-products .price {
	line-height: 1;
	height: 15px;
	display: block;
}

.btn-proloop-cart .button{background: none !important; color: var(--fs-experimental-link-color); border: none !important; margin: 0 !important; position: initial  !important; text-transform: uppercase !important; letter-spacing: normal !important; padding: 0 !important}
.btn-proloop-cart .button:hover {
    box-shadow: none !important;
}


.btn-proloop-cart:hover {
    background-color: #0e8543 !important; /* Màu nền khi hover */
    color: #ffffff !important; /* Chữ màu trắng */
    transition: background-color 0.3s ease, color 0.3s ease; /* Hiệu ứng mượt */
    box-shadow: none !important;
}


.btn-proloop-cart {
	background: #fff;
	color: #fff;
	border: 1px solid #7fba02;
	border-radius: 16px;
	position: relative;
	height: 32px;
	line-height: 30px !important;
	outline: none;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	transition: border 0.5s ease;
	-o-transition: border 0.5s ease;
	-moz-transition: border 0.5s ease;
	-webkit-transition: border 0.5s ease; margin: 15px 0 0 !important;
}

.btn-proloop-cart .btnadd:hover {
 color: #ffffff !important;
}
.btn-proloop-cart .btnadd{
	padding: 0 45px 0 15px;
}



.btn-proloop-cart .btnico {
	display: block;
	width: 32px;
	height: 32px;
	background: #7fba00;
	border-radius: 50%;
	transition: all 0.5s;
	cursor: pointer;
}
.btn-proloop-cart .btnico {
	position: absolute;
	right: -1px;
	top: -1px;
}
.btn-proloop-cart .btnico svg {
	width: 16px;
	height: 31px;
	display: block;
	margin: auto;
	fill: #ffffff;
}
.btn-proloop-cart .btnico svg {
	fill: #ffffff;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	.flickity-slider .circle img{
		height: 72px !important;
	}

}
@media only screen and (min-width: 49em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	.flickity-slider .circle img{
		height: 115px !important;
	}

}



/* Thêm icon hình tròn giống với nút "Thêm vào giỏ" */
.btn-proloop-cart a.added_to_cart::after {
    content: "";
    width: 32px;
    height: 32px;
    background: #7fba02; /* Nền trắng */
    border-radius: 50%;
    position: absolute;
    right: 0px; /* Để icon nằm bên phải */
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-proloop-cart a.added_to_cart::after {
    background-image: url('https://htseeds.vn/1/wp-content/uploads/2025/03/icongiohang.svg'); /* Đường dẫn đến icon */
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
}
.btn-proloop-cart a.added_to_cart {
    background-color: #0e8543 !important; /* Đặt màu nền là đen */
	color: #fff;
	border-radius: 16px;
	min-width: 100%;
    margin-top: 0px;
	height: 32px;
	line-height: 30px !important;
	font-size: 12px;
    padding: 0 45px 0 15px;
}
