@font-face {
	font-family: 'CeraPRO-Bold';
	src:
		url('/common/cera_pro/CeraPRO-Bold/font.woff2') format('woff2'),
		url('/common/cera_pro/CeraPRO-Bold/font.woff') format('woff');
	font-display: swap;
}

@font-face {
	font-family: 'CeraPro-Light';
	src:
		url('/common/cera_pro/CeraPro-Light/font.woff2') format('woff2'),
		url('/common/cera_pro/CeraPro-Light/font.woff') format('woff');
	font-display: swap;
}

@font-face {
	font-family: 'CeraPRO-Black';
	src:
		url('/common/cera_pro/CeraPRO-Black/font.woff2') format('woff2'),
		url('/common/cera_pro/CeraPRO-Black/font.woff') format('woff');
	font-display: swap;
}

@font-face {
	font-family: 'CeraPro-RegularItalic';
	src:
		url('/common/cera_pro/CeraPro-RegularItalic/font.woff2') format('woff2'),
		url('/common/cera_pro/CeraPro-RegularItalic/font.woff') format('woff');
	font-display: swap;
}

@font-face {
	font-family: 'CeraPro-Thin';
	src:
		url('/common/cera_pro/CeraPro-Thin/font.woff2') format('woff2'),
		url('/common/cera_pro/CeraPro-Thin/font.woff') format('woff');
	font-display: swap;
}

@font-face {
	font-family: 'CeraPro-Regular';
	src:
		url('/common/cera_pro/CeraPro-Regular/font.woff2') format('woff2'),
		url('/common/cera_pro/CeraPro-Regular/font.woff') format('woff');
	font-display: swap;
}

@font-face {
	font-family: 'CeraPro-Medium';
	src:
		url('/common/cera_pro/CeraPro-Medium/font.woff2') format('woff2'),
		url('/common/cera_pro/CeraPro-Medium/font.woff') format('woff');
	font-display: swap;
}

@font-face {
	font-family: 'Arimo';
	src:
		url('/common/cera_pro/Arimo-Regular.woff2') format('woff2'),
		url('/common/cera_pro/Arimo-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

* {
	font-family: 'CeraPro-Regular';
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
	-moz-box-sizing: border-box;
}

.dxFirefox input[type='text'].dxeEditArea_Metropolis,
.dxFirefox input[type='password'].dxeEditArea_Metropolis {
	margin-top: 0;
	margin-bottom: 0px !important;
}

::-moz-selection {
	color: #fff;
	background-color: #f05130;
}

::selection {
	color: #fff;
	background-color: #f05130;
}

header {
	position: sticky !important;
	top: 0;
	z-index: 10000;
}

body {
	margin: 0px;
	padding: 0px;
}

#bodycover {
	display: block;
	background-color: rgba(0, 0, 0, 0);
	position: fixed;
	width: 0%;
	height: 0%;
	z-index: 1;
	-webkit-transition: background-color 0.5s;
	-o-transition: background-color 0.5s;
	transition: background-color 0.5s;
}

#bodycover.show {
	background-color: rgba(0, 0, 0, 0.4);
	width: 100%;
	height: 100%;
	z-index: 2;
}

#bodycover.showpop {
	background-color: rgba(0, 0, 0, 0.4);
	width: 100%;
	height: 100%;
	z-index: 3;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul > li {
	margin: 0;
	padding: 0;
}

.backgimg {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	object-fit: cover;
}

.sitegrid1600 {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
}

.sitegrid1090 {
	width: 100%;
	max-width: 1090px;
	margin: 0 auto;
}

.upmenu_out {
	background-color: #f5f5f6;
}

.upmenu {
	/* height: 50px;  */
	height: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.upmenu-lang {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-left: 1px solid #e7e6e4;
	padding: 0 5px;
}

.upmenu-lang > a {
	color: #707070;
	font-size: 10px;
	text-decoration: none;
	padding: 0 5px;
}

.upmenu-lang > a.activelag {
	font-family: 'CeraPRO-Bold';
}

.upmenu-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-right: 1px solid #e7e6e4;
	border-left: 1px solid #e7e6e4;
	white-space: nowrap;
}

.upmenu-menu > a {
	color: #707070;
	font-size: 11px;
	text-decoration: none;
	padding: 0 20px;
	font-family: 'CeraPro-Medium';
}

.upmenu-tel {
	font-family: 'CeraPro-Medium';
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 10px;
	color: #adadad;
	padding: 0 15px;
	white-space: nowrap;
}

.upmenu-tel > span {
	font-size: 12px;
	font-family: 'CeraPro-Medium';
	padding: 0 0 3px 5px;
	color: #707070;
}

.upmenu-middle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	position: relative;
	max-width: 452px;
	margin-left: auto;
}

.cat-search {
	background-color: #e7e6e4;
	border: 1px solid #8f8e8a;
}

.cat-search:hover {
	background-color: #dadada;
}

.cat-search input[type='text'].dxeEditArea_Metropolis {
	background-color: #e7e6e4;
}

.cat-search:hover input[type='text'].dxeEditArea_Metropolis {
	background-color: #dadada;
}

.cat-search .dxeButtonEditButton_Metropolis {
	background-color: #e7e6e4 !important;
}

.cat-search:hover .dxeButtonEditButton_Metropolis,
.cat-search .dxeButtonEditButtonHover_Metropolis {
	background-color: #dadada !important;
}

.cat-search
	.dxeButtonEditButtonHover_Metropolis
	.dxEditors_edtDropDown_Metropolis {
	background-position: inherit !important;
}

.upmenu-search {
	background-color: #fff;
	-webkit-appearance: none;
	border: 0;
	text-align: left;
	font-size: 16px;
	padding: 0 40px 0 30px;
	width: 100%;
	font-weight: 500;
}

input[type='search']::-webkit-search-decoration,
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-results-button,
input[type='search']::-webkit-search-results-decoration {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

.upmenu-search-btn {
	position: absolute;
	height: 100%;
	width: 50px;
	display: block;
	top: 0;
	right: 0;
	background-repeat: no-repeat;
	background-image: url(/common/images/search.svg);
	background-position: center;
	background-size: 20px;
}

.upmenu-fav-icon {
	background-image: url(/common/images/favorite.svg);
	width: 27px;
	height: 24px;
}

.upmenu-basket-icon {
	background-image: url(/common/images/basket.svg);
	width: 33px;
	height: 33px;
}

.upmenu-basket-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
}

.upmenu-icon {
	margin: 0 5px 0 10px;
	background-size: cover;
	display: inline-block;
	background-repeat: repeat;
}

.upmenu-right,
.upmenu-right > div {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	white-space: nowrap;
	border-right: 1px solid #e7e6e4;
	padding: 0 5px;
	font-size: 11px;
	color: #787878;
	position: relative;
	font-family: 'CeraPRO-Bold';
}

.upmenu-right {
	border-right: 0;
}

.upmenu-profile-icon {
	background-image: url(/common/images/profile.svg);
	width: 23px;
	height: 24px;
	margin: 0 8px;
	cursor: pointer;
}

.mainmenu_out {
	background-color: #8f8e8a;
	padding: 10px;
	position: relative;
}
/* ID a59d95 & 8F8E8A */
.mainmenu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}

.mainmenu_menu_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	-webkit-box-orient: horizontal;
	margin-right: 6px;
	justify-content: center;
}

.mainmenu_menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-transform: uppercase;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 13px;
	color: #fff;
	z-index: 300;
}

.mainmenu_menu a {
	color: #fff;
	text-decoration: none;
	padding: 10px 0;
	display: block;
	width: 100%;
}

.mainmenu_logo_link {
	height: 40px;
}

.mainmenu_logo {
	width: auto;
	height: 40px;
}

.mainmenu_menu > li {
	padding: 0 0px 0 19px;
}

.mainmenu_submenu {
	background-color: blue;
	position: absolute;
	width: 981px;
	z-index: 3;
	top: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.mainmenu_submenu a {
	color: #a59d95;
}

.mainmenu_menu > li > .mainmenu_submenu {
	background-color: #fff;
	position: absolute;
	max-width: 1300px;
	z-index: 3;
	top: 100%;
	display: none;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	top: calc(100%);
	width: 100%;
}

.mainmenu_menu .mainmenu_submenu_xenodo {
	-ms-flex-flow: wrap;
	flex-flow: wrap;
}

.mainmenu_menu .mainmenu_submenu_xenodo > a {
	width: 25%;
	height: 222px;
}

.mainmenu_menu > li:hover > .mainmenu_submenu {
	padding: 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.mainmenu_menu > li:hover > .mainmenu_submenu .mainmenu_submenu_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin: 0 auto;
	max-width: 1600px;
}

.mainmenu_menu .mainmenu_submenu_image {
	height: 360px;
	width: 500px;
	padding: 0;
	position: relative;
}

.mainmenu_submenu_menu {
	width: calc(100% - 250px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
}

.mainmenu_submenu_menu > li {
	width: calc(33% - 25px);
	margin-right: 25px;
	margin-bottom: 10px;
}

.mainmenu_submenu_menu > li > a {
	font-family: 'CeraPRO-Black';
	display: block;
	text-align: center;
	padding: 0 0 5px;
}

.mainmenu_submenu_submenu > li > a {
	text-align: center;
	font-size: 12px;
	padding: 3px 0;
	text-transform: capitalize;
}

.mainmenu_submenu_image > span {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	color: #000;
	background-color: rgba(255, 255, 255, 0.55);
	padding: 30px 20px;
	font-size: 20px;
	font-family: 'CeraPro-Medium';
	max-width: 260px;
	width: 100%;
}

.mainmenu_menu > li > a {
	position: relative;
}

.mainmenu_menu .mainmenu_btn_or_x {
	background-color: rgba(140, 97, 46, 0.8);
	padding: 11px 15px;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.mainmenu_menu .mainmenu_btn_or {
	background-color: #f05130;
	padding: 11px 15px;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.mainmenu_menu > li:not(.no-submenu):hover > a::before {
	content: '';
	display: block;
	border: 10px solid transparent;
	position: absolute;
	border-bottom: 10px solid #fff;
	top: calc(100% - 6px);
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.mainmenu_menu > li:hover > .mainmenu_submenu::after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 15px;
	top: -15px;
	left: 0;
	background-color: rgba(255, 255, 255, 0);
}

.mainmenu_menu.company-info > li:hover > a::before {
	content: none;
}

/*.mainmenu_menu > li:hover > a.mainmenu_btn_or_x::before {display: none;}*/

.home_slider .slick-slide {
	/*height: auto!important;*/
	position: relative;
	max-height: 965px;
	height: 965px;
}

.home_slider .slick-slide img {
	max-width: 100%;
}

.home_slider .slick-dots {
	text-align: center;
}

.home_slider .slick-dots > li {
	display: inline-block;
	margin: 10px 5px;
}

.home_slider .slick-dots > li > button {
	padding: 0;
	font-size: 0;
	-webkit-appearance: none;
	border: 0;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: #d1d1d1;
}

.home_slider .slick-dots > li.slick-active > button {
	background-color: #000000;
}

.home_slider .home_slider_inside {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	background-color: rgba(255, 255, 255, 0.6);
	padding: 50px 70px;
	max-width: 1040px;
	height: 100%;
	max-height: 270px;
	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-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 50%;
}

.home_slider_inside_sub {
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 5px;
	margin-top: 5px;
	font-family: 'CeraPro-Medium';
	color: #444 !important;
}

.home_slider_inside_title {
	font-size: 68px;
	font-family: 'CeraPro-Light';
	color: #444 !important;
}

.home_sesson_banner_right_cta,
.home_franrance_disc_btn,
.home_slider_inside_cta {
	text-decoration: none;
	position: absolute;
	bottom: -35px;
	left: 50%;
	color: #fff;
	width: 100%;
	max-width: 260px;
	background-color: #52555a !important;
	padding: 25px 30px;
	font-size: 16px;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	white-space: nowrap;
}

.home_franrance_disc_btn {
	max-width: 340px;
	margin-top: 27px;
	position: relative;
	top: inherit;
	left: initial;
	display: inline-block;
	bottom: inherit;
	right: initial;
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0);
}

.home_fivetiles {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}

.home_fivetile {
	margin: 0 45px;
}

.home_fivetile > img {
	height: 65px;
	margin-bottom: 15px;
}

.home_fivetile > div {
	font-size: 13px;
}

.footer01_out {
	background-color: #d5d2ca;
	padding: 40px 0;
}

.footer01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
	width: 100%;
	max-width: 1300px;
}

.footer01 .foot_main_cat {
	width: 20%;
}

.footer01 .foot_sub_cat {
	width: 30%;
}

.footer01 ul > li > a {
	text-decoration: none;
	font-size: 13px;
	color: #787878;
	text-transform: uppercase;
}

.footer01 .foot_main_cat > li > a {
	font-family: 'CeraPRO-Bold';
	line-height: 37px;
	letter-spacing: 3px;
}

.footer01 .foot_sub_cat > li > a {
	line-height: 30px;
	font-family: 'CeraPro-Medium';
}

.footer02_out {
	background-color: #d5d2ca;
	margin: 15px 0 0;
}

.footer02 {
	max-width: 1300px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

.footer_space {
	width: 20px;
	background-color: #fff;
}

.footer_awards {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 20px 20px 20px 0;
}

.footer_bank img {
	height: 30px;
}

.footer_bank {
	padding: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
}

.footer_awar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 20px 0px 0px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer_awar img {
	height: 36px;
}

.footer_awar span {
	color: #787878;
	font-size: 11px;
	width: 100px;
	margin-left: 10px;
}

.footer03 {
	width: 100%;
	margin: 10px auto;
	max-width: 1300px;
	font-size: 11px;
	color: #787878;
}

.footer03 a {
	color: #787878;
	text-decoration: none;
}

.footer03 .footer_extend {
	color: red;
}

.home_main_title {
	text-align: center;
	text-transform: uppercase;
	padding: 50px 0 30px;
	font-size: 30px;
	font-family: 'CeraPro-Light';
	letter-spacing: 3px;
	color: #787878;
}

.home_sesson_out .home_main_title {
	color: #fff;
	line-height: 25px;
}

.home_sesson_banner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 820px;
}

.home_sesson_banner_left {
	width: 60%;
}

.home_sesson_banner_right {
	position: relative;
	width: 40%;
}

.home_sesson_banner_right_filter {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.6);
	z-index: 2;
}

.home_sesson_banner_right_box {
	z-index: 3;
	position: absolute;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
	width: 100%;
	padding: 0 20px;
}

.home_sesson_banner_right_title {
	font-size: 44px;
	color: #444 !important;
}

.home_sesson_banner_right_sub {
	font-size: 15px;
	font-family: 'CeraPro-Medium';
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #444 !important;
	margin: 10px 0 50px;
}

.commingsoon {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	background-color: rgba(255, 255, 255, 0.6);
}

.commingsoon > span {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	-ms-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
	z-index: 111;
	color: #000;
	font-size: 18px;
	font-weight: 900;
	letter-spacing: 10px;
	width: 100%;
	text-align: center;
}
/* .home_sesson_banner_right_cta { font-size: 14px; text-decoration: none; padding: 20px 70px; background-color: #444!important;}*/
.home_sesson_banner_right_backimg {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.home_main_box {
	position: relative;
}

.home_main_side_f_out {
	position: absolute;
	top: 0;
	left: 0;
}

.home_main_side_f {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 40px;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-transform: rotate(-90deg) translate(-100%, 0);
	-ms-transform: rotate(-90deg) translate(-100%, 0);
	transform: rotate(-90deg) translate(-100%, 0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
}

.home_main_side_c {
	width: 60px;
	display: block;
	height: 100%;
}

.home_main_side_t {
	font-size: 13px;
	padding-right: 20px;
	text-transform: uppercase;
	letter-spacing: 4px;
}

.home_sesson_out .home_main_side_t {
	color: #fff;
}

.home_main_side_t > span {
	font-family: 'CeraPRO-Black';
	text-transform: uppercase;
}

.home_main_side_l {
	background-color: #375e85;
	position: absolute;
	height: 65px;
	width: 40px;
	bottom: 0;
	right: 0;
}

.home_sesson_out {
	padding: 0px 0 105px;
	background-color: #7f7c81;
}

.home_sesson_product_out {
	background-color: #fff;
	padding: 20px 0;
}

.home_sesson_product_slider {
	margin: 30px 90px;
}

.slick-arrow {
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	font-size: 0;
	padding: 0;
	-webkit-appearance: none;
	border: 0;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0);
	background-position: center;
	background-size: auto;
	background-repeat: no-repeat;
}

.slick-initialized .slick-prev {
	left: -40px;
	background-image: url(/common/images/left.png);
}

.slick-initialized .slick-next {
	right: -40px;
	background-image: url(/common/images/right.png);
}

.home_sesson_product_slid_img {
	width: 260px;
	height: 230px;
	margin: 0 auto;
}

.home_sesson_product_slid {
	text-align: center;
	text-decoration: none;
}

.home_sesson_product_slid_title {
	font-size: 13px;
	color: #000;
	margin: 10px 0;
}

.home_sesson_product_slid_price {
	font-size: 20px;
	color: #282828;
}

.home_sesson_product_slid_price_disc {
	color: #a59d95;
	position: relative;
	padding: 0 10px 0;
	font-family: 'CeraPro-Light';
}

.home_sesson_product_slid_price_disc::after {
	position: absolute;
	content: '';
	top: 50%;
	left: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 100%;
	border-top: 1px solid #a59d95;
}

.home_sesson_product_slid_price_after {
	padding: 0 5px 0;
	font-family: 'CeraPro-Medium';
	font-weight: bold;
}

.home_shopcat_out {
	background-color: rgb(245, 245, 246);
	padding: 30px 0 50px;
}

.home_shopcat_out .home_main_title {
	color: #787878;
}

.home_shopcat {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.home_shopcat_tile {
	width: 50%;
	height: 520px;
	position: relative;
	margin-bottom: 15px;
}

.home_shopcat_tile.home_shopcat_tile30 {
	/*width: 34%;*/
	-ms-flex-preferred-size: 33%;
	flex-basis: 33%;
}

.home_shopcat_tile.home_shopcat_tile70 {
	/*width: 66%;*/
	-ms-flex-preferred-size: 63.69%;
	flex-basis: 63.69%;
}

.home_shopcat_tile.home_shopcat_tile30_m {
	/*margin-right: 15px; width: calc(34% - 15px);*/
	-ms-flex-preferred-size: 35%;
	flex-basis: 35%;
}

.home_shopcat_tile.home_shopcat_tile70_m {
	/*margin-right: 15px; width: calc(66% - 15px); */
	-ms-flex-preferred-size: 63.69%;
	flex-basis: 63.69%;
}

.home_shopcat_tile > span {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: rgba(255, 255, 255, 0.6);
	padding: 30px 60px;
	font-size: 22px;
	font-family: 'CeraPro-Medium';
	text-transform: uppercase;
	color: #282828;
}

.home_shopcat_tile.home_shopcat_tile33 {
	/*width: 33%;*/
	-ms-flex-preferred-size: 33.12%;
	flex-basis: 33.12%;
}

.home_shopcat_tile.home_shopcat_tile33_m {
	/*width: calc(33% - 14px); margin: 0 15px;*/
	-ms-flex-preferred-size: 33.12%;
	flex-basis: 33.12%;
}

.home_shopcat_out .home_main_side_t {
	color: #282828;
}

.home_shopcat_out .home_main_side_l {
	bottom: 10px;
}

.home_look_slider.slick-initialized .slick-slide.home_look_slid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 670px;
}

.home_look_slid_img {
	width: 60%;
}

.home_look_slid_right {
	width: 40%;
	background-color: #a59d95;
	position: relative;
}

.home_look_out {
	padding: 20px 0 60px;
}

.home_look_slid_r_box {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #fff;
}

.home_look_slid_r_box_t {
	font-size: 67px;
	white-space: nowrap;
	font-family: 'CeraPro-Light';
}

.home_look_slid_r_box_s {
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 5px 0 20px;
	font-family: 'CeraPro-Light';
}

.home_look_slid_r_box_c {
	display: inline-block;
	background-color: #fff;
	color: #000;
	padding: 20px 60px;
	font-size: 14px;
	letter-spacing: 1px;
}

.home_look_out .home_main_title {
	color: #787878;
}

.home_franrance_img {
	width: 90%;
	margin: 0 auto 25px;
	display: block;
}

.home_franrance_out {
	padding: 20px 0;
}

.home_franrance_disc {
	text-align: center;
}
/*.home_franrance_disc_btn { text-decoration: none; background-color: #8F8E8A; color: #fff; padding: 20px 60px; display: inline-block; font-size: 14px; }*/
.newssoc_main_out {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.newssoc_main_out > div {
	width: 50%;
	height: 560px;
	position: relative;
}

.newssoc_newsletter .newssoc_newsletter_filt {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(255, 255, 255, 0.6);
	z-index: 1;
}
/* rgba(37,58,89,0.6) */
.newssoc_social {
	background-color: #444;
	color: #fff;
}

.newssoc_box {
	z-index: 1;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	position: absolute;
	color: #444;
	text-align: center;
}

.newssoc_box_t {
	font-size: 67px;
	font-family: 'CeraPro-Light';
	white-space: nowrap;
}

.newssoc_social .newssoc_box_t,
.newssoc_social .newssoc_box_s {
	color: #fff;
}

.newssoc_box_s {
	font-size: 13px;
	margin: 15px 0 45px;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-family: 'CeraPro-Medium';
}

.newssoc_box_inp {
	-webkit-appearance: none;
	padding: 0;
	border: 0;
	border-bottom: 1px solid #fff;
	padding: 20px 15px;
	width: 340px;
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(rgba(68, 68, 68, 0.4)),
		to(rgba(68, 68, 68, 0))
	);
	background: -webkit-linear-gradient(
		left,
		rgba(68, 68, 68, 0.4),
		rgba(68, 68, 68, 0)
	);
	background: -o-linear-gradient(
		left,
		rgba(68, 68, 68, 0.4),
		rgba(68, 68, 68, 0)
	);
	background: linear-gradient(
		to right,
		rgba(68, 68, 68, 0.4),
		rgba(68, 68, 68, 0)
	);
	color: #444;
	font-size: 16px;
}

.newssoc_box_inp::-webkit-input-placeholder {
	color: #fff;
	opacity: 0.5;
}

.newssoc_box_inp:-ms-input-placeholder {
	color: #fff;
	opacity: 0.5;
}

.newssoc_box_inp::-ms-input-placeholder {
	color: #fff;
	opacity: 0.5;
}

.newssoc_box_inp::placeholder {
	color: #fff;
	opacity: 0.5;
}

.newssoc_box_btn {
	-webkit-appearance: none;
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(rgba(68, 68, 68, 0.4)),
		to(rgba(68, 68, 68, 0))
	);
	background: -webkit-linear-gradient(
		left,
		rgba(68, 68, 68, 0.4),
		rgba(68, 68, 68, 0)
	);
	background: -o-linear-gradient(
		left,
		rgba(68, 68, 68, 0.4),
		rgba(68, 68, 68, 0)
	);
	background: linear-gradient(
		to right,
		rgba(68, 68, 68, 0.4),
		rgba(68, 68, 68, 0)
	);
	border: 0;
	/*border-bottom: 1px solid #444;*/
	color: #444;
	padding: 16px 19px;
	margin-left: 14px;
	font-size: 16px;
}

.newssoc_box_social > a {
	font-size: 26px;
	margin: 10px 25px 0;
	color: #fff;
}

.upmenu-basket {
	position: relative;
}

.upmenu-basket .upmenu-basket-win {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 1000;
	background-color: #fff;
	width: 350px;
	border: 1px solid #f05130;
}

.upmenu-basket-win-title {
	background-color: #f05130;
	color: #fff;
	padding: 17px 15px;
	font-size: 33px;
	font-family: 'CeraPro-Light';
}

.upmenu-basket-win-prod-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 5px 5px;
}

.upmenu-basket-win-prod-img {
	width: 90px;
	height: 80px;
}

.upmenu-basket-win-prod-info-t {
	color: #282828;
	font-size: 11px;
	font-family: 'CeraPro-Light';
	text-transform: uppercase;
	margin-bottom: 5px;
	white-space: normal;
}

.upmenu-basket-win-prod-info-p {
	font-size: 14px;
	color: #282828;
}

.upmenu-basket-win-prod-rem {
	width: 20px;
	background-size: 15px;
}

.upmenu-basket-win-prod-info {
	text-decoration: none;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	padding: 0 5px;
	width: calc(100% - 110px);
}

.upmenu-basket-win-freeship {
	background-color: #f5f5f6;
	text-align: center;
	padding: 20px 10px;
	font-size: 13px;
	color: #282828;
	font-family: 'CeraPro-Medium';
	font-weight: normal;
}

.upmenu-basket-win-freeship > span {
	font-family: 'CeraPRO-Black';
}

.upmenu-basket-win-price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 20px 10px;
	background-color: #787878;
	font-weight: normal;
}

.upmenu-basket-win-price > div {
	width: 50%;
	text-align: center;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}

.upmenu-basket-win-price-t {
	font-size: 14px;
	color: #fff;
}

.upmenu-basket-win-price-t > span {
	font-family: 'CeraPRO-Bold';
}

.upmenu-basket-win-price-btn {
	display: inline-block;
	text-decoration: none;
	font-size: 14px;
	font-family: 'CeraPRO-Bold';
	color: #fff;
	background-color: #f05130;
	padding: 10px 30px;
}

.upmenu-basket.showwind .upmenu-basket-win {
	display: block;
}

.upmenu-profile-login {
	display: none;
	position: absolute;
	top: 100%;
	z-index: 1000;
	background-color: #787878;
	-webkit-transform: translate(-50.1%, 0);
	-ms-transform: translate(-50.1%, 0);
	transform: translate(-50.1%, 0);
	left: 50%;
	padding: 10px 10px 20px;
	width: 330px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	text-align: center;
}

.upmenu-profile-login > * {
	display: block;
}

.upmenu-profile-login-t {
	font-size: 12.6px;
	font-weight: normal;
	margin: 0 0 3px;
	text-align: left;
}

.upmenu-profile-login-i {
	width: 100%;
	padding: 5px 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	height: 35px;
}

.upmenu-profile-login-l {
	text-align: center;
	margin: 10px 0;
	font-size: 12px;
	font-family: 'CeraPro-Regular';
	font-style: italic;
	color: #fff;
}

.upmenu-profile-login-s {
	margin: 15px auto 0;
	-webkit-appearance: none;
	color: #fff;
	background-color: #f05130;
	border: 0;
	padding: 14px 42px;
	cursor: pointer;
	font-size: 14px;
	width: 145px;
	height: 45.5px;
}

.upmenu-profile-login-c {
	text-align: center;
	color: #fff;
	font-weight: normal;
	font-family: 'CeraPro-Regular';
	font-style: italic;
	margin: 15px 0 10px;
	font-size: 12px;
}

.upmenu-profile-login::after {
	content: '';
	position: absolute;
	border: 10px solid transparent;
	border-bottom: 10px solid #787878;
	top: -17px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.upmenu-profile.showwind .upmenu-profile-login {
	display: block;
}

.instagram_slider_out .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.instagram_slider .instagram_slid {
	height: 260px;
	margin: 10px 15px;
	min-width: 260px !important;
}

.instagram_main_out .home_main_title {
	color: #787878;
}

.instagram_main_out {
	margin: 75px 0 30px;
}

#ctlMemberPanel1_cpnlMemberLogin_pnlLoginForm {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

#ctlMemberPanel1_cpnlMemberLogin_tbPassword_ET,
#ctlMemberPanel1_cpnlMemberLogin_tbEmail_ET {
	position: relative;
}

#ctlMemberPanel1_cpnlMemberLogin_tbPassword_EI,
#ctlMemberPanel1_cpnlMemberLogin_tbEmail_EI {
	position: absolute;
	right: 10px;
	width: 20px !important;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

#ctlMemberPanel1_cpnlMemberLogin_tbPassword_EI,
#ctlMemberPanel1_cpnlMemberLogin_tbEmail_EI {
	position: absolute;
	right: 0px;
	width: 20px !important;
	top: 10px;
	-webkit-transform: translate(0);
	-ms-transform: translate(0, -50%);
	transform: 0;
}

.breadcrumb_out {
	background-color: #f5f5f7;
}

.breadcrumb {
	padding: 8px;
}

.breadcrumb > a {
	font-size: 12px;
	color: #282828;
	text-decoration: none;
}

.breadcrumb > a::after {
	content: '>';
	margin: 0 5px;
}

.breadcrumb > a:last-child::after {
	content: '';
}

.landing_main_img {
	height: 800px;
	position: relative;
}

.landing_main_img.no-back-img {
	height: auto;
	min-height: 200px;
}

.landing_main_img.no-back-img img {
	max-width: 100%;
}

.landing_main_out {
	background-color: #f5f5f7;
	padding-top: 10px !important;
}
/* .bodyLanding .landing_main_out {padding-top: 25px!important;} */
.landing_main_img_box {
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.6);
	width: 50%;
	padding: 5px 17px 12px;
	/* padding: 50px 20px;  */
}

.landing_main_img_box_t {
	font-size: 40px;
	color: #444;
	font-family: 'CeraPro-Light';
	font-weight: normal;
	margin: 0;
}

.landing_main_img_box_s {
	font-size: 16px;
	margin: 5px 0 0;
	color: #444;
}

.landing_main_img_box_s a {
	color: inherit;
	font-family: 'CeraPro-Medium';
}

.landing_main_img_box_s a:hover {
	text-decoration: underline;
}

.landing_products_title .home_main_title {
	color: #787878;
	padding: 20px 0;
}

.landing_products_title {
	margin-top: 35px;
	padding: 0 20px;
}

.landing_products_select {
	border: 0;
	font-size: 12px;
	letter-spacing: 2px;
	padding-right: 10px;
	cursor: pointer;
}

.landing_products {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.landing_products > .landing_prod {
	width: 25%;
	padding: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s; /*max-width: 350px;*/
	margin: 15px 0;
}

.landing_prod_img {
	height: 300px;
	width: 100%;
}

.landing_prod_title {
	color: #787878;
	font-size: 13px;
	padding: 0 45px;
	text-align: center;
	margin: 10px 0;
	line-height: 18px;
	font-weight: normal;
}

.landing_products > .landing_prod:hover {
	background-color: #f5f5f7;
}

.landing_prod_avai > div {
	display: inline-block;
	font-size: 12px;
	text-transform: uppercase;
	width: 150px;
	text-align: center;
	padding: 3.5px 0;
	margin: 2px 1px;
	vertical-align: top;
}

.landing_prod_avai > img {
	margin: 2px 1px 0;
	height: 22px;
	width: auto;
}

.landing_prod_av_tex {
	background-color: #f47650;
	color: #fff;
}

.landing_prod_av_col {
	background-color: #ecebe9;
}

.landing_prod_av_col > span {
	font-family: 'CeraPRO-Black';
}

.landing_prod_avai {
	text-align: center;
}

.order_tsfs_slide .landing_prod_avai img {
	display: inline-block;
}

.landing_prod_buy {
	display: none;
}

.landing_prod .landing_prod_price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 10px 0 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	/* -webkit-box-orient: vertical;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap; */
	position: absolute;
	height: 100%;
	top: 0;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.landing_prod:hover .landing_prod_price {
	top: 100px;
}

.landing_prod_price > div {
	margin: 0 5px;
}

.landing_prod_price_d {
	background-color: #000;
	color: #fff;
	font-size: 11px;
	padding: 3px 5px;
}

.landing_prod_price_o {
	color: #a59d95;
	position: relative;
	padding: 0 4px;
	font-size: 12px;
	width: 100%;
	height: 100%;
	text-align: center;
}

.landing_prod_price_o::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 100%;
	height: 2px;
	background-color: #a59d95;
}

.landing_prod_price_n {
	font-family: 'CeraPro-Medium';
	font-size: 20px;
	font-weight: bold;
}

.landing_prod_price_box {
	height: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
}

.landing_prod .landing_prod_buy {
	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;
	position: absolute;
	height: 100%;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	top: -50px;
}

.landing_prod:hover .landing_prod_buy {
	top: 0;
}

.landing_prod_buy_btn {
	background-color: #f05130;
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	padding: 8px 40px;
	margin: 15px 0 0;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.landing_prod_buy_btn:hover {
	background-color: #000;
}

.cate_up_img {
	position: relative;
	z-index: 1;
}

.cate_up_filt {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.75);
	z-index: 2;
}

.cate_up_inf_wrap {
	/* position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;*/
}

.cate_up_inf_wrap .breadcrumb_out {
	/* background-color: rgba(0,0,0,0);  */
	background-color: rgba(194, 194, 194, 0.3);
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 3;
}

.cate_up_inf_t {
	text-align: center;
	font-size: 25px;
	color: #444;
	width: 600px;
	margin: 10px auto 0;
	z-index: 4;
	max-width: 100%;
	font-family: 'CeraPRO-Bold';
	font-weight: normal;
}

.cate_up_inf_l {
	color: #444;
	text-align: center;
	width: 100%;
	margin: 10px auto 0;
	z-index: 4;
	max-width: 760px;
}

.cate_up_inf_l a {
	color: inherit;
	font-family: 'CeraPro-Medium';
}

.cate_up_inf_l a:hover {
	text-decoration: underline;
}

.cate_up_inf_out {
	/*position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;*/
	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-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.cate_sidprod_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 20px;
}

.cate_theside {
	width: 300px;
}

.cate_thegrid {
	width: calc(100% - 380px);
}

.cate_thegrid .landing_products > .landing_prod {
	width: 33%; /*max-width: 360px;*/
}

.cate_thegrid .landing_products > .landing_prod > * {
	max-width: 360px;
	width: 100%;
}

.cate_theside .home_fivetile {
	margin: 10px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.cate_theside .home_fivetiles {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.cate_theside .home_fivetile > .home_fivetile_img > img {
	height: 60px;
	margin: 0 auto;
	display: block;
}

.cate_theside .home_fivetile > .home_fivetile_img {
	width: 60px;
}

.cate_theside .home_fivetile > div {
	font-size: 13px;
	margin-left: 25px;
	text-align: left;
	font-family: 'CeraPro-Medium';
	-ms-flex-preferred-size: 70%;
	flex-basis: 70%;
}

.cate_filter_l > label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	cursor: pointer;
	margin: 10px 0;
	font-size: 13px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.landing_prod_selct_sel_pres > label > input[type='checkbox'],
.cate_filter_l > label > input[type='checkbox'] {
	-webkit-appearance: none;
	width: 17px;
	height: 17px;
	background: #f5f5f7;
	margin: 2px 5px 2px 0px;
	cursor: pointer;
}

.landing_prod_selct_sel_pres > label > input[type='checkbox']:checked,
.cate_filter_l > label > input[type='checkbox']:checked {
	background-position: center;
	background-size: 16px;
	background-repeat: no-repeat;
	background-image: url('/common/images/tick.png');
}

.cate_filter_t {
	font-family: 'CeraPRO-Bold';
	font-size: 18px;
	text-transform: uppercase;
}

.cate_filter_l > label a {
	color: #222;
	text-transform: uppercase;
}

.cate_clear_btn {
	background-color: #f5f5f7;
	width: 70%;
	display: block;
	padding: 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration: none;
	font-size: 13px;
	color: #282828;
	margin-bottom: 15px;
}

.cate_clear_btn > i {
	margin-right: 10px;
	color: #787878;
}

.cate_theside_title {
	font-size: 12px;
	font-family: 'CeraPRO-Bold';
	letter-spacing: 3px;
	height: 50px;
	margin-top: 25px;
	text-transform: uppercase;
}

.cate_thegrid_bar {
	margin-top: 25px;
	height: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	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;
}

.landing_viewnum_title {
	font-size: 12px;
	text-transform: uppercase;
}

.landing_viewnum .landing_products_select {
	font-family: 'CeraPRO-Bold';
	margin-left: 15px;
	padding-right: 0px;
}

.landing_viewnum {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.cate_filter {
	margin-bottom: 25px;
}

.cate_filter_l {
	max-height: 200px;
	overflow-y: auto;
	margin: 10px 0;
	position: relative;
}

.cate_filter_l::-webkit-scrollbar {
	width: 4px;
}

.cate_filter_l::-webkit-scrollbar-track {
	background: #f1f1f1;
	border-radius: 2px;
}

.cate_filter_l::-webkit-scrollbar-thumb {
	background: #000;
}

.cate_filter_l::-webkit-scrollbar-thumb:hover {
	background: #222;
}

.cate_filter_lab {
	margin: 0 0 25px;
}

.cate_filter_l .multirange {
	-webkit-appearance: none;
	width: 100%;
	height: 3px;
	background: #d3d3d3;
}

.cate_filter_l .multirange::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 18px;
	height: 18px;
	background: #f05130;
	cursor: pointer;
	border-radius: 50%;
}

.cate_filter_l input[type='range'].multirange.ghost {
	position: relative;
	background: var(--track-background);
	--track-background: linear-gradient(
			to right,
			transparent var(--low),
			#f05130 0,
			#f05130 var(--high),
			transparent 0
		)
		no-repeat 0 45% / 100% 20%;
	--range-color: #f05130;
}

.product {
	padding: 0 20px;
}

.product .breadcrumb_out {
	background-color: #fff;
}

.produ_main {
	margin-top: 50px;
}

.produ_main #cphMain_cpnlProductInfo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.produ_main_gallery {
	width: 150px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.produ_main_gall_img {
	height: 125px;
	display: block;
	width: 100%;
	background-size: contain;
	margin: 0 0 15px;
	cursor: pointer;
}

.produ_main_side {
	width: 500px;
	position: relative;
}

.produ_main_image {
	width: calc(100% - 650px);
	padding: 0 5% 2%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.produ_main_image > div {
	position: relative;
}

.produ_main_image > div > a > img {
	width: 100%;
}

.produ_main_image .product-discount-status {
	position: absolute;
	left: 10px;
	top: 10px;
	background-color: #0b0b0b;
	color: #fff;
	font-size: 13px;
	border-radius: 5px;
	padding: 5px;
}

.mobile-img-product .product-discount-status {
	display: none;
}

.landing_prod_image {
	position: relative;
	display: block;
}

.landing_prod_image .product-discount-status {
	position: absolute;
	left: 10px;
	top: 10px;
	background-color: #0b0b0b;
	color: #fff;
	font-size: 13px;
	border-radius: 5px;
	padding: 5px;
}

#zoom-icon,
#zoom-icon-mobile {
	position: absolute;
	right: 15px;
	top: 15px;
	z-index: 200;
	cursor: pointer;
	background: rgba(255, 255, 255, 0.75);
	width: 34px;
	height: 34px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}

#zoom-icon:before,
#zoom-icon-mobile:before {
	content: '';
	display: block;
	width: 13px;
	height: 13px;
	border: 2px solid #000;
	border-radius: 100%;
	position: absolute;
	top: 6px;
	right: 10px;
	box-sizing: content-box;
}

#zoom-icon:after,
#zoom-icon-mobile:after {
	content: '';
	display: block;
	width: 2px;
	height: 9px;
	background: #000;
	border-radius: 9px;
	position: absolute;
	top: 18px;
	right: 9px;
	transform: rotate(-45deg);
	box-sizing: content-box;
}

.produ_main_side_subt {
	font-size: 15px;
	text-align: center;
	margin-bottom: 10px;
	font-family: 'CeraPRO-Black';
	color: #282828;
	display: none;
}

.produ_main_side_title {
	text-align: center;
	font-size: 26px;
	padding: 0 10px;
	margin-bottom: 5px;
	color: #282828;
	font-weight: normal;
	margin-top: 0;
}

.produ_main_side_code {
	text-align: center;
	color: #787878;
	font-size: 13px;
	margin-bottom: 15px;
}

.produ_main_side .landing_prod_avai > div {
	width: auto;
	padding: 5px 10px;
}

.produ_main_side .landing_prod_price > div {
	margin: 0 5px;
	display: inline-block;
	font-size: 34px;
}

.produ_main_side .landing_prod_price {
	text-align: center;
}

.produ_main_side .landing_prod_price_n {
	font-family: 'CeraPro-Medium';
}

.produ_main_side .landing_prod_avai {
	margin-bottom: 15px;
}

.productfeellook_prod .landing_prod_avai {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.productfeellook_prod .landing_prod_avai > div {
	width: auto;
	padding: 5px;
}

.landing_prod_selct_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 15px;
}

.landing_prod_selct_sel_dim {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	width: calc(100% - 90px);
	flex-wrap: wrap;
}

.landing_prod_selct_sel_dim > a {
	font-size: 15px;
	display: inline-block;
	text-decoration: none;
	margin: 0 10px;
	color: #282828;
}

.landing_prod_selct_sel_dim > a.selected {
	font-family: 'CeraPRO-Bold';
	color: #f05130;
}

.landing_prod_selct_sel_dim > a.disabled {
	text-decoration: line-through;
}

.landing_prod_selct_sel_dim > a.not {
	text-decoration: line-through;
}

.landing_prod_selct {
	border-top: 1px solid #787878;
	margin-top: 15px;
	padding-top: 15px;
}

.landing_prod_selct_sel_col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: calc(100% - 185px);
}

.landing_prod_selct_titl {
	font-size: 14px;
	font-family: 'CeraPRO-Bold';
	text-transform: uppercase;
	width: 185px;
}

#cphMain_cpnlProductInfo_dvSizeSelector .landing_prod_selct_titl {
	width: 90px;
}

.landing_prod_selct_sel_col > label {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 5px;
	position: relative;
}

.landing_prod_selct_sel_col > label.not::after,
.landing_prod_selct_sel_col > label.not::before {
	position: absolute;
	content: '';
	border-bottom: 1px solid #fff;
	width: 20px;
	top: 15px;
	left: 5px;
	z-index: 9;
}

.landing_prod_selct_sel_col > label.not > span {
	display: none;
	position: absolute;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	left: 50%;
	font-size: 9px;
	background-color: #f05130;
	color: #fff;
	top: -20px;
	padding: 2px 4px;
	z-index: 99;
	text-transform: uppercase;
}

.landing_prod_selct_sel_col > label.not > span::before {
	content: '';
	border: 5px solid transparent;
	border-top: 5px solid #f05130;
	position: absolute;
	top: 13px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.landing_prod_selct_sel_col > label.not:hover > span {
	display: block;
}

.landing_prod_selct_sel_col > label.not::after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.landing_prod_selct_sel_col > label.not::before {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.landing_prod_selct_sel_col > label > input[type='radio'] {
	-webkit-appearance: none;
	width: 100%;
	height: 100%;
	position: absolute;
	border: 1px solid #efefef;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	margin: 0;
	cursor: pointer;
}

.landing_prod_selct_sel_col > label > input[type='radio']:checked {
	border: 1px solid #f05130;
}

.landing_prod_selct_sel_col > label > div {
	position: absolute;
	width: 20px;
	height: 20px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
}

.landing_prod_selct_ctitle {
	text-align: right;
	font-size: 15px;
	margin-bottom: 15px;
}

.landing_prod_selct_sel_qua {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: calc(100% - 185px);
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.landing_prod_selct_sel_qua a {
	-webkit-appearance: none;
	background-color: transparent;
	border: 0;
	cursor: pointer;
	font-size: 10px;
	color: #000;
}

.landing_prod_selct_sel_qua input {
	width: 30px;
	text-align: center;
	font-size: 15px !important;
}

.landing_prod_selct_sel_qua * {
	border: 0 !important;
}

.landing_prod_selct_sel
	.landing_prod_selct_sel_pres
	> label
	> input[type='checkbox'] {
	width: 20px;
	height: 20px;
}

.landing_prod_selct_sel_pres > label > div {
	background-image: url(/common/images/gift_g.png);
	width: 30px;
	height: 30px;
	display: inline-block;
	background-size: 30px;
	background-position: center;
	background-repeat: no-repeat;
}

.landing_prod_selct_sel_pres > label > input[type='checkbox']:checked + div {
	background-image: url(/common/images/gift_b.png);
}

.landing_prod_selct_sel .landing_prod_selct_titl {
	margin-top: 9px;
}

.landing_prod_selct_btns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.landing_prod_selct_btns > a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 64px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.landing_prod_selct_btns > a:hover {
	background-color: #f05130;
}

.landing_prod_selct_btns_fav {
	width: 64px;
	margin-left: 5px;
}

.landing_prod_selct_btns_add {
	background-color: #000;
	width: calc(100% - 70px);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	font-family: 'CeraPRO-Bold';
}

.landing_prod_selct_feat {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 15px 35px;
}

.landing_prod_selct_feat > div {
	width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.landing_prod_selct_feat > div > div {
	width: 50%;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}

.landing_prod_selct_feat > div > div.landing_prod_selct_feat_i {
	height: 55px;
	background-size: 50px;
}

.landing_prod_selct_feat_t {
	font-size: 13px;
}

.producttabs_btns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.producttabs {
	background-color: #f5f5f6;
	padding: 35px 0 20px;
}

.producttabs_btns li {
	padding: 15px 50px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: transparent;
	font-size: 17px;
	cursor: pointer;
	text-transform: uppercase;
}

.producttabs_btns li.active {
	background-color: #fff;
}

.producttabs_btns li.producttabs_you {
	background-color: #a59d95;
	color: #fff;
	background-image: url(/common/images/info.png);
	background-repeat: no-repeat;
	background-size: 30px;
	background-position: 20px 50%;
	padding: 15px 50px 15px 65px;
}

.producttabs_content ul {
	list-style-type: disc;
	margin: 5px 0 0 20px;
}

.producttabs_content ul li {
	margin-bottom: 10px;
}

.producttabs_content {
	background-color: #fff;
	font-size: 15px;
	padding: 50px 20px;
	color: #282828;
}

.producttabs #home_sectio_02 {
	padding: 25px 0 5px;
}

.producttabs #home_sectio_02 .home_fivetile {
	margin: 0 55px;
}

.landing_pagination > li {
	display: inline-block;
	padding: 5px 0 20px;
	background-repeat: no-repeat;
	width: 14px;
	background-position: 0 15px;
	margin: 0 5px;
	text-align: center;
	position: relative;
	font-size: 14px;
}

.landing_pagination > li > a {
	display: inline-block;
	text-align: center;
	color: rgb(147, 149, 152);
	width: 14px;
	cursor: pointer;
	margin: 7px 0 0 0;
}

.cate_thegrid .landing_pagination {
	margin-bottom: -10px;
}

.landing_pagination {
	text-align: right;
}

.landing_pagin_first {
	background-image: url(/common/images/first.png);
	background-size: 12px;
}

.landing_pagin_prev {
	background-image: url(/common/images/prev.png);
	background-size: 5px;
}

.landing_pagination > .pagerAct > a {
	color: #000;
}

.landing_pagination > .landing_pagin_more {
	margin: 0 5px 0 -12px;
}

.dxeButtonEditButtonHover_Metropolis {
	background-color: white !important;
	color: black !important;
	background-position: -12px -109px !important;
}

.dxeListBoxItemSelected_Metropolis {
	color: black !important;
	background-color: #ccc !important;
}

.landing_products_select input {
	text-transform: uppercase;
}

.landing_pagin_next {
	background-image: url(/common/images/next.png);
	background-size: 5px;
}

.landing_pagin_last {
	background-image: url(/common/images/last.png);
	background-size: 12px;
}

.productfeellook_prod {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.productfeellook_tabs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: #f9f9f9;
}

.productfeellook_tabs > li {
	width: 50%;
	text-align: center;
	font-size: 30px;
	padding: 15px 0;
	font-family: 'CeraPro-Light';
	cursor: pointer;
	color: #787878;
}

.productfeellook_tabs > li.active {
	background-color: #fff;
	color: #282828;
}

.productfeellook_prod_out {
	padding: 50px 20px;
}

.productfeellook_prod .landing_prod {
	width: 20%;
	margin: 0 2.5%;
}

.productfeellook_prod .landing_prod .landing_prod_price {
	position: relative;
	height: auto;
	margin: 25px 0;
}

.productfeellook_prod .landing_prod .landing_prod_buy {
	position: relative;
	height: auto;
	top: 0;
}

.productfeellook_prod .landing_prod:hover .landing_prod_price {
	top: 0;
}

.productfeellook_prod .landing_prod:hover .landing_prod_buy {
	top: 0;
}

.productfeellook_prod .landing_prod_buy_btn {
	background-color: #282828;
	padding: 15px 62px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.productfeellook_prod .landing_prod_buy_btn:hover {
	background-color: #f05130;
}

.landing_sect2 {
	background-color: #f5f5f6;
	padding: 10px 0;
}

.order_f_title {
	margin: 20px 0 30px;
	font-size: 24px;
	font-family: 'CeraPro-Light';
	color: #787878;
	padding: 0 8px;
}

.order_f_table .order_f_header > td {
	font-size: 14px;
	font-family: 'CeraPRO-Bold';
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
}

.order_f_table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

.order_f_img {
	width: 200px;
	height: 200px;
}

.order_f_im_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.order_f_tit {
	font-size: 15px;
	margin-bottom: 20px;
	font-family: 'CeraPRO-Black';
}

.order_f_tis {
	font-size: 22px;
}

.order_f_im_delete {
	margin-right: 10px;
	font-size: 22px;
	color: #000;
}

.order_f_table > tbody > tr > td {
	padding: 15px 10px;
}

.order_f_table > tbody > .order_f_row > td {
	border-bottom: 1px solid #e8e8e8;
}

.order_f_table > tbody > .order_f_row:last-child > td {
	border-bottom: 0px;
}

.order_f_header > .order_f_im {
	width: 255px;
}

.order_f_header > .order_f_co {
	width: 100px;
}

.order_f_header > .order_f_di {
	width: 95px;
}

.order_f_header > .order_f_pr {
	width: 120px;
	text-align: center;
}

.order_f_header > .order_f_fp {
	width: 120px;
}

.order_f_header > .order_f_dp {
	width: 145px;
}

.order_f_header > .order_f_qu {
	width: 100px;
}

.order_f_header > .order_f_tp {
	width: 150px;
}

.order_f_row > .order_f_co,
.order_f_row > .order_f_di,
.order_f_row > .order_f_pr,
.order_f_row > .order_f_fp,
.order_f_row > .order_f_dp,
.order_f_row > .order_f_qu,
.order_f_row > .order_f_tp {
	text-align: center;
}

.order_f_row .landing_prod_selct_sel_qua {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
}

.order_f_pr > input[type='checkbox'] {
	-webkit-appearance: none;
	width: 20px;
	height: 20px;
	background-color: #e8e8e8;
	cursor: pointer;
}

.order_f_pr > input[type='checkbox']:checked {
	background-image: url('/common/images/tick.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 20px;
}

.order_f_row > .order_f_fp {
	font-size: 17px;
	font-family: 'CeraPro-Light';
	color: #282828;
}

.order_f_row > .order_f_dp {
	font-size: 17px;
	font-family: 'CeraPro-Medium';
	color: #282828;
}

.order_f_row > .order_f_tp {
	font-size: 19px;
	font-family: 'CeraPro-Medium';
	color: #282828;
}

.order_f_footer {
	background-color: #f5f5f7;
	padding: 45px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 15px 0 40px;
}

.order_f_footer > div {
	width: 50%;
}

.order_ffl_content {
	padding: 10px 20px;
	background-color: #fff;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}

.order_ffl_content::after {
	position: absolute;
	height: 100%;
	width: 50px;
	top: 0;
	left: 100%;
	content: '';
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(#fff),
		to(rgba(255, 255, 255, 0))
	);
	background: -webkit-linear-gradient(left, #fff, rgba(255, 255, 255, 0));
	background: -o-linear-gradient(left, #fff, rgba(255, 255, 255, 0));
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(#fff),
		to(rgba(255, 255, 255, 0))
	);
	background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
}

.order_fflc_text {
	font-size: 17px;
	font-family: 'CeraPro-Medium';
	color: #282828;
	padding: 0 20px;
}

.order_fflc_text span {
	font-family: 'CeraPRO-Black';
}

.order_ffr_content {
	text-align: right;
}

.order_ffrc_normal {
	font-size: 18px;
	text-transform: uppercase;
	margin: 0 0 10px;
}

.order_ffrc_normal span {
	font-family: 'CeraPro-Medium';
	margin-left: 5px;
}

.order_ffrc_final {
	font-size: 22px;
	font-family: 'CeraPRO-Bold';
}

.order_ffrc_final span {
	color: #f05130;
}

.order_f_footer > .order_ff_left > .order_ffl_content,
.order_f_footer > .order_ff_right > .order_ffr_content {
	height: 120px;
}

.order_ffll_btn {
	display: inline-block;
	text-decoration: none;
	padding: 20px 60px;
	color: #fff;
	background-color: #a59d95;
	font-size: 14px;
}

.order_ffl_link {
	padding: 25px 0 0;
}

.order_ffrl_btn {
	display: inline-block;
	text-decoration: none;
	padding: 20px 60px;
	color: #fff;
	background-color: #f05130;
	font-size: 14px;
}

.order_ffr_link {
	padding: 25px 0 0;
	text-align: right;
}

.order_fflc_img {
	width: 50px;
}

.ordertel {
	font-size: 10px;
}

.ordertel span {
	font-family: 'CeraPro-Medium';
	font-size: 14px;
}

.order_t_title {
	margin: 20px 0 30px;
	font-size: 24px;
	font-family: 'CeraPro-Light';
	color: #787878;
	padding: 0 8px;
}

.order_t_content_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.order_t_main {
	width: calc(100% - 540px);
	margin-right: 20px;
}

.order_t_side {
	width: 520px;
}

.order_tm_title {
	background-color: #f5f5f6;
	font-size: 24px;
	color: #a59d95;
	width: 100%;
	padding: 16px 10px;
	font-family: 'CeraPro-Medium';
}

.order_ts_title {
	background-color: #8f8e8a;
	font-size: 24px;
	font-family: 'CeraPro-Light';
	color: #fff;
	text-transform: uppercase;
	padding: 15px 10px;
}

.order_tm_login {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 10px;
}

.order_tml_text {
	font-size: 18px;
	font-family: 'CeraPro-Light';
	color: #a59d95;
}

.order_tmlb_btn {
	text-decoration: none;
	background-color: #000;
	color: #fff;
	padding: 10px 20px;
	display: inline-block;
}

.order_tml_link {
	padding-left: 10px;
}

.order_tmo_main {
	position: relative;
}

.order_tmo_posa {
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	-webkit-appearance: none;
	height: 25px;
	padding: 0;
	z-index: 1;
	border-radius: 20px;
}

.order_tmo_lm {
	margin-right: 70px;
}

.order_tmo_main label {
	cursor: pointer;
	font-size: 18px;
	font-family: 'CeraPro-Light';
	color: #a59d95;
}

.order_tmo_main input:checked {
	display: none;
}

.order_tmo_main input {
	display: block;
	z-index: 3;
}

.order_tmo_img::after {
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	background-color: #f05130;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	border-radius: 50%;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.order_tmom_gender .order_tmo_posa {
	margin: -2px 0 0px 80px;
}

.order_tmom_papper .order_tmo_posa {
	margin: -2px 0 0px 96px;
}

.order_tmom_needcode .order_tmo_posa {
	margin: -2px 0 0px 450px;
}

.order_tmom_address .order_tmo_posa {
	margin: -2px 0 0px 288px;
}

.order_tmo_main #op_pap_sameaddress:checked ~ .order_tmo_img::after,
.order_tmo_main #op_pap_rec:checked ~ .order_tmo_img::after,
.order_tmo_main #op_pap_code:checked ~ .order_tmo_img::after,
.order_tmo_main #op_gen_male:checked ~ .order_tmo_img::after {
	left: 5px;
}

.order_tmo_main #op_pap_otheraddress:checked ~ .order_tmo_img::after,
.order_tmo_main #op_pap_invo:checked ~ .order_tmo_img::after,
.order_tmo_main #op_pap_nocode:checked ~ .order_tmo_img::after,
.order_tmo_main #op_gen_female:checked ~ .order_tmo_img::after {
	left: 25px;
}

.order_tmo_img {
	background-color: #d5d2ca;
}

.order_tmo_main input:checked + label {
	font-family: 'CeraPro-Medium';
}

.order_tm_options {
	margin-top: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.order_tm_options > div {
	margin-right: 30px;
}

.order_tmf_input > .order_ti_text {
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	font-size: 10px;
	text-transform: uppercase;
	margin-top: 3px;
	color: #a59d95;
	font-family: 'CeraPro-Light';
}

.order_tmf_input > input:placeholder-shown + .order_ti_text {
	opacity: 0;
}

.order_tmf_input > input:not(:placeholder-shown) + .order_ti_text {
	opacity: 1;
}

.order_tm_form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.order_tm_form > .order_tmf_input {
	width: calc(50% - 5px);
	margin-bottom: 10px;
}

.order_tm_form > .order_tmf_input:nth-child(odd) {
	margin-left: 10px;
}

.order_tmf_input select,
.order_tmf_input input[type='text'],
.order_tmf_input input[type='password'] {
	width: 100%;
	border: none;
	border-bottom: 1px solid #a59d95;
	color: #8f8e8a;
	font-family: 'CeraPro-Medium';
	font-size: 18px;
	background-color: #f5f5f6;
}

.order_step3 .order_tmf_input select,
.order_step3 .order_tmf_input input[type='text'],
.order_step3 .order_tmf_input input[type='password'] {
	background-color: #fff;
}

.order_tmf_input input[type='text'].dxh0,
.order_tmf_input input[type='password'].dxh0 {
	font-family: 'CeraPro-Light';
	font-style: italic;
	color: #a59d95;
}

#cphMain_ctlOrderWizard1_cpnlProduct_pnlSubStep_3_3,
#cphMain_ctlOrderWizard1_cpnlProduct_pnlSubStep_3_1,
#cphMain_ctlOrderWizard1_cpnlProduct_pnlSubStep_3_2 {
	width: 100%;
}

#cphMain_ctlOrderWizard1_cpnlProduct_pnlSubStep_3_3 .order_tmf_input,
#cphMain_ctlOrderWizard1_cpnlProduct_pnlSubStep_3_1 .order_tmf_input,
#cphMain_ctlOrderWizard1_cpnlProduct_pnlSubStep_3_2 .order_tmf_input {
	width: calc(50% - 2px);
	display: inline-block;
	min-height: 37px;
}

#cphMain_ctlOrderWizard1_cpnlProduct_pnlSubStep_3_3
	.order_tmf_input.order_tmf_input_full,
#cphMain_ctlOrderWizard1_cpnlProduct_pnlSubStep_3_1
	.order_tmf_input.order_tmf_input_full,
#cphMain_ctlOrderWizard1_cpnlProduct_pnlSubStep_3_2
	.order_tmf_input.order_tmf_input_full {
	width: 100%;
	min-height: 37px;
}

#cphMain_ctlOrderWizard1_cpnlProduct_pnlSubStep_3_3
	.order_tmf_input.order_tmf_input_right,
#cphMain_ctlOrderWizard1_cpnlProduct_pnlSubStep_3_1
	.order_tmf_input.order_tmf_input_right,
#cphMain_ctlOrderWizard1_cpnlProduct_pnlSubStep_3_2
	.order_tmf_input.order_tmf_input_right {
	width: calc(50% - 12px);
	min-height: 37px;
}

#cphMain_ctlOrderWizard1_cpnlProduct_cbDeliveryCountry_B-1,
#cphMain_ctlOrderWizard1_cpnlProduct_cbBillingCountryZone_B-1,
#cphMain_ctlOrderWizard1_cpnlProduct_cbBillingCountry_B-1 {
	position: absolute;
	top: 0;
	right: 0;
	width: 25px;
	background-color: #fff;
	height: 25px;
}

#cphMain_ctlOrderWizard1_cpnlProduct_cbDeliveryCountry_B-1::after,
#cphMain_ctlOrderWizard1_cpnlProduct_cbBillingCountryZone_B-1::after,
#cphMain_ctlOrderWizard1_cpnlProduct_cbBillingCountry_B-1::after {
	position: absolute;
	content: '';
	border: 10px solid transparent;
	border-top: 10px solid #a59d95;
	top: 5px;
	left: 0;
}

#cphMain_ctlOrderWizard1_cpnlProduct_cbBillingCountryZone_EI,
#cphMain_ctlOrderWizard1_cpnlProduct_cbBillingCountry_EI {
	right: 33px;
	top: 3px;
}

.order_step3 .order_ti_title18 {
	font-size: 18px;
}

#cphMain_ctlOrderWizard1_cpnlProduct_tbBillingRingName_I,
#cphMain_ctlOrderWizard1_cpnlProduct_tbBillingFloor_I {
	width: calc(100% - 18px);
}

#cphMain_ctlOrderWizard1_cpnlProduct_cbDeliveryCountry_B-1 > img,
#cphMain_ctlOrderWizard1_cpnlProduct_cbBillingCountryZone_B-1 > img,
#cphMain_ctlOrderWizard1_cpnlProduct_cbBillingCountry_B-1 > img {
	display: none;
}

.order_tmf_input select {
	-webkit-appearance: none;
}

.order_tmf_input_full > textarea {
	background-color: #f5f5f6;
	border: 0;
	width: 100%;
	padding: 15px;
	font-size: 16px;
}

.order_tmf_input_full > .order_ti_title {
	font-family: 'CeraPro-Light';
	font-style: italic;
	color: #a59d95;
}

.order_tm_form > .order_tmf_input_full {
	width: 100%;
	margin: 20px 0;
}

.order_tm_form > .order_tmf_input_full.order_tmf_input_option {
	margin-top: 15px;
}

.order_tmom_needcode_in {
	margin-top: 10px;
}

.order_tmf_input_btn {
	background-color: #f05130;
	padding: 23px 74px;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	border: 0;
	cursor: pointer;
}

.order_tmf_input_full.order_tmf_input_rigth {
	text-align: right;
}

.order_tmo_main.order_tmom_address {
	margin: 15px 0;
}

.order_ts_overview {
	border: 1px solid #8f8e8a;
	padding: 20px 5px;
}

.order_tso_price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 10px 20px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.order_tsop_amount {
	font-size: 20px;
	font-family: 'CeraPro-Medium';
	width: 100px;
	text-align: right;
}

.order_tsop_title {
	font-size: 13px;
	margin-right: 40px;
}

.order_tso_total .order_tsop_amount {
	font-size: 21px;
	font-family: 'CeraPRO-Bold';
	color: #f05130;
}

.order_tso_total .order_tsop_title {
	font-size: 21px;
	font-family: 'CeraPRO-Bold';
}

.order_tso_forfree {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-top: 1px solid #8f8e8a;
	border-bottom: 1px solid #8f8e8a;
	padding: 15px 20px;
}

.order_tsoff_image {
	background-image: url(/common/images/packtick.png);
	width: 80px;
	height: 80px;
	background-size: 70px;
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 10px;
}

.order_tsoff_text {
	font-size: 18px;
	width: calc(100% - 90px);
	font-family: 'CeraPro-Medium';
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}

.order_tsoff_text span {
	font-family: 'CeraPRO-Bold';
}

.order_tsop_product {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 15px 10px;
}

.order_tsopp_image {
	width: 100px;
	height: 100px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.order_tsopp_info {
	width: calc(100% - 100px);
	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-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.order_tsoppi_title {
	text-transform: uppercase;
	font-size: 18px;
}

.order_tsoppi_quancol {
	font-size: 14px;
	margin-top: 5px;
}

.order_tsoppi_prices {
	text-align: right;
	font-size: 20px;
	font-family: 'CeraPro-Medium';
}

.order_tso_products_wrap {
	margin: 30px 10px;
	position: relative;
}

.order_tso_products {
	max-height: 460px;
	min-height: 180px;
	overflow-x: hidden;
	overflow-y: scroll;
}

.order_tso_products::-webkit-scrollbar {
	width: 4px;
}

.order_tso_products::-webkit-scrollbar-track {
	background: #f1f1f1;
	border-radius: 2px;
}

.order_tso_products::-webkit-scrollbar-thumb {
	background: #000;
}

.order_tso_products::-webkit-scrollbar-thumb:hover {
	background: #222;
}

.order_tso_products_wrap::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100px;
	z-index: 3;
	background-image: -webkit-linear-gradient(
		rgba(255, 255, 255, 0),
		rgba(255, 255, 255, 1)
	);
	background-image: -o-linear-gradient(
		rgba(255, 255, 255, 0),
		rgba(255, 255, 255, 1)
	);
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(rgba(255, 255, 255, 0)),
		to(rgba(255, 255, 255, 1))
	);
	background-image: linear-gradient(
		rgba(255, 255, 255, 0),
		rgba(255, 255, 255, 1)
	);
}

.order_tmf_select_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 20px 0;
	width: 100%;
	align-items: flex-start;
}

.order_tmf_select_box > div {
	width: 50%;
}

.order_tmfsb_title {
	font-size: 15px;
	font-family: 'CeraPRO-Black';
	color: #f05130;
	margin-bottom: 10px;
}

.order_tmfsb_input > input {
	-webkit-appearance: none;
	width: 25px;
	height: 25px;
	border: 5px solid #d5d2ca;
	border-radius: 50%;
	background-color: #d5d2ca;
}

.order_tmfsb_input > input:checked {
	background-color: #f05130;
}

.order_tmfsb_input > label {
	color: #a59d95;
	font-family: 'CeraPro-Light';
	font-size: 18px;
	margin-left: 10px;
}

.order_tmfsb_input > input:checked + label {
	font-family: 'CeraPro-Medium';
}

.order_tmfsb_input {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 10px 0;
}

.order_tsoppip_strike {
	color: #a59d95;
	position: relative;
	padding: 0 4px;
	margin-right: 15px;
}

.order_tsoppip_strike::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	border-top: 1px solid #a59d95;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 100%;
}

.order_ts_overview.order_ts_freeship {
	padding: 20px 54px;
}

.producttabs_content_in > div {
	display: none;
}

.producttabs_content_in > div.active {
	display: block;
}

.productfeellook_prod_out {
	display: none;
}

.productfeellook_prod_out.active {
	display: block;
}

.noty_basket_in {
	width: 600px;
	height: 460px;
	background-color: #787878;
	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-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.noty_basket_img {
	width: 72px;
}

.noty_basket_success {
	font-size: 33px;
	margin: 10px 0;
	color: #fff;
	font-family: 'CeraPro-Light';
}

.noty_basket_product {
	font-size: 16px;
	text-transform: uppercase;
	margin: 10px 0;
	color: #fff;
}

.noty_basket_price {
	font-size: 20px;
	text-transform: uppercase;
	margin: 0 0 10px;
	color: #fff;
}

.noty_basket_link {
	background-color: #f05130;
	text-decoration: none;
	padding: 20px 50px;
	text-align: center;
	color: #fff;
	margin: 10px 0 0;
}

.nefnefTheme {
	width: 600px !important;
}

#noty_center_layout_container {
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.noty_type_warning {
	background: #f05130;
	text-align: center;
	padding: 10px 0;
	color: #fff;
}

.searchresults-main {
	height: 120px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background-repeat: no-repeat;
	/* background-image: url(/common/images/search_banner.jpg); background-size: 1610px; background-position: 100% 20%; 
  background-color: #EE4F31;  */
	border-bottom: 1px solid #000;
	background-color: #fff;
}

.searchresults-text {
	font-size: 25px;
	font-family: 'CeraPRO-Bold';
	color: #000;
	text-align: center;
}

.mobile {
	display: none;
}

.products-nofound {
	margin: 100px 0 40px;
	font-size: 20px;
	text-align: center;
	color: #787878;
}

.newssoc_box_news {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

/* 485 */
.order_f_table td {
	padding: 15px 10px;
}

.order_f_table .order_f_row td {
	border-bottom: 1px solid #e8e8e8;
}

.order_f_table > tbody > .order_f_row:last-child td {
	border-bottom: 0px;
}

.order_f_header .order_f_im {
	width: 255px;
}

.order_f_header .order_f_co {
	width: 100px;
}

.order_f_header .order_f_di {
	width: 95px;
}

.order_f_header .order_f_pr {
	width: 120px;
	text-align: center;
}

.order_f_header .order_f_fp {
	width: 120px;
}

.order_f_header .order_f_dp {
	width: 145px;
}

.order_f_header .order_f_qu {
	width: 100px;
}

.order_f_header .order_f_tp {
	width: 150px;
}

.order_f_row .order_f_co,
.order_f_row .order_f_di,
.order_f_row .order_f_pr,
.order_f_row .order_f_fp,
.order_f_row .order_f_dp,
.order_f_row .order_f_qu,
.order_f_row .order_f_tp {
	text-align: center;
}

.order_f_row .landing_prod_selct_sel_qua {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
}

.order_f_pr input[type='checkbox'] {
	-webkit-appearance: none;
	width: 20px;
	height: 20px;
	background-color: #e8e8e8;
	cursor: pointer;
}

.order_f_pr input[type='checkbox']:checked {
	background-image: url('/common/images/tick.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 20px;
}

.order_f_row .order_f_fp {
	font-size: 17px;
	font-family: 'CeraPro-Light';
	color: #282828;
}

.order_f_row .order_f_dp {
	font-size: 17px;
	font-family: 'CeraPro-Medium';
	color: #282828;
}

.order_f_row .order_f_tp {
	font-size: 19px;
	font-family: 'CeraPro-Medium';
	color: #282828;
}
/* 535 */

/* ORDER WIZARD */
.order_f_title {
	margin: 20px 0 30px;
	font-size: 24px;
	font-family: 'CeraPro-Light';
	color: #787878;
}

.order_f_table .order_f_header > td {
	font-size: 14px;
	font-family: 'CeraPRO-Bold';
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
}

.order_f_table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

.order_f_img {
	width: 200px;
	height: 200px;
}

.order_f_im_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.order_f_tit {
	font-size: 15px;
	margin-bottom: 20px;
	font-family: 'CeraPRO-Black';
}

.order_f_tis {
	font-size: 22px;
}

.order_f_im_delete {
	margin-right: 10px;
	font-size: 22px;
	color: #000;
}

.order_f_table > tbody > tr > td {
	padding: 15px 10px;
}

.order_f_table > tbody > .order_f_row > td {
	border-bottom: 1px solid #e8e8e8;
}

.order_f_table > tbody > .order_f_row:last-child > td {
	border-bottom: 0px;
}

.order_f_header > .order_f_im {
	width: 255px;
}

.order_f_header > .order_f_co {
	width: 100px;
}

.order_f_header > .order_f_di {
	width: 95px;
}

.order_f_header > .order_f_pr {
	width: 120px;
	text-align: center;
}

.order_f_header > .order_f_fp {
	width: 120px;
}

.order_f_header > .order_f_dp {
	width: 145px;
}

.order_f_header > .order_f_qu {
	width: 100px;
}

.order_f_header > .order_f_tp {
	width: 150px;
}

.order_f_row > .order_f_co,
.order_f_row > .order_f_di,
.order_f_row > .order_f_pr,
.order_f_row > .order_f_fp,
.order_f_row > .order_f_dp,
.order_f_row > .order_f_qu,
.order_f_row > .order_f_tp {
	text-align: center;
}

.order_f_row .landing_prod_selct_sel_qua {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
}

.order_f_pr > input[type='checkbox'] {
	-webkit-appearance: none;
	width: 20px;
	height: 20px;
	background-color: #e8e8e8;
	cursor: pointer;
}

.order_f_pr > input[type='checkbox']:checked {
	background-image: url('common/images/tick.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 20px;
}

.order_f_row > .order_f_fp {
	font-size: 17px;
	font-family: 'CeraPro-Light';
	color: #282828;
}

.order_f_row > .order_f_dp {
	font-size: 17px;
	font-family: 'CeraPro-Medium';
	color: #282828;
}

.order_f_row > .order_f_tp {
	font-size: 19px;
	font-family: 'CeraPro-Medium';
	color: #282828;
}

.order_f_footer {
	background-color: #f5f5f7;
	padding: 45px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 15px 0 40px;
}

.order_f_footer > div {
	width: 50%;
}

.order_ffl_content {
	padding: 10px 20px;
	background-color: #fff;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}

.order_ffl_content::after {
	position: absolute;
	height: 100%;
	width: 50px;
	top: 0;
	left: 100%;
	content: '';
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(#fff),
		to(rgba(255, 255, 255, 0))
	);
	background: -webkit-linear-gradient(left, #fff, rgba(255, 255, 255, 0));
	background: -o-linear-gradient(left, #fff, rgba(255, 255, 255, 0));
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(#fff),
		to(rgba(255, 255, 255, 0))
	);
	background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
}

.order_fflc_text {
	font-size: 17px;
	font-family: 'CeraPro-Medium';
	color: #282828;
	padding: 0 20px;
}

.order_fflc_text span {
	font-family: 'CeraPRO-Black';
}

.order_ffr_content {
	text-align: right;
}

.order_ffrc_normal {
	font-size: 18px;
	text-transform: uppercase;
	margin: 0 0 10px;
}

.order_ffrc_normal span {
	font-family: 'CeraPro-Medium';
	margin-left: 5px;
}

.order_ffrc_final {
	font-size: 22px;
	font-family: 'CeraPRO-Bold';
}

.order_ffrc_final span {
	color: #f05130;
}

.order_f_footer > .order_ff_left > .order_ffl_content,
.order_f_footer > .order_ff_right > .order_ffr_content {
	height: 120px;
}

.order_ffll_btn {
	display: inline-block;
	text-decoration: none;
	padding: 20px 60px;
	color: #fff;
	background-color: #a59d95;
	font-size: 14px;
}

.order_ffl_link {
	padding: 25px 0 0;
}

.order_ffrl_btn {
	display: inline-block;
	text-decoration: none;
	padding: 20px 60px;
	color: #fff;
	background-color: #f05130;
	font-size: 14px;
}

.order_ffr_link {
	padding: 25px 0 0;
	text-align: right;
}

.order_fflc_img {
	width: 50px;
}

.ordertel {
	font-size: 10px;
}

.ordertel span {
	font-family: 'CeraPro-Medium';
	font-size: 14px;
}

.order_t_title {
	margin: 20px 0 30px;
	font-size: 24px;
	font-family: 'CeraPro-Light';
	color: #787878;
}

.order_t_content_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.order_t_main {
	width: calc(100% - 540px);
	margin-right: 20px;
}

.order_t_side {
	width: 520px;
}

.order_tm_title {
	background-color: #f5f5f6;
	font-size: 24px;
	color: #a59d95;
	width: 100%;
	padding: 16px 10px;
	font-family: 'CeraPro-Medium';
	margin-bottom: 5px;
}

.order_ts_title {
	background-color: #8f8e8a;
	font-size: 24px;
	font-family: 'CeraPro-Light';
	color: #fff;
	text-transform: uppercase;
	padding: 15px 10px;
}

.order_tm_login {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 10px;
}

.order_tml_text {
	font-size: 18px;
	font-family: 'CeraPro-Light';
	color: #a59d95;
}

.order_tmlb_btn {
	text-decoration: none;
	background-color: #000;
	color: #fff;
	padding: 10px 20px;
	display: inline-block;
}

.order_tml_link {
	padding-left: 10px;
}

.order_tmo_main {
	position: relative;
}

.order_tmo_posa {
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	-webkit-appearance: none;
	height: 25px;
	padding: 0;
	z-index: 1;
	border-radius: 20px;
}

.order_tmo_lm {
	margin-right: 70px;
}

.order_tmo_main label {
	cursor: pointer;
	font-size: 18px;
	font-family: 'CeraPro-Light';
	color: #a59d95;
}

.order_tmo_main input:checked {
	display: none;
}

.order_tmo_main input {
	display: block;
	z-index: 3;
}

.order_tmo_img::after {
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	background-color: #f05130;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	border-radius: 50%;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.order_tmom_gender .order_tmo_posa {
	margin: -2px 0 0px 80px;
}

.order_tmom_papper .order_tmo_posa {
	margin: -2px 0 0px 96px;
}

.order_tmom_needcode .order_tmo_posa {
	margin: -2px 0 0px 450px;
}

.order_tmom_address .order_tmo_posa {
	margin: -2px 0 0px 288px;
}

.order_tmo_main #op_pap_sameaddress:checked ~ .order_tmo_img::after,
.order_tmo_main #op_pap_rec:checked ~ .order_tmo_img::after,
.order_tmo_main #op_pap_code:checked ~ .order_tmo_img::after,
.order_tmo_main #op_gen_male:checked ~ .order_tmo_img::after {
	left: 5px;
}

.order_tmo_main #op_pap_otheraddress:checked ~ .order_tmo_img::after,
.order_tmo_main #op_pap_invo:checked ~ .order_tmo_img::after,
.order_tmo_main #op_pap_nocode:checked ~ .order_tmo_img::after,
.order_tmo_main #op_gen_female:checked ~ .order_tmo_img::after {
	left: 25px;
}

.order_tmo_img {
	background-color: #d5d2ca;
}

.order_tmo_main input:checked + label {
	font-family: 'CeraPro-Medium';
}

.order_tm_options {
	margin-top: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.order_tm_options > div {
	margin-right: 30px;
}

.order_tmf_input > .order_ti_text {
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	font-size: 10px;
	text-transform: uppercase;
	margin-top: 3px;
	color: #a59d95;
	font-family: 'CeraPro-Light';
}

.order_tmf_input > input:placeholder-shown + .order_ti_text {
	opacity: 0;
}

.order_tmf_input > input:not(:placeholder-shown) + .order_ti_text {
	opacity: 1;
}

.order_tmf_input > input:placeholder-shown + .order_ti_text::after {
	content: '*';
}

.order_tm_form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.order_tm_form > .order_tmf_input {
	width: calc(50% - 5px);
	margin-bottom: 10px;
}

.order_tmf_input > select {
	margin-top: 3px;
}

.order_tmf_input > select,
.order_tmf_input > input[type='text'] {
	width: 100%;
	border: none;
	border-bottom: 1px solid #a59d95;
	color: #a59d95;
	font-family: 'CeraPro-Medium';
	font-size: 18px;
}

.order_tmf_input > input[type='text']::-webkit-input-placeholder,
.order_tmf_input > input[type='password']::-webkit-input-placeholder {
	font-family: 'CeraPro-Light';
	font-style: italic;
	color: #a59d95;
}

.order_tmf_input > select {
	-webkit-appearance: none;
}

.order_tmf_input_full > textarea {
	background-color: #f5f5f6;
	border: 0;
	width: 100%;
	padding: 15px;
	font-size: 16px;
}

.order_tmf_input_full > .order_ti_title {
	font-family: 'CeraPro-Light';
	font-style: italic;
	color: #a59d95;
}

.order_tm_form > .order_tmf_input_full {
	width: 100%;
}

.order_tm_form > .order_tmf_input_full.order_tmf_input_option {
	margin-top: 15px;
}

.order_tmf_input_right {
	margin-left: 10px;
}

.order_tmom_needcode_in {
	margin-top: 10px;
}

.order_tmf_input_btn {
	background-color: #f05130;
	padding: 23px 74px;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	border: 0;
	cursor: pointer;
}

.order_tmf_input_full.order_tmf_input_rigth {
	text-align: right;
	margin: 15px 0;
}

.order_tmo_main.order_tmom_address {
	margin: 15px 0;
}

.order_ts_overview {
	border: 1px solid #8f8e8a;
	padding: 20px 5px;
}

.order_tso_price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 10px 20px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.order_tsop_amount {
	font-size: 20px;
	font-family: 'CeraPro-Medium';
	width: 100px;
	text-align: right;
}

.order_tsop_title {
	font-size: 13px;
	margin-right: 40px;
}

.order_tso_total .order_tsop_amount {
	font-size: 21px;
	font-family: 'CeraPRO-Bold';
	color: #f05130;
}

.order_tso_total .order_tsop_title {
	font-size: 21px;
	font-family: 'CeraPRO-Bold';
}

.order_tso_forfree {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-top: 1px solid #8f8e8a;
	border-bottom: 1px solid #8f8e8a;
	padding: 15px 20px;
}

.order_tsoff_image {
	background-image: url(common/images/packtick.png);
	width: 80px;
	height: 80px;
	background-size: 70px;
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 10px;
}

.order_tsoff_text {
	font-size: 18px;
	width: calc(100% - 90px);
	font-family: 'CeraPro-Medium';
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}

.order_tsoff_text span {
	font-family: 'CeraPRO-Bold';
}

.order_tsop_product {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 15px 10px;
}

.order_tsopp_image {
	width: 100px;
	height: 100px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.order_tsopp_info {
	width: calc(100% - 100px);
	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-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-left: 10px;
}

.order_tsoppi_title {
	text-transform: uppercase;
	font-size: 18px;
}

.order_tsoppi_quancol {
	font-size: 14px;
	margin-top: 5px;
}

.order_tsoppi_prices {
	text-align: right;
	font-size: 20px;
	font-family: 'CeraPro-Medium';
}

.order_tso_products_wrap {
	margin: 30px 10px;
	position: relative;
}

.order_tso_products {
	max-height: 460px;
	overflow-x: hidden;
	overflow-y: scroll;
}

.order_tso_products::-webkit-scrollbar {
	width: 4px;
}

.order_tso_products::-webkit-scrollbar-track {
	background: #f1f1f1;
	border-radius: 2px;
}

.order_tso_products::-webkit-scrollbar-thumb {
	background: #000;
}

.order_tso_products::-webkit-scrollbar-thumb:hover {
	background: #222;
}

.order_tso_products_wrap::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100px;
	z-index: 3;
	background-image: -webkit-linear-gradient(
		rgba(255, 255, 255, 0),
		rgba(255, 255, 255, 1)
	);
	background-image: -o-linear-gradient(
		rgba(255, 255, 255, 0),
		rgba(255, 255, 255, 1)
	);
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(rgba(255, 255, 255, 0)),
		to(rgba(255, 255, 255, 1))
	);
	background-image: linear-gradient(
		rgba(255, 255, 255, 0),
		rgba(255, 255, 255, 1)
	);
}

.order_tmf_select_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 20px 0;
	width: 100%;
}

.order_tmf_select_box > div {
	width: 50%;
}

.order_tmfsb_title {
	font-size: 15px;
	font-family: 'CeraPRO-Black';
	color: #f05130;
	margin-bottom: 10px;
}

.order_tmfsb_input > input {
	-webkit-appearance: none;
	width: 25px;
	height: 25px;
	border: 5px solid #d5d2ca;
	border-radius: 50%;
	background-color: #d5d2ca;
}

.order_tmfsb_input > input:checked {
	background-color: #f05130;
}

.order_tmfsb_input > label {
	color: #a59d95;
	font-family: 'CeraPro-Light';
	font-size: 18px;
	margin-left: 10px;
}

.order_tmfsb_input > input:checked + label {
	font-family: 'CeraPro-Medium';
}

.order_tmfsb_input {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 10px 0;
}

.order_tsoppip_strike {
	color: #a59d95;
	position: relative;
	padding: 0 4px;
	margin-right: 15px;
}

.order_tsoppip_strike::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	border-top: 1px solid #a59d95;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 100%;
}

.order_ts_overview.order_ts_freeship {
	padding: 20px 54px;
}

.order_tmf_captcha {
	width: 100%;
	margin-bottom: 20px;
}

.order_tmf_c_title {
	font-family: 'CeraPro-Light';
	font-size: 18px;
	color: #a59d95;
	margin-bottom: 5px;
}

.order_tmf_c_subtitle {
	font-size: 12px;
	margin-top: 3px;
	color: #a59d95;
	font-family: 'CeraPro-Light';
}

.order_tmf_c_input {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.order_tmf_c_input input[type='text'] {
	font-size: 18px;
	padding: 0px 20px;
	margin-right: 10px;
	width: 160px;
}

.order_tm_address_get {
	margin: 20px 0;
	padding: 20px;
	border: 1px solid #a59d95;
	width: 100%;
}

.order_tm_ag_title {
	font-family: 'CeraPro-Light';
	font-size: 14px;
	color: #a59d95;
	margin-bottom: 10px;
}

.order_tm_ag_address {
	font-family: 'CeraPro-Medium';
	color: #a59d95;
	font-size: 18px;
	font-style: italic;
}

.order_tmo_main.order_tmom_papper.order_tmf_input_full {
	margin: 15px 0px;
}

.order_tm_options.order_tmf_input_full {
	margin-bottom: 15px;
}

.order_t_login_reg_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 30px;
}

.order_t_login_reg_wrap > div {
	width: calc(50% - 5px);
}

.order_t_lrw_login {
	margin-right: 10px;
}

.order_t_lrw_wrap {
	background-color: #f5f5f6;
}

.order_t_lrw_title {
	color: #a59d95;
	font-size: 18px;
	padding: 0 10px;
	margin: 10px 0;
	font-family: 'CeraPRO-Bold';
}

.order_t_lrw_wrap {
	background-color: #f5f5f6;
	padding: 20px 15px;
}

.order_t_lrw_wrap .order_tmf_input > select,
.order_t_lrw_wrap .order_tmf_input > input[type='text'] {
	background-color: #f5f5f6;
}

.order_tmf_input {
	margin-bottom: 20px;
	position: relative;
}

.order_ti_link {
	position: absolute;
	top: 27px;
	right: 0;
	font-size: 10px;
	text-decoration: none;
	color: #a59d95;
	font-family: 'CeraPro-Light';
}

.order_tmf_checkbox > label {
	font-family: 'CeraPro-Regular';
	font-style: italic;
	color: #a59d95;
}

.order_tmf_checkbox > label > input[type='checkbox'] {
	-webkit-appearance: none;
	width: 20px;
	height: 20px;
	background: #d5d2c9;
	margin: 4px 8px -3px 0px;
	cursor: pointer;
}

.order_tmf_checkbox > label > input[type='checkbox']:checked {
	background-position: center;
	background-size: 16px;
	background-repeat: no-repeat;
	background-image: url('common/images/tick.png');
}

.order_tmf_checkbox {
	margin: 15px 0;
}

.order_t_lrw_r_label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 20px;
}

.order_t_lrw_r_label > input:checked {
	background-color: #f05130;
}

.order_t_lrw_r_label > input {
	-webkit-appearance: none;
	width: 25px;
	height: 25px;
	border: 5px solid #d5d2ca;
	border-radius: 50%;
	background-color: #d5d2ca;
}

.order_t_lrw_r_text {
	width: calc(100% - 35px);
	margin-left: 10px;
}

.order_t_lrw_r_t_title {
	font-size: 18px;
	font-family: 'CeraPro-Medium';
	color: #a59d95;
	margin-bottom: 10px;
}

.order_t_lrw_r_t_text {
	font-size: 14px;
	color: #a59d95;
}

table#cphMain_ctlMemberCreation1_rblGender > tbody > tr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

table#cphMain_ctlMemberCreation1_rblGender > tbody > tr > td {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 5px;
}
/* NEW REGISTER */
.register .order_t_main {
	width: 100%;
	margin-right: 0;
}

.register_head .cate_up_inf_out {
	position: relative;
}

.register .order_tm_options {
	margin-top: 6px;
}

.register .landing_main_out {
	background-color: transparent;
}

.register_head .cate_up_inf_t {
	color: #fff;
}

.register_head .breadcrumb > a {
	color: #fff;
}

.register_title {
	font-size: 23px;
	font-family: 'CeraPro-Medium';
	color: #a59d95;
	padding: 25px 0 45px;
}

.register .order_tm_form > .order_tmf_input {
	margin-bottom: 30px;
}

.register {
	padding: 50px 0;
	background: #f5f5f6;
	margin-bottom: 10px;
}

.register .order_tmf_input > select,
.register .order_tmf_input > input[type='text'] {
	background-color: #f5f5f6;
}

.upmenu-search::-webkit-input-placeholder {
	text-align: left;
	font-size: 12px;
}

.upmenu-search:-ms-input-placeholder {
	text-align: left;
	font-size: 12px;
}

.upmenu-search::-ms-input-placeholder {
	text-align: left;
	font-size: 12px;
}

.upmenu-search::placeholder {
	text-align: left;
	font-size: 12px;
}

.register .register_c_label > input[type='checkbox'] {
	-webkit-appearance: none;
	width: 20px;
	height: 20px;
	background-color: #e8e8e8;
	cursor: pointer;
	margin: 25px 5px -5px 0;
}

.register .register_c_label > input[type='checkbox']:checked {
	background-position: center;
	background-size: 16px;
	background-repeat: no-repeat;
	background-image: url('common/images/tick.png');
}

.register .register_c_label > div {
	display: inline-block;
}

.register_checkbox {
	width: 100%;
	text-align: center;
}

.register .register_c_label {
	font-size: 12px;
	color: #28282d;
	text-transform: uppercase;
}

.register .register_c_label label {
	font-family: 'CeraPRO-Bold';
}

.register_checkbox > a {
	font-size: 12px;
	color: #28282d;
	font-family: 'CeraPro-Light';
	text-decoration: none;
}

.register .order_tmf_input_full.order_tmf_input_rigth {
	text-align: center;
	margin: 50px 0 0;
}

.register .order_tmf_input_btn {
	padding: 20px 60px;
}

.register_subnote {
	font-size: 10px;
	text-align: center;
	margin: 30px 0 0;
	line-height: 1.3;
	font-family: 'CeraPro-Light';
	font-style: italic;
	color: #a59d95;
}

.register_subnote > span {
	color: #f05130;
}

.register .order_tm_form > .order_tmf_input:nth-child(odd) {
	margin-left: 0;
}

.register .order_tmf_input_right {
	margin-left: 10px;
}

.order_tm_options.order_tmf_input_right.memberscreation_checkbox_wrap {
	width: calc(50% - 5px);
	align-items: flex-start;
}

.autocomplete-suggestions {
	background-color: rgba(255, 255, 255, 0.4);
	overflow-x: hidden;
	overflow-y: auto;
	padding: 38px 36px;
	box-shadow: 0 30px 30px rgb(143, 142, 138, 0.5);
	height: 100%;
	backdrop-filter: blur(50px) brightness(130%);
	-webkit-backdrop-filter: blur(50px) brightness(130%);
}

@-moz-document url-prefix() {
	.autocomplete-suggestions {
		background-color: rgba(255, 255, 255, 0.9);
	}
}

.autocomplete-product {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	/* -webkit-box-align: center; -ms-flex-align: center; align-items: center;  */
}

.autocomplete-product-img {
	width: 87px;
	height: 87px;
	display: block;
	object-fit: cover;
}

.autocomplete-suggestion {
	padding-bottom: 20px;
	padding-right: 15px;
}

.no-prod {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	line-height: 100px;
	padding: 0 15px;
}

.autocomplete-suggestion .autocomplete-product {
	cursor: pointer;
}

.right-col {
	margin-top: 18px;
	padding-top: 12px;
	border-top: 1px solid rgba(240, 81, 48, 0.4);
}

.autocomplete-suggestion .autocomplete-product-info-name {
	color: #525256;
	font-weight: normal;
	font-size: 20px;
	line-height: 22px;
}

.autocomplete-suggestion mark {
	color: #f05130;
	font-family: 'CeraPro-Bold';
	background: none;
}

.right-col .autocomplete-product {
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid rgba(240, 81, 48, 0.4);
}

.right-col .autocomplete-product .autocomplete-product-info a {
	transition: 0.3s ease-in-out;
}

.autocomplete-suggestion:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: 0px solid #a59d95;
}

.autocomplete-product-info {
	padding: 0 10px 0 26px;
	width: calc(100% - 168px);
}

.autocomplete-product-info-name a {
	font-size: 14px;
	line-height: 19px;
	color: #282828;
	font-family: 'CeraPRO-Medium';
}

.right-col .autocomplete-product-info-name {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.autocomplete-product-info-code a {
	font-size: 13px;
	margin-top: 5px;
	color: #282828;
}

.autocomplete-product-price {
	width: 80px;
	text-align: right;
	margin-left: auto;
	margin-top: auto;
}

.autocomplete-product-price a {
	font-size: 20px;
	font-family: 'CeraPRO-Medium';
	color: #282828;
}

.autocomplete-product:hover .autocomplete-product-info a {
	font-weight: 700;
}

.autocomplete-suggestions::-webkit-scrollbar {
	width: 4px;
}

.autocomplete-suggestions::-webkit-scrollbar-track {
	background: rgba(255, 255, 255, 0.4);
	border-radius: 2px;
}

.autocomplete-suggestions::-webkit-scrollbar-thumb {
	background: #8f8e8a;
}

.autocomplete-suggestions::-webkit-scrollbar-thumb:hover {
	background: #8f8e8a;
}

.contact_head .cate_up_inf_t {
	color: #fff;
	font-family: 'CeraPro-Light';
	font-size: 30px;
}

.contact_head .breadcrumb > a {
	color: #fff;
}

.contact_head .cate_up_inf_out {
	position: relative;
}

.order_tmf_input_full.register_buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.order_tmf_input_btn.register_btn_grey {
	background-color: #a59d95;
}

.register_text_title {
	font-size: 18px;
	font-family: 'CeraPro-Light';
	font-style: italic;
	color: #a59d95;
}

.contact .register_text_box {
	background-color: #fff;
	margin-top: 10px;
	height: 140px;
}

.contact_boxes {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 40px;
}

.contact_boxes .contact_box {
	text-align: center;
	width: 50%;
	color: #282828;
	background-color: #fff;
	padding: 50px 10px 10px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	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;
}

.contact_boxes .contact_box:first-child {
	border-right: 1px solid #f5f5f6;
}

.contact_b_title {
	font-size: 16px;
	font-family: 'CeraPRO-Black';
	margin-bottom: 5px;
}

.contact_b_text {
	font-size: 17px;
	margin-bottom: 20px;
	line-height: 1.4;
}

.contact_b_text > span {
	font-family: 'CeraPro-Medium';
}

.contact_tt_title {
	font-size: 15px;
	text-transform: uppercase;
	font-family: 'CeraPRO-Bold';
}

.order_tmf_input * {
	width: 100%;
	background-color: transparent;
	border: none;
}

.order_tm_form > div > span,
.order_tm_form > div > div > span {
	font-size: 10px;
	color: rgb(240, 81, 48);
}

.order_tmf_input script {
	display: none;
}

.order_tmf_input .dxeTextBox_Metropolis td.dxic {
	padding: 0;
}

.order_tmf_input
	.dxeErrorCell_Metropolis.dxeErrorFrame_Metropolis.dxeErrorFrameSys.dxeErrorCellSys.dxeNoBorderLeft
	> table
	> tbody
	> tr
	> td:nth-child(2) {
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: right;
}

.order_tmf_input .dxeErrorCellSys img {
	margin-right: 0;
	width: 14px;
	position: absolute;
	top: 0;
	right: 0;
}

.order_tmf_input .dxeEditAreaSys {
	border: none !important;
	border-bottom: 1px solid #a59d95 !important;
}

.order_tmf_input .order_ti_link {
	width: 140px;
}

#cphMain_ctlOrderWizard1_cpnlProduct_captchaLogin .dxeFocused_Metropolis {
	border: 1px solid #c0c0c0 !important;
}

.dxeIRBFocused_Metropolis {
	outline: none !important;
}

.dxEditors_edtRadioButtonUnchecked_Metropolis,
#cphMain_ctlOrderWizard1_cpnlProduct_dvContactless
	.dxWeb_edtCheckBoxUnchecked_Metropolis {
	width: 25px;
	height: 25px;
	border: 5px solid #d5d2ca;
	border-radius: 50%;
	background: none;
	background-color: #d5d2ca;
}

.dxEditors_edtRadioButtonChecked_Metropolis,
#cphMain_ctlOrderWizard1_cpnlProduct_dvContactless
	.dxWeb_edtCheckBoxChecked_Metropolis {
	width: 25px;
	height: 25px;
	border: 5px solid #d5d2ca;
	border-radius: 50%;
	background: none;
	background-color: #f05130;
}

#cphMain_ctlOrderWizard1_cpnlProduct_dvContactless {
	margin-top: 20px;
	justify-content: flex-start;
	padding-left: 10px;
	padding-right: 10px;
}

#cphMain_ctlOrderWizard1_cpnlProduct_dvContactless .order_tsop_amount {
	width: auto;
}

#cphMain_ctlContactForm1_cpnlContactForm_captchaContact_IMG,
#cphMain_ctlOrderWizard1_cpnlProduct_captchaNewCustomer_IMG,
#cphMain_ctlOrderWizard1_cpnlProduct_captchaLogin_IMG {
	background-color: #f05130 !important;
	width: 130px !important;
	height: 50px !important;
}

.dxca-imageDiv {
	width: auto !important;
}

table#cphMain_ctlContactForm1_cpnlContactForm_captchaContact_TB {
	width: 130px !important;
	height: 50px;
}

#cphMain_ctlContactForm1_cpnlContactForm_captchaContact > table > tbody,
#cphMain_ctlOrderWizard1_cpnlProduct_captchaNewCustomer > table > tbody,
#cphMain_ctlOrderWizard1_cpnlProduct_captchaLogin > table > tbody {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	margin-bottom: 40px;
}

#cphMain_ctlOrderWizard1_cpnlProduct_rblShippingMethods_ET {
	position: relative;
}

#cphMain_ctlOrderWizard1_cpnlProduct_rblShippingMethods_EC {
	position: absolute;
	bottom: -15px;
	left: 0;
}

#cphMain_ctlOrderWizard1_cpnlProduct_rblPaymentTypes_ET {
	position: relative;
}

#cphMain_ctlOrderWizard1_cpnlProduct_rblPaymentTypes_EC {
	position: absolute;
	bottom: -15px;
	left: 0;
}

div#cphMain_ctlOrderWizard1_cpnlProduct_pnlSubStep_3_4 {
	width: 100%;
}

#cphMain_ctlContactForm1_cpnlContactForm_captchaContact
	.dxcaTextBoxLabel_Metropolis,
#cphMain_ctlOrderWizard1_cpnlProduct_captchaNewCustomer
	.dxcaTextBoxLabel_Metropolis,
#cphMain_ctlOrderWizard1_cpnlProduct_captchaLogin .dxcaTextBoxLabel_Metropolis {
	position: absolute;
	top: calc(100% + 5px);
	left: 0;
	width: 100%;
	font-size: 12px;
	color: #a59d95;
	font-family: 'CeraPro-Light';
}

span#cphMain_ctlContactForm1_cpnlContactForm_captchaContact_RTS,
span#cphMain_ctlOrderWizard1_cpnlProduct_captchaNewCustomer_RTS,
span#cphMain_ctlOrderWizard1_cpnlProduct_captchaLogin_RTS {
	display: none;
}

input#cphMain_ctlContactForm1_cpnlContactForm_captchaContact_TB_I,
input#cphMain_ctlOrderWizard1_cpnlProduct_captchaNewCustomer_TB_I,
input#cphMain_ctlOrderWizard1_cpnlProduct_captchaLogin_TB_I {
	/*height: 72px;*/
	padding: 0;
	text-align: center;
	font-size: 30px;
	width: 100%;
	height: 100%;
}

td.dxcaRefreshButtonCell_Metropolis {
	border: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	height: 50px;
	padding: 5px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.dxeTextBoxSys.dxeTextBox_Metropolis.dxeTextBoxDefaultWidthSys::after {
	content: attr(data-textdown);
	font-size: 10px;
	text-transform: uppercase;
	margin-top: 3px;
	color: #a59d95;
	font-family: 'CeraPro-Light';
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	opacity: 1;
}

.dxeTextBoxSys.dxeTextBox_Metropolis.dxeTextBoxDefaultWidthSys.dxeNullText_Metropolis::after {
	opacity: 0;
}

table#cphMain_ctlOrderWizard1_cpnlProduct_captchaLogin_TB,
table#cphMain_ctlOrderWizard1_cpnlProduct_captchaNewCustomer_TB {
	width: 130px !important;
	height: 50px;
}

td.dxcaTextBoxCellNoIndent_Metropolis {
	padding: 0 !important;
}

/* cms */
/* etairika katastimata */
.sale-points-tabs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 15px;
	gap: 10px;
}

.sale-points-tabs > .sale-point-tab {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-preferred-size: 25%;
	flex-basis: 25%;
	height: 400px;
	position: relative;
	background-color: #a59d95;
}

.sale-points-tabs > .sale-point-tab.active {
	background-color: rgba(247, 158, 124, 1);
}

.sale-points-tabs > .sale-point-tab .img {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	opacity: 0.63;
	background-position: center;
	background-repeat: no-repeat;
	mix-blend-mode: luminosity;
}

.sale-points-tabs > .sale-point-tab.active .img {
	opacity: 0.4;
}

.sale-points-tabs > .sale-point-tab.active::after {
	content: url('/common/images/sale-point-arrow.png');
	display: block;
	position: absolute;
	bottom: -40px;
}

.sale-points-tabs > .sale-point-tab.etairika .img {
	background-image: url('/common/images/cms/etairika-katastimata.jpg');
}

.sale-points-tabs > .sale-point-tab.leuka-eidi .img {
	background-image: url('/common/images/cms/leuka-eidi.jpg');
}

.sale-points-tabs > .sale-point-tab.vrefika .img {
	background-image: url('/common/images/cms/vrefika-eidi.jpg');
}

.sale-points-tabs > .sale-point-tab .caption {
	position: relative;
	width: 78%;
	height: 65%;
	max-width: 340px;
	max-height: 330px;
	background-color: rgba(255, 255, 255, 0.6);
	z-index: 1;
	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;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.sale-points-tabs > .sale-point-tab .caption p {
	font-size: 21.5px;
	max-width: 90%;
	text-align: center;
	font-family: 'CeraPro-Medium';
	margin-bottom: 45px;
	margin-top: 0;
	color: #282828;
	letter-spacing: 5px;
}

.sale-points-tabs > .sale-point-tab .caption a {
	width: 255px;
	height: 60px;
	background-color: #282828;
	color: #fff;
	font-size: 13.6px;
	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;
	text-decoration: none;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.sale-points-tabs > .sale-point-tab .caption a:hover {
	background-color: #f05130;
}

.sale-points {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 90px auto 30px;
}

.sale-points-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	max-width: 1100px;
	margin-top: 50px;
}

.sale-points-container::after {
	content: '';
	-ms-flex-preferred-size: 30%;
	flex-basis: 30%;
}

.sale-points-container .sale-point .filter {
	background-color: rgba(165, 157, 149, 1);
	border-radius: 100%;
	overflow: hidden;
	-webkit-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
}

.sale-points-container .sale-point .photo {
	width: 267px;
	height: 267px;
	border-radius: 100%;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	mix-blend-mode: luminosity;
	background-image: url('/common/fordemo/sale-point.png');
}

.sale-point:hover .filter {
	background-color: rgba(0, 0, 0, 0);
}

.point-title {
	text-transform: uppercase;
}

.sale-point {
	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;
	text-align: center;
	margin-bottom: 30px;
	-ms-flex-preferred-size: 30%;
	flex-basis: 30%;
}

.sale-point p {
	margin-top: 0;
}

.sale-point .point-title {
	font-family: 'CeraPRO-Black';
	font-size: 14.6px;
}

.sale-point .point-address {
	font-size: 15.6px;
	line-height: 1.3;
}

.sale-point .point-address a {
	color: inherit;
}

.sale-point .point-orario {
	font-size: 13.6px;
	font-weight: 700;
	letter-spacing: 3px;
}

.sale-point .point-hours {
	font-size: 13.6px;
	line-height: 1.3;
	margin-bottom: 15px;
}

.sale-point .point-title,
.sale-point .point-orario {
	margin: 25px 0 10px;
}

.sale-point .map-point {
	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;
	font-size: 14.6px;
	cursor: pointer;
}

.sale-point .map-point img {
	margin-bottom: 10px;
}

.sale-points-title {
	font-size: 24.6px;
	font-family: 'CeraPro-Light';
	color: #787878;
	max-width: 380px;
	text-align: center;
	letter-spacing: 3px;
}

.sale-points .map-container {
	width: 100%;
	height: 385px;
	max-height: 0;
	overflow: hidden;
	margin-top: 25px;
	-webkit-transition: max-height 0.5s linear;
	-o-transition: max-height 0.5s linear;
	transition: max-height 0.5s linear;
}

.sale-points .map-container .map-filter {
	width: 100%;
	height: 100%;
	border: 0;
	position: absolute;
	left: 0;
	right: 0;
	height: 0;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	opacity: 0;
	visibility: hidden;
}

.sale-points .map-container.show {
	max-height: 385px;
}

.sale-points .map-container.show .map-filter {
	height: 385px;
	opacity: 1;
	visibility: visible;
}

.map-point .arrow {
	visibility: hidden;
	margin-top: 20px;
}

.map-point:hover .arrow {
	visibility: visible;
}

.map-point .arrow.show {
	visibility: visible;
}

.sale-points-container.shops-container {
	margin: 50px auto 0;
}

.shops-points.country-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 90px;
}

/* sale points */
.sale-points .tabcontent:not(:nth-of-type(2)) {
	display: none;
}

.country-area {
	display: none;
	width: 100%;
	margin-top: 35px;
}

.sale-points .tab-content {
	width: 100%;
	margin-top: 35px;
	display: none;
}

.sale-points .tabcontent {
	width: 100%;
	margin-top: 35px;
}

.sale-points .tab-content.active,
.country-area.active {
	display: block;
}

.sale-tabs-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.sale-tabs-container > div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 60px;
	-ms-flex-preferred-size: 19.5%;
	flex-basis: 19.5%;
	border: 0;
	background-color: #787878;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	text-align: center;
	padding: 0 5px;
}

.sale-tabs-container > div.active,
.sale-tabs-container > div:hover {
	background-color: #f05130;
}

.sale-tabs-container.sale-tabs-vrefika {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.sale-tabs-container.sale-tabs-vrefika > div {
	margin: 0 5px;
	padding: 5px 15px;
}

.country {
	justify-content: center;
}

.country .tab-links {
	margin: 0 20px;
}

.sale-points-area {
	max-width: none;
	width: 100%;
	text-align: left;
	margin: 40px 0 0;
}

.sale-points-table {
	width: 100%;
	text-align: center;
	border-spacing: 0;
}

.sale-points-table th {
	background-color: #f05130;
	font-size: 16px;
	font-family: 'CeraPRO-Black';
	color: #fff;
	letter-spacing: 3px;
	text-transform: uppercase;
	height: 35px;
}

.sale-points-table th span {
	font-size: 16px;
	font-family: 'CeraPRO-Black';
}

.sale-points-table td {
	font-size: 16px;
	color: #282828;
	text-transform: uppercase;
	height: 42px;
	padding: 5px 10px;
	border-top: 1px solid #e8e8e8;
	width: 25%;
}

#tab-tab1 .sale-points-table tr:nth-child(4n),
.sale-points-table tr:nth-child(odd) {
	background-color: #f2f2f2;
}

.sale-points-table tr.mob-shadow {
	-webkit-box-shadow: 0 0 10px rgb(165, 157, 149);
	box-shadow: 0 0 10px rgb(165, 157, 149);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.sale-points-table td.map-cell {
	width: 0;
}
/* .sale-points-table tr:not(:first-child){cursor:pointer; pointer-events: none;} */
.map-row td {
	padding: 25px;
	display: none;
}

.map-filter {
	-webkit-box-shadow: inset 0 0 40px #a59d95;
	box-shadow: inset 0 0 40px #a59d95;
	height: 370px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.map-filter iframe {
	width: 98%;
	border: 0;
	height: 93%;
}

.map-row .label {
	margin: 0 0 20px;
	font-size: 13px;
	text-align: left;
}

.map-row.show td {
	display: table-cell;
}

.map-row.show td * {
	-webkit-animation-name: opacity;
	animation-name: opacity;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
}

@-webkit-keyframes opacity {
	0% {
		opacity: 0;
	}

	25% {
		opacity: 0.3;
	}

	50% {
		opacity: 0.6;
	}

	100% {
		opacity: 1;
	}
}

@keyframes opacity {
	0% {
		opacity: 0;
	}

	25% {
		opacity: 0.3;
	}

	50% {
		opacity: 0.6;
	}

	100% {
		opacity: 1;
	}
}

.sale-points-table td.map-cell img,
.sale-points-table td.phone-cell a {
	display: none;
}

#pctlNewsletter_PW-1 .newssoc_newsletter.backgimg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

#pctlNewsletter_PW-1 .dxpc-mainDiv.dxpc-shadow {
	border: 20px solid #fff;
}

.productfeellook_prod_out .landing_prod_price_box {
	height: 150px;
	display: block;
}

.productfeellook_prod_out .landing_prod .landing_prod_price {
	margin: 15px 0 0px;
}

.productfeellook_prod_out .landing_prod_title {
	min-height: 50px;
}

.producttabs_content_in > div {
	display: none;
	min-height: 90px;
	line-height: 1.3;
}

#pctlNewsletter_HCB-1 {
	position: absolute;
	z-index: 5;
	top: 0;
	right: 0;
}

#ctlMemberPanel1_cpnlMemberLogin_pnlMemberInfo > * {
	display: block;
}

#cphMain_ctlContactForm1_cpnlContactForm_meComments_I {
	background-color: #fff;
	margin-top: 10px;
	height: 140px;
	border: 0;
	width: 100%;
	padding: 15px;
	font-size: 16px;
}

#cphMain_ctlContactForm1_cpnlContactForm_meComments {
	width: 100%;
	border: none;
	margin-top: 10px;
}

#cphMain_pnlReceiveMail_GR,
#cphMain_pnlReceiveMail_EN #cphMain_ctlMemberCreation1_pnlOperationResult {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
}

#cphMain_pnlReceiveMail_GR,
#cphMain_pnlReceiveMail_EN {
	color: rgb(165, 157, 149);
	font-size: 10px;
	font-family: 'CeraPro-Light';
	font-style: italic;
	text-align: center;
	line-height: 1.5;
	max-width: 880px;
	width: 100%;
	margin: 50px auto 0;
}

#cphMain_pnlReceiveMail_GR > span > span,
#cphMain_pnlReceiveMail_EN > span > span {
	color: rgb(240, 81, 48);
}

#cphMain_pnlReceiveMail_GR *,
#cphMain_pnlReceiveMail_EN * {
	font-family: 'CeraPro-Light';
	font-style: italic;
}

#ctlMemberPanel1_cpnlMemberLogin_tbPassword_ET > tbody > tr > td,
#ctlMemberPanel1_cpnlMemberLogin_tbEmail_ET > tbody > tr > td {
	display: block;
	width: 100%;
	margin-bottom: 5px;
}

#ctlMemberPanel1_cpnlMemberLogin_tbPassword_ET,
#ctlMemberPanel1_cpnlMemberLogin_tbEmail_ET {
	width: 100%;
}

.order_messageresult {
	font-size: 16px;
	line-height: 1.5;
	max-width: 700px;
	margin: 20px auto 0;
}

#ctlMemberPanel1_cpnlMemberLogin_tbPassword_ETC,
#ctlMemberPanel1_cpnlMemberLogin_tbEmail_ETC {
	text-align: left;
	margin-bottom: 10px;
	display: block;
}

.mainmenu_submenu_image_marg {
	margin: 0 15px;
}

.login-textbaner {
	font-size: 36px;
	font-family: 'CeraPro-Light';
}

.login-wrap {
	text-align: center;
	margin-bottom: 5px;
	padding: 15px;
}

.login-wrap .login-textbox {
	background-color: transparent !important;
	-webkit-appearance: none;
	border: none;
	border-bottom: 1px solid #a59d95;
	font-size: 16px;
	padding: 5px 5px 0 5px;
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
}

.login-main {
	background-color: #f5f5f6;
	padding: 50px 0;
}

.login-wrap > .login-label,
.login-wrap > input,
.login-wrap > span {
	display: block;
	width: 100%;
	max-width: 500px;
	margin: 0 auto 0;
	text-align: left;
}

.login-wrap.login-button {
	margin: 45px 0;
}

.login-errormessage,
#cphMain_ctlMemberLogin1_rexvEmail {
	margin: 0 auto 10px;
	font-size: 12px;
	color: red;
}

.login-error {
	color: red;
	font-family: 'CeraPRO-Bold';
}

.login-wrap > .login-label {
	color: #a59d95;
	margin: 0 auto 5px;
	font-family: 'CeraPro-Light';
}

.login-result {
	text-align: center;
	font-size: 20px;
	width: 100%;
	max-width: 500px;
	margin: 100px auto;
}

.userlounge-main {
	background-color: #f5f5f6;
	padding: 50px 0;
}

.userlounge-main > a {
	display: block;
	width: 100%;
	max-width: 500px;
	margin: 10px auto;
}

.userlounge-memdetails {
	background-image: url('/common/images/lounge/lounge-edit.svg');
}

.userlounge-orderhistory {
	background-image: url('/common/images/lounge/lounge-history.svg');
}

.userlounge-changepass {
	background-image: url('/common/images/lounge/lounge-change.svg');
}

.userlounge-deleteacc {
	background-image: url('/common/images/lounge/lounge-delete.svg');
}

.userlounge-main > a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	max-width: 500px;
	margin: 10px auto;
	background-size: 40px;
	background-repeat: no-repeat;
	height: 50px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 70px;
	background-position: 5px 50%;
	color: #787878;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.userlounge-main > a:hover {
	background-size: 45px;
	text-decoration: underline;
}

.useredit-info {
	background-color: #f5f5f6;
	font-size: 24px;
	color: #a59d95;
	width: 100%;
	padding: 16px 10px;
	font-family: 'CeraPro-Medium';
	margin-bottom: 5px;
	max-width: 500px;
	margin: 10px auto;
}

.useredit-main {
	padding: 50px 0;
}

.useredit-inputarea > .login-wrap {
	width: 50%;
}

.useredit-inputarea {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
}

.useredit-height {
	height: 20px;
}

.login-textbox.login-option {
	border: none;
}

.memberwishlist-main {
	background-color: #f5f5f6;
	padding: 50px 0;
}

.memberwishlist-image {
	position: relative;
	height: 150px;
}

.memberwishlist-image > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

a.memberwishlist-remove {
	width: 25px;
	height: 25px;
	background-position: center;
	display: inline-block;
	background-repeat: no-repeat;
	background-size: 20px;
}

.memberwishlist-table {
	border-spacing: 15px;
}

.memberwishlist-header > td {
	font-size: 16px;
	font-family: 'CeraPRO-Black';
}

.memberwishlist-header > td:nth-child(1) {
	width: 40px;
}

.memberwishlist-header > td:nth-child(2) {
	width: 150px;
}

.memberwishlist-header > td:nth-child(3) {
	width: calc(100% - 390px);
}

.memberwishlist-header > td:nth-child(4) {
	width: 200px;
	text-align: center;
}

.memberwishlist-text .landing_prod_title {
	text-align: left;
	padding: 0;
	font-size: 16px;
}

.memberwishlist-price > div {
	text-align: center;
	display: inline-block;
	margin: 0 5px;
}

.memberwishlist-price {
	text-align: center;
}

.axies-banner {
	min-height: 150px;
	background-color: #f05130;
	font-size: 17px;
	color: #fff;
	line-height: 1.5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.axies-banner .sitegrid1600 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}

.axies-banner p {
	max-width: 1000px;
}

.axies-row .photo {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.axies-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.axies-row > div {
	height: 390px;
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
}

.axies-row .text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 25.6px;
	color: #787878;
	text-align: center;
	background-color: #fff;
}

.axies-row .text p {
	max-width: 70%;
}

.axies-boxes {
	margin-bottom: 120px;
}

.home_shopcat_out .home_main_side_l.axies_side_l {
	bottom: 0;
}

.history-container {
	background-color: #fff;
	padding-top: 85px;
}

.history-container .h-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.history-container .h-row .text {
	font-size: 20px;
	color: #787878;
	line-height: 1.5;
}

.history-container .h-row .year,
.history-container .h-row .photo {
	width: 206px;
	height: 206px;
	border-radius: 100%;
}

.history-container .h-row .year {
	background-color: #f05130;
	font-size: 52px;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
}

.history-container .h-row .year .shadow-img {
	position: absolute;
	bottom: -100px;
	right: -160px;
	left: auto;
	z-index: -1;
}

.history-container .h-row .photo {
	background-position: center;
	background-size: auto;
	background-repeat: no-repeat;
}

.history-container .h-row .text p {
	margin: 0;
}

.history-container .h-row.row-2 .text p,
.history-container .h-row.row-3 .text p,
.history-container .h-row.row-5 .text p {
	margin-top: 30px;
	margin-bottom: 0;
}

.history-container .h-row.row-1 {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.history-container .h-row.row-1 .text {
	padding-left: 15px;
	max-width: 465px;
}

.history-container .h-row.row-2 {
	margin-top: 35px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.history-container .h-row.row-2 > div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 12%;
}

.history-container .h-row.row-2 .text {
	max-width: 350px;
}

.history-container .row-container {
	max-width: 1200px;
	width: 100%;
	margin: auto;
	z-index: 1;
	position: relative;
}

.history-container .h-row.row-1 {
	max-width: 1160px;
	margin-left: auto;
}

.dots-container {
	position: relative;
}

.dots-container .dots-img {
	position: absolute;
	left: 0;
	right: 0;
	top: 120px;
	max-width: 1555px;
	width: 100%;
}

.history-container .h-row.row-3 {
	margin-top: 105px;
	-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;
	text-align: center;
}

.history-container .h-row.row-3 > div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.history-container .h-row.row-3 .text {
	max-width: 360px;
}

.history-container .h-row.row-3 .photo {
	background-position: left center;
}

.history-container .h-row.row-4 {
	margin-top: 80px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: 30px;
}

.history-container .h-row.row-4 .text {
	padding-left: 15px;
	max-width: 552px;
	background-color: #fff;
}

.history-container .h-row.row-4 .photo {
	background-size: auto;
	border: 0.5px solid #f05130;
	background-color: #fff;
}

.history-container .h-row.row-5 {
	margin-top: 200px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}

.history-container .h-row.row-5 > div {
	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;
	padding-left: 10%;
}

.history-container .h-row.row-5 > div:nth-child(2) .text {
	max-width: 435px;
}

.history-container .h-row.row-5 > div:nth-child(1) .text {
	max-width: 350px;
}

.history-container .h-row.row-6 {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 150px;
	margin-left: 30px;
}

.history-container .h-row.row-6 .text {
	padding-left: 15px;
	max-width: 480px;
	background-color: #fff;
}

.history-container .h-row.row-6 .photo {
	background-size: auto;
	border: 0.5px solid #f05130;
	background-color: #fff;
}

.history-container .h-row.row-7 {
	-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;
	text-align: center;
	margin-top: 70px;
}

.history-container .h-row.row-7 .text {
	font-size: 24px;
}

.history-container .h-row.row-7 .photo {
	background-position: left center;
}

.history-container .h-row.row-7 .text p {
	margin-top: 30px;
	line-height: 1.2;
}

.history-container .h-row.row-7 > div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.history-container .h-row.row-7 .year {
	width: 295px;
	height: 295px;
	font-size: 50px;
}

.history-container .h-row.row-7 .year p {
	font-size: 20px;
}

.dots-container .grey-bg {
	height: 390px;
	background-color: #f5f5f6;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -60px;
}

.kanalia-container {
	padding: 85px 0 125px;
}

.kanalia {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 15px;
	padding: 0 15px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.kanalia > div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-preferred-size: 15%;
	flex-basis: 15%;
}

.kanalia > div p {
	margin-top: 30px;
	font-size: 20px;
	color: #787878;
	line-height: 1.3;
}

.kanalia .img {
	height: 75px;
}

tr.order_f_header > td:nth-child(1),
tr.order_f_row > td:nth-child(1) {
	width: 60%;
}

tr.order_f_header > td:nth-child(2),
tr.order_f_row > td:nth-child(2) {
	width: 40%;
}

tr.order_f_header > td > div,
tr.order_f_row > td > div {
	display: -webkit-box;
	display: -ms-flexbox;
	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;
}

tr.order_f_header > td:nth-child(1) > div > div:nth-child(1),
tr.order_f_row > td:nth-child(1) > div > div:nth-child(1) {
	-ms-flex-preferred-size: 25%;
	flex-basis: 25%;
	min-width: 240px;
}

tr.order_f_header > td:nth-child(1) > div > div:nth-child(2),
tr.order_f_row > td:nth-child(1) > div > div:nth-child(2) {
	-ms-flex-preferred-size: 45%;
	flex-basis: 45%;
}

tr.order_f_header > td:nth-child(1) > div > div:nth-child(3),
tr.order_f_row > td:nth-child(1) > div > div:nth-child(3) {
	-ms-flex-preferred-size: 10%;
	flex-basis: 10%;
	text-align: center;
}

tr.order_f_header > td:nth-child(1) > div > div:nth-child(4),
tr.order_f_row > td:nth-child(1) > div > div:nth-child(4) {
	-ms-flex-preferred-size: 10%;
	flex-basis: 10%;
	text-align: center;
}

tr.order_f_header > td:nth-child(2) > div > div,
tr.order_f_row > td:nth-child(2) > div > div {
	-ms-flex-preferred-size: 20%;
	flex-basis: 20%;
	text-align: center;
}

tr.order_f_header > td > div > div,
tr.order_f_row > td > div > div {
	padding: 0 5px !important;
}

.order_f_footer {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.order_step3 .order_tmf_input select,
.order_step3 .order_tmf_input input[type='text'],
.order_step3 .order_tmf_input input[type='password'] {
	font-family: 'CeraPro-Light';
	/* font-style:italic; */
	color: #a59d95;
}

.sale-points-tabs > .sale-point-tab .caption a {
	max-width: 80%;
	position: absolute;
	bottom: 25px;
}

.home_fivetiles.mobile {
	display: none;
}

.sitegrid1090.producttabs_main_mob {
	display: none;
}

.landing_prod_selct_box {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.landing_prod_selct_ctitle {
	width: 100%;
}

#mob-filters,
img#close-filters,
#sideFiltersBtn {
	display: none;
}

.cate_thefilters .cate_filter:first-child {
	margin-top: 25px;
}

div#cphMain_ctlProductsGrid1_cpnlProduct_ddlGridSort_DDD_L_D {
	width: 175px;
	text-transform: uppercase;
}

.sale-points-tabs > .sale-point-tab .mobile-link {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: -1;
}

.content .home_main_box {
	padding: 0 75px;
}

.cms-content {
	min-height: 400px;
}

.cms-content ul {
	padding-left: 40px;
	list-style-type: disc;
	-webkit-margin-before: 1em;
	margin-block-start: 1em;
	-webkit-margin-after: 1em;
	margin-block-end: 1em;
}

.cms-content * {
	color: #787878 !important;
	line-height: 1.2 !important;
	font-size: 15px !important;
	font-family: 'CeraPro-Regular' !important;
}

.cms-content p {
	margin: 1em 0 !important;
}

.cms-content h2 {
	font-family: 'CeraPRO-Black' !important;
	font-size: 15px;
	letter-spacing: 3px;
}

.cms-content a {
	text-decoration: underline;
}

.axies-banner h1 {
	font-family: 'CeraPro-Light';
	font-size: 30px;
	letter-spacing: 8px;
}

.certificate-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 25px;
}

.certificate-row .logo {
	-ms-flex-preferred-size: 13%;
	flex-basis: 13%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-width: 210px;
}

.certificate-row .logo img {
	max-width: 100%;
}

.certificate-row .text {
	-ms-flex-preferred-size: 75%;
	flex-basis: 75%;
}

.certificate-row p {
	margin: 0;
}

.euthini-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 25px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.euthini-row .logo {
	-ms-flex-preferred-size: 160px;
	flex-basis: 160px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.euthini-row .logo img {
	width: 100%;
}

.euthini-row .text {
	-ms-flex-preferred-size: 85%;
	flex-basis: 85%;
}

.euthini-row p {
	margin: 0;
}

a.catalog-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #f05130;
	padding: 10px 5px;
	color: #fff !important;
	margin: 10px 0;
	width: 195px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	text-decoration: none;
}

a.catalog-link:hover {
	background-color: #000;
}

.catalogs-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 45px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.catalog {
	width: 280px;
	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;
	text-align: center;
	margin: 0 10px 40px;
}

.catalog .catalog-size {
	font-size: 13px !important;
}

.product-mob-sliders .info-title {
	text-align: center;
	margin-bottom: 25px;
}

.product-mob-sliders {
	padding-top: 20px;
	display: none;
}

.order_tmf_select_box label {
	font-size: 18px;
	color: #a59d95;
	font-family: 'CeraPro-Light';
	padding-left: 10px;
}

.order_tmo_main.order_tmom_gender {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.ordermain h4 {
	text-align: center;
}

.cat-prod-slider {
	display: none;
}

.landing_main_out.landing_2 {
	padding: 50px 0;
}

.landing_2 .landing_main_img.backgimg {
	height: 400px;
}

.landing_inner_cats {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 40px auto;
	justify-content: space-between;
}

.landing_inner_cats > a {
	/* -ms-flex-preferred-size: calc(33.3% - 16px)!important;flex-basis: calc(33.3% - 16px)!important; 
  margin:0 8px 10px!important; */
	width: auto !important;
	display: flex;
	align-items: center;
	justify-content: center;
}
/* .home_shopcat_tile.home_shopcat_tile33_m {margin: 0 0 10px;} */
.landing_inner_cats .home_shopcat_tile > span {
	text-align: center;
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0;
	width: auto;
	padding: 20px;
	margin: 5%;
}

.landing_inner_cats .home_shopcat_tile > span {
	left: auto;
	top: auto;
	transform: none;
}

.landing_inner_cats-container {
	padding: 0 75px;
}

.landing_main_out.landing_2 .landing_main_img_box {
	padding: 5px 17px 12px;
	width: auto;
	min-width: 50%;
	max-width: 50%;
}

.bodyRootCategory .cate_up_img {
	height: auto;
}

.bodyRootCategory .cate_up_inf_wrap {
	position: static;
}

/* #dvSelColorSliderImage {display: none;} */

#hamb {
	display: none;
}

.upmenu-lang.mobile {
	display: none;
}

.mobile-cards {
	display: none;
}

.desktop-cards {
	display: block;
}

.home_fivetile img {
	height: 48px;
	margin-bottom: 10px;
}

.footer01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.footer01.footer01_mob {
	display: none;
}

#mobile-menu,
#search-icon,
#phone-icon {
	display: none;
}

#noty_topRight_layout_container .noty_message {
	background-color: #f05130;
	color: #fff;
	padding: 20px;
}

ul.upmenu-basket-win-prod-list {
	max-height: 30vh;
	overflow: auto;
}

#noty_center_layout_container li {
	background-color: #f05130;
}

.order_tmf_input_btn_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.order_tmf_input_btn_wrap > a {
	display: inline-block;
	padding: 20px 60px;
}

.landing_pagination .mobilepager {
	display: none;
}

.dxICBFocused_Metropolis {
	outline: none;
}

.checkboxtogle .dxICheckBox_Metropolis {
	background-image: none;
	background-color: #d5d2c9;
	width: 55px;
	height: 25px;
	border-radius: 15px;
	position: relative;
	margin: 0px 10px;
}

.checkboxtogle .dxICheckBox_Metropolis::after {
	content: '';
	display: block;
	position: absolute;
	width: 18px;
	height: 18px;
	background-color: #f05130;
	top: 50%;
	border-radius: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	-webkit-transition: left 0.5s;
	-o-transition: left 0.5s;
	transition: left 0.5s;
}

.checkboxtogle
	.dxICheckBox_Metropolis.dxWeb_edtCheckBoxChecked_Metropolis::after {
	left: 3px;
}

.checkboxtogle
	.dxICheckBox_Metropolis.dxWeb_edtCheckBoxUnchecked_Metropolis::after {
	left: 32px;
}

.checkboxtogle {
	font-family: 'CeraPro-Light';
	font-size: 16px;
	color: #a59d95;
}

.memberscreation_checkbox_wrap > label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: 'CeraPro-Light';
	font-size: 16px;
	color: #a59d95;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.memberscreation_checkbox_wrap > label .memberscreation_checkbox {
	background-image: none;
	background-color: #d5d2c9;
	width: 55px;
	height: 25px;
	border-radius: 15px;
	position: relative;
	margin: 0px 10px;
}

.memberscreation_checkbox_wrap > label .memberscreation_checkbox > input {
	display: none;
}

.memberscreation_checkbox_wrap > label .memberscreation_checkbox > span {
	display: block;
	position: absolute;
	width: 18px;
	height: 18px;
	background-color: #f05130;
	top: 50%;
	border-radius: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	-webkit-transition: left 0.5s;
	-o-transition: left 0.5s;
	transition: left 0.5s;
	left: 3px;
}

.memberscreation_checkbox_wrap
	> label
	.memberscreation_checkbox
	> input:checked
	~ span {
	left: 32px;
}

#cphMain_ctlWishListDetails1_cpnlWishList_pnlEmpty {
	font-size: 20px;
	text-align: center;
	margin: 60px 0 100px;
}

#lnkWishList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#spWishListCounter {
	color: #787878;
}

.wishlistpopup {
	width: 100%;
	height: 300px;
	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-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.wishlistpopup > svg,
.wishlistpopup > a {
	display: block;
	margin: 10px auto;
}

.wishlistpopup svg {
	width: 150px;
	margin-bottom: 20px;
}

.wishlistpopup > a {
	background-color: #fff;
	color: #f05130 !important;
	padding: 0 20px;
	line-height: 30px;
}

.contact_box iframe {
	border: 0;
	width: calc(100% - 20px);
	height: 340px;
	margin: 20px 10px 0;
}

.cate_filter_l .dxeTBHSys .dxeTBBarHighlight_Metropolis {
	background: #ecebe9;
}

.cate_filter_l .dxeTBHSys .dxeTBMainDH_Metropolis,
.cate_filter_l .dxeTBHSys .dxeTBSecondaryDH_Metropolis,
.cate_filter_l
	.dxeFocused_Metropolis
	.dxeTBHSys
	.dxeFocusedMDHSys
	.dxeTBMainDH_Metropolis,
.cate_filter_l
	.dxeFocused_Metropolis
	.dxeTBHSys
	.dxeFocusedSDHSys
	.dxeTBSecondaryDH_Metropolis {
	background: none;
	width: 20px;
	height: 20px;
	background-color: #f05130;
	border-radius: 50%;
	top: -6px;
}

.cate_filter_l .dxeTBTrack_Metropolis {
	z-index: 1;
}

#ctlMemberPanel1_cpnlMemberLogin_tbEmail_ET {
	position: relative;
}

td.specs {
	padding: 0px 10px;
}

.orderhistory-topselectors {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding-top: 10px;
}

.orderhistory-ts-box {
	margin: 0 10px;
	padding: 10px 10px;
	text-align: center;
}

.orderhistory-ts-title {
	padding: 0px 20px 5px;
	font-weight: bold;
}

.orderhistory-ts-selecc {
	width: 200px;
}

.orderhistory-table {
	width: 100%;
	margin: 50px 0 70px;
	font-size: 16px;
}

.orderhistory-table-header > td {
	padding-bottom: 10px;
}

.orderhistory-table td {
	padding-left: 8px;
	padding-right: 8px;
	min-width: 120px;
}

#cphMain_ctlOrderWizard1_cpnlProduct_captchaNewCustomer_TB_EC,
#cphMain_ctlOrderWizard1_cpnlProduct_captchaLogin_TB_EC {
	position: absolute;
	width: 14px;
	height: 14px;
	top: 0;
	right: -21px;
	visibility: hidden;
	background-image: url(/DXR.axd?r=0_2064-C_H4i);
	background-position: -164px -93px;
}

.landing_prod_selct_sel_col > label > .popupstock {
	display: none;
	position: absolute;
	bottom: 100%;
	background-color: #f05130;
	color: #fff;
	white-space: nowrap;
	padding: 5px 10px;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	font-size: 10px;
	text-transform: uppercase;
	z-index: 3;
	left: 50%;
}

.landing_prod_selct_sel_col > label > .popupstock::after {
	content: '';
	display: block;
	border: 3px solid transparent;
	border-top: 3px solid #f05130;
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	z-index: 2;
}

.landing_prod_selct_sel_col > label:hover > .popupstock {
	display: block;
}

.landing_prod_selct_sel_col > label.availNotAv::before {
	content: '';
	display: block;
	border-left: 2px solid #fff;
	height: 30px;
	position: absolute;
	top: 0;
	left: 14px;
	z-index: 1;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.landing_prod_selct_sel_col > label.availNotAv::after {
	content: '';
	display: block;
	border-left: 2px solid #fff;
	height: 30px;
	position: absolute;
	top: 0;
	left: 14px;
	z-index: 1;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.cookies-main {
	position: fixed;
	z-index: 300;
	bottom: -500px;
	background-color: #fff;
	padding: 20px 0;
	width: 100%;
	border-top: 1px solid #ddd;
	-webkit-transition: bottom 0.5s;
	-o-transition: bottom 0.5s;
	transition: bottom 0.5s;
}

.cookies-wrap {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	display: block;
}

.cookies-title {
	text-align: center;
	margin: 10px 0px;
	font-size: 20px;
	font-weight: bold;
	color: #f05130;
}

.cookies-text {
	padding: 0 30px;
	margin: 20px 0;
	line-height: 1.4;
}

.cookies-buttons {
	text-align: right;
	padding: 0 30px;
}

.cookies-buttons > div {
	-webkit-appearance: none;
	border: 0;
	padding: 0;
	line-height: 30px;
	width: 250px;
	text-align: center;
	margin-left: 15px;
	cursor: pointer;
	font-weight: bold;
	display: inline-block;
}

.cookies-accept {
	background-color: #f05130;
	color: #fff;
}

.cookies-change {
	background-color: #fff;
	color: #000;
}

.cookies-changetab {
	max-height: 0;
	overflow: hidden;
	padding: 0 30px;
	margin: 20px 0 10px;
	-webkit-transition: max-height 0.2s ease-out;
	-o-transition: max-height 0.2s ease-out;
	transition: max-height 0.2s ease-out;
}

.cookies-panel {
	display: none;
	width: 100%;
	height: 140px;
}

.cookies-panel.show {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.cookies-panel-menu {
	width: 300px;
	margin-right: 20px;
	padding-bottom: 1px;
}

.cookies-panel-tab {
	width: calc(100% - 320px);
	display: none;
}

.cookies-panel-tab.show {
	display: block;
}

.cookies-panel-menu > li {
	padding: 5px 10px;
	border: 1px solid;
	margin: 0 0 -1px;
	cursor: pointer;
	position: relative;
}

.cookies-panel-checkbox_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 10px 0;
	height: 45px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.cookies-panel-header {
	font-size: 20px;
	margin-right: 15px;
}

.cookies-panel-save-btn {
	-webkit-appearance: none;
	border: 0;
	padding: 0;
	line-height: 30px;
	width: 250px;
	text-align: center;
	margin-left: 15px;
	cursor: pointer;
	font-weight: bold;
	display: inline-block;
	background-color: #f05130;
	color: #fff;
}

.cookies-panel-save {
	text-align: right;
	margin-top: 15px;
}

.cookies-changetab-vremenu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}

ul.cookies-changetab-vremenu > li {
	margin-right: 10px;
	font-size: 18px;
	cursor: pointer;
}

ul.cookies-changetab-vremenu > li.show {
	font-family: 'CeraPRO-Black';
}

.cookies-about-text {
	line-height: 1.2;
}

span.noty_text > a {
	background-color: #fff;
	color: #444;
	padding: 6px 15px;
	display: inline-block;
	margin: 0 0 10px;
}

.searchresult-up-count {
	text-align: center;
	font-size: 16px;
	margin-top: 5px;
}

ul#noty_center_layout_container {
	text-align: center;
	color: #fff;
	font-size: 20px;
	top: 50% !important;
	left: 50% !important;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

ul#noty_center_layout_container {
	width: auto !important;
}

.noty_bar.noty_type_warning,
li.ctiTheme.noty_container_type_info {
	position: relative;
}

.noty_bar.noty_type_warning::after,
li.ctiTheme.noty_container_type_info::after {
	position: absolute;
	display: block;
	content: '';
	top: 10px;
	right: 10px;
	background-image: url(/common/images/close.png);
	width: 10px;
	height: 10px;
	background-size: cover;
}

.noty_bar.noty_type_warning .noty_message,
li.ctiTheme.noty_container_type_info .noty_message {
	padding: 40px;
}

img#close {
	cursor: pointer;
}

.orderwizard-ordersuccess {
	text-align: center;
	font-size: 18px;
	margin: 100px 0;
}

/* error 400 */
.axies-banner.error .error-container {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.axies-banner.error p {
	font-size: 20px;
	line-height: 1.3;
}

.axies-banner.error span {
	font-size: 14.2px;
}

.axies-banner.error {
	background-image: url('/common/images/error/thread.png');
	background-repeat: no-repeat;
	background-position: center;
}

.error-response {
	max-width: 760px;
	width: 100%;
	margin: auto;
	text-align: center;
	color: #787878;
	line-height: 1.3;
}

.error-response p {
	font-size: 20px;
}

.error-response span {
	font-family: 'CeraPRO-Bold';
}

a.errorBtn {
	width: 250px;
	height: 60px;
	background-color: #f05130;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-decoration: none;
	margin: 30px auto auto;
	font-size: 14px;
}

.error-response-container {
	min-height: 420px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

/* error 500 */
.axies-banner.error.error-500 {
	background-image: url('common/images/error/error-500.png');
	background-position: center -80%;
}

.axies-banner.error-500 p {
	margin-right: 20%;
	font-family: 'CeraPRO-Bold';
}

.error-response.response-500 p.resp-black {
	font-family: 'CeraPRO-Black';
}

.error-response.response-500 p.resp-bold {
	color: #f05130;
	margin-top: 0;
	font-family: 'CeraPRO-Bold';
}

.dxlpLoadingPanelWithContent_Metropolis {
	border: 0 !important;
}

.dxlpLoadingPanelWithContent_Metropolis td.dx {
	padding: 0 !important;
}

.cookies-panel-checkbox_wrap > input[type='checkbox'] {
	-webkit-appearance: none;
	width: 20px;
	height: 20px;
	border: 1px solid;
}

.cookies-panel-checkbox_wrap > input[type='checkbox']:checked {
	background-image: url(/common/images/tick.png);
	background-position: center;
	background-size: 15px;
}

.cate_filter_l > label > span {
	border: 1px solid #efefef;
}

#orderHistoryContainer {
	width: 100%;
	overflow-x: auto;
}

#orderHistoryContainer table td {
	padding: 10px;
}

#orderHistoryContainer a {
	padding: 10px;
	color: #fff;
	background-color: #f05130;
}

#contactFormResponse * {
	font-size: 17px !important;
	font-family: 'CeraPro-Regular' !important;
}
/* .landing_prod .landing_prod_price > div {font-size: 13px;} */

.home_slider .slick-arrow {
	z-index: 2;
	background-color: rgba(255, 255, 255, 0.2);
	background-size: 20px;
	top: 50%;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.home_slider .slick-arrow:hover {
	background-color: rgba(255, 255, 255, 0.4);
}

.home_slider .slick-prev.slick-arrow {
	left: 20px;
	background-image: url(/common/imgs/left-arrow.png);
}

.home_slider .slick-next.slick-arrow {
	right: 20px;
	background-image: url(/common/imgs/right-arrow.png);
}

.filtersmartapply {
	display: none;
}

.termerror-text {
	font-size: 10px;
	color: rgb(240, 81, 48);
	margin-top: 5px;
}

.order_tmf_input_termscontiti {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	position: relative;
	padding-right: 25px;
	margin-top: 30px;
}

.order_tmf_input_termscontiti label {
	font-size: 14px;
	cursor: pointer;
}

.order_tmf_input_termscontiti a {
	position: relative;
	font-size: 12px;
	margin-left: 10px;
	color: #f05130;
}

.order_tmf_input_termscontiti a::after {
	position: absolute;
	content: '';
	border-left: 1px solid;
	height: 100%;
	top: 0;
	left: -5px;
}

#cphMain_ctlOrderWizard1_cpnlProduct_cbAcceptTerms_EC {
	position: absolute;
	top: 3px;
	right: 0;
	padding: 0;
}

.order_tmf_input_termscontiti
	#cphMain_ctlOrderWizard1_cpnlProduct_cbAcceptTerms_S_D,
.order_tmf_input_termscontiti
	#cphMain_ctlOrderWizard1_cpnlProduct_cbNewsletterReg_S_D {
	background: none;
	width: 20px;
	height: 20px;
	background-color: #e8e8e8;
	cursor: pointer;
}

.order_tmf_input_termscontiti
	#cphMain_ctlOrderWizard1_cpnlProduct_cbAcceptTerms_S_D.dxWeb_edtCheckBoxChecked_Metropolis,
.order_tmf_input_termscontiti
	#cphMain_ctlOrderWizard1_cpnlProduct_cbNewsletterReg_S_D.dxWeb_edtCheckBoxChecked_Metropolis {
	background-position: center;
	background-size: 16px;
	background-repeat: no-repeat;
	background-image: url(common/images/tick.png);
}

span#cphMain_ctlMemberCreation1_vcmpPassword {
	position: absolute;
	left: 0;
	top: 100%;
}

.confirm-order-checkboxes {
	display: flex;
	flex-direction: column;
}

div#cphMain_ctlMemberCreation1_pnlOperationResult {
	text-align: center;
	font-size: 20px;
	margin: 0 auto;
	width: 40%;
}

#cphMain_ctlMemberActivation1_pnlActivationFailure,
div#cphMain_ctlMemberActivation1_pnlActivationSuccess {
	margin: 90px auto 0;
	width: 50%;
	text-align: center;
	font-size: 20px;
}

a#cphMain_ctlMemberActivation1_lnkMemberLogin {
	background-color: #f05130;
	color: #fff;
	padding: 5px 20px;
	margin-top: 30px;
	display: inline-block;
}

.order_tmf_input_full.order_tmf_input_termscontiti.newsletter-checkbox {
	margin-top: 0;
}

.go_up {
	position: fixed;
	bottom: 20px;
	right: 20px;
	background-image: url(/common/imgs/arrowup.svg);
	background-color: #fff;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	cursor: pointer;
	opacity: 0;
	transition: opacity 0.5s;
	z-index: 9;
}

.go_up.show {
	opacity: 1;
}

.holidays-text {
	padding: 0 10px;
	font-size: 14px;
	color: #f05130;
	font-style: italic;
	font-family: 'CeraPRO-Bold';
	margin: 10px 0 10px;
}

.holidays-text img {
	max-width: 100%;
}

.transaction-text {
	text-align: center;
	padding: 0 10px;
}

.upmenu-right,
.upmenu-right > div span,
.upmenu-right,
.upmenu-right div {
	font-family: 'CeraPRO-Bold';
	font-size: 11px;
}

.main-slider-link {
	width: 100%;
	height: 100%;
	display: block;
}

.home_slider .home_slider_inside.blue {
	padding: 50px 70px;
}

.home_sesson_banner_right_cta {
	bottom: -100px;
}

.home_sesson_banner_right_box {
	top: 25%;
	padding: 0 20px;
}

.home_sesson_banner_right_title {
	font-size: 20px !important;
}

.home_sesson_banner_right_backimg {
	-webkit-filter: grayscale(70%);
	filter: grayscale(70%);
}

.home_sesson_banner_right_sub {
	font-size: 18px;
	margin-top: 20px;
}

/* .home_sesson_product_out {
    display: none;
} */

/* Default season colors */

.home_main_side_c,
.home_main_side_l {
	background-color: #a5a4a1 !important;
}

.bookmark-color {
	background-color: #a5a4a1 !important;
}

.bookmark-color.landing {
	background-color: #c2b5a8 !important;
}

.newssoc_newsletter.backgimg {
	background-image: url('common/banners/newsletter/SS26_NEWSLETTER_960x566.jpg');
}

.newssoc_newsletter_bg {
	display: none;
}

/* Blue Collection colors */
/*
.home_main_side_c,.home_main_side_l{background-color:#375e85!important}
.bookmark-color{background-color:#375e85!important}
.bookmark-color.landing {background-color: #375e85!important;}
.home_sesson_out{background-color:#253a59!important}
.home_sesson_banner_right_cta,.home_franrance_disc_btn,.home_slider_inside_cta{background-color:#253a59!important}
.home_sesson_banner_right_title,.home_sesson_banner_right_sub{color:#253a59!important}
.newssoc_social{background-color:#253a59}
.newssoc_newsletter .newssoc_newsletter_filt{position:absolute;top:0;left:0;width:100%;height:100%;background:#3d455a}
.newssoc_newsletter_bg{display:block;background-image:url(/common/banners/newsletter/SS23_NEWSLETTER_960x566.jpg);position:absolute;top:0;left:0;width:100%;height:100%;opacity:.6;background-position:center;background-size:cover;background-repeat:no-repeat}
.newssoc_box{color:#fff}
.newssoc_box_inp{background:-webkit-gradient(linear,left top,right top,from(rgba(255,255,255,0.4)),to(rgba(255,255,255,0)));background:-webkit-linear-gradient(left,rgba(255,255,255,0.4),rgba(255,255,255,0));background:-o-linear-gradient(left,rgba(255,255,255,0.4),rgba(255,255,255,0));background:linear-gradient(to right,rgba(255,255,255,0.4),rgba(255,255,255,0));color:#fff}
.newssoc_box_btn{background:-webkit-gradient(linear,left top,right top,from(rgba(255,255,255,0.4)),to(rgba(255,255,255,0.2)));background:-webkit-linear-gradient(left,rgba(255,255,255,0.4),rgba(255,255,255,0.2));background:-o-linear-gradient(left,rgba(255,255,255,0.4),rgba(255,255,255,0.2));background:linear-gradient(to right,rgba(255,255,255,0.4),rgba(255,255,255,0.2));color:#fff}
.newssoc_box_s{font-size:15px}
.newssoc_newsletter.backgimg{background-image:none!important}*/

/* Blue Collection colors end */

/* collection september all same colors */
.newssoc_social {
	background-color: #52555a !important;
}

.home_sesson_out {
	background-color: #52555a !important;
}

/* collection september all same colors ends */

.container-sylloges .mainmenu_submenu_image {
	width: 615px;
	margin: 0 15px;
}

.newssoc_newsletter .newssoc_box_s {
	font-size: 14px;
}

/* test */
/* .landing_2 .landing_main_img.backgimg.sitegrid1600 {
  height: auto!important;
}

.landing_main_img.backgimg.sitegrid1600 img {
  max-height: 400px;
  margin: auto;
  display: block;
  max-width: 100%;
}

.landing_main_img_box {
  position: absolute!important;
  transform: translate(-50%,-50%)!important;
} */

/* subcat */
/* .cate_up_inf_wrap, .cate_up_inf_out {
  position: static;
}

.cate_up_img {
  height: auto!important;
}

.cate_up_inf_container {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  z-index: 10;
}

.cate_up_inf_out img {
  max-width: 100%;
} */

.img-zoom-container {
	position: relative;
}

.img-zoom-lens {
	position: absolute;
	border: 1px solid #d4d4d4;
	width: 150px;
	height: 150px;
}

.img-zoom-result {
	background-color: #fff;
	border: 1px solid #d4d4d4;
	position: absolute;
	z-index: 200;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
	margin-top: 8.5%;
}

.mobile-img-product #zoom-icon-mobile {
	display: none;
}

body.decor-page {
	overflow: hidden;
}

body.decor-page .home_fivetiles.mobile {
	display: none !important;
}

#voucher-page iframe {
	height: 100vh;
	border: 0;
}

.upmenu_out.franchise {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 15px;
}

.upmenu_out.franchise .upmenu-lang {
	width: auto;
	border: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.upmenu_out.franchise .upmenu-lang img {
	width: 28px;
	border: 1px solid #8f8e8a;
}

.upmenu_out.franchise .upmenu-lang a {
	border: 2px solid transparent;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 2px;
	padding: 2px;
	margin: 1px;
}

.upmenu_out.franchise .upmenu-lang > a.activelag,
.upmenu_out.franchise .upmenu-lang > a:hover {
	border-color: #f05130;
}

.inner-cat-text-bg {
	background-color: rgba(255, 255, 255, 0.6);
	padding: 5px 10px 10px;
	width: 760px;
	/* max-width: 300px; */
	margin: 10px auto;
	max-width: 95%;
}

.inner-cat-text-bg .cate_up_inf_t {
	margin: 0 auto;
}

.contest-page .home_fivetiles.mobile {
	display: none;
}

.contest-page .content {
	display: flex;
	flex-direction: column;
	height: 100vh;
}

.contest-page .inner {
	background-color: rgba(255, 255, 255, 0.82);
	box-shadow: rgb(30 27 34 / 20%) 0px 4px 40px -5px;
	padding: 25px;
	border-radius: 10px;
	text-align: center;
	font-size: 18px;
	margin: 0 15px;
	color: rgb(37, 58, 89);
}

.contest-page .contest-end {
	background-image: url('/common/images/contest-background.jpeg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-grow: 1;
}

.sixty-years-logo {
	position: absolute;
	z-index: 10;
	right: 20px;
	width: 120px;
	top: 60px;
	/* display: none; */
}

.bodyHome .sixty-years-logo {
	display: block;
}

.yfansi-content {
	display: flex;
	width: 100%;
}

.yfansi-content p {
	width: 50%;
	padding: 0 5px;
	text-align: center;
}

.yfansi-container img {
	max-width: 100%;
	display: block;
	margin: auto;
}

.yfansi-container-inner {
	display: inline-block;
}

/* new */

.order_step3 .dxeEditArea_Metropolis.dxeEditAreaSys.dxh0 {
	color: #a59d95 !important;
	font-weight: normal !important;
}

#cphMain_ctlOrderWizard1_cpnlProduct_tbBillingCity_I,
#cphMain_ctlOrderWizard1_cpnlProduct_tbDeliveryCity_I {
	font-style: italic;
}

.order_step3 .dxeEditArea_Metropolis.dxeEditAreaSys,
#cphMain_ctlOrderWizard1_cpnlProduct_tbBillingCity_I.blue,
#cphMain_ctlOrderWizard1_cpnlProduct_tbDeliveryCity_I.added {
	color: #8f8e8a !important;
	font-weight: bold !important;
	font-style: normal;
}

.dxeEditArea_Metropolis.dxeDisabled_Metropolis.dxeEditAreaSys {
	color: #a59d95 !important;
	font-weight: normal !important;
}

#cphMain_ctlOrderWizard1_cpnlProduct_rblShippingMethods_EC {
	position: absolute;
	top: -8px;
	right: 0;
	bottom: unset;
	left: unset;
}

#cphMain_ctlOrderWizard1_cpnlProduct_pnlSubStep_3_4 .order_tmfsb_payment,
#cphMain_ctlOrderWizard1_cpnlProduct_rblShippingMethods_ET,
#cphMain_ctlOrderWizard1_cpnlProduct_pnlSubStep_3_5 {
	width: 100% !important;
}

#cphMain_ctlOrderWizard1_cpnlProduct_pnlSubStep_3_4
	.order_tmfsb_payment
	#dvSameDayInfo
	.order_tsoff_text {
	font-style: italic;
	font-size: 13px;
	padding: 0px 5px 6px 53px;
	margin: 0;
	width: 80%;
	margin-top: -7px;
	color: #a59d95;
}

#cphMain_ctlOrderWizard1_cpnlProduct_pnlSubStep_3_4
	.order_tmfsb_payment
	.dxeBase_Metropolis.dxeTAR {
	margin-top: 15px;
}

#cphMain_ctlOrderWizard1_cpnlProduct_pnlSubStep_3_4
	.order_tmfsb_payment
	.dxeNoBorderRight {
	margin-bottom: 0 !important;
}

.ship-disabled {
	position: relative;
}

.ship-disabled:after {
	content: '';
	position: absolute;
	visibility: hidden;
	opacity: 0;
	width: 24px;
	height: 24px;
	top: 3.5px;
	left: 4px;
	transition: opacity 0.3s;
}

.ship-disabled:hover::after {
	background: url(/common/images/forbid.png) no-repeat center;
	visibility: visible;
	opacity: 1;
	background-color: #fff;
	box-shadow: 0 10px 30px #dcdcdc;
	/* padding: 5px; */
	border-radius: 50%;
}

/* new changes 04-2022 */

.landing_main_img.backgimg.sitegrid1600,
.landing_inner_cats.sitegrid1600 {
	max-width: unset !important;
	width: 100%;
}

.landing_products_title {
	display: none !important;
}

.bodyRootCategory .home_main_box .sitegrid1600 {
	max-width: unset;
}

.bodyRootCategory .landing_inner_cats-container {
	padding: 0;
}

.home_main_side_f_out,
.bookmark-color {
	display: none !important;
}

#cphMain_pnlCategoryHeader .cate_up_inf_wrap .breadcrumb_out {
	position: unset;
}

#cphMain_pnlLandingHeader .home_main_box,
#cphMain_pnlCategoryHeader .home_main_box {
	padding: 0;
}

#cphMain_pnlLandingHeader .landing_main_img {
	max-height: 500px;
	min-height: 180px;
}

#cphMain_pnlLandingHeader .cate_up_inf_out {
	height: 200px;
	position: relative;
}

.contact_box iframe {
	width: 100%;
}

.home_sesson_out .home_main_box {
	padding: 0 25px;
}

.home_sesson_banner_left {
	width: 65%;
	background-position: left;
}

.home_sesson_banner_right {
	width: 35%;
}

#home_sectio_05 {
	overflow: hidden;
}

.home_look_slid_img {
	width: 66.35%;
}

.home_look_slid_right {
	width: 33.65%;
}

#home_sectio_05 .slick-arrow {
	z-index: 1;
}

#home_sectio_05 .slick-initialized .slick-prev {
	left: 0;
}

#home_sectio_05 .slick-initialized .slick-next {
	right: 0;
}

.home_franrance_img {
	width: 100%;
}

.home_shopcat_tile {
	margin-bottom: 6px;
}

.home_shopcat_tile.home_shopcat_tile30_m {
	flex-basis: 36%;
}

.home_shopcat_tile.home_shopcat_tile30 {
	flex-basis: 36%;
}

.home_shopcat_tile.home_shopcat_tile33_m {
	flex-basis: 33%;
}

.landing_main_out {
	padding-top: 0 !important;
}

.landing_inner_cats {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 6px;
	margin: 8px auto;
}

.landing_inner_cats > a {
	margin: 0 !important;
}

/* end changes */

/* new changes search */
.search-none {
	display: none;
}

mark {
	background: unset;
	color: unset;
}

.right-col .autocomplete-product-info-name mark {
	background: none;
	color: inherit;
}

.show-all {
	margin-top: 26px;
}

.show-all a {
	padding: 15px 38px;
	background-color: #8f8e8a;
	color: #fff;
	font-family: 'CeraPro-Medium';
	font-size: 14px;
	line-height: 19px;
	display: block;
	width: fit-content;
	transition: 0.3s ease-in-out;
}

.show-all a:hover {
	box-shadow: 0 10px 30px rgba(143, 142, 138, 0.5);
}

@media (min-width: 1025px) {
	#exit-search {
		display: none;
	}
}

#exit-search {
	cursor: pointer;
	position: absolute;
	border: none;
	background: none;
	outline: none;
	right: 20px;
	top: 20px;
	margin: auto;
	height: fit-content;
	width: fit-content;
}

#exit-search img {
	height: 20px;
	width: 20px;
}
/* end search */

/* new changes shipping  22.07*/

.productinfo-main-prodinfo-quandiv {
	display: none !important;
}

.order_ffr_link.select-ship a {
	display: flex;
	align-items: center;
	line-height: 16px;
	padding: 17px 8px;
	min-width: 380px;
	font-size: 18px;
	line-height: 18px;
	justify-content: space-between;
	gap: 10px;
	width: unset;
	text-align: center;
	min-height: 58px;
	border: 1px solid #8f8e8a;
	color: #000;
	background-color: #fff;
	height: unset;
}

.order_ffr_link.select-ship a > div {
	margin: auto;
}

.order_ffr_link.select-ship a > div > div:last-child {
	font-size: 16px;
}

.choice-pick {
	display: flex;
	gap: 20px 15px;
	flex-wrap: wrap;
}

.store-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(260px, 1fr));
	gap: 24px;
	padding-left: 11px;
}

.store-item {
	display: flex;
	gap: 15px;
}

.order_ffr_link.select-ship {
	padding: 0 !important;
}

.store-image {
	width: 90px;
}

.store-image img {
	width: 90px;
	display: block;
	max-height: 60px;
	object-fit: cover;
	object-position: center;
}

.stores-info strong {
	font-size: 16px;
}

.stores-info a {
	display: block;
	font-size: 13px;
	margin-top: 14px;
	color: #8f8e8a;
}

.stores-info a:hover {
	color: #000;
}

.stores-info .desc {
	margin-top: 7px;
	max-width: 300px;
}

.choose-store {
	align-self: center;
	/* max-width: 140px;
  width: 100%;
  margin-left: auto; */
}

.choose-store a {
	/* padding: 15px;
    margin: auto;
    background-color: #f05130;
    color: #fff;
    width: 100%; */
	display: block;
	text-align: center;
	width: 25px;
	height: 25px;
	border: 5px solid #d5d2ca;
	border-radius: 50%;
	background: none;
	background-color: #d5d2ca;
}

.choose-store a:hover,
.choose-store a:focus,
.choose-store a:visited {
	background-color: #f05130;
}

.pay-info {
	font-style: italic;
	font-size: 13px;
	/* padding: 15px 0 0 0; */
	margin: -16px 0 0;
	width: 80%;
	color: #a59d95;
}

.order_tmfsb_payment .dx-wrap {
	color: #333333;
}

.order_tso_price.order_tso_total {
	border-bottom: 1px solid #8f8e8a;
}

.order_tso_forfree {
	border-top: none !important;
}

#cphMain_ctlOrderWizard1_cpnlProduct_rblShippingMethods_ET
	.dxeBase_Metropolis
	.dxichCellSys {
	padding: 0px 15px 0px 0 !important;
}

#cphMain_ctlOrderWizard1_cpnlProduct_rblShippingMethods_ET
	.dxeBase_Metropolis
	.dxichTextCellSys
	.dx-nowrap {
	padding-left: 0 !important;
}

#cphMain_ctlOrderWizard1_cpnlProduct_pnlSubStep_3_4
	.order_tmfsb_payment
	.dxeBase_Metropolis.dxeTAR {
	margin-top: 6px !important;
}

.ship-disabled::after {
	top: 0 !important;
	bottom: 0 !important;
	margin: auto !important;
	left: 1px !important;
}

@media (max-width: 1024px) {
	.order_tso_price.order_tso_total {
		border-bottom: none;
	}
}

@media (max-width: 800px) {
	.store-list {
		grid-template-columns: 1fr;
	}

	.choice-pick {
		flex-direction: column;
		align-items: center;
	}

	.order_ffr_link.select-ship a {
		min-width: 340px;
		padding: 15px 8px;
		font-size: 16px;
	}

	.order_ffr_link.select-ship a > div > div:last-child {
		font-size: 14px;
	}

	.pay-info {
		font-size: 14px;
	}

	.choose-store a {
		width: 19px;
		height: 19px;
	}

	.ship-disabled:after {
		width: 19px;
		height: 19px;
	}
}

@media (max-width: 576px) {
	.store-image {
		width: 70px;
	}

	.store-image img {
		width: 70px;
		max-height: 50px;
	}

	.stores-info strong {
		font-size: 14px;
	}

	.stores-info a {
		font-size: 12px;
		margin-top: 7px;
	}

	.choose-store {
		max-width: 95px;
	}
}

@media (max-width: 380px) {
	.choice-pick .order_ff_left,
	.choice-pick .order_ff_right {
		width: 100%;
	}

	.order_ffr_link.select-ship a {
		width: 100%;
		padding: 0px 8px;
		max-height: 58px;
		min-width: unset;
	}
}

/* end shipping */

@media (max-width: 800px) {
	.order_tmfsb_payment #dvSameDayInfo .order_tsoff_text {
		font-size: 12px;
	}
}

@media (max-width: 560px) {
	.order_tm_form_p3 .dx-nowrap {
		white-space: normal !important;
	}
}

@media (max-width: 767px) {
	@supports (-webkit-touch-callout: none) {
		#voucher-page iframe {
			height: -webkit-fill-available;
		}
	}

	@supports not (-webkit-touch-callout: none) {
		/* CSS for other than iOS devices */
	}
}

@media (max-width: 799px) {
	.produ_main_gall_img {
		height: 250px;
	}

	.mobile-img-product {
		position: relative;
		width: 100%;
	}

	.mobile-img-product #zoom-icon-mobile {
		display: block;
	}
}

#esat_checkout {
	margin-top: 20px;
	margin-bottom: 20px;
}

.landing_prod_price.special-price .landing_prod_price_d {
	padding: 6px 8px;
	font-size: 13px;
}

.confirm-οrder-checkboxes {
	display: flex;
	flex-direction: column;
}

.oeko-container {
	display: flex;
	align-items: flex-start;
	font-size: 14px;
}

.oeko-container img {
	margin-right: 10px;
}

.oeko-container p {
	margin: 0;
}

/* header #upmenu-middle-search {
  margin-top: 4px;
  margin-bottom: 4px;
} */

.search-box .dxeButtonEditButtonHover_Metropolis {
	background-color: #f05130 !important;
}

.search-box .dxeFocused_Metropolis {
	border: 1px solid #c0c0c0;
}

.search-box .dxeButtonEdit_Metropolis {
	position: absolute;
	left: 0;
	height: 100%;
}

.search-box input.dxeEditArea_Metropolis::selection {
	background: none;
	color: #333333;
}

.search-box .dxeListBox_Metropolis div.dxlbd {
	height: auto !important;
	max-height: 440px;
	overflow-y: auto;
}

.focus-border {
	position: relative;
	z-index: 999;
}

.search-box .dxeListBoxItemRow_Metropolis {
	cursor: pointer;
}

.top-bar {
	background-color: #e7e6e4;
	padding: 6px;
	font-size: 14px;
	color: #000000;
}

.top-bar p {
	margin: 0;
}

@media (max-width: 1145px) {
	.search-box .dxeButtonEdit_Metropolis {
		width: 140px;
	}

	.autocomplete-suggestion {
		/* max-width: 26%; */
		padding-right: 10px;
	}

	.autocomplete-product-img {
		width: 75px;
		height: 75px;
	}

	.autocomplete-product-info {
		width: calc(100% - 140px);
	}

	.autocomplete-product-info-name a,
	.autocomplete-product-info-name {
		font-size: 13px;
	}

	.autocomplete-product-info-code a {
		font-size: 12px;
	}

	.autocomplete-product-price a,
	.autocomplete-suggestion .autocomplete-product-info-name {
		font-size: 16px;
	}

	.autocomplete-product-price {
		width: 70px;
	}

	.autocomplete-suggestions {
		padding: 21px 22px;
	}
}

@media (max-width: 900px) {
	.no-prod {
		font-size: 17px;
		line-height: 35px;
	}
}

@media (max-width: 400px) {
	.autocomplete-suggestion {
		width: 100%;
		max-width: unset;
		border: none;
	}

	.right-col {
		position: unset;
		width: 100%;
		padding-top: 10px;
	}

	.right-col:before {
		content: none;
	}
}

/* FAQ */
.cd-faq__group {
	margin-top: 40px;
}

.cd-faq__title {
	text-align: center;
}

.cd-faq__title h2 {
	font-size: 20px;
}

.cd-faq__group {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	padding: 0 20px;
}

.cd-faq__item {
	margin-bottom: 8px;
}

.cd-faq__trigger {
	position: relative;
	padding: 12px 30px 12px 16px;
	background-color: #f5f5f5;
	cursor: pointer;
	list-style: none;
}

.cd-faq__trigger h2 {
	font-size: 16px;
	line-height: 19px;
	margin: 0;
}

.cd-faq__trigger:after {
	position: absolute;
	right: 15px;
	width: 7px;
	height: 7px;
	content: '';
	border: solid #f77352;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 0px;
	transform: rotate(-135deg);
	top: 0;
	bottom: 0;
	margin: auto;
}

.cd-faq__item[open] .cd-faq__trigger:after {
	transform: rotate(-315deg);
}

.cd-faq__content {
	padding: 16px;
	font-size: 14px;
	line-height: 16px;
	box-shadow: 0 0px 15px rgba(143, 142, 138, 0.1);
}

.faq-items {
	margin-top: 40px;
}
/* END FAQ */

/* PageSpeed Optimisation */
.slick-initialized .slick-slide img {
	visibility: hidden;
	transition: all 3s;
}

.slick-initialized .slick-slide.slick-active img {
	visibility: visible;
}

#home_sectio_01 img,
#home_sectio_04 img,
#home_sectio_05 img,
#home_sectio_06 img,
#newsletter_social.homepage-newsletter img,
.home_main_box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#home_sectio_02 {
	padding: 40px 0;
}

#newsletter_social.homepage-newsletter .newssoc_newsletter_bg {
	background: none;
}

#home_sectio_01 {
	height: 965px;
	width: 100%;
	margin-bottom: 45px;
}

.mainmenu-out {
	min-height: 64px;
}

#dvMenuStandard {
	height: 60px;
}

@media (min-width: 1600px) {
	.upmenu.sitegrid1600 {
		max-width: 100%;
		padding-left: calc((100vw - 1600px) / 2);
	}
}

#upmenu-espa-desktop {
	display: flex;
	align-items: center;
	margin: 0 10px;
}

#upmenu-espa-desktop img {
	display: block;
	max-width: 100%;
	min-width: 160px;
	object-fit: contain;
	border: 1px solid #353535;
	max-height: 40px;
}

#upmenu-espa-mobile {
	display: none;
}

@media (max-width: 1300px) {
	#home_sectio_01 {
		height: 740px;
	}
}

@media (max-width: 1024px) {
	.mainmenu-out {
		min-height: 48px;
	}

	#dvMenuStandard {
		height: 52px;
	}
}

@media (max-width: 900px) {
	#home_sectio_01 {
		height: 740px;
	}
}

@media (max-width: 800px), (max-height: 400px) {
	#home_sectio_01 {
		height: 275px;
		margin-bottom: 55px;
	}
}
/* End PageSpeed Optimisation */

.seo-cats {
	display: flex;
	flex-flow: row wrap;
	gap: 15px 25px;
	margin: 40px 0 30px;
}

.seo-cat a {
	padding: 10px 15px;
	background: #f5f5f6;
	border-radius: 20px;
	border: 1px solid #8f8e8a;
	color: #000;
	display: block;
	transition: 0.3s ease-in-out;
}

.seo-cat a:hover {
	background-color: #8f8e8a;
	color: #fff;
}

@media (max-width: 480px) {
	.seo-cats {
		margin: 30px 0;
		gap: 12px;
	}

	.seo-cat a {
		padding: 8px 12px;
		font-size: 11px;
	}
}

/* box now */
.box-now-content {
	font-family: 'Arimo' !important;
	width: 51%;
	margin: auto;
}

.cms-content .box-now-title {
	font-size: 18px !important;
	color: #282828 !important;
	font-weight: 600;
	font-family: 'Arimo' !important;
}

.cms-content .box-now-text,
.cms-content .box-now-text * {
	font-size: 13px !important;
	color: #282828 !important;
	line-height: 20px !important;
	font-weight: 600;
	font-family: 'Arimo' !important;
}

.box-now-last-text {
	font-family: 'Arimo' !important;
	width: 70%;
	margin: 70px auto 0;
	font-size: 13px !important;
	color: #282828 !important;
	line-height: 20px !important;
	font-weight: 600;
	text-align: center;
}

/* end box now */

#selected-locker {
	background: #efeeeb;
	padding: 15px 20px;
	color: #525256;
	font-size: 16px;
	margin: 30px auto;
	max-width: 300px;
	display: grid;
	align-items: center;
	font-size: 14px;
	text-align: center;
}

#selected-locker span {
	font-weight: bold;
	margin-bottom: 10px;
}

.tooltip {
	position: relative;
	display: inline-block;
	vertical-align: bottom;
}

.tooltip:after {
	content: '';
	display: block;
	width: 19px;
	height: 19px;
	margin-left: 5px;
	background-image: url('/common/images/tooltip-icon.svg');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

/* Tooltip text */
.tooltip .tooltiptext {
	visibility: hidden;
	display: block;
	width: 320px;
	font-size: 12px;
	background-color: #8f8e8a;
	color: #fff;
	text-align: center;
	padding: 10px;
	border-radius: 6px;
	/* Position the tooltip text - see examples below! */
	position: absolute;
	bottom: 30px;
	left: -10px;
	z-index: 1;
}

.tooltip .tooltiptext::after {
	content: ' ';
	position: absolute;
	top: 100%; /* At the bottom of the tooltip */
	left: 14px;
	border-width: 10px;
	border-style: solid;
	border-color: #8f8e8a transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
	visibility: visible;
}

.special-price-new .landing_prod_price_n {
	background-color: #423b42;
	font-family: 'CeraPro-Regular';
	padding: 3px 6px;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
}

.special-price-new::before {
	padding-right: 15px;
	content: 'special price';
	font-size: 18px;
	color: #d81a28;
}

.produ_main_side .special-price-new .landing_prod_price_n {
	font-size: 22px;
	font-weight: normal;
}

.produ_main_side .special-price-new::before {
	font-size: 20px;
}

@media (max-width: 800px), (max-height: 400px) {
	.produ_main_side .special-price-new::before {
		font-size: 20.6px;
	}
}

.select-ship.box-now a {
	height: 72px;
	padding: 7px 8px;
}

/* Shipping methods Order*/
.choice-pick > #cphMain_ctlOrderWizard1_cpnlProduct_pnlBoxnow {
	order: 1;
}

.choice-pick > .order_ff_left {
	order: 2;
}

.choice-pick > .order_ff_right {
	order: 3;
}
/* Shipping methods Order End*/

.landing_prod_price_o:empty {
	display: none;
}

/* black friday 2023 */

#counter-friday .flex-cl {
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 20px;
}

#counter-friday .flex-cl > div {
	display: grid;
	align-content: center;
	background-color: #fff;
	padding: 15px;
	border-radius: 20px;
	width: 96px;
	height: 96px;
	font-weight: bold;
	font-size: 34px;
}

#counter-friday .flex-cl span {
	margin-top: 10px;
	font-size: 15px;
}

.black-friday-form .previewForm {
	margin-top: 30px;
}

.black-friday-form {
	padding: 50px 25px 100px;
	text-align: center;
	background-color: #000;
}

.black-friday-form .order_tmf_input {
	text-align: left;
}

.black-friday-form .newssoc_box_news {
	flex-direction: column;
	max-width: 600px;
	margin: auto;
}

.black-friday-form .newssoc_box_news img {
	display: none;
}

.black-friday-form
	.newssoc_box_news
	> table
	tbody
	tr:last-child
	tr
	td:first-child {
	display: none;
	width: 0;
}

.black-friday-form input {
	border-bottom: 1px solid #fff !important;
	font-size: 19px;
	color: #fff;
	background: none;
	padding: 5px;
	width: 100%;
}

.cat-banner-text strong,
.cat-banner-text p,
.previewForm label {
	color: #fff;
}

.previewForm label,
.previewForm input {
	cursor: pointer;
}

.cat-banner-text strong,
.cat-banner-text p {
	font-size: 18px;
	line-height: 21px;
}

.cat-banner-text .friday-disc {
	display: block;
	color: #eb3127;
	font-size: 75px;
	font-weight: bold;
	line-height: 80px;
	margin-top: 10px;
}

.cat-banner-text .big-text {
	font-size: 26px;
	line-height: 36px;
}

.previewForm a {
	color: #fff;
	font-size: 15px;
	text-decoration: underline;
}

.previewForm a:hover {
	text-decoration: none;
}

.black-friday-form .newssoc_box_news input::placeholder {
	font-size: 19px;
	color: #fff;
}

.black-friday-form .newssoc_box_news input::-webkit-input-placeholder {
	font-size: 19px;
	color: #fff;
}

.black-friday-form .newssoc_box_news input:-ms-input-placeholder {
	font-size: 19px;
	color: #fff;
}

.friday-text {
	max-width: 600px;
	margin: auto;
}

#counter-friday {
	margin-bottom: 50px;
}

.black-friday-form .sitegrid1600 {
	max-width: 1000px;
}

.black-friday-form .newssoc_box_news * {
	color: #fff !important;
	width: 100%;
}

.black-friday-form .newssoc_box_btn {
	-moz-user-select: none;
	background: #f05130;
	padding: 11px 74px;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
	width: fit-content;
	margin: 20px auto;
	border: none !important;
	width: unset !important;
	height: unset !important;
	font-size: 16px;
}

.black-friday-form #home_sectio_02 {
	display: block !important;
	padding: 18px 0;
	color: #fff;
}

.black-friday-form #home_sectio_02 .home_fivetiles {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}
/*
    .black-friday-form #home_sectio_02 .home_fivetile {
        margin: 0;
    }*/

.black-friday-form .home_fivetiles.mobile {
	display: none !important;
}

.black-friday-banners {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

@media (min-width: 1000px) {
	.black-friday-banners.double-banners {
		grid-template-columns: repeat(2, 1fr);
		max-width: 660px;
		margin: auto;
	}
}

.black-friday-banners .cat-banner {
	position: relative;
}

.black-friday-banners .cat-banner span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	background-color: rgba(255, 255, 255, 0.6);
	padding: 20px;
	font-size: 20px;
	font-family: 'CeraPro-Medium';
	text-transform: uppercase;
	color: #282828;
	transition: 0.3s ease-in-out;
}

.black-friday-banners .cat-banner img {
	object-fit: cover;
	width: 100%;
	height: auto;
}

.cats-section {
	margin: 80px 0;
}

a.cat-banner:hover span {
	background-color: rgba(255, 255, 255, 0.9);
}

.cats-section p {
	color: #fff;
	font-size: 26px;
}

p.cats-note {
	margin: 5px;
	font-size: 19px;
	text-align: left;
	font-style: italic;
}

.black-friday-form .cd-faq__trigger {
	background-color: #52555a;
	color: #fff;
}

.black-friday-form .cd-faq__title h2 {
	color: #fff;
}

.black-friday-form .cd-faq__item {
	text-align: left;
}

.black-friday-form .cd-faq__content {
	color: #fff;
}

@media (max-width: 1024px) {
	.black-friday-form #home_sectio_02 .home_fivetiles {
		flex-wrap: wrap;
		margin: 35px auto 0;
		max-width: 700px;
	}

	.black-friday-form #home_sectio_02 .home_fivetile {
		display: flex;
		align-items: center;
		width: 180px;
		margin: 0 auto 35px;
		justify-content: center;
	}
}

@media (max-width: 1000px) {
	.black-friday-banners {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 640px) {
	.black-friday-banners {
		grid-template-columns: repeat(1, 1fr);
		gap: 10px;
	}

	#counter-friday .flex-cl > div {
		width: 80px;
		height: 80px;
	}

	.cats-section p {
		font-size: 21px;
	}

	p.cats-note {
		font-size: 18px !important;
	}

	.black-friday-form .newssoc_box_btn {
		width: 100% !important;
	}

	.cats-section {
		margin: 40px 0;
	}

	.black-friday-form {
		padding-bottom: 50px;
	}

	#counter-friday .flex-cl > div {
		font-size: 28px;
		width: 65px;
		height: 68px;
	}

	.black-friday-banners .cat-banner span {
		font-size: 18px;
	}

	#counter-friday .flex-cl span {
		margin-top: 6px;
		font-size: 12px;
	}
}

@media (max-width: 576px) {
	.black-friday-form #home_sectio_02 .home_fivetiles {
		flex-direction: column;
		max-width: 100%;
	}
}

@media (max-width: 480px) {
	#counter-friday .flex-cl {
		column-gap: 6px;
	}
}

@media (max-width: 380px) {
	.black-friday-form {
		font-size: 13px;
	}

	.cats-section p {
		font-size: 22px;
	}
}

/* end back friday 2023*/

/* .order_tso_forfree,
.nonefree {
    display: none !important;
} */

.prod-price-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.prod-price-wrapper .prod-price-o,
.landing_prod_price_box .prod-price-o,
.productfeellook_prod .landing_prod_price_box .landing_prod_price_o {
	width: auto;
	height: auto;
	font-size: 20px;
}

.price_lowest {
	color: #ff6a00;
	text-align: center;
	margin: 10px;
	display: none;
}

@media (min-width: 1025px) {
	.price_lowest_mobile {
		display: none;
	}
}

@media (max-width: 1025px) {
	.price_lowest_desktop {
		display: none;
	}
}
