#header-minicart { width:65px; }
@media all and (min-width:1200px) {
	#header-minicart svg { margin-top: -8px; }
	body.single-product #content > .product { grid-template-columns:54vw 1fr; column-gap: 6.5vw; }
}

body.home #footer-top { display:none; }

.menu-cirle::after {
	content: '';
	top: 26px;
	position: absolute;
	right: 10px;
	background-color:var(--primary_color);
	width: 8px;
	height: 8px;
	border-radius: 50%;
	pointer-events:none;
}

.modal-minicart .title { justify-content:flex-start; }
.modal-minicart #modal-close { top: 2px; color: #000; }
.modal-minicart #modal-close svg { width: 35px; height: 35px; }
#mmenu-main .menu-cirle:after { content:none; }
.woocommerce .woocommerce-ordering { top: 117px; }
@media all and (max-width:767px) {
	.woocommerce .woocommerce-ordering { top: 0; display: inline-block; }
}
#footer-top ul { width:100%; }
#footer-top ul a { color:#333; }

.woocommerce-notices-wrapper { display:none; }