/*!
 * 1. Common
 * 2. Useful Class
 * 3. Global Setting
 * 4. Header
 * 5. Content
 * 6. Form
 * 7. Footer
 * 8. Media Query
 */



/* 1. Common
==================== */



/* 2. Useful Class
==================== */
.rml-textcenter {
	text-align: center;
}
.rml-textleft {
	text-align: left;
}
.rml-textright {
	text-align: right;
}
.rml-text10 {
	font-size: 10px !important;
	line-height: 14px !important;
}
.rml-text11 {
	font-size: 11px !important;
	line-height: 16px !important;
}
.rml-text12 {
	font-size: 12px !important;
	line-height: 20px !important;
}
.rml-text14 {
	font-size: 14px !important;
}
.rml-text16 {
	font-size: 16px !important;
}
.rml-text18 {
	font-size: 18px !important;
}
.rml-text20 {
	font-size: 20px !important;
}
.rml-text24 {
	font-size: 24px !important;
}
.rml-text36 {
	font-size: 36px !important;
	line-height: 32px;
}
.rml-text44 {
	font-size: 44px !important;
	line-height: 40px;
}
.rml-textitalic {
	font-style: italic;
}
.rml-textunderline {
	text-decoration: underline;
}
.rml-inlinecontainer {
	font-size: 0;
}
.rml-inlinecontainer.top > .rml-inlineblock {
	vertical-align: top;
}
.rml-inlinecontainer.middle > .rml-inlineblock {
	vertical-align: middle;
}
.rml-inlinecontainer.bottom > .rml-inlineblock {
	vertical-align: bottom;
}
.rml-inlinecontainer > .rml-inlineblock {
	vertical-align: middle;
	margin-right: 10px;
	font-size: 12px;
}
.rml-inlinecontainer.top > .rml-inlineblock {
	vertical-align: top;
}
.rml-inlinecontainer > .rml-inlineblock:last-child {
	margin-right: 0;
}
.rml-inlinecontainer.twocolumn > .rml-inlineblock {
	margin: 0;
	width: 50%;
}
.rml-inlineblock {
	display: inline-block;
}
.rml-block {
	display: block !important;
}
.rml-nomargin {
	margin: 0 !important;
}
.rml-childnomargin * {
	margin: 0 !important;
}
.rml-centermargin {
	margin: 0 auto;
}
.rml-margin5 {
	margin-bottom: 5px !important;
}
.rml-margin10 {
	margin-bottom: 10px !important;
}
.rml-margin20 {
	margin-bottom: 20px !important;
}
.rml-margin30 {
	margin-bottom: 30px !important;
}
.rml-margin40 {
	margin-bottom: 40px !important;
}
.rml-margin60 {
	margin-bottom: 60px !important;
}
.rml-margin80 {
	margin-bottom: 80px !important;
}
.rml-margin100 {
	margin-bottom: 100px !important;
}
.rml-inlineblock.rml-margin5,
.rml-inlineblock.rml-margin10,
.rml-inlineblock.rml-margin20,
.rml-inlineblock.rml-margin30,
.rml-inlineblock.rml-margin40 {
	margin: 0 !important;
}
.rml-inlineblock.rml-margin5 {
	margin-right: 5px !important;
}
.rml-inlineblock.rml-margin10 {
	margin-right: 10px !important;
}
.rml-inlineblock.rml-margin20 {
	margin-right: 20px !important;
}
.rml-inlineblock.rml-margin30 {
	margin-right: 30px !important;
}
.rml-inlineblock.rml-margin40 {
	margin-right: 40px !important;
}
.rml-padding {
	padding: 20px;
}
.rml-paddingtop {
	padding-top: 10px;
}
.rml-paddingbottom {
	padding-bottom: 10px;
}
.rml-paddingleft {
	padding-left: 10px;
}
.rml-paddingright {
	padding-right: 10px;
}
.rml-nopadding {
	padding: 0 !important;
}
.rml-nopaddingtop {
	padding-top: 0 !important;
}
.rml-margincenter,
.rml-margincenter * {
	margin-left: auto;
	margin-right: auto;
}
.rml-responsiveimage {
	max-width: 100%;
	height: auto;
	display: block;
}
.rml-fullresponsiveimage {
	width: 100%;
	height: auto;
	display: block;
}
.rml-relativecenter {
	position: relative;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
}
.rml-absolutecenter {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
}
.rml-relative {
	position: relative;
}
.rml-overflowhide {
	overflow: hidden;
}
.rml-fullpage {
	height: 100%;
}
.rml-table {
	display: table;
	width: 100%;
	height: 100%;
}
.rml-tablecell {
	display: table-cell;
	height: 100%;
}
.rml-tablecell.middle {
	vertical-align: middle;
}
.rml-tablecell.bottom {
	vertical-align: bottom;
}
.rml-inlinelist ul {
	list-style-type: none;
	font-size: 0;
	margin: 0;
}
.rml-inlinelist ul li {
	display: inline-block;
}
.rml-inlinelist ul li a {
	display: block;
}



/* 3. Global setting
==================== */
body {
    font-size: 14px;
    line-height: 24px;
    position: relative;
    color: #777;
}
a {
	color: #ae832b;
}
strong {
	font-weight: 700;
}
.rml-textwhite {
	color: #fff !important;
}
.rml-textlato {
    font-family: 'Lato', sans-serif;
}
.rml-textregular {
	font-weight: 400;
}
.rml-textbold {
	font-weight: 700;
}
.rml-textblue {
	color: #ae832b !important;
}
.rml-textblack {
	color: #000 !important;
}
.rml-textgrey {
	color: #777777 !important;
}
.rml-textlightgrey {
	color: #aaaaaa !important;
}
.rml-uppercase {
	text-transform: uppercase;
}
.rml-heading1 > * {
	font-size: 3em;
	line-height: 48px;
	margin: 0;
}
.rml-heading2 > * {
	font-size: 2em;
	line-height: 32px;
	margin: 0;
}
.rml-heading3 > * {
	font-size: 1.5em;
	line-height: 28px;
	margin: 0;
}
.rml-heading4 > * {
	font-size: 1.2em;
	line-height: 26px;
	margin: 0;
}
.rml-heading5 > * {
	font-size: 1em;
	line-height: 22px;
	margin: 0;
}
.rml-heading6 > * {
	font-size: 0.92em;
	line-height: 20px;
	margin: 0;
}
.rml-letterspacing {
	letter-spacing: 2px;
}
.rml-paragraph > * {
	font-size: 1em;
	line-height: 22px;
	margin: 0;
	margin-bottom: 10px;
}
.rml-paragraphsmall > * {
	font-size: 0.92em;
	line-height: 20px;
	margin: 0;
	margin-bottom: 10px;
}
.rml-paragraph ul,
.rml-paragraphsmall ul,
.rml-paragraph ol,
.rml-paragraphsmall ol {
	margin-left: 15px;
}
.rml-nodecoration {
	text-decoration: none;
}



/* 4. Header
==================== */
#rml-headerinfo {
	text-align: right;
	z-index: 2;
	position: fixed;
	width: 100%;
	padding: 0 20px;
	background: #fff;
	z-index: 100;
}
#rml-headerinfo li {
	margin-right: 10px;
	vertical-align: top;
}
#rml-headerinfo li:last-child {
	margin-right: 0;
}
#rml-headerinfo li .rml-headericon {
	font-size: 0;
}
#rml-headerinfo li .rml-headericon img {
	width: 40px;
}
#rml-headerinfo li .rml-headericon .rml-inlineblock {
	font-size: 11px;
	vertical-align: middle;
}
#rml-headerinfo .dropdown-menu {
	margin-top: 10px;
	border-top: solid 4px #ae832b;
	-webkit-border-radius: 0;
			border-radius: 0;
}
#rml-headerinfo .dropdown-menu:before {
	position: absolute;
	top: -8px;
	right: 16px;
	width: 0;
	height: 0;
	content: " ";
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-bottom: 4px solid #ae832b;
}
#rml-headerinfo .dropdown-menu li {
	display: block;
	margin: 0;
}
#rml-headerinfo .dropdown-menu li a {
	color: #000;
	font-size: 11px;
	display: block;
	padding: 0 15px;
	line-height: 30px;
	text-decoration: none;
}
#rml-headerinfo .dropdown-menu li > a:hover {
	background: #f5f5f5;
}

#rml-header {
	width: 230px;
	height: 100%;
	padding: 20px 20px 0;
	position: fixed;
	background: #fff;
	top: 0;
	left: 0;
	z-index: 100;
}
#rml-header a {
	color: #000;
}
#rml-logo {
	width: 185px;
	margin-bottom: 20px;
}
#rml-headermenu ul {
	list-style-type: none;
}
#rml-headermenu > ul > li > a,
#rml-headermenu > ul > li > span {
	font-size: 15px;
	display: block;
	line-height: 44px;
	text-decoration: none;
	text-transform: uppercase;
	color: #212121;
	position: relative;
	cursor: pointer;
}
#rml-headermenu li a:hover,
#rml-headermenu li span:hover {
	color: #ae832b;
}
#rml-headermenu li a.active {
	color: #ae832b;
}
#rml-headermenu > ul > li > span:after {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -8px;
	width: 16px;
	height: 16px;
	line-height: 16px;
	font-family: FontAwesome;
	content: "\f107";
	color: #ae832b;
	text-align: center;
}
#rml-headermenu > ul ul {
	max-height: 0;
	overflow: hidden;
}
#rml-headermenu > ul > li.active > ul {
	max-height: 1000px;
	-webkit-transition: all 0.5s linear 0s;
	   -moz-transition: all 0.5s linear 0s;
			transition: all 0.5s linear 0s;
}
#rml-headermenu > ul ul > li:last-child {
	margin-bottom: 10px;
}
#rml-headermenu > ul ul > li > a,
#rml-headermenu > ul ul > li > span {
	display: block;
	font-size: 11px;
	line-height: 20px;
	text-decoration: none;
	color: #373737;
	padding-left: 10px;
	position: relative;
	cursor: pointer;
}
#rml-headermenu > ul ul > li > span:after {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -8px;
	width: 16px;
	height: 16px;
	line-height: 16px;
	font-family: FontAwesome;
	content: "\f107";
	color: #ae832b;
	text-align: center;
}
#rml-headermenu > ul ul > li.active > ul {
	max-height: 1000px;
	-webkit-transition: all 0.5s linear 0s;
	   -moz-transition: all 0.5s linear 0s;
			transition: all 0.5s linear 0s;
}
#rml-headermenu > ul ul ul > li > a,
#rml-headermenu > ul ul ul > li > span {
	padding-left: 20px;
}
#rml-language {
	position: absolute;
	left: 20px;;
	bottom: 10px;
}
#rml-language button {
	border: none;
	background: none;
	margin-right: 10px;
	opacity: 0.3;
	font-size: 11px;
}
#rml-language button.active {
	opacity: 1.0;
}

#rml-currency .btn {
	padding: 0;
	color: #ae832b;
	border: none;
	line-height: 40px;
}
#rml-currency .dropdown-menu {
	min-width: 100px;
}

#rml-mmenu {
	font-size: 12px;
	color: #000;
	width: 40px;
	height: 40px;
	margin-left: 10px;
	background: #ae832b;
	-webkit-border-radius: 20px;
			border-radius: 20px;
	
}
#rml-mmenu a {
	padding: 15px 12px;
	display: block;
	-webkit-border-radius: 20px;
			border-radius: 20px;
}
.rml-menuline {
	height: 2px;
	width: 16px;
	background: #fff;
	display: block;
	margin-bottom: 2px;
}
.rml-menuline:last-child {
	margin-bottom: 0;
}
#rml-nav-logo {
	max-width: 240px;
	padding: 10px 20px;
}
.rml-mmenu-title {
	background: rgba(0,0,0,0.1);
	font-size: 11px;
}

.mm-panels {
	text-transform: uppercase;
}
.mm-menu.mm-offcanvas {
	z-index: 100000;
}



/* 5. Content
==================== */
#rml-container {
	margin-left: 230px;
	padding-top: 70px;
}
.rml-category-image {
	margin-bottom: 20px;
}
.rml-title {
	border-bottom: solid 1px #cecece;
	margin-bottom: 10px;
}
.rml-title * {
	line-height: 40px;
}
.rml-title.line > div {
	display: inline-block;
	border-bottom: solid 4px #cecece;
}
.rml-maintitle {
	margin-bottom: 10px;
}
.rml-maintitle * {
	font-size: 18px;
	line-height: 26px;
	text-transform: uppercase;
}
#priceUpdate {
	color: #ae832b;
}

.rml-category-refine {
	margin-bottom: 20px;
}
.rml-category-refine ul {
	list-style-type: none;
}
.rml-category-refine ul li {
	padding-left: 20px;
	position: relative;
}
.rml-category-refine ul li:after {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -8px;
	width: 16px;
	height: 16px;
	line-height: 16px;
	font-family: FontAwesome;
	content: "\f105";
	color: #ae832b;
	text-align: center;
}
.rml-category-refine ul li a {
	text-decoration: none;
}
#rml-sort {
	text-align: right;
	margin-bottom: 20px;
}
#rml-sort .form-group {
	margin-bottom: 0;
	width: 100%;
}
#rml-sort .rml-sort-label label {
	height: 34px;
	border-left: solid 1px #cecece;
}
#rml-sort .rml-sort-label.sort {
	width: 70px;
	float: left;
}
#rml-sort .rml-sort-select.sort {
	width: 130px;
	margin-left: 70px;
}
#rml-sort .rml-sort-label.limit {
	width: 70px;
	float: left;
}
#rml-sort .rml-sort-select.limit {
	width: 70px;
	margin-left: 70px;
}
.rml-product {
	margin-bottom: 20px;
}
.rml-product-image {
	margin-bottom: 10px;
	position: relative;
}
.rml-product-image a {
	display: block;
}
.rml-product-subname {
	font-size: 0.8em;
	color: #999;
}
.rml-product-caption {
	min-height: 55px;
}
.rml-product-caption a {
	text-decoration: none;
}
.rml-price {
	color: #ae832b;
	font-weight: 700;
}
.rml-price .price-old {
	font-size: 10px;
	text-decoration: line-through;
	color: #cecece;
}
.price-discount {
	font-size: 0;
}
.price-discount .price-old {
	font-size: 11px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 4px;
	text-decoration: line-through;
}
.price-discount .price-discount-label {
	display: inline-block;
	height: 14px;
	line-height: 12px;
	padding: 0 10px;
	font-size: 8px;
	border: solid 1px #ff4545;
	color: #ff4545;
	font-weight: 700;
	vertical-align: middle;
	-webkit-border-radius: 6px;
			border-radius: 6px;
}
.rml-product-button {
	position: relative;
	line-height: 30px;
}
.rml-product-cart {
	display: inline-block;
	border: none;
	background: none;
	font-size: 11px;
	color: #ae832b;
	border: solid 1px #ae832b;
	background-image: url('../media/icon-cart.svg');
	background-repeat: no-repeat;
	background-size: 26px 26px;
	background-position: 20px center;
	padding-left: 55px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.rml-product-attract {
	font-size: 0;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	padding: 5px;
	height: 30px;
}
.rml-label-new,
.rml-label-sale {
	text-align: center;
	font-size: 9px;
	line-height: 20px;
	padding: 0 7px;
	color: #fff;
	display: inline-block;
	min-width: 30px;
	margin-right: 5px;
	-webkit-border-radius: 12px;
			border-radius: 12px;
}
.rml-label-new:last-child,
.rml-label-sale:last-child {
	margin-right: 0;
}
.rml-label-new {
	background: #42b549;
}
.rml-label-sale {
	background: #ff6c6c;
}
#rml-product-label {
	padding-top: 10px;
}
#rml-product-notes {
	padding-top: 10px;
	color: #ccc;
	font-style: italic;
}
.rml-product-info {
	font-size: 0;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 2;
}
.rml-product-info > button {
	display: inline-block;
	border: none;
	background: none;
	font-size: 18px;
	line-height: 30px;
	width: 30px;
	color: #fff;
}
.rml-product-info > button i {
	display: block;
	line-height: 30px;
	width: 30px;
}
#rml-pagination {
	padding-top: 30px;
	text-align: center;
	margin-bottom: 20px;
}
#rml-image-main {
	cursor: zoom-in;
	cursor: -webkit-zoom-in;
	margin-bottom: 10px;
}

.rml-cart-qty {
	position: relative;
}
.rml-cart-qty input {
	padding: 0 40px;
	text-align: center;
}
.rml-cart-minus,
.rml-cart-plus {
	position: absolute !important;
	top: 0;
	width: 34px;
	height: 34px;
	background: none;
	border: none;
	font-size: 18px;
	z-index: 2;
}
.rml-cart-minus {
	left: 0;
}
.rml-cart-plus {
	right: 0;
}

.rml-htmlcontent {
	margin-bottom: 20px;
}
.rml-ups {
    background: #ae832b;
    text-align: center;
    color: #fff;
    padding: 20px 10px;
}
.rml-ups > .rml-inlineblock {
	margin: 0;
}
.rml-upsimage {
	float: left;
	width: 48px;
	height: 48px;
}
.rml-upsimage img {
	width: 100%;
}
.rml-upstext {
	margin-left: 58px;
	height: 48px;
	width: 140px;
	font-size: 12px;
	text-align: left;
}

.rml-option-title,
.rml-option-qty {
	display: block;
}
.rml-option-title {
	float: left;
	width: 150px;
}
.rml-option-qty {
	margin-right: 0 !important;
	margin-left: 160px !important;
}
#rml-qty {
	position: relative;
	padding: 0 34px;
}
#rml-qty input {
	text-align: center;
}
.rml-qty-btn {
	font-size: 20px;
	position: absolute;
	bottom: 0;
	width: 34px;
	height: 34px;
	display: block;
	background: #cecece;
	line-height: 34px;
	text-align: center;
	color: #fff;
	text-decoration: none;
}
#rml-qty-minus {
	left: 0;
}
#rml-qty-plus {
	right: 0;
}
#rml-social-share {
	text-align: center;
}
#rml-social-share a {
	display: block;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 16px;
}

.rml-shipping-image {
	height: 40px;
	width: auto;
	margin: 0 auto;
}
.rml-payment-image {
	max-width: 140px;
}

.rml-featured {
	padding: 20px 0;
	margin-bottom: 20px;
	border-bottom: solid 1px #dedede;
}
.rml-featured-title {
	text-align: center;
	margin-bottom: 20px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.rml-featured-title a {
	text-decoration: none;
}

.rml-slider {
	margin-bottom: 20px;
}
.rml-slider .swiper-button-next, 
.rml-slider .swiper-button-prev {
	background-size: 13px 22px;
	opacity: 0.4;
	margin-top: -32px;
}
.rml-slider .swiper-button-next.swiper-button-disabled, 
.rml-slider .swiper-button-prev.swiper-button-disabled {
	opacity: 0.2;
	pointer-events: auto;
}
.rml-slider .swiper-button-prev,
.rml-slider .swiper-container-rtl .swiper-button-next {
	background-color: #ae832b;
	width: 64px;
	height: 64px;
	left: 0;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D\'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg\'%20viewBox%3D\'0%200%2027%2044\'%3E%3Cpath%20d%3D\'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z\'%20fill%3D\'%23ffffff\'%2F%3E%3C%2Fsvg%3E")
}
.rml-slider .swiper-button-next,
.rml-slider .swiper-container-rtl .swiper-button-prev {
	background-color: #ae832b;
	width: 64px;
	height: 64px;
	right: 0;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D\'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg\'%20viewBox%3D\'0%200%2027%2044\'%3E%3Cpath%20d%3D\'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z\'%20fill%3D\'%23ffffff\'%2F%3E%3C%2Fsvg%3E");
}

.rml-carousel {
	margin-bottom: 20px;
}
.rml-carousel .swiper-button-next, 
.rml-carousel .swiper-button-prev {
	width: 16px;
    height: 32px;
    margin-top: -16px;
	background-size: 16px 32px;
}
.rml-carousel .swiper-button-prev {
	left: 0;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ae832b'%2F%3E%3C%2Fsvg%3E");
}
.rml-carousel .swiper-button-next {
	right: 0;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ae832b'%2F%3E%3C%2Fsvg%3E");
}

.rml-banner {
	margin-bottom: 20px;
}
.rml-banner {
	position: relative;
}
.rml-banner .swiper-button-prev,
.rml-banner .swiper-button-next {
	width: 30px;
	height: 30px;
	margin-top: -15px;
}
.rml-banner .swiper-button-prev,
.rml-banner .swiper-container-rtl .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D\'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg\'%20viewBox%3D\'0%200%2027%2044\'%3E%3Cpath%20d%3D\'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z\'%20fill%3D\'%23000000\'%2F%3E%3C%2Fsvg%3E");
	background-size: 13px 22px;
	left: -40px
}
.rml-banner .swiper-button-next,
.rml-banner .swiper-container-rtl .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D\'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg\'%20viewBox%3D\'0%200%2027%2044\'%3E%3Cpath%20d%3D\'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z\'%20fill%3D\'%23000000\'%2F%3E%3C%2Fsvg%3E");
	background-size: 13px 22px;
	right: -40px
}
.rml-banner .swiper-pagination {
	width: 100%;
}

.rml-productslide {
	position: relative;
}
.rml-productslide .swiper-button-next, 
.rml-productslide .swiper-button-prev {
	background-size: 13px 22px;
	opacity: 1.0;
	top: -70px;
	margin-top: 0;
}
.rml-productslide .swiper-button-next.swiper-button-disabled, 
.rml-productslide .swiper-button-prev.swiper-button-disabled {
	opacity: 0.2;
	pointer-events: auto;
}
.rml-productslide .swiper-button-prev,
.rml-productslide .swiper-container-rtl .swiper-button-next {
	width: 64px;
	height: 64px;
	left: 0;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D\'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg\'%20viewBox%3D\'0%200%2027%2044\'%3E%3Cpath%20d%3D\'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z\'%20fill%3D\'%23ae832b\'%2F%3E%3C%2Fsvg%3E")
}
.rml-productslide .swiper-button-next,
.rml-productslide .swiper-container-rtl .swiper-button-prev {
	width: 64px;
	height: 64px;
	right: 0;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D\'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg\'%20viewBox%3D\'0%200%2027%2044\'%3E%3Cpath%20d%3D\'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z\'%20fill%3D\'%23ae832b\'%2F%3E%3C%2Fsvg%3E");
}

#rml-register {
	height: 400px;
	margin-bottom: 20px;
	position: relative;
	background-image: url('../media/register.jpg');
	background-repeat: no-repeat;
	background-position: left center;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	  	 -o-background-size: cover;
			background-size: cover;
}
#rml-register-text {
	position: absolute;
	bottom: 20px;
	right: 20px;
	font-size: 18px;
	color: #000;
	opacity: 0.6;
	text-transform: uppercase;
	text-align: right;
}
#rml-register-text span {
	font-weight: 700;
}

.rml-account {
	display: block;
	padding-top: 84px;
	text-align: center;
	text-decoration: none;
	color: #777;
	line-height: 16px;
	background-repeat: no-repeat;
	background-position: center 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.rml-account:hover {
	background-color: #f5f5f5;
}
.rml-account#edit {
	background-image: url('../media/icon-account-edit.svg');
}
.rml-account#password {
	background-image: url('../media/icon-account-password.svg');
}
.rml-account#address {
	background-image: url('../media/icon-account-address.svg');
}
.rml-account#wishlist {
	background-image: url('../media/icon-account-wishlist.svg');
}
.rml-account#newsletter {
	background-image: url('../media/icon-account-newsletter.svg');
}
.rml-account#return {
	background-image: url('../media/icon-account-return.svg');
}
.rml-account#history {
	background-image: url('../media/icon-account-history.svg');
}
.rml-account#payconfirm {
	background-image: url('../media/icon-account-payconfirm.svg');
}

#rml-step {
	margin-bottom: 20px;
	text-align: center;
}
#rml-step > .rml-step {
	width: 160px;
	padding: 12px;
	border: solid 1px #cecece;
	position: relative;
	line-height: 16px;
	text-transform: uppercase;
	text-align: left;
	margin-right: 30px;
}
#rml-step > .rml-step span {
}
#rml-step > .rml-step:last-child {
	margin-right: 0;
}
#rml-step > .rml-step.active {
	border: solid 1px #ae832b;
	background: #ae832b;
	color: #fff;
}
#rml-step > .rml-step:after, #rml-step > .rml-step:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
#rml-step > .rml-step:after {
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #fff;
	border-width: 20px 11px;
	margin-top: -20px;
}
#rml-step > .rml-step:before {
	border-color: rgba(229, 229, 229, 0);
	border-left-color: #cecece;
	border-width: 21px 12px;
	margin-top: -21px;
}
#rml-step > .rml-step.active:after {
	border-color: rgba(30, 170, 241, 0);
	border-left-color: #ae832b;
}
#rml-step > .rml-step.active:before {
	border-color: rgba(30, 170, 241, 0);
	border-left-color: #ae832b;
}
#rml-step > .rml-step:last-child:after,
#rml-step > .rml-step:last-child:before {
	display: none;
}

#rml-checkout-info {
	padding: 20px;
	background: #f5f5f5;
	margin-bottom: 20px;
	font-size: 11px;
}
#rml-checkout-info table,
#rml-checkout-info table tr td {
	border: none;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 0;
	padding-right: 0;
}

#rml-popup-newsletter {
	max-width: 400px;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	color: #fff;
}
#rml-popup-newsletterinput {
	background: #fff;
	max-width: 400px;
	text-align: center;
}
#rml-newsletter-code {
	width: 200px;
	height: 60px;
	line-height: 60px;
	background: #ae832b;
	text-align: center;
	margin: 0 auto 20px;
	letter-spacing: 2px;
}

#rml-emptycart {
	width: 160px;
	margin: 0 auto;
}
#rml-emptycart img {
	width: 100%;
}
.rml-bigicon i {
	font-size: 60px;
	color: #cecece;
}
#rml-selectbox .rml-btn {
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: left;
	font-weight: normal;
	text-transform: none;
	width: 240px;
	height: 120px;
	padding-left: 10px;
	padding-right: 10px;
	white-space: normal;
	-webkit-border-radius: 0;
			border-radius: 0;
	-webkit-box-shadow: none;
			box-shadow: none;
}
#rml-selectbox .rml-btn.rml-textcenter {
	text-align: center;
}
#rml-selectbox .rml-btn:last-child {
	margin-right: 0;
}
#rml-selectbox .rml-btn.border {
	border: solid 1px #dddddd;
}
#rml-selectbox .rml-btn.border:hover {
	background: #fff;
}
#rml-selectbox .rml-btn.border.active {
	border: solid 1px #ae832b;
}
#rml-selectbox .rml-btn.border.active:after {
	position: absolute;
	width: 30px;
	height: 30px;
	top: 10px;
	right: 10px;
	background: #ae832b;
	font-family: FontAwesome;
	content: "\f00c";
	line-height: 14px;
	color: #fff;
	text-align: center;
	line-height: 30px;
	-webkit-border-radius: 100%;
			border-radius: 100%;
}
#rml-selectbox .rml-btn img {
	border-bottom: solid 1px #cecece;
}
#rml-selectbox.btn-group,
#rml-selectbox.btn-group-vertical {
	width: 100%;
}
#rml-selectbox.btn-group .btn + .btn,
#rml-selectbox.btn-group .btn + .btn-group,
#rml-selectbox.btn-group .btn-group + .btn,
#rml-selectbox.btn-group .btn-group + .btn-group {
	margin-left: 0;
}
#rml-selectbox.radio {
	display: inline-block;
	font-size: 0;
}
#rml-selectbox.radio .rml-btn {
	height: 40px;
	width: 40px;
	padding: 0;
	float: none;
}
#rml-selectbox.radio .rml-btn.border.active:after {
	width: 15px;
	height: 15px;
}

#rml-404 {
	text-align: center;
	padding: 20px 0 80px;
}
#rml-404 .rml-heading1 > * {
	font-size: 100px;
	line-height: 100px;
}
#rml-contact-map {
	height: 300px;
	margin-bottom: 20px;
}

#rml-finish {
	border: solid 1px #cecece;
	padding: 40px;
	text-align: center;
}

/* Module */
#proj-mobilenav:not(.mm-menu) {
   display: none;
}
.mm-menu .mm-listview {
	border-color: rgba(0,0,0,0.1) !important;
}
.mm-menu .mm-listview li a,
.mm-menu .mm-listview li span {
	font-size: 12px;
	display: block;
	padding: 10px 10px 10px 20px;
	color: #575757;
}
.mm-menu .mm-listview li a.language-select {
	opacity: 0.3;
}
.mm-menu .mm-listview li a.language-select.active {
	opacity: 1.0;
}
.mm-menu .mm-listview > li:not(.mm-divider)::after {
	left: 0;
}
em.mm-counter {
	font-size: 12px;
}

.swiper-container-horizontal > .swiper-pagination {
	height: 10px;
	bottom: 20px;
}
.swiper-pagination-bullet {
	background: none;
	width: 10px;
	height: 10px;
	margin: 0 4px !important;
	opacity: 1.0;
	border: solid 1px #ffffff;
}
.swiper-pagination-bullet-active {
	opacity: 1.0;
	border: none;
	border: solid 1px #ffffff;
	background: #ae832b;
	position: relative;
}

div.fancy-select * {
	font-weight: normal;
	text-align: left;
}
div.fancy-select div.trigger {
	color: #000000;
	background: #ffffff;
	border: solid 1px #cecece;
	width: auto;
	line-height: 28px;
	padding: 2px 34px 2px 10px;
	text-transform: none;
	-webkit-border-radius: 0;
			border-radius: 0;
	-webkit-box-shadow: none;
			box-shadow: none;
}
div.fancy-select div.trigger.open {
	color: #000000;
	background: #fff;
}
div.fancy-select select:focus + div.trigger {
	-webkit-box-shadow: none;
			box-shadow: none;
}
div.fancy-select div.trigger::after {
	border-color: #000 transparent transparent;
	border-width: 6px;
	top: 50%;
	margin-top: -3px;
}
div.fancy-select div.trigger.open::after {
	border-color: #000 transparent transparent;
}
div.fancy-select ul.options {
	width: 100%;
	background: #bebebe;
	border-top: solid 1px #cecece;
	min-width: auto;
	-webkit-border-radius: 0;
			border-radius: 0;
	-webkit-box-shadow: none;
			box-shadow: none;
}
div.fancy-select ul.options.open {
	top: 34px;
}
div.fancy-select ul.options.overflowing.open {
	bottom: 34px;
}
div.fancy-select ul.options li {
	color: #777;
	text-transform: none;
	background: #fafafa;
}
div.fancy-select ul.options li:hover {
	background: #eaeaea;
	color: #777;
}
div.fancy-select ul.options li.selected {
	background: #999999;
	color: #fff;
}

.fancybox-skin {
	padding-top: 50px !important;
	background: none;
	-webkit-box-shadow: none !important;
			box-shadow: none !important;
	-webkit-border-radius: 0;
			border-radius: 0;
}
.fancybox-outer {
	background: none;
}
.fancybox-opened,
.fancybox-opened * {
	-webkit-transition: none;
			transition: none;
}
.fancybox-close {
	background: url('../media/icon-close.svg') no-repeat center center;
	background-size: 100% 100%;
	right: 0;
	top: 0;
}
.search .fancybox-skin {
	padding-top: 0 !important;
}
.search .fancybox-close {
	background: url('../media/icon-close.svg') no-repeat center center;
	background-size: 100% 100%;
	left: 0;
	top: 0;
	width: 40px;
	height: 40px;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px; 
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.owl-wrapper-outer {
	border: none;
	-webkit-box-shadow: none;
			box-shadow: none;
	-webkit-border-radius: 0;
			border-radius: 0;
}

.select2-container {
	text-align: left;
}
.select2-container .select2-selection--single {
	height: 34px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 10px;
	padding-right: 40px;
}
.select2-container--default .select2-selection--single {
    border-radius: 0;
    border-color: #cecece;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 32px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 34px;
	width: 30px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent;
    border-width: 4px 4px 0;
    margin-top: -2px;
    left: 50%;
    margin-left: -4px;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-width: 0 4px 4px;
}
.select2-results__option {
	font-size: 12px;
}
.select2-results__option,
.select2-search--dropdown {
	padding: 5px;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
	-webkit-border-radius: 0;
			border-radius: 0;
}
.tooltip {
	font-size: 9px;
}
.table {
	border-top: solid 1px #cecece;
}
.table thead tr td {
	background: #f5f5f5;
	line-height: 20px;
	font-weight: normal;
	color: #212121;
	font-size: 11px;
}

.row {
	margin-left: -10px;
	margin-right: -10px;
}
.container {
	padding-left: 10px; 
	padding-right: 10px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	padding-left: 10px;
	padding-right: 10px;
}
.form-horizontal .form-group {
	margin-left: -10px;
	margin-right: -10px;
}



/* 6. Form
==================== */
label {
	text-align: left !important;
}
.form-control {
	background: none;
	height: 34px;
	border: solid 1px #cecece;
	font-size: 12px;
	color: #777777;
	-webkit-border-radius: 0;
			border-radius: 0;
	-webkit-box-shadow: none;
			box-shadow: none;
}
.form-control:focus {
	border: none;
	border: solid 1px #cecece;
	-webkit-box-shadow: none;
			box-shadow: none;
}
.form-control::-webkit-input-placeholder {
    color: #777;
    opacity: 0.8;
}
.form-control:-ms-input-placeholder {
    color: #777;
    opacity: 0.8;
}
.form-control::-moz-placeholder,
.form-control:-moz-placeholder {
    color: #777;
    opacity: 0.8;
}
textarea.form-control {
	height: 120px;
	resize: none;
	border: solid 1px #cecece;
}
textarea.form-control:focus {
	border: solid 1px #cecece;
}
.rml-btn {
	line-height: 24px;
	color: #fff !important;
	padding: 5px 20px;
	font-size: 11px;
	display: inline-block;
	border: none;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    background: #ae832b;
    text-decoration: none;
}
.rml-btn:hover {
    background: #855f12;
}
.rml-btn.light {
	color: #777 !important;
    background: #f5f5f5;
}
.rml-btn.red {
	color: #fff !important;
    background: #ff6c6c;
}
.rml-btn.purple {
	color: #fff !important;
    background: #897bb2;
}
.rml-btn.border {
	line-height: 22px;
	color: #777 !important;
	background: none;
	border: solid 1px #cecece;
}
.rml-btn.border:hover {
	background: #f5f5f5;
}
.rml-btn.small {
	width: 40px;
	padding-left: 0;
	padding-right: 0;
}
.rml-btn.cart {
	line-height: 36px;
	font-size: 1em;
	background: #e11426;
}
.rml-btn.full {
	width: 100%;
}
.rml-btn.arrow.left {
	text-align: left;
	padding-left: 30px;
}
.rml-btn.arrow.right {
	text-align: left;
	padding-right: 30px;
}
.rml-btn.arrow.left:after,
.rml-btn.arrow.right:after {
	line-height: 20px;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	width: 20px;
	height: 20px;
	text-align: center;
	font-family: 'FontAwesome';
}
.rml-btn.arrow.left:after {
	left: 5px;
	content: '\f104';
}
.rml-btn.arrow.right:after {
	right: 5px;
	content: '\f105';
}
.rml-btn i {
	vertical-align: middle;
	margin-right: 5px;
}
.rml-btn i:last-child {
	margin-right: 0;
}
.rml-btn i:first-child {
	margin-right: 5px;
}



/* 7. Footer
==================== */
#rml-footer {
	background: none;
	border: none;
	color: #000;
	padding-top: 100px;
	padding-bottom: 100px;
	text-transform: uppercase;
	font-size: 12px;
}
#rml-footerinfo > div {
	margin-bottom: 20px;
}
#rml-footer p {
	margin: 0;
}
#rml-footer a {
	text-decoration: none;
	color: #373737;
}
#rml-footercopy img {
	width: 44px;
}
#rml-footersocial a {
	color: #000;
	display: block;
}
#rml-footersocial > div {
	margin-right: 10px;
}
#rml-footersocial > div:last-child {
	margin-right: 0;
}

#rml-newsletter {
	position: absolute;
	width: 283px;
	height: 250px;
	right: 15px;
	bottom: -290px;
	padding: 0;
	border: none;
	-webkit-border-radius: 0;
			border-radius: 0;
}
#rml-newsletter-header {
	background: #ae832b;
	text-align: center;
}
#rml-newsletter-header * {
	line-height: 40px;
	color: #fff;
	margin: 0;
}
#rml-newsletter-content {
	padding: 20px 30px;
	text-align: center;
	border: solid 1px #cecece;
	border-top: none;
}


/* 8. Media Query
==================== */
@media (max-width: 1366px) {
}
@media (max-width: 1199px) {
	#rml-headermenu {
		text-align: right;
	}
	
	#rml-sort {
		margin: 0 -5px 10px;
	}
	#rml-sort > div {
		width: 40%;
		margin: 0 0 10px;
		padding: 0 5px;
	}
	#rml-sort > div:first-child {
		width: 60%;
	}
	#rml-sort > div:last-child,
	#rml-sort > div:last-child a {
		width: 100%;
	}
	#rml-sort .rml-sort-select.sort {
		width: auto;
	}
	#rml-sort .rml-sort-select.limit {
		width: auto;
	}
	
	#rml-register-text {
		bottom: 15px;
		right: 15px;
		font-size: 16px;
	}
	
	#rml-newsletter {
		width: 226px;
		padding: 
	}
	#rml-newsletter-content {
		padding: 20px 15px;
	}
}
@media (max-width: 991px) {
	
	.rml-maintitle-tobecenter {
		text-align: center;
		margin-bottom: 10px;
	}
	
	#rml-headerinfo {
		padding-top: 10px;
		padding-right: 50px;
		height: 60px;
	}
	#rml-headerinfo li {
		margin-right: 0;
	}
	#rml-headerinfo #cart span:first-child {
		display: none;
	}
	
	#rml-header {
		height: 60px;
		padding: 10px;
		width: auto;
	}
	#rml-headermenu,
	#rml-language {
		display: none;
	}
	#rml-logo {
		margin: 0;
		width: auto;
	}
	#rml-logo img {
		width: auto;
		height: 40px;
	}
	
	#rml-container,
	#rml-footer {
		margin-left: 0;
	}
	
	.rml-slider .swiper-button-next, 
	.rml-slider .swiper-button-prev {
		background-size: 8px 16px;
		margin-top: -14px;
	}
	.rml-slider .swiper-button-prev,
	.rml-slider .swiper-container-rtl .swiper-button-next {
		width: 28px;
		height: 28px;
	}
	.rml-slider .swiper-button-next,
	.rml-slider .swiper-container-rtl .swiper-button-prev {
		width: 28px;
		height: 28px;
	}
	.rml-productslide .swiper-button-next, 
	.rml-productslide .swiper-button-prev {
		background-size: 8px 16px;
		top: -52px;
		margin-top: 0;
	}
	.rml-productslide .swiper-button-prev,
	.rml-productslide .swiper-container-rtl .swiper-button-next {
		width: 28px;
		height: 28px;
	}
	.rml-productslide .swiper-button-next,
	.rml-productslide .swiper-container-rtl .swiper-button-prev {
		width: 28px;
		height: 28px;
	}
	#rml-register {
		height: 200px;
		margin-bottom: 70px;
	}
	#rml-register-text {
		text-align: center;
		max-width: 320px;
		line-height: 20px;
		font-size: 14px;
		left: 0;
		right: 0;
		bottom: -45px;
		margin: 0 auto;
	}
}
@media (max-width: 767px) {
	.rml-carousel .swiper-button-next, 
	.rml-carousel .swiper-button-prev {
		background-size: 8px 16px;
		opacity: 0.4;
		margin-top: -14px;
		display: block;
	}
	.rml-carousel .swiper-button-next.swiper-button-disabled, 
	.rml-carousel .swiper-button-prev.swiper-button-disabled {
		opacity: 0.2;
		pointer-events: auto;
	}
	.rml-carousel .swiper-button-prev,
	.rml-carousel .swiper-container-rtl .swiper-button-next {
		background-color: #ae832b;
		width: 28px;
		height: 28px;
		left: 0;
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D\'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg\'%20viewBox%3D\'0%200%2027%2044\'%3E%3Cpath%20d%3D\'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z\'%20fill%3D\'%23ffffff\'%2F%3E%3C%2Fsvg%3E")
	}
	.rml-carousel .swiper-button-next,
	.rml-carousel .swiper-container-rtl .swiper-button-prev {
		background-color: #ae832b;
		width: 28px;
		height: 28px;
		right: 0;
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D\'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg\'%20viewBox%3D\'0%200%2027%2044\'%3E%3Cpath%20d%3D\'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z\'%20fill%3D\'%23ffffff\'%2F%3E%3C%2Fsvg%3E");
	}
	
	.rml-product-cart {
		font-size: 10px;
		background-size: 20px 20px;
		background-position: 10px center;
		padding-left: 40px;
		padding-right: 10px;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	
	#rml-404 {
		padding-top: 0;
	}
	
	#rml-step > .rml-step {
		width: 32.6%;
		margin-right: 1%;
		font-size: 11px;
	}
	#rml-step > .rml-step span {
		display: block;
		font-size: 12px;
	}
	#rml-step > .rml-step:last-child {
		margin-right: 0;
	}
	#rml-step > .rml-step:after, #rml-step > .rml-step:before {
		display: none;
	}
	
	#rml-selectbox .rml-btn {
		width: 200px;
	}
	
	.rml-ups {
		padding: 10px;
	}
	.rml-upsimage {
		float: left;
		width: 32px;
		height: 32px;
	}
	.rml-upstext {
		margin-left: 42px;
		height: 32px;
		width: 90px;
		font-size: 10px;
		text-align: left;
	}
	#rml-newsletter {
		position: static;
		widtH: 100%;
		height: auto;
	}
	#rml-footer {
		padding-top: 0;
	}
	#rml-footercopy {
		text-align: center;
	}
	#rml-footercopy .rml-inlinecontainer {
		margin-bottom: 10px;
	}
	#rml-footercopy img {
		width: 60px;
	}
}
@media (max-width: 480px) {
	#rml-register {
		height: 100px;
	}
	#rml-register-text {
		max-width: 240px;
		bottom: -40px;
		font-size: 12px;
		line-height: 16px;
	}
	
	.rml-btn-mobile {
		width: 100%;
	}
	
	#rml-selectbox .rml-btn {
		width: 100%;
		margin-right: 0;
		height: auto;
	}
	#rml-footerinfo {
		text-align: center;
	}
}