/* Header */
header .inner {
	height: 50px;
	padding: 0;
}
.logo {
	height: 27px;
	padding: 0;
	margin-top: 12px;
}
.header-icons {
	display: none;
}
.header-left nav {
	height: 50px;
	line-height: 50px;
}
.header-left .navigation {
	font-size: 0;
	letter-spacing: 0;
}
.header-left .navigation,
.header-left .navigation .main-category,
.header-left .navigation .main-category-link,
.header-left .main-category .main-category-link span {
	height: 50px;
}
.header-left .main-category .main-category-link span {
	border: none;
}
/* Mobile icons */
.mobile-icons-left {
	position: absolute;
	top: 12px;
	left: 2%;
	display: block;
}
.mobile-icons-right {
	position: absolute;
	top: 2px;
	right: 2%;
	display: block;
}
.mobile-icon {
	display: inline-block;
	vertical-align: bottom;
	width: 30px;
}
.mobile-icon:not(.menu):before {
	content: "";
	display: block;
	background: url("../images/sprite.svg") no-repeat;
}
/* Mobile icons - left menu */
.mobile-icon.menu .mobile-menu-icon {
	display: block;
	position: relative;
	width: 15px;
	height: 15px;
	margin-top: 7px;
	margin-left: 7px;
	border-bottom: 1px solid #fff;
}
.mobile-icon.menu .mobile-menu-icon:before,
.mobile-icon.menu .mobile-menu-icon:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #fff;
}
.mobile-icon.menu .mobile-menu-icon:after {
	top: 7px;
}
.mobile-icon.profile:before {
	width: 18px;
	height: 18px;
	margin-top: 6px;
	margin-left: 6px;
	background-position: 0 -49px;
}
/* Mobile icons - right menu */
.mobile-icons-right .mobile-icon {
	position: relative;
	height: 40px;
}
.mobile-icon.favourites:before {
	width: 19px;
	height: 18px;
	margin-top: 16px;
	margin-left: 5px;
	background-position: 0 -75px;
}
.mobile-icon.focus.favourites:before {
	background-position-x: -49px;
}
.mobile-icon.cart:before {
	width: 13px;
	height: 18px;
	margin-top: 16px;
	margin-left: 8px;
	background-position: 0 -101px;
}
.mobile-icon.focus.cart:before,
.mobile-icon.active:before {
	background-position-x: -49px;
}
.mobile-icon.favourites .favourites-count,
.mobile-icon.cart .cart-products-count {
	position: absolute;
	top: 7px;
	right: 1px;
	color: #adda0b;
	font-size: 11px;
}
/* Menu */
header .inner .header-left {
	left: -235px;
	width: 235px;
}
header > .inner {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: all 0.36s ease-in-out;
	-moz-transition: all 0.36s ease-in-out;
	-o-transition: all 0.36s ease-in-out;
	transition: all 0.36s ease-in-out;
}
.mobile-menu-opened header > .inner {
	-webkit-transform: translate3d(235px, 0, 0);
	-moz-transform: translate3d(235px, 0, 0);
	-ms-transform: translate3d(235px, 0, 0);
	-o-transform: translate3d(235px, 0, 0);
	transform: translate3d(235px, 0, 0);
}
/* Menu when category is not selected */
.mobile-menu-no-selected-category {
	height: calc(100vh);
	line-height: initial;
	background-color: #fff;
}
.mobile-menu-no-selected-category .mobile-menu-category-banner {
	position: relative;
	z-index: 0
}
.mobile-menu-no-selected-category .mobile-menu-category-banner img {
	max-width: 100%;
	display: block;
}
.banners-50-percent .banner {
	display: block;
	width: 100%;
}
.navigation .main-category {
	position: initial;
	width: 50%;
	background-color: #414143;
}
.navigation .main-category-link {
}
.navigation .main-category.active {
	color: #adda0b;
	background-color: #fff;
}
.navigation .main-category-link {
	padding: 0;
}
/* Main categories */
.main-category .main-category-dropdown {
	width: 235px;
	left: -235px;
	overflow-y: scroll;
	display: block;
	top: 50px;
	opacity: 1;
	height: calc(100vh - 50px);
	visibility: hidden;
	z-index: 2;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.sub-category-selected .main-category.active .main-category-dropdown {
	visibility: visible;
	/*z-index: 2;*/
	/*visibility: visible;*/
	/*display: block;*/
	/*display: inline-block;*/
}
.main-category .main-category-dropdown > .inner {
	padding: 0;
}
.main-category .main-category-column {
	padding: 0;
	width: 100%;
	height: auto;
}
.main-category .main-category-column:last-child {
	margin-bottom: 0;
}
/* Child categories */
.main-category .main-category-column .child-category {
	margin: 0;
	line-height: initial;
	border-top: 1px solid #e7e7e7;
}
.main-category .main-category-column .child-category-link {
	position: relative;
	display: block;
	padding: 15px 20px;
	font-weight: 400;
}
.main-category .main-category-column .child-category-link:after {
	content: "";
	position: absolute;
	top: 18px;
	right: 20px;
	display: block;
	width: 7px;
	height: 12px;
	background: url("../images/sprite.svg") no-repeat 0 -204px;
}
.main-category .navigation-block {
	display: none;
}
/* Child category filters */
.main-category-dropdown .child-category-filters {
	display: none;
}
/* Search and language choose */
.mobile-search-language-wrapper {
	position: relative;
	z-index: 0;
	display: block !important;
	padding: 20px 5% 0 5%;
	border-top: 1px solid #e7e7e7;
}
.mobile-search-language-wrapper .search {
	font-size: 0;
}
.mobile-search-language-wrapper .search-box-field,
.mobile-search-language-wrapper .search-box-button {
	display: inline-block;
	vertical-align: top;
	background-color: #f2f2f2;
}
.mobile-search-language-wrapper .search-box-field {
	width: 80%;
	height: 35px !important;
	border: 1px solid #d2d2d2;
	transition: none !important;
}
.mobile-search-language-wrapper .search-box-button {
	width: 20%;
	height: 35px;
	padding: 0;
	margin-left: -1px;
	border: 1px solid #d2d2d2;
	border-left: none;
}
.mobile-search-language-wrapper .search-box-button:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
	display: block;
	width: 16px;
	height: 17px;
	background: url("../images/sprite.svg") no-repeat -150px -25px;
}
.mobile-search-language-wrapper .language-wrapper {
	margin-top: 15px;
	padding-bottom: 100px;
}
.mobile-icon.language {
	position: relative;
	width: 100%;
}
.mobile-icon.language:before {
	position: absolute;
	top: 13px;
	background-position: -49px -9px;
	width: 10px;
	height: 6px;
}
.mobile-icon.language .selected-option {
	position: relative;
	z-index: 2;
	height: 30px;
	line-height: 30px;
	padding-left: 30px;
	margin-left: 20px;
	font-size: 12px;
	color: #000;
	font-weight: 400;
}
.mobile-icon.language .selected-option:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 18px;
	height: 14px;
	margin-top: -7px;
	margin-left: 0;
	background: url("../images/sprite.svg");
}
.mobile-icon.language .selected-option[data-flag="bg"]:before {
	background-position: 0 -1099px;
}
.mobile-icon.language .selected-option[data-flag="en"]:before {
	background-position: -99px -1099px;
}
.mobile-icon.language .drop-down {
	position: relative;
	z-index: -1;
	opacity: 0;
	font-size: 12px;
	color: #000;
	font-weight: 400;
	padding-left: 50px;

	-webkit-transform: translate3d(0, -100%, 0);
	-moz-transform: translate3d(0, -100%, 0);
	-ms-transform: translate3d(0, -100%, 0);
	-o-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);

	-webkit-transition: all 0.36s ease-in-out;
	-moz-transition: all 0.36s ease-in-out;
	-o-transition: all 0.36s ease-in-out;
	transition: all 0.36s ease-in-out;
}
.mobile-icon.language.opened .drop-down {
	opacity: 1;
	z-index: 1;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.mobile-icon.language .drop-down .option {
	height: 30px;
	line-height: 30px;
}
/* CUSTOM: make search placeholder color - black */
.search-box-field::-webkit-input-placeholder {
	color: #000;
}
.search-box-field::-moz-placeholder {
	color: #000;
}
.search-box-field:-ms-input-placeholder {
	color: #000;
}
.search-box-field:-moz-placeholder {
	color: #000;
}
/* Flash messages */
.flash-messages-wrapper {
	height: 50px;
	line-height: 50px;
}
/* General */
.main,
.centered-content,
.favourites-wrapper,
.banner-rows,
.homepage-banners-wrapper,
.brands-grid,
footer {
	-webkit-transition: all 0.36s ease-in-out;
	-moz-transition: all 0.36s ease-in-out;
	-o-transition: all 0.36s ease-in-out;
	transition: all 0.36s ease-in-out;
}
.main:not(.grid) {
	padding-top: 50px;
}
.mobile-menu-opened .main {
	overflow: hidden;
}
.mobile-menu-opened .content {
	overflow: hidden;
}
.mobile-menu-opened.sub-category-selected .banner-rows,
.mobile-menu-opened.sub-category-selected .homepage-banners-wrapper,
.mobile-menu-opened.sub-category-selected .mobile-buttons,
.mobile-menu-opened.sub-category-selected .breadcrumbs-wrapper,
.mobile-menu-opened.sub-category-selected .content,
.mobile-menu-opened.sub-category-selected .single-product-wrapper,
.mobile-menu-opened.sub-category-selected .favourites-wrapper,
.mobile-menu-opened.sub-category-selected .centered-content,
.mobile-menu-opened.sub-category-selected .static-page-full,
.mobile-menu-opened.sub-category-selected .brands-grid,
.mobile-menu-opened.sub-category-selected footer {
	-webkit-transform: translate3d(235px, 0, 0);
	-moz-transform: translate3d(235px, 0, 0);
	-ms-transform: translate3d(235px, 0, 0);
	-o-transform: translate3d(235px, 0, 0);
	transform: translate3d(235px, 0, 0);
}
.mobile-menu-opened.sub-category-selected.content-scrolled .mobile-buttons,
.mobile-menu-opened.sub-category-selected.content-scrolled .breadcrumbs-wrapper {
	-webkit-transform: translate3d(235px, -80px, 0);
	-moz-transform: translate3d(235px, -80px, 0);
	-ms-transform: translate3d(235px, -80px, 0);
	-o-transform: translate3d(235px, -80px, 0);
	transform: translate3d(235px, -80px, 0);
}
.main .menu-white-background {
	display: none;
}
.main .menu-overlay {
	-webkit-transform: translate3d(0, 50px, 0);
	-moz-transform: translate3d(0, 50px, 0);
	-ms-transform: translate3d(0, 50px, 0);
	-o-transform: translate3d(0, 50px, 0);
	transform: translate3d(0, 50px, 0);
	pointer-events: initial;
}
.page-drop-opened .main .overlay {
	-webkit-transform: translate3d(0, 243px, 0);
	-moz-transform: translate3d(0, 243px, 0);
	-ms-transform: translate3d(0, 243px, 0);
	-o-transform: translate3d(0, 243px, 0);
	transform: translate3d(0, 243px, 0);
}
body.mobile-menu-opened.sub-category-selected .menu-overlay,
.main.filter-active .menu-overlay,
.main.toolbar-active .menu-overlay {
	-webkit-animation: fadeInFromNone 0.36s;
	-o-animation: fadeInFromNone 0.36s;
	animation: fadeInFromNone 0.36s;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
/* Products grid */
/* Products grid - Top*/
.filter-opened .top-bar {
	display: none;
}
.filter-active .content {
	/*	width: -webkit-calc(100vw - 7px) !important;
		overflow-y: hidden;
		float: left;*/
}
.top-bar {
	top: 50px;
	border-bottom: none;
	background-color: #fff;
}
.top-bar .filter-button {
	display: none;
}
.breadcrumbs-wrapper {
	top: 50px;
	height: 40px;
	background: #fff;
	z-index: 30;
}
.breadcrumbs-wrapper .products-count {
	display: none;
}
.mobile-buttons {
	position: absolute;
	display: block;
	z-index: 3;
	top: 90px;
	width: 100%;
	height: 60px;
	padding-bottom: 20px;
	background-color: #fff;
	font-size: 0;
	text-align: center;
	-webkit-transition: all 0.36s ease-in-out;
	-moz-transition: all 0.36s ease-in-out;
	-o-transition: all 0.36s ease-in-out;
	transition: all 0.36s ease-in-out;
}
.mobile-buttons .filter,
.mobile-buttons .arrange {
	width: 40%;
	max-width: 150px;
	display: inline-block;
	border: 2px solid #000;
	background-color: #f2f2f2;
	color: #000;
	font-weight: 400;
}
.mobile-buttons .filter {
	margin-right: 25px;
}
.main > .content {
	padding-top: 150px;
}
.product-grid-item {
	margin-bottom: 10%;
}
.product-grid-item .buttons .btn-favourites {
	opacity: 1;
}
.product-grid-item .buttons .btn-quick-view {
	display: none;
}
.product-grid-item .sizes {
	display: none;
}
.paging-wrapper {
	padding: 10px;
}
.paging ul {
	margin: 0 10px;
}
.paging .prev,
.paging .next {
	font-size: 0;
	height: 16px;
}
/* Product filter */
.filter-opened > .content {
	width: auto;
}
.content-scrolled .filter-opened .product-filter {
	-webkit-transform: translate3d(0, 100%, 0);
	-moz-transform: translate3d(0, 100%, 0);
	-ms-transform: translate3d(0, 100%, 0);
	-o-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}
.main.filter-active,
.main.toolbar-active {
	z-index: 51;
}
.product-filter,
.filter-opened .product-filter {
	z-index: 51;
	overflow-y: auto;
	width: 100%;
	height: 100%;
	background-color: #fff;
	-webkit-transform: translate3d(0, 100%, 0);
	-moz-transform: translate3d(0, 100%, 0);
	-ms-transform: translate3d(0, 100%, 0);
	-o-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	-webkit-transition: all 0.36s ease-in-out;
	-moz-transition: all 0.36s ease-in-out;
	-o-transition: all 0.36s ease-in-out;
	transition: all 0.36s ease-in-out;
	-webkit-overflow-scrolling: touch;
}
.filter-active .product-filter {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.product-filter .filter-title,
.product-filter .product-filter-toolbar {
	display: none;
}
.filter-content::-webkit-scrollbar,
.product-filter::-webkit-scrollbar {
	display: none;
}
.product-filter .filter-content {
	border-top: none;
	top: 0;
	height: auto;
	background-color: #fff;
}
.product-filter .mobile-back-button,
.product-filter-toolbar .mobile-back-button {
	display: block;
	padding: 5px 0;
	text-align: center;
	border-bottom: 1px solid #e8e8e8;
}
.mobile-back-button .back-button {
	position: relative;
	background-color: #fff;
	color: #000;
}
.mobile-back-button .back-button:before {
	content: "";
	position: absolute;
	left: 0;
	top: 15px;
	display: block;
	width: 8px;
	height: 10px;
	background: url("../images/sprite.svg") no-repeat 0 -470px;
}
.product-filter-element:not(:first-child) {
	border-top: none;
}
.product-filter-element .options {
	border-bottom: 1px solid #e8e8e8;
}
.product-filter-element .options.opened {
	background-color: #e6e7e9;
}
.product-filter-element .options:not(.opened) {
	height: 45px;
}
.product-filter-element .option.empty-option:before, .product-filter-element .option.empty-option:after {
	right: 20px;
}
.product-filter-element .options .option.empty-option {
	padding: 15px 0 15px 30px;
	color: #000;
}
.product-filter-element .option:not(.empty-option):not(:nth-child(2)) {
	margin-top: 20px;
}
.product-filter .mobile-filter-buttons {
	display: block;
	padding: 20px;
	text-align: center;
}
.mobile-filter-buttons .apply-filters,
.mobile-filter-buttons .clear-filters {
	width: 100%;
}
.mobile-filter-buttons .apply-filters span,
.mobile-filter-buttons .clear-filters span {
	padding-right: 20px;

}
.mobile-filter-buttons .apply-filters span {
	position: relative;
	display: inline-block;
}
.mobile-filter-buttons .apply-filters span:after {
	content: "";
	position: absolute;
	top: 2px;
	right: 0;
	display: block;
	width: 8px;
	height: 10px;
	background: url("../images/sprite.svg") no-repeat -100px -204px;
}
.product-filter .mobile-filter-buttons .clear-filters {
	margin-top: 10px;
	background-color: #fff;
	color: #000;
	border: 1px solid #000;
}
/* Products grid - Bottom */
.paging-wrapper {
	text-align: center;
}
/* Product filter toolbar */
.product-filter-toolbar,
.content-scrolled .product-filter-toolbar {
	-webkit-transform: translate3d(0, calc(100vh), 0);
	-moz-transform: translate3d(0, calc(100vh), 0);
	-ms-transform: translate3d(0, calc(100vh), 0);
	-o-transform: translate3d(0, calc(100vh), 0);
	transform: translate3d(0, calc(100vh), 0);
	-webkit-transition: all 0.36s ease-in-out;
	-moz-transition: all 0.36s ease-in-out;
	-o-transition: all 0.36s ease-in-out;
	transition: all 0.36s ease-in-out;
}
.product-filter-toolbar {
	position: fixed;
	top: 0;
	z-index: 51;
	width: 100%;
	height: 100%;
	background-color: #fff;
}
.product-filter-toolbar .product-filter-order-by {
	margin-bottom: 30px;
	border-bottom: 1px solid #e7e7e7;
}
.product-filter-toolbar .product-filter-order-by .opened {
	border-bottom: none;
}
.product-filter-toolbar .mobile-filter-buttons {
	display: block;
	width: 80%;
	max-width: 300px;
	margin: 0 auto;
}
.toolbar-active .product-filter-toolbar {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
/* Product category intro */
.banner-row .banner {
	display: block;
	width: 100%;
}
.banner-row .lookbook-banner {
	display: none;
}
.banner-row .banner .text-panel {
	display: none;
}
/* Single product */
.single-product-wrapper {
	-webkit-transition: all 0.36s ease-in-out;
	-moz-transition: all 0.36s ease-in-out;
	-o-transition: all 0.36s ease-in-out;
	transition: all 0.36s ease-in-out;
}
.single-product {
	height: auto;
}
.single-product .col-left,
.single-product .col-right {
	position: initial;
	width: 100%;
	display: block;
}
.single-product .col-left {
	height: auto;
}
.single-product .col-left .col-inner {
	position: relative;
	width: 100%;
	padding-bottom: 40px;
}
.single-product .col-left .sp-gallery-items {
	padding-top: 133.33%;
}
.single-product .col-left .sp-gallery-thumbs-arrow {
	display: none;
}
.single-product .col-left .sp-gallery-item {
	position: absolute;
	top: 0;
}
.single-product .col-left .sp-gallery-thumbs-wrapper {
	position: absolute;
	bottom: 0;
	width: 100%;
	margin: 0;
	text-align: center;
	font-size: 0;
}
.single-product .col-left .sp-gallery-thumb {
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-right: 15px;
	border-radius: 50%;
	border: none;
	background-color: #d0d1d3;
	-webkit-transition: all 0.36s ease-in-out;
	-moz-transition: border 0.36s ease-in-out;
	-o-transition: border 0.36s ease-in-out;
	transition: all 0.36s ease-in-out;
}
.single-product .col-left .sp-gallery-thumb.selected {
	background-color: #000;
}
.single-product .col-left .sp-gallery-thumb:last-child {
	margin-right: 0;
}
.single-product .col-left .sp-gallery-thumb-link {
	display: block;
	width: 100%;
	height: 100%;
}
.single-product .col-left .sp-gallery-thumb-image {
	display: none;
}
.single-product .col-left .sp-gallery-wrapper {
	display: block;
	width: 100%;
	max-width: 660px;
	margin: 0 auto;
}
.single-product .col-left .sp-gallery-zoom-wrapper {
	display: none;
}
.mobile-sp-gallery-navigation {
	position: absolute;
	top: 50%;
	width: 100%;
	display: block;
	margin-top: -20px;
	font-size: 0;
}
.mobile-sp-gallery-navigation .sp-gallery-navigation-button {
	position: absolute;
	display: inline-block;
	width: 40px;
	height: 40px;
}
.mobile-sp-gallery-navigation .sp-gallery-navigation-button:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 8px;
	height: 12px;
	margin-top: -6px;
	margin-left: -4px;
	background: url("../images/sprite.svg") no-repeat;
}
.mobile-sp-gallery-navigation .sp-gallery-navigation-button.sp-gallery-prev {
	left: 0;
}
.mobile-sp-gallery-navigation .sp-gallery-navigation-button.sp-gallery-prev:before {
	background-position: 0 -468px;
}
.mobile-sp-gallery-navigation .sp-gallery-navigation-button.sp-gallery-next {
	right: 0;
}
.mobile-sp-gallery-navigation .sp-gallery-navigation-button.sp-gallery-next:before {
	background-position: 0 -203px;
}
.single-product .col-right {
	padding-top: 30px;
}
.single-product .col-right .col-inner {
	width: 100%;
	padding: 0 15px;
}
.col-right .sp-brand-image {
	margin: 0 auto;
}
.col-right .sp-info {
	text-align: center;
}
.configurable-option-values {
	margin-top: 7px;
}
.configurable-option-values .value {
	margin-top: 10px;
}
.configurable-option-values .value:nth-child(6n) {
	margin-right: 10px;
}
.single-product-boxes {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.single-product-boxes .see-more-button {
	display: none;
}
.single-product-boxes .sp-boxes-inner {
	top: 0;
	padding: 20px 15px;
}
.sp-share-links {
	text-align: center;
}
.sp-box-row {
	height: auto;
	min-height: initial;
}
.sp-box-row:first-child,
.sp-box-row:last-child {
	margin: 0;
}
.single-product-boxes .sp-box-row .sp-box-left,
.single-product-boxes .sp-box-row .sp-box-right {
	display: block;
	width: 100%;
	padding: 0;
}
.single-product-boxes .sp-box-row .sp-box-right {
	border-left: none;
}
.similar-products-title,
.recently-viewed-products-title {
	padding: 0 5%;
	text-align: center;
	margin-top: 20px;
}
.similar-products-content .products-grid,
.recently-viewed-products-content .products-grid {
	text-align: center;
}
.recently-viewed-products-content .sp-visited-product-item {
	width: 70px;
	height: 93px;
	margin-right: 10px;
	margin-bottom: 25px;
}
/* Cart */
.centered-content-box,
.centered-content-box.no-background {
	width: 100%;
	padding: 5%;
}
.cart-top {
	height: auto;
	width: 100%;
	text-align: center;
}
.cart-top .continue {
	display: block;
	margin-bottom: 15px;
}
.cart-top .continue,
.cart-top .purchase-btn {
	position: initial;
	margin-top: 0;
}
.cart-product-wrapper {
	height: auto;
	padding-left: 0;
	padding-right: 0;
	width: 100%;
	font-size: 0;
	letter-spacing: 0;
}
.cart-image-wrapper {
	width: 62px;
}
.cart-info-wrapper {
	width: 65%;
	margin-left: 20px;
}
.cart-info .configurable-option {
	position: initial;
	width: auto;
}
.cart-product-wrapper .cart-price-wrapper {
	position: absolute;
	top: 65%;
	right: 0;
	margin-top: 0;
}
.cart-product-wrapper .qty {
	position: initial;
	display: block;
	float: none;
	margin: 10px 0 0 82px;
}
.cart-promo-code {
	position: initial;
	width: auto;
	padding: 15px;
}
.cart-promo-code .btn-promo-code {
	padding: 0 10px;
}
/* Order - steps 1-3 */
#orderRiznCheckoutShippingAndBillingForm .form-elements-wrapper,
#orderRiznCheckoutShippingAndBillingForm .cart-progress,
#orderRiznCheckoutShippingTypeForm .form-elements-wrapper,
#orderRiznCheckoutShippingTypeForm .cart-progress,
#orderRiznCheckoutPaymentTypeForm .form-elements-wrapper,
#orderRiznCheckoutPaymentTypeForm .cart-progress {
	width: 100%;
	float: none;
}
.checkout-step .ch-step-icon {
	margin-right: 0;
}
.checkout-step .ch-step-text {
	display: block;
	text-align: center;
	margin-top: 6px;
}
/*520*/
@media only screen and (max-width: 520px) {
	.checkout-steps-arrow {
		width: 30px;
		background: url("../images/sprite.svg") no-repeat -90px -1023px;
	}
}
/* Customer login */
.ccbox-left-column,
.ccbox-right-column {
	display: block;
	width: 100%;
	padding: 0;

}
.ccbox-left-column {
	margin-bottom: 30px;
	border-right: none;
}
.login-btn {
	width: auto;
}
/* Customer forgotten password */
.forgotten-password-box input {
	width: 60%;
	max-width: 250px;
}
/* Customer profile */
.customer-box-menu-level-1 li {
	display: inline-block;
	vertical-align: bottom;
	width: 30%;
	margin-left: 5%;
}
.customer-box-newsletter-field {
	padding-left: 0;
}
/* Customer orders */
.customer-order-row {
	font-size: 0;
	letter-spacing: 0;
}
.customer-order-row-id,
.customer-order-row-date {
	width: 25%;
	margin-right: 5%;
}
.customer-order-row-shipping-data {
	width: 40%;
	text-align: right;
}
.customer-order-row-total {
	float: none;
	width: 30%;
	text-align: left;
}
.customer-order-row-status {
	float: none;
	width: 70%;
	margin-right: 0;
	text-align: right;
}
@media only screen and (max-width: 500px) {
	.return-request-add-form-wrapper .general-info-wrapper textarea {
		width: 100%;
	}
}
.mois-shipping-info {
	display: block;
	width: 100%;
	margin-bottom: 30px;
}
.mois-shipping-info > div:not(.customer-order-info-section-title) {
	font-size: 0;
	letter-spacing: 0;
}
.customer-order-info-section .info {
	width: 25%;
	max-width: 100px;
	margin-right: 10%;
	font-size: 13px;
}
.customer-order-info-section .value {
	width: 65%;
	font-size: 13px;
}
.mois-payment-type {
	float: none;
	width: 100%;
	margin-bottom: 30px;
}
.mois-shipping-type {
	float: none;
	width: 100%;
}
.mops-image-wrapper {
	width: 28%;
}
.mops-info {
	width: 70%;
	padding-left: 2%;
}
.mops-total, .mops-totals .price {
	width: auto;
	padding-right: 0;
}
/* Customer return request */
.customer-box-sidebar-content .customer-box-left-sidebar {
	display: none;
}
.mobile-returns-menu {
	width: 100%;
	display: block;
	margin-bottom: 20px;
}
.customer-box-sidebar-content .customer-box-inner-content {
	width: 100%;
	padding: 10px 15px;
}
/* Customer return requests - new */
.empty-layout .return-request-add-form-wrapper {
	height: auto;
}
.return-request-order-head .buttons-wrapper {
	width: 100%;
}
.return-request-order-head .buttons-wrapper .add-return-request-btn {
	width: 100%;
	padding: 0;
	margin-top: 20px;
}
.return-request-order-body .ordered-product .info {
	width: 100%;
}
.return-request-order-body .ordered-product .current-return-request-info {
	width: 100%;
	text-align: left;
}
/* Customer return requests - processing */
.return-request-head .info {
	width: 100%;
}
.return-request-body .returned-product .info {
	width: 100%;
	margin-right: 0;
}
.return-request-body .returned-product .quantity {
	width: 100%;
}
.return-request-body .comments-wrapper .return-request-comment .text {
	width: 75%;
}
.return-request-body .comments-wrapper .return-request-comment.operator .info {
	width: 100%;
	float: none;
	text-align: right;
	margin: 0;
}
.return-request-body .comments-wrapper .return-request-comment.operator .text {
	float: right;
	margin: 0 15px 0 0;
}
.return-request-body .comments-wrapper .return-request-comment.client .text {
	margin-left: 15px;
}
.return-request-body .comments-wrapper .comment-form-wrapper .field-label textarea {
	width: 100%;
}
/* Return request form (Pop-up) */
@media only screen and (max-width: 720px) {
	/*.fancybox-outer {*/
	/*padding: 10px !important;*/
	/*}*/
	.return-request-add-form-wrapper .ordered-products-wrapper {
		font-size: 0;
		letter-spacing: 0;
	}
	.return-request-add-form-wrapper .ordered-products-wrapper .head > .selected {
		width: 20%;
		max-width: 100px;
		margin-right: 2%;
		font-size: 13px;
	}
	.return-request-add-form-wrapper .ordered-products-wrapper .head > .info {
		width: 60%;
		font-size: 13px;
		margin-right: 2%;
		text-align: left;
	}
	.return-request-add-form-wrapper .ordered-products-wrapper .head > .returned-qty {
		width: 16%;
		font-size: 13px;
	}
	.return-request-add-form-wrapper .ordered-products-wrapper .ordered-product > .selected {
		width: 18%;
		margin-right: 2%;
		max-width: 100px;
	}
	.return-request-add-form-wrapper .ordered-products-wrapper .ordered-product .image-wrapper {
		width: 30%;
	}
	.return-request-add-form-wrapper .ordered-products-wrapper .ordered-product .info {
		width: 30%;
		margin-right: 2%;
	}
	.return-request-add-form-wrapper .ordered-products-wrapper .ordered-product .returned-qty {
		width: 16%;
	}
}
@media only screen and (max-height: 560px) {
	.empty-layout {
		height: 100%;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
	}
	.empty-layout .return-request-add-form-wrapper #returnRequestForm {
		height: 100%;
		overflow: initial;
		background-color: #f2f2f2;
		-webkit-overflow-scrolling: touch;
	}
	#returnRequestForm .general-info-wrapper {
		background-color: #f2f2f2;
	}
}
/* Static page */
.static-page-full {
	padding: 14px 5% 0;
	-webkit-transition: all 0.36s ease-in-out;
	-moz-transition: all 0.36s ease-in-out;
	-o-transition: all 0.36s ease-in-out;
	transition: all 0.36s ease-in-out;
}
/* Static page - stores */
#stores-table tr:first-child {
	display: none;
}
#stores-table tr {
	display: block;
	margin-bottom: 25px;
}
#stores-table td {
	display: block;
	width: 100%;
	text-align: left;
}
/* Buy the look */
.buy-the-look-custom-cart-actions {
	display: none;
}
.buy-the-look-products-panel {
	padding: 10px;
}
.buy-the-look-product:not(:last-child) {
	margin-bottom: 10px;
}
@media only screen and (max-width: 650px) {
	.buy-the-look-left-panel {
		display: none;
	}
	.buy-the-look-products-panel {
		padding: 5px;
		width: 100%;
	}
}
.buy-the-look-default-cart-actions {
	display: block;
}
.buy-the-look-product-image {
	margin-right: 5px;
}
.buy-the-look-product-right-panel {
	width: calc(100% - 135px);
}
.buy-the-look-product-form select {
	max-width: 100%;
}
.buy-the-look-product-form .add-to-cart-wrapper > a {
	padding: 0 5px;
}
.buy-the-look-product-form .add-to-cart-wrapper .cart-btn-text {
	font-size: 12px;
}
@media only screen and (max-width: 380px) {
	.buy-the-look-product-form .add-to-cart-wrapper > a {
		padding: 0;
	}
	.buy-the-look-product-form .add-to-cart-wrapper .cart-btn-text {
		font-size: 9px;
	}
	.buy-the-look-product-form .add-to-cart-wrapper .cart-btn-text:before,
	.buy-the-look-product-form .add-to-cart-wrapper .cart-btn-text:after {
		content: none;
	}
}
/* Footer */
footer {
	height: auto;
}
footer .col-1 {
	width: 100%;
	border-right: none;
}
footer .row-contacts {
	height: 120px;
}
footer .row-language {
	border-bottom: 1px solid #231f20;
}
footer .col-2 {
	width: 100%;
	padding: 25px 0;
	border-bottom: 1px solid #231f20;
	border-right: none;
}
footer .col-3 {
	width: 100%;
	height: auto;
}
footer .col-3 .row-newsletter {

}
footer .bottom {
	padding: 15px 10px;
}
footer .copyright,
footer .developer {
	float: none;
	text-align: center;
	line-height: 11px;
}
footer .developer {
	margin-top: 10px;
}
