.hljs{display:block;overflow-x:auto;padding:.5em;background:#F0F0F0}.hljs,.hljs-subst{color:#444}.hljs-comment{color:#888888}.hljs-keyword,.hljs-attribute,.hljs-selector-tag,.hljs-meta-keyword,.hljs-doctag,.hljs-name{font-weight:bold}.hljs-type,.hljs-string,.hljs-number,.hljs-selector-id,.hljs-selector-class,.hljs-quote,.hljs-template-tag,.hljs-deletion{color:#880000}.hljs-title,.hljs-section{color:#880000;font-weight:bold}.hljs-regexp,.hljs-symbol,.hljs-variable,.hljs-template-variable,.hljs-link,.hljs-selector-attr,.hljs-selector-pseudo{color:#BC6060}.hljs-literal{color:#78A960}.hljs-built_in,.hljs-bullet,.hljs-code,.hljs-addition{color:#397300}.hljs-meta{color:#1f7199}.hljs-meta-string{color:#4d99bf}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:bold}
/*!
 * Agate by Taufik Nurrohman <https://github.com/tovic>
 * ----------------------------------------------------
 *
 * #ade5fc
 * #a2fca2
 * #c6b4f0
 * #d36363
 * #fcc28c
 * #fc9b9b
 * #ffa
 * #fff
 * #333
 * #62c8f3
 * #888
 *
 */.hljs{display:block;overflow-x:auto;padding:.5em;background:#333;color:white}.hljs-name,.hljs-strong{font-weight:bold}.hljs-code,.hljs-emphasis{font-style:italic}.hljs-tag{color:#62c8f3}.hljs-variable,.hljs-template-variable,.hljs-selector-id,.hljs-selector-class{color:#ade5fc}.hljs-string,.hljs-bullet{color:#a2fca2}.hljs-type,.hljs-title,.hljs-section,.hljs-attribute,.hljs-quote,.hljs-built_in,.hljs-builtin-name{color:#ffa}.hljs-number,.hljs-symbol,.hljs-bullet{color:#d36363}.hljs-keyword,.hljs-selector-tag,.hljs-literal{color:#fcc28c}.hljs-comment,.hljs-deletion,.hljs-code{color:#888}.hljs-regexp,.hljs-link{color:#c6b4f0}.hljs-meta{color:#fc9b9b}.hljs-deletion{background-color:#fc9b9b;color:#333}.hljs-addition{background-color:#a2fca2;color:#333}.hljs a{color:inherit}.hljs a:focus,.hljs a:hover{color:inherit;text-decoration:underline}
/*VARIABLES*/
:root {
	--color-main: #e42d25;
	--color-main-light: #f24a3b;
	--color-alternative: #14538a;
	--color-alternative-light: #3269A2;
	--color-alternative-lighter: #507FBA;

	--color-warning: #ffe693;
	--color-danger: #e42d25;
	--color-info: #14538a;
	--color-success: #269239;

	--color-gray: #f0f0f0;
	--color-dark-gray: #d8d8d8;
	--color-dark: #222222;

	--shadow-light: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	--shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
	--shadow-dark: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);

	--font-primary: 'Montserrat', sans-serif;
	--font-secondary: 'Roboto', sans-serif;
	--font-heading:'Oswald', sans-serif;
	--font-icon: "Material Design Icons";
}
/*GENERAL*/
	::-moz-selection {background-color: var(--color-main-light); color: #fff;}
	::selection {background-color: var(--color-main-light); color: #fff;}
	body{font-family:var(--font-primary); font-size: .9rem; color: var(--color-dark); overflow-x: hidden; padding-bottom: 0 !important;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
	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; text-decoration: none !important; }
	a {color: var(--color-main); font-weight: 500;}
	a:hover {color: var(--color-main-light);}
	strong , b , .font-weight-bold {font-weight: 600;}
	mark {background: var(--color-dark-gray); padding: 0 4px; color: #333;}
	p {line-height: 1.6;}
	section {padding: 2rem 0;}
	.z-1 {z-index: 1;}
	.owl-item .tab-pane img { width: initial!important;}
/*COLUMNS*/
	.col {min-width: 1%; }
	.row.small-gutter {margin-right: -5px; margin-left: -5px;}
	.row.small-gutter > div[class^="col"]{padding-left: 5px; padding-right: 5px;}
/*OVERRIDES*/ 
	.btn {border-radius: 0; position: relative; line-height: 1.4;}
	.form-control {border-radius: 0;}
	.nav-pills .nav-link {border-radius: 0;}
	.nav-pills .nav-link, .nav-pills >.nav-link {background-color: var(--color-gray); color: var(--color-alternative);}
	.nav-pills .nav-link.active, .nav-pills .show>.nav-link {background-color: var(--color-alternative);}
/*ANIMACIONES*/
	/*SPINNERS*/
		@-webkit-keyframes mdi-spin {0%{ -webkit-transform: rotate(0deg);} 100%{ -webkit-transform: rotate(360deg);} }
		@keyframes mdi-spin {0%{transform: rotate(0deg); } 100%{transform: rotate(360deg); } }
		.mdi-spin:before {-webkit-animation: mdi-spin 2s infinite linear; animation: mdi-spin 2s infinite linear;}
	/*PULSE*/
		@-webkit-keyframes btn-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 btn-pulse {0% {box-shadow: inset 0 0 0 0 #fff, 0 0 0 0 var(--color-main);} 70% {box-shadow: inset 0 0 0 3px #fff, 0 0 0 8px transparent;} 100% {box-shadow: inset 0 0 0 0 #fff, 0 0 0 0 transparent;} }
		.btn-pulse {position: relative; -webkit-animation-name: btn-pulse; animation-name: btn-pulse;}
		.btn-pulse:after {content: ''; position: absolute; top: 0; bottom: 0; right: 0; left: 0; animation: btn-pulse 2s infinite; z-index: -1;}
		.btn-pulse:hover:after, .btn-pulse:focus:after, .btn-pulse:active:after {animation: none;}
/*TITULOS*/
	h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: var(--font-primary);}
	h1, .h1 {font-size: 2rem;}
	.main-header {text-align: center; text-transform: uppercase; font-weight: 600; margin-bottom: 1rem;}
	.secondary-header {text-transform: uppercase; font-size: 1.4rem; }
	.line-header {display: -webkit-flex; display: flex; align-items: flex-end; margin-bottom: 0.8rem; text-transform: uppercase; font-size: 0.9rem; position: relative; padding-left: 60px; line-height: 1; letter-spacing: .2px}
	.line-header:before {display: block; width: 50px; height: 1px; background-color: var(--color-dark); content: ""; bottom: 2px; left: 0; position: absolute;}
	.double-line-header {margin-bottom: 1rem; padding: .35rem 0; border: 2px solid var(--color-main); border-left: 0; border-right: 0; line-height: 1.1; font-size: 1.3rem; text-transform: uppercase;}
	.full-line-header {padding: 0 .5rem .5rem; position: relative; border-bottom: 2px solid rgba(0,0,0,.15); line-height: 1.2; font-family: var(--font-heading); font-size: 1.3rem !important; text-transform: uppercase; margin-bottom: 1.5rem;}
	.full-line-header:after {left: 0; bottom: -2px; content: ""; background: var(--color-main); height: 2px; width: 130px; z-index: 1; position: absolute;}
	.full-line-header.alternative:after {background: var(--color-alternative);}
	#jform_captcha-lbl{display: none;}
	.special-boxed{display: inline-block; background-color: var(--color-alternative); text-align: center; color: #FFF; position: relative; margin: 0 auto 30px auto; padding: 10px 20px;}
	.special-boxed:after{content: ''; width: 40px; height: 40px; transform: rotate(45deg); display: block; background: var(--color-alternative); position: absolute; bottom: -20px; right: calc(50% - 20px); z-index: -1;}
/*BACKGROUNDS*/
	.bg-white {background-color: #FFF !important;}
	.bg-main {background-color: var(--color-main) !important; color: #FFF;}
	.bg-alternative {background-color: var(--color-alternative); color: #FFF;}
	.bg-alternative:hover{color: #000;}
	.bg-gray, .bg-light {background-color: var(--color-gray) !important;}
	.bg-dark-gray {background-color: var(--color-dark-gray);}
	.bg-dark {background-color: var(--color-dark) !important; color: #FFF;}
	.bg-warning {background-color: var(--color-warning) !important;}
	.bg-danger {background-color: var(--color-danger) !important; color: #FFF;}
	.bg-info {background-color: var(--color-info) !important; color: #FFF;}
	.bg-success {background-color: var(--color-success) !important; color: #FFF;}
/*TEXT*/
	.text-main {color: var(--color-main) !important;}
	.text-dark {color: var(--color-dark) !important;}
	.text-warning {color: var(--color-warning) !important;}
	.text-danger {color: var(--color-danger) !important;}
	.text-info {color: var(--color-info) !important;}
	.line-height-11{line-height: 1.1 !important;}
	.line-height-12{line-height: 1.2 !important;}
	.line-height-13{line-height: 1.3 !important;}
	.line-height-14{line-height: 1.4 !important;}
	.line-height-15{line-height: 1.5 !important;}
/*COMPONENTS*/
	/*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;}
	/*BTN*/
		.btn-main {background-color: var(--color-main); color: #fff;}
		.btn-main:hover {background-color: var(--color-main-light); color: #fff;}
		.btn-alternative {background-color: var(--color-alternative); color: #fff; border-color: var(--color-alternative);}
		.btn-alternative:hover {background-color: var(--color-alternative-light); color: #fff;}
		.btn-link {color: var(--color-main); font-weight: 600; line-height: 1.4; margin: 0 3px;}
		.btn-link:after {content: "\f3cc"; font-family: "Material Design Icons"; margin-left: 2px; font-size: 1rem;}
		.btn-link:hover {color: var(--color-main-light);}
		.btn-download:after {content: "\f1da"; font-family: "Material Design Icons"; margin-left: .3rem; font-size: 1rem;}
		.btn-secondary {color: var(--color-dark); background-color: #e4e4e4; border-color: #c3c3c3;}
	/*MODAL*/
		#contact-es-es .modal-header {padding: 0;}
		.modal-header {width: 100%; background: var(--color-alternative); border-radius: 0;}
		.modal-footer {background: #eee;}
		.modal .close {font-weight: 500; opacity: 1; margin: 0; cursor: pointer; text-shadow: none; color: #fff; line-height: 1; font-size: 15px; background: var(--color-alternative); text-align: center; position: absolute; right: 8px; top: 8px; padding: 0; border-radius: 50%; line-height: 25px; width: 25px; height: 25px;}
		.modal .close:hover, .modal .close:focus {opacity: 1 !important; color: var(--color-alternative); background-color: #fff;}
		.modal-title {margin-bottom: .3rem; line-height: 1.2; color: var(--color-dark); font-weight: 300;}
		.modal .btn-send {background-color: var(--color-main); color: #fff; padding: 8px 60px; border: 0; cursor: pointer;}
		.modal .btn-send:hover {background-color: var(--color-main); opacity: .8}
		.modal .form-group label, .modal .form-group .control-label {font-size: 12px; font-weight: normal; margin-bottom: 0; text-transform: uppercase;}
		.modal .form-group .form-control {font-size: .8rem;}
		.modal .modal-dialog {padding: 0;}
		.modal .text-danger {color: var(--color-main) !important}
		.modal-content {border-radius: 0.5rem; overflow: hidden;}
		.modal.modal-login .modal-title {color: #fff;}
		.modal .login-form .input-group .input-group-text{border-color: var(--color-main)}
		.modal .login-form .tool-box .btn{font-size: 0.8rem;}
	/*SEARCH HIDDEN*/
		.search-form {overflow: hidden; max-width: 24px; transition: all 350ms ease;}
		.search-form .btn-search {padding: 0; font-size: 1.5rem; line-height: 1; background-color: transparent; border: 0; color: rgba(0,0,0); 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; 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; color: var(--color-dark);}
		.search-form.search-active .btn-search:hover {color: var(--color-main);}
	/*NAV TABS*/
		.nav-tabs-products {margin-bottom: 1rem; border-bottom: 2px solid var(--color-gray)}
		.nav-tabs-products > .nav-item + .nav-item {margin-left: .5rem;} 
		.nav-tabs-products > .nav-item > .nav-link {text-align: left; border-color: 0; border-radius: 0; background-color: var(--color-gray); color: var(--color-alternative); font-weight: 500; text-transform: uppercase; font-size: .8rem; border: 0}
		.nav-tabs-products > .nav-item > .nav-link.active {background-color: var(--color-alternative); color: var(--color-gray);}
		.nav-tabs-products > .nav-item > .nav-link:hover {opacity: .9;}
		.nav-tabs-main > .nav-item {margin-bottom: 0;}
		.nav-tabs-main > .nav-item + .nav-item {margin-left: 15px;}
		.nav-tabs-main > .nav-item > .nav-link {border-radius: 0; color: var(--color-dark); text-transform: uppercase; font-family: var(--font-heading); background: #fff; letter-spacing: .2px; font-size: 1.3rem; border-color: #fff; font-weight: 400;}
		.nav-tabs-main > .nav-item > .nav-link.active {background-color: var(--color-main); border-color: var(--color-main); color: #fff;}
		.nav-tabs-main {border-bottom: 2px solid var(--color-main);}
	/*SLIDERS*/
		.owl-carousel .owl-dots {position: absolute; left: 0; right: 0; margin-top: -2rem; z-index: 3; display: -webkit-flex; display: flex; align-items: center; justify-content: center;}
		.owl-carousel .owl-dot { display: block; height: 12px; width: 12px; border-radius: 100%; background-color: var(--color-dark-gray) !important; }
		.owl-carousel .owl-dot + .owl-dot {margin-left: .5rem;}
		.owl-carousel .owl-dot.active, .owl-carousel .owl-dot:hover { background-color: var(--color-main) !important; }
		.owl-nav {display: -webkit-flex; display: flex;}
		.owl-nav > * {color: var(--color-dark); background: #fff; padding: .22rem; font-size: 1.5rem; line-height: 1; border: 0; border-radius: 100%;}
		.owl-nav > * + *  {color: #fff; background: var(--color-dark); margin-left: .5rem;}
		.owl-carousel.owl-loaded + .owl-loading-icon {display: none !important;}
		.owl-carousel.default-carousel {margin-bottom: 1rem; border: 1px solid var(--color-gray)}
	/*PRODUCT-SLIDER*/
		.product-slider.owl-loaded {display: -webkit-flex; display: flex; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column;}
		.product-slider .owl-nav {-webkit-order: 1; -ms-order: 1; order: 1; align-self: flex-end; display: -webkit-flex; display: flex; margin-right: .5rem; margin-bottom: 1rem; margin-top: -3rem; }
		.product-slider .owl-nav > * {color: #fff !important; background: var(--color-main) !important; padding: .22rem !important; font-size: 1.5rem !important; line-height: 1 !important;}
		.product-slider .owl-nav > .owl-next  {color: var(--color-main) !important; background: #fff !important; margin-left: .5rem;}
		.product-slider .owl-stage-outer {-webkit-order: 2; -ms-order: 2; order: 2; padding-bottom: 1rem;}
	/*CONTACT FORM */
		.contact-form-cont .heading {width: 80%;display: -webkit-flex; display: -moz-flex; display: flex; color: #fff; position: relative; z-index: 2;}
		.contact-form-cont .heading h3 {line-height: 1.1; background-color: var(--color-main); text-transform: uppercase; font-weight: 700; font-size: 1.2rem; padding: 0.7rem 1rem; margin-bottom: 0; }
		.contact-form-cont .heading i {flex: 0 0 auto; padding: .8rem 0.1rem; background-color: var(--color-dark); font-size: 2.3rem; line-height: 1;}
		.contact-form-cont .form-group {display: -webkit-flex; display: flex; align-items: center; background: #fff; margin-bottom: 10px; padding: 4px 0; position: relative; border: 1px solid var(--color-gray); text-transform: uppercase;}
		.contact-form-cont .form-group label {order: 1; opacity: .8;}
		.contact-form-cont .form-group label:after { content: ""; background-color: var(--color-main); position: absolute; height: 2px; left: 0; right: 100%; bottom: -1px; transition: all .3s ease-in; }
		.contact-form-cont .form-group .form-control {order: 2; border-radius: 0;}
		.contact-form-cont .form-group .form-control:focus {box-shadow: none}
		.contact-form-cont .form-group .form-control:focus ~ label {opacity: 1;}
		.contact-form-cont .form-group .form-control:focus ~ label:after {right: 0;}
		.contact-form-cont form { position: relative; padding: 3rem 1rem 1rem 1rem; background-color: #fff; box-shadow: 0 0 5px rgba(0,0,0,.25); margin-top: -2rem; border-radius: 35px 0 0 0; }
		.contact-form-cont .form-group .form-control { border: 0;  }
		.contact-form-cont .form-group .form-control, .contact-form-cont .form-group .control-label {font-size: .8rem; padding: .3rem .5rem; margin: 0; line-height: 1; height: auto;}
		.contact-form-cont .form-group .form-control {line-height: 1.3;}
		.contact-form-cont .btn { text-transform: uppercase; cursor: pointer; font-weight: 500; border: none; display: block; width: 100%;}
		.contact-form-cont textarea.big{height: 200px!important;}
		#warning-text { font-size: 0.9rem; left: 0; right: 0; transition: all .2s ease; position: relative; z-index: 10; text-align: center; opacity: 0; height: 0; margin: 0; padding: 0;}
		#warning-text.spinning, #warning-text.sent ,#warning-text.sending {  display: block; position: static;   opacity: 100; height: auto;}
	/*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;}
	/*COLLAPSES*/
		.card-header[data-toggle="collapse"] {cursor: pointer; position: relative;}
		.card-header[data-toggle="collapse"]:after {content: "\F140"; font-family: var(--font-icon); position: absolute; top: 35%; top: calc(50% - 1rem); right: 1rem; line-height: 1;}
		.card-header[data-toggle="collapse"] {padding-right: 4rem; font-family: var(--font-primary);}
		.card-header[aria-expanded="true"]:after {content: "\F156";}
	/*FORM*/
		.custom-control-input:active ~ .custom-control-label:before {background: #bac1c9;}
		.custom-control-input:checked ~ .custom-control-label:before,
		.custom-radio .custom-control-input:checked ~ .custom-control-label:before {background-color: var(--color-main); border-color: var(--color-main); }
		.form-control:focus,
		.custom-control-input:focus ~ .custom-control-label:before {box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(26, 50, 76, .25); }
		.custom-control-input:not(:disabled):active ~ .custom-control-label:before {background-color: var(--color-main); opacity: .3; border-color: var(--color-main)}
		.custom-control-label:after {top: .15rem}
		.custom-control-label:before {top: .15rem}
	/*MENU HELPER*/
		.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,.9); z-index: 49;}
	/*WELL*/
		.well, .alert {--color-alert-main: var(--color-dark); border: 5px solid var(--color-alert-main); background: var(--color-alert-main); padding: 1rem; margin: 60px 0 1rem; position: relative; color: #fff;}
		.well h2, .alert h2,
		.well h3, .alert h3,
		.well h4, .alert h4 {color: inherit !important;}
		.well a, .alert a {color: inherit;}
		.after:before, .alert:after {position: absolute; right: 1rem; bottom: 100%; height: 50px; width: 50px; content: ""; background-image: url(/images/assets/robot-icons/heads-up.png); background-size: 100% auto; background-position: top center; z-index: -1; transition: all 120ms ease-out;}
		.well :first-child, .alert :first-child {margin-top: 0 !important;}
		.well :last-child, .alert :last-child {margin-bottom: 0 !important;}
		.well.no-robot, .alert.no-robot {margin: 1rem 0;}
		.well.no-robot:after, .alert.no-robot:after {display: none;}
		.well:hover:after, .alert:hover:after {transform: translateY(-4px);}
		.well.happy-robot:after {background-image: url(/images/assets/robot-icons/happy.png);}
	/*ALERTS*/
		.alert-warning {--color-alert-main: var(--color-warning); color: var(--color-dark);}
		.alert-danger {--color-alert-main: var(--color-danger); color: #fff;} 
		.alert-danger li:before {color: #fff !important;}
		.alert-info {--color-alert-main: var(--color-info);}
		.alert-info h3 {color: var(--color-danger);}
		.alert-light {color: #818182 !important; background: #e2e2e2 !important; border-color: #a2a2a2 !important; }
		.alert-warning mark, .alert-info mark, .alert-light mark {background-color: var(--color-main); color: #fff;}
		.alert.alert-login {--color-alert-main: var(--color-gray); color: var(--color-dark); box-shadow: 0 0 0 1px var(--color-dark-gray); }
		.alert.alert-login:before {background-image: url(/images/assets/robot-icons/key.png);}
	/*BLOCKQUOTE*/
		blockquote, .blockquote {padding: 0.9rem; border-left: 5px solid var(--color-main); margin: 0 1.5rem; margin-bottom: 1rem;}
		blockquote > :first-child, .blockquote > :first-child {margin-top: 0;}
		blockquote > :last-child, .blockquote > :last-child {margin-bottom: 0;}
		blockquote > h2, .blockquote > h2,
		blockquote > h3, .blockquote > h3 {text-transform: uppercase; color: var(--color-main); font-size: 1rem; font-weight: 600; margin-bottom: .5rem;}
	/*TABLE*/
		.table td, .table th {vertical-align: middle;}
		.table, .table * {border-color: var(--color-dark-gray) !important;}
	/*PAGINATOR*/
		.pagination {margin: 1rem 0;}
		.pagination .page-item + .page-item {margin-left: .2rem;}
		.pagination .page-item .page-link {padding: 0; width: 40px; color: var(--color-main); background-color: transparent; border: 0; margin: 0; line-height: 41px; height: 40px; font-size: 1rem; text-align: center; border-radius: 100%}
		.pagination .page-item:hover .page-link {background-color: #ebebeb; }
		.pagination .page-item .page-link:focus {box-shadow: 0 0 0 1px #b3b3b3; background-color: #ebebeb;}
		.pagination .page-item.active .page-link {background-color: var(--color-main); color: #fff; }
	/*MEDIA*/
		.media.with-triangle .media-body {position: relative;}
		.media.with-triangle .media-body:after {position: absolute; left: 0; top: 50%; transform: translate(-50%, -50%) rotate(45deg); background: #fff; width: 25px; height: 25px; display: block; z-index: 1; content: ""}
	/*MESSAGES*/
		.r-content .message { position: fixed; left: 1rem; right: 1rem; width: 800px; bottom: 0; margin: auto; z-index: 52; max-width: 100%;}
		.hikashop_messages.hikashop_error {color: #721c24 !important; background-color: #f8d7da !important; border-color: #f5c6cb !important; position: relative; padding: .5rem; margin: 0 0 1rem 0; border: 1px solid:; font-weight: normal;;}
	/*NEWSLETTER*/
		.r-newsletter.ml-subscribe-form .btn { line-height: 1; font-size: 2rem; padding: 0; width: 50px; transition: none;}
		.r-newsletter.ml-subscribe-form .btn:hover {border-color: #ced4da; border-left-color: transparent;}
		.r-newsletter.ml-subscribe-form .form-control {height: 50px;}
	/*SPECIAL NEWSLETTER*/
		.special-newsletter-wrapper {margin: 1.7rem 0 1rem 0; padding: 1rem 2rem; display: -webkit-flex; display: flex; align-items: flex-end; color: #fff; background: -moz-linear-gradient(175deg, var(--color-alternative) 50%, #0e4573 50%); background: -webkit-linear-gradient(175deg, var(--color-alternative) 50%, #0e4573 50%); background: linear-gradient(175deg, var(--color-alternative) 50%, #0e4573 50%); }
		.special-newsletter-wrapper p {    font-size: 1.1rem; line-height: 1;}
		.special-newsletter-wrapper img {margin-top: -3.3rem; max-width: 8vw; min-width: 72px}
		.special-newsletter-wrapper .media-title {font-weight: 700; font-size: 2rem; line-height: 1.3;}
		.special-newsletter-wrapper .r-newsletter.ml-subscribe-form {-webkit-flex: 1; flex: 1; margin-left: 3rem;}
		.special-newsletter-wrapper .r-newsletter.ml-subscribe-form .input-group {border-bottom: 4px solid var(--color-dark);}
		.special-newsletter-wrapper .r-newsletter.ml-subscribe-form .form-control {border-style:solid; border-top: 1px solid #fff; border-right: none; border-left: none; border-bottom: none;}
		.special-newsletter-wrapper .r-newsletter.ml-subscribe-form .btn {background-color: #fff; color: var(--color-dark); border-color: #fff;}
		.special-newsletter-wrapper .r-newsletter.ml-subscribe-form .btn:hover {background-color: var(--color-dark); color: #fff; border-color: var(--color-dark);}
	/*LIST GROUP*/
		.list-group-item {padding: .4rem .7rem;}
		.list-group-item.active {background-color: var(--color-main); border-color: var(--color-main);}
		.list-group-item.active a {color: #fff;}
		ul.list-murky{align-self: center; margin-bottom: 0;}
		ul.list-murky>li{line-height: 1; margin-bottom: 15px !important; position: relative;}
		ul.list-murky>li:before {left: -15px; content: "\f058"; color: #e42d25; font: normal normal normal 21px/1 FontAwesome; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; position: absolute; }

	/*OVERRIDE CONTAINER*/
	/*TOOLIO GALLERY*/
		/*.media-tools-gallery-wrapper {margin-bottom: 1.5rem;}*/
		.media-tools-gallery-wrapper .media-tools-gallery-active {border: 1px solid var(--color-dark-gray); justify-content: center; align-items: center; display: -webkit-flex; display: flex; max-height: 100%; overflow: hidden;}
		.media-tools-gallery-wrapper .media-tools-gallery-active img {margin-bottom: 0 !important;}
		.media-tools-gallery-wrapper .media-tools-gallery .media-tools-gallery-thumbnails {flex-wrap: wrap;}
		.media-tools-gallery-wrapper .media-tools-gallery .media-tools-gallery-thumbnails > .media-tools-gallery-thumb {border: 1px solid transparent; position: relative; overflow: hidden; cursor: pointer;}
		.media-tools-gallery-wrapper .media-tools-gallery .media-tools-gallery-thumbnails > .media-tools-gallery-thumb img {position: absolute; max-width: 100%; height: auto; right: 0; left: 0; bottom: 0; top: 0; margin: auto; object-fit: cover;}
		.media-tools-gallery-wrapper .media-tools-gallery .media-tools-gallery-thumbnails > .media-tools-gallery-thumb:hover img {filter: brightness(1.02) contrast(1.02); opacity: .85; }
		/*.media-tools-gallery-wrapper .media-tools-gallery .media-tools-gallery-thumbnails-wrapper {display: -webkit-flex; display: flex;}*/
		.media-tools-gallery-wrapper .media-tools-gallery .media-tools-gallery-thumbnails-wrapper .thumbnail-button { font-size: 1.3rem; font-weight: 600; border: 0; background-color: var(--color-main); color: #fff; line-height: 1; padding: .5rem .15rem; height: 100%;}
		.media-tools-gallery-wrapper .media-tools-gallery .media-tools-gallery-thumbnails-wrapper .thumbnail-button:hover { opacity: .5; }
		.media-tools-gallery-wrapper.side-thumbnail .media-tools-gallery .media-tools-gallery-thumbnails-wrapper {width: 12.5%; max-height: 100%; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column;}
		.media-tools-gallery-wrapper.side-thumbnail {padding-top: calc(68.75% + 16px); height: auto; position: relative;}
		.media-tools-gallery-wrapper.side-thumbnail .media-tools-gallery {position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
		.media-tools-gallery-wrapper.side-thumbnail .media-tools-gallery .media-tools-gallery-thumbnails-wrapper .thumbnail-button {padding: .15rem .5rem;}
		.media-tools-gallery-wrapper.side-thumbnail .media-tools-gallery .media-tools-gallery-thumbnails {margin: 10px 0;}
		.media-tools-gallery-wrapper.side-thumbnail .media-tools-gallery .media-tools-gallery-thumbnails > .media-tools-gallery-thumb {width: 100%; padding-top: 100%; height: auto;}
		.media-tools-gallery-wrapper.side-thumbnail .media-tools-gallery .media-tools-gallery-thumbnails > .media-tools-gallery-thumb + .media-tools-gallery-thumb {margin-top: 1rem;}
		.media-tools-gallery-wrapper.side-thumbnail.left-thumbnail .media-tools-gallery-active {margin-left: 16px;}
		.media-tools-gallery-wrapper.side-thumbnail.right-thumbnail .media-tools-gallery-active {margin-right: 16px;}
		.media-tools-gallery-wrapper.horizontal-thumbnail .media-tools-gallery .media-tools-gallery-thumbnails-wrapper {width: 100%;}
		.media-tools-gallery-wrapper.horizontal-thumbnail .media-tools-gallery .media-tools-gallery-thumbnails-wrapper .thumbnail-button { padding: .5rem .15rem; height: 100%;}
		/*.media-tools-gallery-wrapper.horizontal-thumbnail .media-tools-gallery .media-tools-gallery-thumbnails {margin: 0 10px;}*/
		.media-tools-gallery-wrapper.horizontal-thumbnail .media-tools-gallery .media-tools-gallery-thumbnails > .media-tools-gallery-thumb {height: 80px; flex: 0 1 20%;}
		/*.media-tools-gallery-wrapper.horizontal-thumbnail .media-tools-gallery .media-tools-gallery-thumbnails > .media-tools-gallery-thumb + .media-tools-gallery-thumb {margin-left: 1rem;}*/
	/*KEEP-READING & RELATED-ITEMS*/
		.keep-reading.moduletable {padding: 15px; margin: -2rem 0 2rem; background-color: var(--color-gray); border: 1px solid var(--color-dark-gray); border-top: none;}
		.keep-reading.moduletable h3 {color: var(--color-dark);}
		.keep-reading.moduletable .media-body .item-title {font-size: .7rem !important; font-weight: 600 !important; text-transform: uppercase; line-height: 1;}
		.keep-reading.moduletable .media .item-image{width: initial;}
/*MENUES*/
	/*MENU DE CONTACTO*/
		.menu-contact .contact-wrapper {font-size: .8rem; line-height: 1;}
		.menu-contact .contact-wrapper .media-body {color: var(--color-dark);}
		.menu-contact .contact-wrapper .mdi {font-size: 1.6rem; color: rgba(0,0,0,0.4);}
		.menu-contact .contact-wrapper a.media:hover .mdi {color: var(--color-main); }
	/*MENU PERFIL*/
		.menu-profile .nav-item .nav-link.mdi {font-size: 0rem;}
		.menu-profile .nav-item:last-child .nav-link{padding-right: 10px;}
		.menu-profile .nav-item .nav-link {line-height: 1; text-transform: uppercase; font-weight: 500; font-size: 12px; color: rgba(0,0,0,.6); padding: 10px 0 10px 10px; min-height: 32px;}
		.menu-profile .nav-item .nav-link.mdi {font-size: 0rem;}
		.menu-profile .nav-item .nav-link.mdi:before {font-size: 1.3rem;}
	/*NAVBAR-TOGGLER*/
		.navbar-toggler {background: none; border: 0;}
		.navbar-toggler #navbar-toggler-svg > * {stroke: var(--color-main); 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);}
	/*MENU RRSS*/
		.menu-rrss .nav-item:hover,.menu-rrss .nav-item:focus,.menu-rrss .nav-item .nav-link:hover,.menu-rrss .nav-item .nav-link:focus { background: none }
		.menu-rrss .nav-item .nav-link { font-size: 0; line-height: 1; color: var(--color-dark) ; padding-left: .3rem !important; padding-right: .3rem !important}
		.menu-rrss .nav-item .nav-link.mdi:before { font-size: 1.3rem; }
		.menu-rrss .nav-item .nav-link:hover { background-color: var(--color-main); color: #fff}
	/*MAIN MENU*/
		#mainMenu {z-index: 4;}
		#mainMenu > .nav > .nav-item + .nav-item {margin-left: .5rem;}
		#mainMenu > .nav > .nav-item .nav-link {font-weight: 600; color: var(--color-dark); padding: .5rem;}
		#mainMenu > .nav > .nav-item .nav-link:hover {background: rgba(0,0,0,0.05)}
		#mainMenu > .nav > .nav-item .nav-link:active, 
		#mainMenu > .nav > .nav-item.active .nav-link {color: var(--color-main); }
		#mainMenu > .nav > .nav-item > .nav-child .divider .separator {padding: 1rem 0.7rem; background: var(--color-main); display: block; height: 65px; font-weight: 500; font-family: var(--font-primary); text-transform: uppercase; letter-spacing: .7px; line-height: 1.2; font-weight: 600er;}
		#mainMenu > .nav > .nav-item > .nav-child > .nav-item {-webkit-flex: 1; -ms-flex: 1; flex: 1; margin-right: 0;}
		#mainMenu > .nav > .nav-item > .nav-child.show,
		#mainMenu > .nav > .nav-item > .nav-child.collapsind { display: -webkit-box; display: flex; flex-direction: row; -webkit-transition: all .3s ease; transition: all .3s ease; padding-top: 0; padding-bottom: 0; opacity: 0 }
		#mainMenu > .nav > .nav-item > .nav-child.show { opacity: 1; -webkit-transition: height .3s ease, opacity .1s ease; transition: height .3s ease, opacity .1s ease }
		#mainMenu > .nav > .nav-item > .nav-child .divider {font-size: 13px; line-height: 1.2rem; color: #fff; }
		#mainMenu > .nav > .nav-item > .nav-child .nav-list {width: 100%; padding: 1rem .7rem;}
		#mainMenu > .nav > .nav-item > .nav-child .nav-list .nav-item .divider {float: left;}
		#mainMenu > .nav > .nav-item > .nav-child .nav-list .nav-item a { font-family:var(--font-primary); font-size: 14px; padding-left: 0; padding-right: 0; text-transform: initial; color: var(--color-dark); line-height: 1.2; padding: 0; font-weight: 400; margin-bottom: .5rem;}
		#mainMenu > .nav > .nav-item > .nav-child .nav-list .nav-item:last-child a {margin-bottom: 0;}
		#mainMenu > .nav > .nav-item > .nav-child .nav-list .nav-item.active a {font-weight: 500;}
		#mainMenu > .nav > .nav-item > .nav-child .nav-list .nav-item:hover a{color: var(--color-main);}
		#mainMenu > .nav > .nav-item > .nav-child { padding: 0; position: absolute; left: 0; right: 0; list-style-type: none; background-color: #fff; z-index: 1; border-bottom: 4px solid var(--color-main); z-index: 5; top: 100%; overflow: hidden; box-shadow: 0 3px 4px rgba(0,0,0,.16)}
		#mainMenu .nav-item.parent .submenu-wrapper {position: absolute; left: 0; top: 100%; z-index: 5; overflow: hidden; /*max-height: 295px*/}
		#mainMenu .nav-item.parent.has-modules .submenu-wrapper {z-index: 53; background: #222222c4; width: 100%; overflow: hidden; opacity: 0; transition: all 450ms ease !important; padding: 0;}
		#mainMenu .nav-item.parent.has-modules .submenu-wrapper.collapsing {height: auto !important;}
		#mainMenu .nav-item.parent.has-modules .submenu-wrapper.show {opacity: 1;}
		#mainMenu .nav-item.parent.has-modules .submenu-wrapper.collapsing, 
		#mainMenu .nav-item.parent.has-modules .submenu-wrapper.show {display: -webkit-flex !important; display: flex !important; -webkit-flex-direction: row-reverse; flex-direction: row-reverse;}
		#mainMenu .nav-item.parent.has-modules .submenu-wrapper > .nav-child {flex: 0 0 50%; max-width: 50%; order: 1; padding: 1rem 1rem 2rem; display: block; column-count: 2; position: relative;}
		#mainMenu .nav-item.parent.has-modules.products .submenu-wrapper > .nav-child {column-count: 3;}
		#mainMenu .nav-item.parent.has-modules .submenu-wrapper > .nav-child > .nav-item {display: inline-block; width: 100%;}
		#mainMenu .nav-item.parent.has-modules .submenu-wrapper > .nav-child .nav-item > *:first-child {color: #fff; font-size: 0.9rem; padding: 0 0 0.4rem 0; margin-bottom: .4rem; border-bottom: 1px solid rgba(255,255,255,.15); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; text-transform: uppercase; display: block; font-family: var(--font-primary); font-weight: 400;}
		#mainMenu .nav-item.parent.has-modules .submenu-wrapper > .nav-child .nav-item > .nav-link.view-all {position: absolute; bottom: 0; right: 0; margin: 0; border: none; padding: 3px 10px; font-size: 0.8rem; font-family: var(--font-secondary); background-color: var(--color-main) !important;}
		#mainMenu .nav-item.parent.has-modules .submenu-wrapper > .nav-child .nav-item > .nav-link.view-all:before{margin-right: 5px;}
		#mainMenu .nav-item.parent.has-modules .submenu-wrapper > .nav-child .sublist-wrapper > .nav {-webkit-flex-direction: column; flex-direction: column; margin-bottom: 0;}
		#mainMenu .nav-item.parent.has-modules .submenu-wrapper > .nav-child .sublist-wrapper > .nav > .nav-item > .nav-link {padding: 0; margin-bottom: 0.4rem; color: #fff; font-size: 0.8rem; text-transform: none; font-weight: 400; font-family: var(--font-secondary); border-bottom: 0;}
		#mainMenu .nav-item.parent.has-modules .submenu-wrapper > .nav-child .sublist-wrapper > .nav > .nav-item:last-child {margin-bottom: 1rem;}
		#mainMenu .nav-item.parent.has-modules .submenu-wrapper > .nav-child .sublist-wrapper > .nav > .nav-item:last-child > * {margin-bottom: 0;}
		#mainMenu .nav-item.parent.has-modules .submenu-wrapper > .nav-child .nav-item > .nav-link:hover {color: var(--color-main) !important; background: none;}
		#mainMenu .nav-item.parent.has-modules .submenu-wrapper > .nav-child .nav-item > .nav-link.view-all:hover {color: #fff !important; background-color: var(--color-main-light) !important;}
		#mainMenu .nav-item.parent.has-modules .submenu-wrapper > .submenu-module-wrapper {flex: 1; order: 3; display: -webkit-flex; display: flex; background-color: #383838;}
		#mainMenu .nav-item.parent.has-modules .submenu-wrapper > .submenu-module-wrapper > * { padding: 1rem; flex: 1;}
		#mainMenu .nav-item.parent.has-modules .submenu-wrapper > .submenu-module-wrapper .submenu-module-header {font-size: 1.1rem; text-transform: uppercase; color: #fff9; padding-bottom: 0.6rem; margin-bottom: 0.8rem; border-bottom: 1px solid rgba(255,255,255,.15); line-height: 1;}
		#mainMenu .nav-item.parent.has-modules .submenu-wrapper > .submenu-module-wrapper .submenu-module-header:before {content: "\F4CE"; font-family: var(--font-icon); display: inline-block; margin-right: .5rem;}
		#mainMenu .nav-item.parent.has-modules .submenu-wrapper > .submenu-module-wrapper .item-wrapper a {color: #fff;}
		#mainMenu .nav-item.parent.has-modules .submenu-wrapper > .submenu-module-wrapper .item-wrapper:hover {background-color: rgba(255,255,255,.1);}
		#mainMenu .nav-item.parent.has-modules .submenu-wrapper > .submenu-module-wrapper .item-wrapper .item-title {font-size: .8rem; font-family: var(--font-secondary); font-weight: 400; line-height: 1.4;}
		#mainMenu .nav-item.parent.has-modules .submenu-wrapper > .submenu-module-wrapper .item-wrapper .item-data {max-height: 60px; overflow: hidden;}
		#mainMenu .nav-item.parent.has-modules .submenu-wrapper > .submenu-module-wrapper .item-wrapper .item-image {max-width: 120px; overflow: hidden;}
		#mainMenu .nav-item.parent.has-modules .submenu-wrapper > .submenu-module-wrapper .item-wrapper .item-image img { font-size: 7px; }
		#mainMenu .nav-item.parent.has-modules .submenu-wrapper > .submenu-module-wrapper .hikashop_products > .row > * + * {margin-top: 1rem;}
		#mainMenu .nav-item.parent.has-modules .submenu-wrapper > .submenu-module-wrapper .hikashop_product_image {border-right: 0;}
		#mainMenu .nav-item.parent.has-modules .submenu-wrapper > .submenu-module-wrapper .hikashop_product_wrapper .hikashop_product_data .hikashop_product_title > * {color: #ffffffbd; font-size: 11px; font-weight: 300; line-height: 13px; max-height: 50px; letter-spacing: 0.5px;}
		#mainMenu .nav-item.parent.has-modules .submenu-wrapper > .submenu-module-wrapper .hikashop_product_wrapper .hikashop_product_data .hikashop_product_price_full .hikashop_product_price {font-size: .8rem; font-weight: 500;}
		#mainMenu .nav-item.parent.has-modules .submenu-wrapper > .submenu-module-wrapper .hikashop_product_wrapper.main { background-color: transparent; }
		#mainMenu .nav-item.parent.has-modules .submenu-wrapper > .submenu-module-wrapper .hikashop_product_wrapper.main:hover { background-color: rgba(255,255,255,.1);}
		#mainMenu .nav .nav-item.active > .nav-link,
		#mainMenu .nav .nav-item.deeper.parent > .nav-link[aria-expanded="true"] {color: var(--color-main); }
/*ROWS*/
	/*R BREADCRUMB*/
		.r-breadcrumb {background: var(--color-alternative); padding: 1rem 0;}
		.breadcrumb-item {display: -webkit-flex; display: flex; align-items: center;}
		.r-breadcrumb .heading-crumb h1, .r-breadcrumb .heading-crumb .h1 {margin-bottom: 0; font-size: 1.5rem; font-weight: 600; letter-spacing: 0.5px; color: #ffffff;}
		.breadcrumb-item + .breadcrumb-item:before {content: "\F142"; font-family: var(--font-icon); color: var(--color-gray); line-height: 1; font-size: 1.3rem}
		.r-breadcrumb .breadcrumb {background: none; padding: 0; margin: 0; align-items: center; font-weight: 500;}
		.r-breadcrumb .breadcrumb .breadcrumb-item > * {color: #fff; text-transform: uppercase; font-size: 1.1rem; font-weight: 500; line-height: inherit;}
		/*.r-breadcrumb .breadcrumb .breadcrumb-item.active > * {opacity: 0.9;}*/
		.site.view-product .r-breadcrumb {background: var(--color-main);}
	/*R TOP*/
		.r-top {background-color: var(--color-gray); padding: .5rem 0;}
		.r-top .nav {border-left: 1px solid rgba(0,0,0,0.2);}
		.r-top .search{margin-top: 7px;}
		.r-top .nav .nav-item:last-child .nav-link{padding-right: 10px;}
		.r-top .nav .nav-item .nav-link {line-height: 1; text-transform: uppercase; font-weight: 500; font-size: 12px; color: rgba(0,0,0,.6); padding: 10px 0 10px 10px; min-height: 32px;}
		.r-top .nav .nav-item .nav-link.mdi {font-size: 0rem;}
		.r-top .menu-profile .nav-item .nav-link.mdi:before {font-size: 1.3rem;}
		.r-top .nav .nav-item .nav-link:hover, .r-top .nav.menu-rrss .nav-item .nav-link:hover {background-color: transparent; color: var(--color-main); }
	/*R SLIDER*/
		.r-slider {padding: 0; background: var(--color-dark); overflow: hidden; max-height: 500px; overflow: hidden;}
		.r-slider .owl-carousel .owl-stage-outer {overflow: visible;}
		.r-slider .owl-carousel .owl-item {overflow: hidden;}
		.r-slider .owl-carousel .owl-item .item-wrapper {opacity: 0.05; transform: scale(1.1); transition-delay: 100ms; transition: opacity 3000ms ease-out, transform 1000ms ease-out; display: -webkit-flex; display: flex;}
		.r-slider .owl-carousel .owl-item .item-wrapper > {flex: 1; }
		.r-slider .owl-carousel .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}
		.r-slider .owl-carousel .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;}
		.r-slider .owl-carousel .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;}
		.r-slider .owl-carousel .owl-item .item-wrapper > .item-data.plus:hover:after {background-color: var(--color-main); color: #fff; }
		.r-slider .owl-carousel .owl-item .item-wrapper > .item-data > :last-child {margin-bottom: 0;}
		.r-slider .owl-carousel .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; }
		.r-slider .owl-carousel .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: ""; }
		.r-slider .owl-carousel .owl-item .item-wrapper > .item-data > .item-title {font-size: 3rem; line-height: 1; letter-spacing: -.7px; margin-bottom: 1.5rem;}
		.r-slider .owl-carousel .owl-item .item-wrapper > .item-data > .item-title + p {font-size: 1.3rem; font-family: var(--font-secondary);}
		.r-slider .owl-carousel .owl-item.center .item-wrapper {opacity: 1; transform: scale(1);}
		.r-slider .owl-carousel .owl-item.center .item-wrapper > .item-image {transform: translateX(0);}
		.r-slider .owl-carousel .owl-item.center + .owl-item .item-wrapper > .item-image {transform: translateX(0);}
		.r-slider .owl-carousel + .owl-loading-icon {color: #fff; font-size: 100px; height: 503px; display: -webkit-flex; display: flex; align-items: center; justify-content: center; opacity: .5;}
	/*R POST CONTENT UP*/
		.r-post-content-up {background-image: url(/images/assets/background/noise.png); background-color: #333;}
		.r-post-content-up [class*='col-sm']{overflow-x: hidden;}
		.r-post-content-up h3{display: inline-block;     padding: 5px 10px; color: var(--color-dark); text-transform: uppercase; font-family: var(--font-heading); background: #fff; letter-spacing: .2px; font-size: 1.3rem; border-color: #fff; font-weight: 400;}
		.r-post-content-up h3:after{background-color: var(--color-main); bottom: -5px; left: -10px; width: 600%; height: 2px; position: relative; display: block; content: ""; }
	/*R POST CONTENT*/
		.r-post-content{padding: 1rem 0; border-top: 1px solid var(--color-dark-gray); border-bottom: 1px solid var(--color-dark-gray);}
	/*R BOTTOM*/
		/*.r-bottom {border-top: 1px solid var(--color-dark-gray);}*/
	/*R PRE FOOTER*/
		.r-pre-footer {border-top: 1px solid var(--color-dark-gray);}
		.brand-carousel.owl-carousel .owl-item .item-wrapper {max-width: 180px; opacity: .5; display: inline-block;}
		.brand-carousel.owl-carousel .owl-item .item-wrapper:hover {opacity: .9;}
		.brand-carousel.owl-carousel .owl-item .item-wrapper img {margin: auto; height: auto; }
		.brand-carousel.owl-carousel .owl-nav {justify-content: space-between; align-items: center; margin: 0 -2.5rem; position: absolute; top: 50%; left: 0; right: 0; transform: translateY(-50%); z-index: -1;}
		.brand-carousel.owl-carousel .owl-nav button.owl-next, 
		.brand-carousel.owl-carousel .owl-nav button.owl-prev {font-size: 2rem; line-height: 1; width: 1.5rem}
		.brand-carousel.owl-carousel + .owl-loading-icon {height: 76px; display: -webkit-flex; display: flex; align-items: center; justify-content: center; opacity: .5; font-size: 2.5rem}
	/*R NAVBAR*/
		.r-navbar {background-color: #ffffff; z-index: 51; position: relative;}
		.r-navbar:after {left: 0; right: 0; bottom: 0; background-color: var(--color-dark-gray); height: 1px; position: absolute; content: "";}
		.r-navbar .navbar {padding: .5rem 0; transition: all 100ms ease-in;}
		.r-navbar .nav .nav-item .nav-link {text-transform: uppercase;}
		.r-navbar #logo:hover #eye {opacity: 0}
		.r-navbar #logo:hover #eye-happy {opacity: 1}
	/*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 .input-group .btn-primary:hover {background: var(--color-main); border-color: var(--color-main); color: #fff}
		.r-navbar .search {margin-left: .25rem; width: 165px}
	/*AFFIX*/
		.r-navbar.affix {position: fixed; left: 0; right: 0; top: 0; background: #fff; z-index: 51;}
		.r-navbar.affix .navbar-brand svg {width: 100px; height: 42px;}
		.r-navbar.affix .navbar {padding: 0;}
	/*R FOOTER*/
		footer a{font-weight: 300;}
		footer {background-color: var(--color-dark); padding: 2rem 0; color: #fff}
		footer .top {padding-bottom: 2rem; position: relative;}
		footer .top:after {bottom: 0; left: 15px; right: 15px; height: 1px; background-color: #fff; content: ""; position: absolute; opacity: .25;}
		footer .bottom {padding-top: 2rem;}
		footer p {font-size: .8rem; line-height: 1.8;}
		footer .line-header {color: #fff; margin-bottom: 1.5rem;}
		footer .line-header:before {background-color: #fff;}
		footer .media {color: #fff}
		footer .media {position: relative; z-index: 1 }
		footer .media > * { z-index: 1 }
		footer a.media:hover:after {content: ""; left: -8px; top: -3px; bottom: -3px; right: 0; background: var(--color-main); border-radius: 0; position: absolute; display: block; z-index: 0 }
		footer a.media:hover { color: #ffffff; }
		footer a.media:hover .mdi { color: #ffffff; }
		footer .menu-rrss .nav-item .nav-link.mdi {line-height: 50px; width: 50px; height: 50px; padding: 0; text-align: center;}
		footer .menu-rrss .nav-item .nav-link.mdi:before {font-size: 2rem}
		footer .menu-rrss .nav-item .nav-link {color: #fff; background-color: rgba(255,255,255,.1); }
		footer .menu-rrss .nav-item + .nav-item {margin-left: 1rem;}
		footer .menu-links-interes {columns: 2; display: block;}
		footer .menu-links-interes > .nav-item {margin-bottom: .5rem;}
		footer .menu-links-interes > .nav-item > .nav-link {margin-left: 19.39px; padding: 0; color: #fff; text-transform: uppercase; font-size: 0.9rem; line-height: 1.2;}
		footer .menu-links-interes > .nav-item > .nav-link:before {content: "\F054"; font-family: var(--font-icon); padding-right: 5px; margin-left: -19.39px;}
		footer .menu-links-interes > .nav-item > .nav-link:hover {color: var(--color-main);}
	/*R COPYRIGHT*/
		.r-copyright {background-color: var(--gray-dark); color: var(--gray);}
		.r-copyright p {font-weight: 600;}
/*ECOMMERCE*/
	/*FIX*/
		.hikashop_field_dropdown{display: block; width: 100%; height: auto; padding: .375rem .75rem; font-size: 1rem; font-weight: 400; line-height: 1.5; color: #495057; background-color: #fff; background-clip: padding-box; border: 1px solid #ced4da; transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;}
		/*MESSAGES*/
	#system-message {position: absolute; left: 0; right: 0; bottom: 0; width: 545px; margin: auto;}
	/*EXTRA*/
		.hikashop_category_information h1, .hikashop_category_information .h1 {text-transform: uppercase; color: #d2202f; font-size: 1.7rem;}
		.hikashop_category_description {font-size: 1.1rem; color: #00b6af; line-height: 1.3;}
		.hikashop_btn_sm.btn {line-height: 1; padding: 0; font-size: 10px; margin-left: 3px; text-align: center; width: 16px; height: 16px; line-height: 15px; border-radius: 100% !important;}
		.hikashop_product_price {white-space: nowrap;}
		.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;}
	/*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: 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; }
		.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; }
		@-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); } }
	/*WRAPPER*/
		.hikashop_product_wrapper {display: -webkit-flex; display: flex; -webkit-flex-direction: column; flex-direction: column; position: relative; z-index: 1;}
		.hikashop_product_wrapper: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 .18s ease-out; transition: opacity .18s ease-out;}
		.hikashop_product_wrapper:hover:before {opacity: 1;}
		.hikashop_product_wrapper .hikashop_product_data {display: -webkit-flex; display: flex; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; flex: 1;}
		.hikashop_product_wrapper .hikashop_product_data .hikashop_product_title {padding: .8rem .8rem 0 .8rem; flex: 1; font-family: var(--font-primary); min-height: 45px; overflow: hidden;}
		.hikashop_product_wrapper .hikashop_product_data .hikashop_product_title > * {margin-bottom: 0; font-family: var(--font-primary); color: var(--color-main); overflow: hidden; line-height: 1.2; font-weight: 600; font-size: 14px; height: 40px; margin-bottom: 10px;}
		.hikashop_product_wrapper .hikashop_product_data .hikashop_product_price_full {padding: .6rem .8rem; line-height: 1; font-weight: 600; text-transform: uppercase; color: var(--color-main); font-family: var(--font-primary); font-size: 1.1rem}
		.hikashop_product_wrapper .hikashop_product_data .hikashop_product_price_full .hikashop_product_price_per_unit_x {text-transform: uppercase; font-weight: 600; color: #525252; font-size: .7rem; margin-right: .5rem;}
		.hikashop_product_wrapper .hikashop_product_data .hikashop_product_price_full .hikashop_product_price {font-weight: 600; text-transform: uppercase; color: var(--color-main); font-family: var(--font-primary); font-size: 1.1rem}
		.hikashop_product_wrapper .hikashop_product_data .hikashop_product_price_full .hikashop_product_price_from {color: var(--color-dark); font-size: 0.7rem; margin-right: .3rem; text-transform: initial; font-weight: normal; }
		.hikashop_product_wrapper .hikashop_product_data .hikashop_product_vote_and_comments {padding: 0 .8rem; }
		.hikashop_product_wrapper .hikashop_product_data .hikashop_product_vote_and_comments .hikashop_product_vote {font-size: 1.1rem; letter-spacing: -.8px; line-height: 1;}
		.hikashop_product_wrapper.big {-webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; background: var(--color-gray); margin-bottom: 1rem; }
		.hikashop_product_wrapper.big .hikabtn {width: 20%; overflow: hidden; border: 0; border-top: inherit; text-transform: uppercase; background: #737373; color: #fff; opacity: 1 !important; font-size: 1rem; border-radius: 0; padding: 0.5rem .25rem; display: inline-block; height: 2rem; line-height: 1rem; position: absolute; z-index: 1000; bottom: 0; right: 0;}
		.hikashop_product_wrapper.big .hikabtn:hover {background-color: var(--color-main);}
		.hikashop_product_wrapper.big .hikabtn:active {background-color: var(--color-main-light); box-shadow: none; }
		.hikashop_product_wrapper.big .hikabtn:focus {background-color: var(--color-main-light); box-shadow: none; }
		.hikashop_product_wrapper.big .hikabtn .add_to_cart_label{font-size: 0.7rem; line-height: 1; margin-left: 5px;}
		.hikashop_product_wrapper.big > a {display: block; width: 100%; text-align: center;}
		.hikashop_product_wrapper.big .hikashop_product_data .hikashop_product_title > * {color: var(--color-dark); font-family: var(--font-primary); font-weight: 500; font-size: 1rem; line-height: 1.3rem;margin-bottom: 5px;}
		.hikashop_product_wrapper.big .hikashop_product_image {width: 385px; height: auto !important; flex: 0 0 385px; max-width: 100%; background: #fff; border: 2px solid var(--color-gray); padding-top: 100%; position: relative;}
		.hikashop_product_wrapper.big .hikashop_product_image > img {position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; max-height: 100%;}
		.hikashop_product_wrapper.main {background: #fff; -webkit-flex-direction: row; flex-direction: row;}
		.hikashop_product_wrapper.main .hikashop_product_image {border-right: 1px solid #c8c8c8; width: 63px; min-height: 63px; max-height: 63px; flex: 0 0 63px;}
		.hikashop_product_wrapper.main .hikashop_product_data {border-bottom: 0;}
		.hikashop_product_wrapper.main .hikashop_product_data .hikashop_product_title > * {font-size: 15px; line-height: 1.4;}
		.hikashop_product_wrapper.main:before {display: none;}
		/*INSERTED PRODUCT*/
			.hikashop_product_wrapper.hikashop_inserted_product { -webkit-flex-direction: row; flex-direction: row; padding-bottom: 1rem; border-bottom: 1px solid var(--color-dark-gray); margin-bottom: 1rem;}
			.hikashop_product_wrapper.hikashop_inserted_product .hikashop_product_data {border-bottom: 0}
			.hikashop_product_wrapper.hikashop_inserted_product .hikashop_product_data .hikacart {border: 0; border-top: inherit; text-transform: uppercase; background: var(--color-main); color: #fff; font-size: 0.8rem; border-radius: 0; margin-top: 10px; padding: .7rem;}
			.hikashop_product_wrapper.hikashop_inserted_product .hikashop_product_data .hikacart i {display: none;}
			.hikashop_product_wrapper.hikashop_inserted_product .hikashop_product_data .hikashop_product_vote {font-size: 19px;}
			.hikashop_product_wrapper.hikashop_inserted_product .hikashop_product_data .hikashop_product_title {padding: 0; min-height: 0;}
			.hikashop_product_wrapper.hikashop_inserted_product .hikashop_product_data .hikashop_product_title h3 {color: var(--color-main); font-weight: 600; font-size: 20px; margin-bottom: 0;}
			.hikashop_product_wrapper.hikashop_inserted_product .hikashop_product_data .hikashop_product_title > .hikashop_product_vote {color: var(--color-dark); }
			.hikashop_product_wrapper.hikashop_inserted_product .hikashop_product_data .hikashop_product_price_full {padding: 0; font-size: 0.9rem; margin-top: .5rem;}
			.hikashop_product_wrapper.hikashop_inserted_product .hikashop_product_image {max-width: 150px; margin-right: 1rem; border: 1px solid var(--color-dark-gray); position: relative;}
			.hikashop_product_wrapper.hikashop_inserted_product .hikashop_product_image .hikashop_add_to_cart_over_image {opacity: 0; position: absolute; left: 0; right: 0; top: 0; bottom: 0; }
			.hikashop_product_wrapper.hikashop_inserted_product .hikashop_product_image .hikashop_add_to_cart_over_image .hikacart {display: block; line-height: 146px; margin: 0; padding: 0; background-color: #fff; border: 0; font-size: 80px;}
			.hikashop_product_wrapper.hikashop_inserted_product:hover .hikashop_add_to_cart_over_image {opacity: 1;} 
			.hikashop_product_wrapper.hikashop_inserted_product:last-child {margin-bottom: 0; border-bottom: 0}
			.hikashop_product_wrapper.hikashop_inserted_product:before {display: none;}
	/*PRODUCT PAGE*/
		.hikashop_product_page .hikashop_product_right_wrapper h1, .hikashop_product_page .hikashop_product_right_wrapper .h1 {font-size: 1.4rem; font-weight: 500; line-height: 1.3; color: var(--color-dark); margin-bottom: .5rem; font-family: var(--font-primary); letter-spacing: -.1px }
		.hikashop_product_page .hikashop_product_right_wrapper h1 .hikashop_product_variant_subname, .hikashop_product_page .hikashop_product_right_wrapper .h1 .hikashop_product_variant_subname {display: inline-block; font-size: 1.1rem; color: #525252; }
		.hikashop_product_page .hikashop_product_right_wrapper .hikashop_product_extra_data	{margin-bottom: 1.3rem; padding-bottom: 0.7rem; border-bottom: 1px solid rgba(0,0,0,.15);}
		.hikashop_product_page .hikashop_product_right_wrapper .hikashop_product_extra_data .hikashop_product_vote_mini {font-size: .8rem; letter-spacing: -.8px; line-height: 1;}
		.hikashop_product_page .hikashop_product_right_wrapper .hikashop_vote_rating_show {font-size: 1.3rem;}
		.hikashop_product_page .hikashop_product_code_main {font-size: 0.7rem; opacity: 0.7; margin-bottom: 0;}
		.hikashop_product_page .hikashop_product_right_wrapper .hikacart { background: var(--color-main); color: #fff; text-transform: uppercase; border-color: var(--color-main); line-height: 39px; text-align: center; padding: 0 1rem; height: 40px; font-size: 1rem; position: absolute; top: 55px; right: 0; border-radius: 0; }
		.hikashop_product_page .hikashop_product_right_wrapper .hikacart:hover {opacity: .8;}
		.hikashop_product_page .hikashop_product_description_main {font-size: .8rem; font-family: var(--font-secondary);}
		.hikashop_product_page .hikashop_product_description_main h3 {margin-bottom: .5rem; text-transform: uppercase; font-size: 1.1rem}
		.hikashop_product_page .hikashop_product_description_main ul {list-style: none; padding: 0; margin-bottom: 1rem;}
		.hikashop_product_page .hikashop_product_description_main ul li { padding-left: 16px; position: relative;}
		.hikashop_product_page .hikashop_product_description_main ul li:before { content: "\f142"; font-family: var(--font-icon); position: absolute; left: -4px; top: 2px; line-height: 1rem; font-size: 20px; color: var(--color-alternative); }
		.hikashop_product_page .hikashop_product_left_wrapper {margin-bottom: 2rem;}
		.hikashop_product_page .hikashop_product_left_wrapper img {border: 2px solid var(--color-gray); }
		.hikashop_product_page .hikashop_product_left_wrapper .hikashop_show_image_carousel .owl-dots {margin-top: .5rem;}
		.hikashop_product_page .hikashop_product_left_wrapper .hikashop_show_image_carousel.owl-carousel + .owl-loading-icon {color: var(--color-alternative); font-size: 50px; height: 250px; display: -webkit-flex; display: flex; align-items: center; justify-content: center; }
		.hikashop_product_page .hikashop_product_right_wrapper .hikashop_several_prices_table {}
		.hikashop_product_page .hikashop_product_right_wrapper .hikashop_several_prices_table .quantity_price_row {transition: all 150ms linear; cursor: pointer}
		.hikashop_product_page .hikashop_product_right_wrapper .hikashop_several_prices_table thead {background-color: var(--color-dark); color: #fff;}
		.hikashop_product_page .hikashop_product_right_wrapper .hikashop_several_prices_table thead th {padding: .5rem 0.8rem; font-weight: 500; text-transform: uppercase; letter-spacing: -.7px}
		.hikashop_product_page .hikashop_product_right_wrapper .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_product_right_wrapper .hikashop_several_prices_table .quantity_price_row.selected {background: #e6e6e6;}
		.hikashop_product_page .hikashop_product_right_wrapper .hikashop_product_data .hikashop_product_quantity_default .input-group-append {display: -webkit-flex; display: flex; }
		.hikashop_product_page .hikashop_product_right_wrapper .hikashop_product_data .hikashop_product_quantity_default a {background: var(--color-dark); color: #fff; border-color: var(--color-dark); order: 1; font-weight: 600; padding: 0 .3rem; cursor: pointer; line-height: 30px; width: 30px; height: 30px;}
		.hikashop_product_page .hikashop_product_right_wrapper .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_right_wrapper .hikashop_product_data .hikashop_product_price_wrapper {white-space: nowrap; font-weight: 600;}
		.hikashop_product_page .hikashop_product_right_wrapper .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_right_wrapper .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_right_wrapper .hikashop_product_data {padding: .3rem 0; display: -webkit-flex; border-top: 1px solid #c8c8c8; border-bottom: 1px solid #c8c8c8; line-height: 1; position: relative; display: flex; align-items: center; justify-content: space-between; margin-bottom: 3.8rem;}
		.hikashop_product_page .hikashop_product_right_wrapper .hikashop_product_stock_count {display: none;}
		.hikashop_product_page .hikashop_listing_comment { margin-bottom: 2rem;}
		.hikashop_product_page .hikashop_product_nav_tab_content {padding: 1rem; border: 1px solid var(--color-dark-gray);}
		.hikashop_product_page .hikashop_listing_comment .hika_comment_listing_content {font-family: monospace;}
		.hikashop_product_page .hikashop_listing_comment .hikashop_product_comment_decide {margin-top: 1rem; text-align: right;}
		.hikashop_product_page .hikashop_listing_comment .hikashop_product_comment_decide > * {opacity: 0.6; font-size: 1rem; }
		.hikashop_product_page .hikashop_listing_comment .hikashop_product_comment_decide > *[onclick] {cursor: pointer;}
		.hikashop_product_page .hikashop_listing_comment .hikashop_product_comment_decide > *[onclick]:hover {opacity: 0.9;}
		.hikashop_product_page .hikashop_listing_comment .hikashop_product_comment_decide > * + * {margin-left: .5rem;}
	/*CHECKOUT*/
		.hikashop_checkout_page .hikashop_messages {display: none !important;}
		.hikashop_checkout_page legend {text-transform: uppercase; font-weight: 600; 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: var(--color-light);}
		.hikashop_checkout_page .hikashop_checkout_cart .hikashop_cart_total_title {font-weight: 600;}
		.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_cart .hikashop_product_code_checkout {display: none;}
		.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_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;}
		.hikashop_checkout_page .hikashop_checkout_login .nav-tabs {border: none !important;}
		.hikashop_checkout_page .hikashop_checkout_login .nav-tabs .nav-link {border: none; border-bottom: 2px solid var(--color-alternative) !important; border-radius: 0 !important; background-color: var(--color-lighter)}
		.hikashop_checkout_page .hikashop_checkout_login .nav-tabs .nav-link:hover {background-color: var(--color-gray);}
		.hikashop_checkout_page .hikashop_checkout_login .nav-tabs .nav-link.active {background-color: var(--color-alternative); color: #fff;}
	/*CART*/
		.hikashop_cart {font-size: 14px; text-transform: uppercase; line-height: 1.1;}
		.hikashop_cart .hikashop_cart_table {margin-bottom: 0;}
		.hikashop_cart .hikashop_cart_table .cart-product-row:first-child > td {border-top: 0;}
		.hikashop_cart .hikashop_cart_table .cart-product-row > td {background-color: var(--color-gray); border-top-color: #ffffff;}
		.hikashop_cart .hikashop_cart_table .hikashop_cart_module_product_total_row {background: var(--color-main); color: #fff; font-family: var(--font-primary); font-weight: 600; text-transform: uppercase;}
		.hikashop_cart .hikashop_cart_table .hikashop_cart_module_product_total_row .hikashop_cart_module_product_total_title {letter-spacing: 1.2px;}
		.hikashop_cart .hikashop_cart_table .hikashop_product_quantity_field {width: 55px; text-align: center; border: 0;}
		.hikashop_cart .hikashop_cart_table .hikashop_cart_module_product_name_value {margin-bottom: 0.7rem; font-weight: 600; text-transform: none; line-height: 1.3;}
		.hikashop_cart .hikashop_cart_table .hikashop_cart_module_product_name_value a {color: var(--color-dark);}
		.hikashop_cart .hikashop_cart_table .hikashop_cart_module_product_price_value {font-family: var(--font-primary); font-weight: 600; color: var(--color-main); }
		.hikashop_cart .hikashop_cart_proceed_to_checkout_wrapper {background: var(--color-main); padding: .75rem; padding-top: 0;}
		.hikashop_cart .hikashop_cart_proceed_to_checkout_wrapper .hikashop_cart_proceed_to_checkout {background: var(--color-dark); text-align: center; width: 100%; letter-spacing: 1px; color: #fff; border: 0; font-family: var(--font-primary); font-weight: 600; border-radius: 0;}
		.hikashop_cart_header {font-size: 1.2rem; line-height: 1.75rem; display: -webkit-flex; display: flex; align-items: center}
		.hikashop_cart_header .mdi {font-size: 1.75rem; margin-right: .5rem;}
		.hikashop_cart_main_wrapper {top: 0; transition: 300ms;}
				/*AFFIX*/
				.hikashop_cart_main_wrapper.affix {position: fixed; padding-top: 68px; z-index: 49; transition-delay: 150ms}
				.hikashop_cart_main_wrapper.affix.affix-stopped-bottom {transition-delay: 0ms;}
		/*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;}
			.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;}
			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 { width: 30px; height: 30px; line-height: 30px;}
		/*VOTE*/
			.hikashop_product_vote_form .hikashop_vote_form_rating_wrapper > * {font-size: 1.25rem;}
			.hikashop_product_vote_form .hikashop_vote_form_rating_wrapper > *.state-hover {color: var(--color-main) !important; cursor: pointer;}
			/*OVERRIDE OUTLINE STARS*/
				.hikashop_vote_stars .mdi.mdi-star-outline:before {content: "\F4CE"; opacity: 0.2;}
				.hk-rating-empty-label{display: none;}
	/*PAYMENT METHOD*/
		.payment-wrapper .img-wrapper {margin-right: 10px; margin-bottom: 20px }
		.payment-wrapper .img-wrapper:last-child {margin-right: 10px; margin-bottom: 20px }
	/*CATEGORIES SIDE*/
		.side_categories_list .list-group-item {border: 0; font-size: .8rem; padding-right: 0;}
		.side_categories_list .list-group-item a {color: var(--color-dark); font-weight: 400;}
		.side_categories_list .list-group-item.active {background-color: transparent; border-color: transparent;}
		.side_categories_list .list-group-item.parent-active > * > a {color: var(--color-main);}
		.side_categories_list .list-group-item a[aria-expanded="true"] .mdi-chevron-down:before {content: "\F143"; }
		.side_categories_list .list-group-item.active > a {color: var(--color-main);}
		.side_categories_list .list-group-item a:hover {color: var(--color-main);}
		.side_categories_list .list-group-item i {font-size: 1.2rem; line-height: 1; color: var(--color-main);}
/*LAYOUTS*/
	/*STYLIZED CONTENT*/
		/*DEFAULT LAYOUT FOR CONTECT WITH ASIDE - ie: Guias, Makers, Review*/
			.stylized-default.view-article .breadcrumb-item.active {display: none;}
			.stylized-default.view-article .content .item-image {margin-bottom: 1rem;}
			.stylized-default.view-article .content .article-tags {margin-bottom: .5rem;}
			.stylized-default.view-article .content .article-tags > .tag {background-color: var(--color-gray); color: var(--color-dark); padding: .15rem .3rem; font-family: monospace;}
			.stylized-default.view-article .content .article-tags > .tag:hover {background-color: var(--color-dark-gray);}
			.stylized-default.view-article .content .article.tags > * + * {margin-left: .5rem;}
			.stylized-default.view-article .content .item-title {text-transform: uppercase; font-size: 1.6rem; font-weight: 700; margin-bottom: 1.5rem;}
			.stylized-default.view-article .article-body > img {margin-bottom: 16px; }
			.stylized-default.view-article .article-body section {padding: 0; margin-bottom: 2rem; border: 0; border-bottom: 1px solid var(--color-dark-gray);}
			.stylized-default.view-article .article-body .keep-reading.moduletable + br ,
			.stylized-default.view-article .article-body section + br {display: none;}
			/*.stylized-default.view-article .article-body .keep-reading.moduletable {padding: 15px; margin: -2rem 0 2rem; background-color: var(--color-gray); border: 1px solid var(--color-dark-gray); border-top: none;}*/
			/*.stylized-default.view-article .article-body .keep-reading.moduletable h3 {color: var(--color-dark);}*/
			/*.stylized-default.view-article .article-body .keep-reading.moduletable h4 {font-size: .8rem; font-weight: 600; text-transform: uppercase;}*/
			.stylized-default.view-article .article-body section > *:last-child {margin-bottom: 2rem !important;}
			.stylized-default.view-article .article-body section > img {display: block; margin: 1.5rem auto;}
			.stylized-default.view-article .article-body hr {border-color: var(--color-dark-gray); margin: 2rem 0;}
			.stylized-default.view-article .article-body code {padding: 0 1rem;}
			.stylized-default.view-article .article-body .row-pinouts img {display: block; margin: auto;}
			.stylized-default.view-article .article-body .figure {display: block; margin-bottom: 1rem;}
			.stylized-default.view-article .article-body .figure img {margin-bottom: .5rem; border: 1px solid var(--color-dark-gray);}
			.stylized-default.view-article .article-body .item-wrapper img {margin-bottom: 0;}
			.stylized-default.view-article .article-body h2 {font-size: 1.5rem; font-weight: 700; color: var(--color-main); margin-bottom: 1rem;}
			.stylized-default.view-article .article-body h3 {font-size: 1.25rem; color: var(--color-alternative); text-transform: uppercase; margin-bottom: 1rem;}
			.stylized-default.view-article .article-body h4 {font-size: 1rem; font-weight: 600; color: var(--color-dark); text-transform: uppercase; margin-bottom: 1rem;}
			.stylized-default.view-article .article-body h5 {font-size: .9rem; font-weight: 600; color: var(--color-dark); text-transform: uppercase; margin-bottom: 1rem;}
			.stylized-default.view-article .article-body p + h3, .stylized-default.view-article .article-body p + h4, .stylized-default.view-article .article-body p + h5 {margin-top: 2rem;}
			.stylized-default.view-article .article-body h2 + h3, .stylized-default.view-article .article-body h3 + h4, .stylized-default.view-article .article-body h4 + h5 {margin-top: 1.5rem;}
			.stylized-default.view-article .article-body .lead {letter-spacing: -0.2px; line-height: 1.2; font-size: 1.1rem; color: var(--color-main);}
			.stylized-default.view-article .article-body ul:not(.nav) {list-style-type: none; padding-left: 1.2rem; margin: 0 1.5rem 1rem 1.5rem;}
			.stylized-default.view-article .article-body ul:not(.nav) > li {position: relative; margin-bottom: .25rem;}
			.stylized-default.view-article .article-body ul:not(.nav) > li:before {content: "\f142"; position: absolute; left: -23px; top: 0; color: var(--color-main); font-family: var(--font-icon); line-height: 1; font-size: 1.4rem;}
			.stylized-default.view-article .article-body ol {list-style-type: none; counter-reset: blog-counter; padding-left: 1.2rem; margin: 0 1.5rem 1rem 1.5rem;}
			.stylized-default.view-article .article-body ol li {position: relative; counter-increment: blog-counter; margin-bottom: .25rem;}
			.stylized-default.view-article .article-body ol li:before {position: absolute; content: counter(blog-counter) ". "; color: var(--color-main); font-weight: 600; left: -18px; top: 4px; line-height: 1;}
			.stylized-default.view-article .content .pagenavcounter {display: none;}
			.stylized-default.view-article .content img.rounded-circle[class*="float-"] {shape-outside: circle();}
		/*ARTICLE-ASIDE*/
			.article-aside-wrapper.affix {position: fixed; padding-top: 68px; z-index: 49; transition-delay: 150ms;}
			.article-aside-wrapper {top: 0; transition: 300ms;}
			.stylized-default.view-article .article-aside *::-webkit-scrollbar {width: 8px; float: left;}
			.stylized-default.view-article .article-aside *::-webkit-scrollbar-track {background: var(--color-gray);}
			.stylized-default.view-article .article-aside *::-webkit-scrollbar-thumb {background: var(--color-dark-gray);}
			.stylized-default.view-article .article-aside *::-webkit-scrollbar-thumb:hover {background: var(--color-alternative);}
			.stylized-default.view-article .article-aside .wrapper {margin-bottom: 1rem;}
			.stylized-default.view-article .article-aside .article-author-wrapper {max-width: 180px}
			.stylized-default.view-article .article-aside .article-author-wrapper .author-name {text-align: center; color: var(--color-alternative); font-weight: 600; margin-bottom: 0;}
			.stylized-default.view-article .article-aside .article-author-wrapper .author-avatar {padding: 1.2rem; margin-bottom: 0.6rem; position: relative; padding-top: 0;}
			.stylized-default.view-article .article-aside .article-author-wrapper .author-avatar img {margin: auto; display: block;}
			.stylized-default.view-article .article-aside .article-author-wrapper .author-avatar .half-circle {position: absolute; bottom: 0; left: 0; width: 100%; height: auto;}
			.stylized-default.view-article .article-aside h2 {font-size: .9rem; color: var(--color-dark); font-weight: 400; text-transform: none; margin-bottom: 0.7rem;}
			.stylized-default.view-article .article-aside h2 span {font-weight: 600; color: var(--color-main)}
			.stylized-default.view-article .article-aside h2.full-line-header {text-transform: uppercase;}
			.stylized-default.view-article .article-aside .products-wrapper {max-height: 160px; overflow: auto; width: 100%;}
			.stylized-default.view-article .article-aside .hikashop_product_wrapper.hikashop_inserted_product {margin-bottom: 0.6rem; padding-bottom: 0.6rem; overflow: hidden;}
			.stylized-default.view-article .article-aside .hikashop_product_wrapper.hikashop_inserted_product .hikacart .add_to_cart_label {display: none;}
			.stylized-default.view-article .article-aside .hikashop_product_wrapper.hikashop_inserted_product .hikashop_product_image {width: 50px; height: 53px; margin-right: .5rem; margin-bottom: -3px;}
			.stylized-default.view-article .article-aside .hikashop_product_wrapper.hikashop_inserted_product .hikashop_product_image .hikacart {line-height: 47px; font-size: 28px;}
			.stylized-default.view-article .article-aside .hikashop_product_wrapper.hikashop_inserted_product .hikashop_product_data {display: block;}
			.stylized-default.view-article .article-aside .hikashop_product_wrapper.hikashop_inserted_product .hikashop_product_data .hikashop_product_vote {display: none;}
			.stylized-default.view-article .article-aside .hikashop_product_wrapper.hikashop_inserted_product .hikashop_product_data .hikashop_product_title h3 {font-size: 0.7rem; color: var(--color-dark); text-transform: none;}
			.stylized-default.view-article .article-aside .hikashop_product_wrapper.hikashop_inserted_product .hikashop_product_data .hikashop_product_price_full {font-size: .7rem; color: var(--color-dark); opacity: 0.5; flex: 1 0 100%; max-width: 100%;}
			.stylized-default.view-article .article-aside .hikashop_product_wrapper.hikashop_inserted_product:last-child .hikashop_product_data {border-bottom: 0;}
			.stylized-default.view-article .article-aside .table-of-contents {max-height: 260px; overflow: auto;}				
			.stylized-default.view-article .article-aside .article-difficulty-wrapper {padding: .5rem; background-color: var(--color-gray); margin-bottom: 1rem;}
			.stylized-default.view-article .article-aside .article-difficulty-wrapper .article-difficulty-star {font-size: 1.2rem; color: var(--color-alternative); opacity: 0.3; line-height: 1;}
			.stylized-default.view-article .article-aside .article-difficulty-wrapper .article-difficulty-star.full {opacity: 1;}
			.stylized-default.view-article .article-aside .article-difficulty-wrapper .article-difficulty-star + .article-difficulty-star {margin-left: .25rem; }
			.stylized-default.view-article .article-aside .article-difficulty-wrapper .article-difficulty-label {text-transform: uppercase; font-weight: 600; font-size: .8rem; color: var(--color-alternative); margin-bottom: 0; margin-top: .25rem;}
		/*NAV-PAGER*/
			.stylized-default.view-article .article-body .nav-pager {padding-left: 0;}
			.stylized-default.view-article .article-body .nav-pager > .nav-item:before {display: none;}
			.stylized-default.view-article .article-body .nav-pager > .nav-item > .nav-link.btn-main {border: 1px solid var(--color-main); }
			.stylized-default.view-article .article-body .nav-pager > .nav-item > .nav-link.btn-alternative {border: 1px solid var(--color-alternative);}
		/*BLOG*/
			.stylized-default.view-article.blog .content .hikashop_product_wrapper.hikashop_inserted_product {margin: 1rem 2rem 1rem -3rem; float: left; border: 1px solid var(--color-dark-gray); padding: 1rem; background-color: #fff; max-width: 360px;}
		/*VIEW CATEGORY*/
			.stylized-default.view-category .page-header h1 {margin-bottom: 0;}
			.stylized-default.view-category .category-desc {margin-bottom: 2rem;}
			.stylized-default.view-category .category-desc h2 {font-size: 1.5rem; font-weight: 700; color: var(--color-main); margin-bottom: 1rem;}
			.stylized-default.view-category .category-desc h3 {font-size: 1.25rem; color: var(--color-alternative); text-transform: uppercase; margin-bottom: 1rem;}
			.stylized-default.view-category .category-desc h4 {font-size: 1rem; font-weight: 600; color: var(--color-dark); text-transform: uppercase; margin-bottom: 1rem;}
			.stylized-default.view-category .category-desc h5 {font-size: .9rem; font-weight: 600; color: var(--color-dark); text-transform: uppercase; margin-bottom: 1rem;}
			.stylized-default.view-category .category-desc ul:not(.nav) {list-style-type: none; padding-left: 1.2rem; margin: 0 1.5rem 1rem 1.5rem;}
			.stylized-default.view-category .category-desc ul:not(.nav) > li {position: relative; margin-bottom: .25rem;}
			.stylized-default.view-category .category-desc ul:not(.nav) > li:before {content: "\f142"; position: absolute; left: -23px; top: 0; color: var(--color-main); font-family: var(--font-icon); line-height: 1; font-size: 1.4rem;}
			.stylized-default.view-category .category-desc .alert.alert-info{margin-top: 15px;}
	/*NEWS WRAPPER*/
		.news-wrapper .item-wrapper .item-image {background: #ffffff;}
		.news-wrapper .item-wrapper .item-data {background: #ffffff; padding: 1rem; margin-bottom: 1rem; border-bottom: 5px solid var(--color-dark-gray); font-weight: 500; line-height: 1.3;}
		.news-wrapper .item-wrapper .item-title {font-size: 1.1rem; font-weight: 600; color: var(--color-dark);}
		.news-wrapper .item-wrapper .item-title a {color: inherit;}
		.news-wrapper .item-wrapper .item-intro > :last-child {margin-bottom: 0; color: var(--color-dark);}
		.news-wrapper.card-columns {margin-top: -1.5rem;}
		.news-wrapper.card-columns .item-wrapper.card {box-shadow: var(--shadow-light); transition: box-shadow 300ms ease; margin-bottom: 0; position: relative; z-index: 1;}
		.news-wrapper.card-columns .item-wrapper.card .item-data {border: 0; margin-bottom: 0;}
		.news-wrapper.card-columns .item-wrapper.card:hover {box-shadow: var(--shadow-dark);}
		/*SIMPLE*/
			.simple-news-wrapper .item-wrapper {margin-bottom: 1rem;}
			.simple-news-wrapper .item-wrapper .item-image {position: relative;}
			.simple-news-wrapper .item-wrapper .item-image .item-label {position: absolute; text-transform: uppercase; font-size: 0.6rem; color: #fff; padding: .15rem .25rem; background-color: var(--color-main); font-family: var(--font-secondary); right: 0; bottom: 0; margin-bottom: 0; letter-spacing: .5px}
		/*SIMPLIFIED*/
			.news-wrapper.simplified > * + * {margin-top: 1rem;}
			.news-wrapper.simplified .item-wrapper a {display: -webkit-flex; display: flex;}
			.news-wrapper.simplified .item-wrapper .item-image {width: 100px; flex: 0 0 100px; margin-right: .5rem;}
			.news-wrapper.simplified .item-wrapper .item-data {max-width: 100%; flex: 1; border-bottom: 0; background-color: transparent; padding: 0; margin-bottom: 0; }
			.news-wrapper.simplified .item-wrapper .item-data .item-title {font-weight: 500; font-size: 0.9rem;}
			.news-wrapper.simplified .item-wrapper a:before {display: none;}
	/*SMAL NEWS WRAPPER*/
		.small-news-wrapper {margin-bottom: 1rem;}
		.small-news-wrapper .item-wrapper {width: 400px; max-width: 100vw;}
		.small-news-wrapper .item-title {color: var(--color-dark); font-size: 1rem; font-weight: 600;}
		.small-news-wrapper .item-data {color: var(--color-dark); font-size: .8rem}
		.small-news-wrapper .item-data > *:last-child {margin-bottom: 0;}
		.small-news-wrapper.owl-carousel {position: relative; z-index: 1;}
		.small-news-wrapper.owl-carousel .owl-nav button.owl-next, 
		.small-news-wrapper.owl-carousel .owl-nav button.owl-prev {font-size: 1.5rem; line-height: 1; width: 1.5rem}
		.small-news-wrapper.owl-carousel .owl-nav {justify-content: space-between; align-items: center; margin: 0 -2rem; position: absolute; top: 50%; left: 0; right: 0; transform: translateY(-50%); z-index: -1;}
		.small-news-wrapper.owl-carousel .owl-dots {margin-top: 1rem; position: static;}
		.small-news-wrapper.alternative.owl-carousel .item-wrapper {width: 155px;}
		.small-news-wrapper.alternative.owl-carousel .item-wrapper .item-image {max-width: 155px; position: relative;}
		.small-news-wrapper.alternative.owl-carousel .item-wrapper .item-image figcaption{position: absolute; top: 5px; left: 5px; z-index: 10;}
		.small-news-wrapper.alternative.owl-carousel .item-wrapper .item-title {font-weight: 600; font-size: 0.8rem; max-height: 45px;}
		.small-news-wrapper.alternative.owl-carousel .item-wrapper .item-title a{margin-top: -50px; padding-top: 50px; position: relative; display: inline-block;} 
		.small-news-wrapper.owl-carousel + .owl-loading-icon {color: var(--color-main); font-size: 30px; justify-content: center; display: -webkit-flex; display: flex; align-items: center; height: 114px;}
		.full-line-header.alternative + .small-news-wrapper.owl-carousel .owl-dots > .owl-dot:hover,
		.full-line-header.alternative + .small-news-wrapper.owl-carousel .owl-dots > .owl-dot.active {background-color: var(--color-alternative) !important; }
		.full-line-header.alternative + .small-news-wrapper.owl-carousel + .owl-loading-icon {color: var(--color-alternative);}
/*PAGINAS ESPECIALES*/
	/*ASIDE*/
		.aside-right {height: 100%; position: relative;}
	/*HOME*/
		.front .r-content {background-image: url(/images/assets/background/noise.png); background-color: #333;}
	/*BLOG*/
		.layout-blog .card-columns{-webkit-column-count: 2!important; -moz-column-count: 2!important; column-count: 2!important;}
		.layout-blog .card img{width: 100%;}
		.layout-blog .card-body{padding: 20px;}
		.layout-blog .card-body:before{position: relative; left: 90%; top: -70px; height: 50px; width: 50px; content: ""; background-image: url(/images/assets/robot-icons/heads-up.png); background-size: 100% auto; background-position: top center; z-index: 1; transition: all 120ms ease-out; display: inherit; margin-bottom: -50px; }
		.layout-blog .card-body p{margin-bottom: 0;}
		.layout-blog figure figcaption{padding: 15px 10px 15px 55px; background-color: var(--color-alternative); color: #fff; background-image: url(/images/logo.svg); background-repeat: no-repeat; background-size: contain; background-position-x: 10px; line-height: 1; font-size: 1rem;}
	/*LANDINGS*/
		/*ROBOTICA EDUCATIVA*/
			.robotica-educativa h1{font-size: 3rem; font-weight: 700;}

/*********************************************************************************************************************************************/
/*********************************************************************************************************************************************/
/*********************************************************************************************************************************************/
/*********************************************************************************************************************************************/
/*********************************************************************************************************************************************/
/*********************************************************************************************************************************************/
/*MEDIAS*/
@media (max-width: 374px) {
	.r-top .nav:not(.menu-rrss) {border: 0 !important;}
	.r-top .nav.menu-rrss {max-width: 95px; border-right: 1px solid rgba(0,0,0,0.2);}
	.r-top .nav.menu-rrss .nav-item .nav-link.mdi {padding: 3px 5px; min-height: 0;}
	footer .menu-rrss {width: 100%; justify-content: space-between !important;}
	footer .menu-rrss .nav-item + .nav-item {margin: 0 !important;}
}
@media (max-width: 544px) {
	h2 {font-size: 1.4rem}
	h3, .h3 {font-size: 1.1rem;}
	h2.card-header[aria-expanded] {font-size: 1.25rem;}
	blockquote, .blockquote {margin: 0 !important; margin-bottom: 1rem !important;}
	.special-boxed{display: block;}
	/*R-SLIDER*/
		.r-slider .owl-carousel .item-data{height: 140px; padding: 0.5rem 1rem !important;}
		.r-slider .owl-carousel .item-data p{display: none!important;}
		.r-slider .owl-carousel .item-data .item-sub-title{display: block; font-size: 0.9rem !important; max-height: 3rem; overflow: hidden;}
		.r-slider .owl-carousel .item-data .item-title{display: block; font-size: 1.7rem !important; max-height: 4rem; overflow: hidden; line-height: 0.9 !important;}
	/*MODAL*/
		.modal .form-group {display: block;}
	/*NEWSLETTER*/
		/*SPECIAL NEWSLETTER*/
			.special-newsletter-wrapper p {font-size: 0.8rem;}
			.special-newsletter-wrapper .media-title {font-size: 1.6rem; letter-spacing: 0; }
	/*FOOTER*/
		footer .menu-links-interes {columns: 1;}
	/*HIKASHOP*/
		.hikashop_category_information h1, .hikashop_category_information .h1 {font-size: 1.3rem;}
		.hikashop_product_page .hikashop_product_right_wrapper .hikashop_product_data {padding: .5rem; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;}
		.hikashop_product_page .hikashop_product_right_wrapper .hikashop_product_data .hikacart {flex: 1; order: 2;}
		.hikashop_product_page .hikashop_product_right_wrapper .hikashop_product_data .hikacart {flex: 1; order: 2;}
		.hikashop_product_page .hikashop_product_right_wrapper .hikashop_product_data .hikashop_product_price_main {width: 100%; flex: 0 0 100%; text-align: center; margin-bottom: .5rem;}
		.hikashop_product_page .hikashop_product_right_wrapper .hikashop_product_data .hikashop_product_quantity_default {right: initial; order: 2; margin-left: .5rem; position: static; }
		.hikashop_product_page .hikashop_product_right_wrapper .hikashop_product_data .hikashop_product_quantity_default a + a {border-top: 0;}
		.hikashop_product_page .hikashop_product_right_wrapper .hikashop_product_data .hikashop_product_quantity_default .input-group-append {-webkit-flex-direction: row; flex-direction: row;}

		.hikashop_module {padding-right: 10px!important; padding-left: 10px!important;}
		.hikashop_module .col-6{padding-right: 10px!important; padding-left: 10px!important;}
		.hikashop_module .hikashop_product_vote_and_comments{display: none !important;}
		.hikashop_product_wrapper .hikashop_product_data{height: 81px!important;}
		.hikashop_module .hikashop_product_title {height: auto!important; min-height: 20px!important;}
		.hikashop_module .hikashop_product_title h4{line-height: 1.1!important; margin-bottom: 0!important; height: 2rem!important; min-height: initial; font-size: 0.9rem!important;}
	/*LAYOUT*/
		/*STYLIZED CONTENT*/
			/*BLOG / DEFAULT*/
				.stylized-default.view-article .content .item-image, .stylized-default.view-article .article-body > img:first-of-type {	transform: scale(1.07); transform-origin: center center;}
	/*WRAPPERS*/
		/*SMALL NEWS WRAPPER*/
			.small-news-wrapper.owl-carousel .owl-nav {position: relative; left: initial; right: initial; top: initial; transform: initial; margin: 1rem 0 0 0; justify-content: center;}
			.small-news-wrapper.owl-carousel .owl-nav > button.owl-prev,
			.small-news-wrapper.owl-carousel .owl-nav > button.owl-next {font-size: 1.6rem; line-height: 30px; width: 30px; height: 30px; text-align: center; color: #fff;}
			.small-news-wrapper.owl-carousel .owl-nav > button.owl-next {background: var(--color-main);}
			.small-news-wrapper.owl-carousel .owl-nav > button.owl-prev {background: var(--color-dark);}
			.small-news-wrapper.owl-carousel .owl-nav > button.owl-next:hover,
			.small-news-wrapper.owl-carousel .owl-nav > button.owl-prev:hover {background: var(--color-alternative);}
	/*PAYMENT MENTHOD*/
		.payment-method-wrapper .credit-cards-wrapper > * {	margin: 0.3rem 0.3rem; max-width: 80px; max-height: 40px;}
}
@media (max-width: 767px) {
	/*body {padding-bottom: 40px !important;}*/
	.text-col-1, .text-col-2, .text-col-3, .column-count-1, .column-count-2, .column-count-3 {column-count: 1;}
	/*OWL CAROUSEL*/
		.brand-carousel.owl-carousel .owl-nav {display: none;}
	/*R BREADCRUMB*/
		.breadcrumb-item + .breadcrumb-item:before {font-size: .8rem}
		.site.view-product .r-breadcrumb .breadcrumb .breadcrumb-item > * {font-size: .8rem;}
	/*R SLIDER*/
		.r-slider {background: -webkit-linear-gradient(left, var(--color-alternative) 50%, var(--color-main) 50%); background: -o-linear-gradient(left, var(--color-alternative) 50%, var(--color-main) 50%); background: linear-gradient(to right, var(--color-alternative) 50%, var(--color-main) 50%);}
		.r-slider .owl-carousel .owl-stage-outer {background-color: var(--color-dark);}
		.r-slider .owl-carousel .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;}
		.r-slider .owl-carousel .owl-item .item-wrapper > .item-data > .item-title {font-size: 2rem; margin-bottom: 1rem;}
		.r-slider .owl-carousel .owl-item .item-wrapper > .item-data > .item-sub-title {font-size: 1.2rem; margin-bottom: .8rem;}
		.r-slider .owl-carousel .owl-item .item-wrapper > .item-data > .item-title + p {font-size: 1rem;}
		.r-slider .owl-carousel .owl-item .item-wrapper > .item-image {max-width: 100%; flex: 1; height: 200px; transform: none; }
		.r-slider .owl-carousel + .owl-loading-icon {height: 398px;}
	/*R TOP*/
		.r-top .menu-rrss > *:first-child {border-left: 0;}
	/*SLIDERS*/
		.product-slider .owl-nav {margin-top: 0; align-self: center;}
	/*LAYOUT*/
		section {padding: 1.5rem 0;}
		.news-wrapper .item-wrapper .item-image > * {width: 100%;}
		/*STYLIZED CONTENT*/
			/*BLOG / DEFAULT*/
				.stylized-default.view-article .article-aside {order: 10}
				.stylized-default.view-article .article-aside .article-author-wrapper {display: -webkit-flex; display: flex; align-items: center; margin-bottom: .7rem;}
				.stylized-default.view-article .article-aside .article-author-wrapper .author-avatar {width: 45px; padding: .3rem; margin-bottom: 0; margin-right: .5rem;}
				.stylized-default.view-article .article-aside .article-author-wrapper .author-name {margin-bottom: 0;}
	/*HIKASHOP*/
		#system-message {width: calc(100% - 30px);}
		.hikashop_product_wrapper.big .hikashop_product_image {width: 100%}
		/*LISTING*/

		/*PRODUCT PAGE*/
			.hikashop_product_page .hikashop_product_nav_tab {-webkit-flex-wrap: nowrap; -moz-flex-wrap: nowrap; flex-wrap: nowrap; overflow: auto; padding-bottom: .5rem; }
		/*PAYMENT METHOD*/
			.hikashop_product_page h1, .hikashop_product_page .h1 {font-size: 1.25rem; margin-bottom: .25rem;}
			.hikashop_product_page h1 ~ h6, .hikashop_product_page .h1 ~ h6, .hikashop_product_page .h1 ~ .h6 {font-size: .9rem}
			.hikashop_product_page .payment-method-wrapper {-webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column;}
			.hikashop_product_page .payment-method-wrapper > img {width: 100%; height: auto; padding: 1rem;}
			.hikashop_product_page .payment-method-wrapper .credit-cards-wrapper {margin-left: 0; padding-left: 0; border-left: 0; border-top: 1px solid #c8c8c8; margin-top: 1rem; padding-top: 1rem;}
		/*CART*/
			/*MODALIZED*/
				.r-modal-cart .modal-cart-wrapper {top: 49px;}
	/*MODAL*/
	.modal .form-control {padding: .25rem .5rem;}
	/*COPYRIGHT*/
		.r-copyright {padding: 0 40px !important}
}
@media (min-width: 768px) {
	/*SLIDER*/
	.r-slider .owl-carousel .owl-item,  .r-slider .owl-carousel .item-wrapper {height: 500px; overflow-y: hidden;}
	.text-col-1, .column-count-1 {column-count: 1;}
	.text-col-2, .column-count-2 {column-count: 2;}
	.text-col-3, .column-count-3 {column-count: 3;}
}
@media (min-width: 768px) and (max-width: 991px){
	/*R SLIDER*/
		.r-slider .owl-carousel .owl-item .item-wrapper > .item-image {max-width: 350px; }
}
@media (max-width: 991px) {
	.landing .navbar-toggler{display: none}
	/*3D Printer*/
		.printer-title-price{margin: 20px 0 ;}
		.price-box{transform: rotate(45deg); margin: 0; padding: 5px 10px; position: absolute; line-height: 1; background: #000000db; z-index: 10; right: 1px; top: -90px;}
		.price-box:after{display: none;}
		.price-box .printer-price{line-height: 1; font-size: 18px; margin-bottom: 0;}


	/*R BREADCRUMB*/
		.r-breadcrumb {overflow: auto;}
		.r-breadcrumb .breadcrumb {flex-wrap: nowrap;}
		.r-breadcrumb .breadcrumb .breadcrumb-item > * {white-space: nowrap;}
		.r-breadcrumb .breadcrumb .breadcrumb-item.active > * {margin-right: 1rem;}
	/*R NAVBAR*/
		.r-navbar .navbar {padding: 0;}
		.r-navbar .navbar-brand svg {width: 100px; height: 42px;}
		.r-navbar #mainMenu { left: -100%; top: 0; bottom: 0; background: var(--color-dark); max-width: 85%; width: 320px; 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: flex; -webkit-flex-direction: column; flex-direction: column; justify-content: space-between; overflow: auto;}
		.r-navbar #mainMenu.show, .r-navbar #mainMenu.collapsing {left: 0; }
		.r-navbar #mainMenu .menu-contact .mdi:before{color:#FFF}
		.r-navbar #mainMenu .btn-pulse:after {display: none;}
		.r-navbar #mainMenu > .nav {margin-right: 0; width: 100%; flex: 1 0 auto;}
		.r-navbar #mainMenu > .nav > .nav-item {max-width: 100%; margin: 0;}
		.r-navbar #mainMenu > .nav > .nav-item > .nav-link {font-size: 1.2rem; padding: 0.7rem 1rem; color: #fff;}
		.r-navbar #mainMenu > .nav > .nav-item > .nav-link:hover {background-color: rgba(255,255,255,.1); }
		.r-navbar #mainMenu > .nav.menu-top {overflow: auto; -webkit-flex-wrap: nowrap; flex-wrap: nowrap;}
		.r-navbar #mainMenu > .nav.menu-top > .nav-item + .nav-item .nav-link {position: relative; border-top: 1px solid transparent;}
		.r-navbar #mainMenu > .nav.menu-top > .nav-item + .nav-item .nav-link:after {top: -1px; left: 1rem; right: 1rem; height: 1px; background: #fff; opacity: .4; content: ""; display: block; position: absolute;}
		.r-navbar #mainMenu > .nav > .nav-item.parent.has-modules .submenu-wrapper {position: static; background: rgba(255,255,255,.08); padding: 0; max-height: initial; max-width: 100%;}
		.r-navbar #mainMenu > .nav > .nav-item.parent.has-modules .submenu-wrapper > .nav-child {background: none; flex: 0 0 100%; width: 100%; max-width: 100%; display: block; padding: 0; column-count: 1; }
		.r-navbar #mainMenu > .nav > .nav-item.parent.has-modules .submenu-wrapper > .nav-child .sublist-wrapper > .nav > .nav-item:last-child {margin-bottom: 0;}
		.r-navbar #mainMenu > .nav > .nav-item.parent.has-modules .submenu-wrapper > .nav-child .sublist-wrapper {padding: 0 1rem;}
		.r-navbar #mainMenu > .nav > .nav-item.parent.has-modules .submenu-wrapper > .nav-child > .nav-item {flex: 1; max-width: 100%; display: block;}
		.r-navbar #mainMenu > .nav > .nav-item.parent.has-modules .submenu-wrapper > .nav-child > .nav-item > .nav-link {line-height: 2; color: #fff; opacity: 0.9; font-size: 1rem; padding: 0.3rem 1rem; font-family: var(--font-secondary); font-weight: normal; margin-bottom: 0; text-transform: none;}
		.r-navbar #mainMenu > .nav > .nav-item.parent.has-modules .submenu-wrapper > .nav-child > .nav-item > .nav-link.view-all {position: static; margin: 0; text-transform: uppercase; font-size: 0.9rem;}	
		.r-navbar #mainMenu > .nav > .nav-item.parent.has-modules .submenu-wrapper > .nav-child > .nav-item.deeper > .nav-link {border-top: 1px solid rgba(255,255,255,.15);}
		.r-navbar #mainMenu > .nav > .nav-item.parent.has-modules .submenu-wrapper > .nav-child > .nav-item.deeper > .sublist-wrapper {padding: .6rem 1rem; background-color: rgba(0,0,0,0.3);}
		.r-navbar #mainMenu > .nav > .nav-item.active > .nav-link, 
		.r-navbar #mainMenu > .nav > .nav-item.parent > .nav-link[aria-expanded="true"],
		.r-navbar #mainMenu > .nav > .nav-item.parent.has-modules.alias-parent-active > .nav-link {background-color: var(--color-main); color: #fff}
		.r-navbar #mainMenu > .nav > .nav-item.parent.has-modules .submenu-wrapper > .submenu-module-wrapper {display: none;}
		.r-navbar #mainMenu > .nav > .nav-item.parent.has-modules.alias-parent-active .submenu-wrapper {display: -webkit-flex !important; display: -moz-flex !important; display: -ms-flex !important; display: -o-flex !important; display: flex !important; opacity: 1;}
		.r-navbar #mainMenu > .nav > .nav-item.parent.has-modules .submenu-wrapper > .nav-child > .nav-item.active > .nav-link {background-color: var(--color-);}
	/*NEWSLETTER*/
		/*SPECIAL NEWSLETTER*/
		.special-newsletter-wrapper {display: block; padding: 1rem;}
		.special-newsletter-wrapper p {font-size: .9rem;}
		.special-newsletter-wrapper .media-title {font-size: 2rem; letter-spacing: 0; }
		.special-newsletter-wrapper .r-newsletter.ml-subscribe-form {margin-left: 0; margin-top: 1rem;}
}
@media (min-width: 992px) and (max-width: 1200px) {
	/*R NAVBAR*/
	#mainMenu > .nav > .nav-item.deeper.parent.has-modules .submenu-wrapper > .submenu-module-wrapper .item-wrapper .item-data {max-height: 53px;}
	#mainMenu > .nav > .nav-item.deeper.parent.has-modules .submenu-wrapper > .submenu-module-wrapper .item-wrapper .item-image {max-width: 100px;}
	#mainMenu > .nav > .nav-item.deeper.parent.has-modules .submenu-wrapper > .submenu-module-wrapper .item-wrapper .item-title {font-size: .7rem;}
	#mainMenu > .nav > .nav-item.deeper.parent.has-modules .submenu-wrapper > .submenu-module-wrapper .hikashop_product_wrapper .hikashop_product_data .hikashop_product_title > * {font-size: 12px;}
}
@media (min-width: 1270px) {
	.container {max-width: 1240px }
}
