/*
 * Custom style goes here.
 * A template should always ship with an empty custom.css
 */
 @import url('https://fonts.googleapis.com/css2?family=Lora:wght@400;600&family=Nunito:wght@200;400;600;700;800&family=Work+Sans:wght@200;400;600&display=swap');

.amenu-link i{
	display: none;
}

.checkBasket{
	padding:10px !important;
}

.cart-preview .cart-header .cart-link{
	background-color: unset;
	color:#3d3d3d;
}

.cart-preview .cart-header .cart-link:hover{
	background-color: #65BC54;
	color:white !important;
}

.cart-preview .cart-header .cart-products-count{
	color: white;
  background-color: #000;
	left: 14px;
}

.search-widget form [type="submit"]{
	background: none;
	color: #91865d;
	width: 50px;
	height: 50px;
}

.checkBasket:hover{
	background-color: #91865D !important;
}

.aone-featuredcategories .category-block .category-container {
	box-shadow:none;
	border:0;
	transition: all .3s;
	display:block;
}

.freedelivery{
	color: green;
	font-size: 17px;
	font-weight: 800;
}

.aone-featuredcategories .category-block .category-container .category-image {
	position:relative;
	padding:30px;
}
/* .aone-featuredcategories .category-block .category-container .category-image::before {
	content:' ';
	position:absolute;
	display:block;
	opacity:0;
	left:0;
	background-color:rgba(0,0,0,.2);
	top:0;
	bottom:0;
	right:0;
	transition: all .3s;
} */

.aone-featuredcategories .category-block .category-container .category-image .grid-hover-btn {
	position: absolute;
	top: 50%;
	margin-top: -19px;
	left: 50%;
	margin-left: -19px;
	transform: scale(0);
	opacity: 0;
	transition: all .3s;
	border: 1px solid transparent;
}
.aone-featuredcategories .category-block .category-container .category-image:hover .grid-hover-btn {
	transform: scale(1);
	opacity: .7;
}

.aone-featuredcategories .category-block .category-container .category-image:hover::before {
	opacity:1;
}
.aone-featuredcategories .category-block .category-container .category-image .grid-hover-btn span {
	display: block;
	background: #fff;
	border-radius: 50%;
	text-align: center;
	color: #fd6282;
	font-size: 16px;
	width: 36px;
	height: 36px;
	line-height: 36px;
	display:inline-block;
	position:relative;
}


#wrapper,
.aone-featuredcategories .category-block .category-name {
	background:transparent;
}

.aone-featuredcategories .category-block .category-name {
	font-size:1rem;
}
.aone-featuredcategories .category-block .category-image img:hover {
	filter:none;
}
#header {
	box-shadow: 0px -8px 20px 0px rgb(0 0 0 / 15%);
}

section.checkout-step.-reachable.-complete .content{
	display:block !important;
}

.card.blogpost .card-body h4{
	text-align: center;
	font-weight: 400;
}

.card.blogpost .card-img-top img{
	border-radius:5px;
}

.deliveryZip{
	padding: 40px;
	border-radius: 10px;
	margin-bottom: 50px;
	margin-top: 40px;
	background-color: #f7f7f7;
}

.hmsearch{
	font-size: 19px;
    font-weight: 700;
}

.block{
	margin-top:20px;
	margin-bottom:20px;
}

/* .typo img{
	border-radius:5px;
} */

.product-title{
	text-transform: uppercase;
	font-size: 26px;
	line-height: 37px;
	font-weight: 800;
	margin-top: 40px;
	text-align: left;
}

.product-description-short{
	font-size: 18px;
	line-height: 29px;
	margin-bottom: 20px;
}

.product-description span, .product-description p, .product-description-short span{
	font-family: "Nunito", sans-serif !important;
	font-size: 16px;
  line-height: 24px;
}

.main-product-details .product-add-to-cart .add-to-cart{
	font-size: 20px;
	font-weight: 700;
	padding: 18px;
}

#js-product-list{
	padding:20px;
}

.product-right-content{
	margin-right: 80px;
	margin-left: 30px;
}

/* 
.desktop-breadcrumb{
	margin-top:20px;
} */

.input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control{
	font-size: 17px;
	padding: 12px;
	font-weight: 800;
}

.btn.btn-primary, .btn.btn-primary.disabled, .btn.btn-primary:disabled{

	padding: 17px;
	font-size: 18px;
	font-weight: 800;
}

.input-group .searchSubmit{
	min-width:170px;
	padding:12px;
}

.input-group-prepend .input-group-text{
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

div#calendar ul.dates li{
	font-family: 'Nunito';
	font-weight: 600;
	font-size: 25px;
	color: #212529;
}
/* 
#notifications{
	margin-top:20px;
} */

.input-group > .form-control{
	font-size:13px;
	padding: 11px;
	border-top-right-radius: 5px !important;
	border-bottom-right-radius: 5px !important;

}

div#calendar-period div button{
	width: 45%;
	height: 55px;
	color: white;
	font-size: 22px;
	margin: 4px;
	font-weight: 600;
	border-radius: 15px;
	background-color: #343a40;
}

div#calendar-period div button:hover{
	background-color: #91865d;
}

div#calendar ul.dates li{
	transition: all .3s;
	border: 1px solid #f2f2f2;
}

div#calendar ul.dates li:hover{
	background-color: #91865d;
	color: white;
}

#order-items .order-confirmation-total{
	border-top: 1px solid #ededed;
	max-width: 360px;
	align-items: end;
	float: right;
	border: 1px dashed #cacaca;
	padding: 20px;
	border-radius: 7px;
}

.order-confirmation-total label{
	font-size:16px;
}

.main-product-bottom{
	padding:20px;
}

.left-categories{
	margin-top:20px;
}

.left-categories .column-title, .aone-column .column-title{
	display: none;
}

.cart-preview .cart-product-line .product-name{
	font-size:12px;
}

.media-body .product-name{
	max-width: 130px;
}

.delivery_information{
	background-color: #fafafa;
	padding: 20px;
	border: 1px solid #cacaca;
	padding-top: 25px;
	max-width: 100%;
	margin-top: 30px;
	border-radius: 5px;
}

.delivery_information h3{
	color: #91865d;
	font-weight: 800;
	font-size: 18px !important;
}

.delivery_information p{
	font-size: 16px;
	font-weight: 700;
	color:black;
	text-transform:uppercase;
	margin: 0;
}

.delivery{
	font-size:16px;
}

.xcategory-product .name{
	margin: 0;
	height: auto;
	font-size: 16px;
	line-height: 22px;
	min-height: 50px;
}

.xcategory-product .price span{

	font-size: 16px;
	font-weight: 700;
}

.xcategory-product:hover, .xcategory-product.selected{
	border-color:#91865d;
}

.xcategory-product img{
	height:140px;
}

.xcategory-product .btn-add{
	border:2px solid #343a40;
}

.cart-summary-line .js-subtotal{
	font-size: 18px;
}

.cart-summary-line .price{
	text-transform: uppercase;
	font-size: 18px;
	margin-left: 30px;
}

.cart-summary-line label{
	font-size: 18px;
}

.price-total{
	font-size:28px !important;
}

h4{
	line-height: 30px;
}

.btn-checkout-green{
	background-color: #477e5c !important;
	font-size:21px !important;
	border-radius:5px;
}

.btn-checkout-green:hover{
	background-color: #22663c !important;

}

.product-prices-wrapper .product-price{
	font-size:28px;
}


.page-heading:not(.js-category-page){
	margin-top:50px;
}

.btn-promo{
	color:white;
	background: #6c757d;
}

.product-line-grid{

	border: 1px dashed #c7c7c7;
	border-radius: 5px;
	padding: 8px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.center-wrapper{
	padding-left:15px;
	padding-right:15px;
}

.register-or-login > div{
	padding-left: 40px;
	padding-right: 40px;
	margin-top: 20px;
}

.register-or-login .page-subheading{
	text-align: left;
	font-size: 24px;
	margin: 0;
}

.linklist li{
	font-weight: 600;
    color: #3d3d3d;
}

#footer .footer-about-us .fa, #footer .footer-about-us .material-icons{
	font-weight: 600;
	color: #3d3d3d;
	font-size:14px;
}

.footerInfo{
	font-size: 16px;
	letter-spacing: 0px;
	line-height: 23px !important;
	margin-bottom: 17px;
}

.form-control-label{
	font-size:16px;
	text-align: right;
}

.block-social .facebook,
.block-social .youtube,
.block-social .pinterest,
.block-social .instagram{
	background-color: #91865d;
}

.whatsappBlock a {
	display: inline-block;
	height: auto;
	background: #65BC54;
	padding: 7px;
	color: #fff !important;
	font-weight: bold;
	width: 205px;
	text-align: center;
	border-radius: 9px;
	margin-top: 20px;
}

.whatsappBlock a img {
	height: 33px;
	width: 33px;
}

#footer{
	border-top: 1px dashed #cacaca3d;
}

#footer .footer-menu{
	margin-top:50px;
}

.newsletter-message p{
	font-size:12px !important;
}

.footer-right .block-newsletter .input-btn .btn{
	text-transform: uppercase;
}

.block-newsletter{
	max-width:680px;
}

.block-social li{
	border-radius:50%;
}

section.checkout-step .address-item{
	padding:15px;
}

section.checkout-step .address-item.selected{
	border-color:#91865d;
}

.identity, section.checkout-step .step-title{
	font-size:24px;
}

p{
	font-size:16px;
}

#checkout{
	background-color: #ece9e9;
}

#notifications .container{
	padding: 30px;
	padding-bottom: 0px;
	padding-top:0px;
}

section.checkout-step{
	background-color: white;
	padding: 30px;
	margin-top: 20px;
	border-radius: 5px;
}

.js-cart{
	background-color: white;
	margin-top: 40px;
	border-radius: 5px;
	padding: 15px;
}

.media-left a img{
	width:30px;
}

.media-body .product-name{
	font-size:12px;
	text-align: left;
	line-height: 15px;
	margin-left: 2px;
}

.nav-separator{
	background-color: #c7c7c7;
	width: 1px;
	height: 28px;
	margin-top: 6px;
	margin-left: 15px;
	margin-right: 15px;
}

.form-control{
	font-size: 17px;
	padding: 14px;
	font-weight: 700;
}

.address{
	font-weight: 500;
	font-size: 17px;
	line-height: 25px;
}

.address-alias{
	font-weight: 800;
	font-size: 19px;
	text-transform: uppercase;
}


#calendar-period{
	display: none;
}


div#calendar{
	margin: 0px auto;
	padding: 33px;
	width: 100%;
	background-color: white;
	max-width: 100%;
	border-radius: 10px;
}

.calendarTitle{
	font-size: 18px !important;
	text-align: center;
	line-height: 33px;
	padding-left: 40px;
	letter-spacing: 1px;
	color: black;
	padding-bottom: 10px;
	padding-right: 40px;
}

div#calendar div.header span.title {
	font-size: 18px;
	display: block;
	color: black;
	font-weight: 800;
}

div#calendar ul.dates li.selected {
	background-color: #AFA06E;
	color: white;
}

.feature .fa, .feature .material-icons, 
.feature, .feature2,
.feature2 .fa{
	color:#212529 !important;
}


div#calendar-period {
	margin: 0px auto;
	padding: 0px;
	width: 100%;
	height: 100px;
	margin-top: -26px;
	background: white;
	text-align: center;
	max-width: 100%;
	border-radius: 15px;
}

.block_id_14{
	margin-top:20px;
}

.block_id_5{
	margin-top:40px;
	padding: 15px;
	padding-top: 0px;
}

.cart-action div .btn-primary{
	width: 100%;
	font-size: 14px !important;
}

.banner2{	
	box-shadow: 0px -8px 20px 0px rgb(0 0 0 / 15%);
}


.anav-top .amenu-item:hover .amenu-link, .anav-top .amenu-link:hover{
		color:black;
}

.invoice-address h5{
	font-size:18px;
	text-transform: uppercase;
}

#delivery-address, #invoice-address{
	margin-top:40px;
}

.cancel-address{
	font-size: 19px;
	font-weight: 800;
	text-decoration: underline;
	text-transform: uppercase;
	margin-top: 20px;
}

#deliveryDate, .largeInput{
	font-size: 17px !important;
  font-weight: 700 !important;
	cursor:pointer;
}

.order-summary-block h5{
	font-size:18px;
	font-weight: 800;
}

#order-summary-content .order-confirmation-table{
	padding-left:40px;
	padding-right:40px;
}

.payment-options{
	margin-top: 30px;
    padding-left: 20px;
    margin-bottom: 30px;
}

section.checkout-step #conditions-to-approve{
	margin-left:20px;
}

.promo-name li span{
	font-size:18px;
	font-weight: 800;
	text-transform: uppercase;
}

.identity a{
	font-weight: 800;
}

/* .custom-radio input[type="radio"] + span .check-icon{
	font-size: 23px;
	padding-top: 5px;
	padding-left: 4px;
	font-weight: 700;
}

.custom-radio input[type="radio"] + span{
	width:32px;
	height:32px;
} */

.text-muted{
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 800;
}

.xcategory-message textarea{
	font-size: 18px;
	letter-spacing: 0px;
	line-height: 25px;
	padding:5px;
	color: black;
	font-weight: 600;
}

.order-summary-shipping{
	display: none;
}

.block-social .instagram{

}

.checkoutDateContainer{
	padding: 40px;
	border-radius: 10px;
	padding-top: 30px;
	margin-bottom: 50px;
	margin-top: 20px;
	border: 1px solid #cacacaca;
	background-color: #f7f7f7;
}

.cookie-close-button{
	border-radius: 10px!important;
	background: #28a745;
	margin-right: 5px;
	min-width: 150px;
	padding: 14px !important;
}

.form-control:focus{
	border-color: #91865D;
	color:black;
	background-color: #f5f5f5;
}

.mobilebanner{
	display:none;
}

@media (max-width: 575.98px) {

	.mobilebanner{
		display:block !important;
	}

	.desktopbanner{
		display:none !important;
	}

	.cookie-message .cookie-message-content p
	{
		font-size:12px;
	}
	.checkoutDateContainer{
		padding: 10px;
    border-radius: 10px;
    padding-top: 10px;
    margin-bottom: 20px;
	}

	#deliveryDate{
		font-size:15px !important;
	}


	#footer{
		padding:20px;
	}

	.payment-options{
		margin-left:0px;
	}

	#order-summary-content .order-confirmation-table{
		padding:0px !important;
	}

	/* .cookie-message .cookie-message-content p{
		padding: 20px !important;
    font-size: 13px !important;
	}

	.cookie-close-button{
		margin-right: 20px;
	} */

	h2{
		text-align: center;
	}

	.card.blogpost .card-body h4{
		font-size: 19px;
    line-height: 23px;
    font-weight: 600;
	}

	.st-menu-title h4{
		display: none;
	}

	.ui-autocomplete.ui-menu .ui-menu-item{
		white-space: normal;
	}

	.ui-autocomplete.ui-widget-content{
		left: 0px !important;
    border-radius: 0px;
    padding: 10px;
    font-size: 12px;
    max-width: 100% !important;
    overflow: hidden;
	}

	.form-control-label{
		text-align: left;
	}

	.sidebar-account, .sidebar-language{
		border:0px;
	}

	.st-menu-title{
		background: none;
	}

	#header .mobile-left-nav-trigger .left-nav-icon{
		background: none;
    color: #91865D;
	}

	#header .mobile-left-nav-trigger .left-nav-icon i{
		font-size:33px;
	}	


	.category-tree .collapse-icons .add, .category-tree .collapse-icons .remove{
		margin-top: 6px;
    font-size: 18px;
	}

	.category-tree>ul>li>a{
		font-size: 17px;
    line-height: 31px;
	}

	.social-links, .typo{
		text-align: center;
	}

	.block-newsletter{
    padding: 30px;
    border: 1px solid #cacaca;
    border-radius: 10px;
		margin-top:20px;
	}

	.sidebar-header-phone{
		background: none;
		border:0px;
	}

	.sidebar-menu{
		border:0px;
	}

	.page-heading, .page-subheading{
		text-align: center;
		margin-top:35px;
		font-size:27px;
	}

	.category-description .small-description{
		margin-bottom:0px;
	}

	#js-product-list{
		padding:0px;
	}

	.left-categories, .sidebar-column{
		display:none;
	}

		.center-wrapper{
			padding-left:0px;
			padding-right: 0px;
		}

	.nav-item .nav-link{
		line-height: 21px;
	}

	div#calendar ul.dates li{
		font-size:19px;
	}

	.calendar-overlay > .calendar-wrp{
		width:95%;
	}

	.js-cart{
		margin-top:0px;
	}

	.continue{
		width:100%;
	}

	.st-menu-open{
		overflow: auto !important;
	}

	.register-or-login > div{
		padding-left: 0px;
		padding-right: 0px;
	}

	.calendarTitle{
		font-size: 22px!important;
    text-align: center;
    line-height: 26px;
    padding-left: 40px;
    letter-spacing: 1px;
    color: #000;
    padding-bottom: 0px;
    padding-right: 40px;
	}

	section.checkout-step{
		margin-top:10px;
	}
	
	.predefined-selector .dropdown{
		width: 100%;
	}

	.predefined-selector .dropdown .dropdown-menu:nth-child(2n){
		left: 10px !important;
    right: 0;
    transform: translate3d(0,40px,0)!important;
    width: 100% !important;
	}

	section.checkout-step .step-number {
		display: none !important;
	}

	.addons-top h4{
		font-size: 17px;
    line-height: 25px;
		margin-bottom:20px;
		padding-left:30px;
		padding-right:30px;
		text-align: center;
	}

	.xcategory-product{
		max-width: 49%;
		margin:0;
		margin-bottom: 10px;
	}

	.product-right-content{
		margin-right: 30px;
		margin-left: 30px;
	}

	.page-heading:not(.js-category-page){
		margin-top:50px;
	}
	
	.category-description .small-description{
		padding-left: 20px;
		padding-right: 20px;
		font-size: 13px;
    text-align: left;
    line-height: 21px;
	}

	.product-list .grid:not(.slick-slider).columns-3 .product-miniature{
		padding:0px;
	}
}