:root {
	--m_color: #f8ae41;
	--ex_color: #ffffff;
	--btn: #173f69;
}
.slick-track{
	margin-left: initial !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0;
	margin: 0;
}
.color_d li{
    float: left;
    list-style: none;
    margin-right: 20px; 
    display: block;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
}

.color_d input{
    background-color: initial;
    cursor: default;
    -webkit-appearance: radio;
    box-sizing: border-box;
        margin: 9px 0.27ex;
    padding: initial;
    border: initial;
}

.clear {
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
}
/*BREADCRUM*/
ul.breadcrum{
	padding-left: 0;
	margin-top: 120px;
}
ul.breadcrum li:first-child{
	padding-left: 0px;
}
ul.breadcrum li{
	position: relative;
	float: left;
	list-style: none;
	padding-left: 35px;
	

}
ul.breadcrum li:first-child:after{
	display: none;
}
ul.breadcrum li:after{
    position: absolute;
    left: 10px;
    content: "MREV";
    color: var(--m_color);
    font-size: 8px;
    top: 9px;
}
ul.breadcrum li a{
	font-size: 16px;
	color: var(--ex_color);
}
/*BREADCRUM*/
#mprevloading_hype_container {
	margin: auto;
	position: fixed !important;
	top: 0;
	left: 0;
	z-index: 99999999;
	width: 100% !important;
	height: 100vh !important;
	overflow: hidden;
	background-color: white;
	transition: all 0.3 ease;
	opacity: 1;
}
.HYPE_scene{
	width: 100% !important;
}
.HYPE_element_container:first-child .HYPE_element{
	width: 30% !important;
}
.color_m {
	background: var(--m_color);
	color: var(--ex_color);
}

a {
	text-decoration: none;
}

body {
	font-family: 'Open Sans Condensed', sans-serif !important;
	font-size: 14px;
	font-weight: 400;
	font-style: normal;
}

/*LOADING*/

.view-more-button {
	padding: 10px 20px;
	background-color: transparent;
	border: 1px solid var(--m_color);
	color: var(--ex_color);
	cursor: pointer;
}
.view_all{
	display: inline-block;
	width: 100%;
	background-color: transparent;
	border: 1px solid var(--m_color);
	color: var(--ex_color);
	padding: 10px 0px;
	margin: 10px;
	
	transform: all 0.3s ease;
}
.view_all:hover{
	background-color: var(--m_color);
	color: var(--ex_color);
	
}
a.view_all{
	text-decoration: none;
}
/*MENU*/

/*TITLE*/
.title_m h2 {
	font-size: 45px;
	color: var(--ex_color);
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	position: relative;
	display: inline-block;
	text-align: center;

}

.title_m h2:before {
	position: absolute;
	content: url(images/line_mprev_left.svg);
	left: -80px;
	;
	top: 10px;
	width: 80px;

}

.title_m h2:after {
	position: absolute;
	content: url(images/line_mprev_right.svg);
	right: -80px;
	;
	top: 10px;
	width: 80px;

}
/*TITLE*/
/* loader-ellips
------------------------- */

.loader-ellips {
	font-size: 20px;
	position: relative;
	width: 4em;
	height: 1em;
	margin: 10px auto;
}

.loader-ellips__dot {
	display: block;
	width: 1em;
	height: 1em;
	border-radius: 0.5em;
	background: #ffffff;
	position: absolute;
	animation-duration: 0.5s;
	animation-timing-function: ease;
	animation-iteration-count: infinite;
}

.loader-ellips__dot:nth-child(1),
.loader-ellips__dot:nth-child(2) {
	left: 0;
}

.loader-ellips__dot:nth-child(3) {
	left: 1.5em;
}

.loader-ellips__dot:nth-child(4) {
	left: 3em;
}

@keyframes reveal {
	from {
		transform: scale(0.001);
	}

	to {
		transform: scale(1);
	}
}

@keyframes slide {
	to {
		transform: translateX(1.5em)
	}
}

.loader-ellips__dot:nth-child(1) {
	animation-name: reveal;
}

.loader-ellips__dot:nth-child(2),
.loader-ellips__dot:nth-child(3) {
	animation-name: slide;
}

.loader-ellips__dot:nth-child(4) {
	animation-name: reveal;
	animation-direction: reverse;
}

/*LOADING*/
.cNone {
	display: none;

}

.cBlock {
	display: block;

}

/*MENU*/
.header_menu {
	transition: all 0.3s ease;
	width: 100% !important;
	z-index: 980;
}

.header_menu.uk-active {
	top: -35px !important;
	padding-bottom: 33px;
	background-color: #1B1B1B;
	border-bottom: 1px solid #333333;
}

.uk-sticky-placeholder {
	height: initial !important;
}

.uk-navbar-right .cart {
	padding-top: 60px;
	margin-right: 30px;
}

.uk-navbar-right .lang {
	font-size: 20px;
	padding-top: 60px;
	position: relative;
	z-index: 9999999;
}

.uk-navbar-right .lang a {
	color: var(--ex_color);
	text-decoration: none;
}
.uk-offcanvas-slide{
	overflow-y: auto;
}
.uk-navbar-right .cart a {
	color: var(--ex_color);
	font-size: 20px;
	padding-top: 15px;
	text-decoration: none;
}

.menu_list li a {
	text-decoration: none;
	font-size: 20px;
}
.menu_list li ul.uk-nav-sub{
	transition: all 0.3s ease;
	height: 0;
	opacity:0;
	visibility: hidden;
	margin:0;
	padding: 0;
}
.menu_list li.ok span{
	width: 100%;
    height: 30px;
    display: inline-block;
    position: absolute;
    z-index: 3;
}
    
.menu_list li.ok.active > ul.uk-nav-sub{
	opacity:1;
	visibility: initial;
	margin-top: 10px;
    padding: 5px 0 5px 15px;
	height: auto;
}
.menu_list li.ok:after{
	position: absolute;
	font-family: "Font Awesome 5 Pro";
	content: "\f0da";
	font-weight: 300;
	font-size: 20px;
	right: 0;
	top: 0;
}
.menu_list li.active:after{
	content: "\f0dd";
}
.menu_list li{
	position: relative;
	padding-left: 28px;
}
.menu_list li:before{
	position: absolute;
    left: 0;
    content: "MREV";
    color: var(--m_color);
    font-size: 8px;
    top: 9px;
}
/*MENU*/

/** Custom dropdown */
.custom-dropdown {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 10px;
	width: 100%;
	/* demo only */
}

.uk-search-default {
	width: 100%;
}

input,
.custom-dropdown select {
	background-color: #333333;
	border: 1px solid #333333 !important;
	color: #fff;
	font-size: inherit;
	padding: .5em;
	padding-right: 2.5em;
	border: 0;
	margin: 0;
	border-radius: 3px;
	text-indent: 0.01px;
	text-overflow: '';
	-webkit-appearance: button;
	/* hide default arrow in chrome OSX */
}
.uk-search-input{
	background-color: #333333 !important;
	color: white;
}
.custom-dropdown::before,
.custom-dropdown::after {
	content: "";
	position: absolute;
	pointer-events: none;
}

.custom-dropdown::after {
	/*  Custom dropdown arrow */
	content: "\25BC";
	height: 1em;
	font-size: .625em;
	line-height: 1;
	right: 10px;
	top: 50%;
	margin-top: -.5em;
}

.custom-dropdown::before {
	/*  Custom dropdown arrow cover */
	width: 2em;
	right: 0px;
	top: 0;
	bottom: 0;
	border-radius: 0 3px 3px 0;
}

.custom-dropdown select[disabled] {
	color: rgba(0, 0, 0, .3);
}

.custom-dropdown select[disabled]::after {
	color: rgba(0, 0, 0, .1);
}

.custom-dropdown::before {
	background-color: rgba(0, 0, 0, .15);
}

.custom-dropdown::after {
	color: var(--ex_color);
}

.wrapper {
	max-width: 1210px;
	padding: 0 20px;
	margin: 0 auto;
}

.mprev_content {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;

	background-color: #1B1B1B;

}
.box_banner {
	position: relative;
}
.box_banner .scroll{
	position: absolute;
	left: 50%;
	bottom: 30px;
	transform: translate(-50%,0%);
	text-align: center;
	cursor: pointer;
	
}
.box_banner .scroll p{
	font-size: 16px;
	color: var(--ex_color);
	font-weight: bold;

}
.box_banner .scroll img{
	width: 35px;
	-webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
	
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}


.mprev_content .banner img {
	height: auto;
	width: 100%;
}

.uk-navbar-center .logo {
	margin-top: 60px;
	width: 110px;
}

.uk-navbar-left a.menu_icon {
	color: var(--m_color);
	margin-top: 60px;
}

.uk-navbar-left a.menu_icon svg {
	width: 30px;
}

.uk-navbar-right a.search svg {
	width: 25px;
}

.uk-navbar-right a.search {
	color: var(--m_color);
	margin-top: 35px;
}

/*PRODUCT*/

.page-load-status {
	display: none;
	/* hidden by default */
	padding-top: 20px;

	color: #777;
}

.box_product .content {
	position: relative;

}

.box_product .content .loading_product {
	background-color: #1B1B1B;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 3;
	display: none;
	color: white;
}

.box_search .col {
	width: 80%;
	margin: 0 auto;
	
}
.box_search .col .uk-search{
	margin: 10px;
}
.box_search .col select {
	width: 100%;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 16px;
}

.box_search .title h2 {
	font-size: 24px;
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
	color: var(--ex_color);
}

.box_product .content .item {
	transition: all 0.5s ease;
}

.box_product .title h2 {
	font-size: 45px;
	color: var(--ex_color);
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	position: relative;
	display: inline-block;
	text-align: center;

}

.box_product .title h2:before {
	position: absolute;
	content: url(images/line_mprev_left.svg);
	left: -80px;
	;
	top: 10px;
	width: 80px;

}

.box_product .title h2:after {
	position: absolute;
	content: url(images/line_mprev_right.svg);
	right: -80px;
	;
	top: 10px;
	width: 80px;

}

.box_product .title img {
	width: 80px;
}
.product {
	padding: 50px 0;

}


.product .content {
	margin-top: 30px;
}

.product_box .i_title a {
	margin-top: 10px;
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 20px;
	line-height: 24px;
	color: var(--ex_color);
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	max-height: 24px;
}

.product_box .i_price {
	color: var(--m_color);
	margin-top: 5px;
	font-size: 16px;
}

.product_box .img {
	position: relative;
}

.product_box .img a.a_img {
	padding-top: 66.67%;
	display: block;
	overflow: hidden;
	position: relative;
}

.product_box .img a.a_img img {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	transition: all 3s ease;
}

.product_box .i_tools {

	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.3s ease;
}

.product_box .i_tools ul {
	padding: 0;
}

.product_box .i_tools ul li {
	float: left;
	list-style: none;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid var(--ex_color);
	margin-left: 5px;
	margin-right: 5px;
	background-color: rgba(248, 174, 65, 0.5);
	transition: all 0.3s ease;
}

.product_box .i_tools ul li:hover {
	background-color: rgba(248, 174, 65, 1);
}

.product_box .i_tools ul li a {
	color: var(--ex_color);
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 50%;

}

.product_box .i_tools ul li a i {
	font-size: 18px;
	padding-top: 9px;
}

.product_box:hover .i_tools {
	opacity: 1;
}

.product_box:hover .img a.a_img img {
	transform: scale(1.1);
}

.product_mod .uk-position-small {
	margin: 15px 0px !important;
}

.product_mod .uk-padding-small {
	margin-top: 0px;
	padding: 0 15px;
}

.product_modal_param h3 {
	font-size: 40px;
	text-transform: uppercase;

}

.product_modal_param .price {
	font-size: 24px;
	color: var(--m_color);
	margin-top: -10px;
}

.product_modal_param .param {
	margin-top: 22px;
}

.product_modal_param .param h6 {
	font-size: 18px;

}

.product_modal_param .param > ul > li {
	list-style: none;
	position: relative;
	padding-left: 80px;
}
.product_modal_param .param ul li b{
	position: absolute;
	left: 0px;
	text-transform: uppercase;
}
/*PRODUCT*/

/*PARALLAX*/
.parallax_mprev h4 {
	font-size: 50px;
	font-weight: 700;
}

/*PARALLAX*/
/*FOOTER*/
.footer .info_footer {
	padding-top: 90px;
	padding-bottom: 30px;
	color: var(--ex_color);
}

.footer .title_f {
	font-size: 50px;
	font-weight: 700;
	color: var(--ex_color);
	text-align: left;

}

.footer .title_f span {
	color: var(--m_color);
}

.footer .info_store {
	padding-top: 30px;
}

.footer .info_store h5 {
	font-size: 23px;
	font-weight: 700;
}

.footer .info_store ul {
	padding: 0;
	margin: 0;
}

.footer .info_store ul li {
	list-style: none;
	font-size: 16px;
}

.box_copyright {
	padding: 50px 0px;
	background-color: black;
	color: var(--ex_color);
}

.footer .info_store ul li a {
	color: var(--ex_color);
}

.footer .copyright {
	padding-top: 10px;
}

.footer ul.social {
	padding-top: 10px;
	float: right;
}

.footer ul.social li {
	list-style: none;
	margin-left: 10px;
	margin-right: 10px;
	float: left;
}

.footer ul.social li a {
	color: var(--ex_color);
	font-size: 20px;
}

/*FOOTER*/
