* {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoot hing: grayscale;
-webkit-tap-highlight-color: transparent;

}
body {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 500;
	color: #666;
	font-size: 12px;
	line-height: 20px;
	width: 100%;    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
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;
	font-weight: bold;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #23a1d1;
}
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;
	font-weight: 600;
	color:#666;
}
.padding0{
  padding: 0px;
}
.nav-tabs {
	margin-bottom: 15px;
}
header{
position:relative;
}
.header_area {
margin-top: 25px;
}
.header_top img {
width: 100%;
}
.header_bottom img {
width: 100%;
margin-top: -15px;
}
.header_lang_cur{
position: absolute;
right: 0;
top: -24px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* top */
#top {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}
#top .container {
	padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #ff6000;

	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: -10px 0 10px 10px;
}
#logo img{
max-height: 65px;
}
/* search */
#search {
    margin:0px 5px 10px 0;
	padding-top:0px;
}
#search .input-lg {
    border-radius:3px 0 0 3px;
    height: 42px;
    box-shadow:none;
    line-height: 20px;
    border:2px solid #919191;
    padding: 0 14px;
    box-shadow:1px 1px 6px #ddd inset;
}
#search .btn-lg {
    background:#919191;
	font-size: 15px;
    border-radius:0 3px 3px 0;
	line-height: 24px;
    border:1px solid #919191;
	padding: 8px 22px;
    z-index:99;
    box-shadow:none;
	text-shadow: 0 0px 0 #FFF;
}
#search ::placeholder {
    font-size: 13px;
    font-weight: bold;
    opacity: .8;
    
}
#search :-ms-input-placeholder{
     font-size: 13px;
    font-weight: bold;
    opacity: .8;

  
}
#search ::-webkit-input-placeholder{
       font-size: 13px;
    font-weight: bold;
    opacity: .8;
 
}
#search i{
 color:#fff;
}
#search_top{
margin: -20px 10px 5px 0px;
}
#search_top li a{
font-weight: 600;
color: #7b7b7b;
font-size: 11px;
}
#top_login{
float: left;width: 50%;padding: 5px;z-index: 999;
}
/* cart */
#cart {
float: right;
width: 50%;
padding: 5px;
margin: 0;
}
#cart > .btn {
    background:#919191;
    border: 2px solid #919191;
    border-radius: 3px;
    box-shadow: none;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 38px;
    padding: 0px 10px 0px 5px;
    text-align: center;
    text-shadow: none;
    transition: all 0.5s ease 0s;

}

#top_login > .btn {
background: #fff;
color: #666;
    border-radius: 3px;
    box-shadow: none;
    border: 2px solid #919191;
    font-size: 14px;
    font-weight: 600;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 38px;
    padding: 0px 10px 0px 5px;
    text-align: center;
    text-shadow: none;
    transition: all 0.5s ease 0s;

}

#cart > .btn > .fa, #cart > .btn > #cart-total > .fa,  #top_login .fa {
    font-size: 22px;
}
#top_login .btn:after{
background-repeat: no-repeat;
background-position: 50%;
background-size: contain;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='7' fill='none'%3E%3Cpath data-name='next arrow copy' d='M14 1l-2-1-5 4-5-4-2 1 7 6z' fill='%23919191' fill-rule='evenodd'/%3E%3C/svg%3E");
content: "";
width: 15px;
height: 8px;
position: absolute;
top: 18px;
right: 8px;
}
#cart > .btn span, #top_login > .btn span{
	box-shadow: none;
	text-shadow:none;
	color: #fff;
}
#cart.open > .btn span{
    color: #fff;
    box-shadow: none;
    }
#top_login > .btn span {
    color: #666;
    box-shadow: none;
    }

#cart.open > .btn, #cart.open > i {
	background-image: none;
	color: #fff !important;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover, #top_login.open > .btn:hover {
	color: #666;
}
#cart .dropdown-menu, #top_login .dropdown-menu{
	background: #fafafa;
    border:none;
	z-index: 1001;
    border-radius:2px;
	padding:0;
}
#cart .dropdown-menu li {
border-bottom: 1px solid #ddd;
}
#cart .dropdown-menu li:last-child {
border:0;
}
#cart a{
font-weight: bold;
}
#cart-total {
background: #fff;
width: 18px;
height: 18px;
border-radius: 50%;
color: #919191 !important;
position: absolute;
top: -8px;
left: 6px;
line-height: 1.3;
border: 1px solid #919191;
font-size: 12px;
}
#cart_container {
position:relative;
}
/* 
#cart .dropdown-menu, #top_login .dropdown-menu {
	min-width:250px;
}
 */

@media (max-width: 648px) {
	.default_status{
	padding: 0 !important;
height: 28px !important;
width: 28px !important;
margin-top: -17px !important;
	}
	.shop-tracking-status .image-order-status {
padding: 5px !important;
margin-top: -20px !important;
	}
		.shop-tracking-status .image-order-status .icon{
padding: 0 !important;
height: 15px !important;
width: 15px !important;
margin-top: 0px !important;
	}
.on {
font-weight: bold;
font-size: 6px !important;
line-height: 1.3 !important;
}
	.off {
font-size: 6px !important;
line-height: 1.3 !important;	
	}
	.shop-tracking-status .image-order-status .status {
	top: 30px !important;
	}
}
	@media (max-width: 478px) {
		#cart .dropdown-menu, #top_login .dropdown-menu  {
			width: 320px;
		}
	}
#cart .dropdown-menu table, #top_login .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div, #top_login .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
	@media (max-width: 478px) {
		#cart .dropdown-menu li > div, #top_login .dropdown-menu li > div {
			min-width: 100%;
		}
	}
#cart .dropdown-menu li p, #top_login .dropdown-menu li p {
	margin: 20px 0;color:#444;
}

#cart .table>tbody>tr>td {
border:0;
}

.dropdown-toggle:hover .dropdown-menu {
    display: block !important;
 }
 
 .dropdown-menu>li>a {
display: block;
padding: 3px 15px;
clear: both;
font-weight: 400;
line-height: 2.2;
color: #333;
white-space: nowrap;
}
 
.myacc_overlay {/* background-color: #010101; */opacity: .5;position: absolute;top: 0;height: 999px;left: 0;right: 0;bottom: 0;/* z-index: 999; */-moz-transition: all 2s;-webkit-transition: all 2s;transition: all 2s;}
/* menu */

.navbar {
border-radius: 0px;
margin-bottom: 0px;
}
.navbar-nav {
float: none;
margin: 0;
display: inline-block;
}
@media (max-width: 992px){
#logo{
margin: 0 auto;
justify-content: center;
display: flex;
}
.dropdown-toggle:hover .dropdown-menu {
top: 40px;
}
.header_area {
margin-top: 0px;
}
.ColorfulBand-2QkaY {
margin-bottom: 13px;
}
.swiper-viewport {
position: relative;
margin-top: -5px;
}
}

@media (min-width: 768px){
.navbar-collapse.collapse {
height: 34px !important;
}

#menu .nav > li > a:after {
 content: '';
  height: 25px;
  width: 1px;
  right: 0;
  background-color: #ddd;
position: absolute;
top: 50%;
-ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
display: block;

}

#menu .nav > li:last-child a:after{
 content: '';
  width: 2px;
  position: absolute;
  right: 0;
  top: 8px;
  bottom: 10px;
  background-color: transparent;
}
}


.navbar-nav>li {
margin-left: 0px;
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;
height: 55px;
cursor: default;
}
.nav > li.dropdown.open, .nav > li.dropdown:hover {
    position: static;
}
.nav > li.dropdown.open .dropdown-menu, .nav > li.dropdown:hover .dropdown-menu {
    display:table;
    width: 100%;
    left:0;
    right:0;
    min-height: 200px;
}

#menu {
	background-color: #f5f5f5;
	min-height: 55px;
	text-align: center;
	border: none;
	box-shadow: 0px 5px 10px #626262;-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.16);
-ms-box-shadow: 0 1px 2px rgba(0,0,0,.16);
-o-box-shadow: 0 1px 2px rgba(0,0,0,.16);
box-shadow: 0 1px 2px rgba(0,0,0,.16);

}
#menu .dropdown-menu>li {
    display: table-cell;
}
    #menu .nav > li > a {
        color: #484848;
        /*padding: 14px 6px 15px 6px;
*/        min-height: 15px;
        /*max-width: 100px;*/
        background-color: transparent;
        font-size: 13px;
        font-weight: 700; /* -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.16); */
        /* -ms-box-shadow: 0 1px 2px rgba(0,0,0,.16); */
        /* -o-box-shadow: 0 1px 2px rgba(0,0,0,.16); */
        /* box-shadow: 0 1px 2px rgba(0,0,0,.16); */
        letter-spacing: -0.28px;
        font-family: -apple-system,BlinkMacSystemFont,Arial,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif !important;
        line-height: 1.4;
    }

#menu .nav > li:hover, #menu .nav > li.open > a {
	background-color: #fff;
}
#menu .dropdown-menu {
	padding-bottom: 0;
	padding-left: 50px;
	padding-top: 20px;
max-width: 95%;
margin: 0 auto;
	margin-top: -1px;

}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: inline-table;
}

#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 0px 0px;
	clear: both;
	line-height: 20px;
	color: #666;
	font-size: 14px;
	font-weight: 600;
}

/* Gradent to all drop down menus */
#menu .dropdown-menu li a:hover {
	text-decoration: none;
	color: #888;
	border: 1px solid  #999;
    border-radius: 3px;
    margin: -1px -1px -1px -1px;
	}

#menu .dropdown-menu li{
display: flex;
min-width: 160px;
}
#menu .dropdown-menu li img{
max-height:60px;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #ff6000;

	background-repeat: repeat-x;

}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #ff6000;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 991px) {
	#menu {
		border-radius: 0px;
min-height: 40px !important;
	}
	#menu #category {
	color:#333;
	text-shadow: none;
	}
	#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 {
    background-color: #fafafa;
color: rgba(51,51,51,.9);
margin-top: 20px;
padding-top: 30px;
font-family: Helvetica, sans-serif;
	margin-top: 50px;
	padding-top: 30px;
		border-top: 1px solid #ddd;

}

  .footer-top {
      margin-bottom: 32px;
      padding-top: 10px
  }

  .footer-top a {
      display: block
  }


  .footer-top .order-property {
      text-align: center;
      padding-bottom: 40px
  }

  .footer-top .order-property .iconContent {
      width: 100%;
      height: 161px;
      position: relative;
      padding: 0 40px 10px
  }

  @media screen and (max-width: 768px) {
      .footer-top .order-property .iconContent {
          padding:0 20px 10px
      }
  }

  .footer-top .order-property .iconContent:after {
      content: "";
      display: block;
      position: absolute;
      height: 100%;
      top: 0;
      right: 0;
      border-right: 1px solid #eeebeb;
      position: absolute;
      top: 50%;
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%)
  }

  .footer-top .order-property .iconContent.last:after {
      display: none
  }

  .footer-top .order-property .iconContent .icon {
      -webkit-transition: all .2s ease-in;
      -moz-transition: all .2s ease-in;
      transition: all .2s ease-in;
      opacity: .8;
      display: block;
      margin: 10px auto;
      position: relative;
      z-index: 0
  }


  .footer-top span {
      display: block;
  }

  .footer-top span.title {
      color: #484848;
      font-size: 16px
  }

  .footer-top span.content {
      padding: 0 40px;
      color: #000;
      font-weight: 400
  }



  .footer-top .title {
      display: block;
      width: 100%;
      min-height: 40px;
      font-weight: 700
  }
   .footer-top .order-property .iconContent .icon.icon-delivery, .footer-top .order-property .iconContent .icon.icon-easyReturn, .footer-top .order-property .iconContent .icon.icon-fastShipping, .footer-top .order-property .iconContent .icon.icon-secureShipping{
  background: url(../../../../../image/sprite.svg) no-repeat;
  }


  .footer-top .order-property .iconContent .icon.icon-delivery {
      background-position: 87.73584905660377% 38.01972872996301%
  }

  .footer-top .order-property .iconContent .icon.icon-delivery {
      width: 161px;
      height: 141px
  }

  .footer-top .order-property .iconContent .icon.icon-easyReturn {
      background-position: 44.932432432432435% 83.55342136854742%
  }

  .footer-top .order-property .iconContent .icon.icon-easyReturn {
      width: 121px;
      height: 119px
  }


  .footer-top .order-property .iconContent .icon.icon-secureShipping {
      background-position: 30.839002267573697% 83.65384615384616%
  }

  .footer-top .order-property .iconContent .icon.icon-secureShipping {
      width: 127px;
      height: 120px
  }

  .footer-top .order-property .iconContent .icon.icon-fastShipping {
      background-position: 58.36139169472503% 83.55342136854742%;
  }

  .footer-top .order-property .iconContent .icon.icon-fastShipping {
      width: 118px;
      height: 119px
  }

.footer_top img, .footer_bottom img {
width: 100%;
}

footer p{
text-align: center;
padding: 0;
margin: 0;
}
.footer_logo {
max-height: 60px;
}

footer .row{
border-top: 1px solid #eee;
padding-top: 40px;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #eee;
}
footer a {
	font-weight: bold;
	color: #999;
		font-size: 12px;
}
footer a:hover {
	color: #444;
}
footer h5 {
font-family: Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #888;
}
.nav-tabs li a {
background: #9f9f9f;
color: #fff;
font-weight:bold;
border-radius:0;
font-size: 14px;
}
.nav-tabs>li>a {
margin-right: 0px;
}
.nav-tabs li:first-child a {
border-top-left-radius:8px;
}
.nav-tabs li:last-child a {
border-top-right-radius:8px;
}
.nav>li>a:focus, .nav>li>a:hover {
text-decoration: none;
background-color: #a8a8a8;
border-color: #a8a8a8;
}
.tab-content {
border: 1px solid #ddd;
padding: 10px;
margin-top: -16px;
}
.text-center.cs-checkout {
display: flex;
margin-top: 20px;
margin-bottom: 20px;
}
.cs-checkout-a.col-sm-6 {
border: 1px solid #ff6000;
padding: 5px 10px 5px;
background: #ff6000;
color: #fff;
border-radius: 3px;
cursor:pointer;
box-shadow: 0px 3px 10px #bdbdbd;
}
.cs-checkout a:first-child{
margin-right: 10px;
}
.cs-checkout a:last-child{
background: #00b400;
border: 1px solid #00b400;
}

.cs-checkout-a span{
font-size: 14px;
font-weight: 600;
}

.alert-success {
background-color: #f4f4f4;
border-color: #f4f4f4;
box-shadow: 0px 3px 48px #888888;
}
/* alert */
.alert {
font-size: 18px;
padding: 20px 14px 25px 14px;
position: fixed;
left: 5px;
right: 5px;
margin: 5% auto;
top: 10%;
max-width: 600px;
z-index: 999999999999999;
}

.alert .cartfimg {
max-width: 92px;
float: left;
margin-right: 10px;
}

.alert .close {
position: absolute;
top: 0px;
right: 2px;
}
.wish_hover {
/* display: none; */
color: #5b5a5a;
background: #eee;
border-radius: 50%;
width: 30px;
height: 30px;
padding: 6px;
position: absolute;
right: 5px;
top: 5px;
cursor: pointer;
z-index: 9;
}
.product-thumb .image:hover .wish_hover{ 
display: block;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	background-color: #f4f5f5;

}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 15px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: 3px;
	right: -5px;
	width: 12px;
	height: 12px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.breadcrumb a{
    color:#5d749e;
    font-weight: bold;
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.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;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	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: #ff6000;
	border: 0;

}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #e58a00;
	background-position: 0 -15px;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	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;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
border: 0;
}
#cart .btn-danger {
	color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #da4f49;
border: 0;
padding: 5px 7px 5px;
}
.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: #00b400;
border: 0;
}
.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;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	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: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
	text-align: left;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	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);
}
.wish_button, .comp_button {
margin-right: 15px;
color: #4e4e4e;
cursor: pointer;
font-weight: 600;
font-size: 12px;
}
#button-cart, #buy-now {
width: 49%;
}

/* list group */
.list-group a {
	border: 1px 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;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	overflow: auto;
	margin-bottom: 15px;
	border: 1px solid #ddd;
border-radius: 5px;
}
.product-thumb:hover {
box-shadow: 0px 0px 10px #ddd;
border-radius: 5px;
}
.price {
font-size: 16px;
font-weight: 600;
}
.pdiscount {
background: red;
color: #fff;
padding: 5px;
border-radius: 5px;
font-weight: 400;
}
.product-thumb .image {
	text-align: center;
	position: relative;
}

.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
    height:185px;
}
.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;
	font-size: 14px;
}
.product-thumb h4 a {
	color:#666;
	font-weight: 400;
}
.product-thumb .caption {
	padding: 0 10px;
	min-height: 100px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 140px;
	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;
}
#lacarousel0 .product-thumb .price {
	min-height: 44px;
}

.product-thumb .price-new {
	font-weight: 600;
	color: rgb(67, 158, 74);
}
.perprice {
font-size: 11px;
color: rgb(67, 158, 74);
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
font-size: 12px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}

#product-category .product-thumb .price {
color: #444;
background: #eee;
border-radius: 5px;
padding: 2px 10px 5px;
}

#product-category .product-thumb .price-new {
color: #333;
font-size: 20px;
}
#product-category .product-thumb .button-group{
text-align: center;
}
#product-category .product-thumb:hover .button-group{
visibility:visible;
text-align: center;
}

#product-category .product-thumb .button-group button {
border-radius: 5px;
width: 50%;
line-height: 2.6;
}

.cat_prd_percent {
background: red;
color: #fff;
font-size: 12px;
font-weight: 600;
border-radius: 50%;
width: 30px;
height: 30px;
padding: 5px 2px 5px;
position: absolute;
left: 10px;
top: 10px;
cursor: pointer;
visibility:hidden;
}
#product-category .product-thumb:hover .cat_prd_percent{
visibility:visible;
z-index: 9999;
}
.bcarousel .product-thumb .button-group {
border-radius: 5px;
overflow: auto;
position: relative;
/* margin-top: -28px; */
/* opacity: 0; */
}
.bcarousel .product-thumb:hover .button-group {
    opacity: 1;

}
.fcarousel .product-thumb {
border:none;
}
.fcarousel .product-thumb:hover {
box-shadow:none;
}
.fcarousel .product-thumb .image {
border: 1px solid #ddd;
border-radius: 5px;
}
.fcarousel .product-thumb .image:hover {
box-shadow: 0px 0px 10px #ddd;
}

.fcarousel .product-thumb {
border:none;
}

.fcarousel .product-thumb .price-new {
font-size: 18px;
}
.fcarousel .product-thumb .price-old {
margin-left: 0px;
}


.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: 100%;
    border: none;
    display: inline-block;
    background-color: #ff6000;
    color: white;
    line-height: 38px;
    font-weight: bold;
    text-align: center;
    border-radius: 20px;
}
.product-thumb .button-group button span {
color:white;
}
.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;
}
.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;
	max-height: 32px;
}

/* 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;
}
.sort_area{
background: #eee;
border-radius: 5px;
padding: 5px 0px 0px 0px;
margin-bottom: 20px;
}
.header_bottom {
margin-bottom: 20px;
}
.results_title{
margin-bottom: 5px;
color: #484848;
font-size: 16px;
word-break: break-word;
}

#list-view, #grid-view {
border: none;
border-radius: 0;
background: transparent;
border-color: transparent;
text-shadow: none;
box-shadow: none;
color: #888;
}

#list-view i, #grid-view i{
font-size: 16px;
margin-top:3px;
}

#list-view.active, #grid-view.active {
color: #ff6000;
}

label.input-group-addon {
border:none;
}
div.so-deal {
	margin: 0;
}

div.so-deal .extraslider-inner {
	border: none;
}

div.so-deal .extraslider-inner .product-thumb{
	margin: 0;
	border: none;
}
/*div.so-deal .item-time{
	position: static;
	margin: 0 0 20px;
	display: block;
	overflow: hidden;
}*/
div.so-deal .extraslider-inner .item{
	border: 1px solid #ebebeb;'
}
div.so-deal .product-thumb .caption{
	margin: 0 0 10px;
}

.block-featured{
	text-align: center;
}
.block-featured .content-featured {
  display: inline-flex;
  padding-top: 20px; }
  @media (min-width: 992px) {
    .block-featured .content-featured {
      padding-top: 41px; } }
  .block-featured .content-featured .item {
    display: table-cell; }
  .block-featured .content-featured img {
	width: 100%;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out; }
    .block-featured .content-featured img:hover {
      opacity: 0.8;
      filter: alpha(opacity=80); }

/*BLOCK DEAL CUSTOM HTML*/
.block-deals-custom {
  position: relative; }
.block-deals-custom .title-home{text-align: center;}
.block-deals-custom .sub-text{text-align: center; margin: 0 0 30px}
  .block-deals-custom .sub-text:before {
    content: "" !important;
    background: url("../image/icon/icon-home-deals.png") no-repeat center center;
    position: absolute !important;
    width: 32px;
    height: 28px; }
  .block-deals-custom .bg-deal-1 {
    position: absolute;
    bottom: 0;
    float: left;
    display: none; }
    @media (max-width: 1199px) {
      .block-deals-custom .bg-deal-1 {
        transform: translateY(-50%);
        width: 45%;
        top: 50%;
        bottom: auto; } }
  .block-deals-custom .bg-deal-2 {
    position: absolute;
    float: right;
    right: 0;
    bottom: 0;
    display: none; }
    @media (max-width: 1199px) {
      .block-deals-custom .bg-deal-2 {
        transform: translateY(-50%);
        width: 45%;
        top: 50%;
        bottom: auto; } }
  .block-deals-custom .box-deals {
    display: inline-block;
    width: 50%; }
    .block-deals-custom .box-deals .content-deals {
      padding: 129px 0 0;
      position: relative;
      z-index: 2;
      min-height: 400px; }
      @media (min-width: 1200px) {
        .block-deals-custom .box-deals .content-deals {
          min-height: 580px; } }
      .block-deals-custom .box-deals .content-deals .font-sn2 {
        color: #dddddd;
        font-size: 28px;
        letter-spacing: 1px;
        padding-bottom: 17px; }
        .block-deals-custom .box-deals .content-deals .font-sn2 strong {
          color: #4eabf0; }
      .block-deals-custom .box-deals .content-deals h2 {
        font-size: 25px;
        color: #4eabf0;
        text-transform: uppercase;
        padding-top: 10px;
        padding-bottom: 17px; }
        @media (min-width: 1200px) {
          .block-deals-custom .box-deals .content-deals h2 {
            font-size: 40px; } }
      .block-deals-custom .box-deals .content-deals .box-descrip {
        padding-bottom: 36px; }
        .block-deals-custom .box-deals .content-deals .box-descrip li {
          font-size: 15px;
          color: #ddd;
          line-height: 38px;
          position: relative;
          padding-left: 13px; }
          .block-deals-custom .box-deals .content-deals .box-descrip li:before {
            content: "";
            height: 4px;
            width: 4px;
            border-radius: 100%;
            position: absolute;
            background: #fff;
            left: 0;
            top: 50%;
            transform: translateY(-50%); }
      .block-deals-custom .box-deals .content-deals .prices {
        display: inline-block;
        font-size: 18px;
        color: #4eabf0; }
        @media (min-width: 1200px) {
          .block-deals-custom .box-deals .content-deals .prices {
            font-size: 28px; } }
        .block-deals-custom .box-deals .content-deals .prices .price-deals {
          font-size: 16px;
          padding-right: 5px;
          color: #eee; }
          @media (min-width: 1200px) {
            .block-deals-custom .box-deals .content-deals .prices .price-deals {
              font-size: 18px; } }
    .block-deals-custom .box-deals.box-deals-1 {
      float: left;
      padding-right: 45px;
      background: url("../image/bg-deal1.jpg") no-repeat center top; }
      @media (min-width: 1200px) {
        .block-deals-custom .box-deals.box-deals-1 {
          padding-right: 122px; } }
      .block-deals-custom .box-deals.box-deals-1 .content-deals {
        float: right; }
    .block-deals-custom .box-deals.box-deals-2 {
      text-align: left;
      background: url("../image/bg-deal2.jpg") no-repeat center top;
      padding-left: 45px; }
      @media (min-width: 1200px) {
        .block-deals-custom .box-deals.box-deals-2 {
          padding-left: 122px; } }
  .block-deals-custom .content-deals {
    position: relative; }
  .block-deals-custom .countdown_boxs {
    position: absolute;
    text-align: center;
    background: #fff;
    border-radius: 30px;
    top: 50%;
    padding: 0 10px;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    left: 50%; }
    @media (min-width: 1200px) {
      .block-deals-custom .countdown_boxs {
        padding: 5px 20px;
        border-radius: 60px; } }
    .block-deals-custom .countdown_boxs .num-time {
      font-size: 24px;
      color: #4eabf0;
      padding-bottom: 5px; }
    .block-deals-custom .countdown_boxs .name-time {
      font-size: 14px;
      color: #999; }
    .block-deals-custom .countdown_boxs .time-item {
      border-bottom: 1px solid rgba(148, 195, 0, 0.5);
      padding: 10px 0; }
      @media (min-width: 1200px) {
        .block-deals-custom .countdown_boxs .time-item {
          padding: 20px 0; } }
      .block-deals-custom .countdown_boxs .time-item:last-child {
        border: none; }

.box-listing-tabs  .so-listing-tabs{
	text-align: center;
}
.box-listing-tabs  .so-listing-tabs .ltabs-tabs-container .ltabs-tabs li{
	float: none;
	display: inline-block;
}

//

.module.custom-shipping {
  margin-top: 30px; }
  .module.custom-shipping .shipping-days {
	 padding: 0;
	 list-style: none;
    position: relative; }
    .module.custom-shipping .shipping-days:before {
      content: "";
      height: 1px;
      left: 50%;
      position: absolute;
      top: 40px;
      width: 60%;
      border-bottom: 1px dashed #ccc;
      transform: translate(-50%);
      -moz-transform: translate(-50%);
      -ms-transform: translate(-50%);
      -webkit-transform: translate(-50%);
      -o-transform: translate(-50%); }
    .module.custom-shipping .shipping-days > li {
      position: relative;
      text-align: center; }
      .module.custom-shipping .shipping-days > li .icon {
        height: 80px;
        width: 122px;
        background: #fff;
        margin: 0 auto 20px;
        position: relative;
        overflow: hidden; }
        .module.custom-shipping .shipping-days > li .icon .border {
          border: 1px solid #ededed;
          border-radius: 50%;
          height: 80px;
          width: 80px;
          position: absolute;
          top: 50%;
          left: 50%;
		  transform: translate(-50%,-50%);
		  -moz-transform: translate(-50%,-50%);
		  -ms-transform: translate(-50%,-50%);
		  -webkit-transform: translate(-50%,-50%);
		  }
          .module.custom-shipping .shipping-days > li .icon .border:before {
            content: "";
            position: absolute;
            top: 1px;
            left: 1px;
            right: 1px;
            bottom: 1px;
            border-radius: 50%;
            z-index: 2; }
          .module.custom-shipping .shipping-days > li .icon .border:after {
            content: "";
            height: 0;
            width: 0;
            position: absolute;
            background: #3f9dd3;
            left: 50%;
            bottom: 0;
            border-radius: 50%;
			transform: translateX(-50%);
			-moz-transform: translateX(-50%);
			-webkit-transform: translateX(-50%);
			-ms-transform: translateX(-50%);
            transition: all 0.3s ease; }
        .module.custom-shipping .shipping-days > li .icon.icon1 .border:before {
          background: #fff url(../image/ship.png) no-repeat center; }
        .module.custom-shipping .shipping-days > li .icon.icon2 .border:before {
          background: #fff url(../image/cash.png) no-repeat center; }
        .module.custom-shipping .shipping-days > li .icon.icon3 .border:before {
          background: #fff url(../image/phone.png) no-repeat center; }
      .module.custom-shipping .shipping-days > li .content {
        color: #666; }
        .module.custom-shipping .shipping-days > li .content h3 {
          font-size: 16px;
          text-transform: uppercase; }
        .module.custom-shipping .shipping-days > li .content p {
          font-size: 12px; }
      .module.custom-shipping .shipping-days > li:hover {
        cursor: pointer; }
        .module.custom-shipping .shipping-days > li:hover .content h3 {
          color: #3f9dd3; }
        .module.custom-shipping .shipping-days > li:hover .icon .border:after {
          height: 100%;
          width: 100%;
          transition: all 0.3s ease; }
        .module.custom-shipping .shipping-days > li:hover .icon.icon1 .border:before {
          background: #fff url(../image/ship-over.png) no-repeat center; }
        .module.custom-shipping .shipping-days > li:hover .icon.icon2 .border:before {
          background: #fff url(../image/cash-over.png) no-repeat center; }
        .module.custom-shipping .shipping-days > li:hover .icon.icon3 .border:before {
          background: #fff url(../image/phone-over.png) no-repeat center; }



.Our-stories {
  margin: 0 0 20px; }
  .Our-stories .block-left .block-top {
    border: 20px solid #f5f5f5;
    padding: 35px 55px;
    text-align: center;
    margin: 0 0 30px; }
    .Our-stories .block-left .block-top h3.title {
      font-size: 26px;
      text-transform: uppercase;
      color: #666; }
    .Our-stories .block-left .block-top .list-icon {
      margin-top: 28px; }
      .Our-stories .block-left .block-top .list-icon li {
        display: inline-block; }
        .Our-stories .block-left .block-top .list-icon li a {
          font-size: 18px;
          margin: 0 10px;
          color: #ccc; }
          .Our-stories .block-left .block-top .list-icon li a:hover {
            color: #3f9dd3; }
  .Our-stories .block-left .block-bottom {
    position: relative; }
    .Our-stories .block-left .block-bottom .image-item {
      position: relative; }
      .Our-stories .block-left .block-bottom .image-item:before {
        content: "";
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: #00346f;
        opacity: 0.1; }
      .Our-stories .block-left .block-bottom .image-item .border {
        content: "";
        top: 20px;
        left: 20px;
        right: 20px;
        bottom: 20px;
        position: absolute;
        border: 2px solid #fff; }
    .Our-stories .block-left .block-bottom .content {
      position: absolute;
      top: 50%;
      left: 0;
      padding: 30px 0;
      transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      background: white;
      width: 100%;
      text-align: center;
      transition: all 0.3s ease-in; }
      .Our-stories .block-left .block-bottom .content h4 {
        margin: 0;
        color: #3f9dd3;
        font-size: 16px;
        text-transform: capitalize;
        font-style: italic; }
      .Our-stories .block-left .block-bottom .content h3 {
        margin: 0;
        font-size: 26px;
        color: #666;
        text-transform: uppercase;
        font-weight: bold; }
    .Our-stories .block-left .block-bottom:hover .content {
      background: rgba(255, 255, 255, 0.5);
      transition: all 0.3s ease-in; }
  .Our-stories .block-right .image-item {
    position: relative; }
    .Our-stories .block-right .image-item .border-before {
      content: "";
      height: 100%;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: #00346f;
      opacity: 0.1; }
    .Our-stories .block-right .image-item .border-after {
      content: "";
      top: 20px;
      left: 20px;
      right: 20px;
      bottom: 20px;
      position: absolute;
      border: 2px solid #fff;
      background: rgba(0, 52, 111, 0.1); }
  .Our-stories .block-right .content {
    text-align: center;
    padding: 50px 0 55px;
    border-bottom: 1px solid #e5e5e5; }
    .Our-stories .block-right .content h3.title {
      font-size: 26px;
      color: #666;
      text-transform: uppercase;
      font-weight: bold; }
    .Our-stories .block-right .content a.btn {
      background: #333 none repeat scroll 0 0;
      border-radius: 3px;
      color: #fff;
      font-size: 16px;
      font-weight: 700;
      padding: 12px 64px;
      margin: 40px 0 0;
      text-transform: uppercase; }
      .Our-stories .block-right .content a.btn:hover {
        background: #3f9dd3; }
.ColorfulBand-2QkaY {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction:row
}

.ColorfulBand-2QkaY > div {
    height:8px
}

.ColorfulBand-2QkaY > div.ColorfulBand-1433E {
    width: 11%;
    background:#7622da
}

.ColorfulBand-2QkaY > div.ColorfulBand-2vJHe {
    width: 18%;
    background:#47c6eb
}

.ColorfulBand-2QkaY > div.ColorfulBand-3lAXa {
    width: 31%;
    background:#ed5f1f
}

.ColorfulBand-2QkaY > div.ColorfulBand-1loDF {
    width: 15%;
    background:#f59f28
}

.ColorfulBand-2QkaY > div.ColorfulBand-2iE2o {
    width: 13%;
    background:#6b1e5b
}

.ColorfulBand-2QkaY > div.ColorfulBand-3IRmW {
    width: 12%;
    background:#45b794
}

.bu-banner img {
border-radius: 8px;
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}


.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: 0px;
font-size: 11px;
}

@media(max-width:767px){

	.bottomnav {
	display: table !important;
	}

}


.bottomnav {
    position: fixed;
    bottom: 0;
    width: 100%;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    overflow-x: auto;
    z-index: 9999999999999;
}

.navlink {
    display: table-cell;
    text-align: center;
    margin: 0 auto;
    overflow: hidden;
    white-space: nowrap;
    font-size: 13px;
    color: #444444;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    transition: background-color 0.1s ease-in-out;
    border-right: 1px solid #ccc;
    vertical-align: middle;
    padding: 5px;


    }

.navlink:last-child {
	border:none;
}

.navlink:hover {
    background-color: #eeeeee;
}
.navtext{
    display: block;
}
.navicon {
    font-size: 18px;
}




/* Sidebars */


.sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  overflow-x: hidden;
  transition: 0.5s;
  background: #fafafa;
}

.sidebar a {
  transition: 0.3s;
  min-width: 300px;
  border: none;
  background: transparent;
  cursor: pointer;
}

.sidebar a:hover {
  color: #000;
}

.sidebar .closebtn {
position: absolute;
top: 6px;
right: 0;
font-size: 36px;
border: none;
background: transparent;
color: #333;
padding: 7px 10px;
z-index: 99999;
}

#openbtn {
  font-size: 20px;
  cursor: pointer;
  background: transparent;
  color: #333;
  padding: 7px 10px;
  border: none;
  position: absolute;
  top: 10px;
  left: 0px;
  z-index: 99999;
}


#main {
  transition: all .5s;
  overflow-x: hidden;
}


.rsidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  overflow-x: hidden;
  transition: 0.5s;
  background: #fafafa;
}

.rsidebar a {
  transition: 0.3s;
  min-width: 300px;
  border: none;
  background: transparent;
  cursor: pointer;
}

.rsidebar a:hover {
  color: #000;
}

.rsidebar .rclosebtn {
position: absolute;
top: 6px;
right: 0;
font-size: 36px;
border: none;
background: transparent;
color: #333;
padding: 7px 10px;
}

#ropenbtn {
  cursor: pointer;
  background: transparent;
  color: #333;
  padding: 7px 10px;
  border: none;
  position: absolute;
  top: 10px;
  right: 0px;
  z-index: 99999;
}
#openbtn i, #ropenbtn i{
  font-size: 20px;
}
#openbtn:hover, #ropenbtn:hover, .sidebar .closebtn:hover, .rsidebar .rclosebtn:hover {
  color: #888;
}
#mySidebar h3, #rmySidebar h3{
padding-left: 10px;
background: #ddd;
margin: 0;
padding: 10px;
}
.prd_percent {
background: red;color: #fff;display: inline-block;text-align: center;padding: 5px;border-radius: 4px;font-size: 12px;font-weight: 600;float: left;margin-right: 20px;
}
.prd_percent div {
font-size: 18px;
}
.prd_special {
font-size: 26px;
font-weight: 600;
color: #444;
margin: 5px;
}
.prd_title {
margin-top: 0px;
font-size: 16px;
font-weight: 600;
margin-bottom: 0px;
}
.cart_container{
position: relative;
}
.quant_container{
position: relative;
}
#product .fa.fa-circle{
font-size: 6px;
}

.account_list {
border-right: 1px solid #eee;
}

.account_list a{
border: 0;
font-size: 11px;
font-weight: 600;
color: #444;
}
.account_list a.active, .account_list a.active:hover, .account_list a:hover{
border: 0;
}
.account_list .fa{
font-size: 18px;
}
.name_area {
margin-left: 10px;
font-size: 13px;
font-weight: 600;
color: #444;
}
.name_area span{
background: #eee;
padding: 3px 5px 3px 5px;
border-radius: 50%;
line-height: 2;
font-size: 15px;
}
#checkout-cart table {
border: 2px solid #eee;
border-radius: 5px;
}
#checkout-cart thead {
background: #eee;
}
#checkout-cart h2{
font-size: 18px;
margin: 0;
}
.coupon_area{
border: 1px solid #e8e8e8;
border-radius: 5px;
padding: 10px;
background: #fafafa;
}
.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: 300px;
    /*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;
}
#mobile_menu a{
display: block;height: 20px;width: 20px;color: #444;
}
#mobile_menu a .fa-bars{
font-size:18px;
}
#mobile_user{
position: absolute;
top: 14px;
right: 20px;
}
#mobile_user a{
display: block;height: 20px;width: 20px;color: #444;
}
#mobile_user a .fa-user{
font-size:18px;
}

.mmain{
background: #fafafa;
}
/* mobile search */
#msearch {
display: block;
padding: 10px 50px 10px 20px;
}
#msearch .input-lg {
height: 32px;
line-height: 10px;
padding: 0 10px;
border-radius: 0;
}
#msearch .btn-lg {
font-size: 15px;
line-height: 18px;
padding: 5px 10px;
background: #f2f2f2;
border-radius: 0;
}

#msearch span {
overflow: unset;
padding: 0;
margin: 0;
}
@media(max-width:991px){
	#logo {
	display: flex;
	justify-content: center;
	}
	header{
	padding:0;
	}

	.bottomnav {
	display: table !important;
	}

}


.bottomnav {
    position: fixed;
    bottom: 0;
    width: 100%;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    overflow-x: auto;
    z-index: 9999999999999;
}

.navlink {
    display: table-cell;
    text-align: center;
    margin: 0 auto;
    overflow: hidden;
    white-space: nowrap;
    font-size: 13px;
    color: #444444;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    transition: background-color 0.1s ease-in-out;
    border-right: 1px solid #ccc;
    vertical-align: middle;
    padding: 5px;


    }

.navlink:last-child {
	border:none;
}

.navlink:hover {
    background-color: #eeeeee;
}
.navtext{
    display: block;
}
.navicon {
    font-size: 18px;
}
.quant_area{
    position: relative;
    display: flex;
}
