/* Header */
.header-search-form {
	background-color: #faf8f1;
}

/* Mega Menu */
.botiga-mega-menu-column:nth-child(1) > .sub-menu > li:nth-child(2) a {
	padding-top: 0;
}

.is-mega-menu-heading {
	margin-bottom: 30px;
	padding-left: 0 !important;
}

.botiga-mega-menu-product .loop-image-wrap a {
	padding: 0;
}

.botiga-mega-menu-product h5 {
	margin: 10px 0 10px;
}

.botiga-mega-menu-product h5 a {
	padding: 0 !important;
	white-space: normal;
}

/* Homepage */
.botiga-circle-boxes{
	grid-gap: 75px !important;
}

.botiga-boxes{
	grid-gap: 0 !important;
}

.botiga-box-title{
	color: inherit;
}

.botiga-box-icon{
	display: flex;
	justify-content: center;
}

.botiga-boxes .elementor-column:hover .elementor-heading-title, .botiga-boxes .elementor-column:hover p {
	color: #FFF !important;
}

.botiga-boxes .elementor-column:hover .botiga-box-icon svg path {
	fill: #FFF;
}

/* Shop */
.botiga-shop-header{
	display: flex;
	align-items: center;
	background-size: cover;
	height: 400px;
}

.botiga-shop-header p{
	color: #fff;
	font-size: 12px;
	margin: 0 0 20px 0;
}

.botiga-shop-header h1{
	color: #fff;
	margin: 0;
}

.botiga-single-addtocart-wrapper{
	flex-direction: column;
}

.botiga-single-addtocart-wrapper .quantity{
	width: 127px;
	height: 50px;
	border: 1px solid #E8E8E8 !important;
	background-color: #fff;
	margin-bottom: 25px;
}

.quantity-button-style5 .botiga-single-addtocart-wrapper .quantity .qty,
.quantity-button-style5 .botiga-single-addtocart-wrapper  .quantity .botiga-quantity-plus, .quantity-button-style5 .botiga-single-addtocart-wrapper .quantity .botiga-quantity-minus {
    background-color: #fff !important;
}

.single_add_to_cart_button{
	width: 100% !important;
	background-color: #fff;
}

.product-gallery-summary table.variations tr{
	padding: 0;
	display: flex;
	flex-direction: column;
}

.product-gallery-summary table.variations .label{
	margin-bottom: 10px;
}

.flex-direction-nav a{
	width: 50px !important;
	height: 50px !important;
	margin: 0 !important;
	color: #3B3312 !important; 
	border-color: currentColor !important;
	background-color: #F1EBD1 !important;
}

.flex-direction-nav a:hover{
	background-color: #FAF8F1 !important;
}

.flex-direction-nav a:hover:before{
	border-right-color: currentColor !important;
}

.flex-direction-nav a:hover:after{
	border-left-color: currentColor !important;
}

/* Utilities */
button, a.button, a.wp-block-button__link, input[type="button"], input[type="reset"], input[type="submit"]{
	border-width: 1px;
}

.wp-block-button a:focus,
.wp-block-button a:visited{
  color: currentColor !important;
}

.botiga-m-0 {
	margin: 0 !important;
}

.products .price del,
.wc-block-grid__products .price del{
	display: block;
}

.botiga-story-divider{
	margin-right: 30px !important;
	border-right: 1px solid currentColor;
}

/* Newsletter */
.botiga-newsletter-wrapper {
	background-color: #f2efe4;	
}

.botiga-newsletter{
	display: flex;
	grid-gap: 20px;
  flex-direction: column;
	align-items: center;
	padding-top: 60px;
	padding-bottom: 60px;
}

.botiga-newsletter form {
	display: flex;
	grid-gap: 10px;
	flex-wrap: wrap;
	justify-content: center;
}

.botiga-newsletter .wpforms-container{
	margin-bottom: 0;
}

.botiga-newsletter .wpforms-field-email {
	width: 330px;
	max-width: 100%;
}

.botiga-newsletter input,
.botiga-newsletter button{
	font-family: inherit;
	font-size: 14px;
	min-height: 51px;
	max-width: 100% !important;
}

/* Contact Form */
.botiga-contact-us-form button{
	width: 100% !important;
}

/* Footer Widgets */
.footer-widgets .widget-column:first-child .widget{
	margin-bottom: 0;
}

.footer-widgets .wp-block-social-links li{
	padding-bottom: 0;
}

/* Responsive */
@media (max-width: 768px){
	.botiga-shop-header{
		height: 205px;
	}
	
	.botiga-circle-boxes:not(.is-not-stacked-on-mobile)>.wp-block-column{
		flex-basis: calc(50% - 30px) !important;
		max-width: calc(50% - 30px);
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.botiga-circle-boxes{
		justify-content: space-between;
		grid-gap: 40px !important;
		padding: 0 !important;
	}
	
	.botiga-page-builder-mode .wp-block-columns{
		padding: 0;
	}
	
	.botiga-story-divider{
	  margin-right: 0 !important;
		border-right: 0;
	}
}

/* Quick View */
@media(min-width: 990px) {
	.botiga-quick-view-popup .botiga-quick-view-popup-content .botiga-quick-view-summary {
		padding-left: 5px;
	}
}

/* Social Links on Footer */
.wp-block-social-links.is-style-logos-only .wp-social-link {
	padding-bottom: 0;
}

.elementor-invisible {
	opacity: 0;
}

.woocommerce div.product .woocommerce-tabs .panel.entry-content,

.woocommerce #content div.product .woocommerce-tabs .panel.entry-content,

.woocommerce-page div.product .woocommerce-tabs .panel.entry-content,

.woocommerce-page #content div.product .woocommerce-tabs .panel.entry-content {

 display: none;

}
/** Product tabs **/
.woocommerce-tabs ul.tabs{
    display: none;
}
a:visited {
    color: #fff;
}
/** Product name **/
ul.products li.product .woocommerce-loop-product__title a{
    font-weight: 800;
    font-size: 32px;
}
/** Price **/
ul.products li.product .price span{
    font-weight: 300;
    font-size: 14px;
}