.userbox input[type=date] {
	width: 100%;
	height: 55px;
	border: 1px solid transparent;
	background: #ededed;
	color: {{settings.shop_text_color}};
	padding: 0 20px;
	font-weight: 500;
	-webkit-appearance: none;
}
.userbox input[type=date]:focus{
	background: #fff;
	border-color: #ededed;
}

 .hrvproduct-tabs {
 	margin-bottom: 50px;
 }

.product-loop-special .ratiobox img {
	width: 100%;
}

@media(min-width:1024px){
	.wrapper-collection-1 .pro-loop,.wrapper-collection-2 .pro-loop.col-md-3,
	.search-list-results .pro-loop.col-md-3,
	#collection .pro-loop.col-5.col-md-3 {
		width: 25%;
	}		
}

/* COLLECTION PAGE - SIDE MENU */
.tree-menu.show-all li.has-child ul {
	display: block;
}
.tree-menu li a {
	font-size: 14px;
}
.tree-menu > li > a {
	font-size: 16px;
}

/* PRODUCT PAGE */
.product-title h1 {
	font-size: 24px;
}
.swatch .swatch-element label {
	width: auto;
	padding: 0 10px;
}
.swatch .header {
	font-size: 16px;
	font-weight: 500;
}
.swatch .header + .header {
	font-size: 14px;
	font-weight: 400;
}


/* CART PAGE */
.wrapper-cart-detail .sidebox-policy ul li {
	padding-left: 0;
}
.wrapper-cart-detail .sidebox-policy ul li:before {
	display: none;
}
.wrapper-cart-detail .sidebox-group h4 {
	color: #1c211d;
	font-size: 20px;
}
.wrapbox-content-cart .sidebox-order_action .btncart-checkout {
	border-color: #FFD700;
	font-weight: 500;
	border-width: 2px;
}
.wrapbox-content-cart .sidebox-order_action .btncart-checkout:before {
	background-color: #FFD700;
}
.wrapbox-content-cart .sidebox-order_action .link-continue a {
	color: #1c211d;
	font-weight: 500;
}
.wrapbox-content-cart .sidebox-order_action .link-continue a:hover {
	color: #FFD700;
}

.owl-carousel#homepage_slider {
	max-width: 1480px;
	margin: auto;
}

.tabs-content .elementor-element table img {
	width: 100%;
	height: auto;
	max-width: 600px;
}

.iframe-container {
	width: 100%;
	max-width: 800px;
	margin: auto;
}
.iframe-wrapper {
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
	margin-bottom: 20px;
}
.iframe-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}