.company_details {
	display: none;
}

.abc-checkbox label {
	padding-left: 15px;
	padding-top: 1px;
}

.mt-contact-banner {
	background-color: #ddd;
}

.mt-contact-banner .breadcrumbs ul li {
	text-transform: uppercase;
}

.left {
	float: left;
}

.right {
	float: right;
}

.margin-bottom-10 {
	margin-bottom: 10px;
}

.margin-right {
	margin-right: 20px;
}

.margin-right-10 {
	margin-right: 10px;
}

.margin-left {
	margin-left: 20px;
}

.margin-left-10 {
	margin-left: 10px;
}

.margin-top-0 {
	margin-top: 0px;
}


.cart-offer a {
	color: black !important;
}

.no-float {
	float: none !important;
}

.or-divider .txt {
	padding: 11px 0 11px 4px;
}

.button-loading {
	margin-right: 5px;
}

.alert {
	background-color: #ededed;
	border: 1px solid #dddddd;
	margin-bottom: 10px;
}

.hidden {
	display: none;
}

.mt-product-detial .list .fa-share-alt, .mt-product-detial .list .fa-exchange, .mt-product-detial .list .fa-heart, .mt-product-detial .list .fa-heart-broken {
	font-size: 16px;
	line-height: 18px;
	margin: 0 10px 0 0;
}

.mt-product-detial.has-wp {
	background-color: white !important;
}

.shop-widget h2 {
	margin: 0 0 10px !important;
}

.shop-widget {
	margin-bottom: 20px;
}

.shop-widget .price-range {
	overflow: visible;
}

.mt-shoplist-header .input-group-addon {
	padding: 6px 6px;
}

ul.nice-form {
	margin-top: 10px;
}

.mt-shoplist-header select {
	font-weight: normal;
}

.mt-shoplist-header select, .mt-shoplist-header .fa {
	color: #757575 !important;
}

.input-group-addon {
	border-radius: 0;
}

.mt-shoplist-header .mt-textbox {
	line-height: 27px;
}

.product_variants {
	margin-bottom: 10px;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.product_variant_wrap {
	border: 3px solid transparent;
	max-width: 20%;
}

.product_variants .product_variant_wrap:hover {
	border: 3px solid #b6b6b6;
}

.product_variants .product_variant_wrap.active_variant {
	border: 3px solid #ff8283;
}

.mt-product-detial .product-form button {
	width: 100%;
	min-width: 173px;
}

#cart_loading_button {
	display: none;
}

#cart_disabled_button {
	display: none;
}

.table tr th, .table tr td {
	vertical-align: middle !important;
}

#mt-footer.style1 {
	margin-top: 40px !important;
}

.m-none {
	margin: 0 !important;
}

.mt-big {
	margin-top: 40px !important;
}

.mt {
	margin-top: 20px !important;
}

.mb {
	margin-bottom: 20px !important;
}

.mt-small {
	margin-top: 10px !important;
}

.mb-small {
	margin-bottom: 10px !important;
}

.size_anchor {
	width: 100%;
	text-align: center;
	padding: 10px !important;
	margin-bottom: 5px;
}

.size_anchor.active {
	background-color: #ff6060;
	color: white;
}

.size_anchor.disabled {
	pointer-events: none;
	color: lightgrey;
	border-color: lightgrey;
}

.product_variant_wrap.disabled {
	pointer-events: none;
	cursor: not-allowed;
}

.product_variant_wrap.disabled img {
	opacity: 0.3;
}

.disabled .fa.text-danger {
	color: #9c7a79 !important;
}

.jssocials-share-link {
	border-radius: 50%;
}

.main-message {
	padding: 30px;
}

.main-message.success {
	background-color: #d3dba4;
}

.main-message.error {
	background-color: #ffd9cc;
}

.mt-contact-banner.minimal {
	min-height: 100px;
	padding: 32px 0 40px;
}

.form-control {
	border: 0;
	width: 100%;
	height: 40px;
	outline: none;
	color: #3b3b3b !important;
	margin: 0 0 11px;
	padding: 9px 22px;
	border-radius: 30px;
	box-shadow: inset 0 4px 5px rgba(0, 0, 0, .075);
	font: 300 14px/20px "Source Sans Pro", sans-serif;
}

select.form-control {
	height: 40px;
	line-height: 40px;
}

.filter-widget .form-control {
	background-color: white;
}

.mt-shoplist-header .input-group-addon {
	border: 0 !important;
	box-shadow: inset 0 4px 4px rgba(0, 0, 0, .075);
}

.mt-shoplist-header .form-control {
	padding: 9px 9px;
}

.bg-white {
	background-color: white;
!important;
}

.checkbox label:after,
.radio label:after {
	content: '';
	display: table;
	clear: both;
}

.checkbox .cr,
.radio .cr {
	position: relative;
	display: inline-block;
	border: 1px solid #a9a9a9;
	background-color: white;
	border-radius: .25em;
	width: 1.3em;
	height: 1.3em;
	float: left;
	margin-right: .5em;
}

.radio .cr {
	border-radius: 50%;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
	position: absolute;
	font-size: .8em;
	line-height: 0;
	top: 50%;
	left: 20%;
}

.radio .cr .cr-icon {
	margin-left: 0.04em;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
	display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
	transform: scale(3) rotateZ(-20deg);
	opacity: 0;
	transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
	transform: scale(1) rotateZ(0deg);
	opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
	opacity: .5;
}

.radio label, .checkbox label {
	padding-left: 0 !important;
}

.bold {
	font-weight: bold !important;
}

.gc_payment_form {
	display: none;
}

ul.product_properties {
	padding: 0;
	padding-left: 20px;
	margin: 0;
	list-style-type: square;
}

ul.product_properties li {
	margin: 3px 0;
}

.tooltip {
	z-index: 2 !important;
}

.mt-product-image {
	width: 263px;
	height: 263px;
	background-color: white;
}

.template-box img {
	max-width: 250px;
}

.template-box .description {
	height: 60px;
	word-wrap: break-word;
}

.wp-product-attribute {
	text-transform: uppercase;
	margin-bottom: 10px;
}

.wp-product-attribute.big {
	font-size: 40px;
}

.wp-product-attribute.medium {
	font-size: 18px;
}

.wp-product-attribute.small {
	font-size: 12px;
	text-transform: none;
}

.category-description {
	font-weight: 400 !important;
	font-size: 16px !important;
	color: #666666 !important;
}

.product-properties ul li {
	font-weight: 400 !important;
	font-size: 14px !important;
}

#qty-big, .qty-big {
	color: #333;
	height: 55px;
	width: 70px;
	font-size: 37px;
	border: 0;
	padding-left: 10px;
	text-align: center;
}

.mt-header-title h1 {
	display: inline-block;
	margin: 0;
}

.mt-header-title {
	padding: 8px 20px;
	display: inline-block;
	background-color: white;
	border-radius: 40px;
}

.mt-header-breadcrumb nav {
	display: inline-block;
}

.mt-header-breadcrumb ul {
	margin: 0;
}

.mt-header-breadcrumb, .mt-header-description {
	display: table;
	margin: 10px auto 20px auto !important;
	background-color: white;
	border-radius: 25px;
	padding: 5px 15px 5px 15px;
}

.wp-product-image-gallery {
	margin-top: 2px;
}

.wp-product-image-gallery-item {
	margin-bottom: 15px;
	float: left;
	margin-right: 30px;
}

.wp-product-image-gallery-item img {
	max-height: 150px;
	width: auto;
	border-radius: 20px;
}

.wp-playground-name {
	position: absolute;
	top: 8px;
	left: 20px;
}

.wp-playground-wrap {
	border-radius: 30px;
}

.mt-category-inside {
	margin-bottom: 20px;
	position: relative;
}

.mt-category-inside a {

}

.mt-category-inside .txt {
	position: absolute;
	top: 33%;
	left: 40px;
	background-color: #ffffff;
	border-radius: 20px;
	padding: 5px 20px;
}

.mt-category-inside-a {
	color: black;
}

.mt-category-inside:hover .txt {
	background-color: #ff6060;
}

.mt-category-inside:hover .txt {
	color: white !important;
}

.mt-category-inside .txt {
	color: black;
	font-size: 20px;
}

.jssocials-share i.fa {
	font-family: "Font Awesome 5 Brands";
	margin-top: 1px;
}

.related-products img {
	border-radius: 20px;
}

.main_img {
	border-radius: 20px;
	max-height: 580px;
	/*max-width: 500px;*/
	width: 100%;
	margin: 0px auto;
}

.d-flex {
	display: flex;
}

.align-items-center {
	align-items: center;
}

.justify-content-center {
	justify-content: center;
}

.justify-content-between {
	justify-content: space-between;
}

.btn-transparent {
	background-color: transparent;
}

.handle-counter .btn {
	padding: 6px;
	margin-top: -20px;
	font-weight: bold;
	font-size: 30px;
}

.btn.btn-colored {
	background-color: #1c5a80 !important;
}

.btn-type1.active {
	background-color: #ff6060 !important;
}

#register_form input, #register_form select, .my-account input, .my-account select, .address-form input, .address-form select {
	background-color: #f2f2f2 !important;
}

.address-form {
	padding: 20px;
}

.form-control.has-error {
	border: 1px solid #af3b45;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(235, 64, 52, .6);
}

li.disabled a {
	color: #d3d3d3 !important;
	pointer-events: none;
}

.btn.disabled {
	background-color: #d3d3d3 !important;
}

.btn.disabled:hover {
	background-color: #d3d3d3 !important;
}

li.disabled a.cart-opener span {
	background-color: #d3d3d3 !important;
}

.grey {
	background-color: #f6f6f6 !important;
}

.social-network .fab {
	color: #ff8283;
}

.slider-handle {
	background-color: #ff8283 !important;
	background-image: none;
}

.slider-track {
	background-image: none;
	background-color: white;
	box-shadow: none;
}

.slider-selection {
	background-image: none;
	background-color: white;
	box-shadow: none;
}

#search-input {
	background-color: white;
}

.search-close span {
	background: #000000 !important;
	font-weight: bold;
}

label.option_name {
	float: none !important;
	margin-left: 5px !important;
}


.product_options .form-control {
	width: 100% !important;
}

.wp-input-font li {
	width: 50%;
	font-size: 15px;
	color: black;
	margin: 0 !important;
}

ul.tags a {
	color: #a0a0a0 !important;
	font-weight: normal !important;
}

#tlyPageGuideWrapper #tlyPageGuideMessages .tlypageguide_close {
	width: 80px !important;
	height: 40px !important;
	font-size: 15px !important;
	line-height: 35px !important;
}

#tlyPageGuideWrapper #tlyPageGuideToggles {
	top: 45% !important;
}

.mt-product-detial h2 {
	font-size: 30px;
}

.nice-select .list {
	width: 130% !important;
	left: -30% !important;
}

.nice-select .list li {
	width: 33% !important;
	overflow: hidden;
}

.slider-7 .s-title {
	color: black !important;
}

.slider-7 .s-shop {
	color: black !important;
	font-size: 16px !important;
}

.slider-7 .s-txt {
	max-width: 70% !important;
	font-weight: 600 !important;
	font-size: 16px !important;
}

.slider-7 .heading {
	color: black !important;
	font-weight: 400 !important;
}

.view-cart .qty-big {
	color: #333;
	height: 40px;
	width: 40px;
	font-size: 25px;
	border: 0;
	text-align: center;
	padding-left: 0;
}

.view-cart .handle-counter .btn {
	margin-top: -9px;
	font-size: 20px;
}

.sticky-filter {
	position: fixed;
	top: 76px;
	z-index: 2;
	background-color: white;
}

.sticky-filter-right {
	position: absolute;
	top: 90px;
	z-index: 0;
	right: 0;
}

.form-control.active {
	border: 2px solid #ff8283 !important;
}

#sidebar {
	max-width: 262px;
}

.mt-producttabs.categories:after {
	background: none;
}

.mt-producttabs.categories .head {
	font-size: 21px;
}

.mt-producttabs.categories .mt-heading2:hover {
	border-color: #ff6060;
	background-color: #f2f2f2;
}

.mt-producttabs.categories p {
	letter-spacing: 1px;
	font-weight: 600;
}

.category-tree a {
	color: black;
}

.category-tree .parent {
	color: #a0a0a0;
	margin: 0 0 12px;
	letter-spacing: 4px;
	padding: 0 0 0 12px;
	border-left: 9px solid #eee;
	font: 700 14px/20px "Source Sans Pro", sans-serif;
}

.category-tree .parent {
	color: #a0a0a0;
	margin: 0 0 12px;
	letter-spacing: 4px;
	padding: 0 0 0 12px;
	border-left: 9px solid #eee;
	font: 700 14px/20px "Source Sans Pro", sans-serif;
}

.category-tree .head {
	color: #3a3a3a;
	margin: 0 0 2px;
	letter-spacing: 0;
	font: 700 26px/30px "Montserrat", sans-serif;
	font-size: 21px;
}

.category-tree p a {
	color: #a0a0a0;
}

.category-tree p {
	margin: 0;
	letter-spacing: 1px;
	font-weight: 600;
}

.category-tree a:hover {
	color: #ff6060;
}

.mt-contact-banner .breadcrumbs ul li {
	margin: 0 5px 0 0 !important;
}

.mt-contact-banner .breadcrumbs ul .fa-angle-right {
	font-size: 11px !important;
}

.mt-category-inside {
	width: 100%;
	min-height: 100px;
	background-size: 100% auto;
}

.blog-post.style3 .blog-txt p {
	margin: 0 0 10px !important;
	font-size: 16px !important;
}

.blog-post.style3 img {
	width: 33.33%;
	float: left;
}

#mt-footer .footer-area {
	background-color: white !important;
	position: relative;
}

.mt-contact-detail .contact-form textarea {
	height: 100px !important;
}

#back-top {
	border-radius: 30px;
	right: 100px;
	bottom: 6px;
	width: 55px;
	height: 55px;
	line-height: 51px;
}

.slider.slider-horizontal {
	width: 100% !important;
}

.shop-widget.filter-widget {
	padding: 20px !important;
}

.shop-widget .nice-form {
	margin: 0;
}

.material-youtube-iframe {
	width: 100%;
	height: 100%;
	min-height: 300px;
}

.product-youtube-iframe {
	width: 100%;
	height: 100%;
	min-height: 500px;
	max-width: 560px;
	max-height: 500px;
}

@media (min-width: 768px) {
	.top-menu-products-button .top-menu-products-anchor {
		color: white !important;
	}

	.top-menu-products-button {
		background: #ff8283;
		border: 0;
		outline: 0;
		color: #fff;
		margin-top: -8px !important;
		padding: 8px 22px;
		border-radius: 18px;
		vertical-align: top;
		display: inline-block;
		font: 500 14px/20px "Source Sans Pro", sans-serif;
	}
}

@media (max-width: 532px) {
	.mt-20-xs {
		margin-top: 20px !important;
	}

	.checkout-address {
		padding: 20px 20px;
	}

	.process-list li {
		margin-bottom: 0 !important;
	}

	.mt-process-sec .process-list li:before {
		display: none;
	}

	.mt-process-sec .process-list li {
		min-width: auto;
		width: 100px !important;
	}
}

@media (max-width: 768px) {

	.f-promo-box-name {
		display: block !important;
	}

	.f-widget-item {
		justify-content: space-between !important;
		margin-bottom: 10px;
	}

	.f-widget-item .widget-icon img {
		max-width: 50px !important;
	}

	.f-widget-item .txt-holder {

	}

	#nav .mt-dropmenu {
		left: unset !important;
		transform: unset !important;
	}

	#filter-form {
		display: none;
	}

	.mt-map-holder {
		margin-top: 20px;
	}

	.f-promo-box.style2 {
		padding: 17px 0 17px 0;
	}

	.f-promo-box .f-widget-item.border:before {
		display: none;
	}

	.mt-blog-detail.style4 .header-holder {
		margin-top: 20px;
	}


	.f-promo-box .f-widget-item .txt-holder {
		text-align: center;
	}

	.main_img {
		width: 100%;
	}

	.mt-product-detial .product-form .row-val {
		float: none !important;
		margin: 0 !important;
	}

	#cart_button, #cart_loading_button, #cart_disabled_button {
		width: 100%;
		margin-top: 10px;
	}

	.size_anchor {
		min-width: 49.6%;
		text-align: center;
	}

	.mt-product-detial .breadcrumbs {
		font-size: 12px;
	}

	.mt-product-detial .breadcrumbs li {
		margin: 0 5px 0 0;
	}

	.mt-product-detial .breadcrumbs .fa-angle-right {
		margin: 0 0 0 5px;
	}

	.mt-product-detial .pagg-slider {
		max-width: none;
	}

	.mt-product-detial .pagg-slider img {
		max-height: 80px;
		width: auto;
	}

	.related-products .txt {
		display: none;
	}

	.mt-logo {
		float: none !important;
		width: 100%;
	}

	.mt-logo img {
		width: auto;
	}

	.mt-bottom-bar .mt-icon-list {
		float: none;
		margin-top: 15px;
		display: flex;
		justify-content: space-between;
	}

	.mt-bottom-bar .mt-icon-list li {
		margin: 0 0px 0 0;
	}

	.related-products .mt-product1 {
		width: 32.5%;
		padding-bottom: 0;
	}

	.wp-product-image-gallery-item {
		margin-right: 15px;
	}

	.wp-product-image-gallery-item img {
		max-height: 100px;
	}

	.mt-productlisthold {
		width: 100%;
	}

	.mt-productlisthold .mt-product1 {
		width: 100%;
	}

	#sidebar {
		max-width: none;
	}

	.mt-category-inside {
		min-height: 80px;
		background-size: auto 100%;
	}

	.mt-category-inside .txt {
		top: 28%;
	}

	.nice-select .list {
		width: 100% !important;
		left: 0 !important;
	}

	.wp-playground-wrap {
		min-height: 220px !important;
	}

	.nice-select .list li {
		font-size: 11px !important;
	}

	hr {
		margin-top: 2px;
		margin-bottom: 2px;
	}

	.xs-no-margin {
		margin: 0 !important;
	}

	.product-wizard .d-flex {
		display: flex;
		flex-flow: column;
	}

	.wp-product-attribute.big {
		font-size: 30px;
	}

	.wp-product-attribute.medium {
		font-size: 13px;
	}

	#handleCounter .btn {
		margin-top: -13px;
		font-size: 20px;
	}

	.mt-product1 {
		max-width: unset !important;
	}

	#qty-big {
		padding-left: 0px;
		text-align: center;
		font-size: 25px;
		height: 45px;
		width: 30px;
	}

	.product-youtube-iframe {
		min-height: 200px;
	}

	.footer-payment-icons {
		justify-content: center !important;
	}
}

.cart_quantity.danger {
	background-color: #ffd2dc !important;
}

.category-list a.active {
	color: #ff8283;
}

.cart-canvas-image {
	max-height: 120px;
	max-width: 100%;
	width: auto;
}

.table {
	font-weight: normal;
}

.font-weight-normal {
	font-weight: normal;
}

a {
	color: #333;
}

.row.center {
	display: flex;
	align-items: center;
}

.mt-product1 del, .mt-product2 del {
	display: inline;
	color: #ff8283;
	font: 600 21px "Source Sans Pro", sans-serif;
}

.mt-product2 .price {
	display: inline;
}

.vertical-align {
	display: flex;
	align-items: center;
}

.cart-item-price {
	font-size: 24px;
	font-weight: 700;
}

.currency-list {
	float: right;
}

.currency-list {
	background: #ff8283;
	padding: 8px 22px;
	margin-left: 20px;
	font-weight: bold;
	font-size: 16px;
	border-radius: 18px;
	color: #2f2f2f;
}

.currency-list a {
	color: #2f2f2f;
}

.currency-list a.active {
	#color: #ff8283 !important;
	color: white !important;
}

.mt-logo {
	display: flex;
	justify-content: space-between;
}

.mt-logo img {
	width: 130px;
}

.table-quantity-discount tr:first-child td {
	border: none;
}

.product_variant {
	position: relative;
}

.variant_new {
	position: absolute;
	top: 5px;
	left: 0;
	z-index: 3;
	padding: 1px 8px;
	color: white;
	font-weight: 600;
	background-color: #ff8283;
}

#nav .mt-dropmenu ul a {
	font-weight: 400;
}

#save_customer_loader {
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
}

.form-control.is-invalid {
	border: 1px solid #ff6060;
	margin-bottom: 0px;
}

.invalid-feedback {
	color: #ff6060;
}

.bg-lg {
	background-color: #ff8283 !important;
}

.color-lg {
	color: #ff8283 !important;
}

.payment-success-icon {
	color: #32a852 !important;
}

.f-widget-item {
	display: flex;
	justify-content: left;
	align-items: center;
}

.f-widget-item .txt-holder p {
	margin-bottom: 0;
}

.f-promo-box-name {
	display: none;
}

.footer-payment-icons {
	display: flex;
	justify-content: right;
}

.footer-payment-icons img {
	height: 30px;
	width: auto;
	margin-right: 10px;
}

@media (min-width: 768px) {
	.sum_discount {
		display: flex;
		align-items: center;
	}
}

.sum_discount_name {
	font-size: 16px;
	line-height: 1.2;
}

#sum_discounts_wrap {
	width: auto;
}

.cart-totals {
	font-size: 18px;
}

.no-border, .no-border td {
	border: 0 !important;
}

.handle-counter-cart {
	display: flex;
	align-items: center;
	justify-content: right;
}

.cursor-pointer {
	cursor: pointer !important;
}

.modal-title {
	float: left;
}

.possible-sum-discount {
	width: 100%;
	position: fixed;
	bottom: 0px;
	min-height: 50px;
	background-color: #ff8283;
	color: white;
	z-index: 9;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px 10px;
}

@media (max-width: 532px) {
	.possible-sum-discount {
		top: 0;
		max-height: 100px;
		display: none;
	}

	.modal-footer {
		text-align: center;
	}

	.mt-shoplist-header {
		padding-top: 0;
	}

	.shop-widget {
		margin-bottom: 0;
	}

	.box {
		min-height: unset !important;
	}

	.footer-area {
		padding-bottom: 100px !important;
	}
}

.cart-sum-discount {
	color: #ff8283;
	font-weight: 600;
}

.post-blog {
	max-height: 441px !important;
}

#cart_button.disabled {
	background-color: grey;
	cursor: no-drop;
}

.mt-product1 {
	max-width: 275px;
}

.mt-detail-sec .block.cart .txt span .fa, .mt-product1.large .title {
	height: 40px;
	display: flex;
	align-items: center;
	overflow: hidden;
}

@media (max-width: 768px) {
	.size_anchor_image {
		width: 50%;
	}

	.wizard-container {
		padding-bottom: 100px;
	}

	.wp-fonts-container ul.list {
		z-index: 999999 !important;
	}
}

.size_anchor_image {
	width: 100%;
	text-align: center;
	padding: 0px !important;
	margin-bottom: 10px;
}

.size_anchor_image img {
	border-top-right-radius: 17px;
	border-top-left-radius: 17px;
}

.size_anchor_image.active {
	background-color: #ff6060;
	border-color: #ff6060;
	color: white;
}

.mt-product-detial h2 {
	letter-spacing: 2px;
}

.mt-dropmenu .mt-frame {
	max-height: 700px;
	overflow-y: scroll !important;
	padding: 30px !important;
}

#nav .mt-dropmenu .sub-dropcont {
	margin: 0 0 20px !important;
}

#nav .mt-dropmenu .title {
	margin: 0 0 5px !important;
}

#nav .mt-dropmenu ul li {
	margin: 0 0 2px !important;
}

.on-product-images {
	margin-top: 5px;
	width: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
}

.on-product-image {
	width: 25%;
	margin-right: 5px;
}

.on-product-image img {
	width: 100%;
}

.on-product-image:last-child {
	margin-right: 0;
}

.mt-drop-main-menu {
	display: flex !important;
	width:  unset !important;
	transform: unset !important;
	left: 0 !important;
	right: 0 !important;
}

.mt-main-menu {
	display: inline-block;
	background-color: white;
	padding: 10px;
	margin: 0 auto;
}

.mt-main-menu-item {
	text-align: center;
	width: 120px;
	float:left;
	margin: 5px 5px;
}

@media only screen and (min-width: 991px) {
	.mt-main-menu-item:nth-child(10n+1) {
		clear: both;
	}
}


.mt-main-menu-item img {
	max-width:100%;
	height:auto;
	aspect-ratio: 1/1;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

@media only screen and (max-width: 991px) {
	.mt-main-menu-item {
		width: calc(33.33% - 10px);
	}

	.mt-main-menu-item-title {
		font-size: 12px;
		text-align: center;
		height: 40px;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.mt-main-menu {
		padding: 0 5px;
		padding-bottom: 5px;
		margin-top: -5px;
	}

	.category-subcategory {
		width: calc(33.33% - 10px) !important;
		margin-bottom: 5px;
		height: auto !important;
	}
}

.category-subcategories {

}

.category-subcategory.active a {
	color: #ff8283;
}


.category-subcategory {
	width: 105px;
	height: 150px;
	float: left;
	text-align: center;
	margin-right: 10px;
	font-weight: 600;
}

@media only screen and (max-width: 767px) {
	.mt-shoplist-header .btn-box {
		width: 100%;
		margin: 0;
	}

	.mt-shoplist-header .input-group .form-control:last-child {
		border-radius: 0;
	}

	.mt-shoplist-header .input-group {
		width: 100%;
	}

	.sticky-filter {
		top: 0;
	}

	.category-subcategories:not(.force-show-mobile) {
		display: none;
	}

	.subcategory-name {
		height: 40px;
	}
}

@media only screen and (min-width: 768px) {
	.category-header-handle .category-subcategories {
		display: flex !important;
		justify-content: center;
	}
}

.category-header-handle {
	width: 100%;
	box-shadow: 0 20px 10px -10px rgba(0, 0, 0, .5);
	border-top: 1px solid #ddd;
}

#category-header-handle-opener {
	font-size: 16px;
	padding: 12px;
	color: rgb(255, 130, 131);
	font-weight: 600;
	cursor: pointer;
}

.category-header-handle-content {
	max-height: calc(100vh - 33px);
	overflow-y: auto;
	padding: 0 12px 12px;
}

.p-0 {
	padding: 0;
}

.rotate{
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.rotate.down{
	-moz-transform:rotate(180deg);
	-webkit-transform:rotate(180deg);
	transform:rotate(180deg);
}

hr {
	margin-top: 10px;
	margin-bottom: 10px;
}

.product-image-wrap {
	position: relative;
	margin-bottom: 10px;
}

.product-image-top-text {
	font-size: 15px;
	position: absolute;
	text-align: center;
	padding: 5px;
	color: white;
	width: 100%;
	background-color: #ff8283;
	top: 0;
	font-weight: 600;
}

.product-image-bottom-text {
	font-size: 15px;
	position: absolute;
	text-align: center;
	padding: 5px;
	color: white;
	width: 100%;
	background-color: #ff8283;
	bottom: 0;
	font-weight: 600;
}

.mt-product-detial .pagg-slider {
	max-width: unset;
	padding: 0;
}

.mt-product-detial .pagg-slider li .img {
	margin-left: 0;
}

.br-left-0 {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.cart-offer {
	max-width: calc(50% - 20px) !important;
	margin-left: 10px;
	margin-right: 10px;
}

.cart-offer.in-view-cart {
	max-width: calc(33% - 10px) !important;
	margin-left: 5px;
	margin-right: 5px;
}

@media only screen and (max-width: 425px) {
	.product_variant_wrap {
		max-width: 33.33%;
	}
}

@media only screen and (min-width: 768px) {
	.cart_added {
		padding: 30px;
	}

	.cart-offer {
		max-width: calc(20% - 20px) !important;
		margin-left: 10px;
		margin-right: 10px;
	}
}


