a, a:focus {
		outline: none;
}
.woocommerce ul.products li.product .button {
		margin: 5px 10px 0;
		padding: 8px;
		min-width: 50%
}
.woocommerce ul.products li.product .price del .woocommerce-Price-amount.amount, .product_list_widget del .woocommerce-Price-amount.amount, .shoppingcart-grid-product .price del .woocommerce-Price-amount.amount {
		margin-left: 0;
}
.woocommerce ul.products li.product .price ins, .product_list_widget ins, .shoppingcart-grid-product .price ins {
		float: none;
}
.shoppingcart-grid-product .price ins {
		font-weight: 700;
}
.shoppingcart-grid-product .product-item-action .button:hover, .shoppingcart-grid-product .product-item-action .product_add_to_wishlist:hover {
		border: 1px solid #f77426;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: #f3f3f3;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
    background-color: #f3f3f3;
}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
    border: 1em solid #f3f3f3;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
		border-radius: 4px;
}
#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
		border-bottom: 0;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
		padding: 0;
}
#add_payment_method #payment ul.payment_methods li img, .woocommerce-cart #payment ul.payment_methods li img, .woocommerce-checkout #payment ul.payment_methods li img {
		height: 30px;
}
#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
		padding: 1em 0 0 1em;
}
.main-slider {
		border: 1px solid #e2e2e2;
    background: #eee;
}
.main-slider img {
		max-height: 420px;
    object-fit: cover;
}
.main-navigation a {
		font-size: 13px;
}
.top-menu li:nth-child(4) i,.top-menu li:nth-child(5) i {
    width: 15px;
}
.top-menu i.fa-facebook {
    		margin-right: 20px;
		}
.no-border, .no-border td {
		border: 0;
		width: fit-content;
		width: -moz-fit-content;
		padding: 2px;
}
.hide-menu-toggle {
		position: absolute;
}
@media only screen and (max-width: 425px) {
		.main-slider img {
				max-height: 250px;
				object-fit: cover;
		}
}
@media only screen and (max-width: 980px) {
		.top-menu {
				background-color: #ffffff;
				min-width: 75px;
				right: 0;
				top: 0;
				opacity: 1;
				padding: 0 5px;
				z-index: 99;
				box-shadow: none;
				-webkit-box-shadow: none;
				-moz-box-shadow: none;
		}
		.top-bar .top-bar-menu ul li {
				display: inline-block;
				border-bottom: 0;
				margin-left: 10px;				
		}
		.top-menu li:nth-child(1),.top-menu li:nth-child(2),.top-menu li:nth-child(3) {
				display: none !important;
		}
}
@media only screen and (max-width: 375px) {
		.my-cart-wrap {
				letter-spacing: 0.3px !important;
				font-size: 10px !important;
				position: absolute;
				top: -25px;
		}
		.header-right .my-cart-wrap div {
				height: 12px;
		}
		.cart-value {
				right: -10px !important;
		}
		.my-cart-wrap {
				padding: 0 0 0 10px !important;
		}
		.wcmenucart-contents {
				padding: 8px 0 0 10px !important;
		}
}
@media only screen and (max-width: 320px) {
		#search-box {
				max-width: 200px;
		}
}
@media only screen and (max-width: 425px) {
		#search-box {
				min-width: 230px;
				margin-top: 0;
		}
		#search-box input.search-field, #search-box .woocommerce-product-search button[type="submit"], #search-box .search-submit {
				height: 35px;
	}
}
@media only screen and (min-width: 768px) {
		#search-box {
				min-width: 430px;
		}
		#search-box input.search-field {
				width: calc(100% - 80px);
		}
		#search-box .woocommerce-product-search button[type="submit"] {
				width: 80px;
		}
}
@media only screen and (max-width: 768px) {
		#site-branding {
				padding: 20px 0 20px;
		}
		.woocommerce ul.products li.product, .woocommerce-page ul.products li.product 		{
				margin: 0 0 1.2em !important;
		}
	.woocommerce form .form-row label.checkbox, .woocommerce-page form .form-row label.checkbox
		{
				line-height: 50px;
		}
}
@media only screen and (max-width: 767px) {
		.toggled-on .menu {
				background-color: #fff;
				-webkit-box-shadow: 0 0px 3px rgb(0 0 0 / 20%);
				-moz-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.20);
				box-shadow: 0 0px 3px rgb(0 0 0 / 20%);
				z-index: 9999;
				position: fixed;
				right: -100%;
				height: 100%;
				width: 100%;
				min-height: 2000px;
				max-width: 280px;
				top: 0;
				padding: 70px 20px;
				-webkit-transition: all 0.5s ease;
				-moz-transition: all 0.5s ease;
				-o-transition: all 0.5s ease;
				-ms-transition: all 0.5s ease;
				transition: all 0.5s ease;
		}
		.toggled-on .menu li {
				position: relative;
				display: block;
		}
		#sticky-header {
				backdrop-filter: none !important;
				z-index: unset !important;
		}
		.catalog-menu-box {
		    height: 200%;
		}
}
@media only screen and (min-width: 1024px) {
		#site-branding {
				padding: 0 0 20px;
		}
}
@media only screen and (max-width: 1023px) {
		#primary {
				padding-top: 0;
		}
}
.page-overlay {
		height: 200%;
}
.title-highlight > a:after {
    content: attr(title);
    position: absolute;
    top: 9px;
    display: inline-block;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    background-color: #f77426;
    padding: 2px 6px;
    margin-left: 10px;
    line-height: 1.1;
}
.payment-card img {
		filter: grayscale(100%);
		width: 90px;
		margin: 0 5px 0 10px; opacity: 0.8;
}
.payment-card img:hover {
		filter: grayscale(0%);
		opacity: 1;
}
.woocommerce div.product p.stock {
    border: 1px solid;
    width: max-content;
    padding: 5px 10px;
}
.ovrly {
    box-sizing: border-box;
    position: fixed;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: space-around;
    background: rgba(255, 255, 255, 0.8);
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 2147483647;
    opacity: 1;
}
a.button.wc-forward {
		display: none;
}
.woocommerce table.shop_table td,.woocommerce table.shop_table th {
		border-right: 0;
}
.woocommerce table.shop_table tr:last-child td,.cart_totals td,.cart_totals th,.woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
		border-bottom: 0;
}
#sticky-header {
		backdrop-filter: blur(4px);
}
a.remove {
    text-indent: -9999px;
    border: 0;
		padding: 0.3em;
		height: 1.5em !important;
    width: 1.5em !important;
		font-size: 1.3em !important;
}
a.remove:hover {
		background: none !important;
}
a.remove:hover::before {
		color: black;
}
a.remove:before {
    font-family: FontAwesome;
    content: "\f1f8";
    float: right;
		font-weight: normal;
		text-indent: -19px;
}
.woocommerce ul.products li.product .button:before {
		content: "\f291";
    margin-right: 10px;
		font-family: "FontAwesome";
    font-size: 14px;
}
.outofstock a:before {
		content: "" !important;
		margin-right: 0 !important;
}
.product-item-action a {
		min-width: 50%;
}
.select2-container .select2-selection--single {
		height: 38px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
		line-height: 38px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
		margin-top: 2px;
}
.select2-search--dropdown .select2-search__field {
		margin-bottom: 5px;
}
#customer_details {
		margin-bottom: 15px;
}
.woocommerce .woocommerce-customer-details address {
		border-right-width: 1px;
		border-bottom-width: 1px;
}
.midtrans_payment_info a {
		word-break: break-word;
}
.midtrans_payment_info th {
		border-top: 1px !important;
}
.midtrans_payment_info tr:last-child th {
		border-bottom: 0;
}
.menu-toggle {
		width: 83px;
		direction: rtl;
}
.line-bar, .line-bar:before, .line-bar:after {
		width: 25px;
		background-color: #999;
}
.line-bar:before {
		top: -7px;
}
.line-bar:after {
		bottom: -7px;
}
.top-bar .widget_contact {
		display: none;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
		font-size: 16px;
		padding: 12px;
	}
button {
		-webkit-user-select: none;
		-ms-user-select: none;
		user-select: none;
}
.woocommerce button.button:disabled,
.woocommerce button.button[disabled]{
		background-color: #ebe9eb !important;
}
.go-to-top {
		border-radius: 50%;
		right: 20px;
}
.go-to-top .icon-bg {
		background-color: #cccccc;
}
.badge-sold-out span {
		background: rgb(0 0 0 / 40%);
    line-height: normal;
    padding: 10px;
    border: 1px solid;
		font-size: 14px;
}
.archive.woocommerce span.onsale:before {
		height: 115px;
		right: -15px;
}
.archive.woocommerce ul.products li.product .onsale {
		right: 5px;
}
.sc-grid-product-img .onsale:before {
		right: -20px;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		margin: 0 1% 1em 1%;
		width: 23%;
}
.woocommerce .blockUI.blockOverlay:before, .woocommerce .loader:before {
		height: 1.5em;
		width: 1.5em;
		-webkit-animation: none;
		-moz-animation: none;
		animation: none;
			background-image:url('https://mtsnbansel2.com/images/shopping-spinner.svg') !important;
}
input[type="checkbox"], input[type="radio"], .woocommerce ul#shipping_method li label, label.checkbox {
		cursor: pointer;
}
#search-box input[type="search"] {
    border: 2px solid #d9d4eb;
    border-right: none;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}
#search-box .woocommerce-product-search button[type="submit"] {
		background-color: #fff;
		color: #d9d4eb;
		border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 2px solid;
    border-left: 0;
}