@charset "UTF-8";

body {
	font-family: 'OpenSans', sans-serif;
}

a {
	text-decoration: none;
	font-weight: 600;
	outline: 0;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: 0;
}

img {
	width: auto;
	display: block;
	margin: 0px auto;
	max-width: 100%;
}

.text-bold {
	font-weight: 700;
}

.text-line-through {
	text-decoration: line-through;
}

.text-underline {
	text-decoration: underline;
}

.text-uppercase {
	text-transform: uppercase;
}

.text-capitalize {
	text-transform: capitalize;
}

.text-italic {
	font-style: italic;
}

p {
	margin-bottom: 0;
	font-weight: 400;
	color: #000;
	letter-spacing: 0;
	font-size: 15px;
	line-height: 26px;
}

.p-lg {
	font-size: 18px;
	line-height: 30px;
}

.p-xs {
	font-size: 13px;
	line-height: 24px;
}

.font-weight-light {
	font-weight: 300 !important;
}

.font-weight-normal {
	font-weight: 400 !important;
}

.font-weight-sbold {
	font-weight: 600 !important;
}

.font-weight-bold {
	font-weight: 700 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	margin-bottom: 10px;
	margin-top: 0;
	font-weight: 300;
	color: #000;
}

.h1,
h1 {
	font-size: 55px;
	line-height: 60px;
}

.h2,
h2 {
	font-size: 40px;
	line-height: 45px;
}

.h3,
h3 {
	font-size: 30px;
	line-height: 35px;
}

.h4,
h4 {
	font-size: 25px;
	line-height: 30px;
}

.h5,
h5 {
	font-size: 18px;
	line-height: 25px;
	font-weight: 400
}

.text-white {
	color: #fff !important;
}

.text-primary {
	color: #f0d004 !important;
}

a.text-primary:hover,
a.text-primary:focus {
	color: #dab603 !important;
}

.text-secondary {
	color: #6c757d !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
	color: #494f54 !important;
}

.text-success {
	color: #28a745 !important;
}

a.text-success:hover,
a.text-success:focus {
	color: #19692c !important;
}

.text-info {
	color: #17a2b8 !important;
}

a.text-info:hover,
a.text-info:focus {
	color: #0f6674 !important;
}

.text-warning {
	color: #ffc107 !important;
}

a.text-warning:hover,
a.text-warning:focus {
	color: #ba8b00 !important;
}

.text-danger {
	color: #dc3545 !important;
}

a.text-danger:hover,
a.text-danger:focus {
	color: #a71d2a !important;
}

.text-light {
	color: #f8f9fa !important;
}

a.text-light:hover,
a.text-light:focus {
	color: #cbd3da !important;
}

.text-dark {
	color: #343a40 !important;
}

a.text-dark:hover,
a.text-dark:focus {
	color: #121416 !important;
}

.text-body {
	color: #000000 !important;
}

.text-muted {
	color: #cccccc !important;
}

.bg-primary {
	background-color: #fd0 !important
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
	background-color: #dab603 !important
}

.bg-secondary {
	background-color: #000 !important
}

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
	background-color: #121416 !important
}

.bg-success {
	background-color: #28a745 !important
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
	background-color: #1e7e34 !important
}

.bg-warning {
	background-color: #ffc107 !important
}

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
	background-color: #d39e00 !important
}

.bg-danger {
	background-color: #dc3545 !important
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
	background-color: #bd2130 !important
}

.bg-light {
	background-color: #f6f6f6 !important
}

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
	background-color: #dae0e5 !important
}

.bg-dark {
	background-color: #303030 !important
}

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
	background-color: #1e1e1e !important
}

.bg-white {
	background-color: #fff !important
}

.btn {
	cursor: pointer;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: .2em;
	border-radius: 40px;
	font-size: 13px;
	padding: 8px 30px;
}

.btn-lg {
	font-size: 14px;
	padding: 16px 40px;
	border-radius: 40px;
}

.btn-sm {
	font-size: 12px;
	padding: 5px 25px;
	border-radius: 45px;
}

.btn-primary {
	color: #000;
	background-color: #fd0;
	border-color: #fd0;
}

.btn-primary:hover {
	color: #000;
	background-color: #ffd200;
	border-color: #ffd200;
}

.btn-primary.focus,
.btn-primary:focus {
	box-shadow: none !important;
}

.btn-primary.disabled,
.btn-primary:disabled {
	color: #f8f9fa;
	background-color: #7e7e7ea1;
	border-color: #49505700;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
	color: #000;
	background-color: #fd0;
	border-color: #fd0;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
	box-shadow: none !important;
}

.btn-secondary {
	color: #fff;
	background-color: #000;
	border-color: #000;
}

.btn-secondary:hover {
	color: #fff;
	background-color: #303030;
	border-color: #303030;
}

.btn-secondary.focus,
.btn-secondary:focus {
	box-shadow: none !important;
}

.btn-secondary.disabled,
.btn-secondary:disabled {
	color: #fff;
	background-color: #303030;
	border-color: #303030;
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
	color: #fff;
	background-color: #303030;
	border-color: #303030;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
	box-shadow: none !important;
}

.btn-outline-primary {
	color: #fd0;
	border-color: #fd0;
}

.btn-outline-primary:hover {
	color: #fff;
	background-color: #fd0;
	border-color: #fd0;
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
	box-shadow: none !important;
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
	color: #fd0;
	background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
	color: #000;
	background-color: #fd0;
	border-color: #fd0;
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
	box-shadow: none !important;
}

.btn-outline-secondary {
	color: #000;
	border-color: #000;
}

.btn-outline-secondary:hover {
	color: #fff;
	background-color: #000;
	border-color: #000;
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
	box-shadow: none !important;
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
	color: #000;
	background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
	color: #fff;
	background-color: #000;
	border-color: #000;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
	box-shadow: none !important;
}

.card {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: none !important;
	border-radius: 0px;
}

.card-img-top {
	width: 100%;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

.form-control {
	display: block;
	width: 100%;
	height: 55px;
	padding: 7px;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border-top: none !important;
	border-bottom: 1px solid #cccccc;
	border-right: none !important;
	border-left: none !important;
	border-radius: 0px;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:focus {
	color: #000000;
	background-color: #fff;
	border-bottom-color: #ffdd00;
	outline: 0;
	box-shadow: none !important;
}

select.form-control:focus {
	color: #000000;
	background-color: #fff;
	border-top: 1px solid #ffdd00;
	outline: 0;
	box-shadow: none !important;
}

.checkbox,
.radio {
	display: none;
}

.checkbox-custom,
.radio-custom,
.label {
	display: inline-block;
	vertical-align: middle !important;
	cursor: pointer;
}

.checkbox-custom,
.radio-custom {
	width: 20px;
	height: 20px;
	border: 2px solid rgba(0, 0, 0, .2);
	border-radius: 2px;
	position: relative;
	opacity: 1 !important;
}

.checkbox-custom i {
	opacity: 0 !important;
}

.material-icons {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	line-height: 1;
	letter-spacing: normal;
	text-transform: none;
	display: inline-block;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	font-feature-settings: 'liga';
	-webkit-font-feature-settings: 'liga';
	-webkit-font-smoothing: antialiased;
}

.checkbox:checked+.checkbox-custom {
	background: #ffdd00;
	border-color: #ffdd00;
}

.checkbox-custom,
.radio-custom,
.label {
	display: inline-block;
	vertical-align: middle !important;
	cursor: pointer;
}

.checkbox-custom,
.radio-custom {
	width: 20px;
	height: 20px;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 2px;
	position: relative;
	opacity: 1 !important;
}

.checkbox:checked+.checkbox-custom i {
	content: "";
	display: block;
	position: absolute;
	opacity: 1 !important;
	top: 1px;
	right: 0;
	bottom: 0;
	left: 1px;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	line-height: normal;
}

.radio:checked+.radio-custom {
	border-color: #ffdd00;
}

.radio-custom,
.radio:checked+.radio-custom::before {
	border-radius: 50%;
}

.radio-custom,
.radio:checked+.radio-custom::before {
	border-radius: 50%;
}

.radio:checked+.radio-custom::before {
	content: " ";
	display: block;
	position: absolute;
	top: 3px;
	right: 3px;
	bottom: 3px;
	left: 3px;
	background: #ffdd00;
	border-radius: 5px;
}

.modal-header {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-align: start;
	-webkit-box-align: start;
	align-items: flex-start;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	justify-content: space-between;
	padding: 1rem 1rem;
	border: none !important;
}

.modal-header .close {
	float: right;
	font-size: 35px;
	font-weight: 300;
	line-height: 1;
	color: #000;
	text-shadow: none;
	opacity: 1;
}

.modal-content {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: none !important;
	border-radius: 0px;
	outline: 0;
}

.modal-content button.close {
	z-index: 3;
	;
	font-size: 35px;
	font-weight: 300;
	line-height: 1;
	color: #000;
	text-shadow: none;
	opacity: 1;
	position: absolute;
	right: 20px;
	top: 10px;
}

.modal-footer {
	display: block;
	-webkit-box-pack: normal;
	-ms-flex-pack: normal;
	justify-content: normal;
	padding: 3rem;
	padding-top: 30px;
	border: none !important;
}

.modal.left .modal-dialog,
.modal.right .modal-dialog {
	position: fixed;
	margin: auto;
	width: 480px;
	max-width: none;
	height: 100%;
	-webkit-transform: translate3d(0%, 0, 0);
	-ms-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
	height: 100%;
	overflow-y: auto;
	padding: 0px 50px;
}

.modal.left .modal-body,
.modal.right .modal-body {
	padding: 0px 0px 80px;
}

.modal.left.fade .modal-dialog {
	left: -320px;
	-webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
	-o-transition: opacity 0.3s linear, left 0.3s ease-out;
	transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.show .modal-dialog {
	left: 0;
}

.modal.right.fade .modal-dialog {
	right: -320px;
	-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
	-o-transition: opacity 0.3s linear, right 0.3s ease-out;
	transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.show .modal-dialog {
	right: 0;
}

.modal-content {
	border-radius: 0;
	border: none;
}

.modal-header {
	border-bottom-color: #EEEEEE;
	background-color: #FAFAFA;
}

.modal.right .modal-header .close {
	position: absolute;
	right: 20px;
	top: 20px;
}

.modal.left .modal-content,
.modal.right .modal-content .modal-header {
	background: none;
	padding: 100px 0px 0px;
	padding-bottom: 40px;
}

header {
	height: 105px;
}

.header-inner {
	top: 0px;
	position: fixed;
	width: 100%;
	height: 105px;
	background: #fff;
	transition: 1s all;
	z-index: 9;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 8px 27px 0 15px;
	align-items: flex-end;
}

.site-logo {
	margin-right: auto;
	margin-bottom: 15px;
}

.site-logo a img {
	height: 66px;
}

.udenio-logo {
	margin-left: auto;
	margin-bottom: 15px;
}

.udenio-logo a img {
	width: 74px;
}

.menu-navbar {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-end;
	max-width: 1200px;
	width: 100%;
	height: 100%;
	position: relative;
}

.menu-navbar nav > ul {
	list-style: none;
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin: 0;
}

.menu-navbar nav > ul > li {
	line-height: 15px;
	padding: 15px;
	cursor: pointer;
}

.menu-navbar nav > ul > li > a {
	color: #000;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 0.05em;
}

.menu-icons {
	padding-bottom: 15px;
}

.menu-icons ul {
	list-style: none;
	margin: 0;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.menu-icons ul li {
	cursor: pointer;
	margin-right: 15px;
}

.menu-icons ul li a img {
	width: 27px;
	height: 27px;
}

span.cart_qty_bubble {
	position: absolute;
	z-index: 2;
	width: 17px;
	height: 17px;
	background-color: #F00;
	margin-left: 23px;
	border-radius: 10px;
	font-size: 10px;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
}

body.block_overflow {
	overflow: hidden;
}

body.block_overflow jdiv {
	display: none;
}

.menu-mini-dropdown {
	position: absolute;
	width: 180px;
	right: 65px;
	top: 100px;
	display: flex;
	font-size: 13px;
	flex-direction: column;
	padding: 15px 20px;
	background: #ffffff;
	box-shadow: 0px 0px 19px 1px #dddddd;
}

.menu-mini-dropdown:before {
	background-color: #ffffff;
	top: -9px;
	content: '';
	display: block;
	height: 20px;
	right: 11px;
	position: absolute;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 20px;
	z-index: 1;
	box-shadow: 0px 0px 19px -3px #dddddd;
}

.menu-mini-dropdown a {
	font-weight: 300;
	color: #000;
}

.menu-mini-dropdown a:first-child {
	padding-bottom: 10px;
	border-bottom: 1px solid #dddddd;
}

.menu-mini-dropdown a:last-child {
	margin-top: 10px;
}

.search_wrapper {
	width: 100%;
	min-height: 100px;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 999;
	flex-direction: column;
	padding: 50px 0;
	-webkit-transform: translate(0, -100%);
	-ms-transform: translate(0, -100%);
	transform: translate(0, -100%);
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
	visibility: hidden;
	transition: all 0.2s linear;
}

.search_wrapper.show {
	visibility: visible;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.search_box {
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 15px;
}

.search_box form {
	display: flex;
}

.search_box select {
	width: 120px;
	margin-right: 15px;
}

.search_box input {
	width: 350px;
	padding: 10px 20px;
	font-size: 16px;
}

.search_box .close_icon {
	display: block;
	width: 27px;
	margin: 0 10px;
	cursor: pointer;
}

.search_box .close_icon:after,
.search_box .close_icon:before {
	background-color: #555;
	content: '';
	display: block;
	height: 4px;
}

.search_box .close_icon:before {
	margin-bottom: 16px;
	box-shadow: 0 0 0 #fff;
	transform: translateY(10px) rotate(45deg);
}

.search_box .close_icon:after {
	transform: translateY(-10px) rotate(-45deg);
}

#search_term {
	display: none;
	width: 80px;
}

.search-filter-btn {
	padding: 8px 10px;
	margin-right: 10px;
}

.search-filter-btn svg {
	fill: #000;
	width: 19px;
}

.search_result_box {
	max-width: 800px;
	background: #fff;
	display: none;
}

.search_result_box h4 {
	padding: 10px 20px;
	font-weight: 600;
	font-size: 1.3rem;
}

.search_more_results {
	text-align: center;
	padding: 20px 0 0;
	margin-bottom: -20px;
}

.result_item {
	padding: 10px 20px;
	width: 100%;
}

.result_item a {
	display: flex;
	flex-direction: row;
	align-items: center;
	border-bottom: 1px solid #d3d2d2;
	padding: 5px 0;
}

.result_item a img {
	width: 70px;
	margin: 0;
}

.result_text {
	margin-left: 20px;
}

.result_text p {
	font-size: 1.1rem;
	font-weight: 600;
}

.result_text span {
	color: #999;
	font-weight: 400;
	font-size: 0.7rem;
	display: block;
}

header .menu-dropdown {
	display: none;
	width: 100%;
	padding: 20px;
	position: fixed;
	left: 0px;
	top: 104px;
	background: #f6f6f6;
	transition: 1s top;
}

.search_backdrop {
	width: 100%;
	height: 100%;
	position: fixed;
	background: rgb(0 0 0 / 60%);
	top: 0;
	bottom: 0;
	z-index: 10;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease-in-out;
	overflow-y: auto;
}

.search_backdrop.show {
	opacity: 1;
	visibility: visible;
}

.menu-dropdown-inner {
	display: flex;
	justify-content: space-between;
	max-width: 1200px;
	margin: 0px auto;
}

.menu-dropdown .nav-section {
	display: flex;
	flex-direction: column;
	padding-top: 40px;
}

.nav-section img.nav-image {
	margin-bottom: 20px;
	max-height: 74px;
}

.nav-section .nav-title {
	margin-bottom: 15px;
	display: block;
	font-size: 14px;
	letter-spacing: 0.1em;
}

.nav-section ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav-section a {
	color: #212529;
	display: block;
	font-weight: normal;
}

.nav-section .nav-subtitle {
	font-size: 13px;
	margin-bottom: 5px;
	display: block;
	padding-top: 7px;
}

.nav_toggle_menu {
	display: none;
	position: relative;
}

.nav_toggle_menu input {
	display: block;
	width: 40px;
	height: 32px;
	position: absolute;
	top: -7px;
	left: -5px;
	cursor: pointer;
	opacity: 0;
	z-index: 2;
	-webkit-touch-callout: none;
}

.nav_toggle_menu span {
	display: block;
	width: 33px;
	height: 4px;
	margin-bottom: 5px;
	position: relative;
	background: #000;
	border-radius: 3px;
	z-index: 1;
	transform-origin: 0px;
	transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.55s ease;
}

.nav_toggle_menu span:first-child {
	transform-origin: 0% 0%;
}

.nav_toggle_menu span:last-child {
	margin-bottom: 0;
	transform-origin: 0% 100%;
}

.nav_toggle_menu input:checked~span {
	opacity: 1;
	transform: rotate(45deg) translate(-3px, 0);
	background: #232323;
}

.nav_toggle_menu input:checked~span:nth-last-child(2) {
	opacity: 0;
	transform: rotate(0deg) scale(0.2, 0.2);
}

.nav_toggle_menu input:checked~span:nth-last-child(1) {
	transform: rotate(-45deg) translate(-3px, 0);
}

.mobile_menu_sideover {
	width: 80%;
	position: absolute;
	background: #fff;
	height: calc(100vh - 104px);
	top: 104px;
	left: 100%;
	z-index: 1;
	transition: left 0.6s cubic-bezier(1, 0, 0.5, 1);
}

.mobile_menu_sideover.show {
	left: 20%;
}

.sideover_wrapper {
	overflow: hidden;
	height: 100%;
}

.sideover_wrapper:before {
	content: '';
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	display: block;
	position: absolute;
	left: 100%;
	top: 0;
}

.sideover_wrapper nav {
	position: relative;
	width: 100%;
	transition: left 0.6s cubic-bezier(1, 0, 0.5, 1);
	left: 0;
	padding: 20px 0;
}

.sideover_wrapper nav.hide {
	left: -100%;
}

.sideover_wrapper nav ul {
	list-style: none;
	display: flex;
	flex-direction: column;
	margin: 0;
	padding: 0;
}

.sideover_wrapper nav ul li {
	padding: 10px 30px;
	border-bottom: 1px solid #d3d3d3;
	margin: 0;
	background: #fff;
}

.sideover_wrapper nav ul li>a {
	color: #000;
	font-weight: 600;
	font-size: 1.2rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

span.nav_arrow {
	box-sizing: border-box;
	position: relative;
	display: block;
	width: 22px;
	height: 27px;
	border: 2px solid transparent;
	border-radius: 100px;
}

span.nav_arrow:after {
	content: "";
	display: block;
	box-sizing: border-box;
	position: absolute;
	width: 15px;
	height: 15px;
	border-bottom: 3px solid;
	border-right: 3px solid;
	transform: rotate(-45deg);
	right: 6px;
	color: #fd0;
	top: 4px;
}

span.nav_arrow.back {
	height: 24px;
}

span.nav_arrow.back:after {
	transform: rotate(135deg);
	width: 13px;
	height: 13px;
}

.sideover_menu_toggle {
	width: 100%;
	position: absolute;
	background: #fff;
	height: 100vh;
	top: 0;
	left: 100%;
	z-index: 2;
	padding: 20px 0;
	transition: left 0.6s cubic-bezier(1, 0, 0.5, 1);
}

.sideover_menu_toggle.hidden {
	left: 0;
}

.sideover_menu_toggle.active {
	left: 100%;
}

.sideover_menu_toggle .sideover_menu_toggle:not(.active) {
	left: 200%;
}

.subnav_items {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}

.subnav_items a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
}

.subnav_items a img {
	width: 120px;
}

.subnav_items a p {
	font-size: 1rem;
	font-weight: 600;
	margin-top: 7px;
}

.sideover_nav_back {
	margin-top: 30px;
	margin-left: 30px;
}

.sideover_nav_back a {
	background: #fd0;
	display: inline-block;
	padding: 5px 20px;
	color: #000;
	font-weight: 600;
	font-size: 1rem;
	border-radius: 100px;
}

.subnav_links {
	margin-top: 80px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.subnav_links a {
	display: flex;
	margin-bottom: 20px;
	color: #000;
	text-transform: uppercase;
}

.subnav_links a .nav_arrow {
	background: #fd0;
	width: 25px;
	height: 25px;
	margin-left: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.subnav_links a .nav_arrow:after {
	color: #000;
	width: 9px;
	height: 9px;
	border-bottom: 2px solid;
	border-right: 2px solid;
	position: absolute;
	right: 7px;
	top: 6px;
}

.sideover_social {
	display: flex;
	justify-content: center;
	align-items: center;
	bottom: 0;
	position: absolute;
	width: 100%;
	margin-bottom: 40px;
	z-index: 9999;
}

.sideover_social a img {
	margin: 8px;
	width: 32px;
	height: 32px;
}

.contenedor-footer .footer {
	height: 193px;
	background-color: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	width: 100%;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
}

.contenedor-footer .whatsapp {
	background-color: #FFFFFF;
	padding-top: 30px;
	padding-bottom: 30px;
}

.contenedor-footer .whatsapp_container {
	display: flex;
	justify-content: center;
}

.contenedor-footer .whatsapp_item1 {
	width: 250px;
	margin-right: 60px;
}

.contenedor-footer .whatsapp_item2 {
	width: 250px;
}

.contenedor-footer .copyright {
	color: #ffffff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	top: 62px;
	width: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 12px;

}

.contenedor-footer .terminos a {
	color: #ffffff;
	display: inline-block;
	font-size: 12px;
	font-weight: 300;
}

.contenedor-footer .logo_nikon {
	display: block;
	padding-left: 50px;
}

.contenedor-footer .terminos {
	color: #555555;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	top: 97px;
	width: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-weight: 300;
	margin-top: 15px;
	text-align: center;
}

.contenedor-footer .logo_udenio {
	display: block;
	padding-right: 50px;
}

.contenedor-footer .logo_nikon img {
	width: 78px;
	height: 66px;
	max-width: 78px;
	max-height: 66px;
}

.contenedor-footer .logo_udenio img {
	width: 120px;
	height: 50px;
	max-width: 120px;
	max-height: 50px;
	margin-top: 16px;
}

.contenedor-footer .linea1 .info-contacto {
	margin: 0 auto;
	padding: 0px 20px;
	margin-bottom: 50px;
}

.contenedor-footer .linea1 .info-contacto .titulo {
	font-size: 25px;
	color: #000;
}

.contenedor-footer .linea1 .info-contacto .titulo span {
	display: block;
	width: 140px;
	margin: 0px auto;
	font-weight: 300;
	line-height: 30px;
	margin-bottom: 13px;
}

.contenedor-footer .linea1 .info-contacto p {
	font-size: 13px;
	color: #000;
	line-height: 22px;
}

.contenedor-footer .linea1 .info-contacto .chat_f {
	margin-top: 21px;
}

.contenedor-footer .linea1 .info-contacto p a {
	color: #000;
	font-weight: inherit;
}

.contenedor-footer .linea1 {
	background-color: #f6f6f6;
	width: 100%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	padding: 50px 20px;
	margin: 0 auto;
	flex-wrap: wrap;
}

.contenedor-footer .cont-linea1 {
	background-color: #f6f6f6;
	width: 100%;
}

.contenedor-footer .cont-linea2 {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.contenedor-footer .linea2 .info-contacto {
	margin: 0 auto;
	padding: 0px 20px;
}

.contenedor-footer .linea2 {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	padding: 50px 20px;
	background-color: #fff;
	flex-wrap: wrap;
}

.contenedor-footer .linea2 li {
	list-style: none;
}

.contenedor-footer .linea2 a {
	color: #444444;
	font-size: 13px;
	font-weight: 400;
}

.contenedor-footer .linea2 span.titulo {
	color: #444444;
	font-size: 18px;
	padding-bottom: 10px;
	font-weight: 300;
}

.contenedor-footer .linea2 ul {
	margin-left: -40px;
	padding-top: 13px;
}

.contenedor-footer .redes-icon {
	background-color: #f6f6f6;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 33px;

}

.contenedor-footer .redes-icon img {
	margin: 8px;
	width: 32px;
	height: 32px;
}

.contenedor-footer .newsletter {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-top: 20px;
	padding-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #000;
}

.contenedor-footer .newsletter span.titulo {
	display: block;
	color: #fff;
	font-size: 30px;
	font-weight: 300;
	margin-bottom: 10px;
	margin-top: 10px;
}

.contenedor-footer .newsletter span.contenido {
	display: block;
	color: #fff;
	font-size: 13px;
	text-align: center;
	margin-bottom: 15px;
}

.contenedor-footer .form-newsletter {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.contenedor-footer .form-control {
	color: #fff;
	text-align: center;
}

.contenedor-footer input.btn.btn-primary {
	margin: 19px auto;
}

.contenedor-footer input.form-control.bg-secondary:focus {
	color: #fff;

}

.contenedor-footer input.form-control.bg-secondary {
	width: 300px;
}

.contenedor-footer span.barra {
	display: inline-block;
	line-height: 15px;
	margin: 0px 5px;
}

.contenedor-footer .cont-footer {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.tns-nav {
	text-align: center;
	margin-top: -50px;
	position: relative;
	margin-bottom: 50px;
}

.tns-nav>[aria-controls] {
	width: 10px;
	height: 10px;
	padding: 5px;
	margin: 8px;
	border-radius: 50%;
	background: #cccccc;
	border: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.tns-nav>[aria-controls].tns-nav-active,
.tns-nav>[aria-controls]:hover {
	background: #202020 !important;
	border: 5px solid #e0e2e3;
	padding: 3px;
}

.tns-slider a img {
	width: 100%
}

.tns-outer {
	position: relative;
}

[data-controls] {
	border: 0;
	padding: 0;
	font-size: 30px;
	position: absolute;
	top: 50%;
	margin-top: -18px;
	z-index: 1;
	background: transparent;
	text-indent: -9999px;
}

[data-controls="prev"] {
	left: 70px;
	z-index: 1;
	background-image: url(../images/sliders/izquierda.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 19px;
	height: 35px;
	background-size: cover;
}

[data-controls="next"] {
	right: 70px;
	z-index: 1;
	background-image: url(../images/sliders/derecha.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 19px;
	height: 35px;
	background-size: cover;
}

.tns-video-container {
	height: calc(100vw / (20/9));
}

.tns-video-container video {
	width: 100%;
}

.slick-dotted.slick-slider {
	margin: 0px;
}

.conten-max {
	width: 100%;
	max-width: 1200px;
	margin: 0px auto;
}

.zoom-image {
	transition: width 1s, height 1s, transform 1s;
	-moz-transition: width 1s, height 1s, -moz-transform 1s;
	-webkit-transition: width 1s, height 1s, -webkit-transform 1s;
	-o-transition: width 1s, height 1s, -o-transform 1s;
}

.zoom-image.active {
	transform: scale(1.15);
	-moz-transform: scale(1.15);
	-webkit-transform: scale(1.15);
	-o-transform: scale(1.15);
}

.conten-banner .banner {
	padding: 0px;
	position: relative;
}

.conten-banner .banner .content-informacion {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}

.conten-banner .banner .content-informacion .informacion {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: 413px;
	color: #fff;
	margin: 0px auto;
}

.conten-banner .banner .content-informacion .informacion .modelo {
	display: block;
	margin-bottom: 15px;
}

.conten-banner .banner .content-informacion .informacion .titulo {
	display: block;
	font-size: 40px;
	font-weight: 100;
	text-align: center;
	margin-bottom: 5px;
}

.boton-conten {
	flex: 1 50%;
}

.swal-button-container button {
	color: #000;
	background-color: #fd0;
	border-color: #fd0;
	cursor: pointer;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: .2em;
	border-radius: 40px;
	font-size: 13px;
	padding: 8px 30px;
}

.swal-button:not([disabled]):hover {
	background-color: #fd0;
}

.swal-button:focus {
	box-shadow: none;
}

.swal-footer {
	text-align: center;
	padding: 9px 15px 25px 15px;
}

.swal-title {
	color: #000000;
	font-weight: 300;
}

.swal-text {
	color: #000000;
	font-size: 14px;
	text-align: center;
}

.swal-icon--error {
	border-color: #ed1b24;
}

.swal-icon--error__line {
	background-color: #ed1b24 !important;
}

.popup_big_title {
	font-size: 40px;
	font-weight: 300;
	line-height: 45px;
}

.popup_box_content {
	font-size: 13px;
	padding-top: 40px;
}

.popup_box_content span {
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 25px;
}

.popup_box_content span.popup_inline_text {
	display: inline-block;
}

.popup_box_content span:nth-child(1) {
	margin-top: 0;
}

.popup_box_content p {
	font-size: 13px !important;
	line-height: inherit;
}

.popup_box_title {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: row;
	align-content: center;
	flex-wrap: wrap;
}

.popup_box_title h2 {
	font-size: 28px;
	font-weight: 300;
	margin: 0;
}

.popup_subtitle_icon {
	max-width: 50px;
	margin-right: 20px;
}

.popup_medium_text {
	font-size: 17px;
}

.popup_flags {
	display: inline-block;
	margin-left: 15px;
}

.popup_secondary_body {
	padding: 0 30px 60px !important;
	background-color: #ebebeb;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.nikon-modal .modal-content {
	border-radius: 10px;
}

.nikon-modal .modal-header {
	background: #fd0;
	justify-content: center;
}

.nikon-modal .modal-header .modal-title {
	font-weight: 600;
	font-size: 17px;
}

.nikon-modal .modal-body {
	padding: 50px 30px 30px;
}

.nikon-modal .modal-footer {
	padding: 30px;
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.nikon-modal .modal-footer .btn-sm {
	padding: 9px 25px;
}

.modal-content button.close:focus {
	border: none;
	box-shadow: none;
	outline: none;
}

@media (min-width: 991px) {
	.mobile_menu_sideover{
		display: none;
		opacity: 0;
	}
}

@media (max-width: 767px) {

	h1,
	.h1 {
		font-size: 42px;
		line-height: 50px;
	}

	h2,
	.h2 {
		font-size: 30px;
		line-height: 35px;
	}

	h3,
	.h3 {
		font-size: 25px;
		line-height: 30px;
	}

	h4,
	.h4 {
		font-size: 19px;
		line-height: 25px;
	}

	h5,
	.h5 {
		font-size: 17px;
		line-height: 22px;
	}

	.text-left-xs {
		text-align: left;
	}

	.text-right-xs {
		text-align: right;
	}

	.text-center-xs {
		text-align: center;
	}
}

@media (max-width: 991px) {
	
	.nav_toggle_menu {
		display: block;
	}

	.udenio-logo,
	.menu-navbar nav {
		display: none;
	}

	.header-inner {
		padding-bottom: 8px;
		align-items: center;
	}

	.menu-navbar {
		justify-content: flex-end;
		align-items: center;
	}

	.search_wrapper {
		padding: 50px 15px;
	}

	.search_box,
	.search_box input {
		width: 100%;
	}

	.search_box .close_icon {
		position: absolute;
		top: -45px;
		right: -10px;
		margin: 13px;
	}

	.tns-video-container video {
		height: 100vw;
		width: auto;
	}

	.tns-video-container {
		height: auto;
		width: 100%;
		overflow: hidden;
		display: flex;
		justify-content: center;
	}

	[data-controls="next"] {
		right: 20px;
	}

	[data-controls="prev"] {
		left: 20px;
	}

	.site-logo {
		margin-bottom: 0;
	}

	.menu-icons {
		padding-bottom: 0;
	}
}

@media all and (max-width: 991px) {

	.contenedor-footer .whatsapp_container {
		display: block;
	}

	.contenedor-footer .whatsapp_item1 {
		width: 250px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 30px;
	}

	.contenedor-footer .whatsapp_item2 {
		width: 250px;
		margin-left: auto;
		margin-right: auto;
	}

	.modal.left .modal-dialog,

	.contenedor-footer .linea1 {
		padding: 20px 10px;
	}

	.contenedor-footer .linea1 .info-contacto {
		width: 100%;
		text-align: left;
		margin-bottom: 20px;
	}

	.contenedor-footer .linea1 .info-contacto .titulo {
		font-size: 18px;
		cursor: pointer;
	}

	.contenedor-footer .linea1 .info-contacto p {
		display: none;
		font-weight: 300;
	}

	.contenedor-footer .linea1 .info-contacto:last-child .titulo {
		margin-bottom: 11px;
	}

	.contenedor-footer .linea1 .info-contacto .titulo span {
		width: auto;
		font-weight: 300;
	}

	.contenedor-footer .linea1 .drop-down-footer {
		background: url(../images/home/flecha-abajo.png) 96% 12px no-repeat;
	}

	.contenedor-footer .linea1 .drop-down-footer.down {
		background: url(../images/home/flecha-arriba.png) 96% 12px no-repeat;
	}

	.contenedor-footer .linea1 .info-contacto .titulo .chat_online {
		margin-bottom: 11px;
		display: block;
	}

	.contenedor-footer .linea1 .drop-down-footer span.btn {
		display: none;
	}

	.contenedor-footer .linea2 {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 20px 10px;
	}

	.contenedor-footer .linea2 .info-contacto {
		width: 100%;
		text-align: left;
		cursor: pointer;
		margin-bottom: 15px;
	}

	.contenedor-footer .linea2 ul {
		display: none;
	}

	.contenedor-footer .linea2 .drop-down-footer.down {
		background: url(../images/home/flecha-arriba.png) 96% 12px no-repeat;
	}

	.contenedor-footer .linea2 .drop-down-footer {
		background: url(../images/home/flecha-abajo.png) 96% 12px no-repeat;
	}

	.contenedor-footer span.barra {
		display: none;
	}

	.contenedor-footer .terminos a {
		display: block;
		margin-bottom: 6px;
	}

	.contenedor-footer .terminos {
		flex-direction: column;
		border-top: 1px solid #cccccc;
		margin-top: 0px;
		padding-top: 30px;
	}

	.contenedor-footer .copyright {
		margin-top: 15px;
	}

	.contenedor-footer .footer {
		padding-top: 140px;
		padding-bottom: 30px;
		height: auto;
	}

	.contenedor-footer .cont-footer {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	.contenedor-footer .logo_nikon {
		position: absolute;
		left: 30px;
		padding: 0px;
		top: 30px;
	}

	.contenedor-footer .logo_udenio {
		position: absolute;
		right: 30px;
		padding: 0px;
		top: 55px;
	}
}

@media all and (max-width: 600px) {

	.modal.left .modal-dialog,
	.modal.right .modal-dialog {
		width: 100%;
	}

	.contenedor-footer .newsletter span.titulo {
		font-size: 20px;
	}

	.contenedor-footer .newsletter span.contenido {
		font-size: 15px;
		margin-top: 15px;
	}

}

@media all and (max-width: 520px) {
	.conten-banner .banner .content-informacion .informacion .titulo {
		font-size: 30px;
	}

	.conten-banner .banner .content-informacion .informacion {
		max-width: 300px;
	}

	.conten-banner .banner~.boton-abajo {
		width: 60px;
		bottom: -35px;
		margin-left: -30px;
	}

	.conten-banner .banner .boton-abajo {
		width: 60px;
		bottom: -35px;
		margin-left: -30px;
	}

	.nikon-modal .modal-footer {
		flex-direction: column;
	}

	.nikon-modal .modal-footer .btn-sm:not(:last-child) {
		margin-bottom: 20px;
	}
}

@media all and (max-width: 400px) {
	.contenedor-footer .linea1 {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.contenedor-footer .linea1 .info-contacto {
		margin-bottom: 40px;
	}

	.contenedor-footer .linea2 .info-contacto {
		margin-bottom: 40px;
	}

	.contenedor-footer .linea2 {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}