body {
	    font: 14px/1.25 "Montserrat", sans-serif;
	font-weight: 400;
	color: #666;
	line-height: 20px;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #23a1d1;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
/* top */
#top {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}
#top .container {
	padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
#bro-form-language .dropdown-menu > li > a {
	padding: 0!important;
}
#bro-form-language .dropdown-menu > li > a img {
	float: left;
}
#bro-form-language .dropdown-menu li a button:hover {
	color: #FFFFFF;
}
#bro-form-language .dropdown-menu > li > a button {
	text-align: center;
}
/* logo */
#logo {
	margin: 0 0 10px 0;
}
/* search */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
	min-height: 40px;
}
#menu .nav > li > a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* content */
#content {
	min-height: 600px;
}
/* footer */
footer {
	margin-top: 30px;
	padding-top: 30px;
	background-color: #303030;
	border-top: 1px solid #ddd;
	color: #e2e2e2;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font: 14px/1.25 "Montserrat", sans-serif;
	font-weight: bold;
	color: #fff;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	border: 1px solid #ddd;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #1f90bb;
	background-position: 0 -15px;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 180px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}


 .style-top-0 {
	 background: rgb(201, 236, 242) none repeat scroll 0% 0% / auto padding-box border-box;
	 height: 50px;
	 display: flex;
	 flex-wrap: wrap;
	 -webkit-box-align: center;
	 align-items: center;
	 -webkit-box-pack: justify;
	 justify-content: space-between;
	 position: fixed;
	 left: 0px;
	 right: 0px;
	 top: 0px;
	 z-index: 999;
	 max-height: 1e+06px;
	 box-sizing: border-box;
 }

.style-top-1 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between;
	max-width: 1170px;
	margin: 0px auto;
	padding: 0px 15px;
	max-height: 1e+06px;
	box-sizing: border-box;
}

.style-top-2 {
	display: flex;
	flex-wrap: wrap;
	background: rgb(201, 236, 242) none repeat scroll 0% 0% / auto padding-box border-box;
	max-height: 1e+06px;
	box-sizing: border-box;
	margin: 0px;
	padding: 0px;
	list-style: outside none none;
}

.style-top-3 {
	margin-right: 15px;
	max-height: 1e+06px;
	box-sizing: border-box;
}

.style-top-4 {
	display: block;
	background: rgb(255, 255, 255) none repeat scroll 0% 0% / auto padding-box border-box;
	padding: 10px 15px;
	border-radius: 10px;
	text-decoration: none solid rgb(34, 34, 34);
	color: rgb(34, 34, 34);
	outline: rgb(34, 34, 34) none 0px;
	max-height: 1e+06px;
	box-sizing: border-box;
}

.style-top-5 {
	margin-right: 15px;
	max-height: 1e+06px;
	box-sizing: border-box;
}

.style-top-6 {
	display: block;
	background: rgb(255, 255, 255) none repeat scroll 0% 0% / auto padding-box border-box;
	padding: 10px 15px;
	border-radius: 10px;
	text-decoration: none solid rgb(34, 34, 34);
	color: rgb(34, 34, 34);
	outline: rgb(34, 34, 34) none 0px;
	max-height: 1e+06px;
	box-sizing: border-box;
}

.style-top-7 {
	margin: 0px;
	margin-right: 0px;
	max-height: 1e+06px;
	box-sizing: border-box;
}

.style-top-8 {
	display: block;
	background: rgb(255, 255, 255) none repeat scroll 0% 0% / auto padding-box border-box;
	padding: 10px 15px;
	border-radius: 10px;
	text-decoration: none solid rgb(34, 34, 34);
	color: rgb(34, 34, 34);
	outline: rgb(34, 34, 34) none 0px;
	max-height: 1e+06px;
	box-sizing: border-box;
}

.style-top-9 {
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	background: rgb(231, 122, 116);
	transition: all 0.3s ease 0s;
	text-decoration: none solid rgb(34, 34, 34);
	color: rgb(34, 34, 34);
	outline: rgb(34, 34, 34) none 0px;
	max-height: 1e+06px;
	box-sizing: border-box;
}

.style-top-9 img{
	padding-top: 20px;
	text-align: center;
	display: block;
	margin: 0 auto;
}

.style-top-10 {
	background: rgb(255, 0, 0) none repeat scroll 0% 0% / auto padding-box border-box;
	color: rgb(255, 255, 255);
	width: 18px;
	height: 18px;
	display: block;
	text-align: center;
	line-height: 18px;
	font-size: 9px;
	border-radius: 50%;
	position: absolute;
	top: 4px;
	right: 4px;
	max-height: 1e+06px;
	box-sizing: border-box;
}

.select-option.select-option-cat{
	padding: 0 20px;
}

@font-face {
	font-family: 'Gotham Pro';
	src: url('GothamPro-BoldItalic.eot');
	src: local('Gotham Pro Bold Italic'), local('GothamPro-BoldItalic'),
	url('GothamPro-BoldItalic.eot?#iefix') format('embedded-opentype'),
	url('GothamPro-BoldItalic.woff') format('woff'),
	url('GothamPro-BoldItalic.ttf') format('truetype');
	font-weight: bold;
	font-style: italic;
}

@font-face {
	font-family: 'Gotham Pro';
	src: url('GothamPro-Italic.eot');
	src: local('Gotham Pro Italic'), local('GothamPro-Italic'),
	url('GothamPro-Italic.eot?#iefix') format('embedded-opentype'),
	url('GothamPro-Italic.woff') format('woff'),
	url('GothamPro-Italic.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'Gotham Pro';
	src: url('GothamPro-Medium.eot');
	src: local('Gotham Pro Medium'), local('GothamPro-Medium'),
	url('GothamPro-Medium.eot?#iefix') format('embedded-opentype'),
	url('GothamPro-Medium.woff') format('woff'),
	url('GothamPro-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham Pro';
	src: url('GothamPro-BlackItalic.eot');
	src: local('Gotham Pro Black Italic'), local('GothamPro-BlackItalic'),
	url('GothamPro-BlackItalic.eot?#iefix') format('embedded-opentype'),
	url('GothamPro-BlackItalic.woff') format('woff'),
	url('GothamPro-BlackItalic.ttf') format('truetype');
	font-weight: 900;
	font-style: italic;
}

@font-face {
	font-family: 'Gotham Pro';
	src: url('GothamPro-Bold.eot');
	src: local('Gotham Pro Bold'), local('GothamPro-Bold'),
	url('GothamPro-Bold.eot?#iefix') format('embedded-opentype'),
	url('GothamPro-Bold.woff') format('woff'),
	url('GothamPro-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham Pro Narrow';
	src: url('GothamProNarrow-Bold.eot');
	src: local('Gotham Pro Narrow Bold'), local('GothamProNarrow-Bold'),
	url('GothamProNarrow-Bold.eot?#iefix') format('embedded-opentype'),
	url('GothamProNarrow-Bold.woff') format('woff'),
	url('GothamProNarrow-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham Pro Narrow';
	src: url('GothamProNarrow-Medium.eot');
	src: local('Gotham Pro Narrow Medium'), local('GothamProNarrow-Medium'),
	url('GothamProNarrow-Medium.eot?#iefix') format('embedded-opentype'),
	url('GothamProNarrow-Medium.woff') format('woff'),
	url('GothamProNarrow-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham Pro';
	src: url('GothamPro-LightItalic.eot');
	src: local('Gotham Pro Light Italic'), local('GothamPro-LightItalic'),
	url('GothamPro-LightItalic.eot?#iefix') format('embedded-opentype'),
	url('GothamPro-LightItalic.woff') format('woff'),
	url('GothamPro-LightItalic.ttf') format('truetype');
	font-weight: 300;
	font-style: italic;
}

@font-face {
	font-family: 'Gotham Pro';
	src: url('GothamPro-Light.eot');
	src: local('Gotham Pro Light'), local('GothamPro-Light'),
	url('GothamPro-Light.eot?#iefix') format('embedded-opentype'),
	url('GothamPro-Light.woff') format('woff'),
	url('GothamPro-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham Pro';
	src: url('GothamPro-Black.eot');
	src: local('Gotham Pro Black'), local('GothamPro-Black'),
	url('GothamPro-Black.eot?#iefix') format('embedded-opentype'),
	url('GothamPro-Black.woff') format('woff'),
	url('GothamPro-Black.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham Pro';
	src: url('GothamPro.eot');
	src: local('Gotham Pro'), local('GothamPro'),
	url('GothamPro.eot?#iefix') format('embedded-opentype'),
	url('GothamPro.woff') format('woff'),
	url('GothamPro.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham Pro';
	src: url('GothamPro-MediumItalic.eot');
	src: local('Gotham Pro Medium Italic'), local('GothamPro-MediumItalic'),
	url('GothamPro-MediumItalic.eot?#iefix') format('embedded-opentype'),
	url('GothamPro-MediumItalic.woff') format('woff'),
	url('GothamPro-MediumItalic.ttf') format('truetype');
	font-weight: 500;
	font-style: italic;
}

@font-face {
	font-family: 'Theano Modern';
	src: url('TheanoModern-Regular.eot');
	src: local('Theano Modern Regular'), local('TheanoModern-Regular'),
	url('TheanoModern-Regular.eot?#iefix') format('embedded-opentype'),
	url('TheanoModern-Regular.woff') format('woff'),
	url('TheanoModern-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Theano Old Style';
	src: url('TheanoOldStyle-Regular.eot');
	src: local('Theano Old Style Regular'), local('TheanoOldStyle-Regular'),
	url('TheanoOldStyle-Regular.eot?#iefix') format('embedded-opentype'),
	url('TheanoOldStyle-Regular.woff') format('woff'),
	url('TheanoOldStyle-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Theano Didot';
	src: url('TheanoDidot-Regular.eot');
	src: local('Theano Didot Regular'), local('TheanoDidot-Regular'),
	url('TheanoDidot-Regular.eot?#iefix') format('embedded-opentype'),
	url('TheanoDidot-Regular.woff') format('woff'),
	url('TheanoDidot-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}


.style-menu-1 a:hover ,.style-menu-3 a:hover{
	background: rgb(244, 210, 208) none repeat scroll 0% 0% / auto padding-box border-box;
	color: rgb(0, 0, 0);
}



a:hover {
	text-decoration: none;
	color: #e77a74;
}

.style-top-2 a:hover {
	text-decoration: underline;
	color: #e77a74;
}
.style-top-9:hover {
	background-color: #eb8f8a;
}

.style-banner-0:before {
	position: absolute;
	top: -11px;
	left: 30px;
	content: "";
	background: url(/design/pink_variants_1/images/icon-star.svg) no-repeat 0 0;
	width: 33px;
	height: 31px;
	z-index: 11;
}
.all_wrap{
	position: relative;
}
.all_wrap:before {
	position: absolute;
	top: 150px;
	left: 0;
	content: "";
	background: url(/design/pink_variants_1/images/page-bg-l.png) no-repeat 0 0;
	width: 159px;
	z-index: -1;
	height: 530px;
}
.all_wrap:after {
	position: absolute;
	bottom: 400px;
	right: 0;
	content: "";
	background: url(/design/pink_variants_1/images/page-bg-r.png) no-repeat 0 0;
	width: 197px;
	height: 493px;
	z-index: -1;
}
.style-banner{
	position: relative;
}
.style-banner:before {
	position: absolute;
	top: 29px;
	left: 6px;
	z-index: 111111;
	content: "";
	background: url(/design/pink_variants_1/images/pattern01.png) no-repeat 0 0;
	width: 41px;
	height: 55px;
}
.style-banner:after {
	position: absolute;
	top: -15px;
	right: 54px;
	z-index: 111111;
	content: "";
	background: url(/design/pink_variants_1/images/icon-pattern.svg) no-repeat 0 0;
	width: 31px;
	height: 33px;
}
.style-banner-0:after {
	position: absolute;
	top: 35px;
	right: 30px;
	content: "";
	background: url(/design/pink_variants_1/images/pattern02.png) no-repeat 0 0;
	width: 42px;
	height: 70px;
}
.style-head-0 {
	display: flex;
	flex-wrap: wrap;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between;
	padding: 28px 0 18px;
	max-height: 1e6px;
	box-sizing: border-box;
	margin-top: 50px;
}

.style-head-1 {
	max-height: 1e+06px;
	box-sizing: border-box;
}

.style-head-2 {
	display: inline-block;
	vertical-align: top;
	max-height: 1e+06px;
	box-sizing: border-box;
}

.style-head-3 {
	margin: 0px 0px 3px;
	font: 37px / 37px 'Theano Didot';
	font-family: 'Theano Didot';
	line-height: 37px;
	color: rgb(34, 34, 34);
	max-height: 1e+06px;
	box-sizing: border-box;
}

.style-head-4 {
	display: block;
	font-size: 16px;
	font-weight: 700;
	max-height: 1e+06px;
	box-sizing: border-box;
	color: black;
}

.style-head-5 {
	display: flex;
	flex-wrap: wrap;
	max-height: 1e+06px;
	box-sizing: border-box;
	margin: 0px;
	padding: 0px;
	list-style: outside none none;
}

.style-head-6 {
	width: 90px;
	margin: 0px 5px;
	text-align: center;
	max-height: 1e+06px;
	box-sizing: border-box;
}

.style-head-7 {
	font-size: 12px;
	display: block;
	max-height: 1e+06px;
	box-sizing: border-box;
	color: black;
	line-height: 15px;
}

.style-head-8 {
	background: rgb(244, 210, 208) none repeat scroll 0% 0% / auto padding-box border-box;
	display: block;
	border-radius: 9px;
	height: 30px;
	line-height: 30px;
	font-weight: 700;
	font-size: 16px;
	margin: 5px 0px;
	max-height: 1e+06px;
	box-sizing: border-box;
	color:#222222;
}

.style-head-9 {
	font-size: 12px;
	display: block;
	max-height: 1e+06px;
	box-sizing: border-box;
	color: black;
	line-height: 15px;
}

.style-head-10 {
	width: 90px;
	margin: 0px 5px;
	text-align: center;
	max-height: 1e+06px;
	box-sizing: border-box;
}

.style-head-11 {
	font-size: 12px;
	display: block;
	max-height: 1e+06px;
	box-sizing: border-box;
	color: black;
	line-height: 15px;
}

.style-head-12 {
	background: rgb(189, 210, 237) none repeat scroll 0% 0% / auto padding-box border-box;
	display: block;
	color:#222222;
	border-radius: 9px;
	height: 30px;
	line-height: 30px;
	font-weight: 700;
	font-size: 16px;
	margin: 5px 0px;
	max-height: 1e+06px;
	box-sizing: border-box;
}

.style-head-13 {
	font-size: 12px;
	display: block;
	max-height: 1e+06px;
	box-sizing: border-box;
	color: black;
	line-height: 15px;
}

.style-head-14 {
	width: 90px;
	margin: 0px 5px;
	text-align: center;
	max-height: 1e+06px;
	box-sizing: border-box;
}

.style-head-15 {
	font-size: 12px;
	display: block;
	max-height: 1e+06px;
	box-sizing: border-box;
	color: black;
	line-height: 15px;
}

.style-head-16 {
	background: rgb(201, 236, 242) none repeat scroll 0% 0% / auto padding-box border-box;
	display: block;
	border-radius: 9px;
	height: 30px;
	color:#222222;
	line-height: 30px;
	font-weight: 700;
	font-size: 16px;
	margin: 5px 0px;
	max-height: 1e+06px;
	box-sizing: border-box;
}

.style-head-17 {
	font-size: 12px;
	display: block;
	max-height: 1e+06px;
	box-sizing: border-box;
	color: black;
	line-height: 15px;
}


/************************************************************/


.style-banner-0 {
	background: rgb(201, 236, 242) none repeat scroll 0% 0% / auto padding-box border-box;
	border-radius: 10px;
	box-shadow: rgba(201, 236, 242, 0.75) 0px 0px 50px 0px;
	padding: 10px 100px;
	position: relative;
	margin-bottom: 15px;
	max-height: 1e+06px;
	box-sizing: border-box;
}

.style-banner-1 {
	display: flex;
	flex-wrap: wrap;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	max-height: 1e6px;
	box-sizing: border-box;
	background: #c9ecf2;
	border-radius: 10px;
	box-shadow: 0 0 50px rgba(201, 236, 242, 0.75);
	padding: 0px 100px;
	position: relative;

}

.style-banner-2 {
	display: flex;
	flex-wrap: wrap;
	-webkit-box-align: center;
	align-items: center;
	max-height: 1e+06px;
	box-sizing: border-box;
}

.style-banner-3 {
	-webkit-box-flex: 1;
	flex: 1 0 0px;
	max-height: 1e+06px;
	box-sizing: border-box;
}

.style-banner-4 {
	display: block;
	font-size: 16px;
	font-weight: 700;
	color: rgb(239, 163, 159);
	text-align: center;
	max-height: 1e+06px;
	box-sizing: border-box;
}

.style-banner-5 {
	display: flex;
	flex-wrap: wrap;
	max-height: 1e+06px;
	box-sizing: border-box;
}

.style-banner-6 {
	text-align: right;
	-webkit-box-flex: 1;
	flex: 1 0 0px;
	color: rgb(231, 122, 116);
	font-weight: 700;
	margin-right: 10px;
	font-size: 16px;
	padding: 6px 0px 0px;
	max-height: 1e+06px;
	box-sizing: border-box;
}

.style-banner-7 {
	font: italic 900 50px / 50px Montserrat;
	color: rgb(231, 122, 116);
	margin: 0px;
	max-height: 1e+06px;
	box-sizing: border-box;
}

.style-banner-8 {
	padding-left: 30px;
	font-size: 16px;
	color: rgb(34, 34, 34);
	font-weight: 700;
	padding-top: 15px;
	max-height: 1e+06px;
	box-sizing: border-box;
}

.style-banner-9 {
	max-height: 1e+06px;
	box-sizing: border-box;
}

.style-banner-10 {
	padding: 0px 30px;
	max-height: 1e+06px;
	box-sizing: border-box;
}

.style-banner-11 {
	display: block;
	border-style: none;
	max-height: 1e+06px;
	box-sizing: border-box;
}

.style-banner-12 {
	text-align: center;
	width: 280px;
	max-height: 1e+06px;
	box-sizing: border-box;
}

.style-banner-13 {
	display: block;
	margin: 0px 0px 12px;
	max-height: 1e+06px;
	box-sizing: border-box;
}

.style-banner-14 {
	display: flex;
	flex-wrap: wrap;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	max-height: 1e+06px;
	box-sizing: border-box;
}


/************************************************/



.timer{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.timer__items {
	display: flex;
	font-size: 48px;
}

.timer__item {
	position: relative;
	min-width: 60px;
	margin-left: 10px;
	margin-right: 10px;
	padding-bottom: 0px;
	padding-top: 4px;
	text-align: center;

	border-radius: 50%;
	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;
	color: #60b7c6;
	font-size: 57px;
	font-weight: 700;
	margin-bottom: 10px;
	line-height: 1;
	font-size: 40px;
	line-height: 40px;
	font-weight: 900;
}

.timer__item::before {
	content: attr(data-title);
	display: block;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	font-size: 14px;
	top: -12px;
	color: #222222;
	font-size: 14px;
	font-weight: 400;
	font: 14px/1.25 "Montserrat", sans-serif;
}
.timer__item:not(:last-child)::after {
	content: ':';
	position: absolute;
	right: -17px;
	color: #60b7c6;
	top: 6%;
	font-size: 19px;
}

.timer__item:not(:last-child)::after {
	content: ':';
	position: absolute;
	right: -15px;
}


.small-wrapper {
	max-width: 980px;
	margin: 0 auto;
}
.mini-product {
	width: 31%;
	position: relative;
	margin: 10px;
}
.timer .small-txt {
	text-align: center;
	font-size: 25px;
	font-weight: 700;
	line-height: 1;
}
.timer_text {
	margin: 0px 30px 25px;
}
.timer .bigger-txt {
	font-size: 53px;
	font-weight: 700;
	line-height: 1;
}

@media screen and (max-width: 550px){
	.mini-product {
		width: 100%;
	}
	.timer__item::before {
		content: attr(data-title);
		display: block;
		position: absolute;
		left: 50%;
		bottom: 0;
		transform: translateX(-50%);
		font-size: 13px;
		top: -2px;
		color: #222222;
		font-weight: 200;
		color: black;
		font-weight: 300;
	}
	.banner-note{
		margin-bottom: 20px;
		display: block;
		text-align: center;
	}
	.timer__item {
		position: relative;
		min-width: 40px;
		margin-left: 10px;
		margin-right: 10px;
		padding-bottom: 0px;
		padding-top: 4px;
		text-align: center;
		width: 60px;
		height: 60px;

		border-radius: 50%;
		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-family: RotondaC,sans-serif; */
		font-size: 30px;
		font-weight: 700;
		margin-bottom: 10px;
		line-height: 1;
		font-size: 40px;
		line-height: 40px;
		font-weight: 900;
		color: #60b7c6;
	}
	.timer__item:not(:last-child)::after {
		content: ':';
		position: absolute;
		right: -17px;
		color: #60b7c6;
		top: 18%;
		font-size: 19px;
	}
}
/*******************************************************/
.style-catalogitem-33:before {
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	content: "";
	border-bottom: 1px solid #666666;
}
.style-menu-0 li:first-child{
	padding-left: 0;
}

.style-menu-0 li:first-child{
	padding-left: 0;
}

.style-menu-0 li:last-child {
	padding-right: 0;
}
.slick-slide {

	border-radius: 10px 10px 0 0;
}
.style-menu-0 {
	display: flex;
	flex-wrap: wrap;
	padding: 0px 0px 40px;
	max-height: 1e+06px;
	box-sizing: border-box;
	margin: 0px;
	list-style: outside none none;
}

.style-menu-1 {
	padding: 0px 5px;
	-webkit-box-flex: 1;
	flex: 1 0 0px;
	max-height: 1e+06px;
	box-sizing: border-box;
}

.style-menu-2 {
	display: block;
	border-radius: 10px;
	padding: 10px;
	text-align: center;
	line-height: 20px;
	background: rgb(233, 247, 250) none repeat scroll 0% 0% / auto padding-box border-box;
	text-decoration: none solid rgb(34, 34, 34);
	color: rgb(34, 34, 34);
	outline: rgb(34, 34, 34) none 0px;
	max-height: 1e+06px;
	box-sizing: border-box;
}

.style-menu-3 {
	padding: 0px 5px;
	-webkit-box-flex: 1;
	flex: 1 0 0px;
	max-height: 1e+06px;
	box-sizing: border-box;
}

.style-menu-4 {
	background: rgb(244, 210, 208) none repeat scroll 0% 0% / auto padding-box border-box;
	color: rgb(0, 0, 0);
	display: block;
	border-radius: 10px;
	padding: 10px;
	text-align: center;
	line-height: 20px;
	text-decoration: none solid rgb(0, 0, 0);
	outline: rgb(0, 0, 0) none 0px;
	max-height: 1e+06px;
	box-sizing: border-box;
}

.style-menu-5 {
	padding: 0px 5px;
	-webkit-box-flex: 1;
	flex: 1 0 0px;
	max-height: 1e+06px;
	box-sizing: border-box;
}

.style-menu-6 {
	display: block;
	border-radius: 10px;
	padding: 10px;
	text-align: center;
	line-height: 20px;
	background: rgb(233, 247, 250) none repeat scroll 0% 0% / auto padding-box border-box;
	text-decoration: none solid rgb(34, 34, 34);
	color: rgb(34, 34, 34);
	outline: rgb(34, 34, 34) none 0px;
	max-height: 1e+06px;
	box-sizing: border-box;
}

.style-menu-7 {
	padding: 0px 5px;
	-webkit-box-flex: 1;
	flex: 1 0 0px;
	max-height: 1e+06px;
	box-sizing: border-box;
}

.style-menu-8 {
	display: block;
	border-radius: 10px;
	padding: 10px;
	text-align: center;
	line-height: 20px;
	background: rgb(233, 247, 250) none repeat scroll 0% 0% / auto padding-box border-box;
	text-decoration: none solid rgb(34, 34, 34);
	color: rgb(34, 34, 34);
	outline: rgb(34, 34, 34) none 0px;
	max-height: 1e+06px;
	box-sizing: border-box;
}

.style-menu-9 {
	padding: 0px 5px;
	-webkit-box-flex: 1;
	flex: 1 0 0px;
	max-height: 1e+06px;
	box-sizing: border-box;
}

.style-menu-10 {
	display: block;
	border-radius: 10px;
	padding: 10px;
	text-align: center;
	line-height: 20px;
	background: rgb(233, 247, 250) none repeat scroll 0% 0% / auto padding-box border-box;
	text-decoration: none solid rgb(34, 34, 34);
	color: rgb(34, 34, 34);
	outline: rgb(34, 34, 34) none 0px;
	max-height: 1e+06px;
	box-sizing: border-box;
}
/***************************************************/

.style-catalogitem-0 {
	display: flex;
	flex-wrap: wrap;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	margin: 0px -15px 25px;
	max-height: 1e+06px;
	box-sizing: border-box;
	padding: 0px;
	list-style: outside none none;
}

.style-catalogitem-1 {
	visibility: visible;
	opacity: 1;
	padding: 0px 15px 30px;
	-webkit-box-flex: 0;
	flex: 0 0 100%;
	max-width: 33.3333%;
	max-height: 1e+06px;
	box-sizing: border-box;
}

.style-catalogitem-2 {
	font-family: 'Gotham Pro';
	box-shadow: rgba(201, 236, 242, 0.75) 0px 5px 15px 0px;
	border-radius: 10px;
	max-height: 1e+06px;
	box-sizing: border-box;
}

.style-catalogitem-3 {
	max-height: 1e+06px;
	box-sizing: border-box;
}

.style-catalogitem-4 {
	margin-bottom: 30px;
	position: relative;
	display: block;
	box-sizing: border-box;
	user-select: none;
	touch-action: pan-y;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	max-height: 1e+06px;
}

.style-catalogitem-5 {
	transform: matrix(1, 0, 0, 1, 0, 0);
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0px;
	padding: 0px;
	max-height: 1e+06px;
	box-sizing: border-box;
}

.style-catalogitem-6 {
	text-align: center;
}


.style-catalogitem-29{
	border: 1px solid #c9ecf2;
	border-top: 0;
	border-radius: 0 0 10px 10px;
	padding: 28px 28px 39px;
}

.style-catalogitem-30 {
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	justify-content: space-between;
	margin: 0px 0px 12px;
	max-height: 1e+06px;
	box-sizing: border-box;
}

.style-catalogitem-31 {
	max-height: 1e+06px;
	box-sizing: border-box;
}

.style-catalogitem-32 {
	display: block;
	font-size: 12px;
	color: rgb(153, 153, 153);
	max-height: 1e+06px;
	box-sizing: border-box;
}

.style-catalogitem-33 {
	color: rgb(153, 153, 153);
	position: relative;
	font-size: 30px;
	font-weight: 700;
	letter-spacing: -1px;
	max-height: 1e+06px;
	box-sizing: border-box;
}

.style-catalogitem-34 {
	color: rgb(153, 153, 153);
	font-size: 18px;
	max-height: 1e+06px;
	box-sizing: border-box;
}

.style-catalogitem-35 {
	max-height: 1e+06px;
	box-sizing: border-box;
}

.style-catalogitem-36 {
	display: block;
	font-size: 12px;
	color: rgb(153, 153, 153);
	max-height: 1e+06px;
	box-sizing: border-box;
}

.style-catalogitem-37 {
	font-size: 30px;
	font-weight: 700;
	color: rgb(231, 122, 116);
	letter-spacing: -1px;
	max-height: 1e+06px;
	box-sizing: border-box;
}

.style-catalogitem-38 {
	font-size: 18px;
	color: rgb(34, 34, 34);
	max-height: 1e+06px;
	box-sizing: border-box;
}

.style-catalogitem-39 {
	padding: 0px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-flow: row wrap;
	margin-bottom: 5px;
	color: rgb(96, 183, 198);
	max-height: 1e+06px;
	box-sizing: border-box;
}

.style-catalogitem-41.select_option {
	border-color: rgb(96, 183, 198);
	background-color: rgb(96, 183, 198);
	color: rgb(255, 255, 255);
	margin-right: 5px;

	border-radius: 3px;
	transition: all 0.3s ease 0s;
	cursor: pointer;
	position: relative;
	flex-shrink: 0;
	margin-bottom: 5px;
	font-size: 14px;
	max-height: 1e+06px;
	box-sizing: border-box;
}

.style-catalogitem-41 {
	padding: 5px 6px;
	border: 2px solid rgb(96, 183, 198);
	border-radius: 3px;
	transition: all 0.3s ease 0s;
	cursor: pointer;
	position: relative;
	flex-shrink: 0;
	margin-bottom: 5px;
	font-size: 14px;
	max-height: 1e+06px;
	box-sizing: border-box;
	margin-right: 5px;
}

.style-catalogitem-42 {
	margin: 0px 0px 24px;
	line-height: 20px;
	max-height: 1e+06px;
	box-sizing: border-box;
}

.style-catalogitem-43 {
	float: left;
	clear: left;
	color: rgb(102, 102, 102);
	margin-right: 5px;
	max-height: 1e+06px;
	box-sizing: border-box;
}

.style-catalogitem-44 {
	margin: 0px;
	max-height: 1e+06px;
	box-sizing: border-box;
}



.style-catalogitem-50 {
	display: block;
	max-width: 230px;
	width: 100%;
	margin: 0px auto;
	background: rgb(231, 122, 116) none repeat scroll 0% 0% / auto padding-box border-box;
	border-radius: 7px;
	padding: 15px 20px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	color: rgb(255, 255, 255);
	text-align: center;
	box-shadow: rgba(231, 122, 116, 0.75) 0px 5px 15px 0px;
	transition: all 0.3s ease 0s;
	text-decoration: none solid rgb(255, 255, 255);
	outline: rgb(255, 255, 255) none 0px;
	max-height: 1e+06px;
	box-sizing: border-box;
}
/****************************************************/


.style-footer-0 {
	background: rgb(201, 236, 242) none repeat scroll 0% 0% / auto padding-box border-box;

	display: block;

	box-sizing: border-box;
}


.style-footer-1 {
	width: auto;
	max-width: 1170px;
	margin: 0px auto;
	padding: 0px 15px;
	position: relative;
	z-index: 2;
	max-height: 1e+06px;
	box-sizing: border-box;
	padding-bottom: 20px;
}

.style-footer-2 {
	display: block;
	max-width: 290px;
	margin: 0px auto;
	text-align: center;
	max-height: 1e+06px;
	box-sizing: border-box;
	color: black;
}

.style-footer-3 {
	display: block;
	max-width: 290px;
	margin: 0px auto;
	text-align: center;
	max-height: 1e+06px;
	box-sizing: border-box;
	color: black;
}

.style-footer-4 {
	max-height: 1e+06px;
	box-sizing: border-box;
}

.style-footer-5 {
	display: block;
	max-width: 290px;
	margin: 0px auto;
	text-align: center;
	max-height: 1e+06px;
	box-sizing: border-box;
	color: black;
}

.style-footer-6 {
	display: block;
	max-width: 290px;
	margin: 0px auto;
	text-align: center;
	max-height: 1e+06px;
	box-sizing: border-box;
	color: black;
}



/***********************************************************/


.table-wrap {
	position: relative;
	margin-bottom: 80px;
}
.table-wrap::after {
	position: absolute;
	bottom: -10px;
	left: 10px;
	right: 10px;
	height: 10px;
	border-radius: 0px 0px 10px 10px;
	border-width: 0px 1px 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: rgb(201, 236, 242);
	border-bottom-color: rgb(201, 236, 242);
	border-left-color: rgb(201, 236, 242);
	border-image: initial;
	border-top-style: initial;
	border-top-color: initial;
	content: "";
	background: rgb(255, 255, 255);
	box-shadow: rgba(201, 236, 242, 0.75) 0px 5px 15px;
}
table {
	border-collapse: collapse;
	border-spacing: 0px;
}
.sizes-table {
	border-collapse: separate;
	margin: 0px;
	padding: 0px;
	width: 100%;
	background: rgb(255, 255, 255);
	border-radius: 10px;
	position: relative;
	z-index: 2;
	border-width: 0px 0px 1px;
	border-top-style: initial;
	border-right-style: initial;
	border-left-style: initial;
	border-top-color: initial;
	border-right-color: initial;
	border-left-color: initial;
	border-image: initial;
	border-bottom-style: solid;
	border-bottom-color: rgb(201, 236, 242);
}
.sizes-table td {
	border-top: 1px solid rgb(201, 236, 242);
	padding: 10px 16px;
	text-align: center;
}
.sizes-table td:first-child {
	border-left: 1px solid rgb(201, 236, 242);
	text-align: left;
}
.sizes-table thead td {
	font-weight: bold;
	background: rgb(229, 246, 249);
	line-height: 20px;
}
.sizes-table thead td:first-child {
	border-radius: 10px 0px 0px;
}
.sizes-table td:last-child {
	border-right: 1px solid rgb(201, 236, 242);
}
.sizes-table thead td:last-child {
	border-radius: 0px 10px 0px 0px;
}
.sizes-table tbody tr:last-child td:first-child {
	border-radius: 0px 0px 0px 10px;
}
.sizes-table tbody tr:last-child td:last-child {
	border-radius: 0px 0px 10px;
}
@media (max-width: 767px) {
	.table-wrap {
		display: none;
	}
}
@media all {
	*,
	::before,
	::after {
		box-sizing: border-box;
	}
}
@media all {
	* {
		max-height: 1e6px;
	}
}
@media all {
	.table-wrap {
		position: relative;
		margin-bottom: 80px;
	}
}
@media all {
	*,
	::before,
	::after {
		box-sizing: border-box;
	}
}
@media all {
	* {
		max-height: 1e6px;
	}
}
@media all {
	table {
		border-collapse: collapse;
		border-spacing: 0px;
	}
}
@media all {
	.sizes-table {
		border-collapse: separate;
		margin: 0px;
		padding: 0px;
		width: 100%;
		background: rgb(255, 255, 255);
		border-radius: 10px;
		position: relative;
		z-index: 2;
		border-width: 0px 0px 1px;
		border-top-style: initial;
		border-right-style: initial;
		border-left-style: initial;
		border-top-color: initial;
		border-right-color: initial;
		border-left-color: initial;
		border-image: initial;
		border-bottom-style: solid;
		border-bottom-color: rgb(201, 236, 242);
	}
}
@media all {
	*,
	::before,
	::after {
		box-sizing: border-box;
	}
}
@media all {
	* {
		max-height: 1e6px;
	}
}
@media all {
	*,
	::before,
	::after {
		box-sizing: border-box;
	}
}
@media all {
	* {
		max-height: 1e6px;
	}
}
@media all {
	*,
	::before,
	::after {
		box-sizing: border-box;
	}
}
@media all {
	* {
		max-height: 1e6px;
	}
}
@media all {
	.sizes-table td {
		border-top: 1px solid rgb(201, 236, 242);
		padding: 10px 16px;
		text-align: center;
	}
}
@media all {
	.sizes-table td:first-child {
		border-left: 1px solid rgb(201, 236, 242);
		text-align: left;
	}
}
@media all {
	.sizes-table thead td {
		font-weight: bold;
		background: rgb(229, 246, 249);
		line-height: 20px;
	}
}
@media all {
	.sizes-table thead td:first-child {
		border-radius: 10px 0px 0px;
	}
}
@media all {
	*,
	::before,
	::after {
		box-sizing: border-box;
	}
}
@media all {
	* {
		max-height: 1e6px;
	}
}
@media all {
	.sizes-table td {
		border-top: 1px solid rgb(201, 236, 242);
		padding: 10px 16px;
		text-align: center;
	}
}
@media all {
	.sizes-table thead td {
		font-weight: bold;
		background: rgb(229, 246, 249);
		line-height: 20px;
	}
}
@media all {
	*,
	::before,
	::after {
		box-sizing: border-box;
	}
}
@media all {
	* {
		max-height: 1e6px;
	}
}
@media all {
	.sizes-table td {
		border-top: 1px solid rgb(201, 236, 242);
		padding: 10px 16px;
		text-align: center;
	}
}
@media all {
	.sizes-table thead td {
		font-weight: bold;
		background: rgb(229, 246, 249);
		line-height: 20px;
	}
}
@media all {
	*,
	::before,
	::after {
		box-sizing: border-box;
	}
}
@media all {
	* {
		max-height: 1e6px;
	}
}
@media all {
	.sizes-table td {
		border-top: 1px solid rgb(201, 236, 242);
		padding: 10px 16px;
		text-align: center;
	}
}
@media all {
	.sizes-table thead td {
		font-weight: bold;
		background: rgb(229, 246, 249);
		line-height: 20px;
	}
}
@media all {
	*,
	::before,
	::after {
		box-sizing: border-box;
	}
}
@media all {
	* {
		max-height: 1e6px;
	}
}
@media all {
	.sizes-table td {
		border-top: 1px solid rgb(201, 236, 242);
		padding: 10px 16px;
		text-align: center;
	}
}
@media all {
	.sizes-table td:last-child {
		border-right: 1px solid rgb(201, 236, 242);
	}
}
@media all {
	.sizes-table thead td {
		font-weight: bold;
		background: rgb(229, 246, 249);
		line-height: 20px;
	}
}
@media all {
	.sizes-table thead td:last-child {
		border-radius: 0px 10px 0px 0px;
	}
}
@media all {
	*,
	::before,
	::after {
		box-sizing: border-box;
	}
}
@media all {
	* {
		max-height: 1e6px;
	}
}
@media all {
	*,
	::before,
	::after {
		box-sizing: border-box;
	}
}
@media all {
	* {
		max-height: 1e6px;
	}
}
@media all {
	*,
	::before,
	::after {
		box-sizing: border-box;
	}
}
@media all {
	* {
		max-height: 1e6px;
	}
}
@media all {
	.sizes-table td {
		border-top: 1px solid rgb(201, 236, 242);
		padding: 10px 16px;
		text-align: center;
	}
}
@media all {
	.sizes-table td:first-child {
		border-left: 1px solid rgb(201, 236, 242);
		text-align: left;
	}
}
@media all {
	*,
	::before,
	::after {
		box-sizing: border-box;
	}
}
@media all {
	* {
		max-height: 1e6px;
	}
}
@media all {
	.sizes-table td {
		border-top: 1px solid rgb(201, 236, 242);
		padding: 10px 16px;
		text-align: center;
	}
}
@media all {
	*,
	::before,
	::after {
		box-sizing: border-box;
	}
}
@media all {
	* {
		max-height: 1e6px;
	}
}
@media all {
	.sizes-table td {
		border-top: 1px solid rgb(201, 236, 242);
		padding: 10px 16px;
		text-align: center;
	}
}
@media all {
	*,
	::before,
	::after {
		box-sizing: border-box;
	}
}
@media all {
	* {
		max-height: 1e6px;
	}
}
@media all {
	.sizes-table td {
		border-top: 1px solid rgb(201, 236, 242);
		padding: 10px 16px;
		text-align: center;
	}
}
@media all {
	*,
	::before,
	::after {
		box-sizing: border-box;
	}
}
@media all {
	* {
		max-height: 1e6px;
	}
}
@media all {
	.sizes-table td {
		border-top: 1px solid rgb(201, 236, 242);
		padding: 10px 16px;
		text-align: center;
	}
}
@media all {
	.sizes-table td:last-child {
		border-right: 1px solid rgb(201, 236, 242);
	}
}
@media all {
	*,
	::before,
	::after {
		box-sizing: border-box;
	}
}
@media all {
	* {
		max-height: 1e6px;
	}
}
@media all {
	*,
	::before,
	::after {
		box-sizing: border-box;
	}
}
@media all {
	* {
		max-height: 1e6px;
	}
}
@media all {
	.sizes-table td {
		border-top: 1px solid rgb(201, 236, 242);
		padding: 10px 16px;
		text-align: center;
	}
}
@media all {
	.sizes-table td:first-child {
		border-left: 1px solid rgb(201, 236, 242);
		text-align: left;
	}
}
@media all {
	*,
	::before,
	::after {
		box-sizing: border-box;
	}
}
@media all {
	* {
		max-height: 1e6px;
	}
}
@media all {
	.sizes-table td {
		border-top: 1px solid rgb(201, 236, 242);
		padding: 10px 16px;
		text-align: center;
	}
}
@media all {
	*,
	::before,
	::after {
		box-sizing: border-box;
	}
}
@media all {
	* {
		max-height: 1e6px;
	}
}
@media all {
	.sizes-table td {
		border-top: 1px solid rgb(201, 236, 242);
		padding: 10px 16px;
		text-align: center;
	}
}
@media all {
	*,
	::before,
	::after {
		box-sizing: border-box;
	}
}
@media all {
	* {
		max-height: 1e6px;
	}
}
@media all {
	.sizes-table td {
		border-top: 1px solid rgb(201, 236, 242);
		padding: 10px 16px;
		text-align: center;
	}
}
@media all {
	*,
	::before,
	::after {
		box-sizing: border-box;
	}
}
@media all {
	* {
		max-height: 1e6px;
	}
}
@media all {
	.sizes-table td {
		border-top: 1px solid rgb(201, 236, 242);
		padding: 10px 16px;
		text-align: center;
	}
}
@media all {
	.sizes-table td:last-child {
		border-right: 1px solid rgb(201, 236, 242);
	}
}
@media all {
	*,
	::before,
	::after {
		box-sizing: border-box;
	}
}
@media all {
	* {
		max-height: 1e6px;
	}
}
@media all {
	*,
	::before,
	::after {
		box-sizing: border-box;
	}
}
@media all {
	* {
		max-height: 1e6px;
	}
}
@media all {
	.sizes-table td {
		border-top: 1px solid rgb(201, 236, 242);
		padding: 10px 16px;
		text-align: center;
	}
}
@media all {
	.sizes-table td:first-child {
		border-left: 1px solid rgb(201, 236, 242);
		text-align: left;
	}
}
@media all {
	.sizes-table tbody tr:last-child td:first-child {
		border-radius: 0px 0px 0px 10px;
	}
}
@media all {
	*,
	::before,
	::after {
		box-sizing: border-box;
	}
}
@media all {
	* {
		max-height: 1e6px;
	}
}
@media all {
	.sizes-table td {
		border-top: 1px solid rgb(201, 236, 242);
		padding: 10px 16px;
		text-align: center;
	}
}
@media all {
	*,
	::before,
	::after {
		box-sizing: border-box;
	}
}
@media all {
	* {
		max-height: 1e6px;
	}
}
@media all {
	.sizes-table td {
		border-top: 1px solid rgb(201, 236, 242);
		padding: 10px 16px;
		text-align: center;
	}
}
@media all {
	*,
	::before,
	::after {
		box-sizing: border-box;
	}
}
@media all {
	* {
		max-height: 1e6px;
	}
}
@media all {
	.sizes-table td {
		border-top: 1px solid rgb(201, 236, 242);
		padding: 10px 16px;
		text-align: center;
	}
}
@media all {
	*,
	::before,
	::after {
		box-sizing: border-box;
	}
}
@media all {
	* {
		max-height: 1e6px;
	}
}
@media all {
	.sizes-table td {
		border-top: 1px solid rgb(201, 236, 242);
		padding: 10px 16px;
		text-align: center;
	}
}
@media all {
	.sizes-table td:last-child {
		border-right: 1px solid rgb(201, 236, 242);
	}
}
@media all {
	.sizes-table tbody tr:last-child td:last-child {
		border-radius: 0px 0px 10px;
	}
}
.style-title {
	font: 28px / 34px 'Theano Didot';
	margin: 0px;
	position: relative;
	font-family: 'Theano Didot';
	line-height: 34px;
	color: rgb(34, 34, 34);
	max-height: 1e+06px;
	box-sizing: border-box;
	margin-bottom: 30px;
	margin-top: 30px;
}


.reviews-slider .slick-dots {
	bottom: -5px;
	left: 0;
	width: 100%;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	justify-content: center;
}
.reviews-slider .slick-dots li {
	width: 20px;
	height: 20px;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	height: 20px;
	width: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}
.reviews-slider .slick-dots li.slick-active button {
	background: #e77a74;
	border: unset;
}
.reviews-slider .slick-dots button {
	width: 10px;
	height: 10px;
	border: unset;
	font-size: 0px;
	padding: 0;
	background: #bdd2ed;
	display: block;
	border-radius: 50%;
}

@keyframes fadeDown {
	from {
		opacity: 0;
		transform: translate(0, 40px);
	}
	to {
		opacity: 1;
		transform: translate(0, 0);
	}
}


.style-catalogitem-6 .slick-dots {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	background: #ffffff6e;
	padding: 5px 0px;
	list-style: none;
	display: block;
	margin: 0;
}

.style-catalogitem-6 .slick-dots li {
	list-style-type: none;
	display: inline-block;
	margin: 0px 3px;
}
.style-catalogitem-6 .slick-dots li.slick-active button {
	background: #e9f7fa;
}

.style-catalogitem-6 .slick-dots button {
	color: transparent;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: none;
	cursor: pointer;
	background: #fff;
}
.animated {
	-webkit-animation: fadeDown 1s 1 ease-in-out forwards;
	animation: fadeDown 1s 1 ease-in-out forwards;
}

.modal-window {
	background: #fff;
	border-radius: 10px;
	padding: 28px 30px 30px;
	font-family: 'Gotham Pro';
	width: 590px;
	max-width: 90vw;
	display: none;
	position: relative;
	overflow: visible;
}
.modal-window__header {
	text-align: center;
	margin: 0 0 16px;
}
.modal-window__header.left {
	text-align: left;
}
.modal-window__header:last-child {
	margin-bottom: 0;
}
.modal-window__header h3 {
	font: bold 24px/30px 'Gotham Pro';
	margin: 0;
}
.modal-window .btns-wrap {
	margin: 0 -15px;
	display: flex;
	flex-wrap: wrap;
}
.modal-window .btns-wrap__col {
	padding: 0 15px;
	flex: 1 0 0;
}
.modal-window .btns-wrap a {
	display: block;
	width: 100%;
	max-width: 100%;
}
.btn-close {
	position: absolute;
	top: 0;
	right: -45px;
	background: url(../images/icon-close.svg) no-repeat 0 0;
	width: 26px;
	height: 26px;
}
.basket-form .btn-red, .btn-grey {
	width: 100%;
	max-width: 100%;
	border: 0;
}
.basket-form .text-field {
	margin-bottom: 20px;
}
.basket-form .frame {
	margin: 0 -30px;
}
.basket-table {
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	width: 100%;
}
.basket-table td {
	border-top: 1px solid #c9ecf2;
	border-bottom: 1px solid #c9ecf2;
	text-align: center;
	vertical-align: top;
	padding: 12px;
}
.basket-table td:first-child {
	padding-left: 30px;
	text-align: left;
}
.basket-table td:last-child {
	padding-right: 30px;
}
.basket-table p {
	margin: 0;
}
.basket-table .delete {
	color: #e77a74;
	text-decoration: underline;
}
.basket-table .delete:hover {
	text-decoration: none;
}

.row {
	margin: 0 -15px;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
}

.basket-form .row {
	padding: 20px 30px 30px;
	background: #c9ecf2;
	margin: 0 -30px -30px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}


@media (max-width: 767px){
	.modal-window {

		max-width: 100%;

	}.fancybox-slide--html {
		 padding: 0;
	 }
	.style-menu-0 li {
		-webkit-box-flex: 0;
		flex: 0 0 100%;
		margin-bottom: 2px;
	}
	.style-banner-0 {
		padding: 0;
	}
}

div#basket {
	width: 990px;
}
@media (max-width: 767px){

	.style-catalogitem-1 {
		max-width: 100%;
	}
}

.basket-table .delete {
	color: #e77a74;
	text-decoration: none;
	font-size: 20px;
	border-radius: 50%;
	border: 1px solid #e77a74;
	width: 26px;
	height: 26px;
	display: block;
	text-align: center;
	position: absolute;
	top: 12px;
	left: 12px;
}
.basket-table td:first-child {
	text-align: left;
	padding-left: 50px;
	position: relative;
}
.col {
	-webkit-box-flex: 1;
	flex: 1 0 0;
	padding: 0 15px;
}
.basket-form .text-field {
	margin-bottom: 20px;
}
.text-field {
	border: 2px solid #c9ecf2;
	height: 40px;
	border-radius: 5px;
	padding: 0 10px;
	width: 100%;
	display: block;
}
.basket-form .btn-red, .btn-grey, .basket-form .btn-blue {
	width: 100%;
	max-width: 100%;
	border: 0;
}
.btn-red.small, .small.btn-blue {
	padding: 10px 20px;
	box-shadow: none;
}
.btn-grey.small, .small.btn-blue {
	padding: 10px 20px;
	box-shadow: none;
}
.btn-red, .btn-blue {
	display: block;
	max-width: 230px;
	width: 100%;
	margin: 0 auto;
	background: #e77a74;
	border-radius: 7px;
	padding: 15px 20px;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	box-shadow: 0 5px 15px rgba(231, 122, 116, 0.75);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.btn-grey {
	display: block;
	width: 80%;
	margin: 0 auto;
	background: #7b7a7a;
	border-radius: 7px;
	padding: 15px 20px;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	box-shadow: 0 5px 15px rgba(123, 122, 122, 0.75);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.purchases-wrapper img{
	width: 90px;
}
.td.name{
	margin: 0;
	font-size: 18px;
	font-weight: bold;
	color: #333;
}

@media (max-width: 767px){
	.style-head-0 {

		justify-content: center;

	}
	.style-banner-1 {
		padding: 5px 20px 75px;
		overflow: hidden;
	}
	.style-banner-10{
		position: absolute;
		bottom: -15px;
		right: -40px;
		padding: 0;
	}
	.style-banner-8{
		position: absolute;
		bottom: 24px;
		left: 0;
		padding-left: 23px;
	}
	.style-banner-6{
		text-align: right;
		-webkit-box-flex: 1;
		flex: 1 0 0;
		color: #e77a74;
		font-weight: bold;
		margin-right: 10px;
		font-size: 16px;
		padding: 6px 0 0;
	}
	.style-top-4,.style-top-6,.style-top-8 {
		font-size: 13px;
		padding: 10px 5px;
	}
	.style-banner-2 {
		margin-top: 20px;
	}
}
@media (max-width: 767px){

	.style-top-1 {

		padding-right: 0;
	}


	.basket-table td {
		display: block;
		padding: 0;
		width: 100%;
		padding: 10px !important;
	}
	.style-top-3,.style-top-5 {
		margin-right: 5px;

	}
	.basket-table img {
		margin: 0 auto;
		display: block;
	}
	.basket-form .col, .basket-form .row {
		display: block;

	}
	.basket-form .btnCont {
		padding-bottom: 20px;
	}
	.basket-table thead {
		display: none;
	}
}
.basket-table td:nth-child(2) {
	/* padding-left: 30px; */
	text-align: left;
}
.slick-slide img {
	width: 100%;
}
.timer__item.timer__seconds{
	/*display: none;*/
}
.fancybox-container {

	z-index: 9999999999999999;
}

.slick-slide {
	min-height: 360px;
	display: block!important;
}
