@import url(https://fonts.googleapis.com/css?family=Rubik:300,regular,500,600,700);
body {
		font-family: Rubik, Helvetica Neue, Helvetica, Arial, sans-serif;
		font-weight: 400;
		line-height: 20px;
		width: 100%;
		color: #011f2d;
		font-size: 1.4rem;
		line-height: 1.4285714286;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #0f4000;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #000 !important;
	font-weight: 500;
}
header {
	padding: 15px 0px 10px;
}
header .navbar-right .navbar-btn {
	padding: 2.5px 12px;
		margin: 0;
}
header .navbar-right .navbar-btn i {
	font-size: 30px;
	color: #444;
}
@media (min-width: 768px) {
	header .dflex {
	display: flex;
	align-items: center;
	}
}
.mobarea {
	display: flex !important;
	justify-content: space-between;
	align-items: center;
}
/* logo */
#logo img {
	max-height: 50px;
}
input::placeholder {
	font-weight: 600;
	font-size: 14px;
	opacity: .7;
}
/* search */
#search {
	margin: 0;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
background: #f3f3f3;
	border-radius: 6px;
	border: none;
	box-shadow: none;
}
#search .btn-lg {
font-size: 15px;
	line-height: 18px;
	padding: 10px 20px;
	color: rgb(223, 153, 0);
	border: 1px solid #f3f3f3;
	background: #f3f3f3;
	margin-left: -10px;
	border-radius: 6px;
}
/* cart */
#cart {
	margin: 10px 0px 1px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
	background-color: #fff;
	min-height: 40px;
	border-radius: 0;
	margin-top: 10px;
		margin-bottom: 10px;
		border-bottom: 1px solid #eee;
}

#menu .nav li {
	margin-bottom: 4px;
	float: none;
	display: inline-block;
	position: static;
	min-width: 90px;	
}
#menu .navbar-nav {
  	width: 100%;
  	text-align: center;
	padding: 0px 60px 0px 60px;
	overflow-x: scroll;
	overflow-y: hidden;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
  }
#menu .navbar-nav::-webkit-scrollbar {
	display: none;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

#menu .nav > li > a {
	color: #444;
	min-height: 15px;
	background-color: transparent;
	font-weight: 500;
	font-size: 14px;
	padding: 15px 0px 10px 0px;
}

#menu .navbar-nav::before {
	position: absolute;
	content: '';
	z-index: 1;
	bottom: 0;
	left: 0;
	width: 80px;
	height: 100%;
	display: block;
	background: linear-gradient(to left, rgba(0, 0, 0, 0), #fff);
}
#menu .navbar-nav::after {
	position: absolute;
	content: '';
	z-index: 1;
	bottom: 0;
	right: 0;
	width: 80px;
	height: 100%;
	display: block;
	background: linear-gradient(to right, rgba(0, 0, 0, 0), #fff);
}
#menu .nav>li:hover {
border-bottom: 2px solid red;
margin-bottom: 2px;
}

#menu .dropdown-menu {
	margin-top: -2px;
	width: 100%;
	margin-left: 0 !important;
	padding: 15px 0px 0px;
}

#menu .dropdown-inner ul {
	display: table-cell;
	padding: 20px 20px 60px;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 0px 10px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 14px;
	width: 100%;
	font-weight: 500;
}
#menu .cat_banners .bannercol {
	padding: 7px 0px 10px 0px;
}
#menu .cat_banners .bannercol img {
	border-radius: 7px;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #0f4000, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #0f4000, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* content */
#content {
	min-height: 600px;
}
/* footer */
footer {
	margin-top: 30px;
	padding-top: 30px;
	background-color: #fff;
	border-top: 1px solid #eee;
	color: #444;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #e9e9e9;
}
footer a {
	color: #444;
	font-size: 13px;
	font-weight: 300;
}
footer a:hover {
	color: #666;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #444;
}
/* alert */
.alert {
position: fixed;
	right: 15px;
	bottom: 15px;
	max-width: 350px;
	margin: 0;
	z-index: 9999999;
	background: #fff;
		border: 1px solid #e5e0ff;
		box-shadow: 3px 5px 15px #d9d9d9;
}
.alert .close {
	position: absolute;
	top: 0px;
	right: 0px;
	background: #fff;
	color: red;
	opacity: .5;
	padding: 0px 4px 0px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	background-color: #f9f7ff;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	position: relative;
	white-space: nowrap;
}

.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border-radius: 0px;
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	background-color: #ff4444;
	border-color: #ff4444;
	border-radius: 5px;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #ff0000;
	background-position: 0 -15px;
}
.btn-warning {
	color: #ffffff;
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #0f4000;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: .4px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	border-radius: 10px;
}
.product-list .product-thumb{
	overflow: hidden;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
	border-radius: 8px;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: bold;
}
.caption h4 a {
	color: #444;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 100px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (min-width: 768px) {
	.primage {position: sticky; top: 0;}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
.fcats .categoryname h4{
	text-align: center;
	font-weight: 500;
}
.fcats .categoryname h4 a{
	color: #444;
}
	    .fcats .product-thumb .caption {
	    	min-height: auto;
	    }
		.fcats .post-thumb .caption {
	    	min-height: auto;
	    }
.well {
	background: #f9f7ff;
	box-shadow: none;
}
.asuwishlist {
	position: absolute;
	right: 25px;
	top: 10px;
	border: 1px solid #fff;
	border-radius: 50%;
	height: 30px;
	width: 30px;
	background: rgba(255, 255, 255, 0.56);
	-webkit-box-shadow: 0px 0px 5px .1px rgba(157, 157, 157, 1);
	-moz-box-shadow: 0px 0px 5px .1px rgba(157, 157, 157, 1);
	box-shadow: 0px 0px 5px .1px rgba(157, 157, 157, 1);
}

.asuwishlist i {
	cursor: pointer;
	z-index: 999;
}

.asuwishlist i:before {
	color: red;
	text-shadow: 0 0 7px #fff;
	cursor: pointer;
	z-index: 9;
	top: 8px;
	position: absolute;
	right: 7px;
}

.in_wishlist i:before {
	content: "\f004";
	color: red;
	text-shadow: 0 0 7px #fff;
	cursor: pointer;
	z-index: 9;
	top: 8px;
	position: absolute;
	right: 7px;
}
.footer_card{
	align-items: center;
	margin-top: auto;
	display: flex;
	flex-shrink: 0;
	padding: 1rem 0rem 1rem;
	min-height: 60px;
}
.card_badge {
	margin-right: .5rem !important;
	padding: .375rem .75rem;
	background-color: #d9fab1;
	color: #063800;
	display: inline-block;
	border-radius: .1875rem;
	font-size: 0.63rem;
	font-weight: 500;
	line-height: 1.2;
	text-align: center;
}
.badge_span {
	font-size: 1.6rem !important;
	display: block !important;
}
.badge_span_sale {
	font-size: 1rem;
}
.old_price_card {
	display: block;
	color: #00263a;
	font-size: 1rem;
	letter-spacing: -.0357142857em;
	text-decoration: line-through;
}
.price_card {
	color: #000d11;
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: -.0357142857em;
	line-height: 1.1;
}
.footer_top {
	background-color: #fef7ff;
	text-align: center;
	margin: 20px 0px 50px;
}

.footer_top div {
	border-left: 1px solid #ededed;
	list-style: none;
	min-height: 60px;

}

@media (max-width:767px) {
	.footer_top div {
		border-left: 0px !important;
	}
}


.footer_top div:first-child {
	border: none;
}

.footer_top .fa {
	color: #555;
	font-size: 28px;
	margin-top: 15px;

}

.footer_top .faicon {
	padding-left: 4px;
	font-size: 13px;
	text-align: left;
	display: inline-block;
	font-weight: 600;
	color: #000;
		font-family: Rubik, Helvetica Neue, Helvetica, Arial, sans-serif;
}


.fb_share {
	background-image: url(../image/takip.png);
	background-repeat: no-repeat;
	color: #8e8e8e;
	padding: 5px 0 0 26px;
	display: block;
	margin-bottom: 10px;
	background-position: -6px 2px;
	height: 30px;
	background-size: 50px 180px;

}

.tw_share {
	background-image: url(../image/takip.png);
	background-repeat: no-repeat;
	color: #8e8e8e;
	padding: 5px 0 0 26px;
	display: block;
	margin-bottom: 10px;
	background-position: -6px -30px;
	height: 30px;
	background-size: 50px 180px;

}

.insta_share {
	background-image: url(../image/takip.png);
	background-repeat: no-repeat;
	color: #8e8e8e;
	padding: 5px 0 0 26px;
	display: block;
	margin-bottom: 10px;
	background-position: -6px -60px;
	height: 30px;
	background-size: 50px 180px;

}

.ytbe_share {
	background-image: url(../image/takip.png);
	background-repeat: no-repeat;
	color: #8e8e8e;
	padding: 5px 0 0 26px;
	display: block;
	margin-bottom: 10px;
	background-position: -6px -88px;
	height: 30px;
	background-size: 50px 180px;

}

.shbuttons li {
	float: left;
	list-style: none;
	padding-right: 15px;
}

.mob_app {
	background-image: url(../image/takip.png);
	background-repeat: no-repeat;
	color: #8e8e8e;
	padding: 5px 0 0 26px;
	display: block;
	margin-bottom: 10px;
	background-position: 0px -100px;
	height: 50px;
	background-size: 50px 155px;
	width: 55px;
}

.app_text {
	display: block;
	color: #888;
	padding: 5px 0px;
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
}

.col-xs-15 {
	width: 20%;
	float: left;
}

@media (min-width: 768px) {
	.col-sm-15 {
		width: 20%;
		float: left;
	}
}

@media (min-width: 992px) {
	.col-md-15 {
		width: 20%;
		float: left;
	}
}

@media (min-width: 1200px) {
	.col-lg-15 {
		width: 20%;
		float: left;
	}
}

	.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
		color: #fff;
		border-color: #d10000;
	}
.dflexcenter {
		display: flex;
		justify-content: center;
}
.appBottomMenu {
	min-height: 45px;
	position: fixed;
	z-index: 9999;
	bottom: 0;
	left: 0;
	right: 0;
	background: #FFF;
	border-top: 1px solid #E5E9F2;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	padding: 5px 0px 10px;
	box-shadow: 0 5px 15px #cfcfcf;
		border-top: 1px solid #fafafa;
}
@media (max-width: 760px) {
	.appBottomMenu {
		position: fixed !important;
			display: -webkit-box !important;
				display: flex !important;
	}
}
.appBottomMenu .item {
	width: 25%;
	text-align: center;
	height: 56px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
}

.appBottomMenu .item>a {
	width: 100%;
	height: 56px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	padding: 0;
	-webkit-box-pack: center;
	justify-content: center;
	color: #1B2C42 !important;
	position: relative
}

.appBottomMenu .item p {
	margin: 0
}

.appBottomMenu .item i {
	font-size: 26px;
	line-height: 0;
	margin-bottom: 17px;
	display: block
}

.appBottomMenu .item span {
	display: block;
	font-size: 11px;
	position: absolute;
	left: 0;
	bottom: 2px;
	right: 0
}

.appBottomMenu .item.active {
	position: relative
}

.appBottomMenu .item.active:after {
	content: '';
	height: 2px;
	border-radius: 0 0 10px 10px;
	display: block;
	background: #565EFF;
	position: absolute;
	left: 0;
	top: -10px;
	right: 0
}

.appBottomMenu .item.active>a {
	color: #565EFF !important
}

.appBottomMenu.iconed .item i {
	margin-bottom: 0
}

.appBottomMenu.color-light {
	border-top: 0
}

.appBottomMenu.color-light .item>a {
	color: rgba(255, 255, 255, 0.7) !important
}

.appBottomMenu.color-light .item.active:after {
	background: transparent
}

.appBottomMenu.color-light .item.active>a {
	color: #FFF !important
}
/*mobile menu*/
.mm-menu_theme-white {
	--mm-color-border: rgba(0, 0, 0, 0.1);
	--mm-color-button: rgba(0, 0, 0, 0.3);
	--mm-color-text: rgba(0, 0, 0, 0.7);
	--mm-color-text-dimmed: rgba(0, 0, 0, 0.3);
	--mm-color-background: #fff;
	--mm-color-background-highlight: rgba(0, 0, 0, 0.06);
	--mm-color-background-emphasis: rgba(0, 0, 0, 0.03);
	--mm-shadow: 0 0 10px rgba(0, 0, 0, 0.2)
}

.mm-menu_theme-dark {
	--mm-color-border: rgba(0, 0, 0, 0.3);
	--mm-color-button: rgba(255, 255, 255, 0.4);
	--mm-color-text: rgba(255, 255, 255, 0.85);
	--mm-color-text-dimmed: rgba(255, 255, 255, 0.4);
	--mm-color-background: #333;
	--mm-color-background-highlight: rgba(255, 255, 255, 0.08);
	--mm-color-background-emphasis: rgba(0, 0, 0, 0.1);
	--mm-shadow: 0 0 20px rgba(0, 0, 0, 0.5)
}

.mm-menu_theme-black {
	--mm-color-border: rgba(255, 255, 255, 0.25);
	--mm-color-button: rgba(255, 255, 255, 0.4);
	--mm-color-text: rgba(255, 255, 255, 0.75);
	--mm-color-text-dimmed: rgba(255, 255, 255, 0.4);
	--mm-color-background: #000;
	--mm-color-background-highlight: rgba(255, 255, 255, 0.2);
	--mm-color-background-emphasis: rgba(255, 255, 255, 0.15);
	--mm-shadow: none
}

:root {
	--mm-line-height: 20px;
	--mm-listitem-size: 44px;
	--mm-navbar-size: 44px;
	--mm-offset-top: 0;
	--mm-offset-right: 0;
	--mm-offset-bottom: 0;
	--mm-offset-left: 0;
	--mm-color-border: rgba(0, 0, 0, 0.1);
	--mm-color-button: rgba(0, 0, 0, 0.3);
	--mm-color-text: rgba(0, 0, 0, 0.75);
	--mm-color-text-dimmed: rgba(0, 0, 0, 0.3);
	--mm-color-background: #f3f3f3;
	--mm-color-background-highlight: rgba(0, 0, 0, 0.05);
	--mm-color-background-emphasis: rgba(255, 255, 255, 0.4);
	--mm-shadow: 0 0 10px rgba(0, 0, 0, 0.3)
}

.mm-hidden {
	display: none !important
}

.mm-wrapper {
	overflow-x: hidden;
	position: relative
}

.mm-menu {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #f3f3f3;
	border-color: rgba(0, 0, 0, .1);
	color: rgba(0, 0, 0, .75);
	line-height: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	top: var(--mm-offset-top);
	right: var(--mm-offset-right);
	bottom: var(--mm-offset-bottom);
	left: var(--mm-offset-left);
	z-index: 0;
	background: var(--mm-color-background);
	border-color: var(--mm-color-border);
	color: var(--mm-color-text);
	line-height: var(--mm-line-height);
	-webkit-tap-highlight-color: var(--mm-color-background-emphasis);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.mm-menu a,
.mm-menu a:active,
.mm-menu a:hover,
.mm-menu a:link,
.mm-menu a:visited {
	text-decoration: none;
	color: inherit
}

[dir=rtl] .mm-menu {
	direction: rtl
}

.mm-panel {
	background: #f3f3f3;
	border-color: rgba(0, 0, 0, .1);
	color: rgba(0, 0, 0, .75);
	z-index: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	-webkit-overflow-scrolling: touch;
	overflow: hidden;
	overflow-y: auto;
	-ms-scroll-chaining: none;
	overscroll-behavior: contain;
	color: var(--mm-color-text);
	border-color: var(--mm-color-border);
	background: var(--mm-color-background);
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	-webkit-transition: -webkit-transform .4s ease;
	transition: -webkit-transform .4s ease;
	-o-transition: transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease
}

.mm-panel:after {
	height: 44px
}

.mm-panel:not(.mm-hidden) {
	display: block
}

.mm-panel:after {
	content: '';
	display: block;
	height: var(--mm-listitem-size)
}

.mm-panel_opened {
	z-index: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.mm-panel_opened-parent {
	-webkit-transform: translate3d(-30%, 0, 0);
	transform: translate3d(-30%, 0, 0)
}

.mm-panel_highest {
	z-index: 2
}

.mm-panel_noanimation {
	-webkit-transition: none !important;
	-o-transition: none !important;
	transition: none !important
}

.mm-panel_noanimation.mm-panel_opened-parent {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.mm-panels>.mm-panel {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0
}

.mm-panel__content {
	padding: 20px 20px 0
}

.mm-panels {
	background: #f3f3f3;
	border-color: rgba(0, 0, 0, .1);
	color: rgba(0, 0, 0, .75);
	position: relative;
	height: 100%;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	overflow: hidden;
	background: var(--mm-color-background);
	border-color: var(--mm-color-border);
	color: var(--mm-color-text)
}

[dir=rtl] .mm-panel:not(.mm-panel_opened) {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0)
}

[dir=rtl] .mm-panel.mm-panel_opened-parent {
	-webkit-transform: translate3d(30%, 0, 0);
	transform: translate3d(30%, 0, 0)
}

.mm-listitem_vertical>.mm-panel {
	display: none;
	width: 100%;
	padding: 10px 0 10px 10px;
	-webkit-transform: none !important;
	-ms-transform: none !important;
	transform: none !important
}

.mm-listitem_vertical>.mm-panel:after,
.mm-listitem_vertical>.mm-panel:before {
	content: none;
	display: none
}

.mm-listitem_opened>.mm-panel {
	display: block
}

.mm-listitem_vertical>.mm-listitem__btn {
	height: 44px;
	height: var(--mm-listitem-size);
	bottom: auto
}

.mm-listitem_vertical .mm-listitem:last-child:after {
	border-color: transparent
}

.mm-listitem_opened>.mm-listitem__btn:after {
	-webkit-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	transform: rotate(225deg);
	right: 19px
}

.mm-btn {
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 50px;
	padding: 0
}

.mm-btn:after,
.mm-btn:before {
	border: 2px solid rgba(0, 0, 0, .3);
	border: 2px solid var(--mm-color-button)
}

.mm-btn_next:after,
.mm-btn_prev:before {
	content: '';
	border-bottom: none;
	border-right: none;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	display: block;
	width: 8px;
	height: 8px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0
}

.mm-btn_prev:before {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	left: 23px;
	right: auto
}

.mm-btn_next:after {
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	right: 23px;
	left: auto
}

.mm-btn_close:after,
.mm-btn_close:before {
	content: '';
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	display: block;
	width: 5px;
	height: 5px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.mm-btn_close:before {
	border-right: none;
	border-bottom: none;
	right: 18px
}

.mm-btn_close:after {
	border-left: none;
	border-top: none;
	right: 25px
}

[dir=rtl] .mm-btn_next:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	left: 23px;
	right: auto
}

[dir=rtl] .mm-btn_prev:before {
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	right: 23px;
	left: auto
}

[dir=rtl] .mm-btn_close:after,
[dir=rtl] .mm-btn_close:before {
	right: auto
}

[dir=rtl] .mm-btn_close:before {
	left: 25px
}

[dir=rtl] .mm-btn_close:after {
	left: 18px
}

.mm-navbar {
	min-height: 44px;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	background: #f3f3f3;
	color: rgba(0, 0, 0, .3);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: var(--mm-navbar-size);
	border-bottom: 1px solid var(--mm-color-border);
	background: var(--mm-color-background);
	color: var(--mm-color-text-dimmed);
	text-align: center;
	opacity: 1;
	-webkit-transition: opacity .4s ease;
	-o-transition: opacity .4s ease;
	transition: opacity .4s ease
}

.mm-navbar>* {
	min-height: 44px
}

@supports ((position: -webkit-sticky) or(position: sticky)) {
	.mm-navbar_sticky {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 1
	}
}

.mm-navbar>* {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.mm-navbar__btn {
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0
}

.mm-navbar__title {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 50%;
	flex: 1 1 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 20px;
	padding-right: 20px;
	overflow: hidden
}

.mm-navbar__title:not(:last-child) {
	padding-right: 0
}

.mm-navbar__title>span {
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.mm-navbar__btn:not(.mm-hidden)+.mm-navbar__title {
	padding-left: 0
}

.mm-navbar__btn:not(.mm-hidden)+.mm-navbar__title:last-child {
	padding-right: 50px
}

[dir=rtl] .mm-navbar {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.mm-listview {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0
}

.mm-listitem {
	color: rgba(0, 0, 0, .75);
	border-color: rgba(0, 0, 0, .1);
	color: var(--mm-color-text);
	border-color: var(--mm-color-border);
	list-style: none;
	display: block;
	padding: 0;
	margin: 0;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.mm-listitem:after {
	content: '';
	border-color: inherit;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	display: block;
	position: absolute;
	left: 20px;
	right: 0;
	bottom: 0
}

.mm-listitem a,
.mm-listitem a:hover {
	text-decoration: none
}

.mm-listitem__btn,
.mm-listitem__text {
	padding: 12px;
	display: block;
	padding: calc((var(--mm-listitem-size) - var(--mm-line-height)) / 2);
	padding-left: 0;
	padding-right: 0;
	color: inherit
}

.mm-listitem__text {
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding-left: 20px;
	padding-right: 10px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-preferred-size: 10%;
	flex-basis: 10%
}

.mm-listitem__btn {
	background: rgba(3, 2, 1, 0);
	border-color: inherit;
	width: auto;
	padding-right: 50px;
	position: relative
}

.mm-listitem__btn:not(.mm-listitem__text) {
	border-left-width: 1px;
	border-left-style: solid
}

.mm-listitem_selected>.mm-listitem__text {
	background: rgba(255, 255, 255, .4);
	background: var(--mm-color-background-emphasis)
}

.mm-listitem_opened>.mm-listitem__btn,
.mm-listitem_opened>.mm-panel {
	background: rgba(0, 0, 0, .05);
	background: var(--mm-color-background-highlight)
}

[dir=rtl] .mm-listitem:after {
	left: 0;
	right: 20px
}

[dir=rtl] .mm-listitem__text {
	padding-left: 10px;
	padding-right: 20px
}

[dir=rtl] .mm-listitem__btn {
	padding-left: 50px;
	border-left-width: 0;
	border-left-style: none
}

[dir=rtl] .mm-listitem__btn:not(.mm-listitem__text) {
	padding-right: 0;
	border-right-width: 1px;
	border-right-style: solid
}

.mm-page {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative
}

.mm-slideout {
	-webkit-transition: -webkit-transform .4s ease;
	transition: -webkit-transform .4s ease;
	-o-transition: transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
	z-index: 1
}

.mm-wrapper_opened {
	overflow-x: hidden;
	position: relative
}

.mm-wrapper_opened .mm-page {
	min-height: 100vh
}

.mm-wrapper_background .mm-page {
	background: inherit
}

.mm-menu_offcanvas {
	position: fixed;
	right: auto;
	z-index: 0
}

.mm-menu_offcanvas:not(.mm-menu_opened) {
	display: none
}

.mm-menu_offcanvas {
	width: 80%;
	min-width: 240px;
	max-width: 440px
}

.mm-wrapper_opening .mm-menu_offcanvas~.mm-slideout {
	-webkit-transform: translate3d(80vw, 0, 0);
	transform: translate3d(80vw, 0, 0)
}

@media all and (max-width: 300px) {
	.mm-wrapper_opening .mm-menu_offcanvas~.mm-slideout {
		-webkit-transform: translate3d(240px, 0, 0);
		transform: translate3d(240px, 0, 0)
	}
}

@media all and (min-width: 550px) {
	.mm-wrapper_opening .mm-menu_offcanvas~.mm-slideout {
		-webkit-transform: translate3d(440px, 0, 0);
		transform: translate3d(440px, 0, 0)
	}
}

.mm-wrapper__blocker {
	background: rgba(3, 2, 1, 0);
	overflow: hidden;
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2
}

.mm-wrapper_blocking {
	overflow: hidden
}

.mm-wrapper_blocking body {
	overflow: hidden
}

.mm-wrapper_blocking .mm-wrapper__blocker {
	display: block
}

.mm-sronly {
	border: 0 !important;
	clip: rect(1px, 1px, 1px, 1px) !important;
	-webkit-clip-path: inset(50%) !important;
	clip-path: inset(50%) !important;
	white-space: nowrap !important;
	width: 1px !important;
	min-width: 1px !important;
	height: 1px !important;
	min-height: 1px !important;
	padding: 0 !important;
	overflow: hidden !important;
	position: absolute !important
}

.mm-menu_autoheight:not(.mm-menu_offcanvas) {
	position: relative
}

.mm-menu_autoheight.mm-menu_position-bottom,
.mm-menu_autoheight.mm-menu_position-top {
	max-height: 80%
}

.mm-menu_autoheight-measuring .mm-panel {
	display: block !important
}

.mm-menu_autoheight-measuring .mm-panels>.mm-panel {
	bottom: auto !important;
	height: auto !important
}

.mm-menu_autoheight-measuring .mm-listitem_vertical:not(.mm-listitem_opened) .mm-panel {
	display: none !important
}

[class *=mm-menu_columns-] {
	-webkit-transition-property: width;
	-o-transition-property: width;
	transition-property: width
}

[class *=mm-menu_columns-] .mm-panels>.mm-panel {
	right: auto;
	-webkit-transition-property: width, -webkit-transform;
	transition-property: width, -webkit-transform;
	-o-transition-property: width, transform;
	transition-property: width, transform;
	transition-property: width, transform, -webkit-transform
}

[class *=mm-menu_columns-] .mm-panels>.mm-panel_opened,
[class *=mm-menu_columns-] .mm-panels>.mm-panel_opened-parent {
	display: block !important
}

[class *=mm-panel_columns-] {
	border-right: 1px solid;
	border-color: inherit
}

.mm-menu_columns-1 .mm-panel_columns-0,
.mm-menu_columns-2 .mm-panel_columns-1,
.mm-menu_columns-3 .mm-panel_columns-2,
.mm-menu_columns-4 .mm-panel_columns-3 {
	border-right: none
}

[class *=mm-menu_columns-] .mm-panels>.mm-panel_columns-0 {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.mm-menu_columns-0 .mm-panels>.mm-panel {
	z-index: 0
}

.mm-menu_columns-0 .mm-panels>.mm-panel else {
	width: 100%
}

.mm-menu_columns-0 .mm-panels>.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0)
}

.mm-menu_columns-0 {
	width: 80%;
	min-width: 240px;
	max-width: 0
}

.mm-wrapper_opening .mm-menu_columns-0~.mm-slideout {
	-webkit-transform: translate3d(80vw, 0, 0);
	transform: translate3d(80vw, 0, 0)
}

@media all and (max-width: 300px) {
	.mm-wrapper_opening .mm-menu_columns-0~.mm-slideout {
		-webkit-transform: translate3d(240px, 0, 0);
		transform: translate3d(240px, 0, 0)
	}
}

@media all and (min-width: 0px) {
	.mm-wrapper_opening .mm-menu_columns-0~.mm-slideout {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened~.mm-slideout {
	-webkit-transform: translate3d(-80vw, 0, 0);
	transform: translate3d(-80vw, 0, 0)
}

@media all and (max-width: 300px) {
	.mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened~.mm-slideout {
		-webkit-transform: translate3d(-240px, 0, 0);
		transform: translate3d(-240px, 0, 0)
	}
}

@media all and (min-width: 0px) {
	.mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened~.mm-slideout {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

[class *=mm-menu_columns-] .mm-panels>.mm-panel_columns-1 {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0)
}

.mm-menu_columns-1 .mm-panels>.mm-panel {
	z-index: 1;
	width: 100%
}

.mm-menu_columns-1 .mm-panels>.mm-panel else {
	width: 100%
}

.mm-menu_columns-1 .mm-panels>.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
	-webkit-transform: translate3d(200%, 0, 0);
	transform: translate3d(200%, 0, 0)
}

.mm-menu_columns-1 {
	width: 80%;
	min-width: 240px;
	max-width: 440px
}

.mm-wrapper_opening .mm-menu_columns-1~.mm-slideout {
	-webkit-transform: translate3d(80vw, 0, 0);
	transform: translate3d(80vw, 0, 0)
}

@media all and (max-width: 300px) {
	.mm-wrapper_opening .mm-menu_columns-1~.mm-slideout {
		-webkit-transform: translate3d(240px, 0, 0);
		transform: translate3d(240px, 0, 0)
	}
}

@media all and (min-width: 550px) {
	.mm-wrapper_opening .mm-menu_columns-1~.mm-slideout {
		-webkit-transform: translate3d(440px, 0, 0);
		transform: translate3d(440px, 0, 0)
	}
}

.mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened~.mm-slideout {
	-webkit-transform: translate3d(-80vw, 0, 0);
	transform: translate3d(-80vw, 0, 0)
}

@media all and (max-width: 300px) {
	.mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened~.mm-slideout {
		-webkit-transform: translate3d(-240px, 0, 0);
		transform: translate3d(-240px, 0, 0)
	}
}

@media all and (min-width: 550px) {
	.mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened~.mm-slideout {
		-webkit-transform: translate3d(-440px, 0, 0);
		transform: translate3d(-440px, 0, 0)
	}
}

[class *=mm-menu_columns-] .mm-panels>.mm-panel_columns-2 {
	-webkit-transform: translate3d(200%, 0, 0);
	transform: translate3d(200%, 0, 0)
}

.mm-menu_columns-2 .mm-panels>.mm-panel {
	z-index: 2;
	width: 50%
}

.mm-menu_columns-2 .mm-panels>.mm-panel else {
	width: 100%
}

.mm-menu_columns-2 .mm-panels>.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
	-webkit-transform: translate3d(300%, 0, 0);
	transform: translate3d(300%, 0, 0)
}

.mm-menu_columns-2 {
	width: 80%;
	min-width: 240px;
	max-width: 880px
}

.mm-wrapper_opening .mm-menu_columns-2~.mm-slideout {
	-webkit-transform: translate3d(80vw, 0, 0);
	transform: translate3d(80vw, 0, 0)
}

@media all and (max-width: 300px) {
	.mm-wrapper_opening .mm-menu_columns-2~.mm-slideout {
		-webkit-transform: translate3d(240px, 0, 0);
		transform: translate3d(240px, 0, 0)
	}
}

@media all and (min-width: 1100px) {
	.mm-wrapper_opening .mm-menu_columns-2~.mm-slideout {
		-webkit-transform: translate3d(880px, 0, 0);
		transform: translate3d(880px, 0, 0)
	}
}

.mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened~.mm-slideout {
	-webkit-transform: translate3d(-80vw, 0, 0);
	transform: translate3d(-80vw, 0, 0)
}

@media all and (max-width: 300px) {
	.mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened~.mm-slideout {
		-webkit-transform: translate3d(-240px, 0, 0);
		transform: translate3d(-240px, 0, 0)
	}
}

@media all and (min-width: 1100px) {
	.mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened~.mm-slideout {
		-webkit-transform: translate3d(-880px, 0, 0);
		transform: translate3d(-880px, 0, 0)
	}
}

[class *=mm-menu_columns-] .mm-panels>.mm-panel_columns-3 {
	-webkit-transform: translate3d(300%, 0, 0);
	transform: translate3d(300%, 0, 0)
}

.mm-menu_columns-3 .mm-panels>.mm-panel {
	z-index: 3;
	width: 33.34%
}

.mm-menu_columns-3 .mm-panels>.mm-panel else {
	width: 100%
}

.mm-menu_columns-3 .mm-panels>.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
	-webkit-transform: translate3d(400%, 0, 0);
	transform: translate3d(400%, 0, 0)
}

.mm-menu_columns-3 {
	width: 80%;
	min-width: 240px;
	max-width: 1320px
}

.mm-wrapper_opening .mm-menu_columns-3~.mm-slideout {
	-webkit-transform: translate3d(80vw, 0, 0);
	transform: translate3d(80vw, 0, 0)
}

@media all and (max-width: 300px) {
	.mm-wrapper_opening .mm-menu_columns-3~.mm-slideout {
		-webkit-transform: translate3d(240px, 0, 0);
		transform: translate3d(240px, 0, 0)
	}
}

@media all and (min-width: 1650px) {
	.mm-wrapper_opening .mm-menu_columns-3~.mm-slideout {
		-webkit-transform: translate3d(1320px, 0, 0);
		transform: translate3d(1320px, 0, 0)
	}
}

.mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened~.mm-slideout {
	-webkit-transform: translate3d(-80vw, 0, 0);
	transform: translate3d(-80vw, 0, 0)
}

@media all and (max-width: 300px) {
	.mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened~.mm-slideout {
		-webkit-transform: translate3d(-240px, 0, 0);
		transform: translate3d(-240px, 0, 0)
	}
}

@media all and (min-width: 1650px) {
	.mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened~.mm-slideout {
		-webkit-transform: translate3d(-1320px, 0, 0);
		transform: translate3d(-1320px, 0, 0)
	}
}

[class *=mm-menu_columns-] .mm-panels>.mm-panel_columns-4 {
	-webkit-transform: translate3d(400%, 0, 0);
	transform: translate3d(400%, 0, 0)
}

.mm-menu_columns-4 .mm-panels>.mm-panel {
	z-index: 4;
	width: 25%
}

.mm-menu_columns-4 .mm-panels>.mm-panel else {
	width: 100%
}

.mm-menu_columns-4 .mm-panels>.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
	-webkit-transform: translate3d(500%, 0, 0);
	transform: translate3d(500%, 0, 0)
}

.mm-menu_columns-4 {
	width: 80%;
	min-width: 240px;
	max-width: 1760px
}

.mm-wrapper_opening .mm-menu_columns-4~.mm-slideout {
	-webkit-transform: translate3d(80vw, 0, 0);
	transform: translate3d(80vw, 0, 0)
}

@media all and (max-width: 300px) {
	.mm-wrapper_opening .mm-menu_columns-4~.mm-slideout {
		-webkit-transform: translate3d(240px, 0, 0);
		transform: translate3d(240px, 0, 0)
	}
}

@media all and (min-width: 2200px) {
	.mm-wrapper_opening .mm-menu_columns-4~.mm-slideout {
		-webkit-transform: translate3d(1760px, 0, 0);
		transform: translate3d(1760px, 0, 0)
	}
}

.mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened~.mm-slideout {
	-webkit-transform: translate3d(-80vw, 0, 0);
	transform: translate3d(-80vw, 0, 0)
}

@media all and (max-width: 300px) {
	.mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened~.mm-slideout {
		-webkit-transform: translate3d(-240px, 0, 0);
		transform: translate3d(-240px, 0, 0)
	}
}

@media all and (min-width: 2200px) {
	.mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened~.mm-slideout {
		-webkit-transform: translate3d(-1760px, 0, 0);
		transform: translate3d(-1760px, 0, 0)
	}
}

[class *=mm-menu_columns-].mm-menu_position-bottom,
[class *=mm-menu_columns-].mm-menu_position-top {
	width: 100%;
	max-width: 100%;
	min-width: 100%
}

.mm-wrapper_opening [class *=mm-menu_columns-].mm-menu_position-front {
	-webkit-transition-property: width, min-width, max-width, -webkit-transform;
	transition-property: width, min-width, max-width, -webkit-transform;
	-o-transition-property: width, min-width, max-width, transform;
	transition-property: width, min-width, max-width, transform;
	transition-property: width, min-width, max-width, transform, -webkit-transform
}

.mm-counter {
	color: rgba(0, 0, 0, .3);
	display: block;
	padding-left: 20px;
	float: right;
	text-align: right;
	color: var(--mm-color-text-dimmed)
}

.mm-listitem_nosubitems>.mm-counter {
	display: none
}

[dir=rtl] .mm-counter {
	text-align: left;
	float: left;
	padding-left: 0;
	padding-right: 20px
}

.mm-divider {
	position: relative;
	min-height: 20px;
	padding: 4.3px;
	background: #f3f3f3;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	min-height: var(--mm-line-height);
	padding: calc(((var(--mm-listitem-size) * .65) - var(--mm-line-height)) * .5);
	padding-right: 10px;
	padding-left: 20px;
	font-size: 75%;
	text-transform: uppercase;
	background: var(--mm-color-background);
	opacity: 1;
	-webkit-transition: opacity .4s ease;
	-o-transition: opacity .4s ease;
	transition: opacity .4s ease
}

.mm-divider:before {
	background: rgba(0, 0, 0, .05)
}

@supports ((position: -webkit-sticky) or(position: sticky)) {
	.mm-divider {
		position: -webkit-sticky;
		position: sticky;
		z-index: 2;
		top: 0
	}

	.mm-navbar_sticky:not(.mm-hidden)~.mm-listview .mm-divider {
		top: var(--mm-navbar-size)
	}
}

.mm-divider:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	background: var(--mm-color-background-highlight)
}

.mm-wrapper_dragging .mm-menu,
.mm-wrapper_dragging .mm-slideout {
	-webkit-transition-duration: 0s !important;
	-o-transition-duration: 0s !important;
	transition-duration: 0s !important;
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important
}

.mm-wrapper_dragging .mm-menu {
	pointer-events: none !important
}

.mm-wrapper_dragging .mm-wrapper__blocker {
	display: none !important
}

.mm-menu_dropdown {
	-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
	box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
	height: 80%
}

.mm-wrapper_dropdown .mm-slideout {
	-webkit-transform: none !important;
	-ms-transform: none !important;
	transform: none !important;
	z-index: 0
}

.mm-wrapper_dropdown .mm-wrapper__blocker {
	-webkit-transition-delay: 0s !important;
	-o-transition-delay: 0s !important;
	transition-delay: 0s !important;
	z-index: 1
}

.mm-wrapper_dropdown .mm-menu_dropdown {
	z-index: 2
}

.mm-wrapper_dropdown.mm-wrapper_opened:not(.mm-wrapper_opening) .mm-menu_dropdown {
	display: none
}

.mm-menu_tip-bottom:before,
.mm-menu_tip-left:before,
.mm-menu_tip-right:before,
.mm-menu_tip-top:before {
	content: '';
	background: inherit;
	-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
	box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
	display: block;
	width: 15px;
	height: 15px;
	position: absolute;
	z-index: -1;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.mm-menu_tip-left:before {
	left: 22px
}

.mm-menu_tip-right:before {
	right: 22px
}

.mm-menu_tip-top:before {
	top: -8px
}

.mm-menu_tip-bottom:before {
	bottom: -8px
}

:root {
	--mm-iconbar-size: 50px
}

.mm-menu_iconbar-left .mm-navbars_bottom,
.mm-menu_iconbar-left .mm-navbars_top,
.mm-menu_iconbar-left .mm-panels {
	margin-left: 50px;
	margin-left: var(--mm-iconbar-size)
}

.mm-menu_iconbar-right .mm-navbars_bottom,
.mm-menu_iconbar-right .mm-navbars_top,
.mm-menu_iconbar-right .mm-panels {
	margin-right: 50px;
	margin-right: var(--mm-iconbar-size)
}

.mm-iconbar {
	width: 50px;
	border-color: rgba(0, 0, 0, .1);
	background: #f3f3f3;
	color: rgba(0, 0, 0, .3);
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 2;
	width: var(--mm-iconbar-size);
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 0 solid;
	border-color: var(--mm-color-border);
	background: var(--mm-color-background);
	color: var(--mm-color-text-dimmed);
	text-align: center
}

.mm-menu_iconbar-left .mm-iconbar,
.mm-menu_iconbar-right .mm-iconbar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.mm-menu_iconbar-left .mm-iconbar {
	border-right-width: 1px;
	left: 0
}

.mm-menu_iconbar-right .mm-iconbar {
	border-left-width: 1px;
	right: 0
}

.mm-iconbar__bottom,
.mm-iconbar__top {
	width: 100%;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-overflow-scrolling: touch;
	overflow: hidden;
	overflow-y: auto;
	-ms-scroll-chaining: none;
	overscroll-behavior: contain
}

.mm-iconbar__bottom>*,
.mm-iconbar__top>* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	padding: 12.5px 0
}

.mm-iconbar__bottom a,
.mm-iconbar__bottom a:hover,
.mm-iconbar__top a,
.mm-iconbar__top a:hover {
	text-decoration: none
}

.mm-iconbar__top {
	top: 0
}

.mm-iconbar__bottom {
	bottom: 0
}

.mm-iconbar__tab_selected {
	background: rgba(255, 255, 255, .4);
	background: var(--mm-color-background-emphasis)
}

:root {
	--mm-iconpanel-size: 50px
}

.mm-panel_iconpanel-1 {
	width: calc(100% - 50px);
	width: calc(100% -(var(--mm-iconpanel-size) * 1))
}

.mm-panel_iconpanel-2 {
	width: calc(100% - 100px);
	width: calc(100% -(var(--mm-iconpanel-size) * 2))
}

.mm-panel_iconpanel-3 {
	width: calc(100% - 150px);
	width: calc(100% -(var(--mm-iconpanel-size) * 3))
}

.mm-panel_iconpanel-first~.mm-panel {
	width: calc(100% - 50px);
	width: calc(100% - var(--mm-iconpanel-size))
}

.mm-menu_iconpanel .mm-panels>.mm-panel {
	left: auto;
	-webkit-transition-property: width, -webkit-transform;
	transition-property: width, -webkit-transform;
	-o-transition-property: transform, width;
	transition-property: transform, width;
	transition-property: transform, width, -webkit-transform
}

.mm-menu_iconpanel .mm-panels>.mm-panel_opened,
.mm-menu_iconpanel .mm-panels>.mm-panel_opened-parent {
	display: block !important
}

.mm-menu_iconpanel .mm-panels>.mm-panel_opened-parent {
	overflow-y: hidden;
	-webkit-transform: unset;
	-ms-transform: unset;
	transform: unset
}

.mm-menu_iconpanel .mm-panels>.mm-panel:not(.mm-panel_iconpanel-first):not(.mm-panel_iconpanel-0) {
	border-left-width: 1px;
	border-left-style: solid
}

.mm-menu_hidedivider .mm-panel_opened-parent .mm-divider,
.mm-menu_hidenavbar .mm-panel_opened-parent .mm-navbar {
	opacity: 0
}

.mm-panel__blocker {
	background: inherit;
	opacity: 0;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 3;
	-webkit-transition: opacity .4s ease;
	-o-transition: opacity .4s ease;
	transition: opacity .4s ease
}

.mm-panel_opened-parent .mm-panel__blocker {
	opacity: .6;
	bottom: -100000px
}

[dir=rtl] .mm-menu_iconpanel .mm-panels>.mm-panel {
	left: 0;
	right: auto;
	-webkit-transition-property: width, -webkit-transform;
	transition-property: width, -webkit-transform;
	-o-transition-property: transform, width;
	transition-property: transform, width;
	transition-property: transform, width, -webkit-transform
}

[dir=rtl] .mm-menu_iconpanel .mm-panels>.mm-panel:not(.mm-panel_iconpanel-first):not(.mm-panel_iconpanel-0) {
	border-left: none;
	border-right: 1px solid;
	border-color: inherit
}

.mm-menu_keyboardfocus a:focus,
.mm-menu_keyboardfocus.mm-menu_opened~.mm-wrapper__blocker a:focus {
	background: rgba(255, 255, 255, .4);
	background: var(--mm-color-background-emphasis);
	outline: 0
}

.mm-wrapper__blocker .mm-tabstart {
	cursor: default;
	display: block;
	width: 100%;
	height: 100%
}

.mm-wrapper__blocker .mm-tabend {
	opacity: 0;
	position: absolute;
	bottom: 0
}

.mm-navbars_top {
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.mm-navbars_top .mm-navbar:not(:last-child) {
	border-bottom: none
}

.mm-navbars_bottom {
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.mm-navbars_bottom .mm-navbar {
	border-bottom: none
}

.mm-navbars_bottom .mm-navbar:first-child {
	border-top: 1px solid rgba(0, 0, 0, .1);
	border-top: 1px solid var(--mm-color-border)
}

.mm-btn:not(.mm-hidden)+.mm-navbar__searchfield .mm-searchfield__input {
	padding-left: 0
}

.mm-navbar__searchfield:not(:last-child) .mm-searchfield__input {
	padding-right: 0
}

.mm-navbar__breadcrumbs {
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 50%;
	flex: 1 1 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding: 0 20px;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch
}

.mm-navbar__breadcrumbs>* {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-right: 6px
}

.mm-navbar__breadcrumbs>a {
	text-decoration: underline
}

.mm-navbar__breadcrumbs:not(:last-child) {
	padding-right: 0
}

.mm-btn:not(.mm-hidden)+.mm-navbar__breadcrumbs {
	padding-left: 0
}

.mm-navbar_tabs>* {
	padding: 0 10px;
	border: 1px solid transparent
}

.mm-navbar__tab_selected {
	background: #f3f3f3;
	color: rgba(0, 0, 0, .75);
	background: var(--mm-color-background);
	color: var(--mm-color-text)
}

.mm-navbar__tab_selected:not(:first-child) {
	border-left-color: rgba(0, 0, 0, .1)
}

.mm-navbar__tab_selected:not(:last-child) {
	border-right-color: rgba(0, 0, 0, .1)
}

.mm-navbar__tab_selected:not(:first-child) {
	border-left-color: var(--mm-color-border)
}

.mm-navbar__tab_selected:not(:last-child) {
	border-right-color: var(--mm-color-border)
}

.mm-navbars_top .mm-navbar_tabs {
	border-bottom: none
}

.mm-navbars_top .mm-navbar_tabs>* {
	border-bottom-color: rgba(0, 0, 0, .1);
	border-bottom-color: var(--mm-color-border)
}

.mm-navbars_top .mm-navbar__tab_selected {
	border-top-color: rgba(0, 0, 0, .1);
	border-top-color: var(--mm-color-border);
	border-bottom-color: transparent
}

.mm-navbars_top.mm-navbars_has-tabs .mm-navbar {
	background: rgba(255, 255, 255, .4);
	background: var(--mm-color-background-emphasis)
}

.mm-navbars_top.mm-navbars_has-tabs .mm-navbar_tabs~.mm-navbar {
	background: #f3f3f3;
	background: var(--mm-color-background)
}

.mm-navbars_bottom .mm-navbar_tabs:first-child {
	border-top: none
}

.mm-navbars_bottom .mm-navbar_tabs>* {
	border-top-color: rgba(0, 0, 0, .1);
	border-top-color: var(--mm-color-border)
}

.mm-navbars_bottom .mm-navbar__tab_selected {
	border-bottom-color: rgba(0, 0, 0, .1);
	border-bottom-color: var(--mm-color-border);
	border-top-color: transparent
}

.mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar {
	background: #f3f3f3;
	background: var(--mm-color-background)
}

.mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar_tabs,
.mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar_tabs~.mm-navbar {
	background: rgba(255, 255, 255, .4);
	background: var(--mm-color-background-emphasis)
}

.mm-searchfield {
	height: 44px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	height: var(--mm-navbar-size);
	padding: 0;
	overflow: hidden
}

.mm-searchfield input {
	height: 30.8px;
	line-height: 30.8px
}

.mm-searchfield input,
.mm-searchfield input:focus,
.mm-searchfield input:hover {
	background: rgba(0, 0, 0, .05);
	color: rgba(0, 0, 0, .75)
}

.mm-searchfield input {
	display: block;
	width: 100%;
	max-width: 100%;
	height: calc(var(--mm-navbar-size) * .7);
	min-height: unset;
	max-height: unset;
	margin: 0;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: none !important;
	border-radius: 4px;
	line-height: calc(var(--mm-navbar-size) * .7);
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	outline: 0 !important;
	font: inherit;
	font-size: inherit
}

.mm-searchfield input,
.mm-searchfield input:focus,
.mm-searchfield input:hover {
	background: var(--mm-color-background-highlight);
	color: var(--mm-color-text)
}

.mm-searchfield input::-ms-clear {
	display: none
}

.mm-searchfield__input {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	width: 100%;
	max-width: 100%;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.mm-panel__noresultsmsg {
	color: rgba(0, 0, 0, .3);
	padding: 50px 0;
	color: var(--mm-color-text-dimmed);
	text-align: center;
	font-size: 150%
}

.mm-searchfield__btn {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0
}

.mm-panel_search {
	left: 0 !important;
	right: 0 !important;
	width: 100% !important;
	border-left: none !important
}

.mm-searchfield__cancel {
	line-height: 44px;
	display: block;
	padding-right: 10px;
	margin-right: -100px;
	line-height: var(--mm-navbar-size);
	text-decoration: none;
	-webkit-transition: margin .4s ease;
	-o-transition: margin .4s ease;
	transition: margin .4s ease
}

.mm-searchfield__cancel-active {
	margin-right: 0
}

.mm-listitem_nosubitems>.mm-listitem__btn {
	display: none
}

.mm-listitem_nosubitems>.mm-listitem__text {
	padding-right: 10px
}

.mm-listitem_onlysubitems>.mm-listitem__text:not(.mm-listitem__btn) {
	z-index: -1;
	pointer-events: none
}

.mm-sectionindexer {
	background: inherit;
	text-align: center;
	font-size: 12px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 20px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -20px;
	z-index: 5;
	-webkit-transition: right .4s ease;
	-o-transition: right .4s ease;
	transition: right .4s ease;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly
}

.mm-sectionindexer a {
	color: rgba(0, 0, 0, .3);
	color: var(--mm-color-text-dimmed);
	line-height: 1;
	text-decoration: none;
	display: block
}

.mm-sectionindexer~.mm-panel {
	padding-right: 0
}

.mm-sectionindexer_active {
	right: 0
}

.mm-sectionindexer_active~.mm-panel {
	padding-right: 20px
}

.mm-menu_selected-hover .mm-listitem__btn,
.mm-menu_selected-hover .mm-listitem__text,
.mm-menu_selected-parent .mm-listitem__btn,
.mm-menu_selected-parent .mm-listitem__text {
	-webkit-transition: background-color .4s ease;
	-o-transition: background-color .4s ease;
	transition: background-color .4s ease
}

.mm-menu_selected-hover .mm-listview:hover>.mm-listitem_selected:not(:hover)>.mm-listitem__text {
	background: 0 0
}

.mm-menu_selected-hover .mm-listitem__btn:hover,
.mm-menu_selected-hover .mm-listitem__text:hover {
	background: rgba(255, 255, 255, .4);
	background: var(--mm-color-background-emphasis)
}

.mm-menu_selected-parent .mm-panel_opened-parent .mm-listitem:not(.mm-listitem_selected-parent)>.mm-listitem__text {
	background: 0 0
}

.mm-menu_selected-parent .mm-listitem_selected-parent>.mm-listitem__btn,
.mm-menu_selected-parent .mm-listitem_selected-parent>.mm-listitem__text {
	background: rgba(255, 255, 255, .4);
	background: var(--mm-color-background-emphasis)
}

:root {
	--mm-sidebar-collapsed-size: 50px;
	--mm-sidebar-expanded-size: 440px
}

.mm-wrapper_sidebar-collapsed body,
.mm-wrapper_sidebar-expanded body {
	position: relative
}

.mm-wrapper_sidebar-collapsed .mm-slideout,
.mm-wrapper_sidebar-expanded .mm-slideout {
	-webkit-transition-property: width, -webkit-transform;
	transition-property: width, -webkit-transform;
	-o-transition-property: width, transform;
	transition-property: width, transform;
	transition-property: width, transform, -webkit-transform
}

.mm-wrapper_sidebar-collapsed .mm-page,
.mm-wrapper_sidebar-expanded .mm-page {
	background: inherit;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 100vh
}

.mm-wrapper_sidebar-collapsed .mm-menu_sidebar-collapsed,
.mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	top: 0 !important;
	right: auto !important;
	bottom: 0 !important;
	left: 0 !important
}

.mm-wrapper_sidebar-collapsed .mm-slideout {
	width: calc(100% - 50px);
	-webkit-transform: translate3d(50px, 0, 0);
	transform: translate3d(50px, 0, 0);
	width: calc(100% - var(--mm-sidebar-collapsed-size));
	-webkit-transform: translate3d(var(--mm-sidebar-collapsed-size), 0, 0);
	transform: translate3d(var(--mm-sidebar-collapsed-size), 0, 0)
}

.mm-wrapper_sidebar-collapsed:not(.mm-wrapper_opening) .mm-menu_hidedivider .mm-divider,
.mm-wrapper_sidebar-collapsed:not(.mm-wrapper_opening) .mm-menu_hidenavbar .mm-navbar {
	opacity: 0
}

.mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded {
	width: 440px;
	width: var(--mm-sidebar-expanded-size);
	min-width: 0 !important;
	max-width: 100000px !important;
	border-right-width: 1px;
	border-right-style: solid
}

.mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded.mm-menu_pageshadow:after {
	content: none;
	display: none
}

.mm-wrapper_sidebar-expanded.mm-wrapper_blocking,
.mm-wrapper_sidebar-expanded.mm-wrapper_blocking body {
	overflow: visible
}

.mm-wrapper_sidebar-expanded .mm-wrapper__blocker {
	display: none !important
}

.mm-wrapper_sidebar-expanded:not(.mm-wrapper_sidebar-closed) .mm-menu_sidebar-expanded.mm-menu_opened~.mm-slideout {
	width: calc(100% - 440px);
	-webkit-transform: translate3d(440px, 0, 0);
	transform: translate3d(440px, 0, 0);
	width: calc(100% - var(--mm-sidebar-expanded-size));
	-webkit-transform: translate3d(var(--mm-sidebar-expanded-size), 0, 0);
	transform: translate3d(var(--mm-sidebar-expanded-size), 0, 0)
}

.mm-menu__blocker {
	background: rgba(3, 2, 1, 0);
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 3
}

.mm-menu_opened .mm-menu__blocker {
	display: none
}

[dir=rtl].mm-wrapper_sidebar-collapsed .mm-slideout {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

[dir=rtl].mm-wrapper_sidebar-expanded .mm-slideout {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

[dir=rtl].mm-wrapper_sidebar-expanded:not(.mm-wrapper_sidebar-closed) .mm-menu_sidebar-expanded.mm-menu_opened~.mm-slideout {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

input.mm-toggle {
	margin-top: 5px;
	background: rgba(0, 0, 0, .1);
	display: inline-block;
	min-width: 58px;
	width: 58px;
	height: 34px;
	margin: 0 10px;
	margin-top: calc((var(--mm-listitem-size) - 34px) / 2);
	border: none !important;
	background: var(--mm-color-border);
	border-radius: 34px;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
	cursor: pointer;
	-webkit-transition: background-color .2s ease;
	-o-transition: background-color .2s ease;
	transition: background-color .2s ease
}

input.mm-toggle:before {
	background: #f3f3f3
}

input.mm-toggle:before {
	content: '';
	display: block;
	width: 32px;
	height: 32px;
	margin: 1px;
	border-radius: 34px;
	background: var(--mm-color-background);
	-webkit-transition: -webkit-transform .2s ease;
	transition: -webkit-transform .2s ease;
	-o-transition: transform .2s ease;
	transition: transform .2s ease;
	transition: transform .2s ease, -webkit-transform .2s ease
}

input.mm-toggle:checked {
	background: #4bd963
}

input.mm-toggle:checked:before {
	-webkit-transform: translateX(24px);
	-ms-transform: translateX(24px);
	transform: translateX(24px)
}

input.mm-check {
	margin-top: 2px;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
	border: none !important;
	background: 0 0 !important;
	cursor: pointer;
	display: inline-block;
	width: 40px;
	height: 40px;
	margin: 0 10px;
	margin-top: calc((var(--mm-listitem-size) - 40px)/ 2)
}

input.mm-check:before {
	content: '';
	display: block;
	width: 40%;
	height: 20%;
	margin: 25% 0 0 20%;
	border-left: 3px solid;
	border-bottom: 3px solid;
	border-color: var(--mm-color-text);
	opacity: .3;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: opacity .2s ease;
	-o-transition: opacity .2s ease;
	transition: opacity .2s ease
}

input.mm-check:checked:before {
	opacity: 1
}

[dir=rtl] input.mm-toggle:checked~label.mm-toggle:before {
	float: left
}

.mm-menu_border-none .mm-listitem:after {
	content: none
}

.mm-menu_border-full .mm-listitem:after {
	left: 0 !important
}

.mm-menu_fx-menu-slide {
	-webkit-transition: -webkit-transform .4s ease;
	transition: -webkit-transform .4s ease;
	-o-transition: transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease
}

.mm-wrapper_opened .mm-menu_fx-menu-slide {
	-webkit-transform: translate3d(-30%, 0, 0);
	transform: translate3d(-30%, 0, 0)
}

.mm-wrapper_opening .mm-menu_fx-menu-slide {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.mm-wrapper_opened .mm-menu_fx-menu-slide.mm-menu_position-right {
	-webkit-transform: translate3d(30%, 0, 0);
	transform: translate3d(30%, 0, 0)
}

.mm-wrapper_opening .mm-menu_fx-menu-slide.mm-menu_position-right {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.mm-menu_fx-panels-none .mm-panel,
.mm-panel_fx-none {
	-webkit-transition-property: none;
	-o-transition-property: none;
	transition-property: none
}

.mm-menu_fx-panels-none .mm-panel.mm-panel_opened-parent,
.mm-panel_fx-none.mm-panel_opened-parent {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.mm-menu_fx-panels-slide-0 .mm-panel_opened-parent {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.mm-menu_fx-panels-slide-100 .mm-panel_opened-parent {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0)
}

.mm-menu_fullscreen {
	width: 100%;
	min-width: 140px;
	max-width: 10000px
}

.mm-wrapper_opening .mm-menu_fullscreen~.mm-slideout {
	-webkit-transform: translate3d(100vw, 0, 0);
	transform: translate3d(100vw, 0, 0)
}

@media all and (max-width: 140px) {
	.mm-wrapper_opening .mm-menu_fullscreen~.mm-slideout {
		-webkit-transform: translate3d(140px, 0, 0);
		transform: translate3d(140px, 0, 0)
	}
}

@media all and (min-width: 10000px) {
	.mm-wrapper_opening .mm-menu_fullscreen~.mm-slideout {
		-webkit-transform: translate3d(10000px, 0, 0);
		transform: translate3d(10000px, 0, 0)
	}
}

.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened~.mm-slideout {
	-webkit-transform: translate3d(-100vw, 0, 0);
	transform: translate3d(-100vw, 0, 0)
}

@media all and (max-width: 140px) {
	.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened~.mm-slideout {
		-webkit-transform: translate3d(-140px, 0, 0);
		transform: translate3d(-140px, 0, 0)
	}
}

@media all and (min-width: 10000px) {
	.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened~.mm-slideout {
		-webkit-transform: translate3d(-10000px, 0, 0);
		transform: translate3d(-10000px, 0, 0)
	}
}

.mm-menu_fullscreen.mm-menu_position-top {
	height: 100vh;
	min-height: 140px;
	max-height: 10000px
}

.mm-menu_fullscreen.mm-menu_position-bottom {
	height: 100vh;
	min-height: 140px;
	max-height: 10000px
}

.mm-menu_listview-justify .mm-panels>.mm-panel {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.mm-menu_listview-justify .mm-panels>.mm-panel:after {
	content: none;
	display: none
}

.mm-menu_listview-justify .mm-panels>.mm-panel .mm-listview {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	margin-top: 0;
	margin-bottom: 0
}

.mm-menu_listview-justify .mm-panels>.mm-panel .mm-listitem {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	min-height: 50px
}

.mm-menu_listview-justify .mm-panels>.mm-panel .mm-listitem__text {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.mm-listview_inset {
	list-style: inside disc;
	width: 100%;
	padding: 0 30px 15px 30px;
	margin: 0
}

.mm-listview_inset .mm-listitem {
	padding: 5px 0
}

.mm-menu_multiline .mm-listitem__text {
	-o-text-overflow: clip;
	text-overflow: clip;
	white-space: normal
}

[class *=mm-menu_pagedim].mm-menu_opened~.mm-wrapper__blocker {
	opacity: 0
}

.mm-wrapper_opening [class *=mm-menu_pagedim].mm-menu_opened~.mm-wrapper__blocker {
	opacity: .3;
	-webkit-transition: opacity .4s ease .4s;
	-o-transition: opacity .4s ease .4s;
	transition: opacity .4s ease .4s
}

.mm-menu_opened.mm-menu_pagedim~.mm-wrapper__blocker {
	background: inherit
}

.mm-menu_opened.mm-menu_pagedim-black~.mm-wrapper__blocker {
	background: #000
}

.mm-menu_opened.mm-menu_pagedim-white~.mm-wrapper__blocker {
	background: #fff
}

.mm-menu_popup {
	-webkit-transition: opacity .4s ease;
	-o-transition: opacity .4s ease;
	transition: opacity .4s ease;
	opacity: 0;
	-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
	box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
	height: 80%;
	min-height: 140px;
	max-height: 880px;
	top: 50%;
	left: 50%;
	bottom: auto;
	right: auto;
	z-index: 2;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0)
}

.mm-menu_popup.mm-menu_opened~.mm-slideout {
	-webkit-transform: none !important;
	-ms-transform: none !important;
	transform: none !important;
	z-index: 0
}

.mm-menu_popup.mm-menu_opened~.mm-wrapper__blocker {
	-webkit-transition-delay: 0s !important;
	-o-transition-delay: 0s !important;
	transition-delay: 0s !important;
	z-index: 1
}

.mm-wrapper_opening .mm-menu_popup {
	opacity: 1
}

.mm-menu_position-right {
	left: auto;
	right: 0
}

.mm-wrapper_opening .mm-menu_position-right.mm-menu_opened~.mm-slideout {
	-webkit-transform: translate3d(-80vw, 0, 0);
	transform: translate3d(-80vw, 0, 0)
}

@media all and (max-width: 300px) {
	.mm-wrapper_opening .mm-menu_position-right.mm-menu_opened~.mm-slideout {
		-webkit-transform: translate3d(-240px, 0, 0);
		transform: translate3d(-240px, 0, 0)
	}
}

@media all and (min-width: 550px) {
	.mm-wrapper_opening .mm-menu_position-right.mm-menu_opened~.mm-slideout {
		-webkit-transform: translate3d(-440px, 0, 0);
		transform: translate3d(-440px, 0, 0)
	}
}

.mm-menu_position-bottom,
.mm-menu_position-front,
.mm-menu_position-top {
	-webkit-transition: -webkit-transform .4s ease;
	transition: -webkit-transform .4s ease;
	-o-transition: transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease
}

.mm-menu_position-bottom.mm-menu_opened,
.mm-menu_position-front.mm-menu_opened,
.mm-menu_position-top.mm-menu_opened {
	z-index: 2
}

.mm-menu_position-bottom.mm-menu_opened~.mm-slideout,
.mm-menu_position-front.mm-menu_opened~.mm-slideout,
.mm-menu_position-top.mm-menu_opened~.mm-slideout {
	-webkit-transform: none !important;
	-ms-transform: none !important;
	transform: none !important;
	z-index: 0
}

.mm-menu_position-bottom.mm-menu_opened~.mm-wrapper__blocker,
.mm-menu_position-front.mm-menu_opened~.mm-wrapper__blocker,
.mm-menu_position-top.mm-menu_opened~.mm-wrapper__blocker {
	z-index: 1
}

.mm-menu_position-front {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0)
}

.mm-menu_position-front.mm-menu_position-right {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0)
}

.mm-menu_position-bottom,
.mm-menu_position-top {
	width: 100%;
	min-width: 100%;
	max-width: 100%
}

.mm-menu_position-top {
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0)
}

.mm-menu_position-top {
	height: 80vh;
	min-height: 140px;
	max-height: 880px
}

.mm-menu_position-bottom {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	top: auto
}

.mm-menu_position-bottom {
	height: 80vh;
	min-height: 140px;
	max-height: 880px
}

.mm-wrapper_opening .mm-menu_position-bottom,
.mm-wrapper_opening .mm-menu_position-front,
.mm-wrapper_opening .mm-menu_position-top {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.mm-menu_shadow-page:after {
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	content: '';
	display: block;
	width: 20px;
	height: 120%;
	position: absolute;
	left: 100%;
	top: -10%;
	z-index: 100;
	-webkit-clip-path: polygon(-20px 0, 0 0, 0 100%, -20px 100%);
	clip-path: polygon(-20px 0, 0 0, 0 100%, -20px 100%);
	-webkit-box-shadow: var(--mm-shadow);
	box-shadow: var(--mm-shadow)
}

.mm-menu_shadow-page.mm-menu_position-right:after {
	left: auto;
	right: 100%;
	-webkit-clip-path: polygon(20px 0, 40px 0, 40px 100%, 20px 100%);
	clip-path: polygon(20px 0, 40px 0, 40px 100%, 20px 100%)
}

.mm-menu_shadow-page.mm-menu_position-front:after {
	content: none;
	display: none
}

.mm-menu_shadow-menu {
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	-webkit-box-shadow: var(--mm-shadow);
	box-shadow: var(--mm-shadow)
}

.mm-menu_shadow-panels .mm-panels>.mm-panel {
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	-webkit-box-shadow: var(--mm-shadow);
	box-shadow: var(--mm-shadow)
}

.mm-menu_theme-white {
	--mm-color-border: rgba(0, 0, 0, 0.1);
	--mm-color-button: rgba(0, 0, 0, 0.3);
	--mm-color-text: rgba(0, 0, 0, 0.7);
	--mm-color-text-dimmed: rgba(0, 0, 0, 0.3);
	--mm-color-background: #fff;
	--mm-color-background-highlight: rgba(0, 0, 0, 0.06);
	--mm-color-background-emphasis: rgba(0, 0, 0, 0.03);
	--mm-shadow: 0 0 10px rgba(0, 0, 0, 0.2)
}

.mm-menu_theme-dark {
	--mm-color-border: rgba(0, 0, 0, 0.3);
	--mm-color-button: rgba(255, 255, 255, 0.4);
	--mm-color-text: rgba(255, 255, 255, 0.85);
	--mm-color-text-dimmed: rgba(255, 255, 255, 0.4);
	--mm-color-background: #333;
	--mm-color-background-highlight: rgba(255, 255, 255, 0.08);
	--mm-color-background-emphasis: rgba(0, 0, 0, 0.1);
	--mm-shadow: 0 0 20px rgba(0, 0, 0, 0.5)
}

.mm-menu_theme-black {
	--mm-color-border: rgba(255, 255, 255, 0.25);
	--mm-color-button: rgba(255, 255, 255, 0.4);
	--mm-color-text: rgba(255, 255, 255, 0.75);
	--mm-color-text-dimmed: rgba(255, 255, 255, 0.4);
	--mm-color-background: #000;
	--mm-color-background-highlight: rgba(255, 255, 255, 0.2);
	--mm-color-background-emphasis: rgba(255, 255, 255, 0.15);
	--mm-shadow: none
}

body.modal-open .mm-slideout {
	z-index: unset
}

#mobile_menu {
	position: absolute;
	top: 14px;
	left: 20px;
}
#header_bottom {
	overflow-x: hidden;
}

.category-banners-container {
	padding: 1.5rem 0;
	overflow: scroll;
}

.category-banners-container .category-banners-content {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: -5px;
	margin-right: -5px;
}
@media (max-width: 767px) {
.category-banners-container .category-banners-content {
	justify-content:space-between
}
}
.category-banners-container::-webkit-scrollbar {
	display: none;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.category-banners-container .category-banners-content .banner {
	margin-left: 10px;
	margin-right: 10px;
}

.category-banners-container .category-banners-content .banner .category-banner {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
}

.category-banners-container .category-banners-content .banner .category-banner .category-banner-img {
	width: 8rem;
	height: 8rem;
	border-radius: 50%;
	margin-bottom: .6rem;
	padding: 5px;
	border: 1px solid#e7e6e6;
	position: relative;
}

.category-banners-container .category-banners-content .banner .category-banner .category-banner-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	position: relative;
	z-index: 1;
	border-radius: 50%;
}

.category-banners-container .category-banners-content .banner .category-banner .category-banner-title {
	font-weight: 500;
	color: #1a1818;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 3rem;
	overflow: hidden;
}
.xblock .col-sm-4{
	margin-bottom: 15px;
}
.xblock img {
	border-radius: 8px;
}
#wish_pid_48+a img {
	margin-left: 3px;
	transform: scale(1.4);
}
.tt-lookbook {
	text-align: center;
	position: relative;
}

.tt-lookbook img {
	width: 100%;
	height: auto;
}

.tt-lookbook .tt-hotspot {
	position: absolute;
	color: #ffffff;
	font-size: 14px;
	line-height: 1;
	cursor: pointer;
	width: 38px;
	height: 38px;
	z-index: 99;
	display: grid;
}

.tt-lookbook .tt-hotspot .tt-btn {
	width: 38px;
	height: 38px;
	padding: 4px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	background: rgba(255, 255, 255, 0.8);
	border-radius: 50%;
	-moz-transition: padding 0.2s linear;
	-o-transition: padding 0.2s linear;
	-webkit-transition: padding 0.2s linear;
	transition: padding 0.2s linear;
	animation: lookbook 2s infinite;
}

@keyframes lookbook {
	0% {
		background-color: #fff
	}

	25% {
		background-color: #eee;
	}

	50% {
		background-color: #ddd;
	}

	75% {
		background-color: #eee;
	}

	100% {
		background-color: #fff;
	}
}

.tt-lookbook .tt-hotspot .tt-btn:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	top: attr(data-style-top);
	background-color: #2879fe;
	border-radius: 50%;
	-moz-transition: background-color 0.2s linear;
	-o-transition: background-color 0.2s linear;
	-webkit-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
}

.tt-lookbook .tt-hotspot .tt-btn:before {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	font-size: 14px;
	content: "+";
	line-height: 1;
	font-weight: normal;
	width: 38px;
	height: 38px;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
}

.tt-lookbook .tt-hotspot .tt-img a {
	display: block;
}

.tt-lookbook .tt-hotspot .tt-content-parent {
	display: none;
}

.tt-hotspot:hover>.tt-content-parent {
	display: block;
	background: #fff;
}

.tt-lookbook .tt-hotspot .tt-description .new-price {
	margin-right: 7px;
}

.tt-lookbook .tt-hotspot .tt-description .old-price {
	text-decoration: line-through;
}

@media (max-width: 789px) {
	.tt-lookbook .tt-hotspot .tt-hotspot-content {
		position: relative;
	}

	.tt-lookbook .tt-hotspot .tt-hotspot-content .tt-description .tt-title {
		padding-right: 16px;
	}
}

@media (max-width: 575px) {
	.tt-lookbook .tt-hotspot .tt-hotspot-content .tt-description .tt-title {
		margin-top: -3px;
		line-height: 17px;
	}

	.tt-lookbook .tt-hotspot .tt-hotspot-content .tt-description .tt-price {
		margin-top: 4px;
	}

	.tt-lookbook .tt-hotspot .tt-hotspot-content .tt-description [class^="btn"] {
		margin-top: 10px;
	}
}

.tt-lookbook .tt-hotspot.active .tt-btn {
	padding: 9px;
}

.tt-lookbook .tt-hotspot.active .tt-btn:after {
	background-color: #191919;
}

.tt-lookbook .tt-hotspot.active .tt-btn:before {
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}

@media (max-width: 789px) {
	.tt-lookbook .tt-hotspot.active {
		width: 100%;
		height: 100%;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-align-content: center;
		-ms-flex-line-pack: center;
		align-content: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		z-index: 7;
	}

	.tt-lookbook .tt-hotspot.active .tt-btn {
		z-index: 0;
	}

	.tt-lookbook .tt-hotspot.active:after {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		display: block;
		background: rgba(255, 255, 255, 0.8);
	}

	.tt-lookbook .tt-hotspot.active .tt-hotspot-content {
		position: relative;
		z-index: 8;
		left: 0;
	}

	.tt-lookbook .tt-hotspot.active .tt-hotspot-content .tt-img {
		width: 28%;
		min-width: 28%;
	}
}

body:not(.touch-device) .tt-hotspot .tt-btn:hover:after {
	background-color: hsl(0, 0%, 10%);
}

.tt-hotspot-content {
	background: #ffffff;
	padding: 20px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
	border-radius: 6px;
}

.tt-hotspot-content img {
	max-width: 100%;
	height: auto;
}

.tt-hotspot-content .tt-btn-close {
	position: absolute;
	display: block;
	right: 14px;
	top: 8px;
	font-size: 14px;
	color: #191919;
	z-index: 1;
	padding: 5px;
	-moz-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
	-webkit-transition: color 0.2s linear;
	transition: color 0.2s linear;
}

.tt-hotspot-content .tt-btn-close:before {
	content: "x";
}

.tt-hotspot-content .tt-btn-close:hover {
	color: #2879fe;
}

.tt-hotspot-content .tt-img {
	width: 99px;
	min-width: 99px;
}

.tt-hotspot-content .tt-img+.tt-description {
	margin-left: 19px;
}

.tt-hotspot-content .tt-description {
	text-align: left;
}

.tt-hotspot-content .tt-description .tt-title {
	font-size: 14px;
	line-height: 22px;
	font-family: "Hind", sans-serif;
	font-weight: 400;
	color: #191919;
	margin-top: -5px;
	padding-right: 12px;
}

.tt-hotspot-content .tt-description .tt-title a {
	color: #191919;
}

.tt-hotspot-content .tt-description .tt-title a:hover {
	color: #2879fe;
}

.tt-hotspot-content .tt-description .tt-price {
	color: #191919;
	font-weight: 500;
	font-size: 16px;
	padding-right: 12px;
}

.tt-hotspot-content .tt-description .tt-price .new-price {
	color: #f8353e;
	margin-right: 7px;
}

.tt-hotspot-content .tt-description .tt-price .old-price {
	color: #191919;
	text-decoration: line-through;
}

.tt-hotspot-content .tt-description [class^="btn"] {
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 22px;
	width: 100%;
}

.tt-hotspot-content .tt-description>*:nth-child(1):not(.tt-title) {
	margin-top: 0;
}

@media (min-width: 790px) {
	.tt-hotspot-content {
		width: 300px;
	}
}

@media (max-width: 798px) {
	.tt-hotspot-content {
		max-width: 300px;
	}
}

.tt-lookbook-popup {
	position: absolute;
	z-index: 21;
	display: none;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
}
select.form-control {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: url(data:image/svg+xml;base64,PCEtLSBHZW5lcmF0ZWQgYnkgSWNvTW9vbi5pbyAtLT4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIiB2aWV3Qm94PSIwIDAgMzIgMzIiPgo8dGl0bGU+Y2hldnJvbi1kb3duPC90aXRsZT4KPHBhdGggZmlsbD0iIzY2NiIgZD0iTTE2IDE5LjQ0NWwtNy4wNjktNy4wNjljLTAuMjQtMC4yMzItMC41NjctMC4zNzUtMC45MjgtMC4zNzUtMC43MzggMC0xLjMzNiAwLjU5OC0xLjMzNiAxLjMzNiAwIDAuMzYxIDAuMTQzIDAuNjg4IDAuMzc1IDAuOTI4bDguMDEzIDguMDEzYzAuMjQyIDAuMjQyIDAuNTc2IDAuMzkxIDAuOTQ0IDAuMzkxczAuNzAzLTAuMTQ5IDAuOTQ0LTAuMzkxbDguMDE0LTguMDE0YzAuMjMyLTAuMjQgMC4zNzUtMC41NjcgMC4zNzUtMC45MjggMC0wLjczOC0wLjU5OC0xLjMzNi0xLjMzNi0xLjMzNi0wLjM2MSAwLTAuNjg4IDAuMTQzLTAuOTI4IDAuMzc1bC03LjA2OSA3LjA2OXoiPjwvcGF0aD4KPC9zdmc+Cg==);
	background-position: right .9375rem center;
	background-repeat: no-repeat;
	background-size: 1.5rem 1.5rem;
	color: #000607;
	cursor: pointer;
}
.ulliborder{
	padding: 5px 5px 5px;
		margin: 5px 5px 5px;
		text-align: center;
		border-radius: 6px;
		background-color: #eaeaea;
		color: #454953;
		font-size: 20px;
		font-weight: 700;
		cursor: pointer;
}
.ulliborder:hover {background-color: #eee;}
.a222-v1-metrostyle-r1-wrapper {
	width: 100%;
	margin-bottom: 15px
}

.a222-v1-metrostyle-r1-blocktitle {
	width: 100%;
	margin-bottom: 20px;
	color: #000000;
	font-size: 35px;
	line-height: normal;
	font-weight: 300;
	text-align: center
}

.a222-v1-metrostyle-r1-wrapper ul {
	margin-left: -7.5px;
	margin-right: -7.5px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	list-style-type: none;
	padding: 0
}

.a222-v1-metrostyle-r1-wrapper ul li {
	padding-left: 7.5px;
	padding-right: 7.5px;
	width: 33.33333333%
}

.a222-v1-metrostyle-r1-wrapper ul li .itemInline {
	background-color: #e3e3e3;
	padding: 7px 15px;
	font-weight: 500;
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	text-align: center
}

.a222-v1-metrostyle-r1-wrapper ul li .itemInline i {
	margin-right: 5px
}

.a222-v1-metrostyle-r1-wrapper ul li.active .itemInline {
	background-color: #17528f;
	color: #ffffff
}

@media (max-width: 999px) {
	.a222-v1-metrostyle-r1-wrapper ul {
		display: flex;
		flex-direction: column
	}

	.a222-v1-metrostyle-r1-wrapper ul li {
		width: 100%;
		margin-bottom: 8px
	}
}
.h1cart{
	display: flex;
		align-items: center;
		justify-content: space-between;
		color: #000000;
		font-size: 16px;
		font-weight: 500;
		padding: 10px;
		background-color: #e3e3e3;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
}
legend{
	background: transparent;
		padding: 4px 15px 4px !important;
		border: 1px solid #e5e5e5 !important;
		border-radius: 3px;
		width: auto !important;
}
.swiper-button-prev, .swiper-button-next {
	background: #eee;
	text-align: center;
	border-radius: 3px;
		top: 30px !important;
}

#carouselwrap .swiper-slide:hover::before {
	content: '\f002';
	font-family: FontAwesome;
    font-weight: 900; /* İkonun kalınlığı */
    font-size: 2rem; /* İkonun boyutu */
    color: white; /* İkon rengi */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* İkonu dikey ve yatay olarak merkezle */
    opacity: 1; /* Başlangıçta görünmez */
    transition: opacity 0.3s ease; /* Animasyon geçişi */
    z-index: 1;
}

#carouselwrap .swiper-slide:hover::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0; 
    transition: opacity 0.3s ease;
        pointer-events: none;

}

#carouselwrap .swiper-slide:hover::before,
#carouselwrap .swiper-slide:hover::after {
    opacity: 1;
}
#product-product .tab-content {
	border: 1px solid #ddd;
	padding: 20px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	margin-top: -1px;
}
.card {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, 0.125);
	border-radius: 0.25rem;
}

.card>hr {
	margin-right: 0;
	margin-left: 0;
}

.card>.list-group:first-child .list-group-item:first-child {
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
}

.card>.list-group:last-child .list-group-item:last-child {
	border-bottom-right-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
}

.card-body {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1.25rem;
}

.card-title {
	margin-bottom: 0.75rem;
}

.card-subtitle {
	margin-top: -0.375rem;
	margin-bottom: 0;
}

.card-text:last-child {
	margin-bottom: 0;
}

.card-link:hover {
	text-decoration: none;
}

.card-link+.card-link {
	margin-left: 1.25rem;
}

.card-header {
	padding: 0.75rem 1.25rem;
	margin-bottom: 0;
	background-color: rgba(0, 0, 0, 0.03);
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
	border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header+.list-group .list-group-item:first-child {
	border-top: 0;
}

.card-footer {
	padding: 0.75rem 1.25rem;
	background-color: rgba(0, 0, 0, 0.03);
	border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
	border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
	margin-right: -0.625rem;
	margin-bottom: -0.75rem;
	margin-left: -0.625rem;
	border-bottom: 0;
}

.card-header-pills {
	margin-right: -0.625rem;
	margin-left: -0.625rem;
}

.card-img-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1.25rem;
}

.card-img {
	width: 100%;
	border-radius: calc(0.25rem - 1px);
}

.card-img-top {
	width: 100%;
	border-top-left-radius: calc(0.25rem - 1px);
	border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
	width: 100%;
	border-bottom-right-radius: calc(0.25rem - 1px);
	border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

.card-deck .card {
	margin-bottom: 15px;
}

@media (min-width: 576px) {
	.card-deck {
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		margin-right: -15px;
		margin-left: -15px;
	}

	.card-deck .card {
		display: -ms-flexbox;
		display: flex;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-right: 15px;
		margin-bottom: 0;
		margin-left: 15px;
	}
}

.card-group {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

.card-group>.card {
	margin-bottom: 15px;
}

@media (min-width: 576px) {
	.card-group {
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	}

	.card-group>.card {
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
		margin-bottom: 0;
	}

	.card-group>.card+.card {
		margin-left: 0;
		border-left: 0;
	}

	.card-group>.card:not(:last-child) {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}

	.card-group>.card:not(:last-child) .card-img-top,
	.card-group>.card:not(:last-child) .card-header {
		border-top-right-radius: 0;
	}

	.card-group>.card:not(:last-child) .card-img-bottom,
	.card-group>.card:not(:last-child) .card-footer {
		border-bottom-right-radius: 0;
	}

	.card-group>.card:not(:first-child) {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}

	.card-group>.card:not(:first-child) .card-img-top,
	.card-group>.card:not(:first-child) .card-header {
		border-top-left-radius: 0;
	}

	.card-group>.card:not(:first-child) .card-img-bottom,
	.card-group>.card:not(:first-child) .card-footer {
		border-bottom-left-radius: 0;
	}
}

.card-columns .card {
	margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
	.card-columns {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
		-webkit-column-gap: 1.25rem;
		-moz-column-gap: 1.25rem;
		column-gap: 1.25rem;
		orphans: 1;
		widows: 1;
	}

	.card-columns .card {
		display: inline-block;
		width: 100%;
	}
}
/* post list */
.post-thumb {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	border-radius: 10px;
}

.post-list .post-thumb {
	overflow: hidden;
}

.post-thumb .image {
	text-align: center;
}

.post-thumb .image a {
	display: block;
}

.post-thumb .image a:hover {
	opacity: 0.8;
}

.post-thumb .image img {
	margin-left: auto;
	margin-right: auto;
	border-radius: 8px;
}

.post-grid .post-thumb .image {
	float: none;
}

@media (min-width: 767px) {
	.post-list .post-thumb .image {
		float: left;
		padding: 0 15px;
	}
}

.post-thumb h4 {
	font-weight: bold;
}

.caption h4 a {
	color: #444;
}

.post-thumb .caption {
	padding: 0 20px;
	min-height: 100px;
}

.post-list .post-thumb .caption {
	margin-left: 230px;
}

@media (max-width: 1200px) {
	.post-grid .post-thumb .caption {
		min-height: 210px;
		padding: 0 10px;
	}
}

@media (max-width: 767px) {
	.post-list .post-thumb .caption {
		min-height: 0;
		margin-left: 0;
		padding: 0 10px;
	}

	.post-grid .post-thumb .caption {
		min-height: 0;
	}
}

.post-thumb .rating {
	padding-bottom: 10px;
}

.post-thumb .price {
	color: #444;
}

.post-thumb .price-new {
	font-weight: 600;
}

.post-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}

.post-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}

.post-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}

.post-list .post-thumb .button-group {
	border-left: 1px solid #ddd;
}

@media (max-width: 768px) {
	.post-list .post-thumb .button-group {
		border-left: none;
	}
}

.post-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

.post-thumb .button-group button+button {
	width: 20%;
	border-left: 1px solid #ddd;
}

.post-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}

@media (max-width: 1200px) {

	.post-thumb .button-group button,
	.post-thumb .button-group button+button {
		width: 33.33%;
	}
}

@media (max-width: 767px) {

	.post-thumb .button-group button,
	.post-thumb .button-group button+button {
		width: 33.33%;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
	#column-left .post-layout .col-md-3 {
		width: 100%;
	}

	#column-left+#content .post-layout .col-md-3 {
		width: 50%;
	}

	#column-left+#content+#column-right .post-layout .col-md-3 {
		width: 100%;
	}

	#content+#column-right .post-layout .col-md-3 {
		width: 100%;
	}
}

/* fixed post layouts used in left and right columns */
#column-left .post-layout,
#column-right .post-layout {
	width: 100%;
}
.product-list .product-thumb .image img {
	max-height: 200px;
}
.product-list .product-thumb {
	display: flex;
	align-items: center;
}
.post-list .post-thumb .image img {
	max-height: 200px;
}
.post-list .post-thumb {
	display: flex;
	align-items: center;
}
.g21-v1-metrostyle-r1-wrapper {
	width: 100%
}

.g21-v1-metrostyle-r1-wrapper .product-title {
	margin-bottom: 15px;
	font-weight: 600;
	font-size: 18px
}

.g21-v1-metrostyle-r1-wrapper .product-data-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	font-size: 16px
}

.g21-v1-metrostyle-r1-wrapper .product-data-row span:first-child {
	margin-right: 5px
}

.g21-v1-metrostyle-r1-wrapper .price-wrapper {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 100%
}

.g21-v1-metrostyle-r1-wrapper .options-container {
	display: flex
}

.g21-v1-metrostyle-r1-wrapper .dernek-metin {
	color: red;
	margin-bottom: 5px
}

.g21-v1-metrostyle-r1-wrapper .offeringRow.totalRow {
	border: 1px solid #e2e2e2;
	width: 30%;
	margin-right: 20px;
	border-radius: 5px;
	padding: 10px;
	background-color: #eeeeee52;
	font-size: 18px;
	text-align: center;
	height: fit-content
}

.g21-v1-metrostyle-r1-wrapper .optionsWrapper {
	width: 50%;
	padding: 10px;
	display: flex;
	flex-direction: column
}

.g21-v1-metrostyle-r1-wrapper .list-item {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	margin-right: 0;
	flex-direction: column;
	order: 2
}

.g21-v1-metrostyle-r1-wrapper .list-item.order-list-item {
	order: 1
}

.g21-v1-metrostyle-r1-wrapper .list-item .radio-container {
	display: flex;
	align-items: center;
	cursor: pointer;
	margin-bottom: 10px;
	padding: 10px 5px;
	border: 1px solid #e1e1e1;
	width: 100%
}

.g21-v1-metrostyle-r1-wrapper .list-item .radio-container.active-option,
.g21-v1-metrostyle-r1-wrapper .list-item .radio-container.default {
	background-color: #f1f2f3;
	border: 1px solid #15aaea
}

.g21-v1-metrostyle-r1-wrapper .list-item input {
	display: none
}

.g21-v1-metrostyle-r1-wrapper .discount-wrapper {
	display: flex;
	background-color: #232176;
	padding: 10px 20px;
	color: #ffffff;
	font-size: 20px
}

.g21-v1-metrostyle-r1-wrapper .price-data {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	flex-direction: column;
	margin: 0 0 10px;
	background-color: #f1f2f3;
	padding: 5px 15px;
	width: 100%;
	border-radius: 5px
}

.g21-v1-metrostyle-r1-wrapper .price {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	font-size: 20px;
	font-weight: 500
}

.g21-v1-metrostyle-r1-wrapper .price.del {
	text-decoration: line-through;
	color: #d9534f;
	font-size: 18px
}

.g21-v1-metrostyle-r1-wrapper .discount-price {
	font-size: 20px;
	font-weight: 500;
	color: #000000
}

.g21-v1-metrostyle-r1-wrapper .price>span:first-child,
.g21-v1-metrostyle-r1-wrapper .discount-price>span:first-child {
	margin-right: 5px
}

.g21-v1-metrostyle-r1-wrapper .param-container select.kurbanTipg21_v1_metrostyle_r1 {
}

.g21-v1-metrostyle-r1-wrapper .param-container select.kurbanTipg21_v1_metrostyle_r1,
.g21-v1-metrostyle-r1-wrapper .param-container input,
.g21-v1-metrostyle-r1-wrapper .hisse-sayisi .form-select,
.g21-v1-metrostyle-r1-wrapper .dernek-container select {
	padding: 5px 10px;
	width: 50%;
	border: 1px solid #e2e2e2 !important;
	border-radius: 5px
}

.g21-v1-metrostyle-r1-wrapper .param-container label,
.g21-v1-metrostyle-r1-wrapper .param-container input {
	width: 100%
}

.g21-v1-metrostyle-r1-wrapper .param-container .bottomOfferingContainer .offeringRow {
	margin: 10px 0;
	border: 1px solid #e2e2e2;
	padding: 15px 20px;
	border-radius: 5px
}

.g21-v1-metrostyle-r1-wrapper .param-container .bottomOfferingContainer .offeringRow .form-row-item-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 5px
}

.g21-v1-metrostyle-r1-wrapper .param-container .bottomOfferingContainer .offeringRow .form-row-item {
	width: 49%;
	font-weight: 500
}

.g21-v1-metrostyle-r1-wrapper .param-container .bottomOfferingContainer .offeringRow .form-row-item.phoneContainer {
	width: 100%
}

.g21-v1-metrostyle-r1-wrapper .param-container .bottomOfferingContainer .offeringRow .form-row-item.phoneContainer .productPhoneWrapper {
	display: flex
}

.g21-v1-metrostyle-r1-wrapper .productPhoneWrapper .country-list {
	width: 55px;
	margin-right: 5px
}

.g21-v1-metrostyle-r1-wrapper .productPhoneWrapper .phone-input.cc {
	width: 50px;
	margin-right: 5px
}

.g21-v1-metrostyle-r1-wrapper .productPhoneWrapper .turkeyPhones.phone-input,
.g21-v1-metrostyle-r1-wrapper .productPhoneWrapper .phone-input.ac {
	width: 50px;
	margin-right: 5px
}

.g21-v1-metrostyle-r1-wrapper .param-container .bottomOfferingContainer .offeringRow .form-row-item .form-title {
	margin-bottom: 8px;
	font-weight: 500
}

.g21-v1-metrostyle-r1-wrapper .formTopWrapp {
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: space-between
}

.g21-v1-metrostyle-r1-wrapper .amount-container,
.g21-v1-metrostyle-r1-wrapper .dernek-container {
	width: 48%
}

.g21-v1-metrostyle-r1-wrapper .amount-container .hisse-sayisi select,
.g21-v1-metrostyle-r1-wrapper .dernek-container select {
	width: 100%
}

.g21-v1-metrostyle-r1-wrapper .amount-container .form-title,
.g21-v1-metrostyle-r1-wrapper .dernek-container .form-title {
	font-weight: 500
}

.g21-v1-metrostyle-r1-wrapper .amount-wrapper {
	display: flex;
	width: 145px
}

.g21-v1-metrostyle-r1-wrapper .bottom-wrapper {
	display: flex;
	justify-content: space-between;
	width: 100%;
	flex-direction: column;
	align-items: center;
	padding: 0
}

div#error-message-g21-v1-metrostyle-r1 {
	width: 100%
}
.g21-v1-metrostyle-r1-wrapper span.vekaletMetin {
	color: #000;
}
.x22-v1-generic-r4-wrapper .button .border_menu {
	background: #7ed957;
	font-weight: bold;
	border: 2px solid #000 !important;
}
.giris-yap .fas {
	color:#7ed957;
}
.c1-v3-metrostyle-r0-blocktitle span, .c1-v3-metrostyle-r0-blocktitle span{
	background: #7ed957 !important
}
.c1-v3-metrostyle-r0-wrapper #tabList li:hover a,
.c1-v3-metrostyle-r0-wrapper #tabList li.active a {
	color: #0f4000 !important;
}
.x22-v1-generic-r39-wrapper .container {
	background-color: #f5f5f5 !important;
	padding: 10px;
}
.btn-primary{
	background-color: #0f4000 !important;
		border-color: #0f4000 !important;
}