.product-options .item-op {
	font-size: inherit;
	padding: 4px 13px;
	box-shadow: 0 0 7px 1px rgba(14,14,14,.16);
	/* border: none; */
	border: 1px solid rgba(0,0,0,.4);
}

.product-options .active-op::before {
	background: rgba(0,0,0,.4);
}

.section-title.section-title-bold {
	cursor: pointer;
}

.childs-category {
	/* max-width: 310px; */
	display: none;
	border-left: 1px solid #c5c5c5;
	padding: 10px;
}

.childs-category a {
	display: block;
}

@media(min-width: 810px){
	
.cart-item .nav-dropdown {
	min-width: 450px;
}
	
}


.form-cart-mobile .mfp-content.off-canvas-cart {
	width: 100%;
	max-width: 500px;
}