/*VARIABLES*/
:root {
	--font-main: 'Roboto', sans-serif;
	--font-header: 'Montserrat', sans-serif;
	--font-icon: "Material Design Icons";

	--color-lighter: #f2f2f2;
	--color-light: #505050;
	--color-gray-light: #eee;
	--color-gray: #d0d0d0;
	--color-gray-dark: #262626;
	--color-dark: #000;
	
	--color-main-light: #aaaaaa;
	--color-main: #000;
	--color-main-dark: #000;
	--color-main-transparent: #eeeeeecc;

	--shadow-focus: 0 0 0 3px #eeeeee66;
}
/*GENERAL*/
	html {scroll-behavior: smooth; }
	*:not(.badge){border-radius: 0 !important;}
	body{font-family: var(--font-main); font-size: 1rem; line-height: 1.4; font-weight: 400; color: var(--color-dark); overflow-x: hidden; padding-bottom: 0 !important;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale; min-height: 100vh; display: -webkit-flex; display: flex; -webkit-flex-direction: column; flex-direction: column;}
	a:focus, a:hover, a:active, li:focus, li:hover, li:active, button:focus, button:hover, button:active, span:focus, span:hover, span:active {outline: 0 !important; text-decoration: none !important; box-shadow: none;}
	a {color: var(--color-dark);}
	a:hover {color: var(--color-gray-dark);}
	.z-1 {z-index: 1;}
	.text-light { color: var(--color-light)!important;}
/*NAVS*/
	.nav-pills .nav-link.active, .nav-pills .show>.nav-link {background-color: #c1175b;}
	.nav:not('.menunav-main') .nav-link[data-toggle="collapse"].collapsed:before {content: " ▾"; }
	.nav:not('.menunav-main') .nav-link[data-toggle="collapse"]:not(.collapsed):before {content: " ▴"; }
/*SELECTION*/
	::-moz-selection {background: var(--color-main-light); color: var(--color--main-dark);}
	::selection {background: var(--color-main-light); color: var(--color--main-dark);}
	mark, .mark {background: var(--color-main-transparent); color: var(--color--main-dark);}
/*SCROLLBAR*/
	.aside-right ::-webkit-scrollbar {width: 10px;}
	.aside-right ::-webkit-scrollbar-track {background: var(--color-light);}
	.aside-right ::-webkit-scrollbar-thumb {background: var(--color-gray-light);}
	.aside-right ::-webkit-scrollbar-thumb:hover {background: var(--color-gray);}
	.aside-right ::-webkit-scrollbar-thumb:active {background: var(--color-gray-dark);}
/*COLUMNS*/ 	
	.col {min-width: 1%;}
	.row.small-gutters {margin-right: -5px; margin-left: -5px;}
	.row.small-gutters > div[class^="col"]{padding-left: 5px; padding-right: 5px;}
	.text-col-2 {-webkit-columns: 2; -moz-columns: 2; columns: 2;}
	.text-col-3 {-webkit-columns: 3; -moz-columns: 3; columns: 3;}
	.text-col-2 *, .text-col-3 * {list-style-position: inside; -webkit-column-break-inside: avoid; page-break-inside: avoid; break-inside: avoid;}
/*TEXT*/
	h1, .h1 , h2, .h2 , h3, .h3 , h4, .h4 , h5, .h5 {font-family: var(--font-header);}
	h1, .h1{font-size: 1.7rem; color: var(--color-main); margin-bottom: 1.5rem; line-height: 1; text-transform: uppercase; position: relative;}
	h1:before, .h1:before,	h1:after, .h1:after {content: ''; height: 7px; background: #000; position: absolute; display: block; bottom: -10px;}
	h1:before, .h1:before {width: 70px; left: 0;}
	h1:after, .h1:after{width: 15px; left: 75px;}
	small, .small {font-size: .8rem;}
	p, .p {margin-bottom: .6rem;}
	.lead {font-weight: 400; font-size: 1.3rem;}
	.lead-small {font-weight: 600; font-size: 1.1rem;}
	.lead-large {font-weight: 500; font-size: 1.4rem;}
	.text-center .header-underline:after {margin: .7rem auto 1rem;}
	hr {border-color: var(--color-gray-light);}
/*TEXT COLOR*/
	.text-main {color: var(--color-main) !important;}
	.text-gray-light {color: var(--color-gray-light) !important;}
	.text-gray {color: var(--color-gray) !important;}
	.text-gray-dark {color: var(--color-gray-dark) !important;}
	.text-dark {color: var(--color-dark) !important;}
/*HEADERS*/
	/*.header-sideline {display: -webkit-flex; display: flex; text-transform: uppercase; margin-bottom: 1.5rem; font-size: 1.2rem; line-height: 1;}*/
	/*.header-sideline:before {content: ''; width: 40px; border-bottom: 2px solid var(--color-dark); height: .9rem; margin-right: 0.5rem;}*/
	/*.header-underline {text-transform: uppercase; font-size: 1.1rem; font-weight: 700; margin-bottom: 0; line-height: 1; color: var(--color-main);}*/
	/*.header-underline:after {content: ''; display: block; width: 50px; border-bottom: 3px solid var(--color-main); margin: .7rem 0 1rem;}*/
	/*.header-underline:after {margin: .7rem auto 1rem;}*/
	/*.header-underline + h2 ,*/
	/*.header-underline + .h2 {font-size: 1.9rem; font-weight: 600; margin-bottom: 2rem;}*/
	/*.header-underline-special {font-size: 1.7rem; line-height: 1; text-transform: uppercase; font-weight: 700; display: inline-block; position: relative; margin-bottom: 1.5rem; padding-bottom: 12px;}*/
	/*.header-underline-special:after {content: ''; position: absolute; bottom: -4px; left: 0; right: 0; border-bottom: 9px solid var(--color-main);}*/
	/*.header-underline-special:before {content: ''; position: absolute; bottom: 0; left: 0; width: var(--container-width); border-bottom: 1px solid var(--color-gray);}*/
/*UNDERLINED*/
	.underlined{color: var(--color-main); margin-bottom: 1.5rem; line-height: 1; text-transform: uppercase; position: relative;}
	.underlined:before, .underlined:after {content: ''; height: 7px; background: #000; position: absolute; display: block; bottom: -10px;}
	.underlined:before {width: 70px; left: 0;}
	.underlined:after {width: 15px; left: 75px;}

	.underlined.white{color: #FFF;}
	.underlined.white:before, .underlined.white:after{background: #FFF;}

	.sidelined{margin-bottom: 1rem; color: var(--color-main); }
	.sidelined:before{border-bottom: 1px solid var(--color-main); }

	.sidelined.white{color: #FFF; }
	.sidelined.white:before{border-bottom: 1px solid #FFF;}

/*BACKGROUND COLOR*/
	.gradient-main {background: -webkit-linear-gradient(145deg, var(--color-main) 50%, var(--color-main-dark) 50%) no-repeat; background: linear-gradient(145deg, var(--color-main) 50%, var(--color-main-dark) 50%) no-repeat;}
	.bg-main {background-color: var(--color-main) !important;}
	.bg-lighter {background-color: var(--color-lighter) !important;}
	.bg-light {background-color: var(--color-light) !important;}
	.bg-gray-light {background-color: var(--color-gray-light) !important;}
	.bg-gray {background-color: var(--color-gray) !important;}
	.bg-gray-dark {background-color: var(--color-gray-dark) !important;}
	.bg-dark {background-color: var(--color-dark) !important;}
/*BORDER COLOR*/
	.border-main {border-color: var(--color-main) !important;}
	.border-gray-light {border-color: var(--color-gray-light) !important;}
	.border-gray {border-color: var(--color-gray) !important;}
	.border-gray-dark {border-color: var(--color-gray-dark) !important;}
	.border-dark {border-color: var(--color-dark) !important;}
	.border-2{border-width: 2px !important;}
	.border-3{border-width: 3px !important;}
	.border-4{border-width: 4px !important;}
/*BTN*/
	.btn {border-radius: 0; text-transform: uppercase; font-family: var(--font-header); font-weight: 500; box-shadow: none !important; line-height: 1.3rem; color: #fff !important;}
	.btn {transition: color 300ms ease, background-color 300ms ease, border-color 300ms ease, box-shadow 300ms ease;}
	.btn:focus {box-shadow: var(--shadow-focus) !important;}
	.btn-main  		{background-color: var(--color-main) !important; border-color: var(--color-main) !important;}
	.btn-main:hover, 	   .btn-main:active   	  {background-color: var(--color-main-light) !important; border-color: var(--color-main-light) !important;}
	.btn-dark  		{background-color: var(--color-dark) !important; border-color: var(--color-dark) !important;}
	.btn-dark:hover, 	   .btn-dark:active   	  {background-color: var(--color-gray-dark) !important; border-color: var(--color-gray-dark) !important;}
	.btn-light 		{background-color: #fff; color: var(--color-dark) !important; border-color: #fff;}
	.btn-light:hover, 	   .btn-light:active 	  {background-color: var(--color-gray-light) !important; color: var(--color-dark) !important; border-color: var(--color-gray-light) !important;}
/*BTN-OUTLINE*/
	.btn-outline-main  {border: 1px solid var(--color-main) !important; color: var(--color-main) !important;}
	.btn-outline-main:hover,  .btn-outline-main:active  {background-color: var(--color-main) !important; color: #fff !important;}
	.btn-outline-main:hover > *,  .btn-outline-main:active > *  {color: #fff !important;}
	.btn-outline-dark  {border: 1px solid var(--color-dark) !important; border-color: var(--color-dark) !important; color: var(--color-dark) !important;}
	.btn-outline-light {border: 1px solid #fff !important;	 		   	 border-color: #fff !important;}
	.btn-outline-dark:hover,  .btn-outline-dark:active  {background-color: var(--color-dark) !important; color: #fff !important;}
	.btn-outline-light:hover, .btn-outline-light:active {background-color: #fff !important; 			 color: var(--color-dark) !important;}
/*LIST*/
	.list-checked {list-style: none; padding-left: 0;}
	.list-checked li {display: -webkit-flex; display: flex; margin-bottom: 1rem;}
	.list-checked li:before {content: '\f12c' !important; font-family: var(--font-icon); font-size: 1.5rem; font-weight: 700; line-height: .9; margin-right: .4rem; color: var(--color-main);}
/*SOCIAL ICONS*/
	.account-icon, .social-icon {font-size: 0 !important; padding: 0;}
	.account-icon:before, .social-icon:before {font-size: 1.5rem; line-height: 1;}
	.social-icon.mdi-youtube:before {font-size: 2rem;}
/*ANIMACIONES*/
	/*SPINNERS*/
		@-webkit-keyframes mdi-spin {0%{-webkit-transform: rotate(0deg); transform: rotate(0deg);} 100%{-webkit-transform: rotate(360deg); transform: rotate(360deg);}}
		@keyframes mdi-spin {0%{-webkit-transform: rotate(0deg); transform: rotate(0deg);} 100%{-webkit-transform: rotate(360deg); transform: rotate(360deg);}}
		.mdi-spin:before {-webkit-animation: mdi-spin 2s infinite linear; animation: mdi-spin 2s infinite linear;}
	/*LOADING BOUNCE*/
		@-webkit-keyframes loading-anim {0%, 100% {-webkit-transform: scale(0.0)} 50% {-webkit-transform: scale(1.0)}}
		@keyframes loading-anim {0%, 100% {transform: scale(0.0); -webkit-transform: scale(0.0);} 50% {transform: scale(1.0); -webkit-transform: scale(1.0);}}
		.loading-bounce1, .loading-bounce2 {width: 100%; height: 100%; border-radius: 50% !important; background-color: var(--color-main); opacity: 0.6; position: absolute; top: 0; left: 0; -webkit-animation: loading-anim 2.0s infinite ease-in-out; animation: loading-anim 2.0s infinite ease-in-out;}
		.loading-bounce2 {-webkit-animation-delay: -1.0s; animation-delay: -1.0s;}
	/*PULSE*/
		.pulse {position: relative;}
		.pulse:before {content: ''; position: absolute; top: 0; bottom: 0; right: 0; left: 0; animation: pulse 2s infinite; z-index: -1;}
		.pulse:hover:before, .pulse:focus:before, .pulse:active:before {animation: none;}
		@-webkit-keyframes pulse {0% {-webkit-box-shadow: 0 0 0 0 #fff, 0 0 0 0 var(--color-main);} 70% {-webkit-box-shadow: 0 0 0 3px #fff, 0 0 0 8px transparent;} 100% {-webkit-box-shadow: 0 0 0 0 #fff, 0 0 0 0 transparent;}}
		@keyframes pulse {0% {box-shadow: 0 0 0 0 #fff, 0 0 0 0 var(--color-main);} 70% {box-shadow: 0 0 0 3px #fff, 0 0 0 8px transparent;} 100% {box-shadow: 0 0 0 0 #fff, 0 0 0 0 transparent;}}
/********************************************************************************************************************************************/
/*COMPONENTES*/
	/*SEARCH*/
		.search-query{border: none!important; background: #ffffffcc; padding: 0px 10px!important; line-height: 1; height: 33px;} 
		.search-query:focus, .search-query:hover{background: #ffffff;}
		.btn-search{display: none; }
	/*FORM */
		form .form-check-label{text-transform: uppercase; font-size: 0.8rem; color: #837c7c;}
	/*HERO*/
		.hero{position: relative; margin-bottom: 100px;}
		.hero .big{text-align: right; font-size: 7rem; line-height: 0.8; color: var(--color-gray); font-weight: 700; position: relative; margin-bottom: -50px; z-index: 10;}
		.hero .body {position: relative;}
		.hero .body .left{position: relative; z-index: 5}
		.hero .body .right{background: #000; position: absolute; padding: 30px 30px 30px 230px; top: 100px; left: 350px; bottom: -40px; z-index: 1; text-transform: uppercase; }
		.hero .body .right a{ color: #FFF; font-size: 2.3rem; border-bottom: 1px solid #FFF; }
	/*FLOATING WHATSAPP*/
		.floating-wpp .floating-wpp-button {width: 55px !important; height: 55px !important;}
		.floating-wpp .floating-wpp-popup {bottom: 65px !important; box-shadow: 0 0 8px rgba(0,0,0,0.32), 0 0 32px rgba(0,0,0,0.24) !important;}
	/*CLOSE BUTTON*/
		button.close {opacity: 1 !important; margin: 0 !important; text-shadow: none; font-size: 15px; position: absolute; right: 8px; top: 8px; padding: 0 !important; border-radius: 50%; width: 25px; height: 25px;}
	/*MESSAGES*/
		#system-message-container {position: fixed; bottom: 0; left: 0; right: 0; z-index: 3;}
		#system-message {position: absolute; left: 0; right: 0; bottom: 0; width: 40%; margin: auto;}
		#system-message .alert {border-radius: 0 !important; border: 0 !important; padding: 1.5rem; margin-bottom: 2rem; box-shadow: 0 3px 5px rgba(0,0,0,0.12), 0 2px 3px rgba(0,0,0,0.24) !important;}
 		#system-message .alert .alert-heading {text-transform: uppercase; font-size: 1rem; margin-bottom: .5rem;}
		#system-message .alert .alert-message {font-size: 1.5rem; line-height: 1.1;}
	/*ALERTS*/
		.alert-success {background-color: var(--color-main-dark); color: #fff !important;}
		.alert-success > * {color: #fff !important;}
	/*CARDS*/
		.card {border-radius: 0 !important; border: 1px solid var(--color-gray);}
		.card-header, .card-body {border-radius: 0 !important; border: 0 !important;}
	/*MODAL*/
		.modal {background-color: rgb(0,0,0,.6);}
		.modal-dialog {padding: 0;}
		.modal-content {border: 0; border-radius: 0;}
		.modal-header {width: 100%; border-radius: 0 !important; color: #fff; background-color: var(--color-main);}
		.modal-header img {width: 100%;}
	/*FORM*/
		.form-group {margin-bottom: .5rem;}
		.form-control {border-radius: 0 !important; border: 1px solid var(--color-gray); transition: box-shadow 300ms ease !important;}
		.form-control:focus {border-color: var(--color-main); box-shadow: var(--shadow-focus);}
		/*LOGIN*/
			.input-group-prepend > .input-group-text {padding: 0 10px; border-radius: 0; border: 1px solid var(--color-main) !important; background-color: var(--color-main); color: #fff;}
		/*CONTACT FORM*/
			.contact-form .form-group .form-control {padding: .3rem .5rem; font-size: .8rem; color: var(--color-dark); z-index: 1;}
			.contact-form .form-group .form-control {padding: .3rem .5rem; font-size: .8rem; color: var(--color-dark); z-index: 1; background: #eee; border: none;}
			.contact-form .form-group .form-control:focus {box-shadow: var(--shadow-focus);}
			.contact-form .btn {text-transform: uppercase; cursor: pointer; font-weight: 500; border: none; display: block; width: 100%;}
			.contact-form .form-group.form-check .form-check-label {color: var(--color-gray-dark); font-size: .9rem;}
		/*CONTACT MODAL*/
			.modal .contact-form .form-group {margin-bottom: .5rem;}
			.modal .contact-form .form-group .control-label {font-size: 12px; font-weight: normal; margin-bottom: 0; text-transform: uppercase; margin-bottom: .2rem;}
			.modal .contact-form .btn-send {margin-top: 1rem;}
	/*ASIDE*/
		.aside-right{position: relative;}
		.aside-right .contact-form-aside{border: 3px solid var(--color-main); padding: 1rem;}
		.aside-right .contact-form-aside:after{    position: absolute; content: ''; width: 100%; height: 3px; bottom: -5px; background: var(--color-main); left: 0;}
		.aside-right .header {display: -webkit-flex; display: flex; position: relative; z-index: 2; width: 80%; margin: 0 1rem -2rem;}
		.aside-right .header:before {content: ''; position: absolute; top: 4px; bottom: -4px; left: -4px; right: 4px; background-color: rgba(0,0,0,.3); z-index: -1;}
		.aside-right .header h3 {line-height: 1; background-color: var(--color-main); text-transform: uppercase; font-weight: 700; font-size: 1.2rem; padding: 0.7rem 1rem; margin-bottom: 0; color: #fff; z-index: 2;}
		.aside-right .header i {flex: 0 0 auto; padding: .8rem 0.1rem; background-color: var(--color-dark); font-size: 2.3rem; line-height: 1; color: #fff; z-index: 2;}
		.aside-right .contact-form {position: relative;}
		.aside-right .contact-form .form-group:last-of-type {margin-bottom: 1rem;}
		.aside-right .contact-form .btn.spinning {font-size: .75rem; padding-left: 0; padding-right: 0;}
	/*NEWSLETTER*/
		.newsletter-form .input-group .form-control {border: 0 !important; color: var(--color-dark); margin-right: 5px;}
		/*R NEWSLETTER*/
			.r-newsletter {padding: 2rem 0; background-color: var(--color-gray); color: #fff; text-align: right; position: relative;}
			.r-newsletter .ml-block-success{position: absolute; top: 0; left: 0; z-index: 100; color: var(--color-dark); right: 0; bottom: 0; background: white; display: flex; align-items: center; justify-content: center;}
			.r-newsletter h3 {font-size: 1.8rem; line-height: 1; margin-bottom: 0; color: #000; font-weight: 700;}
			.r-newsletter p {font-size: 1.1rem; margin-bottom: 0;}
			.r-newsletter .newsletter-form-wrapper {width: 100%;}
			.r-newsletter .newsletter-form .input-group .form-control {min-height: 50px; margin-right: 8px; font-size: 1.1rem;}
			.r-newsletter .newsletter-form .input-group .btn {height: 50px; width: 50px;}
			.r-newsletter .newsletter-form .input-group .btn i:before {font-size: 2rem; line-height: 1; height: 2rem; width: 2rem; transform: translateY(2px);}
	/*SEARCH*/
		/*.search-form {overflow: hidden; max-width: 24px; transition: all 350ms ease;}*/
		/*.search-form .btn-search {padding: 0; font-size: 1rem; line-height: 1.5; background-color: transparent; border: 0; color: var(--color-dark); border-radius: 0; min-width: 24px; position: relative; z-index: 3; transition: margin 350ms ease;}*/
		/*.search-form .btn-close {background: none; padding: 0 0.2rem; margin-left: -18px; position: relative; z-index: 3;}*/
		/*.search-form .btn-close:hover {color: var(--color-main);}*/
		/*.search-form .search-box-input {height: 26px; border-radius: 0; border: 0; background: none; border: 0; border-bottom: 1px solid var(--color-dark); padding-left: 32px; padding-right: 26px; position: relative; z-index: 1; min-width: 100px; font-size: .8rem;}*/
		/*.search-form .search-box-input:focus {box-shadow: none; border-bottom-color: var(--color-main);}*/
		/*.search-form .search-box-wrapper {-webkit-flex-wrap: nowrap; -moz-flex-wrap: nowrap; -ms-flex-wrap: nowrap; -o-flex-wrap: nowrap; flex-wrap: nowrap;}*/
		/*.search-form.search-active {overflow: visible; max-width: 100%;}*/
		/*.search-form.search-active .btn-search {margin-right: -24px; position: relative; z-index: 4;}*/
		/*.search-form.search-active .btn-search:hover {color: var(--color-main);}*/
	/*OWL CAROUSEL*/
		/*DOTS*/
			.owl-dots {display: -webkit-flex; display: flex; justify-content: center; position: relative; bottom: 0; z-index: 3; cursor: inherit;}
			.owl-dot {display: block; height: 1rem; width: 1rem; border-radius: 50%; background-color: var(--color-gray-light) !important;}
			.owl-dot:hover {background-color: var(--color-gray) !important;}
			.owl-dot.active {background-color: var(--color-main) !important;}
			.owl-dot + .owl-dot {margin-left: .3rem;}
		/*TEXT SLIDER*/
			.owl-item .text-slider {height: calc(120px * 2);}
			.owl-item .text-slider .text {font-size: 120px; line-height: 1; font-weight: 600; font-family: var(--font-header); color: #fff; text-shadow: 1px 0 0 var(--color-dark), -1px 0 0 var(--color-dark), 0 1px 0 var(--color-dark), 0 -1px 0 var(--color-dark);}
			.owl-item .text-slider .text:after {content:'/'; margin: 0 1rem; text-shadow: 1px 0 0 var(--color-main), -1px 0 0 var(--color-main), 0 1px 0 var(--color-main), 0 -1px 0 var(--color-main) !important; color: #fff !important;}
			.owl-item .text-slider .owl-stage-outer {overflow: visible;}
		/*NAV*/
			.owl-nav {margin-top: 1rem; display: -webkit-flex; display: flex; justify-content: center;}
			.owl-nav > * {padding: 0; border: 0; border-radius: 50%; background-color: #fff; color: var(--color-dark); cursor: pointer;}
			.owl-nav > *:hover {background-color: var(--color-main-dark) !important; color: #fff !important;}
			.owl-nav > .owl-prev {margin-right: .5rem;}
			.owl-nav > *, .owl-nav > * > span:before {font-size: 30px; line-height: 1; width: 30px; height: 30px;}
			.owl-nav > .owl-prev span:before {transform: translateX(-1px);}
			.owl-nav > .owl-next span:before {transform: translateX(1px);}
		/*TEMPLATES*/
			/*SLIDER 9-3*/
				.slider-9-3 {}
			/*SLIDER FULL WIDTH - MOBLAR*/
				.slider-full-width .owl-stage-outer {overflow: visible;}
				.slider-full-width .item-wrapper {position: relative; overflow: hidden; display: block; z-index: 3; max-width: 375px;}
				.slider-full-width .item-wrapper:before {content: ""; position: absolute; transform: rotate(-90deg); background-color: #fff; width: 50px; height: 2px; z-index: 5; left: 7px; bottom: 160px;}
				.slider-full-width .item-wrapper:after  {content: attr(data-number); position: absolute; transform: rotate(-90deg); color: #fff; z-index: 5; font-weight: 500; left: 20px; bottom: 110px;}
				.slider-full-width .item-wrapper img {transform: scale(1.02); transition: all 300ms ease; width: auto;}
				.slider-full-width .item-wrapper .item-text {position: absolute; top:0; bottom: 0; left: 0; right: 0; color: #fff; display: -webkit-flex; display: flex; flex-direction: column; justify-content: flex-end;}
				.slider-full-width .item-wrapper .item-text * {transition: all 300ms ease; margin: 0; padding: 1.5rem 2rem; background: rgba(0,0,0,0.6);}
				.slider-full-width .item-wrapper .item-title {flex: 0 1 auto; font-size: 1.3rem; line-height: 1; font-weight: 300;}
				.slider-full-width .item-wrapper .item-intro {flex: 1; padding-top: 3rem; font-size: 1.5rem; line-height: 1.4; opacity: 0;}
				.slider-full-width .item-wrapper:hover img {transform: scale(1.07);}
				.slider-full-width .item-wrapper:hover .item-title {background-color: var(--color-main-transparent);}
				.slider-full-width .item-wrapper:hover .item-intro {opacity: 1;}
			/*SLIDER FULL WIDTH 2 - MURKY*/
				.slider-full-width-2 {background: #FFF;}
				.slider-full-width-2 .owl-stage-outer {overflow: visible;}
				.slider-full-width-2 .owl-item {overflow: hidden;}
				.slider-full-width-2 .owl-item .item-wrapper {opacity: 0.5; transform: scale(1.1); transition-delay: 100ms; transition: opacity 3000ms ease-out, transform 1000ms ease-out; display: -webkit-flex; display: flex;}
				.slider-full-width-2 .owl-item .item-wrapper > {flex: 1; }
				.slider-full-width-2 .owl-item .item-wrapper > .item-image {object-fit: cover; max-width: 640px; transition: all 800ms ease-out; transform: translateX(100%); position: relative; z-index: 2; height: auto}
				.slider-full-width-2 .owl-item .item-wrapper > .item-data {background: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0)), url(../../../images/assets/background/noise-2.png); padding: 2rem; color: #fff; display: -webkit-flex; display: flex; -webkit-flex-direction: column; flex-direction: column; justify-content: center; position: relative; z-index: 1;}
				.slider-full-width-2 .owl-item .item-wrapper > .item-data.plus:after {position: absolute; bottom: 1rem; right: 1rem; height: 48px; width: 48px; line-height: 47px; font-size: 36px; font-weight: 600; content: "+"; font-family: monospace; background-color: #fff; color: var(--color-main); text-align: center; border-radius: 100%; z-index: 1;}
				.slider-full-width-2 .owl-item .item-wrapper > .item-data.plus:hover:after {background-color: var(--color-main); color: #fff; }
				.slider-full-width-2 .owl-item .item-wrapper > .item-data > :last-child {margin-bottom: 0;}
				.slider-full-width-2 .owl-item .item-wrapper > .item-data > .item-sub-title {color: var(--color-main); text-transform: uppercase; font-weight: 700; margin-bottom: 1rem; position: relative; padding-bottom: .2rem; font-size: 1.5rem; }
				.slider-full-width-2 .owl-item .item-wrapper > .item-data > .item-sub-title:after {background-color: var(--color-main); bottom: 0; left: 0; width: 50px; height: 2px; position: absolute; display: block; content: ""; }
				.slider-full-width-2 .owl-item .item-wrapper > .item-data > .item-title {font-size: 3rem; line-height: 1; letter-spacing: -.7px; margin-bottom: 1.5rem;}
				.slider-full-width-2 .owl-item .item-wrapper > .item-data > .item-title + p {font-size: 1.3rem; font-family: var(--font-secondary);}
				.slider-full-width-2 .owl-item.center .item-wrapper {opacity: 1; transform: scale(1);}
				.slider-full-width-2 .owl-item.center .item-wrapper > .item-image {transform: translateX(0);}
				.slider-full-width-2 .owl-item.center + .owl-item .item-wrapper > .item-image {transform: translateX(0);}
				.slider-full-width-2 + .owl-loading-icon {color: #fff; font-size: 100px; height: 503px; display: -webkit-flex; display: flex; align-items: center; justify-content: center; opacity: .5;}
			/*SLIDER FULL WIDTH 3 - */
				.slider-full-width-3 .owl-stage-outer {overflow: visible;}
				.slider-full-width-3 .owl-item {overflow: hidden;}
				.slider-full-width-3 .owl-item:not(.active) .wrapper {opacity: 0.5; transform: scale(1.1); transition-delay: 100ms; transition: opacity 3000ms ease-out, transform 1000ms ease-out; display: -webkit-flex; display: flex;}
		/*PRODUCT SLIDER - SLIDER VISIBLE EN LA PAGINA DE CADA PRODUCTO*/s
			.product-slider .owl-stage-outer {padding: 5px 0;}
			.product-slider .owl-dots {margin-top: 1rem;}
		/*MOD-NOVEDADES*/
			.mod-novedades .item{position: relative;}
			.mod-novedades .item-img-wrapper{position: relative; z-index: 0;}
			.mod-novedades .item-img-wrapper img{}
			.mod-novedades .item-title{background: #FFF; position: relative; font-weight: 700; left: 30px; padding: 20px; top: -30px; z-index: 1; width: calc(100% - 30px); text-transform: uppercase; text-decoration: underline; font-size: 1rem; margin-bottom: 0;}
	/*MENU PROPIEDADES GENERALES*/
		.nav:not(.nav-child)>.parent>.nav-link:after{content: "\F13F"; display: inline-block; font: normal normal normal 24px/1 "Material Design Icons"; font-size: inherit; text-rendering: auto; line-height: inherit; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
		.nav:not(.nav-child)>.parent>.nav-link.collapsed:after{content: "\F13C";}
	/*MENU CATEGORIAS*/
		.menu-categorias-wrapper {display: -webkit-flex; display: flex; justify-content: center; position: relative; padding: 4rem 0;}
		.menu-categorias-wrapper:after {content: ''; background-image: url('../../../images/bg-menu-categorias.html'); background-size: cover; position: absolute; left: calc(-50vw + 50%); right: calc(-50vw + 50%); top: 0; height: 500px; z-index: 2;}
		.menu-categorias {columns: 3; display: block; margin-bottom: -1rem; z-index: 3;}
		.menu-categorias .nav-item {margin: 0 2.5rem 1rem; display: inline-block;}
		.menu-categorias .nav-link {color: #fff; padding: .5rem 1rem; margin: 0; font-size: 2rem; font-weight: 600; line-height: 1; display: -webkit-inline-flex; display: inline-flex; text-transform: uppercase; border: 1px solid transparent; transition: all 300ms ease;}
		.menu-categorias .nav-link:before {content: '\f12c' !important; font-family: var(--font-icon); font-size: 2rem; line-height: 1; width: 2rem; height: 2rem; margin-right: 5px; margin-left: -9px; color: var(--color-main-light);}
		.menu-categorias .nav-link:hover, .menu-categorias .nav-link:active {border-color: #fff;}
		/*LANDING*/
			.site.landing .menu-categorias .nav-item {cursor: text;}
			.site.landing .menu-categorias .nav-link {pointer-events: none;}
	/*PAGINATOR*/
		.pagination {margin: 1rem 0;}
		.pagination .page-item + .page-item {margin-left: 5px; border: 1px solid var(--color-main-light);}
		.pagination .page-item .page-link {padding: 0; width: 40px; color: var(--color-main-dark); background-color: transparent; border: 0; margin: 0; line-height: 41px; height: 40px; font-size: 1rem; font-weight: 500; text-align: center; border-radius: 50%;}
		.pagination .page-item.disabled {display: none;}
		.pagination .page-item:hover .page-link {background-color: var(--color-main-light);}
		.pagination .page-item.active .page-link {background-color: var(--color-main-dark); color: #fff;}
	/*BG CLICK*/
		.bg-click {transition: background-color 300ms ease;}
		.bg-click.on {position: fixed; top: 0; right: 0; bottom: 0; left: 0; background-color: rgba(0,0,0,.6); z-index: 49;}
	/*BANNERS*/
		.banner-characteristics {display: -webkit-flex; display: -moz-flex; display: flex; background-color: #ffffff; border: 2px solid var(--color-dark); padding: 1rem; text-transform: uppercase; position: relative; z-index: 1; overflow: hidden; color: var(--color-dark);}
		.banner-characteristics:after {left: 1rem; top: 1rem; height: 95px; width: 95px; position: absolute; background-color: var(--color-main); content: ""; z-index: -1; border-radius: 100%; transition: all 150ms ease-out; }
		.banner-characteristics p {margin-bottom: 0; line-height: 1.2; font-size: .9rem}
		.banner-characteristics h3 {font-weight: 700; font-size: 1.4rem; line-height: 1; padding-bottom: .5rem; margin-bottom: 0.9rem; position: relative;}
		.banner-characteristics h3:after {position: absolute; height: 2px; top: 100%; left: 0; width: 105px; background-color: var(--color-dark); content: ""; }
		.banner-characteristics img {height: 97px; width: 97px; margin-right: 1rem; transition: all 150ms ease;}
		.banner-characteristics:hover {border-color: var(--color-main); transition: all 150ms ease-out; color: #fff;}
		.banner-characteristics:hover:after {transition: all 350ms ease-out; transform: scale(10);}
		.banner-characteristics:hover img {transition: all 250ms ease; transform: scale(1.1);}
		.banner-promotion { position: relative; min-height: 120px}
		.banner-promotion p {font-weight: 700; margin-bottom: 0; font-family: var(--font-primary); font-size: 1.3rem; line-height: 1.2;}
		.banner-promotion h3 {font-weight: 900; text-transform: uppercase; font-size: 2.4rem; margin-bottom: 0;}
		.banner-promotion img {width: 100%;}
		.banner-promotion div {position: absolute; z-index: 1; left: 43%; top: 15%; right: 7%;}
	/*BOXES*/
		.boxes-wrapper {color: #ffffff; background-color: var(--color-main); margin: 0 calc(-50vw + 50%); display: -webkit-flex; display: -moz-flex; display: flex; overflow: auto;}
		.boxes-wrapper > * {flex: 1;}
		.boxes-wrapper > .box-fixed {padding: 2rem; display: -webkit-flex; display: -moz-flex; display: flex; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column; justify-content: space-between; min-width: 420px; max-width: 25%;}
		.boxes-wrapper > .box-fixed h2.box-title {text-transform: uppercase; font-size: 3.3rem; font-weight: bold; letter-spacing: .2px; line-height: .9; color: #ffffff; margin-bottom: 1rem;}
		.boxes-wrapper > .box-fixed .box-title + p {font-size: 1.6rem; line-height: 1.4; letter-spacing: -.1px; font-family: var(--font-heading);}
		.boxes-wrapper > .box-fixed .btn-outline-white {text-transform: uppercase; font-size: 0.9rem; padding: .5rem 2.2rem; font-family: var(--font-heading); font-weight: 500; border-width: 2px; letter-spacing: 0.3px; }
		.boxes-wrapper > .box-fixed .btn-outline-white:hover {color: var(--color-main); }
		.boxes-wrapper > .box-fixed .box-fixed-bottom {display: -webkit-flex; display: -moz-flex; display: flex; align-items: center; justify-content: space-between;}
		.boxes-wrapper > .box-fixed .box-fixed-bottom > .owl-nav > * {width: 30px; height: 30px; line-height: 28px; text-align: center; padding: 0; position: static; transform: none; background-color: #ffffff; border: 1px solid #fff; font-size: 1.5rem; border-radius: 100%; }
		.boxes-wrapper > .box-fixed .box-fixed-bottom > .owl-nav > * + * {background-color: var(--color-dark); color: #ffffff; border-color: var(--color-dark); margin-left: .5rem; }
		.boxes-wrapper > .box-fixed .box-fixed-bottom > .owl-nav > *:hover {background-color: var(--color-main); border-color: #ffffff; color: #ffffff;}
		.boxes-wrapper > .box-carousel {min-width: 420px; max-width: 75vw;}
		.boxes-wrapper > .box-carousel .box-item-wrapper {min-width: 420px; width: 25vw; position: relative; overflow: hidden; color: #ffffff; display: block;}
		.boxes-wrapper > .box-carousel .box-item-wrapper > .box-data {position: absolute; top: 3rem; right: 3rem; bottom: 3rem; left: 3rem; padding: 2rem;  text-align: center; opacity: 0; background-color: rgba(15,15,15,0.85); transform: scaleY(1.3) scaleX(1.1) translateZ(0); transition: transform 150ms ease-out, opacity 300ms ease-in; justify-content: space-between; align-items: center; display: -webkit-flex; display: -moz-flex; display: flex; -webkit-flex-direction: column; flex-direction: column; }
		.boxes-wrapper > .box-carousel .box-item-wrapper > .box-data p {font-size: 1.1rem; letter-spacing: .3px; margin-bottom: 0; font-weight: 400;}
		.boxes-wrapper > .box-carousel .box-item-wrapper > .box-data .box-data-icon {width: 100px; height: 100px; margin: auto;}
		.boxes-wrapper > .box-carousel .box-item-wrapper > .box-data .box-data-title {font-size: 2rem; text-transform: uppercase; font-family: var(--font-heading); margin-bottom: 0; margin-top: 0.3rem; line-height: 1.1;}
		.boxes-wrapper > .box-carousel .box-item-wrapper:hover > .box-data {opacity: 1; transform: scale(1);}
		.boxes-wrapper > .box-fixed h3.secondary-header {padding-bottom: 0; margin-bottom: 0; color: #ffffff; font-size: 2.3rem;}
		.boxes-wrapper > .box-fixed h3.secondary-header:after {display: none;}
		.boxes-wrapper > .box-fixed.box-image {justify-content: flex-end; padding: 0; position: relative;}
		.boxes-wrapper > .box-fixed.box-image > img {max-width: 100%; height: auto;}
		.boxes-wrapper > .box-fixed.box-image .secondary-header {position: absolute; bottom: 1rem; left: 1rem;}
	/*TABLA DE MEDIDAS*/
		.tabla-de-medidas .content table thead th {border-bottom: 0 !important; background-color: var(--color-lighter);}
		.tabla-de-medidas .content table tr > * {text-align: center;}
		.tabla-de-medidas .content table tr > *:first-child {text-align: left;}
	/*BREADCRUMBS*/
		.m-breadcrumbs {padding: 1rem 0; overflow: auto; position: relative;}
		.m-breadcrumbs .breadcrumb {background: none; padding: 0; margin: 0; align-items: center; font-weight: 700; white-space: nowrap; flex-wrap: nowrap; text-transform: uppercase;}
		.m-breadcrumbs .breadcrumb:after{content: ''; position: absolute; width: 40px; height: 2px; background: var(--color-main); bottom: 0px;}
		.m-breadcrumbs .breadcrumb-item{margin-bottom: 5px;}
/********************************************************************************************************************************************/
/*ROWS*/
	/*COMMON*/
		.r-post-slider, .r-pre-content {padding: 2rem 0;}
	/*R TOP*/
		.r-top {background-color: #000; padding: .2rem 0; position: relative; z-index: 50; color: var(--color-gray-light);}
		.r-top .menu {align-items: center;}
		.r-top .nav-link {color: var(--color-gray-light); padding: 0; line-height: 1.1;}
		.r-top .nav-link:before {color: var(--color-gray-light);}
		.r-top .nav-link:hover,
		.r-top .nav-link:hover:before {color: var(--color-main-light);}
		.r-top .menu + .menu:before {content: ''; display: inline; border-left: 1px solid var(--color-gray-light); height: 2rem; margin: 0 1rem;}
		.r-top .font-weight-bold {letter-spacing: 1.5px;}
		/*MENU CONTACT*/
			.r-top .menu-contact {font-size: .8rem; line-height: 1;}
			.r-top .menu-contact .nav-item + .nav-item {margin-left: 1rem;}
			.r-top .menu-contact .nav-link {height: 2rem;}
			.r-top .menu-contact .nav-link .mdi:before {font-size: 1.6rem; color: var(--color-gray-light);}
			.r-top .menu-contact .nav-link:hover .mdi:before {color: var(--color-main-light);}
		/*MENU RRSS*/
			.r-top .menu-rrss .nav-item + .nav-item {margin-left: .5rem;}
			.r-top .menu-rrss .nav-item .nav-link {background: none !important;}
			.r-top .menu-rrss .nav-item .nav-link:before {color: var(--color-gray-light);}
			.r-top .menu-rrss .nav-item .nav-link:hover:before {color: var(--color-main-light);}
		/*MENU TOP*/
			.r-top .menu-top .nav-item + .nav-item {margin-left: .5rem;}
			.r-top .menu-top .nav-link.mdi-shopping:before {color: var(--color-main);}
			.r-top .menu-top .nav-link.mdi-shopping:hover:before {color: var(--color-main-light);}
	/*R NAVBAR*/
		.r-navbar {background-color: #ffffff; z-index: 2; border-bottom: 3px solid var(--color-dark); position: relative; z-index: 100;}
		.r-navbar .navbar {padding: 1rem 0; position: relative;}
		.r-navbar .navbar-brand {padding: 0; margin: 0; transition: all 300ms ease; display: -webkit-flex; display: flex;}
		.r-navbar .navbar-brand img {transition: all 300ms ease; max-height: 65px; width: auto; transform-origin: top left;}
		.r-navbar .navbar-brand:hover img {background-color: var(--color-lighter);}
		/*SEARCH*/
			.r-navbar .input-group .form-control {background: var(--color-gray); border-color: var(--color-gray);}
			.r-navbar .input-group .btn-primary {background: var(--color-gray); border-color: var(--color-gray); color: rgba(0,0,0,0.5);}
			.r-navbar .search {margin-left: .25rem; width: 165px;}
		/*NAVBAR TOGGLER*/	
			.navbar-toggler {background: none; border: 0; padding: 0;}
			.navbar-toggler-icon {background: none !important;}
			.navbar-toggler #navbar-toggler-svg > * {stroke: var(--color-dark); transition: all 350ms ease; transition-delay: 150ms;}
			.navbar-toggler #navbar-toggler-svg > *:first-child {transform-origin: 7px 11px;}
			.navbar-toggler #navbar-toggler-svg > *:nth-child(2) {transform-origin: center center;}
			.navbar-toggler #navbar-toggler-svg > *:last-child {transform-origin: 25px 21px;}
			.navbar-toggler[aria-expanded="true"] #navbar-toggler-svg > *:first-child {	transform: rotate(45deg) scaleX(0.8);}
			.navbar-toggler[aria-expanded="true"] #navbar-toggler-svg > *:nth-child(2) {transform: rotate(-45deg);}
			.navbar-toggler[aria-expanded="true"] #navbar-toggler-svg > *:last-child {	transform: rotate(45deg) scaleX(0.8);}
		/*AFFIX*/
			.r-navbar.affix {position: fixed; top: 0; left: 0; right: 0; box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);}
			.r-navbar.affix .navbar-brand img {max-height: 45px;}
		/*MAIN MENU*/
			.menu-main {z-index: 5;}
			.menu-main .nav-main {margin-right: -.8rem;}
			.menu-main .nav-item {max-width: 100%;}
			.menu-main .nav-item.active > .nav-link {color: var(--color-main);}
			.menu-main > .nav > .nav-item {margin-right: 5px;}
			.menu-main > .nav > .nav-item:last-child {margin-right: 0;}
			.menu-main > .nav > .nav-item > .nav-link {font-family: var(--font-header); color: var(--color-dark); font-size: 1.3rem; font-weight: 500; line-height: 1; text-transform: uppercase; box-shadow: none !important; padding: 0.6rem .6rem .5rem; border: 1px solid transparent; transition: all 300ms ease;}
			.menu-main > .nav > .nav-item > .nav-link:hover {border-bottom: 1px solid var(--color-dark);}
			.menu-main > .nav > .nav-item.active > .nav-link {color: var(--color-main);}
			.menu-main > .nav > .nav-item.active > .nav-link:hover {border-bottom: 1px solid var(--color-dark);}
			.menu-main > .nav > .nav-item > .nav-header-link.collapsed {background-color: transparent;}
			.menu-main .nav-main .deeper.parent > .nav-link:after {content: "\f140"; font-family: var(--font-icon); display: inline-block; margin-left: -2px;}
			.modal-open .btn-open-modal,
			.menu-main .nav-main .deeper.parent > .nav-link[aria-expanded="true"] {border-color: var(--color-dark) !important;}
			.menu-main .nav-main .deeper.parent > .nav-link[aria-expanded="true"]:after {content: '\f374';}
			/*.menu-main .divider {font-size: 0;}*/
			/*SUBMENU*/
				.menu-main .submenu-wrapper > * {height: 240px;} /*EDITAR EL ALTO DEL MENU DEPENDIENDO LA CANTIDAD DE ARTICULOS DE CADA TIENDA*/
				.menu-main .submenu-wrapper.show , .menu-main .submenu-wrapper.collapsing {display: -webkit-flex; display: flex;}
				.menu-main .submenu-wrapper {position: absolute; top: calc(100% + 1px); left: 0; right: 0; z-index: 5; overflow: hidden; padding: 0; background-color: #fff; box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); transition: all 300ms ease; background-image: url(../../../images/assets/background/bg-menu.jpg); background-position: right top; background-repeat: no-repeat; /*background-size: contain;*/ }
	 			.menu-main .submenu-wrapper:before {content: ""; position: absolute; top: -1rem; height: 1rem; width: 100%; box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); z-index: 1;}
				.menu-main .submenu-wrapper .separator {color: #000; font-size: 1rem; font-weight: 700; margin-bottom: 7.5px; line-height: 1; text-transform: uppercase; display: inline-block; padding-bottom: 7.5px; position: relative;}
				.menu-main .submenu-wrapper .separator:after{content: ''; width: 30px; height: 1px; display: block; background: #CCC; position: absolute; bottom: 0; left: 0; }
				.menu-main .submenu-module-wrapper {flex: 0 0 50%; background-color: var(--color-main); padding: 1.5rem;}
				.menu-main .submenu-wrapper > .nav-child {display: flex; flex: 0 0 75%; background-color: var(--color-lighter); padding: 1rem 0 1rem 1rem; overflow: hidden;}
				.menu-main .submenu-wrapper > .nav-child > .nav-item {display: block; flex: 0 0 calc(25% - 10px); border-right: 1px dotted #ccc; margin-right: 10px;}
				.menu-main .submenu-wrapper > .nav-child > .nav-item:last-child{border-right: none;}
				.menu-main .submenu-wrapper > .nav-child > .parent > .nav-link {text-transform: uppercase; color: var(--color-main); font-weight: 700; padding: 0; margin-bottom: 9px;}
				/*.menu-main .submenu-wrapper > .nav-child > .nav-item .nav-list {display: block;}*/
				.menu-main .submenu-wrapper > .nav-child > .nav-item .nav-list > .nav-item {flex: 0 0 50%;}
				.menu-main .submenu-wrapper > .nav-child > .nav-item .nav-list > .nav-item  .nav-link { display: block; padding: 2px 0; color: #000; font-size: 14px; line-height: 1; margin-bottom: 5px;}
				/*view-all*/
				.menu-main .submenu-wrapper > .nav-child > .nav-link.view-all {position: absolute; bottom: 0; right: 0; border: 0 !important; font-size: .8rem; padding: .5rem 1rem; background-color: var(--color-light); color: var(--color-main); transition: transform 150ms ease, opacity 150ms ease, background-color 300ms ease, color 300ms ease; opacity: 0; transform: translateY(100%);}
				.menu-main .submenu-wrapper > .nav-child > .nav-link.view-all:hover {background-color: var(--color-main); color: #fff;}
				.menu-main .submenu-wrapper.show > .nav-child .nav-link.view-all {opacity: 1; transform: translateY(0);}
	/*R SLIDER*/
		.r-slider {/*background: url(/images/assets/pattern.png);*/ padding: 0; position: relative; overflow: hidden;}
		.r-slider .loading {width: 50px; height: 50px; display: block; position: absolute; text-align: center; margin: auto; left: 0; right: 0; top: 0; bottom: 0;}
		.r-slider .container{}
	/*R-POST-CONTENT-FULL-WIDTH*/
		.r-post-content-full-width{margin-bottom: 50px}
		.r-post-content-full-width .product-slider a.hikaproduct:hover img{border: 3px solid var(--color-main); }
	/*R BREADCRUMB*/
		.r-breadcrumb {padding: 0;}
		.r-breadcrumb .breadcrumb-item {text-transform: uppercase; font-size: 1.2rem; line-height: 1; font-family: var(--font-header); color: #000;}
		.r-breadcrumb .breadcrumb-item > a {color: #000;}
		.r-breadcrumb .breadcrumb-item > a:hover {color: var(--color-light);}
		/*.r-breadcrumb .breadcrumb-item + .breadcrumb-item:before {content: "\f13e"; font-family: var(--font-icon); color: #000; transform: translateY(1px); font-size: 1.3rem; line-height: 0; color: var(--color-light);}*/
	/*R CONTENT*/
		.r-content {padding: 2rem 0; display: -webkit-flex; display: flex; flex: 1 0 auto; align-items: center;}
		.r-content .content .header-underline + .h2 {margin-bottom: 0.7rem; font-size: 2.6rem; line-height: 1; color: var(--color-dark);}
		.r-content .content .lead-large {margin-bottom: 2rem;}
	/*ASIDE RIGHT*/
		.aside-right > * + * {margin-top: 1.5rem;}
	/*R BOTTOM*/
		.r-bottom {padding-top: 3rem;}
		.r-bottom .image-offset {position: relative; margin-top: -3rem;}
		.r-bottom .image-offset:before {position: absolute; bottom: -6rem; left: 0; right: 0; width: 40%; height: 40%; margin: auto; content: ''; background: repeating-linear-gradient(0, var(--color-main), var(--color-main) 2px, transparent 2px, transparent 8px); z-index: 1;}
		.r-bottom .image-offset .image-wrapper {height: 550px; background-color: rgba(0,0,0,.3); display: inline-block;}
		.r-bottom .image-offset .image-wrapper:last-child {position: absolute; right: 0; top: 0px; margin-top: 3rem; z-index: 2;}
		.r-bottom .image-offset .image-wrapper img {transition: all 300ms ease;}
		.r-bottom .image-offset .image-wrapper:hover img {transform: translateX(6px) translateY(-6px);}
		.r-bottom h2 {font-size: 1.7rem; text-transform: uppercase; font-weight: 600; line-height: 1; margin-bottom: 1.3rem; color: var(--color-main);}
		.r-bottom p:last-of-type {margin-bottom: 2.5rem;}
		.r-bottom .list-checked {margin-bottom: 2.5rem;}
		.r-bottom .list-checked li {margin-bottom: 1rem; line-height: 1.5;}
	/*R BOTTOM BLACK*/
		.r-bottom-black{background: #000; position: relative; color: #FFF; padding: 50px 0; margin-top: 100px;}
		.r-bottom-black #somos{margin-top: -100px; padding-top: 100px;}
		.r-bottom-black *{ color: #FFF;}
		.r-bottom-black .showroom{position: absolute; right: calc(50% + 220px); top: -75px; z-index: 10;}
		.r-bottom-black .left {position: absolute; bottom: 0; text-align: right; right: 7px; background-image: url(../../../images/assets/background/pattern-white.svg); left: 0; padding: 100px 20px 0 0; z-index: 0;background-color: rgba(0,0,0,0.9);}
		.r-bottom-black .right{}
		.r-bottom-black .well{text-transform: uppercase; font-size: 1.6rem; line-height: 1.1; margin: 35px 0; }
		ul.boxes{list-style: none; padding: 0; margin: 30px 0 0 0; display: flex; flex-wrap: wrap; justify-content: space-between;}
		ul.boxes li{flex: 0 0 48%; padding: 20px; border: 1px solid #CCC; margin-bottom: 20px; text-transform: uppercase; text-align: center;}
	/*R-PRE-FOOTER*/
		.r-pre-footer{padding: 2rem 0 0; background: var(--color-lighter);}
		.site .r-pre-footer{background: var(--color-lighter)}
		.r-pre-footer h2 {font-size: 1.7rem; text-transform: uppercase; font-weight: 600; line-height: 1; margin-bottom: 1.3rem; color: var(--color-main);}
		.r-pre-footer .owl-carousel .owl-item {max-height: 280px;}
		.r-pre-footer .owl-carousel .owl-item img {  width: initial; }
	/*R FOOTER*/
		.r-footer {background-color: var(--color-dark); padding: 2rem 0;}
		.r-footer h2:before{content: ''; display: inline-block; width: 50px; height: 1px; background: #FFF; margin-right: 10px;}
		.r-footer h2{display: inline-block; font-size: 16px; text-transform: uppercase; margin-bottom: 20px;}
		.r-footer h3{font-size: 16px; text-transform: uppercase;}
		.r-footer *{color: #fff;}
		/*.r-footer .footer-c{display: flex; flex-wrap: wrap; align-items: center;}*/
		.r-footer address { margin-bottom: 0;}
		.r-footer .rrss-wrapper .nav-item + .nav-item {margin-left: .7rem;}
		.r-footer .rrss-wrapper .nav-link:before {color: #fff;font-size: 2.5rem; height: 3rem; line-height: 3rem;}
		.r-footer .rrss-wrapper .nav-link:hover:before {color: var(--color-main-light);}
		.r-footer .interest-wrapper .menu {display: block; padding: 0; columns: 2;}
		.r-footer .interest-wrapper .nav-item .nav-link {text-transform: uppercase; padding: 0; font-size: .8rem; line-height: 1.4; margin-bottom: .3rem; display: inline-block;}

		/*.r-footer .text-main {color: var(--color-main-light) !important;}*/
		/*.r-footer h2 {font-weight: 500;}*/
		/*.r-footer .header-sideline  {margin-bottom: 1rem; font-size: 0.9rem; color: var(--color-main-light);}*/
		/*.r-footer .header-sideline:before  {border-bottom: 1px solid var(--color-main-light); height: 0.8rem;}*/
		/*.r-footer .social-icon:before {font-size: 2.5rem; height: 3rem; line-height: 3rem;}*/
		/*.r-footer a {color: #fff;}*/
		/*.r-footer a:hover {color: var(--color-main-light);}*/
		/*.r-footer p {color: #fff; font-size: 0.9rem; line-height: 1.5;}*/
		/*.r-footer .contact-wrapper .media {color: #fff;}*/
		/*.r-footer .contact-wrapper .media .mdi {color: var(--color-main-light); line-height: 1.2;}*/
		/*.r-footer .contact-wrapper .media-body {line-height: 1.3;}*/
		/*.r-footer .contact-wrapper a.media {position: relative; z-index: 1; display: -webkit-inline-flex; display: inline-flex;}*/
		/*.r-footer .contact-wrapper a.media > * {z-index: 1;}*/
		/*.r-footer .contact-wrapper a.media:hover {color: var(--color-main-light);}*/
		/*.r-footer .newsletter-wrapper {margin-bottom: 1.5rem;}*/
	/*R COPYRIGHT*/
		.r-copyright {font-size: 0.8rem; font-weight: 500; padding: .5rem; background-color: #000; color: var(--color-gray-light);}
/********************************************************************************************************************************************/
/*PAGES*/
	/*VIEW ARTICLE*/
		.default-style.view-article .content * + h2, .default-style.view-article .content * + h3 {margin-top: 1.5rem;}
		.default-style.view-article .content .card {border: 3px solid var(--color-main); background-color: #fff; position: relative; height: 100%;}
		.default-style.view-article .content .card-body .card-title {font-size: 1.4rem; font-weight: 600;}
		.default-style.view-article .content .card-body {align-items: center; justify-content: center; display: -webkit-flex; display: flex; -webkit-flex-direction: column; flex-direction: column; padding: .8rem 1rem;}
		.default-style.view-article .content .card:before {content: ''; position: absolute; top: 6px; bottom: -6px; left: -6px; right: 6px; background-color: rgba(0,0,0,.3); z-index: -1;}
		.default-style.view-article .content .item-image img {width: 100%;}
		.default-style.view-article .content .item-image {}
		.default-style.view-article .content .lead {font-weight: 400; font-size: 1.6rem; line-height: 1.4; margin-bottom: 1rem;}
		.default-style.view-article .content .well > *:first-child, .default-style.view-article .content .blockquote > *:first-child, .default-style.view-article .content .card-body > :first-child {margin-top: 0;}
		.default-style.view-article .content .well > *:last-child, .default-style.view-article .content .blockquote > *:last-child, .default-style.view-article .content .card-body > :last-child {margin-bottom: 0;}
		.default-style.view-article .content .well {margin: 2rem 0; padding: 1.5rem 1.5rem; font-weight: 500; font-size: 1.3rem; border: 2px solid var(--color-main);}
		.default-style.view-article .content .well.special {background: none !important; color: var(--color-dark); font-size: 1.3rem; font-weight: 600; font-family: var(--font-header); border: none; position: relative; padding: 1rem 0 0; margin-left: 10rem;}
		.default-style.view-article .content .well.special:before {content: '\f27e'; font-family: var(--font-icon); position: absolute; top: 0; left: -9rem; font-size: 15rem; line-height: 8rem; color: var(--color-main-light); opacity: 0.3; z-index: -1; transform: scaleX(-1);}
		.default-style.view-article .content a {color: var(--color-danger);}
		.default-style.view-article .content a:hover {color: var(--color-danger-light);}
		.default-style.view-article .content blockquote h3, .default-style.view-article .content blockquote .h3, .default-style.view-article .content .blockquote h3, .default-style.view-article .content .blockquote .h3,
		.default-style.view-article .content blockquote h4, .default-style.view-article .content blockquote .h4, .default-style.view-article .content .blockquote h4, .default-style.view-article .content .blockquote .h4 {margin-top: .5rem; margin-bottom: 0; font-size: 1.1rem; text-transform: uppercase;}
		.default-style.view-article .content blockquote, .default-style.view-article .content .blockquote {margin: 1.5rem 0 1.5rem 2rem; padding: .5rem 0 .5rem 1rem; border-left: 4px solid var(--color-main); font-size: 1rem;}
		.default-style.view-article .content h2 {font-size: 1.5rem; font-weight: 500; color: var(--color-main); font-weight: 600; margin-bottom: 1rem;}
		.default-style.view-article .content h3 {font-size: 1.2rem; font-weight: 500; text-transform: uppercase; margin-bottom: 1rem;}
		.default-style.view-article .content h4 {font-size: 1.1rem; font-weight: 500; color: var(--color-main);text-decoration: underline;}
		.default-style.view-article .content h5 {font-size: 1rem; font-weight: 500;}
		.default-style.view-article .content h6 {font-size: 1rem; font-weight: 500;}
		.default-style.view-article .content table td, .default-style.view-article .content table th {padding: 5px 10px; border-color: var(--color-gray-light);}
		.default-style.view-article .content ul li {margin-bottom: .5rem; position: relative; padding-left: 20px;}
		.default-style.view-article .content ul li:before {content: '\f142'; font-family: var(--font-icon); color: var(--color-main); font-weight: 700; position: absolute; top: 0; left: 0;}
		.default-style.view-article .content ul {list-style: none; margin-bottom: 1rem; padding: 0;}
		.default-style.view-article .content .page-header h1:before, .default-style.view-article .content .page-header h1:after{display: none;}
		.default-style.view-article .content .page-header h1{text-decoration: underline;line-height: 1.3;}
		
		.default-style.view-article.blog  .content .page-header{margin-left: 50px; background: #FFF; padding: 30px; margin-top: -75px; position: relative;}
	/*VIEW-CATEGORY VISTA BLOG*/
		.view-category .item-wrapper {margin-bottom: 20px;}
		.view-category .item-wrapper .item-data{ position: relative; height: 40px;}
		.view-category .item-wrapper .item-title{position: absolute; background: #FFF; padding: 15px 15px 0 15px; font-size: 1rem; height: 75px; overflow: hidden; text-decoration: underline; text-transform: uppercase; line-height: 1.3; font-weight: 700; left: 30px; top: -30px; width: calc(100% - 30px);}
	/*FRONT*/
		/*.front h1 {text-align: center; text-transform: uppercase; line-height: 1; font-weight: 300; color: var(--color-main); font-size: 2.7rem; letter-spacing: -0.3px; }*/
		/*.front h1 span {font-weight: 700; display: block; color: var(--color-dark); font-size: 2rem; }*/
		.front .r-content {padding: 3rem 0 2rem; /*overflow: hidden;*/}
		.front .r-content .content .lead-large {text-transform: uppercase;}
	/*GRACIAS & 404*/
		.site.gracias .content .card, .site.error-404 .content .card {border: 1px solid var(--color-main); border-radius: 0; background-color: #fff;}
		.site.error-404 .content .card {border-color: var(--danger);}
		.site.gracias .content .card h1, .site.error-404 .content .card h1 {color: var(--color-main); text-transform: uppercase; font-weight: 700;}
		.site.error-404 .content .card h1 {color: var(--danger);}
/********************************************************************************************************************************************/
/*HIKA*/
	/*FORM RESET*/
		.hikashop_field_dropdown{border-radius: 0 !important; border: 1px solid var(--color-gray); transition: box-shadow 300ms ease !important; display: block; width: 100%; padding: .375rem .75rem; font-size: 1rem; font-weight: 400; line-height: 1.5; color: #495057; background-color: #fff; background-clip: padding-box; }
	/*BOTONES*/
		/*ADD TO CART*/
		.btn-cart{border: 0; border-top: inherit; text-transform: uppercase; background: var(--color-main)!important; color: var(--color-lighter)!important; opacity: 1 !important; font-size: 0!important; min-height: 38px; min-width: 38px; line-height: 1; padding-top: 11px;}
		.btn-cart .mdi{font-size: 1rem!important}
		.btn-cart:hover {background-color:  var(--color-main-dark)!important; color:  var(--color-lighter)!important;}
	/*HIKA-VERTICAL*/
		.hika-vertical .hikashop_listing_main{border: 1px solid var(--color-gray);}
		.hika-vertical .hikashop_products .hikashop_product:not(:first-child){margin-top: 25px;}
		.hika-vertical .listing_owl-vertical{ z-index: 2; transition: transform 250ms linear; transition-delay: 0ms; transform-origin: center center;}
		.hika-vertical .listing_owl-vertical:hover {transform: scale(1.02);}
		.hika-vertical .listing_owl-vertical:hover:before {opacity: 1; transition-delay: 0ms; }
		.hika-vertical .listing_owl-vertical:before {content: ""; pointer-events: none; position: absolute; z-index: -1; width: 100%; height: 100%; -webkit-box-shadow: 0 7px 16px 0 rgba(0,0,0,.2), 0 1px 3px 0 rgba(0,0,0,.1); box-shadow: 0 7px 16px 0 rgba(0,0,0,.2), 0 1px 3px 0 rgba(0,0,0,.1); opacity: 0; top: 0; -webkit-transition: opacity 180ms ease-out; transition: opacity 180ms ease-out; transition-delay: 150ms; }
	/* LINKS */
		/*a[data-amount] {position: relative;}*/
		/*a[data-amount]:after {content: attr(data-amount); position: absolute; background: var(--color-main); ; color: #fff; font-size: 0.8rem; border-radius: 100%; line-height: 20px; height: 20px; width: 20px; padding: 0; text-align: center; font-family: monospace; z-index: 1; display: inline-block;}*/
		a.hikashop_checkout_loading_icon[data-amount]:after {content: "\F771"; font-family: var(--font-icon); animation: mdi-spin 500ms infinite cubic-bezier(.04,.9,.98,.17);}
		.r-top li a[data-amount]:after {top: 5px; right: 5px; color: var(--color-main); ;  background: #fff;}
		.r-navbar li a[data-amount]:after {background: var(--color-main); font-size: 10px;}
	/* EXTRA */
		.hikabtn, .hika_j2 .btn{border-radius: 0 !important; }
		.hikashop_btn_sm.btn {line-height: 1; padding: 0; font-size: 10px; margin-left: 3px; text-align: center; width: 16px; height: 16px; line-height: 16px; border-radius: 100% !important;}
		.next_button_disabled:after {content: "\F771"; font-family: var(--font-icon); animation: mdi-spin 2s infinite linear; -webkit-animation: mdi-spin 2s infinite linear; display: inline-block;}
		/*VEX*/
			/*.vex.vex-theme-default .vex-dialog-button.vex-dialog-button-primary {background: var(--color-main); border: 1px solid var(--color-main);}*/
			/*.vex.vex-theme-default .vex-dialog-button.vex-dialog-button-primary.vex-first {background: #fff; border: 1px solid var(--color-main); color: var(--color-main);}*/
		/*NOTIFY JS*/
    		/*.notifyjs-wrapper .notifyjs-arrow {top: 38px !important; left: 43px !important; border-bottom: 7px solid var(--danger) !important; border-left: 7px solid transparent !important; border-right: 7px solid transparent !important;}*/
			/*.notifyjs-wrapper .notifyjs-container {top:45px !important; left: 0 !important;}*/
			/*.notifyjs-wrapper .notifyjs-container .notifyjs-metro-warning {display: -webkit-flex; display: flex; align-items: center; background-color: var(--danger) !important; border: 0 !important; padding: .7rem .5rem .5rem;}*/
			/*.notifyjs-wrapper .notifyjs-container .notifyjs-metro-warning .text-wrapper {font-family: var(--font-main) !important; color: #fff !important; margin: 0;}*/
			/*.notifyjs-wrapper .notifyjs-container .notifyjs-metro-warning .title {margin-bottom: .2rem; text-transform: uppercase;}*/
			/*.notifyjs-wrapper .notifyjs-container .notifyjs-metro-warning .text {font-size: .9rem;}*/
			/*.notifyjs-wrapper .notifyjs-container .notifyjs-metro-warning .image {position: relative; transform: none; left: 0; top: 0; margin-right: .5rem;}*/
			/*.notifyjs-wrapper .notifyjs-container .notifyjs-metro-warning .image i {font-weight: initial; color: #fff;}*/
			/*.notifyjs-wrapper .notifyjs-container .notifyjs-metro-warning .image i:before {font-family: var(--font-icon); content: '\f5d6';}*/
	/* CART */
		.hikashop_cart {font-size: .9rem; text-transform: uppercase; line-height: 1.1;}
		.hikashop_cart_header {font-size: 1.3rem; line-height: 1.75rem; display: -webkit-flex; display: -moz-flex; display: flex; align-items: center; text-transform: uppercase; position: relative;}
		.hikashop_cart_header:before {font-size: 1.75rem; margin-right: 0.65rem; color: var(--color-main-light); z-index: 1;}
		.hikashop_cart_main_wrapper {top: 0; transition: 300ms;}
		.hikashop_cart .hikashop_cart_table {margin-bottom: 0;}
		.hikashop_cart .hikashop_cart_table tbody {max-height: 320px !important; display: block; overflow: auto;}
		.hikashop_cart .cart-product-row {border: 1px solid var(--color-dark);}
		.hikashop_cart .hikashop_cart_module_product_total_row {background: var(--color-dark); color: #fff; font-family: var(--font-heading); font-weight: 600; text-transform: uppercase; margin-top: -1px;}
		.hikashop_cart .hikashop_cart_module_product_total_row .hikashop_cart_module_product_total_title {letter-spacing: 1.2px;}
		.hikashop_cart .hikashop_product_quantity_field {width: 55px; text-align: center;}
		.hikashop_cart .hikashop_cart_module_product_name_value a {margin-bottom: 0.7rem; font-weight: 600; text-transform: uppercase; line-height: 1.3; color: var(--color-main); display: -webkit-flex; display: flex; -webkit-flex-direction: column; flex-direction: column; position: relative; padding-right: 40px;}
		.hikashop_cart .hikashop_product_variant_subname {font-weight: 400; color: var(--color-dark); font-size: .8rem;}
		.hikashop_cart .hikashop_product_variant_subname:before {content: 'TALLE'}
		.hikashop_cart .hikashop_product_variant_subname img {position: absolute; top: 0; right: 0; bottom: 0; height: 33px; width: 33px; border: 1px solid #1f3ca32e}
		.hikashop_cart .hikashop_cart_module_product_price_value {font-family: var(--font-heading); font-weight: 700; color: var(--color-dark);}
		.hikashop_cart .hikashop_cart_module_product_total_value {color: #fff;}
		.hikashop_cart .hikashop_cart_proceed_to_checkout_wrapper {background: var(--color-dark); padding: .75rem; padding-top: 0; }
		.hikashop_cart .cart-empty-wrapper {padding: 1rem .75rem .75rem; border: 1px solid var(--color-dark);}

		.aside .hikashop_cart .hikashop_cart_proceed_to_checkout_wrapper {background: var(--color-lighter); padding: .75rem; text-align: right;}
		.aside .hikashop_cart .hikashop_cart_proceed_to_checkout{background: var(--color-main);}

	/* MODAL CART EN R-TOP */
		.r-modal-cart {position: relative;}
		.r-modal-cart .modal-cart-wrapper {position: absolute; z-index: 30; right: 15px; background-color: #fff; width: 300px; box-shadow: 0 0 1px rgba(0,0,0,.08), 0 3px 8px rgba(0,0,0,0.38); top: -1px;}
		.r-modal-cart .modal-cart-wrapper .hikashop_cart {border: 0;}
		.r-modal-cart.affix {position: fixed; top: 56px; right: 0; left: 0; z-index: 49; background: #fff;}		
	/*HEADER CATEGORY*/
		.header-category {display: -webkit-flex; display: flex; border: 2px solid var(--color-dark); padding: 1rem; margin-bottom: 1rem; position: relative; height: 154px;}
		.header-category p {margin-bottom: 0; font-size: 0.9rem; line-height: 1.3;}
		.header-category h1 {font-weight: 800; font-size: 2rem; text-transform: uppercase;}
		.header-category img {margin-top: -3rem; margin-right: 1rem; flex: 1 0 auto;}
	/*PRODUCT WRAPPER*/
		.hikashop_product {width: initial !important;}
		.hikashop_module .hikashop_product_wrapper {display: -webkit-flex; display: flex; flex-direction: column; position: relative; z-index: 1; transition: all 300ms ease; height: 100%;}
		.hikashop_module .hikashop_product_title * {font-size: 1.5rem; line-height: 1.1; font-weight: 500;}
		/*.hikashop_module .hikashop_product_listing_image {width: initial !important;}*/
		.hikashop_module .hikashop_product_data{padding-top: 20px;}
		.hikashop_module .hikashop_product_data .hikashop_product_category{font-size: .8rem; text-transform: uppercase; color: var(--color-light); font-weight: 300; margin-bottom: 5px; line-height: 1.1; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
	/*LISTADO BIG*/
		.layout-listing .hikashop_product {margin-bottom: 1rem;}
		.layout-listing .hikashop_product_wrapper {margin-bottom: 30px;}		
		.layout-listing .hikashop_product_wrapper.main {background: #fff;}
		.layout-listing .hikashop_product_wrapper.main .hikashop_product_image {border-right: 1px solid #c8c8c8; width: 105px; min-height: 105px; max-height: 105px; flex: 0 0 105px;}
		.layout-listing .hikashop_product_wrapper.big {-webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-bottom: 1rem;}
		.layout-listing .hikashop_product_wrapper.big > a {display: block; width: 100%; text-align: center;}
		.layout-listing .hikashop_product_wrapper.big .hikashop_product_category{font-size: 12px; line-height: 1; padding: 10px 0 7px 0; text-transform: uppercase;}
		.layout-listing .hikashop_product_wrapper.big .hikashop_product_title * {text-transform: capitalize; color: #000; font-weight: 700; font-size: 1rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; line-height: 1; margin: 0;}
		.layout-listing .hikashop_product_wrapper.big .hikashop_product_image {width: 385px; height: auto !important; max-height: 385px; flex: 0 0 385px; max-width: 100%; background: #fff;}
		.layout-listing .hikashop_product_wrapper.big .hikashop_product_quantity_default .input-group *{height: 40px;}
		.layout-listing .hikashop_product_wrapper.big .hikashop_product_quantity_default .input-group .hikashop_product_quantity_field{cursor:default;}
		.layout-listing .hikashop_product_wrapper.big .hikashop_product_quantity_default .input-group .btn{padding-top: 8px;}
	/* PRODUCT PAGE */
		.layout-show h1, .layout-show .h1{text-transform: capitalize;}
		.layout-show h1:after,.layout-show  .h1:after{display: none;}
		.layout-show h1:before, .layout-show .h1:before {content: ''; width: 50px; height: 2px; background: #000; position: absolute; display: block; bottom: -10px; }
		.layout-show .hikashop_product_description_main>p:first-child{font-style: italic;}
		.layout-show .hikashop_product_description_main table * {border: none;}
		.layout-show .hikashop_product_description_main table th{text-transform: uppercase; font-size: 15px; vertical-align: middle; line-height: 1;}
		.layout-show .hikashop_product_wrapper .hikacart {background-color: var(--color-main) !important; color: #fff !important; position: absolute; right: 0; bottom: 0; width: 2.5rem; height: 2.5rem; display: -webkit-flex; display: flex; align-items: center; justify-content: center; padding: 0; border: 0;}
		.layout-show .hikashop_product_wrapper .hikacart .mdi {font-size: 1.5rem; height: 1.5rem; width: 1.5rem; line-height: 1;}
		.layout-show .hikashop_product_wrapper .hikacart:hover {background-color: var(--color-main-light) !important;}
		.layout-show .hikashop_product_wrapper .hikacart.add_in_progress .mdi:before {content: "\F771"; -webkit-animation: mdi-spin 2s infinite linear; animation: mdi-spin 2s infinite linear;}
		.layout-show .hikashop_product_wrapper.main .hikashop_product_data {min-height: 100px;}
		.layout-show .hikashop_product_wrapper.main .hikashop_product_data .hikashop_product_price_full {padding: 0;}
		.layout-show .hikashop_product_wrapper.main .hikashop_product_image {max-width: 50%; flex: 0 0 50%;}
	/*PRODUCT PAGE*/
		/*IMAGE*/
			/*.hikashop_product_page .hikashop_product_main_image {position: relative; box-shadow: 0 3px 5px rgba(0,0,0,0.12), 0 2px 3px rgba(0,0,0,0.24); border: 1px solid var(--color-gray); cursor: zoom-in;}*/
			/*.hikashop_product_page .hikashop_product_main_image:before {position: absolute; content: "\f349"; font-family: var(--font-icon); color: var(--color-dark); bottom: .5rem; right: .5rem; font-size: 1.2rem; line-height: 1; animation: heartBeat 2s infinite; z-index: 1; display: block;}*/
			/*.hikashop_product_page .hikashop_product_main_image:hover:before {display: none;}*/
			.hikashop_product_page .hikashop_show_image_carousel .owl-item {width: 396px;}
			.hikashop_product_page .hikashop_show_image_carousel .owl-dots {margin-top: 1.5rem;}
			.hikashop_product_page .hikashop_show_image_carousel.owl-carousel + .owl-loading-icon {color: var(--color-alternative); font-size: 50px; height: 250px; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; align-items: center; justify-content: center;}
		/*NAME - CODE - DESCRIPTION*/
			.hikashop_product_page .hikashop_product_right_wrapper {display: -webkit-flex; display: flex; -webkit-flex-direction: column; flex-direction: column; justify-content: space-between;}
			.hikashop_product_page .hikashop_product_name_main {color: var(--color-dark); font-size: 1.5rem; padding-bottom: 1rem; margin-bottom: 1rem; border-bottom: 1px solid var(--color-gray); line-height: 1; text-transform: uppercase;}
			.hikashop_product_page .hikashop_product_description_main {font-size: 1.1rem; margin-bottom: 3rem;}
			.hikashop_product_page .hikashop_product_description_main h2 {color: var(--color-main); font-size: 1.4rem; font-weight: 500;}
		/*CARACTERISTICS*/
			.hikashop_product_page .hikashop_product_characteristics .form-group {margin-bottom: 1.5rem; display: -webkit-flex; display: flex; align-items: center;}
			.hikashop_product_page .hikashop_product_characteristics .form-group > label {color: var(--color-main); font-size: 1rem; font-weight: 500; text-transform: uppercase; margin-bottom: 0; margin-right: .5rem;}
			.hikashop_product_page .hikashop_product_characteristics select {margin: -4px 0 -2px; width: initial;}
			/*COLOR 198*/
				.hikashop_product_page .hikashop_product_characteristics .controls {margin-bottom: -4px;}
				.hikashop_product_page .hikashop_product_characteristics .controls label {margin-bottom: 4px; cursor: pointer; position: relative;}
				.hikashop_product_page .hikashop_product_characteristics .controls label:hover:after {content: ''; position: absolute; top: 0; bottom: 0; left: 0; right: 0; background-color: var(--color-main); opacity: .2; pointer-events: none; margin: 4px;}
				.hikashop_product_page .hikashop_product_characteristics .controls label input,
				.hikashop_product_page .hikashop_product_characteristics .controls label .radio {display: none;}
				.hikashop_product_page .hikashop_product_characteristics .controls label img {box-shadow: 0 0 0 2px #fff, 0 0 0 4px transparent; transition: all 300ms ease; margin: 4px; border: 1px solid var(--color-gray);}
				.hikashop_product_page .hikashop_product_characteristics .controls label input:checked + img {box-shadow: 0 0 0 2px #fff, 0 0 0 4px var(--color-main);}
		/*CANTIDAD - PRECIO*/
			/*.hikashop_product_page .hikashop_product_price_main {padding-bottom: calc(32px + 15px); margin-top: 2rem;}*/
			.hikashop_product_page .hikashop_product_price_main .hikashop_product_data {position: relative; padding: 3px 0; border-top: 1px solid var(--color-gray-light); border-bottom: 1px solid var(--color-gray-light); line-height: 1; display: -webkit-flex; display: flex; align-items: center; justify-content: space-between;}
			.hikashop_product_page .hikashop_product_price_main .hikashop_product_data .hikashop_product_quantity_default .input-group-append {display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex;}
			.hikashop_product_page .hikashop_product_price_main .hikashop_product_data .hikashop_product_quantity_default a {order: 1; padding: 0 .3rem; cursor: pointer; line-height: 30px; width: 30px; height: 30px;}
			.hikashop_product_page .hikashop_product_price_main .hikashop_product_data .hikashop_product_quantity_default input {font-size: 13px; width: 40px; line-height: 30px; height: 30px; padding: 0 0.2rem; text-align: center; font-weight: 600;}
			.hikashop_product_page .hikashop_product_price_main .hikashop_product_data .hikashop_product_price_wrapper {white-space: nowrap; font-weight: 600;}
			.hikashop_product_page .hikashop_product_price_main .hikashop_product_data .hikashop_product_price {font-size: 1rem; font-family: var(--font-primary); color: var(--color-main); display: inline-block;}
			.hikashop_product_page .hikashop_product_price_main .hikashop_product_data .hikashop_side_price_per_unit {font-weight: normal; color: #424242; font-size: 0.7rem; font-weight: 600;}
			.hikashop_product_page .hikashop_product_price_main .hikashop_product_data .hikacart {position: absolute; top: calc(100% + 15px); right: 0;}
			.hikashop_product_page .hikashop_product_price_main .hikashop_product_stock_count {display: none;}
		/*TABLA DE PRECIOS*/
			/*.hikashop_product_page .hikashop_several_prices_table .quantity_price_row {transition: all 150ms linear; cursor: pointer}*/
			/*.hikashop_product_page .hikashop_several_prices_table thead {background-color: var(--color-dark); color: #fff;}*/
			/*.hikashop_product_page .hikashop_several_prices_table thead th {padding: .5rem 0.8rem; font-weight: 500; text-transform: uppercase; letter-spacing: -.7px}*/
			/*.hikashop_product_page .hikashop_several_prices_table tbody td {border-top: 1px dashed #bfbfbf; padding: .4rem 0.8rem; font-size: 0.7rem; font-weight: 600;}*/
			/*.hikashop_product_page .hikashop_several_prices_table .quantity_price_row.selected {background: #e6e6e6;}*/
	/* CHECKOUT */
		.hikashop_checkout_page .hikashop_messages {display: none !important;}
		.hikashop_checkout_page legend {text-transform: uppercase; font-weight: bold; font-size: 1.3rem;}
		.hikashop_checkout_page .hikashop_checkout_cart table.checkout_detail_table * {white-space: nowrap;}
		.hikashop_checkout_page .hikashop_checkout_cart td {vertical-align: middle;}
		.hikashop_checkout_page .hikashop_checkout_cart thead {background: #f2f2f2;}
		.hikashop_checkout_page .hikashop_checkout_cart .hikashop_cart_total_title {font-weight: bold;}
		.hikashop_checkout_page .hikashop_checkout_cart .hikashop_cart_product_quantity_delete {margin-left: -20px;}
		.hikashop_checkout_page .hikashop_checkout_cart .hikashop_product_quantity_field {width: 90px; padding-right: 24px; border-color: #c8c8c8}
		.hikashop_checkout_page .hikashop_checkout_cart .hikashop_cart_total_value {white-space: nowrap;}
		.hikashop_checkout_page .hikashop_checkout_cart .hikashop_product_code_checkout {display: none;}
		.hikashop_checkout_page .hikashop_checkout_cart .hikashop_cart_product_name {display: -webkit-inline-flex; display: inline-flex; align-items: baseline; white-space: normal !important;}
		.hikashop_checkout_page .hikashop_checkout_cart .hikashop_product_variant_subname {display: -webkit-inline-flex; display: inline-flex; align-items: center;}
		.hikashop_checkout_page .hikashop_checkout_cart .hikashop_product_variant_subname img {width: 25px; height: 25px; margin-left: 10px; margin-right: 5px;}
		.hikashop_checkout_page .hikashop_checkout_coupon {border: 1px dashed var(--color-main);}
		.hikashop_checkout_page .hikashop_addresses_wrapper {padding: 0 .5rem;}
		.hikashop_checkout_page .hikashop_addresses_wrapper > * + * {border-top: 1px dashed var(--color-main);}
		.hikashop_checkout_page .hikashop_addresses_wrapper .hikashop_address_item {padding: .7rem 0;}
		.hikashop_checkout_page .hikashop_checkout_address_new_button {width: 32px; height: 32px; text-align: center; border-radius: 100% !important; line-height: 1; padding: 0;}
		.hikashop_checkout_page .hikashop_checkout_login h4 {font-family: var(--font-primary); font-size: 1.3rem; margin-bottom: 2rem;}
		/* LOADING */
			.hikashop_checkout_loading_spinner {background: none !important; padding: .5rem; display: none; justify-content: center; align-items: center;}
			.hikashop_checkout_loading .hikashop_checkout_loading_spinner {display: -webkit-flex; display: -ms-flex; display: flex;}
			.hikashop_checkout_loading_spinner > .loading-wrapper {display: block;}
			.hikashop_checkout_loading_spinner > .loading-wrapper > .loading {width: 40px; height: 40px; position: relative; margin: 100px auto;}
	/*PAYMENT METHODS & RELATED PRODUCTS*/
		.payment-methods {margin-top: 2rem; border-bottom: 1px solid var(--color-gray-light); border-top: 1px solid var(--color-gray-light)}
		.payment-methods .header {display: block; padding: .5rem 1rem .4rem; background-color: var(--color-lighter);}
		.payment-methods .header > * {font-size: 1.1rem !important; line-height: 1.2 !important; margin-bottom: 0 !important; display: inline;}
		.payment-methods .header > h3 {font-weight: 500 !important; text-transform: uppercase;}
		.payment-methods img {margin: .5rem 0;}
		.related-products {margin-top: 2rem;}
/********************************************************************************************************************************************/
@media (max-width: 1199px) {
	/*MAIN MENU*/
		.menu-main .submenu-module-wrapper {display: none;}
		.menu-main .submenu-wrapper > .nav-child {width: 100%;}
	/*WRAPPER*/
		/*.hikashop_product_wrapper .hikashop_product_data {padding: .5rem .5rem .3rem;}*/
		/*.hikashop_product_wrapper .hikashop_product_data .hikashop_product_category > * {font-size: .7rem;}*/
		/*.hikashop_product_wrapper .hikashop_product_data .hikashop_product_title > * {font-size: .9rem; height: auto;}*/
	/* PRODUCT PAGE */
		/*.hikashop_product_page .hikashop_product_left_wrapper .hikashop_show_image_carousel .owl-item {width: 330px;}*/
}
@media (max-width: 991px) {
	.modal-title{text-transform: uppercase; font-weight: 700; font-size: 1.5rem}
	/*R TOP*/
		.r-top .btn-search{display: none; }
		.r-top .menu + .menu:before {display: none;}
		.r-top .nav-link {padding: 6px 0; line-height: 1; margin-left: 5px;}
	/*R NAVBAR*/
		.r-navbar .navbar-brand img, .r-navbar.affix .navbar-brand img {max-height: 45px;}
		/*MAIN MENU*/
			.menu-main {overflow: auto; padding: .5rem .5rem 1.5rem; border-right: 1px solid var(--color-gray);/* left: -120%;*/ top: 0; bottom: 0; background: #fff; max-width: 85%; width: 400px; z-index: 51; position: fixed; height: initial!important; display: block; transition: all 350ms ease-in; box-shadow: 2px 0 8px rgba(0,0,0,.12); display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; -o-flex-direction: column; flex-direction: column; justify-content: space-between;}
			.menu-main .nav{width: 100%;}
			.menu-main > .nav > .nav-item > .nav-link {border-bottom: 1px solid var(--color-main-light); margin-bottom: 5px; padding-bottom: 14px;}
			.menu-main .nav-link:hover {color: var(--color-main) !important;}
			.menu-main .nav-item.active > .nav-link {background-color: var(--color-main) !important; color: #fff !important;}
			.menu-main.show, .menu-main.collapsing {left: 0;}
			.menu-main .nav-main {margin: 0; width: 100%; border-top: 1px solid var(--color-gray); display: inline-block;}
			.menu-main .nav-main > .nav-item {margin: 0;}
			.menu-main .nav-main > .nav-item > .nav-link {font-size: 1.1rem; padding: .6rem .5rem .4rem; font-weight: 500; line-height: 1; border: 0; border-bottom: 1px solid var(--color-gray) !important;}
			.menu-main .nav-main > .nav-item.parent > .nav-link {pointer-events: none;}
			.menu-main .nav-main > .nav-item.parent > .nav-link:after {display: none;}
			/*SUBMENU*/
				.menu-main .submenu-wrapper {position: relative; box-shadow: none; top: initial;}
				.menu-main .submenu-wrapper.show{ display: -webkit-flex !important; display: flex !important;}
				.menu-main .submenu-wrapper > * {height: auto;}
				.menu-main .submenu-wrapper:before, .menu-main .submenu-wrapper:after {display: none;}
				.menu-main .submenu-wrapper .submenu-module-wrapper {display: none;}
				.menu-main .submenu-wrapper > .nav-child {columns: 1; padding: 0;  flex: 0 0 100%;}
				.menu-main .submenu-wrapper > .nav-child .nav-item {display: block; margin-bottom: 0; flex: 0 0 100%; margin: 0;}
				.menu-main .submenu-wrapper > .nav-child > .nav-item .nav-list > .nav-item:nth-child(odd) {flex: 0 0 calc(50% - 10px); margin-right: 10px; }
				.menu-main .submenu-wrapper > .nav-child .nav-link {font-size: .9rem; padding: .6rem .5rem .4rem 1.2rem; font-weight: 500; line-height: 1; border: 0; border-bottom: 1px solid var(--color-gray) !important; background-color: var(--color-lighter);}
				.menu-main .submenu-wrapper > .nav-child > .nav-item .nav-list > .nav-item .nav-link {padding: 7px 0; font-size: 16px; margin-bottom: 5px; }
				.menu-main .submenu-wrapper > .nav-child .nav-link.view-all {display: none;}
				.menu-main .submenu-wrapper .separator {margin-bottom: 3px; padding: 7.5px 0; display: block; /*text-align: center;*/}
				.menu-main .submenu-wrapper .separator:after{display: none;}
 
			/*RRSS MOBILE*/
				.r-navbar-bottom {width: 100%; margin-top: 1rem;}
				.rrss-mobile {}
				.rrss-mobile h2 {font-size: 1.2rem; color: var(--color-main); text-align: center; text-transform: uppercase; margin-bottom: .5rem;}
				.rrss-mobile .nav {justify-content: center;}
				.rrss-mobile .nav-item + .nav-item {margin-left: 5px;}
	/*R BREADCRUMB*/
		.r-breadcrumb nav {padding: 1.2rem 0;}
		.r-breadcrumb .breadcrumb-item {font-size: 1rem;}
		.r-breadcrumb .breadcrumb-item:last-child {padding-right: 15px;}
	/*R CONTENT*/
		/*ASIDE*/
			.contact-form-aside .header h3 {font-size: ;}
	/*R FOOTER*/
		.r-footer .contact-wrapper, .r-footer .rrss-wrapper {margin-bottom: 1.5rem;}
	/*************************************************************************/
	/*FRONT*/
	body {padding-bottom: 0px !important;}
	.r-slider{height: 200px;}
	.r-slider .carousel{width: 200vw;margin-left: -50vw;}
	.r-slider .left {display: none;}
	.front .r-content {padding: 1rem 0; }
	.hero{display: none;}
	.r-post-content-full-width {margin-bottom: 0px; }
	.r-newsletter {text-align: left;}
	.r-newsletter h3 {font-size: 1.2rem; margin-bottom: 10px; }
	.r-newsletter p{display: none;}
	.r-bottom {padding: 1rem 0; }
	.r-bottom-black {padding: 0; margin-top: 0;}
	.r-bottom-black #somos {margin-top: 0; padding-top: 0;}
	.r-bottom-black .left {display: none;}
	.r-bottom-black .right {padding-top: 20px;}
	.r-bottom-black .showroom {display: none;}
	.r-bottom-black .well {font-size: 1.2rem; margin: 25px 0; }
	.r-bottom-black ul.boxes li {padding: 10px; font-size: 0.9rem; line-height: 1.1;}
	.r-copyright{padding: 0 40px;}
	.r-content{padding: 0;}
	/*PAGINA*/
		.blog .r-content .item-page img{max-width: 100%; height: auto; display: block;}
		.blog .r-content .page-header {margin-left: 25px !important; padding: 15px !important; margin-top: -30px !important; }
		.blog .r-content .page-header h1{font-size: 1.3rem; line-height: 1.1;}
	/*COMPONENTS*/
		/*.product-slider .hikashop_product_data .col-auto{padding: 0 7px ;}*/
		.product-slider .hikashop_product_data h4{font-size: 1rem !important}
		.layout-listing .hikashop_product_wrapper.big {margin-bottom: 0;}
		/*.hikashop_product_page .table{margin-bottom: 0;}*/
		.hikashop_product_page .hikashop_product_price_main{display: none;}
		.hikashop_product_page .hikashop_product_description_main {margin-bottom: 10px; font-size: 1rem;}
		.hikashop_product_page .right-top-wrapper{margin-top: 20px;}
		.hikashop_product_page .hikashop_product_main_image_subdiv{height: 400px; overflow: hidden;}
		.m-breadcrumbs .breadcrumb>li{display: none;}
		/*.m-breadcrumbs .breadcrumb>li:before{display: none;}*/
		.m-breadcrumbs .breadcrumb>li:nth-last-child(2),.m-breadcrumbs .breadcrumb>li:nth-last-child(3){display: block; }
}
@media (max-width: 767px) {
	/*GENERAL*/
	/*COLUMNS*/ 	
		.text-col-2 {columns: 1;}
		.text-col-3 {columns: 2;}
	/*PAYMENT METHODS & RELATED PRODUCTS*/
		.related-products .hikashop_product:nth-child(3) {display: none;}
	/*SLIDER FULL WIDTH 2*/
		.slider-full-width-2 .owl-stage-outer {background-color: var(--color-dark);}
		.slider-full-width-2 .owl-item .item-wrapper {opacity: 0.3; transform: scale(1); -webkit-flex-direction: column; flex-direction: column; transition: opacity 150ms ease-out, transform 200ms ease-out;}
		.slider-full-width-2 .owl-item .item-wrapper > .item-data > .item-title {font-size: 2rem; margin-bottom: 1rem;}
		.slider-full-width-2 .owl-item .item-wrapper > .item-data > .item-sub-title {font-size: 1.2rem; margin-bottom: .8rem;}
		.slider-full-width-2 .owl-item .item-wrapper > .item-data > .item-title + p {font-size: 1rem;}
		.slider-full-width-2 .owl-item .item-wrapper > .item-image {max-width: 100%; flex: 1; height: 200px; transform: none; }
		.slider-full-width-2 + .owl-loading-icon {height: 398px;}
	/*R CONTENT*/
		/*DEFAULT STYLE*/
			.default-style.view-article .content .lead,
			.default-style.view-article .content .well {font-size: 1.2rem;}
			.default-style.view-article .content .well.special {margin-left: 2rem; font-size: 1.2rem;}
			.default-style.view-article .content .well.special:before {left: -5rem;}
	/*ROW POST CONTENT*/
		.r-post-content .row-clientes > img {max-width: 33.3333333333%;}
	/*FRONT*/
		.front .r-content .content .btn {min-width: 0;}
	/* PRODUCT PAGE */
		.hikashop_product_wrapper.big .hikashop_product_image {width: 100%}
		.hikashop_product_page .hikashop_product_name_main {margin-top: 1.5rem;}
		.hikashop_product_page .hikashop_product_main_image {cursor: initial;}
		.hikashop_product_page .hikashop_product_main_image:before {display: none;}
		.hikashop_product_page .hikashop_product_characteristics .form-group.hikashop_characteristic_line_198 .controls label:after {display: none;}
	/* PRODUCT PAGE */
		/*IMAGE CAROUSEL*/
			.hikashop_product_page .hikashop_show_image_carousel {max-width: 398px; margin: auto;}
			.hikashop_product_page .hikashop_show_image_carousel .owl-item {width: 396px;}
	/* CART */
		/* MODALIZED */
			.r-modal-cart .modal-cart-wrapper {top: 49px;}
}
@media (max-width: 575px) {
	/*COLUMNS*/ 	
		.text-col-3 {columns: 1;}
	/*TEXT*/
		h1 {font-size: 1.8rem}
		h2 {font-size: 1.3rem; margin-bottom: 1.2rem;}
		.header-underline {font-size: 1rem;}
		.header-underline + h2 ,
		.header-underline + .h2 {font-size: 1.4rem; margin-bottom: 1.5rem;}
		.header-underline-special {font-size: 1.3rem;}
	/*COMPONENTES*/
		/*ROW NEWSLETTER*/
			.r-newsletter {padding: 1rem 0;}
			.r-newsletter h2 {font-size: 2rem;}
			.r-newsletter p {font-size: .9rem;}
			.r-newsletter .newsletter-form .input-group .form-control {min-height: initial; margin-right: 5px; font-size: initial;}
			.r-newsletter .newsletter-form .input-group .btn {height: initial; width: initial;}
			.r-newsletter .newsletter-form .input-group .btn i:before {font-size: initial; line-height: initial; height: initial; width: initial; transform: initial;}
		/*OWL CAROUSEL*/
			/*MAIN SLIDER*/
				/*.r-slider, .main-slider .item-wrapper img {height: 400px;}*/
				/*.main-slider .item-wrapper .item-text * {padding: 1.2rem; font-size: 1.2rem;}*/
				/*.main-slider .item-wrapper .item-intro {padding-top: 2rem;}*/
			/*TEXT SLIDER*/
				/*.text-slider {height: calc(40px *2);}*/
				/*.text-slider .text {font-size: 40px;}*/
		/*SLIDER FULL WIDTH 2*/
			/*.slider-full-width-2 .item-data{height: 140px; padding: 0.5rem 1rem !important;}*/
			/*.slider-full-width-2 .item-data p{display: none!important;}*/
			/*.slider-full-width-2 .item-data .item-sub-title{display: block; font-size: 0.9rem !important; max-height: 3rem; overflow: hidden;}*/
			/*.slider-full-width-2 .item-data .item-title{display: block; font-size: 1.7rem !important; max-height: 4rem; overflow: hidden; line-height: 0.9 !important;}*/
		/*MENU CATEGORIAS*/
			/*.menu-categorias-wrapper {padding: 2rem 0 1.5rem;}*/
			/*.menu-categorias-wrapper:after {height: 350px; background-position: 3% center;}*/
			/*.menu-categorias {columns: 2; margin: 0;}*/
			/*.menu-categorias .nav-item {margin: 0;}*/
			/*.menu-categorias .nav-link {font-size: 1.1rem;}*/
			/*.menu-categorias .nav-link:before {font-size: 1.1rem; height: 1.1rem; margin-right: 0;}*/
		/*FLASH CARDS*/
			/*.flash-cards > .row > :nth-child(3) {z-index: 3;}*/
			/*.flash-cards > .row > :nth-child(2) {z-index: 2;}*/
			/*.flash-cards > .row > :nth-child(1) {z-index: 1;}*/
			/*.flash-cards p {font-size: .9rem;}*/
		/*PRODUCT SLIDER*/
			/*.productos-destacados {margin: 2rem 0;}*/
		/*NEWS WRAPPER*/
			/*.news-wrapper {margin-bottom: -1rem;}*/
			/*.news-wrapper .item-wrapper {margin-bottom: 1rem;}*/
			/*.news-wrapper .item-wrapper .item-title {font-size: 1.6rem;}*/
	/*************************************************************************/
	/*R TOP*/
		/*.r-top .contact-wrapper .media-body {display: none;}*/
	/*R NAVBAR*/
		/*.r-navbar .navbar-brand img, .r-navbar.affix .navbar-brand img {max-height: 30px;}*/
	/*R CONTENT*/
		/*.r-content .content .header-underline + .h2 {font-size: 1.3rem; line-height: 1.2;}*/
		/*.r-content .content .header-underline + .h2 span {font-size: 1.4rem;}*/
		/*.r-content .content .lead-large {margin-bottom: 1rem; font-size: 1rem; line-height: 1.3;}*/
		/*.r-content .content .lead-large br {display: none;}*/
	/*R BOTTOM*/
		/*.r-bottom {padding: 2rem 0;}*/
		/*.r-bottom h2 {font-size: 1.5rem; margin-bottom: .8rem;}*/
		/*.r-bottom p:last-of-type {margin-bottom: 1rem;}*/
		/*.r-bottom .list-checked {margin-bottom: 0;}*/
		/*.r-bottom .list-checked li {margin-bottom: .8rem;}*/
		/*.r-bottom .btn {font-size: .9rem; display: block;}*/
	/*R PRE FOOTER*/
		/*.r-pre-footer {padding: 2rem 0;}*/
	/*FRONT*/
		/*.front .r-content {padding: 2rem 0 1rem;}*/
	/*WRAPPER*/
		.hikashop_products > .row {margin-right: -5px; margin-left: -5px;}
		.hikashop_products > .row > * {padding-right: 5px; padding-left: 5px;}
		
		/*.hikashop_product_wrapper .hikashop_product_image img {max-height: 292px;}*/
		.view-category .hikashop_product_wrapper {margin-bottom: 10px;}
	/* PRODUCT PAGE */
		.hikashop_category_information h1 {font-size: 1.3rem;}
		.hikashop_product_page .hikashop_product_data .hikacart {flex: 1; order: 2; top: 45px;}
		.hikashop_product_page .hikashop_product_data .hikashop_product_price_main {width: 100%; flex: 0 0 100%; text-align: center; margin-bottom: .5rem;}
		.hikashop_product_page .hikashop_product_data .hikashop_product_quantity_default {right: initial; order: 2; margin-left: .5rem; position: static;}
		.hikashop_product_page .hikashop_product_data .hikashop_product_quantity_default a + a {border-top: 0;}
		.hikashop_product_page .hikashop_product_data .hikashop_product_quantity_default .input-group-append {-webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row;}
}
@media (max-width: 321px) {
	.r-top .nav-link {margin-left: 0;}
}