.centerm{
	position: absolute;
	right: 0;
	bottom:0;	
	border: 0;	
	padding:0;
	width: 70%;
	float: right;
}
/*z-index problem */
.centerm .orow {z-index:10000;}
.centerm .sm {z-index:10010;}
#main-nav{
	text-align:right;
	position: absolute;
	right: 0;
	bottom:0;	
	border: 0;	
	padding:0;
	margin-bottom: 5px;
}
.ccur {
	padding-top: 0px;
}
.main-menu-btn {
  position: relative;
  display: inline-block;
  margin-top:10px;
  width: 40px;
  height: 40px;
  text-indent: 40px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
/* hamburger icon */
.main-menu-btn-icon, .main-menu-btn-icon:before, .main-menu-btn-icon:after {
  position: absolute;
  top: 40%;
  left: 2px;
  height: 4px;
  width: 30px;
  background: rgb(237, 28, 36);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.main-menu-btn-icon:before {
  content: '';
  top: -7px;
  left: 0;
}
.main-menu-btn-icon:after {
  content: '';
  top: 7px;
  left: 0;
}
/* x icon */
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
  height: 0;
  background: transparent;
}
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* hide menu state checkbox (keep it visible to screen readers) */
#main-menu-state {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(1px,1px,1px,1px);
}
/* hide the menu in mobile view */
#main-menu-state:not(:checked) ~ #main-menu {
  display: none;
}
#main-menu-state:checked ~ #main-menu {
  display: block;
}
@media (min-width: 802px) {
  /* hide the button in desktop view */
  .main-menu-btn {
    position: absolute;
    top: -99999px;
  }
  /* always show the menu in desktop view */
  #main-menu-state:not(:checked) ~ #main-menu {
    display: block;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------------------- */
.sm-red {
  background: transparent;
  box-shadow:5px 5px 5px #000;
}
.sm-red a, .sm-red a:hover, .sm-red a:focus, .sm-red a:active {
  padding: 10px 20px;
  /* make room for the toggle button (sub indicator) */
  padding-right: 58px;
  background: Transparent;
  color: Black;
  font-family: Helvetica,Verdana, Arial,  'Open Sans', sans-serif; 	
  font-size: 15px;
  line-height: 23px;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
.sm-red a.menu-current {
  background: Transparent;
  color: rgb(88, 89, 91);
}
.sm-red a.disabled {
  color: #a1d1e8;
}
.sm-red a span.sub-arrow {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: auto;
  right: 4px;
  width: 160px;
  height: 30px;
  overflow: hidden;
  font: bold 16px/30px monospace !important;
  text-align: center;
  text-shadow: none;
  background: Transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.sm-red a.highlighted span.sub-arrow:before {
  display: block;
  content: '-';
}
.sm-red ul {
  background: white;
}
.sm-red ul ul {
  background: rgba(102, 102, 102, 0.1);
}
.sm-red ul a, .sm-red ul a:hover, .sm-red ul a:focus, .sm-red ul a:active {
  background: transparent;
  color: rgb(88, 89, 91);
  font-size: 16px;
  text-shadow: none;
  border-left: 8px solid transparent;
}
.sm-red ul a.menu-current {
  xxbackground: rgb(237, 28, 36);
  color: rgb(88, 89, 91);
}
.sm-red ul a.disabled {
  color: #b3b3b3;
}
.sm-red ul ul a,
.sm-red ul ul a:hover,
.sm-red ul ul a:focus,
.sm-red ul ul a:active {
  border-left: 16px solid transparent;
}
.sm-red ul ul ul a,
.sm-red ul ul ul a:hover,
.sm-red ul ul ul a:focus,
.sm-red ul ul ul a:active {
  border-left: 24px solid transparent;
}
.sm-red ul ul ul ul a,
.sm-red ul ul ul ul a:hover,
.sm-red ul ul ul ul a:focus,
.sm-red ul ul ul ul a:active {
  border-left: 32px solid transparent;
}
.sm-red ul ul ul ul ul a,
.sm-red ul ul ul ul ul a:hover,
.sm-red ul ul ul ul ul a:focus,
.sm-red ul ul ul ul ul a:active {
  border-left: 40px solid transparent;
}
.sm-red ul li {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.sm-red ul li:first-child {
  border-top: 0;
}
@media (min-width: 802px) {
  /* Switch to desktop layout
  -----------------------------------------------
     These transform the menu tree from
     collapsible to desktop (navbar + dropdowns)
  -----------------------------------------------*/
  /* start... (it's not recommended editing these rules) */
  .sm-red ul {
    position: absolute;
    width: 12em;
  }
  .sm-red li {
    float: left;
  }
  .sm-red.sm-rtl li {
    float: right;
  }
  .sm-red ul li, .sm-red.sm-rtl ul li, .sm-red.sm-vertical li {
    float: none;
  }
  .sm-red a {
    white-space: nowrap;
  }
  .sm-red ul a, .sm-red.sm-vertical a {
    white-space: normal;
  }
  .sm-red .sm-nowrap > li > a, .sm-red .sm-nowrap > li > :not(ul) a {
    white-space: nowrap;
  }
  /* ...end */
  .sm-red {
    background: Transparent;
  box-shadow:5px 5px 5px #000;
  }
  .sm-red a, .sm-red a:hover, .sm-red a:focus, .sm-red a:active, .sm-red a.highlighted {
    padding: 5px 15px;
    background: Transparent;
    color: rgb(88, 89, 91);
  }
  .sm-red, .sm-red a:hover, .sm-red a:focus, .sm-red a:active, .sm-red a.highlighted {
	background: #fff;
	color: rgb(237, 28, 36);
	}
  .sm-red a:hover, .sm-red a:focus, .sm-red a:active, .sm-red a.highlighted {
border-bottom: 0px solid  rgb(220, 28, 36);
  }
  .sm-red a.menu-current {
    background: Transparent;
    color: rgb(220, 28, 36);
  }
  .sm-red a.disabled {
    background: Transparent;
    color: #a1d1e8;
  }
  .sm-red a.menu-current div.ccur {
	  color: rgb(237, 28, 36);
  }
  .sm-red a span.sub-arrow {
    top: auto;
    margin-top: 0;
    bottom: -3px;
    left: 50%;
    margin-left: -5px;
    right: auto;
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid dashed dashed dashed;
    border-color: rgb(88, 89, 91) transparent transparent transparent;
    background: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
  }
  .sm-red a.highlighted span.sub-arrow:before {
    display: none;
  }
  .sm-red > li {
    border-left: 1px dotted  rgb(88, 89, 91);
  }
    .sm-red > li > a {
    border-left: 0px solid rgb(88, 89, 91);
  }
  .sm-red > li:first-child {
    border-left: 0;
  }
  .sm-red ul {
    border: 1px solid #a8a8a8;
    padding: 7px 7px 7px 0px;
    background: white;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -ms-border-radius: 0 0 4px 4px;
    -o-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.2);
  }
  .sm-red ul ul {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background: white;
  }
  .sm-red ul a, .sm-red ul a:hover, .sm-red ul a:focus, .sm-red ul a:active, .sm-red ul a.highlighted {
    border: 0 !important;
    xpadding: 9px 23px;
    background: transparent;
    color: rgb(88, 89, 91);
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    border-radius: 0 !important;
  }
  .sm-red ul a:hover, .sm-red ul a:focus, .sm-red ul a:active, .sm-red ul a.highlighted {
    background: Transparent;
    color: rgb(237, 28, 36);
  }
  .sm-red ul a.menu-current {
    xxbackground: rgb(237, 28, 36);
    color: rgb(88, 89, 91);
  }
  .sm-red ul a.disabled {
    background: white;
    color: #b3b3b3;
  }
  .sm-red ul a span.sub-arrow {
    top: 50%;
    margin-top: -5px;
    bottom: auto;
    left: auto;
    margin-left: 0;
    right: 0px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent rgb(88, 89, 91);
  }
  .sm-red ul li {
    border: 0;
  }
  .sm-red span.scroll-up,
  .sm-red span.scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    background: white;
    height: 20px;
  }
  .sm-red span.scroll-up-arrow, .sm-red span.scroll-down-arrow {
    position: absolute;
    top: -2px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 8px;
    border-style: dashed dashed solid dashed;
    /*border-color: transparent transparent green transparent;*/
  }
  .sm-red span.scroll-down-arrow {
    top: 6px;
    border-style: solid dashed dashed dashed;
    /*border-color: green transparent transparent transparent;*/
  }
  .sm-red.sm-rtl.sm-vertical a span.sub-arrow {
    right: auto;
    left: 10px;
    border-style: dashed solid dashed dashed;
    border-color: transparent #a1d1e8 transparent transparent;
  }
  .sm-red.sm-rtl > li:first-child > a, .sm-red.sm-rtl > li:first-child > :not(ul) a {
    -webkit-border-radius: 0 8px 8px 0;
    -moz-border-radius: 0 8px 8px 0;
    -ms-border-radius: 0 8px 8px 0;
    -o-border-radius: 0 8px 8px 0;
    border-radius: 0 8px 8px 0;
  }
  .sm-red.sm-rtl > li:last-child > a, .sm-red.sm-rtl > li:last-child > :not(ul) a {
    -webkit-border-radius: 8px 0 0 8px !important;
    -moz-border-radius: 8px 0 0 8px !important;
    -ms-border-radius: 8px 0 0 8px !important;
    -o-border-radius: 8px 0 0 8px !important;
    border-radius: 8px 0 0 8px !important;
  }
  .sm-red.sm-rtl > li:first-child {
    border-left: 0px solid green;
  }
  .sm-red.sm-rtl > li:last-child {
    border-left: 0;
  }
  .sm-red.sm-rtl ul a span.sub-arrow {
    right: auto;
    left: 10px;
    border-style: dashed solid dashed dashed;
    border-color: transparent #a1d1e8 transparent transparent;
  }
  .sm-red.sm-vertical {
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  }
  .sm-red.sm-vertical a {
    padding: 9px 23px;
  }
  .sm-red.sm-vertical a span.sub-arrow {
    top: 50%;
    margin-top: -5px;
    bottom: auto;
    left: auto;
    margin-left: 0;
    right: 10px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #a1d1e8;
  }
  .sm-red.sm-vertical > li:first-child > a, .sm-red.sm-vertical > li:first-child > :not(ul) a {
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    -ms-border-radius: 8px 8px 0 0;
    -o-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
  }
  .sm-red.sm-vertical > li:last-child > a, .sm-red.sm-vertical > li:last-child > :not(ul) a {
    -webkit-border-radius: 0 0 8px 8px !important;
    -moz-border-radius: 0 0 8px 8px !important;
    -ms-border-radius: 0 0 8px 8px !important;
    -o-border-radius: 0 0 8px 8px !important;
    border-radius: 0 0 8px 8px !important;
  }
  .sm-red.sm-vertical > li {
    border-left: 0 !important;
  }
  .sm-red.sm-vertical ul {
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -ms-border-radius: 4px !important;
    -o-border-radius: 4px !important;
    border-radius: 4px !important;
  }
  .sm-red.sm-vertical ul a {
    padding: 9px 23px;
  }
}
/* For menu mobile*/
@media screen and (max-width: 801px) {
	#main-nav {
	position: relative;
    display: inline-block;
    overflow: hidden;
    cursor: pointer;
    float: right;
	width:100%;	
	}
	.sm-red a, .sm-red a:hover, .sm-red a:focus, .sm-red a:active {
	background: #fff;
	color: rgb(237, 28, 36);
	}
	.sm-red {
	background: #fff;
	color: rgb(88, 89, 91);
	}
	.sm-red > li {
	border-bottom: 1px dotted  rgb(88, 89, 91);
}
	.sm-red a, .sm-red a:hover, .sm-red a:focus, .sm-red a:active, .sm-red a.highlighted {
	background: #fff;
	color: rgb(88, 89, 91);
	}
		.sm-red, .sm-red a:hover, .sm-red a:focus, .sm-red a:active, .sm-red a.highlighted {
	background: #fff;
	color: rgb(237, 28, 36);
	}
	.sm-red a.disabled {
	background: #a22a3f;
	color: #a1d1e8;
	}
	.sm-red ul a:hover, .sm-red ul a:focus, .sm-red ul a:active, .sm-red ul a.highlighted {
	background: #fff;
	color: rgb(237, 28, 36);
	}
	.sm-red a.menu-current {
	  background:  #fff;
	  color:rgb(237, 28, 36);
	}
	.sm-red ul a.menu-current {
	  background:  #fff;
	  color:rgb(237, 28, 36);
	}
	  .sm-red a.menu-current {
	  background:  #fff;
	  color:rgb(237, 28, 36);
	  }
	  .sm-red ul a.menu-current {
	  background:  #fff;
	  color:rgb(237, 28, 36);
	  }
.sm-red a span.sub-arrow {
  background: rgb(88, 89, 91);
  color: white;
}
.sm-red a span.sub-arrow {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: auto;
  right: 4px;
  width: 12px;
  height: 12px;
  overflow: hidden;
  font: bold 16px/30px monospace !important;
  text-align: center;
  text-shadow: none;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
	#main-menu {
		position: relative;
		display: inline-block;
		overflow: hidden;
		cursor: pointer;
		float: right;
		width:100%;
		margin-top:0px;	
	}
.sm-red a, .sm-red a:hover, .sm-red a:focus, .sm-red a:active {
  font-size: 1.6em;
  font-size: 16px;
}
}
/*3840*/
@media screen and (min-width: 1930px) {
.sm-red a, .sm-red a:hover, .sm-red a:focus, .sm-red a:active {
  font-size: 1.6em;
  font-size: 16px;
}
}
/* (Dim) Animation */
/* =============== */
.sm-red .sm-nowrap > li:first-child > a, .sm-red .sm-nowrap > li:first-child > :not(ul) a, #new_product{
	text-transform: uppercase;
	background-image: linear-gradient(
	-225deg,
	#fa0505 0%,
	#e66060 29%,
	#ff1361 67%,
	#fff800 100%
	);
	background-size: auto auto;
	background-clip: border-box;
	background-size: 200% auto;
	color: #fff;
	background-clip: text;
	text-fill-color: transparent;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	animation: f4_anim 4s linear infinite;
	display: inline-block;
  }
@keyframes f4_anim {
  to {
    background-position: 200% center;
  }
}