/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/
html{
	--primary-color: #56AD13;
	--light-green-color : #F5FBE6;
	--Orange-color: #E77919;
	--black-color: #0C0B0B;
	--Grey-color: #EBEBEB;
	--White-color: #ffffff;
	--Grey2 : #6C6C6C;
}
body{
	font-family: "Be Vietnam Pro", sans-serif;
	line-height: 1.5;
	font-size: 14px;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6{
	font-weight: 500;
	line-height: 1.5;
}

h1, .h1{
	font-size: 40px;
}
h2, .h2{
	font-size: 32px;
}
h3, .h3{
	font-size: 24px;
}
h4, .h4{
	font-size: 20px;
}
h5, .h5{
	font-size: 18px;
}
h6, .h6{
	font-size: 16px;
}

h2.brxe-heading{
	font-size: 35px;
	font-weight: 500;
	color: var(--primary-color);
}

h3.brxe-heading{
	font-size: 28px;
	font-weight: 500;
}

h4.brxe-heading{
	font-size: 25px;
}

.brxe-heading.Subtitle1{
	font-size: 24px;
	font-weight: 500;
}

.brxe-heading.Subtitle2{
	font-size: 20px;
	font-weight: 500;
}

.brxe-heading.Subtitle3{
	font-size: 18px;
}

.brxe-heading.Subtitle4{
	font-size: 16px;
	font-weight: 500;
}

.brxe-heading.Subtitle5{
	font-size: 14px;
	font-weight: 500;
}

.bricks-lazy-hidden {
    overflow: hidden;
}

.body1{
	font-size: 16;
}

.body2{
	font-size: 14;
}

.body3{
	font-size: 12;
}

.button-primary{
	background-color: var(--primary-color);
	padding: 15px 18px;
	border-radius: 5px;
}

/* WP default style */
.wp-block-table {
    overflow-x: auto
}

.wp-block-table table {
    border-collapse: collapse;
    width: 100%
}

.wp-block-table thead {
    border-bottom: 3px solid
}

.wp-block-table tfoot {
    border-top: 3px solid
}

.wp-block-table td,.wp-block-table th {
    border: 1px solid;
    padding: .5em
}

.wp-block-table .has-fixed-layout {
    table-layout: fixed;
    width: 100%
}

.wp-block-table .has-fixed-layout td,.wp-block-table .has-fixed-layout th {
    word-break: break-word
}

.wp-block-table.aligncenter,.wp-block-table.alignleft,.wp-block-table.alignright {
    display: table;
    width: auto
}

.wp-block-table.aligncenter td,.wp-block-table.aligncenter th,.wp-block-table.alignleft td,.wp-block-table.alignleft th,.wp-block-table.alignright td,.wp-block-table.alignright th {
    word-break: break-word
}

.wp-block-table .has-subtle-light-gray-background-color {
    background-color: #f3f4f5
}

.wp-block-table .has-subtle-pale-green-background-color {
    background-color: #e9fbe5
}

.wp-block-table .has-subtle-pale-blue-background-color {
    background-color: #e7f5fe
}

.wp-block-table .has-subtle-pale-pink-background-color {
    background-color: #fcf0ef
}

.wp-block-table.is-style-stripes {
    background-color: initial;
    border-bottom: 1px solid #f0f0f0;
    border-collapse: inherit;
    border-spacing: 0
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: #f0f0f0
}

.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd) {
    background-color: #f3f4f5
}

.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd) {
    background-color: #e9fbe5
}

.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd) {
    background-color: #e7f5fe
}

.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd) {
    background-color: #fcf0ef
}

.wp-block-table.is-style-stripes td,.wp-block-table.is-style-stripes th {
    border-color: #0000
}

.wp-block-table .has-border-color td,.wp-block-table .has-border-color th,.wp-block-table .has-border-color tr,.wp-block-table .has-border-color>* {
    border-color: inherit
}

.wp-block-table table[style*=border-top-color] tr:first-child,.wp-block-table table[style*=border-top-color] tr:first-child td,.wp-block-table table[style*=border-top-color] tr:first-child th,.wp-block-table table[style*=border-top-color]>*,.wp-block-table table[style*=border-top-color]>* td,.wp-block-table table[style*=border-top-color]>* th {
    border-top-color: inherit
}

.wp-block-table table[style*=border-top-color] tr:not(:first-child) {
    border-top-color: initial
}

.wp-block-table table[style*=border-right-color] td:last-child,.wp-block-table table[style*=border-right-color] th,.wp-block-table table[style*=border-right-color] tr,.wp-block-table table[style*=border-right-color]>* {
    border-right-color: inherit
}

.wp-block-table table[style*=border-bottom-color] tr:last-child,.wp-block-table table[style*=border-bottom-color] tr:last-child td,.wp-block-table table[style*=border-bottom-color] tr:last-child th,.wp-block-table table[style*=border-bottom-color]>*,.wp-block-table table[style*=border-bottom-color]>* td,.wp-block-table table[style*=border-bottom-color]>* th {
    border-bottom-color: inherit
}

.wp-block-table table[style*=border-bottom-color] tr:not(:last-child) {
    border-bottom-color: initial
}

.wp-block-table table[style*=border-left-color] td:first-child,.wp-block-table table[style*=border-left-color] th,.wp-block-table table[style*=border-left-color] tr,.wp-block-table table[style*=border-left-color]>* {
    border-left-color: inherit
}

.wp-block-table table[style*=border-style] td,.wp-block-table table[style*=border-style] th,.wp-block-table table[style*=border-style] tr,.wp-block-table table[style*=border-style]>* {
    border-style: inherit
}

.wp-block-table table[style*=border-width] td,.wp-block-table table[style*=border-width] th,.wp-block-table table[style*=border-width] tr,.wp-block-table table[style*=border-width]>* {
    border-style: inherit;
    border-width: inherit
}

/* Icon Button  Hover  */

.custom_icon_list_hover li{
	transition: all 0.3s ease;
	cursor: pointer;
}

.custom_icon_list_hover li:hover path{
	fill: var(--Orange-color);
}

.custom_icon_list_hover li:hover span{
	color: var(--Orange-color) !important;
}

.custom_hover{
	transition: all 0.3s ease;
	cursor: pointer;
}

.custom_hover:hover{
	color: var(--Orange-color);
}

.custom_hover:hover span,
.custom_hover:hover li,
.custom_hover:hover i,
.custom_hover:hover{
	color: var(--Orange-color);
}

.custom_hover:hover path{
	fill: var(--Orange-color);
}

.custom_button_hover:hover{
	background-color: var(--Orange-color);
}

/* CSS Arrow Slide hover  */

button.splide__arrow--prev,
button.splide__arrow--next{
	transition: all 0.3s ease;
}

button.splide__arrow--prev:hover,
button.splide__arrow--next:hover{
	background-color: var(--Orange-color) !important;
	color: #fff !important;
}

/* HEADER  */
header{
	top: 0;
}

#menu-main-menu > li.bricks-menu-item:hover{
	color: var(--primary-color);
}

.brx-submenu-positioned {
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
    min-width: 300px;
	margin-top: 10px;
}

.brx-submenu-positioned > li:hover {
	color: var(--primary-color);
}

.scrolling .top_header{
	display: none;
}

/* CSS Header box_search_category */

/* Custom Search form */
.custom_search_form {
	justify-content: flex-start !important;
	height: 60px;
    align-items: center;
	background-color: #fff;
	border-radius: 5px;
}

.select_custom_container{
	padding-left: 10px;
    padding-right: 17px;
    border-right: 1px solid #EBEBEB;
}

.select_custom_container::after {
    content: "";
    height: 40px;
    position: absolute;
    top: 40px;
    width: 100%;
}

.custom_select-trigger{
	display: flex;
    justify-content: center;
    align-items: center;
    gap: 7px;
}

.custom_select_icon_right{
	width: 24px;
    height: 24px;
}

.custom_select-caption{
	white-space: nowrap;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
	cursor: pointer;
}

.select_custom_container .custom_select-options-wrapper{
	/* display: none;  */
	position: absolute;
	/* background-color: #fff; */
    top: 60px;
	left: 0;
    width: 200px;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
	padding-top: 10px;
	z-index: 11;
	border-radius: 5px;
}


.custom_select-options{
	font-size: 14px;
    font-weight: 400;
    list-style: none;
    padding-left: 10px;
}

.custom_select-options li{
	transition: all 0.3s ease;
	margin-bottom: 5px;
	cursor: pointer;
}

.custom_select-options li:hover{
	color: var(--primary-color);
}

.custom_search_form input{
	outline: none !important;
    border: 0 !important;
    width: 100% !important;
}

.custom_search_form button{
    background: #56AD13;
    padding: 5px;
    border-radius: 50%;
    overflow: hidden;
    max-width: 40px;
    height: 40px;
	margin-right: 17px;
}


.select_custom_container ul.custom_select-options{
	position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
    width: 200px;
    padding: 5px 10px;
    border: 1px solid #e2e2e2;
    -webkit-box-shadow: 0 0 6px 0 #c3c3c3;
    box-shadow: 0 0 6px 0 #c3c3c3;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    opacity: 0;
    -webkit-transition: .4s 
cubic-bezier(.68, .18, .17, 1);
    -o-transition: .4s cubic-bezier(.68,.18,.17,1);
    transition: .4s 
cubic-bezier(.68, .18, .17, 1);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
	background-color: #fff;
}

.select_custom_container:hover ul.custom_select-options{
	transform: scaleY(1);
    opacity: 1;
    -webkit-transition: .4s 
cubic-bezier(.075, .82, .165, 1);
    -o-transition: .4s cubic-bezier(.075,.82,.165,1);
    transition: .4s 
cubic-bezier(.075, .82, .165, 1);
}



/* FOOTER */
.footer-menu .bricks-nav-menu li{
	list-style: disc;
}
.footer-menu .bricks-nav-menu > li > a{
	padding-top: 5px;
    padding-bottom: 5px;
	transition: all 0.3s ease;
}
.footer-menu .bricks-nav-menu > li > a:hover{
	color:  var(--bricks-color-iiflkt);
}

/* button setting mobile  */
.custom_setting-mobile-app{
	margin: 10px 0;
}

.custom_setting-mobile-app button.pwa-install-button{
	padding: 10px 15px;
	font-size: 16px;
    line-height: 1.5;
}

/* Footer Mobile  */

.footer_mobile{
	background-color: #fff;
	box-shadow: 0 0 3px 0 rgb(0, 0, 0, 0.2);
	padding: 10px;
}

.footer_mobile ul{
	display: flex;
	justify-content: space-around;
	gap: 5px;
}

.footer_mobile ul li .content{
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.footer_mobile ul li .content .title{
	margin: 0;
}

/* Edit News Post List */

.post-loop-item .post-loop-item-image{
	width: 100%;
	aspect-ratio: 330 / 250;
	margin-bottom: 20px;
	border-radius:20px;
}

.post-loop-item-image img{
	object-fit: cover;
}

.post-loop-item-meta{
	align-items: start;
}

.post-loop-item .post-loop-item-meta span:first-child{
	font-size: 12px;
    font-weight: 400;
    color: #6C6C6C;
}

.post-loop-item .post-loop-item-title{
	margin-top: 14px;
	margin-bottom: 23px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.25;
	display: -webkit-box;
	-webkit-line-clamp: 2; 
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all 0.3s ease;
}

.post-loop-item .post-loop-item-title:hover{
	color: var(--primary-color);
}

/* Hieu ung anh  */
.destination-sights{
	position: relative;
	overflow: hidden;
}

.destination-sights::before{
	position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    opacity: 0;
    visibility: hidden;
    content: "";
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    transform: skewX(-25deg);
}

.destination-sights:hover::before{
	opacity: 1;
    visibility: visible;
    animation: shine 1s;
}

@keyframes shine {
    0%   { left: -75%; }
    100% { left: 125%; }
}

/***
**
* Woocommerce  
**
***/

/* Mini Cart  */

.custom_icon_header{
	position: relative;
}

.custom_icon_header .bricks-link-wrapper:nth-child(2)::after{
	content: attr(data-count);
    position: absolute;
    background: black;
    border-radius: 50%;
    top: -5px;
    right: -6px;
    font-size: 10px;
    color: #fff;
    width: 18px;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.brxe-woocommerce-mini-cart:hover .cart-icon path{
	fill: var(--Orange-color);
}

.widget_shopping_cart_content ul.woocommerce-mini-cart  .mini_cart_item img{
	width: 50px;
	height: 50px;
}

.brxe-woocommerce-mini-cart .cart-detail li .remove{
	font-size: 30px;
}

.woocommerce-mini-cart__buttons a.button{
	border-radius: 5px;
	
	color: var(--black-color);
}

.woocommerce-mini-cart__buttons a.button.wc-forward:hover{
	background-color: var(--primary-color);
	color: #fff;
}

.woocommerce-mini-cart__buttons a.button.checkout {
	background-color: var(--primary-color);
	color: #fff;
}

.woocommerce-mini-cart__buttons a.button.checkout:hover {
	background-color: var(--Orange-color);
}

/* Content product */

/* in archive product  */

.brxe-woocommerce-products .product .woocommerce-LoopProduct-link{
	position: static;
}

li.product {
	display: flex;
	flex-direction: column;
	position: relative;
	height: 100%;
    background-color: #fff;
    padding: 15px 15px 20px 15px;
    border-radius: 20px;
	border: 1px solid #F3F2F2;
	width: 100%;
}

li.product .onsale{
	position: absolute;
    top: 20px;
    right: 20px;
    font-size: 0;
	left: auto;
	background: none;
}

li.product .loop-rating-wrap{
	display: flex;
	gap: 10px;
}

li.product.sale .onsale::after{
	content: "Sale";
    color: #fff;
    font-size: 14px;
	background-color: red;
	padding: 5px 10px;
	border-radius: 5px;
}

li.product.featured.sale .onsale::after {
  	content: none;
}

li.product.featured a.woocommerce-LoopProduct-link.woocommerce-loop-product__link::after {
	content: "";
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(./assets/img/hot.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: red;
    top: 20px;
    right: 20px;
    position: absolute;
	border-radius: 50%;
}

li.product img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail{
	width: 100%;
    aspect-ratio: 1 / 1;
}

li.product h2.woocommerce-loop-product__title{
	font-size: 14px;
	font-weight: 400;
	margin: 15px 0;
	color: var(--black-color);
}

li.product h2.woocommerce-loop-product__title:hover{
	color: var(--Orange-color);
}

li.product .star-rating {
	margin-bottom: 15px;
}
li.product .star-rating > span::before{
	color: #F1C644;
}

li.product > a.button {
	border-radius: 5px;
    background-color: var(--primary-color);
    color: #fff;
    font-size: 14px;
    font-weight: 500;
	margin-top: auto;
    width: 100%;
}

li.product > a.button:hover{
	background-color: var(--Orange-color);
}

li.product .price{
	display: flex;
    flex-direction: row-reverse;
    justify-content: start;
	color: var(--primary-color);
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 20px;
	gap: 5px;
}

li.product .price ins{
	text-decoration: none;
}

li.product .price del{
	color: var(--Grey2);
}
 
li.product .wishlist-icon{
	position: absolute;
    top: 20px;
    left: 20px;
	cursor: pointer;
	z-index: 100;
}

li.product .wishlist-icon svg{
	width: 20px;
	height: 20px;
}

li.product .star-rating{
	letter-spacing: 5px;
    width: 100px;
}

a.product_type_external,
.product_type_grouped,
.add_to_cart_button{
	transition: all 0.3s ease;
}

.product_type_grouped::after,
.product-add-to-cart > a::after,
.add_to_cart_button::after {
	content: ""; 
	background: url(./assets/img/shopping_cart.svg);
	width: 20px;          
    height: 20px;
    font-size: 20px;
	margin-left: 15px;
}

li.product a.button.added{
	display: none;
}

li.product a.added_to_cart.wc-forward{
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
    background-color: var(--primary-color);
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin-top: auto;
    width: 100%;
	padding: 7px 15px;
	min-height: 40px;
}

li.product a.added_to_cart.wc-forward:hover{
	background-color: var(--Orange-color);
}


/* Archive Product  */

.archive .bricks-archive-title-wrapper{
	background-color: #F3F2F2;
	padding: 60px 0;
	margin: 0 auto 60px auto;
}

.archive .bricks-archive-title-wrapper > h3.title.brxe-heading{
	text-transform: uppercase;
	color: var(--primary-color);
}

.archive .brxe-woocommerce-products-wrap{
	display: flex;	
    gap: 45px;
}

.archive .brxe-woocommerce-products-wrap .brxe-woocommerce-sidebar{
	list-style: none;
	height: max-content;
}

.archive .brxe-woocommerce-products-wrap .brxe-woocommerce-sidebar form{
	margin-bottom: 20px;
}

.archive .brxe-woocommerce-products-wrap .brxe-woocommerce-sidebar form .wp-block-search__inside-wrapper {
	display: flex;
	border: 1px solid var(--Grey-color);
	background-color: var(--light-green-color);
	padding: 0 12px;
}

.archive .brxe-woocommerce-products-wrap .brxe-woocommerce-sidebar form .wp-block-search__label{
	display: none;
}

.archive .brxe-woocommerce-products-wrap .brxe-woocommerce-sidebar .wp-block-search__inside-wrapper .wp-block-search__input{
	outline: none;
    border: none;
	background: none;
}

.archive .brxe-woocommerce-products-wrap .brxe-woocommerce-sidebar .wp-block-search__inside-wrapper .wp-block-search__input,
.archive .brxe-woocommerce-products-wrap .brxe-woocommerce-sidebar .wp-block-search__inside-wrapper .wp-block-search__input:focus,
.archive .brxe-woocommerce-products-wrap .brxe-woocommerce-sidebar .wp-block-search__inside-wrapper .wp-block-search__input:not(:placeholder-shown),
.archive .brxe-woocommerce-products-wrap .brxe-woocommerce-sidebar .wp-block-search__inside-wrapper .wp-block-search__input:-webkit-autofill {
	background: none !important;
	-webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
	-webkit-text-fill-color: inherit !important;
	transition: background-color 9999s ease-in-out 0s !important;
}


.archive .brxe-woocommerce-products-wrap .brxe-woocommerce-sidebar .wp-block-search__inside-wrapper button.wp-block-search__button{
	background: none;
	font-size: 0;
}

.archive .brxe-woocommerce-products-wrap .brxe-woocommerce-sidebar .wp-block-search__inside-wrapper button.wp-block-search__button::after{
	content: "";
	width: 18px;
	height: 18px;
	background: url(./assets/img/search.svg);
	display: block;
}

.archive .brxe-woocommerce-products-wrap .brxe-woocommerce-sidebar .wp-block-woocommerce-product-categories ul.wc-block-product-categories-list{
	padding: 0;
    gap: 15px;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.archive .brxe-woocommerce-products-wrap .bricks-widget-wrapper:has(.wp-block-heading){
	padding: 6px 0;
    border-bottom: 1px solid #458E2B;
}

.archive .brxe-woocommerce-products-wrap .bricks-widget-wrapper .wp-block-heading{
	font-size: 16px;
    text-transform: uppercase;
    color: #458E2B;
}

.archive .brxe-woocommerce-products-wrap .bricks-widget-wrapper .brxe-text-basic{
	display: flex;
    flex-direction: row-reverse;
	gap: 5px;
}

.archive .brxe-woocommerce-products-wrap .bricks-widget-wrapper .brxe-text-basic del{
	color: var(--Grey2);
}

.archive .brxe-woocommerce-products-wrap .bricks-widget-wrapper .brxe-text-basic ins{
	text-decoration: none;
    color: #FF1111;
}

.archive .brxe-woocommerce-products-wrap .bricks-widget-wrapper .brxe-text-basic .badge.onsale{
	color: #fff;
}

.archive .bricks-widget-wrapper .wp-block-woocommerce-product-categories ul.wc-block-product-categories-list{
	list-style: none;
}

.archive .bricks-widget-wrapper .wp-block-woocommerce-product-categories ul.wc-block-product-categories-list li.wc-block-product-categories-list-item{
	display: flex;
	flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

.archive .bricks-widget-wrapper .wp-block-woocommerce-product-categories ul.wc-block-product-categories-list li.wc-block-product-categories-list-item::before{
	content: "";
    background: url(./assets/img/button.svg);
    display: inline-block;
    width: 18px;
    height: 18px;

}

.archive .bricks-widget-wrapper .wp-block-woocommerce-product-categories ul.wc-block-product-categories-list li.wc-block-product-categories-list-item.active-cat::before{
	/* content: ""; */
    background: url(./assets/img/btn_active.svg) !important;
    /* display: inline-block; */
    /* width: 18px; */
    /* height: 18px; */
}

.archive .woocommerce-pagination{
	display: flex;
    justify-content: center;
}

/* View all CSS */
.single-post .list_index .toc-list {
  overflow: hidden;
  max-height: 40px;
  transition: all 0.3s ease;
}

.single-post .list_index .toc-list.show-all {
  max-height: 1000px;
}

.single-post .list_index .toc-list::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 30px;
  background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1));
  pointer-events: none;
  transition: opacity 0.3s ease;
  opacity: 1;
}

.single-post .list_index .toc-list.show-all::after {
  opacity: 0;
  visibility: hidden;
}

.single-post .view_all_btn{
	cursor: pointer;
}

.single-post .view_all_btn:hover {
  background: var(--Orange-color);
}

/***
**
* Single Product  
**
***/

.single-product .content-area{
	padding-top: 24px;
    border-top: 1px solid var(--primary-color);
    padding-left: 5vw;
    padding-right: 5vw;
}

/* description  */

.single-product .woocommerce-tabs .woocommerce-Tabs-panel--discount_tab .coupon-list{
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin: 40px 0;
}

.single-product .woocommerce-tabs .woocommerce-Tabs-panel--discount_tab .coupon-list .coupon-item{
	display: flex;
    justify-content: space-between;
	flex-direction: column;
	padding: 16px;
    background: #E4EFE9;
    border-radius: 16px;
}

.single-product .woocommerce-tabs .woocommerce-Tabs-panel--discount_tab .coupon-list .coupon-item h3{
	margin-bottom: 16px;
	text-transform: capitalize;
}

.single-product .woocommerce-tabs .woocommerce-Tabs-panel--discount_tab .coupon-list .coupon-item .promotion__item-code{
	margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #c3c4c550;
}

.single-product .woocommerce-tabs .woocommerce-Tabs-panel--discount_tab .coupon-list .item-group{
	display: flex;
    width: 100%;
    gap: 10px;
    margin-top: 8px;
    align-items: center;
}

.single-product .woocommerce-tabs .woocommerce-Tabs-panel--discount_tab .coupon-list .item-group input{
	color: #222;
    outline: 0;
    border: 0;
    width: 100%;
    padding: 10px;
    line-height: 20px;
    border: 0;
    border-radius: 10px;
    font-weight: 700;
    font-size: 16px;
}

.single-product .woocommerce-tabs .woocommerce-Tabs-panel--discount_tab .coupon-list .item-group span{
	font-size: 12px !important;
    line-height: 20px !important;
    padding: 10px 16px !important;
    background: rgb(51, 51, 51);
    border-radius: 25px !important;
    cursor: pointer !important;
    color: #fff !important;
    white-space: nowrap;
}

.single-product .woocommerce-reviews-outside{
	width: 100%;
}

.single-product .woocommerce-reviews-outside .woocommerce-Reviews {
	display: flex;
	gap: 30px;
}

.single-product .woocommerce-reviews-outside .woocommerce-Reviews #comments{
	width: 100%;
}

.single-product .woocommerce-reviews-outside .woocommerce-Reviews #review_form_wrapper{
	margin-top: 0;
}

/* Nav breadcrumb */
.single-product main{
	max-width: 1440px;
    margin: 0 auto;
}

.woocommerce-breadcrumb{
	color: var(--primary-color);
	font-size: 12px;
	font-weight: 400;
}

.woocommerce-breadcrumb a{
	color: var(--Grey2);
	font-size: 12px;
	font-weight: 400;
}

/* Product cart  */
.single-product .content-area .product{
	row-gap: 30px;
}
.single-product .product .woocommerce-product-gallery{
	flex-direction: row-reverse;
	width: max-content;
    max-width: 50%;
}

.single-product .product .woocommerce-product-gallery ol {
	display: flex;
    flex-direction: column;
    width: max-content;
    gap: 20px;
    width: 120px;
}

.single-product .product .woocommerce-product-gallery ol li {
	width: 120px;
	height: 120px;
	object-fit: cover;
}

.single-product .product .woocommerce-product-gallery ol li img.flex-active{
	border: 1px solid var(--primary-color);
	border-radius: 5px;

}

.single-product .summary .product_title{
	font-size: 18px;
	font-weight: 500;
	color: var(--black-color);
}

.single-product .summary .woocommerce-product-rating{
	display: none;
}

.single-product .summary .price ins{
	font-size: 16px;
	font-weight: 400;
}

.single-product .woocommerce-product-details__short-description p{
	font-size: 14px;
	font-weight: 400;
	line-height: 1.7;
	color: var(--black-color);
}

.single-product form.cart .quantity{
	color: var(--black-color);
	font-size: 18px;
	font-weight: 400;
}

.single-product ul.variable-items-wrapper li{
	border-radius: 5px !important;
	border-color: var(--Grey-color) !important;
	margin: 5px !important;
}

.single-product form.cart button.button{
	background: var(--primary-color);
	border-radius: 5px;
	padding: 15px 18px;
	font-size: 14px;
    font-weight: 500;
    color: #fff;
}

.single-product form.cart table.variations tr{
	border: 0;
}

.single-product form.cart table.variations th{
	padding-top: 0;
}

.single-product form.cart button.button::after {
	content: ""; 
	background: url(./assets/img/shopping_cart.svg);
	width: 20px;          
    height: 20px;
    font-size: 20px;
	margin-left: 15px;
}

.single-product .summary .product_meta .posted_in,
.single-product .summary .product_meta .sku_wrapper{
	display: none;
}

.single-product .related.products{
	margin-bottom: 60px;
}

.single-product .related.products h2{
	margin-bottom: 30px;
}

.single-product .related.products ul.products .product .loop-rating-wrap .star-rating{
	display: block;
}

/* Detail Product  */

.single-product .woocommerce-tabs ul{
	justify-content: center;
}

.single-product .woocommerce-tabs ul li{
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	color: var(--Grey2);
}

.single-product .woocommerce-tabs ul .active{
	color: var(--primary-color);
}

.single-product .summary .woocommerce-product-details__short-description{
	padding-bottom: 30px;
	border-bottom: 1px solid #EBEBEB;
}

.single-product .woocommerce-tabs .woocommerce-product-details__short-description p {
	font-size: 14px;
	font-weight: 400;
	color: var(--black-color);
	line-height: 1.7;
}

/* Page Footer  */

.page-title-wrap {
	background-color: #f3f2f2;
}

.page-title-wrap .brxe-container {
	padding: 60px 0;
    text-transform: uppercase;
    color: #67ab36;
    align-items: center;
}

.page-title-wrap .brxe-container h1{
    font-size: 28px;
    font-weight: 500;
}

#brx-content.wordpress{
	padding: 60px 5vw;
}

/* Check out Page Woo */

.page-template-default .wc-block-checkout__main form button.wc-block-components-checkout-place-order-button{
	color: #fff;
	background-color: var(--primary-color);
	border-radius: 5px;
}

.page-template-default .wc-block-checkout__main form button.wc-block-components-checkout-place-order-button:hover{
	background-color: var(--Orange-color);
}

/* Cart Page Woo  */

.page-template-default .wp-block-woocommerce-cart .wc-block-cart__submit-container a.wc-block-cart__submit-button{
	color: #fff;
	background-color: var(--primary-color);
	border-radius: 5px;
}

.page-template-default .wp-block-woocommerce-cart .wc-block-cart__submit-container a.wc-block-cart__submit-button:hover{
	background-color: var(--Orange-color);
}
@layer bricks {
	.cross-sells ul.products, 
	.related.products ul.products, 
	.upsells.products ul.products,
	.brxe-woocommerce-products ul.products{
		gap: 16px;
	}	
}

/***
**
* Reponsive  
**
***/

/* Banner 2 - desktop online */
@media (min-width: 768px){

	/* header  */

	#mobile-button{
		display: none;
	}

	/* Slide  */
	.banner_1,
	.banner_2{
		pointer-events: none;
	}

	.banner_1 .splide__list{    
		display: grid;
		grid-template-columns: 1fr 1fr 1fr !important;
		grid-template-rows: 1fr 1fr !important;
		gap: 30px;
	}

	.banner_1 .brxe-block.splide__slide:first-child{
		margin-right: 0px;
		width: max-content;
		grid-column: 1 / 3;
		grid-row: 1 / 3;
	}

	.banner_1 .brxe-block.splide__slide{
		width: 100% !important;
	}
}

@media (max-width: 991px){
	.single-product .product .woocommerce-product-gallery {		    
	    max-width: 100%;
	    width: 100%;
	}
	.single-product .product .woocommerce-product-gallery ol {		 
	    gap: 5px;
	    width: 80px;
	}
	.single-product .product .woocommerce-product-gallery ol li{
		width: 80px;
		height: 80px;
	}
	@layer bricks {
		
	}
}
@media (max-width: 767px){
	h2.brxe-heading{
		font-size: 24px;
	}

	.container_wishlist{
    	grid-template-columns: 1fr; 
	}
	li.product{
		padding: 7px 7px 10px 7px;
		border-radius: 10px;
	}
	.archive .brxe-woocommerce-products-wrap{
		flex-wrap: wrap;
	}
	li.product > a.button{
		font-size: 10px;
	    padding-left: 5px;
    	padding-right: 5px;
	    font-weight: normal;
	}
	@layer bricks {
		li.product{

		}
		.products-slider .splide__arrow {
		    top: 20%;
		}
		.products-slider .splide__arrow.splide__arrow--prev {}
		.products-slider .splide__arrow.splide__arrow--next {}

		.cross-sells ul.products, 
		.related.products ul.products, 
		.upsells.products ul.products,
		.brxe-woocommerce-products ul.products.columns-4 {
		    grid-template-columns: repeat(2,1fr) !important;
		    gap: 5px;
		}
		.archive .brxe-woocommerce-products-wrap .brxe-woocommerce-sidebar {		    
		    order: 2;
		}
	}

	/* Single-product  */
	.single-product .woocommerce-tabs .woocommerce-Tabs-panel--discount_tab .coupon-list{
		grid-template-columns: 1fr;
	}

	.single-product .woocommerce-reviews-outside .woocommerce-Reviews{
		flex-direction: column;
	}
}

/* Animation img Add to cart  */

.item-fly-product {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  z-index: 9999;
  transition: all 1s ease-in-out;
  pointer-events: none;
}
















