*, *:before, *:after{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-text-size-adjust: none;
	-webkit-padding-start: 0;
}

html {
	margin:0;
	padding:0;
	border:0;
	height:100%;
	-webkit-font-smoothing: subpixel-antialiased;
}

body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, dialog,
footer, header, hgroup, menu, nav, section {
	display:block;
}



@font-face {
	font-family: 'Gotham_Medium';
	src: url('fonts/Gotham Rounded Medium.eot');
	src: local('☺'), url('fonts/Gotham Rounded Medium.woff') format('woff'), url('fonts/Gotham Rounded Medium.ttf') format('truetype'), url('fonts/Gotham Rounded Medium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham_Book';
	src: url('fonts/Gotham Rounded Book.eot');
	src: local('☺'), url('fonts/Gotham Rounded Book.woff') format('woff'), url('fonts/Gotham Rounded Book.ttf') format('truetype'), url('fonts/Gotham Rounded Book.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham_Light';
	src: url('fonts/Gotham Rounded Light.eot');
	src: local('☺'), url('fonts/Gotham Rounded Light.woff') format('woff'), url('fonts/Gotham Rounded Light.ttf') format('truetype'), url('fonts/Gotham Rounded Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	line-height: 22px;
	-webkit-text-size-adjust: none;
	text-align: center;
	font-family: 'Gotham_Medium',arial;
	color: #47409b;
	font-size: 13px;
	border: none;
	outline: none;
	word-wrap: break-word;
	background-color:#FFFFFF;
	height:100%;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	font-weight: normal;
	float:none !important;
}

table, th, td {
	vertical-align: middle;
	border-collapse: collapse;
	border-spacing: 0;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
}

blockquote, q {
	quotes: "" "";
}

a img {
	border: none;
}

a[href^="tel"] {
	text-decoration: none;
}

sup.hot {
	font-size:8px;
	color:#ffffff;
	background-color:#e22569;
	padding:3px 3px 1px 3px;
	position: relative;
	line-height:22px
}

sup.hot:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: -3px;
	width: 0;
	height: 0;
	border-top: 3px solid #e22569;
	border-right: 3px solid transparent;
	border-bottom: 0 solid transparent;
	border-left: 0 solid transparent;
}

sup.boom {
	font-size:8px;
	color:#ffffff;
	background-color:#47409b;
	padding:3px 3px 1px 3px;
	position: relative;
	line-height:22px
}

sup.boom:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: -3px;
	width: 0;
	height: 0;
	border-top: 3px solid #47409b;
	border-right: 3px solid transparent;
	border-bottom: 0 solid transparent;
	border-left: 0 solid transparent;
}

sup.new {
	font-size:8px;
	color:#ffffff;
	background-color:#4eb715;
	padding:3px 3px 1px 3px;
	position: relative;
	line-height:22px
}

sup.new:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: -3px;
	width: 0;
	height: 0;
	border-top: 3px solid #4eb715;
	border-right: 3px solid transparent;
	border-bottom: 0 solid transparent;
	border-left: 0 solid transparent;
}

:focus {
	outline: 0;
}

::selection {
	background: #e22569;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #e22569;
	color: #fff;
	text-shadow: none;
}

::-webkit-selection {
	background: #e22569;
	color: #fff;
	text-shadow: none;
}

ol, ul, li {
	margin-left: 0;
	padding-left: 0;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

a {
	cursor:pointer;
	padding:3px 0 0 0;
	outline:none;
	color:#47409b;
	text-decoration: none;
}

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

h1 {
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}

h2 {
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}

h3 {
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}

h4 {
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}

input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    resize:none;
    outline:none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

img {
	border: none;
	padding:0;
	margin:0;
	display: block;
}

.book {
	font-family: 'Gotham_Book';
}

.bold {
	font-family: 'Gotham_Medium';
}

.bold a {
	text-decoration:underline;
}

.green {
	color:#4eb715;
	font-size:13px;
}

.none {
	display:none
}

.pink{
	color:#e22569;
}

.uppercase {
	text-transform: uppercase;
}

.uppercase15 {
	text-transform: uppercase;
	font-size:15px;
}

input.custom_checkbox {
	display:none;
}

input.custom_checkbox + label {
	background:url("checkbox.png") no-repeat left top;
	background-size: 19px auto;
	height:19px;
	width:100%;
	padding-left:28px;
	margin-right:10px;
	float:left;
	cursor: pointer;
}

input.custom_checkbox:checked + label {
	background-position: 0 -481px;
}

input.custom_radio {
	display:none;
}

input.custom_radio + label {
	background:url("radio.png") no-repeat left top;
	background-size: 19px auto;
	margin-right:10px;
	padding-left:28px;
	float:left;
	cursor: pointer;
	width: 100%;
}

input.custom_radio:checked + label {
	background-position: 0 -481px;
}

.content {
	max-width:1200px;
	width:100%;
	margin:0 auto;
	text-align:center;
	padding:0 20px;
}

header #head {
	width:100%;
	display:table;
	margin-top:35px;
	position: relative;
}

header ul#socials {
	width:30%;
	float:left;
	font-size:22px;
	text-align: left;
	margin-top:9px;
}

header #socials li{
	display:inline;
}

header #socials li a {
	-webkit-transition: all 0.16s ease-in-out;
	-moz-transition: all 0.16s ease-in-out;
	-o-transition: all 0.16s ease-in-out;
	transition: all 0.16s ease-in-out;
}

header #socials li#fb{
	font-size:21px;
	margin-top:2px;
	float: left;
}

header #socials li#in{
	font-size:25px;
	float: left;
	margin-left:23px
}

header #logo_cover {
	float:left;
	width:40%;
	margin-top:9px;
	/*position:relative;
	z-index: 99999; - Viditeľné logo vždy*/
}

header #logo {
	display:inline-block;
	background: url("logo.png") no-repeat top center;
	background-size: 116px 24px;
	width: 116px;
	height: 24px;
}

header #logo:hover {
	/*background-position: -186px 0;*/
}

header a#logo_white {
	display:inline-block;
	background: url("logo_white.png") no-repeat top center;
	background-size: 116px 24px;
	width: 116px;
	height: 24px;
	position:absolute;
	top:84px;
	z-index: 9999;
	margin-left:auto;
	margin-right:auto;
	right:0;
	left:0;
}

header #basket {
	float:right;
	font-size: 14px;
	text-align: right;
	width:30%;
	margin-top:9px;
}

header #basket a {
	-webkit-transition: color 0.16s ease-in-out;
	-moz-transition: color 0.16s ease-in-out;
	-o-transition: color 0.16s ease-in-out;
	transition: color 0.16s ease-in-out;
}

header #basket i{
	font-size:20px;
	margin-right:5px;
}

header #basket .basket_num {
	background-color:#e22569;
	color:#fff;
	border-radius:50px;
	padding:0px 6px 0px 6px;
	float:right; 
	height:21px;
	text-align:center;
	margin-top: -7px;
	margin-left: 3px;
	font-size: 12px;
	min-width: 21px;
}

header .active_basket a {
	position: absolute;
	z-index: 9999;
	color:#ffffff;
	right:0;
	padding-top:0px;
}

header ul#menu {
	display:block;
	margin:0 auto;
	text-align: center;
	text-transform: uppercase;
	margin-top:45px;
	border-bottom: 1px solid #eeedff;
	border-top: 1px solid #eeedff;
	margin-bottom: 13px;
	padding: 12px 0 10px 0;
	font-size:14px;
	background-color:#ffffff
}

header ul#menu li {
	display:inline-block;
	margin:0 12px;
	line-height:30px;
}

header ul#menu li a {
	-webkit-transition: all 0.16s ease-in-out;
	-moz-transition: all 0.16s ease-in-out;
	-o-transition: all 0.16s ease-in-out;
	transition: all 0.16s ease-in-out;
	white-space: nowrap;
}

header ul#menu li a.active {
	color:#e22569;
}

header ul#menu li a.searchIcon i {
	font-size:13px;
}

header .responsive_menu {
	display:none
}

header .responsive_menu #show_r_menu ul li a.searchIcon i {
	font-size:18px;
}

main .banner_small {
	display:none
}

main .banner img{
	background-color:#fff;
	width:100%;
	height:auto;
}

main .banner_content {
	position:absolute;
	text-align:right;
	right:75px;
	top:77px;
	width:500px;
}

main .banner_title a{
	font-size:25px;
	text-transform: uppercase;
}

main .banner_text {
	margin-top:8px;
	font-size:17px;
	font-family: 'Gotham_Book';
}

main .banner_prices {
	display:block;
	margin-top:24px
}

main .banner_sale_price_before {
	display:inline;
	font-size:20px;
	font-family: 'Gotham_Book';
	margin-right:10px;
	text-decoration: line-through;
	vertical-align: middle;
}

main .small_price_before {
	font-size:15px;
}

main .banner_sale_price_now {
	color:#e22569;
	display:inline;
	font-size:30px;
	font-family: 'Gotham_Book';
	margin-right:20px;
	vertical-align: middle;
}

main .small_price_now {
	font-size:20px;
}

main .banner_button {
	display:inline-block;
	vertical-align: middle;
}

main .banner_button i{
	font-size:14px
}

main .banner_button a {
	border:2px solid #e22569;
	padding:12px 12px 9px 12px;
	-webkit-border-radius:50px;
	-moz-border-radius:50px;
	border-radius:50px;
	text-transform: uppercase;
	color:#e22569;
	-webkit-transition: all 0.16s ease-in-out;
	-moz-transition: all 0.16s ease-in-out;
	-o-transition: all 0.16s ease-in-out;
	transition: all 0.16s ease-in-out;
}

main .banner_button a:hover {
	background-color:#e22569;
	color:#ffffff;
}

main .countdown {
	background:url("countdown_bg.png");
	position:absolute;
	color:#ffffff;
	font-size:11px;
	padding:20px 19px 14px 19px;
	left:30px;
	bottom:30px;
}

main .small_countdown {
	display:none
}

main .days {
	float:left;
	background: url("border_countdown.png") no-repeat right center;
	padding-right:16px;
}

main .hours {
	float:left;
	background: url("border_countdown.png") no-repeat right center;
	padding-right:16px;
	padding-left:15px;
}

main .minutes {
	float:left;
	background: url("border_countdown.png") no-repeat right center;
	padding-right:16px;
	padding-left:15px;
}

main .seconds {
	float:left;
	padding-left:15px;
}

main .number {
	font-family: 'Gotham_Book';
	font-size:30px;
	display:block;
	margin-bottom:3px;
	line-height: 26px;
}


main #icons {
	display: flex;
	flex-wrap: wrap;
	max-width:100%;
	width:1200px;
	padding-bottom:50px;
	padding-top:50px;
	border-top:1px solid #eeedff;
	border-bottom:1px solid #eeedff;
	margin-bottom:50px;
}

main .right_border {
	border-right:1px solid #eeedff;
}

main .icon_content {
	-moz-box-flex: 0;
	flex: 0 0 33.3333%;
	max-width: 33.3333%;
}

main .icon {
	display: inline-table;
	vertical-align: top;
	font-size:30px;
}

main .icon_text {
	display: inline-table;
	text-align: left;
	vertical-align: middle;
	margin-left:15px;
	max-width:250px;
}

main .icon_title {
	text-transform: uppercase;
}

main .icon_under {
	font-family:'Gotham_Book';
	line-height:17px;
	margin-top:5px
}

main ul.sort_menu {
	display:block;
	margin:0 auto;
	text-align: center;
	text-transform: uppercase;
	margin-top:18px;
	margin-bottom:20px;
	font-size:14px;
	max-width:900px;
}

main .title {
	font-size:25px;
	text-transform: uppercase;
	color:#e22569;
	clear: both;
	line-height: 36px;
}

main ul.sort_menu li {
	display:inline-block;
	margin:0 12px;
	line-height:30px;
	cursor:pointer;
	padding-top:3px;
	white-space: nowrap;
}

main ul.sort_menu li a {
	white-space: nowrap;
	-webkit-transition: all 0.16s ease-in-out;
	-moz-transition: all 0.16s ease-in-out;
	-o-transition: all 0.16s ease-in-out;
	transition: all 0.16s ease-in-out;
}

main ul.sort_menu li:hover a {
	color:#e22569;
}

main ul.sort_menu li.active a {
	color:#e22569;
}

main .products_text_cover {
	width:100%;
	margin-top:30px;
	margin-bottom:0;
	position:relative;
}

main .products_text {
	padding:0 15px;
}

main .products_text h1.title {
	color:#47409b;
	font-size:25px;
	font-family:"Gotham_Medium"
}

main .products_text p {
	width:100%;
	max-width:1000px;
	text-align:center;
	margin:0 auto;
	display:block;
	font-family:"Gotham_Book";
	padding-bottom:4px;
	padding-top:13px;
	font-size: 13px;
	line-height:20px;
}

main .products_text p a {
	text-decoration:underline;
	color:#e22569;
}

main ul.products_options {
	color: #b8b6d1;
	position: static;
	margin-top:20px;
	text-align: right;
}

main ul.products_options li {
	display:inline;
	line-height: 30px;
	margin:0 12px;
	white-space: nowrap;
}

main ul.products_options li a {
	color:#47409b;
	font-size:13px
}

main ul.products_options li a.default_sort {
	color:#b8b6d1;
}
/*
main ul.products_options li a:hover.default_sort {
	color:#b8b6d1;
}
*/
main ul.products_options li i {
	margin-left:3px
}

main ul.products_options li a i.active {
	color:#47409b
}

main ul.products_options li a i.not_active {
	color:#b8b6d1
}

main ul.products_options li a.active {
	color:#47409b
}

main ul.products_options li a:hover {
	color:#47409b
}

main .all_products {
	text-align:left;
}

main .product {
	display: inline-block;
	*display: inline;
	width:25%;
	margin:0;
	vertical-align: top;
	zoom: 1;
	padding:15px 15px;
	position: relative;
	text-align:center
}

main .product h3 a {
	-webkit-transition: all 0.16s ease-in-out;
	-moz-transition: all 0.16s ease-in-out;
	-o-transition: all 0.16s ease-in-out;
	transition: all 0.16s ease-in-out;
}

main .product a.photo {
	display:block;
	margin-bottom:13px;
	position: relative;
}

main .product .photo img{
	width:100%;
	height:auto;
	/*filter: contrast(1.16);*/
}

main .product a.product_name {
	font-size:13px;
	display:block;
	line-height:19px;
}

main .product .price {
	font-size:16px;
	margin-top:10px;
	color:#e22569;
}

.small_price {
	font-size:13px
}

.small_price_sale {
	font-size:13px
}

.news {
	color:#4EB715
}

.sale {
	color:#e22569;
}

.sale_price {
	padding:0 5px;
	color:#47409b;
	font-size:16px;
	text-decoration:line-through;
	opacity:0.6;
	display:inline-block;
}

.right_price {
	padding:0 5px;
	display:inline-block;
}

main .product .new_tag {
	text-transform: uppercase;
	background-color:#4eb715;
	color: #ffffff;
	display:block;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	font-size:12px;
	padding:14px 6px 12px 6px;
	line-height:1px;
	width:80px;
	margin:0 auto;
	letter-spacing: 0.2px;
	position:absolute;
	left:0;
	right:0;
	bottom:0
}

main .product .sale_tag {
	text-transform: uppercase;
	background-color:#e22569;
	color: #ffffff;
	display:block;
	font-size:14px;
	padding:14px 6px 12px 6px;
	line-height:1px;
	width:56px;
	margin:0 auto;
	letter-spacing: 0.5px;
	position:absolute;
	left:0;
	right:0;
	bottom:0;
}

.clear {
	clear:both;
	display:block;
	height:1px;
}

main .choose {
	border:1px solid #efeff5;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	background-color:#fbfbfd;
	padding-top:3px;
	margin-bottom:10px;
}

main ul.categories {
	display:block;
	margin:0 auto;
	text-align: center;
	text-transform: uppercase;
	margin-top:14px;
	margin-bottom:-7px;
	font-size:14px;
	padding:0 10px;
	max-width:1000px;
}

main ul.categories li{
	display:inline-block;
	margin:0 10px;
	line-height:36px;
	white-space: nowrap;
}

main ul.categories li a {
	background-color:#b8b6d1;
	color:#ffffff;
	-webkit-border-radius:50px;
	-moz-border-radius:50px;
	border-radius:50px;
	padding:6px 9px 4px 9px;
	font-size:13px;
	text-transform: uppercase;
	-webkit-transition: all 0.16s ease-in-out;
	-moz-transition: all 0.16s ease-in-out;
	-o-transition: all 0.16s ease-in-out;
	transition: all 0.16s ease-in-out;
}

main ul.categories li a:hover {
	background-color:#e22569;
	color:#ffffff;
}

main ul.categories li a.active {
	background-color:#e22569;
	color:#ffffff;
}


input.custom_checkbox_list {
	display:none;
}

main .choose ul.sizes li input.custom_checkbox_list + label.fixed_size {
	background-color:#ffffff;
	margin:6px 10px;
	line-height:30px;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	border:2px solid #47409b;
	color:#47409b;
	height:36px;
	width:36px;
	text-align: center;
	display: inline-block;
	padding-top:2px;
	cursor: pointer;
	-webkit-transition: all 0.16s ease-in-out;
	-moz-transition: all 0.16s ease-in-out;
	-o-transition: all 0.16s ease-in-out;
	transition: all 0.16s ease-in-out;
}

main .choose ul.sizes li input.custom_checkbox_list + label.live_size {
	background-color:#ffffff;
	margin:6px 10px;
	line-height:30px;
	-webkit-border-radius:50px;
	-moz-border-radius:50px;
	border-radius:50px;
	border:2px solid #47409b;
	color:#47409b;
	height:36px;
	width:auto;
	text-align: center;
	display: inline-block;
	padding:2px 5px;
	cursor: pointer;
	-webkit-transition: all 0.16s ease-in-out;
	-moz-transition: all 0.16s ease-in-out;
	-o-transition: all 0.16s ease-in-out;
	transition: all 0.16s ease-in-out;
}

main .choose ul.sizes li input.custom_checkbox_list:checked + label {
	border:2px solid #e22569;
	background-color: #e22569;
	color:#ffffff;
}

main .choose ul.sizes li input.custom_checkbox_list + label:hover {
	border:2px solid #e22569;
	background-color: #e22569;
	color:#ffffff;
}

main .choose ul.sizes li.inactive input.custom_checkbox_list + label{
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	border:2px solid #e3e3e9;
	background-color: #ffffff;
	color:#b8b6d1;
	cursor: default;
}

main .choose ul.sizes {
	display:block;
	margin:0 auto;
	text-align: center;
	text-transform: uppercase;
	margin-top:19px;
	margin-bottom:12px;
	font-size:14px;
}

main .choose ul.sizes li {
	display:inline
}

main ul.paggination {
	display:block;
	margin:0 auto;
	text-align: center;
	text-transform: uppercase;
	margin-top:25px;
	margin-bottom:10px;
	font-size:14px
}

main ul.paggination li{
	display:inline-block;
	margin:5px 3px;
}

main ul.paggination a{
	line-height:30px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	border:2px solid #fff;
	color:#47409b;
	height:36px;
	width:36px;
	text-align: center;
	display: inline-block;
	padding-top:2px;
	cursor: pointer;
	-webkit-transition: all 0.16s ease-in-out;
	-moz-transition: all 0.16s ease-in-out;
	-o-transition: all 0.16s ease-in-out;
	transition: all 0.16s ease-in-out;
}

main ul.paggination a:hover{
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	border:2px solid #e22569;
	background-color: #e22569;
	color:#ffffff;
}

main ul.paggination a.active {
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	border:2px solid #e22569;
	background-color: #e22569;
	color:#ffffff;
}

main ul.paggination a.inactive {
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	border:2px solid #fff;
	background-color: #ffffff;
	cursor: default;
}

main ul.paggination a.inactive i{
	color:#b8b6d1;
	cursor: default;

}

main ul.paggination .dots {
	letter-spacing:0.5px;
}

main .detail {
	overflow: hidden;
	margin-top:32px;
	margin-bottom:46px;
}

main .detail .product_photo	{
	float:left;
	width:50%;
	overflow: hidden;
	position: relative;
}

main .detail .product_photo .all_photos {
	width:100%;
	/*max-width:560px;*/
	padding:0;
	float:right;
	padding-right:30px;
}

main .detail .product_photo .all_photos a:hover {
	cursor: url('zoom.png') 16 16, auto;
}

main .detail .product_photo .big_photo img{
	width:100%;
	height:auto;
	/*filter: contrast(1.16);*/
}

main .detail .product_photo .big_photo a#max_img{
	display:block;
	width:100%
}

/*main .detail .product_photo .thumbs {
	overflow: hidden;
	text-align: center;
	margin-top:20px;
}*/

main .detail .product_photo .thumbs_space {
	margin-bottom:20px;
}

main .detail .product_photo  .thumb{
	margin:0px 10px;
	width:73px;
	display:inline-block;
}

main .detail .product_photo  .thumb img{
	width:100%;
	height:auto;
	/*filter: contrast(1.16);*/
}

main .detail .product_info {
	float:left;
	text-align: left;
	width:50%;
	overflow: hidden;
}

main .detail .product_info .title {
	font-size:25px;
	color:#47409b;
	display:inline;
	margin-right:6px;
	line-height:32px;
	text-transform:none;
}

main .detail .product_info .sale_tag {
	text-transform: uppercase;
	background-color:#e22569;
	color: #ffffff;
	display:inline-block;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	font-size:9px;
	padding:10px 6px 8px 6px;
	line-height:1px;
	width:44px;
	letter-spacing: 0.2px;
	vertical-align: top;
	margin-top:7px
}

main .detail .product_info .new_tag {
	text-transform: uppercase;
	color:#ffffff;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	background-color:#4eb715;
	display:inline;
	padding: 8px 10px 6px 10px;
	font-size:12px;
	vertical-align: 7px;
	margin-left:10px;
	letter-spacing: 0.5px
}

main .detail .product_info .tags {
	display:block;
	margin-top:10px
}

main .detail .product_info .tag {
	margin-top:0;
	display:inline;
	margin-right:3px;
	white-space: nowrap;
}

main .detail .product_info .tag a{
	background-color:#b8b6d1;
	color:#ffffff;
	-webkit-border-radius:50px;
	-moz-border-radius:50px;
	border-radius:50px;
	padding:5px 7px 3px 7px;
	font-size:10px;
	text-transform: uppercase;
	-webkit-transition: all 0.16s ease-in-out;
	-moz-transition: all 0.16s ease-in-out;
	-o-transition: all 0.16s ease-in-out;
	transition: all 0.16s ease-in-out;
}

main .detail .product_info .tag a:hover{
	background-color:#47409b;
	color:#ffffff;
}

main .detail .product_info .availibility {
	font-size:13px;
	margin-top:23px;
	background-color: #fbfbfd;
	border: 1px solid #efeff5;
	padding:6px 10px 4px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}


main .detail .product_info .availibility .green{
	color:#4eb715;
}
main .detail .product_info .not_available {
	font-size:13px;
	margin-top:22px;
	background-color: #fbfbfd;
	border: 1px solid #efeff5;
	padding:6px 10px 4px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

main .detail .product_info .not_available .pink{
	color:#e22569;
}

main .detail .product_info .photos {
	overflow: hidden;
	margin-top:15px;
}

main .detail .product_info .photos .photo div{
	border:3px solid #ffffff;
	width:56px;
	height:56px;
	overflow: hidden;
}

main .detail .product_info .photos .photo a{
	float:left;
	border:2px solid #eeedff;
	width:60px;
	height:60px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	overflow: hidden;
	margin-right:10px;
	margin-bottom:10px;
	padding:0;
	-webkit-transition: all 0.16s ease-in-out;
	-moz-transition: all 0.16s ease-in-out;
	-o-transition: all 0.16s ease-in-out;
	transition: all 0.16s ease-in-out;
}

main .detail .product_info .photos .photo a:hover{
	border:2px solid #e22569;
}

main .detail .product_info .photos .photo img{
	width:100%;
	height:auto;
	vertical-align: center;
	filter: contrast(1.16);
	/*margin-top:-5px;*/
}

main .detail .product_info .photos .photo a.active{
	border:2px solid #e22569;
}

main .detail .product_info .sizes_cover {
	overflow: hidden;
}

main .detail .product_info ul.sizes {
	float:left;
	display:block;
	text-align: left;
	text-transform: uppercase;
	margin-top:10px;
	font-size:14px;
	overflow: hidden;
}

main .detail .product_info ul.sizes li input.custom_radio_detail {
	display:none;
}

main .detail .product_info ul.sizes li input.custom_radio_detail + label.fixed_size {
	background-color:#ffffff;
	line-height:30px;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	border:2px solid #47409b;
	color:#47409b;
	height:36px;
	width:36px;
	text-align: center;
	display: inline-block;
	padding-top:2px;
	cursor: pointer;
	-webkit-transition: all 0.16s ease-in-out;
	-moz-transition: all 0.16s ease-in-out;
	-o-transition: all 0.16s ease-in-out;
	transition: all 0.16s ease-in-out;
}

main .detail .product_info ul.sizes li input.custom_radio_detail + label.live_size {
	background-color:#ffffff;
	line-height:30px;
	-webkit-border-radius:50px;
	-moz-border-radius:50px;
	border-radius:50px;
	border:2px solid #47409b;
	color:#47409b;
	height:36px;
	width:auto;
	text-align: center;
	display: inline-block;
	padding:2px 5px;
	cursor: pointer;
	-webkit-transition: all 0.16s ease-in-out;
	-moz-transition: all 0.16s ease-in-out;
	-o-transition: all 0.16s ease-in-out;
	transition: all 0.16s ease-in-out;
}

main .detail .product_info ul.sizes li input.custom_radio_detail:checked + label {
	border:2px solid #e22569;
	background-color: #e22569;
	color:#ffffff;
}

main .detail .product_info ul.sizes li input.custom_radio_detail + label:hover {
	border:2px solid #e22569;
	background-color: #e22569;
	color:#ffffff;
}

main .detail .product_info ul.sizes li{
	display:inline-block;;
	margin:0 8px 8px 8px;
}

main .detail .product_info ul.sizes li:first-child {
	margin-left:0
}

main .detail .product_info ul.sizes li.inactive input.custom_radio_detail + label {
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	border:2px solid #e3e3e9;
	background-color: #ffffff;
	color:#b8b6d1;
	cursor: default;
}

main .detail .product_info .show_size {
	float:left;
	margin-top: 18px;
	margin-left: 20px;
	font-size: 12px;
}

main .detail .product_info .show_size a svg {
	fill:#47409b;
	padding-right:5px;
}

main .detail .product_info .show_size a:hover svg {
	fill:#e22569;
}

main .detail .product_info .show_size a {
	text-decoration: underline;
}

main .detail .product_info .show_size a:hover {
	fill:#e22569;
}

main .detail .product_info .price_before {
	font-size:14px;
	font-family:"Gotham_Book";
	opacity:0.6;
}

main .detail .product_info .before_price {
	text-decoration:line-through;
}

main .detail .product_info .small_before {
	font-size:12px;
}

main .detail .product_info .price .small_price {
	font-size:25px;
}

main .detail .product_info .warning {
	padding:5px 10px 4px;
	background-color:#FFE16B;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	margin-bottom:8px;
	margin-top:12px;
	display:inline-block;
}

main .detail .product_info .warning span {
	color:#e22569;
}

main .detail .product_info .third_info {
	padding:5px 10px 4px;
	background-color:#FFE16B;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	margin-top:14px;
	display:inline-block;
}

main .detail .product_info .third_info p {
	display:inline;
}

main .detail .product_info .third_info span {
	color:#e22569;
}

main .detail .product_info .options {
	width:100%;
	margin-top:20px
}

main .detail .product_info ul.sizes li.last_pcs {
	background-color:#FFE16B;
	height:100%;
	width:100%;
	display:inline;
	text-align: left;
	border: none;
	line-height: 30px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	margin: 0;
	transition: none;
	padding: 5px 8px 4px;
	font-size:11px;
	cursor:default;
}

main .detail .product_info ul.sizes li.last_pcs:hover {
	color:#47409b;
}

main .detail .product_info .options .price {
	display:inline;
	margin-top:7px;
	font-size:35px;
	color:#e22569;
	font-family:"Gotham_Book";
	line-height: 32px;
}

main .detail .product_info .options .price_title {
	font-size:25px;
	color:#47409b;
}

main .detail .product_info .options .percentage {
	color:#ffffff;
	background-color:#e22569;
	display:inline;
	padding: 8px 6px 6px 7px;;
	font-size:13px;
	vertical-align: 7px;
	margin-left:10px;
	letter-spacing: 0.5px
}

main .detail .product_info .options .sale {
	color:#e22569;
}

main .detail .product_info .options .buy_options {
	background-color:#fbfbfd;
	border:1px solid #efeff5;
	overflow: hidden;
	padding:20px;
	margin-top:10px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

main .detail .product_info .title_unavailable {

}

main .detail .product_info .under_title_unavailable {
	font-family: "Gotham_Book";
}

main .detail .product_info .alert-success {
	color:#4eb715;
}

main .detail .product_info .alert-warning {
	color:#e22569;
}

main .detail .product_info .buy_options {
	background-color:#fbfbfd;
	border:1px solid #efeff5;
	overflow: hidden;
	padding:20px;
	margin-top:10px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

main .detail .product_info .buy_options a {
	color:#e22569;
	text-decoration: underline;
}

main .detail .product_info .newsletter_form {
	position: relative;
	width:100%;
	max-width:242px;
	height:40px;
	/*margin:0 auto;
	text-align:center;*/
	margin-top:15px;
}

main .detail .product_info .newsletter_input {
	border:2px solid #e3e3e9;
	-webkit-border-radius:50px;
	-moz-border-radius:50px;
	border-radius:50px;
	width:100%;
	max-width:242px;
	height:40px;
	padding:2px 35px 0 15px;
	color:#47409b;
	background-color:#fff;
	line-height: 20px;
}

main .detail .product_info .submit_newsletter {
	background:none;
	border:none;
	position: absolute;
	font-size:17px;
	color:#e22569;
	right:10px;
	top:6px;
	cursor: pointer;
	padding:3px;
	margin:0
}

main .detail .product_info .options .quantity {
	float:left;
	line-height:22px;
}

main .detail .product_info .options .quantity #less {
	font-size:22px;
	margin-right:2px;
	cursor:pointer;
	padding:3px 5px 0px 8px;
	margin-top:4px;
	float:left;
	-webkit-transition: all 0.16s ease-in-out;
	-moz-transition: all 0.16s ease-in-out;
	-o-transition: all 0.16s ease-in-out;
	transition: all 0.16s ease-in-out;
}

main .detail .product_info .options .quantity #less:hover {
	color:#e22569;
}

main .detail .product_info .options .quantity input{
	width:36px;
	height:36px;
	border:2px solid #e3e3e9;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	padding:0 5px;
	text-align: center;
	color:#47409b;
	float:left
}

main .detail .product_info .options .quantity #more {
	font-size:20px;
	margin-left:0;
	cursor:pointer;
	padding:3px 6px 0px 6px;
	margin-top:5px;
	float:left;
	-webkit-transition: all 0.16s ease-in-out;
	-moz-transition: all 0.16s ease-in-out;
	-o-transition: all 0.16s ease-in-out;
	transition: all 0.16s ease-in-out;
}

main .detail .product_info .options .quantity #more:hover {
	color:#e22569;
}

#more, #less {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor:pointer;
}

#more:hover, #less:hover {
	cursor:pointer;
}

#more:active, #less:active {
	cursor:pointer;
}

main .detail .product_info .options .ks{
	float:left;
	margin-left:5px;
	margin-top:7px;
	display:block;
	line-height:23px;
}

main .detail .product_info .options .buy {
	float:left;
	border: 2px solid #e22569;
	border-radius: 50px;
	color: #ffffff;
	padding:6px 12px 8px 12px;
	text-transform: uppercase;
	font-size:13px;
	font-family:"Gotham_Medium";
	cursor: pointer;
	background-color:#e22569;
	margin-left:30px;
	height:36px;
}

main .detail .product_info ul.tabs {
	margin-top:46px;
	border-bottom:1px solid #eeedff;
	padding-bottom:7px;
	margin-bottom:20px;
}

main .detail .product_info ul.tabs li {
	display:inline;
	text-transform: uppercase;
	margin:0 20px;
	cursor: pointer;
	-webkit-transition: all 0.16s ease-in-out;
	-moz-transition: all 0.16s ease-in-out;
	-o-transition: all 0.16s ease-in-out;
	transition: all 0.16s ease-in-out;
	white-space: nowrap;
}

main .detail .product_info ul.tabs li a {
	color:#b8b6d1;
}

main .detail .product_info ul.tabs li a:hover {
	color:#47409b;
}

main .detail .product_info ul.tabs li.active a {
	color:#47409b;
}

main .detail .product_info #description_detail #text_detail {
	display: block;
	font-size:14px;
	margin-top:25px;
	text-align: left;
	white-space: normal;
}

main .detail .product_info #tabs_content li {
	text-indent: -18px;
	padding-left: 18px;
}

main .detail .product_info #tabs_content #tab3 ol {
	font-family: "Gotham_Book";
	list-style-type: disc;
	white-space: normal;
	padding-left: 18px;
	margin-bottom:18px
}

main .detail .product_info #tabs_content #tab3 ol li {
	text-indent: 0;
	padding-left: 0;
}

main .detail .product_info #tabs_content .tab a {
	color: #e22569;
	text-decoration:underline
}

main .detail .product_info #tabs_content .tab p {
	margin-bottom:18px;
	font-family:"Gotham_Book";
}

main .detail .product_info #tabs_content .tab h3 {
	font-family:"Gotham_Medium";
	font-size:14px
}

main .detail .product_info #description_detail #text_detail p:before {
	content: "\f111";
	font-family: 'Font Awesome\ 5 Free';
	font-weight: 900;
	font-style: normal;
	/* font-weight: normal; */
	text-decoration: inherit;
	margin-right: 8px;
	font-size: 5px;
	vertical-align: top;
}

 p.akcia10_popis:before {
	content:"" !important;
}

 p.akcia10_popis {
	background-color:#ffe16b;
}

main .detail .product_info #description_detail #text_detail p {
	font-family:"Gotham_Book";
	padding:0;
	margin:0;
	font-size: 14px;
	text-indent: -14px;
	padding-left: 23px;
	margin-bottom:8px;
}

main .detail .product_info #description_detail #text_detail li {
	font-family:"Gotham_Medium";
	padding:0;
	margin:0;
	font-size: 14px;
	text-indent: -22px;
	padding-left: 23px;
	padding-top:10px;
	margin-bottom:8px;
}

.search {
	display:none;
}

.active_search {
	visibility: visible;
	display:block
}

.search_background {
	position: fixed;
	background:url("basket_bg.png");
	width:100%;
	height:100%;
	z-index: 9999;
	top:0;
	left:0;
}

.search_cover {
	position:absolute;
	max-width:1200px;
	text-align:center;
	padding:20px;
	z-index: 9999;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin-left:auto;
	margin-right:auto
}

.search_cover .search_content {
	background-color:#ffffff;
	padding:30px;
	margin-top:140px;
	position: relative;
}

.search_cover .search_content .top_title {
	font-size:25px;
	color:#e22569;
	text-align:center;
	margin:0 auto;
	text-transform: uppercase;
	margin-bottom:21px;
	margin-top:23px;
}

.search_cover .search_content .top_title i {
	vertical-align: top;
	padding-top:2px;
	font-size:24px;
}

.search_cover .search_content .top_title span {
	line-height:34px;
	vertical-align: bottom;
}

.search_cover .search_content .close_basket {
	background:url("close_pink.png") no-repeat top right;
	width:20px;
	height:20px;
	background-size: 20px 20px;
	display:block;
	position:absolute;
	right:30px;
	top:30px;
}

.search_cover .search_content .search_input {
	background-color: #fff;
	border: 2px solid #e3e3e9;
	border-radius: 50px;
	color: #47409b;
	height: 40px;
	max-width: 342px;
	padding:2px 35px 0 15px;
	width: 100%;
	line-height: 20px
}

.search_cover .search_content .search_form {
	position: relative;
	width:100%;
	max-width:342px;
	height:40px;
	margin:0 auto;
	text-align: center;
	margin-bottom:30px;
}

.search_cover .search_content .submit_search {
	background:none;
	border:none;
	position: absolute;
	font-size:17px;
	color:#e22569;
	right:12px;
	top:6px;
	cursor: pointer;
	padding:3px;
	margin:0
}

.basket_list {
	display:none;
}

.basket_arr {
	width: 0;
	height: 0;
	border-left: 13px solid transparent;
	border-right: 13px solid transparent;
	border-bottom: 13px solid #ffffff;
	position:absolute;
	display:block;
	top:-13px;
	right:24px;
}

.active_basket {
	visibility: visible;
	display:block
}

.basket_background {
	position: fixed;
	background:url("basket_bg.png");
	width:100%;
	height:100%;
	z-index: 9990;
	top:0;
	left:0;
}

.basket_cover {
	position:absolute;
	max-width:1200px;
	text-align:center;
	padding:20px;
	z-index: 9999;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin-left:auto;
	margin-right:auto
}

.basket_cover .basket_content {
	background-color:#ffffff;
	padding:30px;
	margin-top:140px;
	position: relative;
}

.basket_cover .basket_content .top_title {
	font-size:25px;
	color:#e22569;
	text-align:center;
	margin:0 auto;
	text-transform: uppercase;
	margin-bottom:21px;
}

.basket_cover .basket_content .top_title i {
	vertical-align: top;
}

.basket_cover .basket_content .top_title span {
	line-height:34px;
	vertical-align: bottom;
}

.basket_cover .basket_content .close_basket {
	background:url("close_pink.png") no-repeat top right;
	width:20px;
	height:20px;
	background-size: 20px 20px;
	display:block;
	position:absolute;
	right:30px;
	top:30px;
}

.notification {
	margin-top:20px;
	width:100%;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	background-color:#ffe16b;
	padding: 8px 10px 6px 10px;
	margin-bottom:20px;
}

.notification a {
	color:#e22569;
	text-decoration:underline;
}

.notification_done {
	margin-top:20px;
	width:100%;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	background-color:#4eb715;
	padding: 8px 10px 6px 10px;
	margin-bottom:20px;
	color:#fff;
}

.notification_done a {
	color:#fff;
	text-decoration:underline;
}


.basket_cover .basket_content .products {
	overflow: hidden;
	font-size:14px;
}

.basket_cover .basket_content .products .product {
	border-top:1px solid #eeedff;
	padding:15px 30px;
	overflow: hidden;
	display:table;
	width:100%;
	position: relative;
}

.basket_cover .basket_content .products .remove_cover {
	display:table-cell;
	vertical-align: middle;
	width:15px;
	line-height: 0;
}

.basket_cover .basket_content .products a.remove {
	background:url("close_grey.png") no-repeat top left;
	width:15px;
	height:15px;
	background-size: 15px 15px;
	margin-right:30px;
	display:inline-block;
}

.basket_cover .basket_content .products a:hover.remove {
	background:url("close_pink.png") no-repeat top left;
	width:15px;
	height:15px;
	background-size: 15px 15px;
	display:inline-block;
}

.basket_cover .basket_content .products .photos {
	overflow: hidden;
	margin-top:13px;
}

.basket_cover .basket_content .products .photo_cover {
	display:table-cell;
	vertical-align: middle;
	width:100px;
}

.basket_cover .basket_content .products .photo div {
	border:3px solid #ffffff;
	width:78px;
	height:78px;
	overflow: hidden;
}

.basket_cover .basket_content .products .photo a {
	display:block;
	border:1px solid #eeedff;
	width:80px;
	height:80px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	overflow: hidden;
	padding:0;
}

.basket_cover .basket_content .products .photo a:hover {
	/*border:1px solid #e22569;*/
}

.basket_cover .basket_content .products .photo img {
	width:100%;
	height:auto;
	vertical-align: center;
}

.basket_cover .basket_content .products .info {
	display:table-cell;
	vertical-align: middle;
	height:78px;
	text-align: left;
}

.basket_cover .basket_content .products .info .title a {
	-webkit-transition: all 0.16s ease-in-out;
	-moz-transition: all 0.16s ease-in-out;
	-o-transition: all 0.16s ease-in-out;
	transition: all 0.16s ease-in-out;
}

.basket_cover .basket_content .products .info .size {
	color:#47409b;
}

.basket_cover .basket_content .products .info .size span{
	color:#e22569;
}

.basket_cover .basket_content .products .quantity {
	display:table-cell;
	vertical-align: middle;
	width:120px;
}

.basket_cover .basket_content .products .quantity #less {
	font-size:22px;
	margin-right:2px;
	cursor:pointer;
	padding:3px 5px 0 8px;
	margin-top:4px;
	float:left;
	-webkit-transition: all 0.16s ease-in-out;
	-moz-transition: all 0.16s ease-in-out;
	-o-transition: all 0.16s ease-in-out;
	transition: all 0.16s ease-in-out;
}

.basket_cover .basket_content .products .quantity #less:hover {
	color:#e22569;
}

.basket_cover .basket_content .products .quantity input{
	width:36px;
	height:36px;
	border:2px solid #e3e3e9;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	padding:0 5px;
	text-align: center;
	color:#47409b;
	float:left
}

.basket_cover .basket_content .products .quantity #more {
	font-size:20px;
	margin-left:0;
	cursor:pointer;
	padding:3px 6px 0px 6px;
	margin-top:5px;
	float:left;
	-webkit-transition: all 0.16s ease-in-out;
	-moz-transition: all 0.16s ease-in-out;
	-o-transition: all 0.16s ease-in-out;
	transition: all 0.16s ease-in-out;
}

.basket_cover .basket_content .products .quantity #more:hover {
	color:#e22569;
}

.basket_cover .basket_content .products .ks {
	float:left;
	margin-left:5px;
	margin-top:7px;
	display:block;
	line-height:23px;
	font-size:14px;
}

.basket_cover .basket_content .products .price {
	display:table-cell;
	vertical-align: middle;
	font-size:16px;
	text-align:right;
	width:85px;
}

.basket_cover .basket_content .products .price span {
	font-size:13px;
}

.basket_cover .basket_content .payment_method {
	text-align: left;
	border-top:1px solid #eeedff;
	border-bottom:1px solid #eeedff;
	width:100%;
	overflow: hidden;
}

.basket_cover .basket_content .first_option, .second_option{
	float:left;
	width:50%;
}

.basket_cover .basket_content .first_option {
	border-right: 1px solid #eeedff;
	padding-right: 20px;
}


.basket_cover .basket_content .second_option {
	padding-left: 20px;
}

.basket_cover .basket_content .payment_method .packeta_logo {
	margin:25px auto 18px auto;
	font-size: 16px;
	display: table;
	text-align: center;
}

.basket_cover .basket_content .payment_method .packeta_logo img {
	display:table-cell;
	margin-right:10px;
	height:30px
}

.basket_cover .basket_content .payment_method .zas_logo {
	margin:25px auto 18px auto;
	font-size: 16px;
	display: table;
	text-align: center;
}

.basket_cover .basket_content .payment_method .zas_logo img {
	display:table-cell;
	margin-right:10px;
	height:30px
}

.basket_cover .basket_content .payment_method .packeta_logo span {
	display:table-cell;
}

.del_time {
	color:#e22569;
	font-size:12px;
	text-align: center;
	margin-top:5px;
}

.basket_cover .basket_content .payment_method input.custom_radio {
	display:none;
}

.basket_cover .basket_content .payment_method input.custom_radio + label {
	background:url("radio.png") no-repeat left top;
	background-size: 19px auto;
	background-position: 30px 20px;
	margin-right:10px;
	padding-left:28px;
	float:left;
	border: 1px solid #fff;
	cursor: pointer;
	width: 100%;
	padding: 20px 29px 20px 60px;
}

.basket_cover .basket_content .payment_method input.custom_radio:checked + label {
	background-position: 30px -461px;
	background-color: #fbfbfd;
	border: 1px solid #efeff5;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

/*.basket_cover .basket_content .payment_method input.custom_radio:checked + label .title{
	color:#e22569;
}*/

.basket_cover .basket_content .payment_method .card_method {
	width:100%;
	display:table;
	cursor:pointer;
	margin:10px 0;
}

.basket_cover .basket_content .payment_method .cash_method {
	width:100%;
	display:table;
	cursor:pointer;
	margin:10px 0;
}

.basket_cover .basket_content .payment_method .left_check {
	display:table-cell;
	margin-right:10px;
}

.basket_cover .basket_content .payment_method #card_radio, #cash_radio {
	display:none;
	visibility: hidden;
}

.basket_cover .basket_content .payment_method .right_check {
	display:table-cell;
	vertical-align: top
}
/*
.basket_cover .basket_content .payment_method .logos {
	margin-top:10px;
}*/

.basket_cover .basket_content .payment_method .logos span {
	display:inline-block;
	vertical-align: top;
	margin-right:10px;
	margin-top:10px;
}

.basket_cover .basket_content .payment_method .title {
	font-size:14px;
	display:table;
	width:100%;
}

.basket_cover .basket_content .payment_method .title .cell_fifty_left {
	display:table-cell;
	width:50%;
	text-align: left;
	vertical-align: middle;
}

.basket_cover .basket_content .payment_method .title .cell_fifty_right {
	display:table-cell;
	width:50%;
	text-align: right;
	vertical-align: middle;
	font-size: 16px
}

.basket_cover .basket_content .payment_method .title .cell_fifty_right span {
	font-size: 13px
}

.basket_cover .basket_content .payment_method .text {
	font-family:"Gotham_Book";
	font-size:13px;
	line-height:20px;
	margin-top:4px;
}

.basket_cover .basket_content .code_prices {
	margin-top:30px;
	display:table;
	width:100%
}

.basket_cover .basket_content .code, .prices_first, .prices_second {
	display:table-cell;
	vertical-align: top;
}

.basket_cover .basket_content .code {
	text-align:left;
	font-size:14px;
	width:242px;
}

.basket_cover .basket_content .discount_form {
	position:relative;
	max-width:242px;
	margin-top:8px;
}

.basket_cover .basket_content .code .discount {
	border:2px solid #e3e3e9;
	-webkit-border-radius:50px;
	-moz-border-radius:50px;
	border-radius:50px;
	width:100%;
	max-width:242px;
	height:40px;
	padding:0 15px;
	color:#47409b;
	background-color:#fff;
	font-size:13px;
	line-height: 20px;
}

.basket_cover .basket_content .code .submit_discount {
	background:none;
	border:none;
	position: absolute;
	font-size:17px;
	color:#e22569;
	right:10px;
	top:7px;
	cursor: pointer;
	padding:3px;
	margin:0
}

.not_all {
	color:#b8b6d1;
	font-family:"Gotham_Book";
	font-size:12px
}

.basket_cover .basket_content .first_prices {
	float:right;
	display:block;
	margin-right:30px;
}

.basket_cover .basket_content .prices {
	width:100%;
}

.basket_cover .basket_content .prices table.second_prices {
	margin:0 auto;
	text-align: center;
}

.basket_cover .basket_content .prices tr td {
	min-height:30px;
}

.basket_cover .basket_content .prices .what, .how_many {
	font-size:16px;
	text-align:right;
	line-height:28px;
	padding-left:20px;
}

.basket_cover .basket_content .prices .what {
	padding-left:0;
}

.basket_cover .basket_content .prices {
	margin:0 auto;
	text-align: center;
}

.basket_cover .basket_content .prices .how_many span {
	font-size:13px;
}

.basket_cover .basket_content .prices .all {
	color:#e22569;
	font-size:18px;
	padding-top:10px;
}

.basket_cover .basket_content .basket_footer {
	display:table;
	width:100%;
	margin-top:30px;
	padding-bottom:7px;
}

.basket_cover .basket_content .basket_footer div {
	width:50%;
	display:table-cell;
	text-align: left;
}

.basket_cover .basket_content .basket_footer #return {
	text-align:left;
	white-space: nowrap;

}

.basket_cover .basket_content .basket_footer a.return {
	color:#b8b6d1;
	text-decoration:underline;
	-webkit-transition: all 0.16s ease-in-out;
	-moz-transition: all 0.16s ease-in-out;
	-o-transition: all 0.16s ease-in-out;
	transition: all 0.16s ease-in-out;
}

.basket_cover .basket_content .basket_footer a:hover.return{
	color:#47409b;
}

.basket_cover .basket_content .basket_footer #next {
	text-align:right
}
.basket_cover .basket_content .basket_footer #next button:hover {
	cursor: pointer;
}

.basket_cover .basket_content .basket_footer .next {
	color:#ffffff;
	background-color:#e22569;
	border:2px solid #e22569;
	padding:12px 12px 9px 12px;
	-webkit-border-radius:50px;
	-moz-border-radius:50px;
	border-radius:50px;
	text-transform: uppercase;
	white-space: nowrap;
	font-size:13px;
	font-family:"Gotham_Medium";
}

.basket_cover .basket_content .basket_footer .next i {
	font-size:14px;
}

.basket_cover .basket_content .basket_footer .pg1 {
	height:38px;
	padding:11px 12px 9px 12px;
}

.basket_cover .basket_content .basket_footer .pg2 {
	height:48px;
	padding:9px 12px 10px 12px;
}

.basket_cover .basket_content .basket_footer .pg2 .must_pay_info {
	display:block;
	text-align:left;
	font-size:12px;
	margin-left:18px;
	text-transform:lowercase
}

#basket_form {
	width:100%;
	display:table
}

.zas_form {
	margin-bottom:20px;
}

#basket_form .cell_three select#zas_select {
	border:2px solid #e3e3e9;
	-webkit-border-radius:50px;
	-moz-border-radius:50px;
	border-radius:50px;
	width:100%;
	height:40px;
	padding:0px 30px 0px 15px;
	color:#47409b;
	font-size:13px;
	text-transform: none;
	text-indent: 0px;
	text-shadow: none;
	white-space: pre;
	cursor: default;
	writing-mode: horizontal-tb;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-weight: normal;
	background: #fff url('select_bg.png') center right 20px no-repeat;
	background-size: 8px 14px;
	overflow: hidden; 
  	text-overflow: ellipsis;
  	white-space: nowrap;
  	line-height: 35px;
  	margin-bottom:20px;
}

#zasielkovna_info {
	text-align: left;
}

#zasielkovna_info table {
	width:100%;
}

#zasielkovna_info table tr td{
}

#zasielkovna_info a {
	text-decoration: underline;
	color:#e22569;
}

.cell_one, .cell_two, .cell_three {
	display:table-cell;
	width:33.33%;
}

.cell_one {
	padding-right:15px;
}

.cell_two {
	padding-right:15px;
	padding-left:15px;
}

.cell_three {
	padding-left:15px;
}

#basket_form .title {
	color:#e22569;
	font-size:14px;
	text-transform: uppercase;
	padding-bottom:18px;
	overflow: hidden; 
	text-overflow: ellipsis;
	white-space: nowrap;
}

#basket_form .place {
	border:2px solid #e3e3e9;
	-webkit-border-radius:50px;
	-moz-border-radius:50px;
	border-radius:50px;
	width:100%;
	height:40px;
	padding:0 15px;
	color:#47409b;
	background-color:#fff;
	font-size:13px;
	text-align: center;
}

#basket_form .place_title {
	margin-top:10px;
	margin-bottom:4px;
}

#basket_form .place_title span{
	font-size:14px;
	color:#e22569;
}

#basket_form .last_check {
	border:1px solid #efeff5;
	background-color:#fbfbfd;
	padding:20px 10px;
	margin-bottom:11px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

#basket_form #different_address {
	margin-bottom:25px;
	display:none
}

#basket_form .checkbox {
	text-align: center;
	cursor: pointer;
	display: table;
	margin: auto;
	margin-top:39px;
}

.checkbox span {
	vertical-align: top;
	text-align:left;
}

.checkbox label {
	text-align: left;
}

.note_checks {
	display:table;
	width:100%;
	margin-top:38px;
}

.note_checks .textarea_basket_cover {
	padding-right:15px;
}

.note_checks .textarea_basket {
	display:table-cell;
	width: 100%;
	border:2px solid #e3e3e9;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
	height:90px;
	padding:15px;
	color:#47409b;
	background-color:#fff;
	font-size:13px;
	text-align: left;
	line-height:20px;
}

.last_checkboxes {
	display:table-cell;
	width:33.33%;
	vertical-align: top;
	padding-left:15px;
}

.last_checkboxes .vop {
	font-size:11.5px;
	font-style: italic;
	color:#b8b6d1;
	line-height: 20px;
	text-align: left;
}

.last_checkboxes .vop a {
	text-decoration:underline;
	color:#b8b6d1; 
}

.last_checkboxes .vop a:hover {
	text-decoration:underline;
	color:#e22569; 
}

.note_checks .checkbox span a {
	text-decoration:underline;
}

.note_checks .checkbox {
	text-align: left;
	cursor: pointer;
	overflow: hidden;
	display: table;
	margin-bottom:20px;
}

main .product a.photo img.first_img {
	opacity:1;
	-webkit-transition: opacity 0.25s ease-in-out;
	-moz-transition: opacity 0.25s ease-in-out;
	-o-transition: opacity 0.25s ease-in-out;
	transition: opacity 0.25s ease-in-out;
}

main .product a.photo:hover img.first_img {
	opacity:0;
	-webkit-transition: opacity 0.25s ease-in-out;
	-moz-transition: opacity 0.25s ease-in-out;
	-o-transition: opacity 0.25s ease-in-out;
	transition: opacity 0.25s ease-in-out;
}

main .product a.photo .second_img {
	position:absolute;
	top:3px;
	z-index:-10;
}

main .detail .product_info #size_table_detail {
	overflow-x: auto;
	margin-top:27px;
	white-space: normal;
}

main .detail .product_info #size_table_detail table {
	width:100%;
	border:none;
	font-size:14px;
}

main .detail .product_info #size_table_detail table tr:first-child {
	text-transform: uppercase;
	color:#e22569;
}

main .detail .product_info #size_table_detail table tr td {
	padding:8px 6px;
	text-align: center;
	border:1px solid #eeedff;
}

main .detail .product_info #size_table_detail table tr td.al_le {
	text-align: left;
	padding-left:10px;
}

main .detail .product_info #size_table_detail table tr td:first-child {
	text-align: left;
}

main .detail .product_info .table_help {
	margin-top:17px
}

main .detail .product_info .table_help .title {
	font-size:14px;
	color:#e22569
}

main .detail .product_info .table_help ol {
	font-family:"Gotham_Book";
	font-size:14px;
	list-style-type:decimal;
	white-space: normal;
	padding-left:20px;
}

a.sale_menu {
	color:#e22569;
}

main #tabs_content .product, main .all_products .detail_product {
	width:100%
}

main .forms {
	width:100%;
	text-align: left;
}

main .forms .forms_content {
	display:table;
}

main .forms .forms_content a {
	text-decoration:none
}

main .forms img {
	width:100%;
	height:auto;
	margin-bottom:20px;
}

main .forms img.about_image_r {
	display:none
}

main .forms ul.left {
	width:280px;
	display:table-cell;
	border-right:1px solid #efeff5;
	text-align: right;
	padding-right:40px;
}

main .forms ul.left li {
	text-transform: uppercase;
	line-height:34px;
}

main .forms ul.left li:nth-child(5) {
	margin-bottom:55px;
}

main .forms ul.left li.active a {
	color:#e22569;
}

main .forms .right {
	display:table-cell;
	padding-left:40px;
	font-family: "Gotham_Book";
}

main .forms .right img {
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

main .forms .right a {
	color:#e22569;
	text-decoration:underline;
}

main .forms .forms_content h3 {
	font-family: "Gotham_Medium";
}

main .forms .forms_content h4 {
	font-family: "Gotham_Medium";
	margin-bottom:15px;
}

main .forms .forms_content h1.title {
	font-family:"Gotham_Medium";
	font-size:20px;
	margin-bottom:14px;
}

main .forms .forms_content .right h1 {
	margin-bottom:0
}

main .forms .forms_content .right h2 {
	font-size:20px;
	padding-top:20px;
}

main .forms .forms_content .right h3 {
	font-size:14px;
	padding-top:20px;
}

main .forms .forms_content .right ul {
	padding-left:18px;
	list-style-type: disc;
}

main .forms .forms_content .right ol {
	padding-left:18px;
	list-style-type: disc;
}

main .product_code {
	font-size:14px;
	color:#b8b6d1;
}

main .product_code:hover {
	color:#47409b;
}

main .all_products .product h3 .product_name .product_color_show {
	display:block
}

main .all_products .product h3 .product_sizes_list {
	font-size:12px;
	color:#B8B6D1;
	display:block;
	margin-top:5px;
}

main .about_zonno {
	width:100%;
	max-width:810px;
	text-align:center;
	margin:0 auto;
	display:block;
}

main .about_zonno a {
	color: #e22569;
    text-decoration: underline;
}

main .about_zonno .title {
	color:#47409b;
	font-size:16px;
	margin-bottom:18px;
	font-family:"Gotham_Medium";
	text-transform: uppercase;
}

main .about_zonno .title span {
	color:#e22569;
}

main .about_zonno p {
	font-family:"Gotham_Book";
	margin-bottom:20px;
	font-size:13px;
}

main .about_zonno ul {

}

main .about_zonno ul li {
	display:inline;
	text-align: center;
	margin:0 10px;
}

main .about_zonno ul li.none {
	display:none
}

main .about_zonno ul li a img{
	height:22px;
	width:22px;
	display:inline;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
}

main .maps {
	position: relative;
	left:0;
	right:0;
	margin: 0 auto;
	text-align: center;
}

main .map {
	fill: #b8b6d1;
	-webkit-transition: all 0.18s ease-in-out;
	-moz-transition: all 0.18s ease-in-out;
	-o-transition: all 0.18s ease-in-out;
	transition: all 0.18s ease-in-out;
}

main .map:hover {
	fill: #e22569;
	-webkit-transition: all 0.18s ease-in-out;
	-moz-transition: all 0.18s ease-in-out;
	-o-transition: all 0.18s ease-in-out;
	transition: all 0.18s ease-in-out;
	cursor: pointer;
}

.relative {
	position: relative;
}

.scale11 {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

#chooseGift {
	display:block;
	margin-top:3px;
	margin-left:0;
}

.coupon_alert {
	margin-top:8px;
	font-size:13px;
	color:#e22569;
}

.coupon_ok {
	margin-top:8px;
	font-size:13px;
	color:#4eb715;
}

.unavailable {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: 0.5
}

.gopay_button {
	color: #ffffff;
	background-color: #e22569;
	border: 2px solid #e22569;
	padding: 12px 12px 9px 12px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	text-transform: uppercase;
	white-space: nowrap;
	font-size: 13px;
	margin-bottom:20px;
	cursor: pointer;
	font-family: "Gotham_Medium";
}

.pay_it_title {
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 20px;
}

.alert-warning a {
	color: #e22569;
	text-decoration: underline;
}

.classic_payment {
	max-width:500px;
	margin:0 auto;
	text-align:center;
	margin-top:30px;
}

.classic_payment td {
	padding: 5px 8px;
	text-align: left;
	border: 1px solid #eeedff;
}

.non {
	 -webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}



/*****************HOMEPAGE DESIGN*****************/

.homepage_design {
	width:100%;
}

.homepage_bg {
	background:url(jesen_zonno.jpg) no-repeat center;
	background-size:1350px 455px;
	width:100%;
	height:455px;
	position: relative;
}

.homepage_content {
	width:270px;
	margin:0 auto;
	text-align: center;
	margin: auto;
	position: absolute;
	top: 100px;
	left: 405px;
	bottom: 0;
	right: 0;
}

.homepage_text {
	text-align: left;
	color:#414197;
}

.homepage_text .first_row{
	font-size:55px;
	font-family: 'Gotham_Book';
	line-height: 60px;
}

.homepage_text .second_row{
	display:block;
	font-size:40px;
	font-family: 'Gotham_Light';
	margin-top:20px;
}

.homepage_button {
	font-family: 'Gotham_Medium';
	display:block;
	vertical-align: middle;
	font-size:13px;
	margin-top:60px;
}

.homepage_button i{
	font-size:14px
}

.homepage_button a {
	background-color:#e22569;
	padding:12px 12px 9px 12px;
	-webkit-border-radius:50px;
	-moz-border-radius:50px;
	border-radius:50px;
	text-transform: uppercase;
	color:#ffffff;
	-webkit-transition: all 0.16s ease-in-out;
	-moz-transition: all 0.16s ease-in-out;
	-o-transition: all 0.16s ease-in-out;
	transition: all 0.16s ease-in-out;
}

@media (max-width: 1000px) {

	.homepage_content {
		width:270px;
		margin:0 auto;
		text-align: center;
		margin: auto;
		position: absolute;
		top: 100px;
		left: 405px;
		bottom: 0;
		right: 0;
	}

	.homepage_text .first_row{
		font-size:55px;
	}

	.homepage_text .second_row{
		font-size:40px;
		margin-top:20px;
	}
	
	.homepage_button {
		margin-top:60px;
	}
}


@media (max-width: 730px) {

	.homepage_content {
		width:270px;
		margin:0 auto;
		text-align: center;
		margin: auto;
		position: absolute;
		top: 100px;
		left: 335px;
		bottom: 0;
		right: 0;
	}

	.homepage_text .first_row{
		font-size:55px;
	}

	.homepage_text .second_row{
		font-size:40px;
		margin-top:20px;
	}
	
	.homepage_button {
		margin-top:60px;
	}

}

@media (max-width: 670px) {

	.homepage_bg {
		background-size:1210px 408px;
		width:100%;
		height:408px;
		position: relative;
	}

	.homepage_content {
		width:220px;
		margin:0 auto;
		text-align: center;
		margin: auto;
		position: absolute;
		top: 90px;
		left: 255px;
		bottom: 0;
		right: 0;
	}

	.homepage_text .first_row{
		font-size:44px;
		line-height: 50px;
	}

	.homepage_text .second_row{
		font-size:34px;
		margin-top:15px;
	}
	
	.homepage_button {
		margin-top:50px;
	}

}

@media (max-width: 510px) {

	.homepage_bg {
		background-size:1158px 390px;
		width:100%;
		height:390px;
		position: relative;
	}

	.homepage_content {
		width:220px;
		margin:0 auto;
		text-align: center;
		margin: auto;
		position: absolute;
		top: 80px;
		left: 205px;
		bottom: 0;
		right: 0;
	}

	.homepage_text .first_row{
		font-size:44px;
		line-height: 50px
	}

	.homepage_text .second_row{
		font-size:32px;
		margin-top:15px;
	}
	
	.homepage_button {
		margin-top:50px;
	}

}

@media (max-width: 460px) {

	.homepage_bg {
		background-size:980px 330px;
		width:100%;
		height:330px;
		position: relative;
	}

	.homepage_content {
		width:184px;
		margin:0 auto;
		text-align: center;
		margin: auto;
		position: absolute;
		top: 70px;
		left: 180px;
		bottom: 0;
		right: 0;
	}

	.homepage_text .first_row{
		font-size:38px;
		line-height: 45px
	}

	.homepage_text .second_row{
		font-size:27px;
		margin-top:10px;
	}
	
	.homepage_button {
		margin-top:40px;
		font-size: 12px
	}

}

@media (max-width: 390px) {

	.homepage_bg {
		background-size:980px 330px;
		width:100%;
		height:330px;
		position: relative;
	}

	.homepage_content {
		width:180px;
		margin:0 auto;
		text-align: center;
		margin: auto;
		position: absolute;
		top: 70px;
		left: 160px;
		bottom: 0;
		right: 0;
	}

	.homepage_text .first_row{
		font-size:36px;
		line-height: 45px
	}

	.homepage_text .second_row{
		font-size:27px;
		margin-top:10px;
	}
	
	.homepage_button {
		margin-top:40px;
		font-size: 12px
	}

}


@media (max-width: 370px) {

	.homepage_bg {
		background-size:861px 290px;
		width:100%;
		height:290px;
		position: relative;
	}

	.homepage_content {
		width:160px;
		margin:0 auto;
		text-align: center;
		margin: auto;
		position: absolute;
		top: 60px;
		left: 160px;
		bottom: 0;
		right: 0;
	}

	.homepage_text .first_row{
		font-size:32px;
		line-height: 40px
	}

	.homepage_text .second_row{
		font-size:22px;
		margin-top:10px;
	}
	
	.homepage_button {
		margin-top:35px;
		font-size: 11px
	}

}


@media (max-width: 344px) {

	.homepage_bg {
		background-size:742px 250px;
		width:100%;
		height:250px;
		position: relative;
	}

	.homepage_content {
		width:145px;
		margin:0 auto;
		text-align: center;
		margin: auto;
		position: absolute;
		top: 55px;
		left: 120px;
		bottom: 0;
		right: 0;
	}

	.homepage_text .first_row{
		font-size:29px;
		line-height: 35px
	}

	.homepage_text .second_row{
		font-size:20px;
		margin-top:10px;
	}
	
	.homepage_button {
		margin-top:25px;
		font-size: 10px
	}

}

/*****************HOMEPAGE DESIGN*****************/


header #header_line {
	height:40px;
	width:100%;
/*	background: #f5f5fa;
	border-bottom:1px solid #eeedff;*/
	font-size:11px;
	overflow: hidden;
	font-family:'Gotham_Book';
}

header .header_line_left {
	float:left;
	margin-top:15px;
}

header .header_line_right {
	float:right;
	margin-top:15px;
}

header a.header_line_first {
	margin-right:25px;
}

header #header_line .fas {
	font-size:14px;
	padding-top:2px;
	margin-right:5px
}

header #header_line a.header_phone {
	margin-right:25px;
	vertical-align: top
}

header #header_line .header_phone_time {
	vertical-align: top
}

#notice {
	text-align: center;
	padding: 6px 5px 7px 5px;
	width: 100%;
	font-size: 12px;
	background: #ffe16b;
}

#notice a {
	color:#e22569;
}

#notice a {
	text-decoration: underline;
}

header #added {
	position: fixed;
    z-index: 999;
    width: 100%;
}

header #bf_2021 {
	width: 100%;
	font-size: 20px;
	padding: 10px 0 0;
	height: 40px;
	text-transform: uppercase;
	color: #fff;
	background: url('bf_top.jpg') no-repeat center center;
}

header #added #added_item {
	top:0;
	left:0;
	right:0;
	background-color: #4eb715;
	color:#fff;
    font-size: 12px;
    padding:7px 20px 8px 20px;
}

header #added #added_item::before {
    content: "\f00c";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    font-style: normal;
    /*font-weight: normal;*/
    text-decoration: inherit;
    margin-right: 5px;
    font-size: 12px;
}

#addingProduct {
	display:none;
	float: left;
	border: 2px solid #f092b4;
	border-radius: 50px;
	color: #ffffff;
	padding: 6px 12px 8px 31px;
	text-transform: uppercase;
	font-size: 13px;
	font-family: "Gotham_Medium";
	cursor: pointer;
	margin-left: 30px;
	height: 36px;
	background:url(add.gif) no-repeat left #f092b4;
	background-size:16px 16px;
	background-position: 10px 8px
}

#checkingOrder {
	display:none;
	color:#ffffff;
	border:2px solid #f092b4;
	padding: 10px 12px 9px 31px;
	-webkit-border-radius:50px;
	-moz-border-radius:50px;
	border-radius:50px;
	text-transform: uppercase;
	white-space: nowrap;
	font-size:13px;
	font-family:"Gotham_Medium";
	line-height: 13.5px;
	height:37px;
	background:url(add.gif) no-repeat left #f092b4;
	background-size:16px 16px;
	background-position: 10px 8px
}


footer .copyright ol.navigation {
	font-size: 12px;
	font-family: 'gotham_book';
	margin-bottom: 10px;
}

footer .copyright ol.navigation li {
	display:inline;
}

.top_bg {
	background:url(zonno_top.jpg) no-repeat top center;
	width:100%;

}

main .stock_products .product {
	display: inline-block;
	*display: inline;
	width:12.5%;
	margin:0;
	vertical-align: top;
	zoom: 1;
	padding:10px 10px;
	position: relative;
	text-align:center
}

main .stock_products .product h3 {
	display: none;
}

main .stock_products  {
	margin-top:-13px;
	margin-bottom:45px;
}

main .stock_products .price, main .stock_products .sale_price {
	font-size:16px;
}

main .home_title {
	font-size:25px;
	text-transform: uppercase;
	color:#e22569;
	clear: both;
	line-height: 36px;
	margin-bottom:40px;
}

main .stock_sizes a {
	text-align: center;
	margin:0px 5px;
	display:inline-block;
}

.like_a {
	line-height: 30px;
	width: 36px;
	text-align: center;
	display: inline-block;
}

.fb_dialog {
	z-index: 1400 !important;
}

input.custom_checkbox_list {
	display:none;
}

main .choose ul.color_filter {
	display:block;
	margin:0 auto;
	text-align: center;
	text-transform: uppercase;
	margin-bottom:23px;
}

main .choose ul.color_filter li {
	display:inline;
}

main .choose ul.color_filter li label {
	background-color:#ffffff;
	margin:6px 10px;
	line-height:30px;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	border:2px solid #e3e2ed;
	color:#47409b;
	text-align: center;
	display: inline-block;
	cursor: pointer;
	-webkit-transition: all 0.16s ease-in-out;
	-moz-transition: all 0.16s ease-in-out;
	-o-transition: all 0.16s ease-in-out;
	transition: all 0.16s ease-in-out;
}

main .choose ul.color_filter li label:hover {
	border:2px solid #e22569;
}

main .choose ul.color_filter li label span {
	display:none;
}

main .choose ul.color_filter li label div {
	height:21px;
	width:21px;
	border:2px solid #fbfbfd;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
}

main .choose ul.color_filter li input.custom_checkbox_list:checked + label {
	border:2px solid #e22569;
}

main ul.help_under_sizetable {
	font-family:'Gotham_Book';
	margin-top: 20px;
	text-align: left;
}

main ul.help_under_sizetable li {
	text-indent: -10px;
	padding-left: 10px;
}

main ul.help_under_sizetable li.help_sizetable_title {
	color: #e22569;
	text-transform: uppercase;
	margin-bottom:10px;
	font-family:'Gotham_Medium';
	text-indent: 0;
	padding-left: 0;
}

header ul#menu li.basic_label {
	position: relative;
}

header ul#menu li.basic_label .akcia10 {
	background: #ffe16b;
	height: 14px;
	font-size: 8px;
	line-height: 16px;
	position: absolute;
	border-radius: 3px 3px 3px 3px;
	top: -9px;
	right: -10px;
	padding: 0 3px;
	text-transform: initial;
	-webkit-transition: all 0.16s ease-in-out;
	-moz-transition: all 0.16s ease-in-out;
	-o-transition: all 0.16s ease-in-out;
	transition: all 0.16s ease-in-out;
}

/*header ul#menu li.basic_label a:hover + .akcia10  {
	background-color:#e22569;
	color:#fff;
}

header ul#menu li.basic_label a.active + .akcia10  {
	background-color:#e22569;
	color:#fff;
}
*/
header ul#r_menu li.basic_label {
	position: relative;
}

header ul#r_menu li.basic_label .akcia10 {
	background: #ffe16b;
	height: 14px;
	font-size: 8px;
	line-height: 16px;
	position: absolute;
	border-radius: 3px 3px 3px 3px;
	top: -3px;
	padding: 0 3px;
	text-transform: initial;
	-webkit-transition: all 0.16s ease-in-out;
	-moz-transition: all 0.16s ease-in-out;
	-o-transition: all 0.16s ease-in-out;
	transition: all 0.16s ease-in-out;
	margin-left: auto;
	margin-right: auto;
	left: 172px;
	right: 0;
	width: 26px;
}

main .choose_akcia10 {
	border: 1px solid #efeff5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #fbfbfd;
	padding-top: 3px;
	margin-bottom: 10px;
}

main .choose_akcia10_padd {
	padding:30px;
	overflow: hidden;
}

main .choose_akcia10 .akcia10_left .angle_label_akcia10 {
    -ms-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
	width: 54px;
    height: 40px;
    background-color: #ffe16b;
   	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	font-size:11px;
	line-height: 16px;
	padding-top:4px;
	text-align: center;
	color:#47409b;
	float:left;
	margin-left:5px;
	margin-top:10px;
	margin-right:35px;
}

main .label_price {
	color:#e61367;
	font-size:13px;
	display:block;
}


main .choose_akcia10 .akcia10_left {
	width:50%;
	float:left;
	text-align: left;
}

main .choose_akcia10 .akcia10_right {
	width:50%;
	float:left;
	margin-top: 18px;
}


main .choose_akcia10 .akcia10_left .akcia10_left_text_all {
	float:left;
}

main .choose_akcia10 .akcia10_left .akcia10_left_text_all .akcia10_title {
	font-size:20px;
	color:#e61367;
	text-transform: uppercase;
	line-height: 28px;
}


main .choose_akcia10 .akcia10_left .akcia10_left_text_all .akcia10_text {
	margin-top:7px;
	line-height:18px;
}

main .choose_akcia10 .akcia10_left .akcia10_left_text_all .akcia10_text a {
	display: block;
	color: #e61367;
	text-decoration: underline;
	margin-top: 4px;
}


main .choose_akcia10 .akcia10_right ul.akcia_10_arrows {
	background-color: #ffe16b;
	background: -moz-linear-gradient(left, rgba(255,225,107,1) 0%, rgba(255,225,107,1) 40%, rgba(252,246,223,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,225,107,1)), color-stop(40%, rgba(255,225,107,1)), color-stop(100%, rgba(252,246,223,1)));
	background: -webkit-linear-gradient(left, rgba(255,225,107,1) 0%, rgba(255,225,107,1) 40%, rgba(252,246,223,1) 100%);
	background: -o-linear-gradient(left, rgba(255,225,107,1) 0%, rgba(255,225,107,1) 40%, rgba(252,246,223,1) 100%);
	background: -ms-linear-gradient(left, rgba(255,225,107,1) 0%, rgba(255,225,107,1) 40%, rgba(252,246,223,1) 100%);
	background: linear-gradient(to right, rgba(255,225,107,1) 0%, rgba(255,225,107,1) 40%, rgba(252,246,223,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe16b', endColorstr='#fcf6df', GradientType=1 );
    height: 49px;
    width:100%;
    -webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	font-size: 12px;
	line-height: 16px;
	padding:0 10px;
}

main .choose_akcia10 .akcia10_right ul.akcia_10_arrows li {
	list-style-type: none;
	display:inline-block;
	line-height: 18px;
	vertical-align: top;
	padding:6px 1px 0 1px;
}

main .choose_akcia10 .akcia10_right ul.akcia_10_arrows li.arr_akcia10 {
	background:url("arr_right_akcia10.png") no-repeat right;
	background-size: 25px 49px;
	height: 49px;
	width:25px;
}

main .choose_akcia10 .akcia10_right ul.akcia_10_arrows li.arr_akcia10_20 {
	opacity:0.2;
}

main .choose_akcia10 .akcia10_right ul.akcia_10_arrows li.arr_akcia10_40 {
	opacity:0.4;
}

main .choose_akcia10 .akcia10_right ul.akcia_10_arrows li.arr_akcia10_60 {
	opacity:0.6;
}

main .choose_akcia10 .akcia10_right ul.akcia_10_arrows li.arr_akcia10_80 {
	opacity:0.8;
}

main .product .label_akcia10 {
	width: 54px;
    height: 40px;
    background-color: #ffe16b;
   	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	font-size:11px;
	line-height: 16px;
	padding-top:4px;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	right:0;
	margin-left: auto;
	margin-right: auto;
	color:#47409b;
	z-index: 99
}

main #cenaDetail .label_akcia10 {
	width: 54px;
    height: 40px;
    background-color: #ffe16b;
   	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	font-size:11px;
	line-height: 16px;
	padding-top:4px;
	text-align: center;
	color:#47409b;
	z-index: 99;
	display:inline-block;
	margin-left: 10px;
}

main .swiper-slide .label_akcia10 {
	width: 47px;
	height: 34px;
	background-color: #ffe16b;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 10px;
	line-height: 13px;
	padding-top: 4px;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	right:0;
	margin-left: auto;
	margin-right: auto;
	color: #47409b;
	z-index: 99;
}


main .swiper-slide .label_price {
	color:#e61367;
	font-size:11px;
	display:block;
}


main .detail .current_note {
	font-size: 13px;
	margin-top: 10px;
	background-color: #fbfbfd;
	border: 1px solid #efeff5;
	padding: 6px 10px 4px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

main .my_order a.return_button {
	margin: 0 auto;
	border-radius: 50px;
	color: #b3b3d5;
	padding: 5px 12px 8px 12px;
	text-transform: uppercase;
	font-size: 13px;
	font-family: "Gotham_Medium";
	cursor: pointer;
	border:2px solid #b3b3d5;
	height: 32px;
	text-align: center;
	display:inline-block;
	-webkit-transition: all 0.16s ease-in-out;
	-moz-transition: all 0.16s ease-in-out;
	-o-transition: all 0.16s ease-in-out;
	transition: all 0.16s ease-in-out;
	margin:10px;
}

main .my_order a.return_button:hover {
	color:#e22569;
	border:2px solid #e22569;
}

main .my_order a.active_return_button{
	color:#e22569;
	border:2px solid #e22569;
	margin: 0 auto;
	border-radius: 50px;
	padding: 4px 12px 8px 12px;
	text-transform: uppercase;
	font-size: 13px;
	font-family: "Gotham_Medium";
	cursor: pointer;
	height: 32px;
	text-align: center;
	display:inline-block;
	-webkit-transition: all 0.16s ease-in-out;
	-moz-transition: all 0.16s ease-in-out;
	-o-transition: all 0.16s ease-in-out;
	transition: all 0.16s ease-in-out;
	margin:10px;
}

main .my_order .title {
	margin-bottom:20px;
	margin-top:40px;
}

main .my_order .zmena_uhrady_obj {
	display:table;
	width:100%;
	border-top:1px solid #eeedff;
	border-bottom:1px solid #eeedff;
}


main .my_order .zmena_uhrady_obj .zmena_uhrady_title {
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom:10px;
}


main .my_order .zmena_uhrady_obj .zmena_uhrady_text {
	font-family: 'Gotham_Book';
	margin-bottom:16px;
	word-break: break-word;
}

main .my_order .zmena_uhrady_obj a.zmena_uhrady_button {
	margin: 0 auto;
	border-radius: 50px;
	color: #ffffff;
	padding: 9px 12px 8px 12px;
	text-transform: uppercase;
	font-size: 13px;
	font-family: "Gotham_Medium";
	cursor: pointer;
	background-color: #4eb715;
	height: 36px;
	text-align: center;
	display:inline-block;
	-webkit-transition: all 0.16s ease-in-out;
	-moz-transition: all 0.16s ease-in-out;
	-o-transition: all 0.16s ease-in-out;
	transition: all 0.16s ease-in-out;
	line-height:22px;
	white-space: nowrap;
}

main .my_order .zmena_uhrady_obj a:hover.zmena_uhrady_button {
	color: #ffffff;
	background-color: #4eb715;
}

main .my_order .uhrada_online_button {
	margin: 0 auto;
	border-radius: 50px;
	color: #ffffff;
	padding: 9px 13px 9px 13px;
	text-transform: uppercase;
	font-size: 13px;
	font-family: "Gotham_Medium";
	cursor: pointer;
	background-color: #e22569;
	height: 36px;
	text-align: center;
	display:inline-block;
	-webkit-transition: all 0.16s ease-in-out;
	-moz-transition: all 0.16s ease-in-out;
	-o-transition: all 0.16s ease-in-out;
	transition: all 0.16s ease-in-out;
	line-height:22px;
	white-space: nowrap;
	border:none;
}

main .my_order .zmena_uhrady_obj .ib_info {
	background-color:#ffe16b;
	color:#47409b;
	padding:7px 15px 5px 15px;
	display:block;
}

main .my_order .zmena_uhrady_obj .zmena_uhrady {
	display:table-cell;
	border-right:1px solid #eeedff;
	padding:50px 20px;
	width:33.33%;
}

main .my_order .zmena_uhrady_obj .fifty_percent {
	width:50%;
}

main .my_order .zmena_uhrady_obj .zmena_uhrady:last-child {
	border:none;
}

main .my_order .zmena_uhrady_obj .zmena_uhrady .small_title {
	font-size:10px;
}

main .my_order .zmena_uhrady_obj .zmena_uhrady .zmena_uhrady_table {
	text-align: center;
}

main .my_order .resume_obj {
	overflow: hidden;
	width:100%;
	margin-top:50px;
}

main .my_order .resume_obj .left_resume {
	float:left;
	width:50%;
	border:1px solid #eeedff;
	background-color:#fbfbfd;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}

main .my_order .resume_obj .left_resume table tr td{
	vertical-align: top
}

main .my_order .resume_obj .right_status {
	float:right;
	width:50%;

}

main .my_order .resume_obj .padd_resume_left {
	padding:20px;
	text-align: center;
}

main .my_order .resume_obj .padd_resume_right {
	padding:0 20px;
	text-align: center;
}

main .my_order .resume_obj .right_status ul {
	padding:0 20px;
	text-align: left;
	color:#a0a0cb;
	display:inline-block;
}


main .my_order .resume_obj .left_resume .resume_vertical {
	display:none;
}

main .my_order .resume_obj .return_title {
	font-size: 20px;
	text-transform: uppercase;
	color: #e22569;
	clear: both;
	line-height: 36px;
	margin-bottom:30px
}



/*Timeline starts*/

main .my_order .resume_obj .right_status .timeline,
main .my_order .resume_obj .right_status .timeline .timeline_item,
main .my_order .resume_obj .right_status .timeline .timeline_date,
main .my_order .resume_obj .right_status .timeline .timeline_icon,
main .my_order .resume_obj .right_status .timeline .timeline_content {
	display: block;
	margin: 0;
	padding: 0;
}

main .my_order .resume_obj .right_status .timeline {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

main .my_order .resume_obj .right_status .timeline .timeline_item {
	position: relative;
	padding-bottom: 35px;
	overflow: hidden;
	padding-top:6px;
}

main .my_order .resume_obj .right_status .timeline .timeline_item:last-child {
	padding-bottom: 5px;
}

main .my_order .resume_obj .right_status .timeline .timeline_item .timeline_date {
	white-space: nowrap;
}

main .my_order .resume_obj .right_status .timeline .timeline_item .timeline_icon {
	bottom: 0;
	width: 15px;
	position: absolute;
	left: 40%;
	top:0;
	margin-left: -14px;
}

main .my_order .resume_obj .right_status .timeline .timeline_item .timeline_icon:before {
	display: block;
	position: absolute;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	border-radius:100%;
	width:30px;
	height:30px;
	padding-top:4px;
	text-align: center;
	font-weight: 900;
	font-style: normal;
	text-decoration: inherit;
	font-size: 12px;
	font-family: 'Font Awesome\ 5 Free';
	background-color: #a0a0cb;
	color: #ffffff;
}


main .my_order .resume_obj .right_status .timeline .timeline_icon.received:before {
	content: "\f00c";
}

main .my_order .resume_obj .right_status .timeline .timeline_icon.paid:before {
	content: "\f09d";
}

main .my_order .resume_obj .right_status .timeline .timeline_icon.reserved:before {
	content: "\f023";
}

main .my_order .resume_obj .right_status .timeline .timeline_icon.confirmed:before {
	content: "\f164";
}

main .my_order .resume_obj .right_status .timeline .timeline_icon.prepared:before {
	content: "\f49e";
}

main .my_order .resume_obj .right_status .timeline .timeline_icon.packed:before {
	content: "\f187";
}

main .my_order .resume_obj .right_status .timeline .timeline_icon.sent:before {
	content: "\f48b";
}

main .my_order .resume_obj .right_status .timeline .timeline_icon.deleted:before {
	content: "\f2ed";
}

main .my_order .resume_obj .right_status .timeline .timeline_icon.delivered:before {
	content: "\f472";
}

main .my_order .resume_obj .right_status .timeline .timeline_icon.returned:before {
	content: "\f0e2";
}

main .my_order .resume_obj .right_status .timeline .timeline_icon.return_received:before {
	content: "\f49e";
}

main .my_order .resume_obj .right_status .timeline .timeline_icon.return_accepted:before {
	content: "\f164";
}

main .my_order .resume_obj .right_status .timeline .timeline_icon.return_paid:before {
	content: "\f09d";
}

main .my_order .resume_obj .right_status .timeline .timeline_icon.declined:before {
	content: "\f00d";
}


/*Začiatok stavu objednávky - ružová*/
main .my_order .resume_obj .right_status .timeline .timeline_item.canceled .timeline_icon:before {
	background-color: #e22569;
	color: #ffffff;
}

main .my_order .resume_obj .right_status .timeline .timeline_item.canceled .timeline_icon:after {
	background: #e22569;
}

main .my_order .resume_obj .right_status .timeline .timeline_item.canceled .timeline_content {
	color: #e22569;
}

main .my_order .resume_obj .right_status .timeline .timeline_item.canceled .timeline_date {
	color: #e22569;
}
/*Koniec stavu objednávky - ružová*/


/*Začiatok stavu objednávky - zelená*/
main .my_order .resume_obj .right_status .timeline .timeline_item.done .timeline_icon:before {
	background-color: #4eb715;
	color: #ffffff;
}

main .my_order .resume_obj .right_status .timeline .timeline_item.done .timeline_icon:after {
	background: #4eb715;
}

main .my_order .resume_obj .right_status .timeline .timeline_item.done .timeline_content {
	color: #4eb715;
}

main .my_order .resume_obj .right_status .timeline .timeline_item.done .timeline_date {
	color: #4eb715;
}
/*Koniec stavu objednávky - zelená*/

/*Začiatok vrátenie tovaru do 14 dní - modrá*/
main .my_order .resume_obj .right_status .timeline .timeline_item.done_return .timeline_icon:before {
	background-color: #1362e6;
	color: #ffffff;
}

main .my_order .resume_obj .right_status .timeline .timeline_item.done_return .timeline_icon:after {
	background: #1362e6;
}

main .my_order .resume_obj .right_status .timeline .timeline_item.done_return .timeline_content {
	color: #1362e6;
}

main .my_order .resume_obj .right_status .timeline .timeline_item.done_return .timeline_date {
	color: #1362e6;
}
/*Koniec vrátenie tovaru do 14 dní - modrá*/

/*Začiatok reklamácia - oranžová*/
main .my_order .resume_obj .right_status .timeline .timeline_item.done_claim .timeline_icon:before {
	background-color: #f5810f;
	color: #ffffff;
}

main .my_order .resume_obj .right_status .timeline .timeline_item.done_claim .timeline_icon:after {
	background: #f5810f;
}

main .my_order .resume_obj .right_status .timeline .timeline_item.done_claim .timeline_content {
	color: #f5810f;
}

main .my_order .resume_obj .right_status .timeline .timeline_item.done_claim .timeline_date {
	color: #f5810f;
}
/*Koniec reklamácia - oranžová*/



main .my_order .resume_obj .right_status .timeline .timeline_item .timeline_title {
	font-size:14px;
}

main .my_order .resume_obj .right_status .timeline .timeline_item .timeline_date {
	font-size:11px;
	width: 40%;
}

main .my_order .resume_obj .right_status .timeline > .timeline_item .timeline_date {
	float: left;
	text-align: right;
	padding-right: 30px;
}

main .my_order .resume_obj .right_status .timeline .timeline_icon:after {
	content: "";
	width: 2px;
	background: #a0a0cb;
	display: block;
	position: absolute;
	top: 30px;
	bottom: 0;
	left: 14px;
}

main .my_order .resume_obj .right_status .timeline .timeline_item:last-child .timeline_icon:after {
	content: none;
}

main .my_order .resume_obj .right_status .timeline .timeline_item .timeline_content {
	width: 60%;
	float: right;
	text-align: left;
	padding-left: 30px;
}

main .my_order .resume_obj .right_status .timeline .timeline_content a {
	text-decoration: underline;
	color:#e61367;
}

main .my_order .resume_obj .right_status .timeline .timeline_content p {
	font-size:12px;

}

main .my_order .resume_obj .right_status .timeline .timeline_item .timeline_date {
	display:block;
}

main .my_order .resume_obj .right_status .timeline .timeline_content .timeline_date {
	display: none;
}

main .my_order .resume_obj .right_status .timeline .period .timeline_title {
	left: auto;
}

main .my_order .resume_obj .right_status .timeline .timeline_date {
	display:none;
}

main .my_order #rating_my_order {
	width: 100%;
	max-width: 600px;
	text-align: center;
	margin:0 auto;
	margin-top: 40px;
}

main .my_order .rating_title {
	margin-top: 10px;
	margin-bottom: 4px;
}

main .my_order #rating_my_order select {
	border:2px solid #e3e3e9;
	-webkit-border-radius:50px;
	-moz-border-radius:50px;
	border-radius:50px;
	width:100%;
	height:40px;
	padding:0px 30px 0px 15px;
	color:#47409b;
	font-size:13px;
	text-transform: none;
	text-indent: 0px;
	text-shadow: none;
	white-space: pre;
	cursor: default;
	writing-mode: horizontal-tb;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-weight: normal;
	background: #fff url('select_bg.png') center right 20px no-repeat;
	background-size: 8px 14px;
	overflow: hidden; 
  	text-overflow: ellipsis;
  	white-space: nowrap;
  	line-height: 35px;
  	margin-bottom:15px;
  	text-align: center;
}

main .my_order #rating_my_order textarea {
	width: 100%;
	border: 2px solid #e3e3e9;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	height: 100px;
	padding: 15px;
	color: #47409b;
	background-color: #fff;
	font-size: 13px;
	text-align: left;
	line-height: 20px;
	max-width: 600px;
}

main .my_order #rating_my_order .rating_button_order {
	color: #ffffff;
	background-color: #e22569;
	border: 2px solid #e22569;
	padding: 10px 12px 9px 12px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	text-transform: uppercase;
	white-space: nowrap;
	font-size: 13px;
	display:block;
	margin:0 auto;
	margin-top:30px;
	cursor: pointer;
}

main .my_order #rating_my_order .meno {
	border: 2px solid #e3e3e9;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	width: 100%;
	height: 40px;
	padding: 0 15px;
	color: #47409b;
	background-color: #fff;
	font-size: 13px;
	text-align: center;
}

main .my_order #rating .my_order_notice {
	background-color:#e22569;
	color:#fff;
	padding:7px 15px 5px 15px;
	display:block;
	margin-top:20px;
}


main .my_order .my_order_success_pay {
	background-color:#4eb715;
	color:#fff;
	padding:7px 15px 5px 15px;
	display:block;
	margin-top:20px;
}


main .my_order .my_order_notice_pay {
	background-color:#e22569;
	color:#fff;
	padding:7px 15px 5px 15px;
	display:block;
	margin-top:20px;
}




/*Timeline ends*/

.rekl_form {
	margin-top:40px;
}

.rekl_undertitle {
	text-align: center;
	margin: 0 auto;
	width:70%
}


.rekl_product {
	background-color: #fbfbfd;
	border: 1px solid #efeff5;
	padding: 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	display: table;
	width: 100%;
	position: relative;
	margin-bottom:20px;
}

.rekl_product .photos {
	overflow: hidden;
	margin-top:13px;
}

.rekl_product .photo_cover {
	display:table-cell;
	vertical-align: middle;
	width:100px;
}

.rekl_product .photo div {
	border:3px solid #ffffff;
	width:78px;
	height:78px;
	overflow: hidden;
}

.rekl_product .photo span {
	display:block;
	border:1px solid #eeedff;
	width:80px;
	height:80px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	overflow: hidden;
	padding:0;
}

.rekl_product .photo img {
	width:100%;
	height:auto;
	vertical-align: center;
}

.rekl_product .rekl_text {
	display: table-cell;
	vertical-align: middle;
	height: 78px;
	text-align: left;
}

.rekl_product .rekl_price {
	display: table-cell;
	vertical-align: middle;
	width: 130px;
	font-size:16px
}

.rekl_product .rekl_price span {
	font-size:13px
}

.rekl_product .rekl_quantity {
	display:table-cell;
	vertical-align: middle;
	width:150px;
	position: relative;
}

.rekl_product .rekl_quantity .quantity {
	height:36px;
	width:110px;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.rekl_product .rekl_quantity #less {
	font-size:22px;
	margin-right:2px;
	cursor:pointer;
	padding:3px 5px 0 8px;
	margin-top:4px;
	float:left;
	-webkit-transition: all 0.16s ease-in-out;
	-moz-transition: all 0.16s ease-in-out;
	-o-transition: all 0.16s ease-in-out;
	transition: all 0.16s ease-in-out;
}

.rekl_product .rekl_quantity #less:hover {
	color:#e22569;
}

.rekl_product .rekl_quantity input{
	width:36px;
	height:36px;
	border:2px solid #e3e3e9;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	padding:0 5px;
	text-align: center;
	color:#47409b;
	float:left;
}

.rekl_product .rekl_quantity #more {
	font-size:20px;
	margin-left:0;
	cursor:pointer;
	padding:3px 6px 0px 6px;
	margin-top:5px;
	float:left;
	-webkit-transition: all 0.16s ease-in-out;
	-moz-transition: all 0.16s ease-in-out;
	-o-transition: all 0.16s ease-in-out;
	transition: all 0.16s ease-in-out;
}

.rekl_product .rekl_quantity #more:hover {
	color:#e22569;
}

.rekl_product .rekl_quantity .ks {
	float:left;
	margin-left:5px;
	margin-top:7px;
	display:block;
	line-height:23px;
	font-size:14px;
}

.rekl_product .rekl_checkbox {
	display: table-cell;
	vertical-align: middle;
	width: 100px;
	text-align: center;
	position: relative;
}

.rekl_product .rekl_checkbox input.custom_checkbox {
	display:none;
}

.rekl_product .rekl_checkbox input.custom_checkbox + label {
	background:url("checkbox.png") no-repeat left top #fff;
	background-size: 19px auto;
	height: 19px;
	width: 19px;
	cursor: pointer;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	padding:0;
}

.rekl_product .rekl_checkbox input.custom_checkbox:checked + label {
	background-position: 0 -481px;
}

.my_order .rekl_title {
	margin-top:10px;
	margin-bottom:4px;
}

.my_order .rekl_title span{
	font-size:14px;
	color:#e22569;
}

.my_order .rekl_input {
	border: 2px solid #e3e3e9;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	width: 100%;
	height: 40px;
	padding: 0 15px;
	color: #47409b;
	background-color: #fff;
	font-size: 13px;
	text-align: center;
}


.my_order .rekl_textarea {
	width: 100%;
	border: 2px solid #e3e3e9;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	height: 100px;
	padding: 15px;
	color: #47409b;
	background-color: #fff;
	font-size: 13px;
	text-align: left;
	line-height: 20px;
	max-width: 850px
}

.my_order .rekl_button {
	color: #ffffff;
	background-color: #e22569;
	border: 2px solid #e22569;
	padding: 10px 12px 9px 12px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	text-transform: uppercase;
	white-space: nowrap;
	font-size: 13px;
	display:block;
	margin:0 auto;
	margin-top:40px;
	cursor: pointer;
}

.my_order ol.rekl_list {
	list-style-type: decimal;
	font-family: 'Gotham_Book';
	text-align: left;
	width:100%;
	max-width:850px;
	padding: 0 20px;
	margin:40px auto;
	color:#5d5da6;
	font-size:13px;
}

.my_order ol.rekl_list li {
	margin-bottom:15px;
}

.my_order .text_form {
	margin:0 auto;
	margin-top:40px;
	width:100%;
	max-width:850px;
}

.my_order .rekl_inputs {
	width:100%;
	max-width:850px;
	margin:0 auto;
	overflow: hidden;
	margin-bottom:20px;
}

.my_order .rekl_inputs_left {
	width:50%;
	float:left;
	padding-right:15px;
}

.my_order .rekl_inputs_right {
	width:50%;
	float:right;
	padding-left:15px;
}

.my_order .rekl_agree {
	width:100%;
	max-width:850px;
	text-align: left;
	margin:0 auto;
}

.my_order .rekl_product_header {
	overflow: hidden;
	display: table;
	width: 100%;
	height:40px;
	position: relative;
	padding:0 15px;
}

.my_order .photo_cover_header {
	display: table-cell;
	vertical-align: middle;
	width: 100px;
}

.my_order .rekl_text_header {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}

.my_order .rekl_price_header {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width:130px;
}

.my_order .rekl_quantity_header {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width:150px;
}

.my_order .rekl_checkbox_header {
	display: table-cell;
	vertical-align: middle;
	width: 100px;
	text-align: center;
}

.my_order .already_returned {
	color:#b2b0d6;
}

.my_order a.back_to_order {
	/*color:#a0a0cb;*/
	text-transform: uppercase;
	text-align: left;
	margin-top:30px;
	display:block;
}

.my_order a:hover.back_to_order {
	color:#e22569;
}

.my_order a.back_to_order i {
	font-size:16px;
	margin-right: 5px
}

.my_order_alert {
	background-color:#e22569;
	color:#fff;
	padding:7px 15px 5px 15px;
	display:block;
	margin-top:20px;
}

.my_order_info {
	background-color:#ffe16b;
	color:#47409b;
	padding:7px 15px 5px 15px;
	display:block;
	margin-top:20px;
}

.login_my_order .rekl_title {
	margin-top: 10px;
	margin-bottom: 4px;
}

.login_my_order .rekl_title span {
	font-size: 14px;
	color: #e22569;
}

.login_my_order .login_input_order {
	border: 2px solid #e3e3e9;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	width: 100%;
	max-width: 400px;
	height: 40px;
	padding: 0 15px;
	color: #47409b;
	background-color: #fff;
	font-size: 13px;
	text-align: center;
}

.login_my_order .login_button_order {
	color: #ffffff;
	background-color: #e22569;
	border: 2px solid #e22569;
	padding: 11px 13px 9px 13px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	text-transform: uppercase;
	white-space: nowrap;
	font-size: 13px;
	display: block;
	margin: 0 auto;
	margin-top: 30px;
	cursor: pointer;
}

.login_my_order .title {
	margin-bottom: 20px;
	margin-top: 40px;
}

.login_my_order .rekl_undertitle {
	text-align: center;
	margin: 0 auto;
	width: 70%;
	margin-bottom:30px;
}

.login_my_order .my_order_notice {
	background-color:#e22569;
	color:#fff;
	padding:7px 15px 5px 15px;
	display:block;
	margin-bottom:30px;
}

.my_order .return_list {
	width:100%;
	text-align: left;
	border-collapse:separate;
    border-spacing:0 10px;
}

.my_order .return_list tr {
	background-color:#f5f5fa;
}

.my_order .return_list td {
	padding:30px;
}

.my_order .return_list tr td .head_title{
	font-size: 14px;
	margin-bottom:2px;
}

.my_order .return_list tr td .count_date{
	font-size: 13px;
	color:#a0a0cb;
}

.my_order .return_list tr td.return_right a {
	border:2px solid #a0a0cb;
	padding:9px 14px 9px 14px;
	-webkit-border-radius:50px;
	-moz-border-radius:50px;
	border-radius:50px;
	text-transform: uppercase;
	color:#a0a0cb;
	-webkit-transition: all 0.16s ease-in-out;
	-moz-transition: all 0.16s ease-in-out;
	-o-transition: all 0.16s ease-in-out;
	transition: all 0.16s ease-in-out;
	display:inline-block;
	height:40px;
}

.my_order .return_list tr td.return_right a:hover {
	border:2px solid #e22569;
	color:#e22569;
}

.my_order .return_what_now {
	width:100%;
	max-width: 370px;
	text-align: left;
	margin:0 auto;
	margin-top:40px;
}

.my_order .return_what_now .what_now_item {
	display:table;
	margin-bottom:25px;
}

.my_order .return_what_now .what_now_item .what_now_icon {
	display:table-cell;
	text-align: center;
}

.my_order .return_what_now .what_now_item .what_now_icon i {
	width:50px;
	height:50px;
	padding-top:15px;
	-webkit-border-radius:50px;
	-moz-border-radius:50px;
	border-radius:50px;
	font-size: 19px;
	background-color:#414197;
	color:#fff;
	margin-right: 20px;
}

.my_order .return_what_now .what_now_item .what_now_content {
	display:table-cell;
}

.my_order .return_what_now .what_now_item .what_now_title {
	font-size:20px;
	text-transform: uppercase;
	line-height: 30px;
	margin-bottom:5px;
}

.my_order .return_what_now .what_now_item .what_now_text {
	font-family: 'Gotham_Book'
}

.my_order .return_what_now .what_now_item .what_now_text a.what_now_document {
	background-color: #e22569;
	padding:9px 14px 9px 14px;
	-webkit-border-radius:50px;
	-moz-border-radius:50px;
	border-radius:50px;
	text-transform: uppercase;
	color:#fff;
	-webkit-transition: all 0.16s ease-in-out;
	-moz-transition: all 0.16s ease-in-out;
	-o-transition: all 0.16s ease-in-out;
	transition: all 0.16s ease-in-out;
	display:inline-block;
	height:36px;
	font-family: 'Gotham_Medium';
	margin-top:10px;
}



























































footer {
	clear:both;
	margin-top:25px;
}

footer .newsletter {
	width:100%;
	padding:15px;
}

footer .newsletter_title {
	color:#e22569;
	font-size:16px;
	text-transform: uppercase;
	padding-top:30px;
	margin-bottom:15px
}

footer .newsletter_form {
	position: relative;
	width:100%;
	max-width:242px;
	height:40px;
	margin:0 auto;
	text-align: center;
}

footer .newsletter_input {
	border:2px solid #e3e3e9;
	-webkit-border-radius:50px;
	-moz-border-radius:50px;
	border-radius:50px;
	width:100%;
	max-width:242px;
	height:40px;
	padding:2px 35px 0 15px;
	color:#47409b;
	background-color:#fff;
	line-height: 20px;
}

footer .submit_newsletter {
	background:none;
	border:none;
	position: absolute;
	font-size:17px;
	color:#e22569;
	right:10px;
	top:7px;
	cursor: pointer;
	padding:3px;
	margin:0
}

footer .instagram {
	width:100%;
	position: relative;
}

footer ul#instafeed {
	display:block;
	text-align: center;
	width:100%;
	height:auto;
}

footer ul#instafeed li {
	display: inline-block;
	width:16.66%;
	overflow: hidden;
	vertical-align: bottom;
}

footer ul#instafeed li a {
	display:block;
	position:relative;
	width:100%;
	height:0;
	padding-top:100%
}

footer ul#instafeed li a img {
	height:100%;
	width:100%
}

footer .instagram_cover {
	top: 0;
	bottom: 0;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	width:204px;
	height:76px;
	background: url("instagram_bg.png");
}

footer .instagram_title {
	margin-top:15px;
	font-size:15px;
	color:#e22569;
	text-transform: uppercase;
}

footer .instagram_acc {
	margin-top:2px;
	font-size:20px;
	color:#47409b;
}

footer .instagram_acc a:hover {
	text-decoration: underline;
	color:#47409b;
}

footer ul#socials {
	margin:0 auto;
	font-size:22px;
	text-align: center;
	margin-top:19px;
}

footer #socials li {
	display:inline;
	vertical-align: bottom;
}

footer #socials li a {
	-webkit-transition: all 0.16s ease-in-out;
	-moz-transition: all 0.16s ease-in-out;
	-o-transition: all 0.16s ease-in-out;
	transition: all 0.16s ease-in-out;
}

footer #socials li#fb{
	font-size:19px
}

footer #socials li#in{
	font-size:22px;
	margin-left:10px
}

footer ul.menu_top {
	display:block;
	margin:0 auto;
	text-align: center;
	text-transform: uppercase;
	margin-top:48px
}

footer ul.menu_top li {
	display:inline-block;
	margin:0 17px;
	line-height:30px;
}

footer ul.menu_top li a{
	white-space: nowrap;
	text-decoration: none;
	-webkit-transition: all 0.16s ease-in-out;
	-moz-transition: all 0.16s ease-in-out;
	-o-transition: all 0.16s ease-in-out;
	transition: all 0.16s ease-in-out;
}

footer ul.menu_top li a:hover{
	color:#e22569;
}

footer ul.menu_bottom {
	display:block;
	margin:0 auto;
	text-align: center;
	text-transform: uppercase;
}

footer ul.menu_bottom li{
	display:inline-block;
	margin:0 17px;
	line-height:30px;
}

footer ul.menu_bottom li a{
	white-space: nowrap;
	text-decoration: none;
	-webkit-transition: all 0.16s ease-in-out;
	-moz-transition: all 0.16s ease-in-out;
	-o-transition: all 0.16s ease-in-out;
	transition: all 0.16s ease-in-out;
}

footer ul.menu_bottom li a:hover{
	color:#e22569;
}

footer .copyright {
	margin-top:26px;
	color:#b8b6d1;
	line-height:19px;
	padding-bottom:44px;
}

footer .copyright a{
	color:#b8b6d1;
	text-decoration: underline;
	-webkit-transition: all 0.16s ease-in-out;
	-moz-transition: all 0.16s ease-in-out;
	-o-transition: all 0.16s ease-in-out;
	transition: all 0.16s ease-in-out;
}

footer .copyright a:hover{
	color:#47409b;
}

/* Large desktop */
@media (min-width: 100px) and (max-width: 1199px) {

	main .choose_akcia10 .akcia10_left {
		width: 508px;
		float: none;
		display: block;
		overflow: hidden;
		margin: 0 auto;
		margin-bottom: 30px;
	}

	main .choose_akcia10 .akcia10_right {
		width:100%;
		float:none;
		display:block;
		overflow: hidden;
	}


}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 1024px) {

	main .banner .countdown {
		padding:17px 14px 9px 14px
	}

	main .banner .countdown .number{
		font-size: 25px
	}

	main .icon_content {
		padding:20px;
	}

	main .icon {
		text-align:center;
		margin:0 auto;
		display: block;
		height:41px;
	}

	main .icon_text {
		margin:0 auto;
		display: block;
		max-width: 250px;
		text-align: center;
	}

	main .product {
		width:33.33%
	}
/*
	main #tabs_content .product, main .all_products .detail_product {
		width:20%
	}*/
}


@media (max-width: 1060px) {

	.basket_cover .basket_content .prices table.second_prices tr td {
		display:block;
		text-align: center;
	}

	.basket_cover .basket_content .prices table.second_prices .what {
		text-align: center;
		padding-left:0
	}

	.basket_cover .basket_content .prices table.second_prices .how_many {
		text-align: center;
		padding-left:0
	}

}

@media (max-width: 1020px) {

	main .detail .product_info ul.sizes {
		float:none;
	}

	main .detail .product_info .show_size {
		display:block;
		text-align: left;
		float:none;
		margin-left:0;
	}
}

@media (max-width: 1010px) {

	.last_checkboxes {
		width:45%
	}

	main ul.products_options {
		color: #b8b6d1;
		position: static;
		margin-top:20px;
		text-align: right;
	}
}

@media (max-width: 960px) {

	main .detail .product_photo {
		width:50%;
	}

	main .detail .product_info {
		width:50%;
	}

	main .stock_products .product {
		width:16.6%;
	}

	main .stock_products .product:nth-child(n+13) {
		display:none;
	}

/*	main #tabs_content .product, main .all_products .detail_product {
		width:25%
	}*/

}



@media (min-width: 851px) and (max-width: 1000px) {

	main .my_order .resume_obj .right_status .timeline .timeline_item {
		padding-left: 40px;
		position: relative;
	}

	main .my_order .resume_obj .right_status .timeline > .timeline_item .timeline_date {
    	float: none;
    	text-align: left;
	    padding:0;
	    display:none;
	}

	main .my_order .resume_obj .right_status .timeline > .timeline_item .timeline_content .timeline_date {
		display:block;
	}

	main .my_order .resume_obj .right_status .timeline .timeline_item .timeline_icon {	
	    left: 0;
	    margin-left: 0;
	}

	main .my_order .resume_obj .right_status .timeline .timeline_item .timeline_content {
	    width: 100%;
	    float: none;
	    text-align: left;
	    padding-left:0;
	}

}



@media (max-width: 500px) {

	main .my_order .resume_obj .right_status .timeline .timeline_item {
		padding-left: 40px;
		position: relative;
	}

	main .my_order .resume_obj .right_status .timeline > .timeline_item .timeline_date {
    	float: none;
    	text-align: left;
	    padding:0;
	    display:none;
	}

	main .my_order .resume_obj .right_status .timeline > .timeline_item .timeline_content .timeline_date {
		display:block;
	}

	main .my_order .resume_obj .right_status .timeline .timeline_item .timeline_icon {	
	    left: 0;
	    margin-left: 0;
	}

	main .my_order .resume_obj .right_status .timeline .timeline_item .timeline_content {
	    width: 100%;
	    float: none;
	    text-align: left;
	    padding-left:0;
	}

	main .my_order .zmena_uhrady_obj .zmena_uhrady {
		float:none;
		width:100%;	
		border-right:0;
		border-bottom: 1px solid #eeedff;
	}

	main .my_order .zmena_uhrady_obj .uhrada_online {
		float:none;
		width:100%;		
	}

}

@media (max-width: 850px) {

	main .my_order .resume_obj .left_resume {
		display:block;
		float:none;
		width:100%;
		margin-bottom:40px;
	}

	main .my_order .resume_obj .right_status {
		display:block;
		float:none;
		width:100%;
		margin-bottom:60px;
	}

}

@media (max-width: 800px) {

	main .detail .product_photo {
		width:45%;
	}

	main .detail .product_info {
		width:55%;
	}


}

@media (max-width: 780px) {

	.basket_cover .basket_content .products .info {
		display:block;
		height:auto;
		margin-bottom:13px;
	}

	.basket_cover .basket_content .products .quantity {
		display: block;
		float: left;
		margin-top:0;
	}

	.basket_cover .basket_content .products .price {
		display:block;
		float:right;
		margin-top:8px
	}

	.basket_cover .basket_content .prices table.second_prices .all {
		font-size:16px;
	}

	main .product {
		width:33.33%
	}

	.cell_one {
		width:100%;
		display:block;
		padding:0;
		margin-bottom:40px;
	}

	.cell_two {
		width:100%;
		display:block;
		padding:0;
		margin-bottom:40px;
	}

	.cell_three {
		width:100%;
		display:block;
		padding:0;
	}

	main .detail .product_photo {
		width:100%;
		float:none
	}

	main .detail .product_info {
		width:100%;
		float:none;
		margin-top:30px;
		text-align:center;
	}

	main .detail .product_photo .all_photos {
		float:none;
		text-align: center;
		margin:0 auto;
		max-width:500px;
		padding:0;
	}

	main .detail .product_info .photo {
		display:inline-block;
	}

	main .detail .product_info .photos_cover {

	}

	main .detail .product_info ul.sizes {
		text-align: center;
		float:none;
	}

	main .detail .product_info .show_size {
		text-align: center;
		float:none;
	}

	main .detail .product_info .options .b_o_cover {
		display:inline-block;
		text-align: center;
	}

	main .detail .product_info form .b_o_cover {
		display:inline-block;
		text-align: center;
	}

	main .detail .product_info #tabs_content {
		text-align: left;
	}

	.note_checks {
		display:block;
		margin-top:18px;
	}

	.note_checks .textarea_basket_cover {
		display:block;
		padding:0
	}

	.last_checkboxes {
		display:block;
		width:100%;
		overflow: hidden;
		margin:0 auto;
		text-align: center;
		padding:0;
		margin-top:23px;
		margin-bottom:37px;
	}

	.checkboxes_cover {
		text-align: center;
		cursor: pointer;
		display: table;
		margin:0 auto;
	}

	.last_checkboxes .vop {
		text-align: center;
	}

	.basket_cover .basket_content .prices table.second_prices tr td {
		display:table-cell;
		text-align: right;
	}

	.basket_cover .basket_content .prices table.second_prices .what, .how_many {
		text-align: right;
	}

	.basket_cover .basket_content .prices table.second_prices .how_many {
		padding-left:30px;
	}

	main .detail .product_info .newsletter_form {
		position: relative;
		width:100%;
		max-width:242px;
		height:40px;
		margin:0 auto;
		text-align:center;
		margin-top:15px;
	}

}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {

	main .banner .countdown {
		padding:17px 14px 9px 14px
	}

	main .banner .countdown .number{
		font-size: 25px
	}

	main .icon_content {
		padding:20px;
	}

	main .icon {
		text-align:center;
		margin:0 auto;
		display: block;
		height:41px;
	}

	main .icon_text {
		margin:0 auto;
		display: block;
		max-width: 250px;
		text-align: center;
	}

	main .product {
		width:33.3%
	}

	footer ul#instafeed li {
		padding:0;
		width:33.33%;
	}

	header ul#menu {
		display:none;
		visibility: hidden;
	}

	.menu, .cloned, .original {
		display:none;
		visibility: hidden;
	}

	header #show_r_menu {
		display:none
	}

	header #show_r_menu.active {
		display:block
	}

	header .responsive_menu {
		width:100%;
		display:block;
	}

	header #menu_bars {
		font-size:18px;
		cursor: pointer;
		display:block;
		margin:0 auto;
		text-align: center;
		margin-top:35px;
		margin-bottom:25px;
		text-transform: uppercase;
	}

	header #menu_bars:hover {
		color:#e22569;
	}

	header .responsive_menu ul#r_menu {
		position: absolute;
		z-index: 9999;
		right:0;
		left:0;
		top:156px;
		margin-left:auto;
		margin-right:auto;
		text-transform: uppercase;
	}

	header .responsive_menu ul#r_menu li {
		display:block;
		font-size:20px;
		line-height:55px;
		white-space: nowrap;
	}

	header .responsive_menu ul#r_menu li a {
		color:#fff;
	}

	header .responsive_menu .responsive_menu_bg {
		background:url("menu_bg.png");
		width:100%;
		height:100%;
		position:fixed;
		top:0;
		right:0;
		bottom:0;
		left:0;
		z-index: 9998;
	}

	header .responsive_menu #close_responsive_menu {
		background:url("close_white.png") no-repeat center center;
		width:35px;
		height:35px;
		background-size: 25px 25px;
		display:block;
		position:absolute;
		right:45px;
		top:45px;
		z-index: 9999;
		cursor:pointer
	}

	header .responsive_menu ul#r_menu sup.hot {
		color:#e22569;
		background-color:#fff;
	}

	header .responsive_menu ul#r_menu sup.hot:after {
		border-top: 3px solid #ffffff;
		border-right: 3px solid transparent;
		border-bottom: 0 solid transparent;
		border-left: 0 solid transparent;
	}

	header .responsive_menu ul#r_menu sup.new {
		color:#e22569;
		background-color:#fff;
	}

	header .responsive_menu ul#r_menu sup.new:after {
		border-top: 3px solid #ffffff;
		border-right: 3px solid transparent;
		border-bottom: 0 solid transparent;
		border-left: 0 solid transparent;
	}

/*	main #tabs_content .product, main .all_products .detail_product {
		width:33.33%
	}*/

	  .swiper-button-prev,
	  .swiper-button-next {
	    display:none;
	  }

	  main .swiper-wrapper .product a.product_name {
	  	display: none;
	  }

}


@media (max-width: 700px) {

	main .banner_big {
		display:none
	}

	main .banner_small {
		display:block;
		visibility: visible;
		padding:0;
	}

	main .forms ul.left {
		display:block;
		width:100%;
		border:none;
		padding:0;
		text-align: center;
		margin-bottom:30px;
	}

	main .forms ul.left li {
		display: inline-block;
		line-height: 30px;
		margin: 0 12px;
		white-space: nowrap;
	}

	main .forms ul.left li:nth-child(5) {
		margin: 0;
	}

	main .forms .right {
		display:block;
		padding-left:0;
	}

	main .forms .right p.contact {
		text-align: center;
	}

	main .forms .forms_content h1.title {
		text-align: center;
	}

	main .stock_products .product {
		width:20%;
	}

	main .stock_products .product:nth-child(n+11) {
		display:none;
	}

}


/* Landscape phone to portrait tablet */
@media (max-width: 660px) {

	.basket_cover .basket_content .products .photo_cover {
		display:block;
		margin:0 auto;
		width:80px;
	}

	.basket_cover .basket_content .products .info {
		text-align: center;
		margin-top:20px;
	}

	.basket_cover .basket_content .products .quantity {
		float:none;
		margin:0 auto;
		text-align:center;
		display:block;
		overflow: hidden;
		margin-bottom:20px;
	}

	.basket_cover .basket_content .products .price {
		float:none;
		display:block;
		margin:0 auto;
		text-align: center;
	}

	.basket_cover .basket_content .code {
		display:block;
		width:100%;
		margin:0 auto;
		text-align:center;
		padding-bottom:30px;
		margin-bottom:26px;
		border-bottom:1px solid #eeedff
	}

	.basket_cover .basket_content .discount_form {
		display:block;
		margin:0 auto;
		text-align:center;
		margin-top:13px;
	}

	.basket_cover .basket_content .code_prices {
		margin-top:26px
	}

	.basket_cover .basket_content .prices {
		display:block;
		width:100%;
		margin:0 auto;
		text-align:center;
		padding:0;
	}

	.basket_cover .basket_content .first_prices {
		float:none;
		margin:0 auto;
		text-align: center;
		display:table
	}

	#chooseGift {
		margin:0 auto;
	}

	.basket_cover .basket_content .first_option, .second_option{
		float:none;
		width:100%;
	}


	.basket_cover .basket_content .first_option {
		border-right: none;
		border-bottom: 1px solid #eeedff;
		padding-right: 0;
	}


	.basket_cover .basket_content .second_option {
		padding-left: 0;
	}

}

@media (max-width: 600px) {
	header #header_line .header_line_left .header_line_first {
		float:none;
		display:none;
	}
	

	main .choose_akcia10 .akcia10_left {
		width:100%;
	}

	main .choose_akcia10 .akcia10_left .akcia10_left_text_all {
		float:none;
		text-align: center;
	}

	main .choose_akcia10 .akcia10_left .angle_label_akcia10 {
/*		float:none;
		text-align: center;
		margin:0 auto;
		margin-top:6px;
		margin-bottom:20px;*/
		display:none;
	}

	main .choose_akcia10 .akcia10_left .akcia10_left_text_all .akcia10_text br {
	    display: none;
	}

}


/* Portrait phones and down */
@media (max-width: 578px) {

	main .countdown {
		display:none
	}

	main .small_countdown {
		background:url("countdown_bg.png");
		position:absolute;
		color:#ffffff;
		font-size:15px;
		letter-spacing:2px;
		padding:5px 9px 4px 9px;
		display:block;
		visibility: visible;
		left:30px;
		bottom:30px;
	}

	main #icons {
		display: block;
		width:100%;
		margin-top:0;
		padding-top:0;
		padding-bottom:0;
		margin-bottom:45px;
	}

	main .icon_content {
		-moz-box-flex: 0;
		flex: 0 0 100%;
		max-width: 1000%;
		padding:25px 0;
	}

	main .icon {
		display: inline-table;
		font-size: 30px;
		vertical-align: top;
	}

	main .icon_text {
		display: inline-table;
		margin-left: 15px;
		max-width: 250px;
		text-align: left;
		vertical-align: middle;
	}

	main .right_border {
		border-right:none;
		border-bottom:1px solid #eeedff
	}

	main .stock_products .product {
		width:25%;
	}

	main .stock_products .product:nth-child(n+9) {
		display:none;
	}

}


/* Landscape phones and down */
@media (max-width: 510px) {

	.basket_cover .basket_content .basket_footer {
		display:block
	}

	.basket_cover .basket_content .basket_footer #return {
		display:none
	}

	.basket_cover .basket_content .basket_footer #next {
		display:block;
		text-align: center;
		margin:0 auto;
		width:100%;
		margin-top:30px;
	}
}

/* Landscape phones and down */
@media (max-width: 480px) {


	.basket_cover .basket_content .payment_method .title .cell_fifty_left {
		width:70%;
	}

	.basket_cover .basket_content .payment_method .title .cell_fifty_right {
		width:30%;
	}

	main .product {
		width:50%;
		padding:10px;
	}

/*	main #tabs_content .product, main .all_products .detail_product {
		width:50%
	}*/

	.basket_cover .basket_content .products .remove_cover {
		display: block;
		width: 15px;
		position: absolute;
		top:48px;
		left:30px;
	}

	header .responsive_menu #close_responsive_menu {
		right:25px;
		top:25px;
	}

	main .forms img.about_image {
		display:none
	}

	main .forms img.about_image_r {
		display:block
	}

	main .stock_products .product {
		width:33.3%;
	}

	main .stock_products .product:nth-child(n+7) {
		display:none;
	}


}
/* Landscape phones and down */
@media (max-width: 430px) {

	.basket_cover .basket_content .prices table.second_prices .what {
		text-align: center;
	}

	.basket_cover .basket_content .prices table.second_prices tr td {
		display: block;
		text-align: center;
	}

	.basket_cover .basket_content .prices table.second_prices .how_many {
		text-align: center;
		padding-left: 0
	}
	
	.basket_cover .basket_content {
		padding:20px 20px 30px 20px;
	}

	.basket_cover .basket_content .top_title {
		margin-top:10px;
	}

	.basket_cover .basket_content .close_basket {
		top:20px;
		right:20px;
	}
}

@media (max-width: 410px) {
	header #header_line .header_line_left {
		float:none;
		text-align: center;
	}

	header #header_line .header_line_left .header_line_first {
		display:inline;
	}

	header #header_line .header_line_right{
		float:none;
		display:none;
	}

	main .my_order .resume_obj .left_resume .resume_vertical {
		display:block;
	}

	main .my_order .resume_obj .left_resume .resume_horizontal {
		display:none;
	}
}

/* Landscape phones and down */
@media (max-width: 390px) {


	main #icons {
		display: block;
		width:100%;
		margin-top:0;
		padding-bottom:0;
		margin-bottom:45px;
	}

	main .icon_content {
		-moz-box-flex: 0;
		flex: 0 0 100%;
		max-width: 1000%;
		padding:25px 0;
	}

	main .icon {
		display: inline-table;
		font-size: 30px;
		vertical-align: top;
	}

	main .icon_text {
		margin:0 auto;
		display: block;
		max-width: 250px;
		text-align: center;
	}

	.basket_res {
		display:none
	}

	header #basket i{
		margin-right:3px;
	}

	.basket_arr {
		right:10px
	}

	.basket_cover .basket_content .top_title {
		width:200px;
	}

	main .detail .product_info .options .quantity {
		float:none;
	}

	main .detail .product_info .options .quantity_cover {
		display:inline-block;
		text-align: center;
		margin:0 auto;
	}

	main .detail .product_info .options .buy {
		float:none;
		margin:0 auto;
		text-align: center;
		display:block;
		margin-top:10px;
	}

	main .detail .product_info .options #addingProduct {
		float:none;
		margin:0 auto;
		text-align: center;
		margin-top:10px;
	}

	main .detail .product_info ul.tabs li {
		display: block;
		line-height: 30px;
	}

	.basket_cover .basket_content .prices table.first_prices .what {
		text-align: center;
	}

	.basket_cover .basket_content .prices table.first_prices tr td {
		display: block;
		text-align: center;
	}

	.basket_cover .basket_content .prices table.first_prices .how_many {
		text-align: center;
		padding-left: 0
	}

	.search_cover .search_content .close_basket {
		right:20px;
		top:20px;
	}

	.basket_cover .basket_content .prices tr td {
		min-height: auto;
	}

	.basket_cover .basket_content .prices .all {
		padding-top:0px;
	}

}


@media (max-width: 370px) {

	main .stock_products .product {
		width:50%;
	}

	main .stock_products .product:nth-child(n+5) {
		display:none;
	}

}


@media (max-width: 350px) {

	header #header_line .header_line_left .header_line_first {
		display:none;
	}

}


/* Landscape phones and down */
@media (max-width: 320px) {

	.basket_cover .basket_content .close_basket {
		top:20px;
		right:20px;
	}

	main .small_countdown {
		background:url("countdown_bg.png");
		position:absolute;
		color:#ffffff;
		font-size:15px;
		letter-spacing:2px;
		padding:5px 9px 4px 9px;
		display:block;
		visibility: visible;
		left:20px;
		bottom:20px;
	}

}
/*!
 * Font Awesome Free 5.1.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,.fab,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{animation:a 2s infinite linear}.fa-pulse{animation:a 1s infinite steps(8)}@keyframes a{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-balance-scale:before{content:"\f24e"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bicycle:before{content:"\f206"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blind:before{content:"\f29d"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-open:before{content:"\f518"}.fa-bookmark:before{content:"\f02e"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-certificate:before{content:"\f0a3"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-concierge-bell:before{content:"\f562"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-credit-card:before{content:"\f09d"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-delicious:before{content:"\f1a5"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-deviantart:before{content:"\f1bd"}.fa-diagnoses:before{content:"\f470"}.fa-dice:before{content:"\f522"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edit:before{content:"\f044"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-gift:before{content:"\f06b"}.fa-git:before{content:"\f1d3"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-handshake:before{content:"\f2b5"}.fa-hashtag:before{content:"\f292"}.fa-hdd:before{content:"\f0a0"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-puck:before{content:"\f453"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hot-tub:before{content:"\f593"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-houzz:before{content:"\f27c"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-instagram:before{content:"\f16d"}.fa-internet-explorer:before{content:"\f26b"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mercury:before{content:"\f223"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-motorcycle:before{content:"\f21c"}.fa-mouse-pointer:before{content:"\f245"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-nintendo-switch:before{content:"\f418"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-old-republic:before{content:"\f510"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-osi:before{content:"\f41a"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-people-carry:before{content:"\f4ce"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-volume:before{content:"\f2a0"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poo:before{content:"\f2fe"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-r-project:before{content:"\f4f7"}.fa-random:before{content:"\f074"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-rendact:before{content:"\f3e4"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-retweet:before{content:"\f079"}.fa-ribbon:before{content:"\f4d6"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-rupee-sign:before{content:"\f156"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-sass:before{content:"\f41e"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-search:before{content:"\f002"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skull:before{content:"\f54c"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowflake:before{content:"\f2dc"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-swatchbook:before{content:"\f5c3"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toolbox:before{content:"\f552"}.fa-tooth:before{content:"\f5c9"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-train:before{content:"\f238"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-moving:before{content:"\f4df"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-uikit:before{content:"\f403"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:normal;src:url(fa/webfonts/fa-brands-400.eot);src:url(fa/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(fa/webfonts/fa-brands-400.woff2) format("woff2"),url(fa/webfonts/fa-brands-400.woff) format("woff"),url(fa/webfonts/fa-brands-400.ttf) format("truetype"),url(fa/webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands"}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;src:url(fa/webfonts/fa-regular-400.eot);src:url(fa/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(fa/webfonts/fa-regular-400.woff2) format("woff2"),url(fa/webfonts/fa-regular-400.woff) format("woff"),url(fa/webfonts/fa-regular-400.ttf) format("truetype"),url(fa/webfonts/fa-regular-400.svg#fontawesome) format("svg")}.far{font-weight:400}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;src:url(fa/webfonts/fa-solid-900.eot);src:url(fa/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(fa/webfonts/fa-solid-900.woff2) format("woff2"),url(fa/webfonts/fa-solid-900.woff) format("woff"),url(fa/webfonts/fa-solid-900.ttf) format("truetype"),url(fa/webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.far,.fas{font-family:"Font Awesome 5 Free"}.fa,.fas{font-weight:900}
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */.pswp,.pswp__bg,.pswp__scroll-wrap{height:100%;width:100%}.pswp,.pswp__item,.pswp__scroll-wrap{overflow:hidden;top:0;position:absolute;left:0}.pswp,.pswp__bg,.pswp__error-msg,.pswp__img,.pswp__item,.pswp__scroll-wrap,.pswp__zoom-wrap{position:absolute}.pswp--touch .pswp__button--arrow--left,.pswp--touch .pswp__button--arrow--right,.pswp__caption--fake{visibility:hidden}.pswp,.pswp__bg,.pswp__container,.pswp__img--placeholder,.pswp__share-modal,.pswp__share-tooltip,.pswp__zoom-wrap{-webkit-backface-visibility:hidden}.pswp{display:none;-ms-touch-action:none;touch-action:none;z-index:1500;-webkit-text-size-adjust:100%;outline:0}.pswp--open,.pswp__button{display:block}.pswp *{-webkit-box-sizing:border-box;box-sizing:border-box}.pswp img{max-width:none; }.pswp--animate_opacity{opacity:.001;will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--zoom-allowed .pswp__img{cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.pswp--zoomed-in .pswp__img{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.pswp--dragging .pswp__img{cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.pswp__bg{left:0;top:0;background:url(basket_bg.png);opacity:0;-webkit-transform:translateZ(0);transform:translateZ(0);will-change:opacity}.pswp__container,.pswp__zoom-wrap{-ms-touch-action:none;touch-action:none;position:absolute;left:0;right:0;top:0;bottom:0}.pswp__container,.pswp__img{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.pswp__zoom-wrap{width:100%;-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top;-webkit-transition:-webkit-transform 333ms cubic-bezier(.4,0,.22,1);transition:transform 333ms cubic-bezier(.4,0,.22,1)}.pswp__bg{-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--animated-in .pswp__bg,.pswp--animated-in .pswp__zoom-wrap{-webkit-transition:none;transition:none}.pswp__item{right:0;bottom:0}.pswp__img{width:auto;height:auto;top:0;left:0}.pswp__img--placeholder--blank{background:#222}.pswp--ie .pswp__img{width:100%!important;height:auto!important;left:0;top:0}.pswp__error-msg{left:0;top:50%;width:100%;text-align:center;font-size:14px;line-height:16px;margin-top:-8px;color:#CCC}.pswp__error-msg a{color:#CCC;text-decoration:underline}.pswp__share-tooltip a,.pswp__share-tooltip a:hover{text-decoration:none;color:#000}/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */.pswp__button{width:44px;height:44px;position:relative;background:0 0;cursor:pointer;overflow:visible;-webkit-appearance:none;border:0;padding:0;margin:0;float:right;opacity:.9;-webkit-transition:opacity .2s;transition:opacity .2s;-webkit-box-shadow:none;box-shadow:none}.pswp__button:focus,.pswp__button:hover{opacity:1}.pswp__button:active{outline:0;opacity:.9}.pswp__button::-moz-focus-inner{padding:0;border:0}.pswp__ui--over-close .pswp__button--close{opacity:1}.pswp__button--close{background:url(close_white.png) center center no-repeat;width:30px;height:30px;background-size:20px 20px;display:block;position:absolute;right:25px;top:25px;cursor:pointer}.pswp__button--close:hover{background:url(close_pink.png) center center no-repeat;width:30px;height:30px;background-size:20px 20px;cursor:pointer}.pswp__button--arrow--left,.pswp__button--arrow--right{width:18px;height:50px;top:50%;margin-top:-25px;cursor:pointer;z-index:617;position:absolute}@media (max-width:767px){.pswp__button--close{display:none}}.pswp__button--share{background-position:-44px -44px}.pswp__button--fs{display:none}.pswp--supports-fs .pswp__button--fs{display:block}.pswp--fs .pswp__button--fs{background-position:-44px 0}.pswp__button--zoom{display:none;background-position:-88px 0}.pswp--zoom-allowed .pswp__button--zoom{display:block}.pswp--zoomed-in .pswp__button--zoom{background-position:-132px 0}.pswp__button--arrow--left{left:20px;background:url(left.png) top 10px center no-repeat #353448;background-size:18px auto;padding:20px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.pswp__button--arrow--left:hover{background-position:center -41px}.pswp__button--arrow--right{right:20px;background:url(right.png) top 10px center no-repeat #353448;background-size:18px auto;padding:0 20px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.pswp__button--arrow--right:hover{background-position:center -41px}@media (max-width:767px){.pswp__button--arrow--left,.pswp__button--arrow--right{display:none}}.pswp__counter,.pswp__share-modal{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.pswp__share-modal{display:block;background:rgba(0,0,0,.5);width:100%;height:100%;top:0;left:0;padding:10px;position:absolute;z-index:1600;opacity:0;-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;will-change:opacity}.pswp__share-modal--hidden{display:none}.pswp__share-tooltip{z-index:1620;position:absolute;background:#FFF;top:56px;border-radius:2px;display:block;width:auto;right:44px;-webkit-box-shadow:0 2px 5px rgba(0,0,0,.25);box-shadow:0 2px 5px rgba(0,0,0,.25);-webkit-transform:translateY(6px);-ms-transform:translateY(6px);transform:translateY(6px);-webkit-transition:-webkit-transform .25s;transition:transform .25s;will-change:transform}.pswp__share-tooltip a{display:block;padding:8px 12px;font-size:14px;line-height:18px}.pswp__share-tooltip a:first-child{border-radius:2px 2px 0 0}.pswp__share-tooltip a:last-child{border-radius:0 0 2px 2px}.pswp__share-modal--fade-in{opacity:1}.pswp__share-modal--fade-in .pswp__share-tooltip{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.pswp--touch .pswp__share-tooltip a{padding:16px 12px}a.pswp__share--facebook:before{content:'';display:block;width:0;height:0;position:absolute;top:-12px;right:15px;border:6px solid transparent;border-bottom-color:#FFF;-webkit-pointer-events:none;-moz-pointer-events:none;pointer-events:none}.pswp__caption--empty,.pswp__ui--one-slide .pswp__button--arrow--left,.pswp__ui--one-slide .pswp__button--arrow--right,.pswp__ui--one-slide .pswp__counter{display:none}.pswp__counter,.pswp__preloader{height:44px;top:0;position:absolute}a.pswp__share--facebook:hover{background:#3E5C9A;color:#FFF}a.pswp__share--facebook:hover:before{border-bottom-color:#3E5C9A}a.pswp__share--twitter:hover{background:#55ACEE;color:#FFF}a.pswp__share--pinterest:hover{background:#CCC;color:#CE272D}a.pswp__share--download:hover{background:#DDD}.pswp__counter{left:0;font-size:13px;line-height:44px;color:#FFF;opacity:.9;padding:0 10px}.pswp__caption{position:absolute;left:0;bottom:0;width:100%;min-height:44px}.pswp__caption small{font-size:11px;color:#BBB}.pswp__caption__center{text-align:left;max-width:420px;margin:0 auto;font-size:13px;padding:10px;line-height:20px;color:#CCC}.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right,.pswp__ui{visibility:visible}.pswp__preloader{width:44px;left:50%;margin-left:-22px;opacity:0;-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;will-change:opacity;direction:ltr}.pswp--css_animation .pswp__preloader--active,.pswp__preloader--active{opacity:1}.pswp__preloader__icn{width:20px;height:20px;margin:12px}.pswp__preloader--active .pswp__preloader__icn{background:url(loader.gif) no-repeat}.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn{-webkit-animation:clockwise .5s linear infinite;animation:clockwise .5s linear infinite}.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut{-webkit-animation:donut-rotate 1s cubic-bezier(.4,0,.22,1) infinite;animation:donut-rotate 1s cubic-bezier(.4,0,.22,1) infinite}.pswp--css_animation .pswp__preloader__icn{background:0 0;opacity:.9;width:14px;height:14px;position:absolute;left:15px;top:15px;margin:0}.pswp--css_animation .pswp__preloader__cut{position:relative;width:7px;height:14px;overflow:hidden}.pswp--css_animation .pswp__preloader__donut{-webkit-box-sizing:border-box;box-sizing:border-box;width:14px;height:14px;border:2px solid #E22569;border-radius:50%;border-left-color:transparent;border-bottom-color:transparent;position:absolute;top:0;left:0;background:0 0;margin:0}@media screen and (max-width:1024px){.pswp__preloader{position:relative;left:auto;top:auto;margin:0;float:right}}@-webkit-keyframes clockwise{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes clockwise{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes donut-rotate{0%,100%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(-140deg);transform:rotate(-140deg)}}@keyframes donut-rotate{0%,100%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(-140deg);transform:rotate(-140deg)}}.pswp__ui{-webkit-font-smoothing:auto;opacity:1;z-index:1550}.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right,.pswp__caption,.pswp__top-bar{-webkit-backface-visibility:hidden;will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp__caption,.pswp__top-bar{background-color:rgba(0,0,0,.5)}.pswp__ui--fit .pswp__caption,.pswp__ui--fit .pswp__top-bar{background-color:rgba(0,0,0,.3)}.pswp__ui--idle .pswp__button--arrow--left,.pswp__ui--idle .pswp__button--arrow--right,.pswp__ui--idle .pswp__top-bar{opacity:0}.pswp__ui--hidden .pswp__button--arrow--left,.pswp__ui--hidden .pswp__button--arrow--right,.pswp__ui--hidden .pswp__caption,.pswp__ui--hidden .pswp__top-bar{opacity:.001}.pswp__element--disabled{display:none!important}.pswp--minimal--dark .pswp__top-bar{background:0 0}.pswp--zoomed-in .pswp__ui{opacity:0;-webkit-transition:all .16s ease-in-out;-moz-transition:all .16s ease-in-out;-o-transition:all .16s ease-in-out;transition:all .16s ease-in-out}
.swiper-slide,.swiper-wrapper{height:100%;position:relative;width:100%}.swiper-container{margin:0 auto;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;-webkit-transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}.swiper-invisible-blank-slide{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;-o-transition-property:transform,height;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper{-ms-touch-action:pan-x;touch-action:pan-x}.tab .swiper-button-next,.tab .swiper-button-prev{top:58px}.all_products .swiper-button-next,.all_products .swiper-button-prev{top:4px}.swiper-button-next,.swiper-button-prev{-webkit-transition:all .16s ease-in-out;-moz-transition:all .16s ease-in-out;-o-transition:all .16s ease-in-out;transition:all .16s ease-in-out}.swiper-button-next:hover,.swiper-button-prev:hover{background-color:#47409b}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{background-color:#efeff5;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{position:absolute;right:34px;width:11px;height:13px;cursor:pointer;background:url(left.png) top 6px right 10px no-repeat #b8b6d1;background-size:8px auto;z-index:2;padding:13px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{position:absolute;right:0;width:11px;height:13px;cursor:pointer;background:url(right.png) top 6px left 10px no-repeat #b8b6d1;background-size:8px auto;z-index:2;padding:13px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s opacity;-o-transition:.3s opacity;transition:.3s opacity;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-container-cube,.swiper-container-flip{overflow:visible}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-scrollbar-cursor-drag,.swiper-slide-zoomed{cursor:move}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:.2s top,.2s -webkit-transform;-o-transition:.2s transform,.2s top;transition:.2s transform,.2s top;transition:.2s transform,.2s top,.2s -webkit-transform}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s left,.2s -webkit-transform;-o-transition:.2s transform,.2s left;transition:.2s transform,.2s left;transition:.2s transform,.2s left,.2s -webkit-transform}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s right,.2s -webkit-transform;-o-transition:.2s transform,.2s right;transition:.2s transform,.2s right;transition:.2s transform,.2s right,.2s -webkit-transform}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar{width:100%;height:4px;left:0;top:0}.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-progressbar.swiper-pagination-white{background:rgba(255,255,255,.25)}.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-pagination-progressbar.swiper-pagination-black{background:rgba(0,0,0,.25)}.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:'';width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}