/*
	Theme Name: v215 Child
	Template:v215
*/

:root {
	--green: #92bb15;
	--orange: #fe8204;
}

#header .left-half {justify-self: unset;padding-left: 75px;}
#header .right-half {justify-self: unset;padding-right: 75px; text-align: right;}
#header .right-half i {font-size: 25px;}
#header .right-half input[type="search"] {background: none !important;}
#header .right-half .dgwt-wcas-search-form {top: -25px;}
#header .dgwt-wcas-search-icon:hover path {transition: .5s;}
#header .dgwt-wcas-search-icon:hover path {fill: var(--green);}
.dgwt-wcas-suggestions-wrapp.woocommerce:not(.dgwt-wcas-suggestions-wrapp-fixed) {margin-top: -25px;}
#header .menu-item-has-children > a:after {content: "\f078"; font-family: 'Font Awesome 5 Free'; font-weight: 900; margin-left: 10px;}

#footer .socials i {font-size: 30px;}
#footer .socials a:not(:last-child) {margin-right: 10px;}
#footer .socials {margin-top: 10px;}
#footer .footer-col {width: auto;}
#footer .footer-3-cols {justify-content: space-between;}

@media (max-width: 1510px) {
	#header .header-bottom .left-half .menu a {font-size: 14px; padding-left: 10px; padding-right: 10px;}
}

@media (max-width: 1310px) {
	#header .header-bottom .left-half {padding-left: 30px;}
	#header .header-bottom .right-half {padding-right: 30px;}
	#header .header-bottom .right-half i {font-size: 20px;}
	#header .header-bottom .logo-holder {margin: 0 10px;}
}

@media (max-width: 1220px) {
	#header .header-bottom .left-half .menu a {font-size: 13px; padding-left: 5px; padding-right: 5px;}
	#header .header-bottom .right-half i {font-size: 18px;}
	#header .header-bottom .left-half {padding-left: 15px;}
	#header .header-bottom .right-half {padding-right: 15px;}
}

@media (max-width: 1023px) {
	#mobile-header {background: rgba(14,15,20,1);}
	#mobile-header ul.sub-menu {text-align: left; padding-left: 30px;}
	#mobile-header #header-menu .header-search, #mobile-header #header-menu .header-cart {display: none !important;}
	#mobile-header .header-cart {position: absolute; top: 50%; transform: translateY(-50%); right: 110px; font-size: 30px; color: white;}
	#mobile-header .header-cart:hover {color: var(--green);}
	#mobile-header .dgwt-wcas-search-wrapp {position: absolute; top: 50%; transform: translateY(-50%) scale(1.3); right: 170px;}
	
	#header:not(.scrolled) .logo-holder {height: 80px;}
	
	.dgwt-wcas-overlay-mobile {background: rgb(0,0,0,.75);}
	.dgwt-wcas-om-return {background: var(--green) !important;}
	.dgwt-wcas-suggestions-wrapp.woocommerce:not(.dgwt-wcas-suggestions-wrapp-fixed) {margin-top: 0;}
	
	#footer .socials i {font-size: 20px;}
	#footer .col-1 {max-width: 185px;}
}

@media (max-width: 767px) {
	#mobile-header input {font-size: 16px;}
	
/* 	#footer .col-1 {max-width: 200px; margin: 0 auto 30px auto;} */
	#footer .socials i {font-size: 30px;}
}