
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');
html, body {
	margin: 0px;
	padding: 0px;
	font-family: 'Montserrat', sans-serif;
}
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
a {
	text-decoration: none;
	color: inherit;
}
img {
	max-width: 100%;
	max-height: 100%;
}
section {
	width: 1500px;
	margin: 0px auto;
}
h1 {
	font-size: 34px;
	text-transform: uppercase;
}
h1:after {
	display: block;
	content: "";
	height: 3px;
	background: #d9b855;
	width: 100px;
	margin-top: 15px;
}
header {
	font-weight: 300;
	font-size: 14px;
	margin-bottom: 50px;
}
	
header section > .top, header section > .bottom {
	padding-left: 90px;
	height: 80px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
}
header .navigation {
	padding-left: 90px;
	height: 45px;
	line-height: 45px;
}
header .top {
	line-height: 120px;
}
	
header .bottom {
	line-height: 70px;
}
header .menu > menu > li, header .categories > menu > li {
	display: inline-block;
}
header .menu {
min-height: 0;
min-width: 0;
	flex: 1;
	text-align: center;
}
header .menu > menu li {
	margin: 0px 20px;
}
header .categories {
min-height: 0;
min-width: 0;
	flex: 1;
	font-weight: 700;
	font-size: 15px;
	text-transform: uppercase;
}
header .categories > menu > li {
	margin-right: 70px;
}
header .categories > menu > li a:after {
	display: inline-block;
	margin-left: 5px;
	background: url(repository/layout/arrow-down.png);
	width: 10px;
	height: 7px;
}
header .logo {
	width: 230px;
	height: 230px;
	line-height: 230px;
	background: #1d1d1f;
	text-align: center;
	position: absolute;
	margin-left: -210px;
}
	
header .logo a {
	width: 100%;
	height: 100%;
	display: inline-block;
	vertical-align: middle;
	background: url(repository/layout/logo.png) center center no-repeat;
}
header .search {
	width: 500px;
}
header .contact .icon {
	display: inline-block;
	background: url(repository/layout/icon-phone.png);
	width: 21px;
	height: 22px;
	
	margin-right: 10px;
}
header .contact .title {
	text-transform: uppercase;
	margin-right: 10px;
}
header .contact .phone {
	font-weight: 700;
}
header .cart {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
}
header .cart .left > div {
	display: inline-block;
	line-height: 16px;
	vertical-align: middle;
	margin-right: 10px;
}
header .cart .title {
	text-transform: uppercase;
	font-size: 13px;
}
header .cart .price * {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
}
header .cart .price {
	text-align: right;
	font-weight: 700;
}
header .cart .icon {
	display: inline-block;
	background: url(repository/layout/icon-cart.jpg);
	width: 21px;
	height: 24px;
	vertical-align: middle;
	margin-right: 20px;
}
header .cart .count {
	position: absolute;
	display: inline-block;
	background: #d9b855;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	vertical-align: middle;
	border-radius: 100%;
	font-size: 13px;
	font-weight: 700;
	margin-left: 20px;
	margin-top: -10px;
	color: #FFFFFF;
}
.index_slideshow {
	height: 570px;
	margin: -50px auto 100px auto;
	background: url(repository/layout/index-banner-1.jpg) center center no-repeat, url(repository/layout/index_slider_bg.jpg), #e5e5e5;
}
.table_index header .navigation {
	display: none;
}
header .search {
	white-space: nowrap;
}
header .search > div {
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	height: 40px;
}
header .search > div:before {
	content: "";
	display: inline-block;
	width: 1px;
	height: 5px;
	vertical-align: top;
	margin-top: 35px;
	background: #141416;
}
header #fulltext {
	height: 40px;
	line-height: 40px;
	width: 100%;
	border: 0px;
	border-bottom: 1px solid #141416;
	border-radius: 0px;
	vertical-align: top;
	margin-left: -4px;
	padding: 0px 15px;
}
header #fulltext + button {
	background: transparent;
	border: 0px;
	border-radius: 0px;
}
header #fulltext::placeholder {
	font-style: italic;
	font-size: 16px;
	font-weight: 700;
	color: #e0e0e0;
	font-family: 'Montserrat', sans-serif;
}
header #fulltext:-moz-placeholder { 
	font-style: italic;
	font-size: 16px;
	font-weight: 700;
	color: #e0e0e0;
	font-family: 'Montserrat', sans-serif;
}
header #fulltext::-moz-placeholder { 
	font-style: italic;
	font-size: 16px;
	font-weight: 700;
	color: #e0e0e0;
	font-family: 'Montserrat', sans-serif;
}
header #fulltext::-webkit-input-placeholder { 
	font-style: italic;
	font-size: 16px;
	font-weight: 700;
	color: #e0e0e0;
	font-family: 'Montserrat', sans-serif;
}
header #fulltext:-ms-input-placeholder { 
	font-style: italic;
	font-size: 16px;
	font-weight: 700;
	color: #e0e0e0;
	font-family: 'Montserrat', sans-serif;
}
header .navigation {
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	padding-left: 180px;
}
header .navigation i {
	margin: 0px 15px;
}
footer {
	background: url(repository/layout/footer_bg.jpg) center center no-repeat, url(repository/layout/footer_bg2.png) center center;
	height: 585px;
	color: #FFFFFF;
}
footer section {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
}
footer section > div {
min-height: 0;
min-width: 0;
	flex: 1;
}
footer .logo {
	display: inline-block;
	width: 310px;
	height: 310px;
	background: url(repository/layout/logo_footer.png) center center no-repeat, #FFFFFF;
}
footer h3 {
	font-size: 22px;
	font-weight: 300;
	margin-bottom: 50px;
	margin-top: 90px;
	text-transform: uppercase;
}
footer menu li {
	font-size: 13px;
	margin-bottom: 25px;
}
footer .phone {
	display: block;
	font-size: 20px;
	font-weight: 700;
}
	
footer .opening {
	display: block;
	font-size: 12px;
}
footer .email {
	display: block;
	color: #e2c65b;
	font-size: 16px;
	font-weight: 700;
	margin-top: 15px;
}
footer .social {
	margin-top: 30px;
	text-align: right;
}
footer .col_3, footer .col_logo {
	text-align: right;
	margin-left: 160px;
}
footer .social .instagram {
	display: inline-block;
	background: url(repository/layout/icon-instagram.png) center center no-repeat;
	width: 32px;
	height: 32px;
	margin-left: 10px;
}
footer .social .facebook {
	display: inline-block;
	background: url(repository/layout/icon-facebook.png) center center no-repeat;
	width: 32px;
	height: 32px;
	margin-left: 10px;
}
footer .social .tiktok {
	display: inline-block;
	background: url(repository/layout/icon-tiktok.png) center center no-repeat;
	width: 32px;
	height: 32px;
	margin-left: 10px;
}
footer .bottom section {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	margin-top: 120px;
	margin-bottom: 90px;
}
footer .bottom section > div {
min-height: 0;
min-width: 0;
	flex: 1;
}
footer .bottom section .right {
	text-align: right;
}
.index_banners {
	text-align: center;
	margin-bottom: 100px;
}
.index_benefits {
	text-align: center;
	margin-bottom: 100px;
}
.benefits {
	display: inline-block;
	padding-top: 50px;
	background: url(repository/layout/benefits_bg.png) center center no-repeat;
	width: 310px;
	height: 222px;
	text-align: center;
	padding-left: 30px;
}
.benefits h3 {
	font-size: 16px;
	font-weight: 800;
}
.benefits p {
	margin-top: 5px;
	font-size: 14px;
	font-weight: 300;
}
main {
	margin-top: -50px;
	padding: 50px 0px;
	background: -webkit-linear-gradient(top, #f8f8f8, #FFFFFF 50px);
	background: -moz-linear-gradient(top, #f8f8f8, #FFFFFF 50px);
	background: -o-linear-gradient(top, #f8f8f8, #FFFFFF 50px);
	background: -ms-linear-gradient(top, #f8f8f8, #FFFFFF 50px);
	background: linear-gradient(top, #f8f8f8, #FFFFFF 50px);;
}
	
.index_shop_catalogue, .shop_catalogue_list_container {
	display: grid;
	grid-template-columns: repeat(auto-fill, 20%);
}
.shop_catalogue_list {
	text-align: center;
	margin-bottom: 100px;
}
.shop_catalogue_list h2 {
	font-size: 15px;
	height: 38px;
}
.shop_catalogue_list .image {
	height: 230px;
}
.shop_catalogue_list .price {
	font-size: 18px;
	font-weight: 700;
	color: #d9b855;
	margin-bottom: 20px;
}
.shop_catalogue_list .category {
	font-size: 14px;
	font-weight: 300;
	color: #828282;
	margin-bottom: 10px;
}
.shop_catalogue_list .shop_catalogue_cart_count {
	display: none;
}
.shop_catalogue_list .cart {
	margin-top: 10px;
	opacity: 0;
}
.shop_catalogue_list:hover .cart {
	display: block;
	opacity: 1;
}
.menu_list_container {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 25px;
	margin-bottom: 100px;
}
.menu_list {
	height: 60px;
	line-height: 60px;
	text-align: center;
	border: 1px solid #dcdcdc;
	
}
.menu_list:hover {
	border: 1px solid #d9b855;
	background: #d9b855;
	color: #FFFFFF;
}
.ajaxbrowsepages {
	text-align: center;
}
.add-to-cart {
	padding: 15px 30px;
	border-radius: 40px;
}
._AJAXPageBrowse {
	background: #eeeeee;
	color: #333333;
}
.shop_catalogue_full .top {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	margin-bottom: 100px;
}
.shop_catalogue_full .top .left {
	width: 740px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
}
.shop_catalogue_full .top .right {
min-height: 0;
min-width: 0;
	flex: 1;
	margin-left: 35px;
}
.shop_catalogue_full .bottom {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
}
.shop_catalogue_full .bottom .left {
min-height: 0;
min-width: 0;
	flex: 1;
}
.shop_catalogue_full .bottom .right {
	margin-left: 35px;
	width: 600px;
	background: #f5f5f5;
}
.shop_catalogue_full .images {
	width: 140px;
}
.shop_catalogue_full .image {
min-height: 0;
min-width: 0;
	flex: 1;
	text-align: center;
}
.shop_catalogue_full .images img {
	max-width: 100%;
}
.shop_catalogue_full .category {
	display: inline-block;
	background: #eeeeee;
	padding: 10px;
	color: #7c7c7c;
	font-weight: 700;
	font-size: 13px;
	text-transform: uppercase;
	margin-bottom: 30px;	
}
.shop_catalogue_full .description, .shop_catalogue_full .text {
	line-height: 30px;
}
.shop_catalogue_full .description h3 {
	margin-bottom: 4px;
}
.shop_catalogue_full .cart {
	margin-top: 30px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
}
.shop_catalogue_full .price {
min-height: 0;
min-width: 0;
	font-size: 44px;
	font-weight: 700;
	vertical-align: middle;
	flex: 1;
}
.shop_catalogue_full .add-to-cart {
	border-radius: 0px;
}
.shop_catalogue_full .delivery_info {
	margin-top: 30px;
}
.shop_catalogue_full .when {
	text-decoration: underline;
}
.shop_catalogue_full .stock {
	color: #85ad60;
	font-weight: 700;
	margin-top: 10px;
}
.shop_catalogue_full ._TabControlContent {
	border: 1px solid #dcdcdc;
	padding: 60px;
	position: relative;
	margin-top: -1px;
	
}
.shop_catalogue_full ._TabControlButton {
	border: 1px solid #dcdcdc;
	border-bottom: 1px solid #ffffff;
	padding: 25px;
	display: inline-block;
	position: relative;
	z-index: 1;
	vertical-align: bottom;
	border-bottom: 1px solid #dcdcdc;
}
.shop_catalogue_full ._TabControlButton.active {
	border: 1px solid #dcdcdc;
	border-bottom: 1px solid #ffffff;
	padding: 30px;
	display: inline-block;
	position: relative;
	z-index: 1;
	border-bottom: 1px solid #FFFFFF;
}
ul.shop_order_steps {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-flex-direction: row;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}
	
			
.shop_order_steps li {
min-height: 0;
min-width: 0;
	width: auto;	
		
	display: block;
	flex: 1;
	margin-right: 10px;
	text-align: left;
}
			
.shop_order_steps li .title {
	font-size: 18px;
	text-align: left;
}
.shop_order_steps li .separator {
	margin-left: -20px;
}
.shop_order_steps li:first-child a:before {
	display: none;
}
	
.shop_order_steps li.done a:before, .shop_order_steps li.done + li a:before, .shop_order_steps li.current.finish a:before {
	color: #009900;
}
	
.shop_order_steps_container {
	height: 140px;
}
ul.shop_order_steps {
	padding: 0px;
	overflow: hidden;
	height: 140px;
	white-space: nowrap;
}
	
.shop_order_steps li {
	display: inline-block;
	width: 220px;
	height: 100px;
	margin-right: 30px;
	background: #d9b855;
	line-height: 100px;
	white-space: normal;
	vertical-align: middle;
}
 
.shop_order_steps li a {
	line-height: 120%;
}
.shop_order_steps li.remaining {
	background: #eeeeee;
}
	
.shop_order_steps li.done, .shop_order_steps li.current.finish {
	background: -webkit-linear-gradient(top, #64AE3B, #589934);
	background: -moz-linear-gradient(top, #64AE3B, #589934);
	background: -o-linear-gradient(top, #64AE3B, #589934);
	background: -ms-linear-gradient(top, #64AE3B, #589934);
	background: linear-gradient(top, #64AE3B, #589934);;
	
}
.shop_order_steps li.done a {
	color: #FFFFFF; 
}
	
.shop_order_steps li.current a {
	color: #FFFFFF; 
}
	
.shop_order_steps li.remaining a {
	color: #FFFFFF; 
	
}
.shop_order_steps li.current + li a:before {
	
	color: #E39401;
}
	
.shop_order_steps li .number {
	display: inline-block;
	position: absolute;
	
	width: 40px;
	height: 80px;
	text-align: center;
	font-size: 80px;
	font-weight: 700;
	margin-left: 5px;
	padding: 10px;
	line-height: 80px;
}
.shop_order_steps li .title {
	display: inline-block;
	position: absolute;
	font-size: 16px;
	font-weight: normal;
	width: 100px;
	height: 60px;
	margin-left: 70px;
	padding: 20px 20px 10px 10px;
	line-height: 120%;
}
.shop_order_steps li .separator {
	width: 50px;
	height: 50px;
	background: #FFFFFF;
	color: #AAAAAA;
	display: inline-block;
	position: absolute;
	font-size: 40px;
	line-height: 50px;
	border-radius: 50%;
	text-align: center;
	margin-left: 212px;
	margin-top: 25px;
}
.shop_order_steps li .separator {
	display: none;
}
.shop_order_steps li:last-child {
	margin-right: 0px; 
}
th {
	text-align: left;
}
span._Component {
	padding: 0px;
}
.remove {
	width: 30px;
	height: 30px;
	line-height: 30px;
	padding: 0px;
}
.removeAll {
	display: none;
}
.sum {
	float: right;
}
.purchase {
	float: right;
}
.shop_order .buttons {
	margin-top: 80px;
}
.stickers {
	position: absolute;
}
.shop_catalogue_stickers_list {
	width: 100px;
	margin-bottom: 6px;
	padding: 3px 6px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
}
.shop_catalogue_related {
	margin-top: 100px;
}
.shop_catalogue_cart_options {
	margin-bottom: 20px;
}
.shop_catalogue_cart_option_title {
	margin-right: 10px;
}
fieldset {
	border: 0px;
	display: block;
	margin-bottom: 20px;
}
fieldset legend {
	font-weight: 700;
}
.shop_order_cart_upsell {
	margin-top: 100px;
}
