/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/*VARIABLES*/
:root {
	--font-main: 'Roboto', sans-serif;
	--font-header: 'Montserrat', sans-serif;
	--font-icon: 'Material Design Icons';
	--font-barcode: 'Libre Barcode 128 Text', cursive;

	--color-lighter: #fff;
	--color-light: #eaeaea;
	--color-gray-light: #b3b3b3;
	--color-gray: #808080;
	--color-gray-dark: #404040;
	--color-dark: #13100f;
	
	--color-main-light: #f3373d;
	--color-main: #da2328;
	--color-main-dark: #a90005;
	--color-main-transparent: #da2328cc;

	--shadow-focus: 0 0 0 3px #c2185b66;
}
/*GENERAL*/
	*: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;}
	.table .thead-dark th {
    background-color: var(--color-dark);
    border-color: var(--color-dark);
}
/*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: #fff;}
	::selection {background: var(--color-main-light); color: #fff;}
/*SCROLLBAR*/
	.aside-right ::-webkit-scrollbar {width: 10px;}
	.aside-right ::-webkit-scrollbar-track {background: var(--color-gray-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*/
	hr {border-color: var(--color-gray-light);}
	h1, .h1 {font-size: 2rem; color: var(--color-main); margin-bottom: 1.5rem; line-height: 1;}
	h1, .h1 , h2, .h2 , h3, .h3 , h4, .h4 , h5, .h5 {font-family: var(--font-header);}
	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;}
	.text-barcode{font-family: var(--font-barcode); font-size: 2rem;}
/*TEXT COLOR*/
	.text-main {color: var(--color-main-light) !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);}
/*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-gray-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;}
/*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*/
	/*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;}
			.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 .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; padding: 3rem 1rem 1rem 1rem; background-color: var(--color-lighter);}
				.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-dark); color: #fff;}
				.r-newsletter h2 {font-size: 3.2rem; line-height: 1; margin-bottom: .5rem;}
				.r-newsletter p {font-size: 1.1rem; text-transform: uppercase; margin-bottom: 0;}
				.r-newsletter .newsletter-form-wrapper {width: 100%;}
				.r-newsletter .newsletter-form .input-group .form-control {min-height: 60px; margin-right: 8px; font-size: 1.1rem;}
				.r-newsletter .newsletter-form .input-group .btn {height: 60px; width: 60px;}
				.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;}

	/*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.jpg'); 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;}
	/*BLOG NEWS WRAPPER*/
		.news-wrapper {position: relative; z-index: 1; padding: 0; display: block; height: auto; border: 0 !important; border-radius: 0;}
		.news-wrapper .item-wrapper {position: relative; z-index: 1; padding: ; display: block; height: auto; border: 1px solid var(--color-gray); border-radius: 0; box-shadow: 0 0 0 2px #fff, 0 0 0 4px transparent; transition: all 300ms ease;}
		.news-wrapper .item-wrapper a {display: block;}
		.news-wrapper .item-wrapper:hover {box-shadow: 0 0 0 2px #fff, 0 0 0 4px var(--color-main);}
		.news-wrapper .item-wrapper .item-image {overflow: hidden; background-color: var(--color-main-dark);}
		.news-wrapper .item-wrapper .item-image img {transform: scale(1); transition: all 300ms ease; width: 100%;}
		.news-wrapper .item-wrapper .item-data {border-top: 1px solid var(--color-gray); padding: .8rem 1rem;}
		.news-wrapper .item-wrapper .item-title {font-size: 1.9rem; font-weight: 600; line-height: 1.1; margin-bottom: 0;}
		.news-wrapper .item-wrapper .item-intro > :last-child {margin-bottom: 0;}
		.news-wrapper .item-wrapper:hover .item-image img {transform: scale(1.05); opacity: .8;}
		.news-wrapper .item-wrapper:hover .item-title {color: var(--color-main) !important;}
		.view-category .news-wrapper {margin-bottom: -2rem;}
		.view-category .news-wrapper .item-wrapper {margin-bottom: 1.5rem;}
		.view-category .news-wrapper .item-wrapper .item-title {margin-bottom: 0.8rem;}
	/*PAGINATOR*/
		.pagination {margin: 1rem 0;}
		.pagination .page-item + .page-item {margin-left: 5px;}
		.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-gray-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;}
/********************************************************************************************************************************************/
/*ROWS*/
	.r-spacer{height: 74px;}
	/*R TOP*/
		.r-top {background-color: var(--color-dark); padding: .2rem 0; position: fixed; z-index: 50; width: 100%; }
		.r-top .menu {align-items: center;}
		.r-top .nav-link {color: var(--color-lighter); padding: 0;}
		.r-top .nav-link:before {color: var(--color-lighter);}
		.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 .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-main);}
		.r-top .menu-contact .nav-link:hover .mdi:before {color: var(--color-main-light);}
		.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-main);}
		.r-top .menu-rrss .nav-item .nav-link:hover:before {color: var(--color-main-light);}
		.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: var(--color-dark); z-index: 2; /*border-bottom: 1px solid var(--color-gray);*/ position: relative; z-index: 100;}
		.r-navbar .navbar {padding: .5rem 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);}*/
		.r-navbar .menu {align-items: center;}
		.r-navbar .nav-link {color: var(--color-gray-light); padding: 0;}
		.r-navbar .nav-link:before {color: var(--color-gray-light);}
		.r-navbar .nav-link:hover,
		.r-navbar .nav-link:hover:before {color: var(--color-main-light);}
		.r-navbar .menu + .menu:before {content: ''; display: inline; border-left: 1px solid var(--color-gray-light); height: 2rem; margin: 0 1rem;}
		.r-navbar .menu-contact {font-size: .8rem; line-height: 1;}
		.r-navbar .menu-contact .nav-item + .nav-item {margin-left: 1rem;}
		.r-navbar .menu-contact .nav-link {height: 2rem;}
		.r-navbar .menu-contact .nav-link .mdi:before {font-size: 1.6rem; color: var(--color-main);}
		.r-navbar .menu-contact .nav-link:hover .mdi:before {color: var(--color-main-light);}
		.r-navbar .menu-rrss .nav-item + .nav-item {margin-left: .5rem;}
		.r-navbar .menu-rrss .nav-item .nav-link {background: none !important;}
		.r-navbar .menu-rrss .nav-item .nav-link:before {color: var(--color-gray-light);}
		.r-navbar .menu-rrss .nav-item .nav-link:hover:before {color: var(--color-main-light);}
		.r-navbar .menu-top .nav-item + .nav-item {margin-left: .5rem;}
		.r-navbar .menu-top .nav-link.mdi-shopping:before {color: var(--color-main);}
		.r-navbar .menu-top .nav-link.mdi-shopping:hover:before {color: var(--color-main-light);}
		/*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*/
			.nav-main .nav-item.active > .nav-link {color: var(--color-main);}
	/*R SLIDER*/
		.r-slider {background: url(/images/assets/background/bkg.svg); padding: 0; position: relative; overflow: hidden; min-height: 450px;}
		.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-SLIDER*/
		.r-post-slider{background-color: var(--color-dark);padding: 1rem 0;}
		.r-post-slider .nav-main>.nav-item{border-left: 1px solid var(--color-gray-dark); padding: 0 5px;}
		.r-post-slider .nav-main>.nav-item:last-child{border-right: 1px solid var(--color-gray-dark);}
		.r-post-slider .nav-link {color: var(--color-gray-light); padding: 0; display: flex ; align-items: center; justify-content: space-evenly; gap: 10px; }
		.r-post-slider .nav-link:hover{color: var(--color-main)}
		.r-post-slider .image-title{text-transform: uppercase; margin-top: 10px; font-weight: 700;}
	/*R CONTENT*/
		.r-content {padding: 2rem 0; display: -webkit-flex; display: flex; flex: 1 0 auto; align-items: center;}
		.r-content h1{font-size: 3rem; color: var(--color-dark); position: relative; text-transform: uppercase; font-weight: 700; font-family: var(--font-header); padding: 20px; line-height: 1;}
		.r-content h1:before{content: ''; position: absolute; background: var(--color-main); width: 75px; display: block; height: 90px; top: 0; z-index: -1; left: 0;}
		.r-content .menu-variantes a.active{border-bottom: 4px solid var(--color-main);}
		.r-content .menu-variantes .image-title{text-transform: uppercase; font-size: 0.8rem; line-height: 1; font-weight: 600; margin-top: 5px;}
		.r-content .tab-content{margin-top: 20px;}
		.r-content .hikashop_products_listing .hikashop_listing_big{border-top: 1px; border-left: 1px; border-right: 1px; border-bottom: 0; border-style: solid; border-color: var(--color-gray-light); }
		.r-content .hikashop_products_listing .hikashop_product {margin-bottom: 1rem;}
		.r-content .hikashop_products_listing .hikashop_product .hikashop_product_name {padding: 0 10px; font-weight: 700; font-size: 1.2rem; line-height: 0.9; min-height: 50px; margin-bottom: 5px; background: var(--color-light); display: flex ; align-items: center; }
		.r-content .hikashop_products_listing .hikashop_product .hikashop_product_desc {padding: 5px 10px; font-size: .8rem; line-height: 1; height: 55px; }
		.r-content .hikashop_products_listing .hikashop_product .hikashop_product_desc p{margin: 0; font-size: .8rem; line-height: 1;}
		.r-content .hikashop_products_listing .hikashop_product .hikashop_product_footer .hikashop_product_quantity_div input{height: 37px;}
		.r-content .hikashop_products_listing .hikashop_product .hikashop_product_footer .action-area{display: flex; justify-content: space-between; padding-left: 10px;}
		.r-content .hikashop_products_listing .hikashop_product .hikashop_product_footer .left{height: 37px; background: var(--color-dark); color: var(--color-gray-light); text-align: center; display: flex; align-items: center; justify-content: center;}
		.r-content .hikashop_products_listing .hikashop_product .hikashop_product_footer .right{background: var(--color-light);}
		.r-content .hikashop_products_listing .hikashop_product .hikashop_product_footer .hikashop_product_quantity_div{display: inline-block;}
		.r-content .hikashop_products_listing .hikashop_product .hikashop_product_footer .hikashop_product_quantity_div.hikashop_product_quantity_add_to_cart_div {font-size: .7rem}
		.r-content .hikashop_products_listing .hikashop_product .hikashop_product_footer .hikashop_product_quantity_div input{text-align: center;width: 50px;}
		.r-content .hikashop_products_listing .hikashop_product .hikashop_product_footer .btn-cart .mdi{line-height: 25px;display: inline-block;}
	/*R POST CONTENT*/
		.r-post-content{padding: 3rem 0; background-image: url(/images/assets/background/pattern.png);}
	/*ASIDE RIGHT*/
		.aside-right > * + * {margin-top: 1.5rem;}
	/*R BOTTOM*/
		.r-bottom {padding-top: 2rem;}
		.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: 2rem; 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 PRE-FOOTER*/
		.r-pre-footer{padding: 3px 0}
		.r-pre-footer .item-wrapper{border: 3px solid #FFF;}
	/*R FOOTER*/
		.r-footer {background-color: var(--color-dark); color: #fff; padding: 2rem 0;}
		.r-footer .text-main {color: var(--color-main) !important;}
		.r-footer h2 {font-weight: 500;}
		.r-footer .header-sideline  {margin-bottom: 1rem; font-size: 0.9rem; color: var(--color-main);}
		.r-footer .header-sideline:before  {border-bottom: 1px solid var(--color-main); 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);}
		.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); 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);}
		.r-footer .newsletter-wrapper {margin-bottom: 1.5rem;}
		.r-footer .rrss-wrapper .nav-item + .nav-item {margin-left: .7rem;}
		.r-footer .rrss-wrapper .nav-link:before {color: #fff;}
		.r-footer .rrss-wrapper .nav-link:hover:before {color: var(--color-main);}
		.r-footer .interest-wrapper .menu {display: block; padding: 0;}
		.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 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 {margin-bottom: 1rem;}
		.default-style.view-article .content .lead {font-weight: 400; font-size: 1.4rem; 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; color: #fff; background-color: 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); 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);}
		.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;}
	/*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: 30px; min-width: 30px; line-height: 1; padding-top: 6px;}
		.btn-cart .mdi{font-size: 1rem!important}
		.btn-cart:hover {background-color:  var(--color-main-dark)!important; color:  var(--color-lighter)!important;}
	/*VEX*/
		.vex .vex-dialog-buttons .vex-dialog-button-primary.vex-last {background: var(--color-main); border: 1px solid var(--color-main);}
		.vex .vex-dialog-buttons .vex-dialog-button-primary.vex-first {background: var(--color-dark); border: 1px solid var(--color-dark);}
		/*.vex .vex-dialog-message .image{background: var(--color-main); border:5px solid var(--color-main);}*/
		.vex .vex-dialog-message .text-wrapper{position: relative; left: 75px; margin: 0;}
		.vex .vex-dialog-message .text-wrapper .title{font-size: 19px;}
	/*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';}
	/* 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;}
	/*PRODUCT CARD*/
		.product-card {background: #fff; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; background: #eeeeee; margin-bottom: 2rem; border: 1px solid #eee;}
		.product-card > a {display: block; width: 100%; text-align: center;}
		.product-card .card-body, .product-card .card-footer{padding: 0; border: none;}
		.product-card .hikashop_product_category{white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: .8rem; font-weight: 300; color: var(--color-main); line-height: 14px; font-family: var(--font-main); width: 150px; padding: 5px 5px 0 5px;}
		.product-card .hikashop_product_title {padding: 5px; border-bottom: 1px solid #d2d2d2; flex: 1; }
		.product-card .hikashop_product_title * {text-transform: uppercase; color: #000; font-family: var(--font-main); font-weight: 400; overflow: hidden; font-size: 0.8rem; height: 24px; line-height: 1; margin: 0;}
		.product-card .hikashop_product_image {padding: 10px; width: 100%; height: auto; background: #fff;}
		.product-card .action-area {display: flex; justify-content: space-between;}
		.product-card .hikashop_product_quantity_default {width: 50%;}
		.product-card .hikashop_product_quantity_default .hikashop_product_quantity_field{cursor:default; text-align: center; padding: 0; background: #FFF; line-height: 1; height: 30px; font-size: 1.1rem; font-family: var(--font-header);}
		.product-card .hikashop_product_quantity_default .btn{padding:4px 4px 0 4px; background: #000; border-color: #000; color: #FFF; }
		.product-card .hikashop_product_price_full {display: block; text-transform: uppercase; color: #FFF; font-family: var(--font-header); font-size: 1rem; padding: 0.4rem 1rem; line-height: 1; text-align: center; background: var(--color-main); }

	/*HIKA-VERTICAL*/
		/*.hika-vertical .listing_owl-vertical{ border: 1px solid var(--color-gray); 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; }*/
		.hika-vertical .hikashop_products {margin-bottom: -10px;}
		.hika-vertical .hikashop_product {margin-bottom: 10px;}
		.hika-vertical .hikashop_product_data {height: 100%; display: flex; flex-direction: column; justify-content: space-between;}
		.hika-vertical .hikashop_product_header{padding: 5px;}
		.hika-vertical .hikashop_product_category_name{font-size: .8rem; font-weight: 300; color: var(--color-main); line-height: 1; font-family: var(--font-main);}
		.hika-vertical .hikashop_product_title {padding: 5px 0; }
		.hika-vertical .hikashop_product_title * {text-transform: uppercase; color: #000; font-family: var(--font-main); font-weight: 400; overflow: hidden; font-size: 0.8rem; height: 24px; line-height: 1; margin: 0;}
		.hika-vertical .hikashop_product_price_full {display: block; text-transform: uppercase; color: #FFF; font-family: var(--font-header); font-size: 1rem; padding: 0.4rem .1rem; line-height: 1; text-align: center; background: var(--color-main); }
	/* 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;}
	/* 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); 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, .hikashop_cart .hikashop_cart_module_product_total_row .hikashop_cart_module_product_total_value {letter-spacing: 1.2px; font-size: 1.2rem}

		.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); text-align: center;}
		.aside .hikashop_cart .hikashop_cart_proceed_to_checkout_wrapper {background: var(--color-lighter); padding: .75rem 0; text-align: right;}
		.aside .hikashop_cart .hikashop_cart_proceed_to_checkout{background: var(--color-main);}
		.hikashop_cart table .cart-product-wrapper{background: var(--color-light); font-weight: 600;}
	/* 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; text-align: center;}
		.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;}
	/*LISTADO BIG*/
		.layout-listing .hikashop_product {margin-bottom: 1rem;}
	/* PRODUCT PAGE */
		/*.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%;}*/
		.hikashop_product_page .hikashop_vote_notification_mini {position: relative;}
		.hikashop_product_page .hikashop_vote_notification_mini .alert-danger{position: absolute; background-color: #f8d7dae0; margin: 0; font-size: 0.8rem; line-height: 1; text-transform: lowercase; right: 0; top: -10px; width: 160px; text-align: center;}
		.hikashop_product_page .hikashop_vote_notification_mini .alert-danger .close{display: none;}
		.hikashop_product_page .right-top-wrapper{height: 100%; display: flex; flex-direction: column; justify-content: space-between;}
		/*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.2rem; margin-bottom: 3rem;}
			.hikashop_product_page .hikashop_product_description_main h2 {color: var(--color-main); font-size: 1.4rem; font-weight: 500;}
			.hikashop_product_page .hikashop_product_description_main table{font-size: .8rem; font-weight: 400;}
		/*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: 34px;}
	/* PRODUCT PAGE */
		.hikashop_product_page .hikashop_product_left_wrapper .hikashop_show_image_carousel .owl-item {width: 330px;}
}
@media (max-width: 991px) {
	.r-spacer{height: 49px;}
	.r-top .navbar-brand img, .r-navbar .navbar-brand img, .r-navbar.affix .navbar-brand img {max-width: 115px; height: auto;}
	.r-top .menu-contact, .r-top .menu-contact .small{font-size: 0.7rem;}
	.r-top .menu-rrss{display: none;}
	.r-top .menu + .menu:before {margin: 0 0.5rem;}
	.r-top .menu-top .nav-item + .nav-item {margin-left: 0;}
	.r-slider .container {padding: 0; }
	.r-slider {min-height: 152px;}
	.r-slider .owl-carousel .owl-item img {height: auto;}
	.r-post-slider {padding: 0.7rem 0;}
	.r-post-slider .nav-main li{width: 33%}
	.r-post-slider .nav-main li img{width: 40px; height: auto; }
	.r-post-slider .nav-main li .image-title{font-size: 0.6rem; margin: 5px 0 10px 0 !important; letter-spacing: 1px;}
	.r-post-slider .nav-main>.nav-item:nth-child(3) { border-right: 1px solid var(--color-gray-dark);}
	.r-content {padding: 1rem 0 0;}
	.r-content h1{margin-bottom: 10px; padding: 10px; font-size: 2.4rem;}
	.r-content h1:before {content: ''; position: absolute; background: var(--color-main); width: 53px; display: block; height: 53px; top: 0; z-index: -1; left: 0; }
	.r-content .menu-variantes .nav-link { padding:3px 0;}
	.r-content .menu-variantes .nav-link img{width: 40px; height: auto;}
	.r-content .hikashop_products_listing .hikashop_product {margin-bottom: 10px;}
	.r-content .hikashop_products_listing .hikashop_product .hikashop_product_name {padding: 0px 5px 5px 5px; font-weight: 700; font-size: 1.1rem; line-height: 1.1;}
	.r-content .hikashop_products_listing .hikashop_product .hikashop_product_desc {padding: 0 6px 3px 6px; font-size: .8rem; line-height: 1; height: auto;}
	.r-content .hikashop_products_listing .hikashop_product .hikashop_product_price {font-size: 0.8rem; letter-spacing: -0.8px;}
	.r-content .hikashop_products_listing .hikashop_product .hikashop_product_quantity_div input{font-size: 0.9rem;} 
	.r-post-content {padding: 1rem 0 0 0;}
	.r-pre-footer {padding: 4px 0; }
	.r-copyright{text-align: center; padding-bottom: 40px;}
	.vex-dialog-buttons{display: flex;flex-direction: row-reverse;}


	/*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*/
}
@media (min-width: 992px){
	.modal-lg, .modal-xl {max-width: 632px;}
}
@media (max-width: 767px) {
	/*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;}
	/*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_description_main {margin-bottom: 1.5rem;}
		.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) {
	.r-spacer{height: 49px;}
	.r-top .navbar-brand{margin-right: 0;}
	.r-top .menu-contact, .r-top .menu-contact .small{font-size: 0.6rem;}
	.r-slider {min-height: 146px; }
	.r-content h1{margin-bottom: 10px; padding: 10px; font-size: 2rem;}
	.r-content h1:before {content: ''; position: absolute; background: var(--color-main); width: 52px; display: block; height: 52px; top: 0; z-index: -1; left: 0; }
	.r-content .menu-variantes .nav-link {display: flex; align-items: center; justify-content: center;}
	.r-content .menu-variantes .nav-link img {width: 29px; margin: 0 5px;}
	.r-content .tab-content {margin-top: 10px;}
	.r-content .hikashop_products_listing .hikashop_product .hikashop_product_name {font-size: 1rem; padding: 7px 5px 5px 5px;}
	.r-content .hikashop_products_listing .hikashop_product .hikashop_product_desc {padding: 0 6px 7px 6px;}
	.r-content .hikashop_products_listing .hikashop_product .hikashop_product_footer .hikashop_product_quantity_div input {height: 30px;}
	.r-content .hikashop_products_listing .hikashop_product .hikashop_product_footer .left {height: 30px;}
	.r-content .hikashop_products_listing .hikashop_product .hikashop_product_footer .btn-cart .mdi {line-height: 1; display: inline-block; }
	/*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;}
	/*FRONT*/
	/*WRAPPER*/
		.hikashop_products > .row {margin-right: -5px; margin-left: -5px;}
		.hikashop_products > .row > * {padding-right: 5px; padding-left: 5px;}
		.hikashop_product_wrapper .hikashop_product_data {padding: 0.8rem 0.5rem 0.5rem;}
		.hikashop_product_wrapper .hikashop_product_image img {max-height: 292px;}
		.view-category .hikashop_product_wrapper {margin-bottom: 10px;}
	/* PRODUCT PAGE */
		.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;}
}