body {
	font-family: Roboto, sans-serif;
	font-weight: 400;
    font-size: 1.075rem;
	line-height: 1.875rem;
	position: relative;
    margin: 0;
    padding: 0;
    color: #585858;
    overflow-x: hidden;
    width: 100%;
}
@media (max-width: 993px) {
  body {
	padding-bottom: 60px;
  }
}
header a {
	text-decoration: none;
	color: #585858;
}
.container {
  max-width: 115rem;
  margin-right: auto;
  margin-left: auto
}

@media(min-width: 125rem) {
  .container {
    max-width: 120rem
  }
}

.container {
  width: 100%;
  padding-right: 1.875rem;
  padding-left: 1.875rem
}

@media(max-width: 119.9375rem) {
  .container {
    padding-right: clamp(1.875rem, 4vw, 10rem);
    padding-left: clamp(1.875rem, 4vw, 10rem)
  }
}

@media(min-width: 120rem) {
  .container {
    padding-right: 0;
    padding-left: 0
  }
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.ph {
    font-size: 28px;
	color: #000;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 24px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 13px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	opacity: .65;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}

.grayscale {
    filter: grayscale(100%);
    opacity: 0.7;
}

.mw-bs-font {
  font-size: 15px!important
}

.mw-text-black {
  color: #000!important
}

.mw-text-white {
  color: #fff!important
}

.mw-text-red {
  color: #b9313a!important
}

.wishlist-bubble {
  position: absolute;
  max-width: 200px;
  width: max-content;
  bottom: 125%;
  left: -75%;
  transform: translateX(-50%);
  background: rgb(0 0 0);
  color: #fff;
  padding: 5px 10px;
  border-radius: 15px;
  font-size: 12px;
  line-height: normal;
  z-index: 9999;
  opacity: 0;
  animation: fadeInBubble 0.3s forwards;
}

.wishlist-bubble::after {
  content: "";
  position: absolute;
  bottom: -5px;
  right: 15%;
  transform: translateX(-50%);
  border-width: 6px 6px 0 6px;
  border-style: solid;
  border-color: rgb(0 0 0) transparent transparent transparent;
  width: 0;
  height: 0;
}

.wishlist-bubble a {
  color: #fff;
  font-weight: bold;
  font-size: 12px;
}

@keyframes fadeInBubble {
  to { opacity: 1; }
}


.sticky-top {
  position: sticky;
  top: 30px;
  z-index: 1020;
  padding-top: 0;
  transition: padding-top 0.2s ease-in-out;
}
.sticky-top.is-stuck {
  padding-top: 30px;
}

@media screen and (max-width:990px) {
	#subcategory-container.sticky-toper {
	  position: sticky;
	  top: 0;
	  z-index: 1041;
	  transition: padding-top 0.2s ease-in-out;
	  padding: 10px 0;
	}
	#subcategory-container #search {
	  max-width: none;
	}
}
.mw-btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border-radius: 4px;
	border: 1px solid #000!important;
}
.mw-prime-btn {
	display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #fff;
    background-color: #000;
}
.mw-xl-btn {
  width: 100%;
}
.mw-input {
	border: 1px solid #333 !important;
    border-radius: 0;
    box-shadow: none;
}
#button-search {
	padding: 4.5px 12px;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 14px;
}
textarea:focus,
input:focus,
.form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: initial;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
.owl-carousel .owl-wrapper-outer {
	border: 0;
	box-shadow: none;
	border-radius: 0;
}
.mw-carousel-section .owl-carousel .owl-wrapper-outer img {
	padding: 10px;
}

/* Header notice */
.header-notice {
  background: rgba(238, 235, 239, 1);
  color: #000;
  font-size: 14px
}

.header-notice .header-notice-inn {
  margin: 0 auto;
  overflow: hidden
}

.header-notice b {
  display: inline-block;
  margin-bottom: 0
}

.header-notice p {
  width: 100%;
  display: inline-block;
  padding: 12px 0;
  font-weight: 400;
  margin: 0;
  line-height: 1;
  white-space: nowrap
}

.header-notice marquee {
  width: 100%;
  position: relative;
  font-size: 12px
}

.header-notice a {
  color: #fff
}

.header-notice a.close-notice {
  display: none;
  float: right;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  background: #fff;
  margin: 6px 10px;
  text-align: center;
  padding: 9px 0 0 0;
  color: #c00;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  transition: all .2s ease-out
}

.header-notice a.close-notice:before {
  content: "\f00d";
  font: 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.header-notice a.close-notice:hover {
  background: #333;
  color: #fff
}

@media screen and (max-width:600px) {
  .header-notice {
    font-size: 13px
  }

  .header-notice p {
    line-height: 1.1
  }
}
/* Header notice END */

/* logo */
#logo {
	
}
#logo img {
	width: 80px;
}
/* search */
#search {
	position: relative;
	border-bottom: 1px solid #000;
	width: 100%;
	max-width: 280px;
	height: max-content;
}
#search input {
	box-sizing: border-box;
    height: 36px;
    width: 100%;
	padding: 5px 25px 5px 36px;
    background-color: rgba(238,235,239, 1);
    background-color: rgba(238,235,239, 1);
    border-radius: 0;
    border-width: 0;
    outline: 2px solid transparent;
    outline-offset: 2px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
	color: rgba(33,26,35, 1);
	font-size: 16px!important;
}
#search .search-icon {
    position: absolute;
    z-index: 9;
    margin-right: 4px;
    top: 10px;
    right: 0;
}
#search .ph {
    font-size: 28px;
	line-height: 16px;
}
/* cart */
#cart {
    position: relative;
    display: inline-block;
	cursor: pointer;
}

#cart .cart-btn {
	position: relative;
}

#cart #cart-total {
	position: absolute;
    left: 17px;
    top: 3px;
    background: #b9313a;
    color: #fff;
	font-size: 12px;
    line-height: 18px;
    height: 18px;
    min-width: 18px;
    border-radius: 50%;
    text-align: center;
}

.slide-cart {
    position: fixed;
    top: 0;
    right: -400px;
    width: 400px;
    height: 100%;
    background-color: #f9f9f9;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    transition: right 0.3s ease-in-out;
    overflow-y: auto;
}

.slide-cart.open {
    right: 0;
}

.slide-cart-header {
    padding: 15px;
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.close-cart {
    font-size: 20px;
    cursor: pointer;
}

#slide-cart-content {
    padding: 15px;
}

#slide-cart-footer {
    padding: 15px;
    border-top: 1px solid #ddd;
    text-align: right;
}

.cart-buttons a {
    display: inline-block;
    margin-left: 10px;
    padding: 8px 15px;
    background-color: #007bff;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}

.cart-buttons a:hover {
    background-color: #0056b3;
}
/* menu */
#menu {
	min-height: 40px;
}
#menu .nav > li > a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* content */
#content {
	min-height: 600px;
}
/* footer */
footer {
	margin-top: 30px;
	padding-top: 30px;
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	color: #000;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #000;
}
footer a:hover {
	color: #999;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.mw-breadcrumb {
  background-color: inherit;
  padding: 20px 0;
  position: relative;
  z-index: 1
}

@media (max-width: 575px) {
  .mw-breadcrumb {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto
  }
}

.mw-breadcrumb-item {
  font-size: 15px
}

@media (max-width: 575px) {
  .mw-breadcrumb-item {
    white-space: nowrap
  }
}

.mw-breadcrumb-item a {
  color: inherit;
}

.mw-breadcrumb-item a:hover {
  text-decoration: none
}

.mw-breadcrumb-item:last-child {
  color: #828282
}

.mw-breadcrumb-item+.mw-breadcrumb-item::before {
  content: '>';
  font-weight: 100;
  padding-right: 6px;
  float: unset;
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #1f90bb;
	background-position: 0 -15px;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb .linker {
	display: block;
    box-sizing: border-box;
    position: relative;
    text-decoration-line: none;
    font-size: 1.1rem;
    line-height: 2rem;
    font-weight: 400;
    letter-spacing: 0;
}
.product-thumb h4 {
	font-size: 1rem;
	font-weight: 300;
	overflow: hidden;
	margin: 0;
}
.product-thumb .product-name-vf {
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 3.2em;
}
.product-thumb .photo-wrapper {
	position: relative;
    overflow: hidden;
}
.product-thumb .button-favourite {
	position: absolute;
    top: 3px;
    right: 15px;
	height: 48px;
    width: 48px;
	background: transparent;
    border: 0;
    border-radius: 4px;
    z-index: 2;
	transition: all .5s ease-out;
	display: flex;
    align-items: center;
    justify-content: center;
	color: #000;
}
.product-thumb .button-favourite:hover {
	background: #c7c7c738;
}
.product-thumb .image {
    width: 100%;
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	width: 100%;
}
.product-grid .product-thumb .image {
	float: none;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 180px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	display: flex;
	justify-content: flex-start;
    align-items: flex-end;
    -moz-column-gap: 4px;
    column-gap: 4px;
	color: #444;
	margin: 0;
}
@media (max-width: 992px) {
  .product-thumb .price {
	font-size: 14px;
	line-height: normal;
  }
}
.product-thumb .price-new {
	color: #b9313a;
}
.product-thumb .price-old {
	color: #444;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
@media (max-width: 376px) {
	.product-thumb .price {
		flex-direction: column;
		align-items: start;
	}
	.product-thumb .price-old {
		margin: 0;
	}
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

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

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

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

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

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

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

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

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

/* popup */

#popup-okno {
  background: #fff;
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  min-height: 100px;
  position: relative;
  border-radius: 5px
}

#popup-okno.support {
  max-width: 500px
}

#popup-okno .popup-heading {
  text-align: left;
  color: #000;
  font-size: 20px;
  padding: 0 25px;
  position: relative;
  min-height: 50px;
  line-height: 50px;
  overflow: hidden;
  background-color: rgba(238, 235, 239, 1);
  border-radius: 5px 5px 0 0
}

#popup-okno .mfp-close {
  font-size: 24px;
  color: #000;
  width: 50px;
  height: 50px;
  right: 0;
  top: 0;
  position: absolute;
  z-index: 2;
  cursor: pointer!important;
  outline: none;
  border: 0;
  opacity: 1;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -ms-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear
}

#popup-okno .mfp-close:hover {
  color: #dd4b39;
  background-color: #fafafa;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -ms-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear
}

#popup-okno .popup-footer {
  padding: 15px 25px 15px 25px;
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  vertical-align: bottom
}

#popup-okno .popup-footer button {
  padding: 6px 35px;
  color: #333;
  border: 0;
  background: rgba(238, 235, 239, 1);
  border-radius: 2px;
  outline: none;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -ms-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear
}

#popup-okno .popup-footer button:hover {
  background-color: #eee;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -ms-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear
}

#popup-okno .popup-footer a,
#popup-okno .popup-footer #popup-checkout-button {
  float: right;
  background: #000;
  color: #fff;
  font-size: 16px;
  padding: 6px 35px;
  cursor: pointer;
  display: inline-block;
  border-radius: 2px;
  text-align: center;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -ms-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear
}

#popup-okno .popup-footer a:hover {
  background: #2d2d2d;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -ms-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear
}

#popup-okno .popup-center {
  background: #fff;
  padding: 10px 25px 0 25px
}

#popup-okno .popup-center.empty-cart {
  padding: 25px
}

.table-totals-cart {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: auto;
  width: 100%;
  margin: 15px 0
}

.table-totals-cart tr td:last-child {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  line-height: 34px;
  padding-left: 15px
}

.display-products-cart {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: auto;
  width: 100%
}

.display-products-cart #main-price.spec {
  text-decoration: line-through;
  font-size: 12px
}

#quitog {
  display: block;
  clear: both;
  border-top: 1px solid #ddd;
  padding: 20px 0;
  margin: 5px 0;
  text-align: right
}

#itogo {
  display: inline-block;
  width: 40%;
  font-size: 16px;
  vertical-align: middle
}

#itogo #main-price,
#itogo #special-price {
  font-size: 18px;
  padding-left: 5px
}

#itogo s #main-price {
  font-size: 16px;
  color: #555
}

.display-products-cart tr td {
  border-bottom: 1px solid #eee;
  padding: 0;
  vertical-align: middle
}

.display-products-cart tr td.remove {
  vertical-align: middle;
  min-width: 20px;
  padding: 0;
  text-align: right
}

.display-products-cart tr td.remove button {
  display: flex;
  background: transparent;
  border: 0;
  outline: none
}

.display-products-cart tr td.remove button i {
  font-size: 14px;
  color: #e47364
}

.display-products-cart tr td.remove button:hover {
  color: #dd4b39
}

.display-products-cart tr td.image {
  vertical-align: middle;
  padding: 0
}

.display-products-cart.porder tr td.image {
  padding: 10px 0;
  text-align: center
}

.display-products-cart tr td.image img {
  border: 0;
  background-color: transparent
}

.display-products-cart tr td.name {
  padding: 10px;
  font-size: 13px;
  vertical-align: middle
}

.display-products-cart.porder tr td.name {
  font-size: 16px
}

.display-products-cart.porder tr td.name .discounts {
  font-size: 13px;
  color: #555;
  line-height: 1.3;
  padding-left: 5px
}

.display-products-cart tr td.name a {
  font-size: 14px
}

.display-products-cart tr td.qt {
  min-width: 110px;
  text-align: right;
  vertical-align: middle;
  padding: 0
}

.display-products-cart tr td.price {
  padding: 0 10px;
  text-align: right;
  font-size: 14px;
  min-width: 115px;
  vertical-align: middle;
}

.display-products-cart tr td.totals {
  padding: 0 10px;
  text-align: right;
  font-size: 16px;
  min-width: 110px;
  vertical-align: middle
}

.display-products-cart .porder tr td.totals {
  padding: 0
}

.display-products-cart .number {
  border: 1px solid #ddd;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  border-radius: 2px
}

#quitog .display-products-cart .number {
  margin-left: 5px
}

.display-products-cart .frame-change-count {
  display: flex;
  width: 110px
}

.display-products-cart .btn-plus button,
.display-products-cart .btn-minus button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  color: #fff;
  padding: 0;
  background: #000;
  border: 0;
  outline: none;
}

.display-products-cart .btn-plus button:hover,
.display-products-cart .btn-minus button:hover {
  background-color: #ab0d28;
  color: #fff
}

.display-products-cart input.plus-minus {
  border: 0;
  background: #fff;
  width: 50px;
  height: 30px;
  outline: none;
  text-align: center;
}

#quitog .display-products-cart input.plus-minus {
  margin-left: 0;
  margin-right: -1px
}

.masked {
  position: absolute;
  z-index: 99;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: .7;
  left: 0;
  top: 0
}

.masked_loading {
  background: url(https://eurokomm.kiev.ua/catalog/view/theme/revolution/image/revpreloader.svg) no-repeat center center;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 8;
  top: 0;
  left: 0
}

.mobile-products-cart {
  display: none;
  position: relative
}

.mobile-products-cart .mw-option-name {
  text-transform: capitalize
}

.mobile-products-cart>div {
  width: 100%;
  position: relative;
  border-bottom: 1px solid #ddd;
  padding-top: 10px;
  padding-bottom: 15px;
  display: inline-block
}

.mobile-products-cart .image {
  padding-right: 10px;
}

.mobile-products-cart .remove button {
  display: flex;
  align-items: center;
  background: transparent;
  border: 0;
  outline: none
}

.mobile-products-cart .remove button:hover {
  color: #dd4b39
}

.mobile-products-cart .remove button .ph {
  font-size: 14px;
  color: #e47364
}

.mobile-products-cart .image {
  margin-bottom: 10px;
  position: relative
}

.mobile-products-cart .image img {
  border: 0;
  max-width: 130px
}

.mobile-products-cart .name {
  font-size: 13px;
  text-align: left;
  line-height: normal;
}

.mobile-products-cart .name a {
  font-size: 15px;
}

.mobile-products-cart .qt {
  display: flex;
  padding-top: 10px;
}

.mobile-products-cart .totals {
  padding-top: 10px
}

.mobile-products-cart .remove {
  display: flex;
  padding: 0 0 0 15px
}

.all-total {
  float: right;
  padding: 15px 0
}

.all-total .totals-left {
  float: right;
  text-align: right;
  line-height: 26px;
  font-size: 14px
}

.all-total .totals-right {
  float: right;
  margin-left: 10px;
  text-align: right;
  font-size: 16px;
  line-height: 26px;
  min-width: 70px
}

.all-total .clear-total {
  clear: both
}

.all-total .clear-total:first-child {
  display: none
}

.mobile-products-cart .number {
  border: 1px solid #ddd;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  border-radius: 2px
}

.mobile-products-cart .frame-change-count {
  display: flex;
  width: 150px
}

.mobile-products-cart .btn-plus button,
.mobile-products-cart .btn-minus button {
  width: 40px;
  height: 40px;
  padding: 0;
  color: #fff;
  background: #000;
  border: 0;
  outline: none;
  text-align: center
}

.mobile-products-cart .btn-plus button:hover,
.mobile-products-cart .btn-minus button:hover {
  background-color: #eee;
  color: #dd4b39
}

.mobile-products-cart input.plus-minus {
  border: 0;
  background: #fff;
  width: 70px;
  height: 40px;
  outline: none;
  text-align: center;
}

#popup-okno .popup-footer button.quickorder_b {
  margin: 0 20px 0 0;
  float: right
}

@media (max-width:767px) {
  #popup-okno .popup-heading {
    font-size: 15px
  }
  #popup-okno .popup-footer button {
    width: 100%
  }
  #popup-okno .popup-footer button.quickorder_b {
    margin: 14px 0 0 0;
    float: initial
  }
  #popup-okno .popup-footer a {
    width: 100%;
    margin-top: 5px
  }
  .mobile-products-cart {
    display: block
  }
  .display-products-cart {
    display: none
  }
  .display-products-cart.porder tr td.qt {
    min-width: 100px
  }
  .display-products-cart.porder tr td.name {
    min-width: 100px
  }
  .display-products-cart.porder tr td.image img {
    width: 60px
  }
  h1.home_h1 {
    padding-top: 10px!important;
    font-size: 15px
  }
}

#pagefader {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1042;
  background-color: rgba(4, 8, 12, 0.52);
  outline: none!important;
  -webkit-backface-visibility: hidden
}

/* popup_cart END */

.product-item {
    position: relative;
    overflow: hidden;
    background: #fff;
	margin-bottom: 4vw;
}


.product-item:hover {
  position: relative;
  overflow: visible;
  background: #fff;
}

.product-item .photo-wrapper {
  transition: filter 0.3s ease-in-out;
  display: flex;
  align-items: center;
  min-height: fit-content;
}
.product-item:hover .photo-wrapper {
  filter: brightness(0.96);
}
.product-item .product-details {
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.product-item .options-wrapper {
  position: absolute;
  background: #fff;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  padding: 10px 25px;
  transition: 
  max-height 0.3s ease-in-out,
  padding 0.3s ease-in-out;
  z-index: 99;
}

.product-item:hover .options-wrapper {
  max-height: 200px;
}

.product-item .options-wrapper .form-group {
  margin-bottom: 10px;
  width: 100%;
}

.product-item .options-wrapper .option-item_size {
  display: none;
}

.product-item .options-wrapper .option-name {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  min-width: 1.8rem;
  height: .875rem;
  /* border-radius: 3px; */
  border-right: 1px solid #000 !important;
  padding: 0 7px;
  color: #000;
  font-size: .675rem;
  font-weight: 500;
  line-height: 24px;
  transition: all 0.3s ease-in-out;
}

.product-item .options-wrapper .input-option .radio:last-child .option-name {
  border: 0!important;
}

.product-item .options-wrapper .option-item_size:checked + .option-name,
.product-item .options-wrapper .option-item_size + .option-name:hover {
  background: #000;
  color: #fff;
}

.mw-category-products .options-wrapper .text-danger {
  font-size: .875rem;
}

.product-item .mw-cart-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 16px;
  color: #fff;
  background-color: #000;
  border: 0;
  box-shadow: 10px 5px 5px rgba(255, 255, 255, .2);
  margin-top: 10px;
}
.product-item .mw-cart-btn .ph {
  font-size: 16px;
  margin-right: 10px;
}

.pr_in_cart {
  position: absolute;
  top: 3px;
  left: 15px;
  height: 48px;
  width: 48px;
  line-height: 56px;
  background: transparent;
  border: 0;
  border-radius: 4px;
  z-index: 2;
  transition: all .5s ease-out;
  color: #000;
}

/* Single Banner */

  .banner-single-image {
    margin-bottom: 2rem;
    background: #edebef;
  }
  @media (min-width: 1200px) {
    .banner-single-image {
      margin-bottom: 3.5rem;
    }
  }

  .banner-image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
  }

  .banner-text-wrapper {
    padding: 1rem;
  }

  .banner-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
  }
  @media (min-width: 992px) {
    .banner-title {
      font-size: 2rem;
    }
  }

  .banner-subtitle {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 1.5rem;
    color: #333;
  }

  .banner-text-wrapper .btn {
    padding: 0.5rem 2rem;
    font-size: 0.875rem;
	font-weight: bold;
    text-transform: uppercase;
  }

/* Single Banner END */

#input-newsletter-email {
  max-width: 400px;
}

@media (max-width: 767px) {
  #input-newsletter-email {
	width: 100%;
	max-width: inherit;
	margin: 0 0 10px !important;
  }
}

/* mobile_menu */

#mw_sidebar {
  position: fixed;
  z-index: 10023;
  top: 0;
  bottom: 0;
  left: -320px;
  max-height: 100vh;
  width: 320px;
  background: #fff;
  -webkit-transition: left .5s ease, box-shadow .5s ease;
  transition: left .5s ease, box-shadow .5s ease;
  box-shadow: 10px 0 20px -10px rgba(0, 0, 0, 0)
}

#mw_sidebar.active {
  left: 0;
  box-shadow: 10px 0 20px -10px rgba(0, 0, 0, .6)
}

@media (min-width: 992px) {
  #mw_sidebar.active {
    box-shadow: 10px 0 20px -10px rgba(0, 0, 0, .18)
  }
}

#mw_sidebar .mw_sidebar-title {
  height: 91px;
  background: #f8f8f8;
  color: #373941
}

@media (min-width: 992px) {
  #mw_sidebar .mw_sidebar-title {
    height: 66px
  }
}

#mw_sidebar .mw_sidebar-title-text {
  font-size: 24px;
  -ms-flex-item-align: center;
  align-self: center;
  padding-left: 20px
}

#mw_sidebar .mw_sidebar-title-close {
  width: 84px;
  background: url("/image/catalog/icons/sidebar-close.svg") no-repeat center center;
  cursor: pointer
}

@media (min-width: 992px) {
  #mw_sidebar .mw_sidebar-title-close {
    transition: -ms-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    -webkit-transition: -webkit-transform .3s ease
  }
  #mw_sidebar .mw_sidebar-title-close:hover {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
  }
}

#mw_sidebar .mw_sidebar-content {
  position: absolute;
  top: 91px;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: auto;
  left: 0;
  right: 0;
  padding-bottom: 80px;
}

@media (min-width: 992px) {
  #mw_sidebar .mw_sidebar-content {
    top: 66px
  }
}

#mw_sidebar .mw_sidebar-content .mw-product-one-click {
  padding: 20px;
  text-align: center;
  border-bottom: 1px solid #f6f6f6
}

#mw_sidebar .mw_sidebar-content .mw-product-one-click .mw-product-one-click-text {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #373941;
  margin-bottom: 10px
}

#mw_sidebar .mw_sidebar-content.noscroll {
  overflow: hidden
}

#mw_sidebar .mw_sidebar-content .group-title {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 16px
}

#mw_sidebar .mw_sidebar-content .group-title>* {
  padding: 0 20px
}

#mw_sidebar .mw_sidebar-content .group-title strong {
  font-size: 13px;
  line-height: 18px;
  letter-spacing: .3px;
  color: #373941;
  margin-bottom: 6px
}

#mw_sidebar .mw_sidebar-content .group-title a {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: .3px;
  text-decoration: underline;
  color: #000
}

#mw_sidebar .mw_sidebar-content .group-title a:hover {
  text-decoration: none
}

#mw_sidebar .mw_sidebar-content .group-title a:not(:last-child) {
  margin-bottom: 8px
}

#mw_sidebar .mobile-language-switcher {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 20px;
  background: #fff;
  border-top: 1px solid #f6f6f6;
  z-index: 1;
  box-shadow: -5px 0 10px rgba(0, 0, 0, .23);
}

#mw_sidebar #mw_mobile_menu_toggle_button {
  background: #ededed
}

#mw_sidebar #mw_mobile_menu_toggle_button:after {
  content: "";
  display: inline-block;
  background: url("/image/catalog/icons/mobile-menu-back.svg") no-repeat center center;
  margin-left: auto;
  width: 24px;
  height: 24px;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

#mw_sidebar #mw_mobile_menu_toggle_button span {
  font-size: 18px;
  letter-spacing: .3px;
  color: #000;
  font-weight: bold
}

#mw_sidebar .mw_mobile_menu_first {
  transition: -ms-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  -webkit-transition: -webkit-transform .5s ease
}

#mw_sidebar .mw_mobile_menu_second {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  transition: -ms-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  -webkit-transition: -webkit-transform .5s ease
}

#mw_sidebar .mw_mobile_menu_third {
  position: fixed;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 100%;
  transition: -ms-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  -webkit-transition: -webkit-transform .5s ease;
  visibility: hidden
}

#mw_sidebar .mw_mobile_menu_fourth {
  position: fixed;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 200%;
  transition: -ms-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  -webkit-transition: -webkit-transform .5s ease;
  visibility: hidden
}

#mw_sidebar .mw_mobile_menu-list {
  height: calc(100% - 51px);
  overflow: visible;
  overflow-y: auto
}

#mw_sidebar .mw_mobile_menu-list-item {
  padding: 5px 20px;
  height: 51px
}

#mw_sidebar .mw_mobile_menu-list-item:not(:last-child) {
  border-bottom: 1px solid #f6f6f6
}

#mw_sidebar .mw_mobile_menu-list-item a {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  -ms-flex: 0 0 90%;
  flex: 0 0 90%;
  -ms-flex-align: center;
  align-items: center
}

#mw_sidebar .mw_mobile_menu-list-item span {
  font-size: 14px;
  line-height: 19px;
  letter-spacing: .3px;
  color: #373941
}

#mw_sidebar .mw_mobile_menu-list-item button {
  background: #ededed;
  border-radius: 3px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  border: 0
}

#mw_sidebar .mw_mobile_menu-list-item button .fa {
  color: #000;
}

#mw_sidebar .mw_mobile_menu_back {
  padding: 13px 20px;
  background: #ededed
}

#mw_sidebar .mw_mobile_menu_back-icon {
  display: inline-block;
  background: url("/image/catalog/icons/mobile-menu-back.svg") no-repeat center center;
  width: 24px;
  height: 24px;
  margin-right: 10px
}

#mw_sidebar .mw_mobile_menu_back-text {
  letter-spacing: .3px
}

#mw_sidebar .third-level-landing-parent {
  height: auto;
  position: relative
}

#mw_sidebar .third-level-landing-parent>a {
  height: 41px
}

#mw_sidebar .third-level-landing-button {
  position: absolute;
  top: 5px;
  right: 5px
}

#mw_sidebar .third-level-landing-button i {
  transition: -ms-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  -webkit-transition: -webkit-transform .3s ease
}

#mw_sidebar .third-level-landing-button.active i {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

#mw_sidebar .third-level-landing {
  max-height: 0;
  overflow-y: hidden;
  -webkit-transition: max-height .3s ease;
  transition: max-height .3s ease
}

#mw_sidebar .third-level-landing.expanded {
  max-height: 1000px
}

#mw_sidebar .third-level-landing .group-title>* {
  padding: 0
}

#mw_sidebar .third-level-landing .group-title:last-child {
  margin-bottom: 16px
}

#mw_sidebar .mw_mobile_menu_info-list {
  margin-bottom: 16px
}

#mw_sidebar .mw_mobile_menu_info-list .mw-main-footer-social-item {
  margin-right: 10px;
  margin-bottom: 10px;
}

#mw_sidebar .mw_mobile_menu_info-list .mw-main-footer-social-item .mw-main-footer-social-link {
  padding: 3px 0;
  transition: all .15s ease .05s;
  width: 30px;
  display: block;
  color: #fff;
  text-align: center;
  border-radius: 1px;
}

.mw_mobile_menu_info-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #373941
}

.mw_mobile_menu_info-list {
  margin-top: 15px
}

.mw_mobile_menu_info-list-item {
  color: #6e727e;
  font-size: 14px
}

.mw_mobile_menu_info-list-item:not(:last-child) {
  margin-bottom: 8px
}

.mw_mobile_menu_info-list-item a {
  color: #000;
}

.mw_mobile_menu_info-list-item-address {
  color: #373941;
  margin-bottom: 20px
}

.mw_mobile_menu_info-list-item .fa-phone-volume,
.mw_mobile_menu_info-list-item .fa-map-marker-alt {
  font-size: 18px;
  color: #bfbfbf;
  position: relative;
  top: 1px;
  margin-right: 4px
}

.mw_mobile_menu_info-map {
  margin-top: 15px
}

.mw_mobile_menu_info-map.not_in {
  margin-top: 0
}

.mw_mobile_menu_info .btn-group {
  width: 100%
}

.mw_mobile_menu_info .dropdown-toggle {
  display: none
}

.mw_mobile_menu_info button {
  padding: 0;
  white-space: normal
}

.mw_mobile_menu_info .dropdown-menu {
  display: block;
  position: relative;
  box-shadow: none;
  border: 0;
  width: 100%;
  padding: 0;
  margin-top: 15px
}

.mw_mobile_menu_info .dropdown-menu button {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  color: #373941;
  font-size: 13px;
  font-size: 13px;
  text-decoration: underline;
  border: 0;
  background: transparent;
  line-height: 24px
}

.mw_mobile_menu_info .dropdown-menu button:not(:last-child) {
  margin-bottom: 8px
}

.mw_mobile_menu_info .dropdown-menu button:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #eef2f5;
  margin-right: 15px
}

.mw_mobile_menu_info .dropdown-menu button:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: transparent;
  position: absolute;
  left: 4px;
  top: 8px
}

.mw_mobile_menu_info .dropdown-menu button.active-item {
  color: #000
}

.mw_mobile_menu_info .dropdown-menu button.active-item:before {
  border-color: #000
}

.mw_mobile_menu_info .dropdown-menu button.active-item:after {
  background: #000
}

.mw_mobile_menu_info .dropdown-menu button img {
  margin-right: 10px
}

.mw_mobile_menu_cart-text {
  text-align: center
}

.mw_mobile_menu_cart-text p {
  font-size: 14px;
  color: #373941;
  margin-bottom: 10px
}

.mw_mobile_menu_cart-text a {
  font-weight: 600;
  font-size: 13px;
  text-decoration: underline;
  color: #000
}

.mw_mobile_menu_cart-text a:hover {
  text-decoration: none
}

.mw_mobile_menu_cart-text span {
  font-weight: 600
}

.mw_mobile_menu_cart-item-img {
  margin-right: 20px;
  border: 1px solid #f9f9f9;
  display: block
}

.mw_mobile_menu_cart-item-img img {
  width: 70px
}

.mw_mobile_menu_cart-item-title {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: .3px;
  text-decoration-line: underline;
  color: #373941;
  margin-bottom: 10px;
  -webkit-transition: color .3s ease;
  transition: color .3s ease
}

.mw_mobile_menu_cart-item-title:hover {
  color: #000
}

.mw_mobile_menu_cart-item-options-box {
  margin-bottom: 10px
}

.mw_mobile_menu_cart-item-options {
  font-size: 13px;
  line-height: 16px;
  color: #a6a6a6
}

.mw_mobile_menu_cart-item-del {
  color: #eb5757;
  font-size: 16px;
  margin-left: 20px;
  padding: 0;
  background: transparent
}

.mw_mobile_menu_cart-item-buttons {
  margin: 10px 0
}

.mw_mobile_menu_cart-item-right {
  -ms-flex-positive: 1;
  flex-grow: 1
}

.mw_mobile_menu_cart-item-right .mw-module-price {
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
  color: #373941
}

.mw_mobile_menu_cart-item-right .mw-module-price .mw-module-price-old {
  margin-left: 10px;
  margin-right: 0
}

.mw_mobile_menu_cart-empty {
  padding: 20px
}

.mw_mobile_menu_cart-empty img {
  width: 160px;
  height: 160px;
  display: block;
  margin: 20px auto 40px;
  -ms-transform: translateX(15px);
  -webkit-transform: translateX(15px);
  transform: translateX(15px)
}

.mw_mobile_menu_cart-empty p {
  font-size: 14px
}

.sidebar-viewed-item .mw-module-item {
  border-right: 1px solid #f7f7f7;
  padding: 15px
}

.sidebar-viewed-item .mw-module-buttons-list {
  right: 15px;
  opacity: 1;
  top: 15px;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 6 !important
}

.sidebar-viewed-item .mw-btn {
  padding: 10px;
  margin-top: 20px
}

.sidebar-viewed-item:nth-child(even) .mw-module-item {
  border-right: 0
}

#mw_sidebar .mw_mobile_menu_info-item {
  padding: 10px 20px;
  border-bottom: 1px solid #f6f6f6
}

#mw_sidebar_overlay {
  position: fixed;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}

#mw_sidebar_overlay.visible {
  z-index: 1023
}

#mw_mobile_nav {
  position: fixed;
  z-index: 1041;
  right: 0;
  left: 0;
  height: 60px;
  background: #fff;
  box-shadow:0 0 10px rgba(0, 0, 0, .23);
  -webkit-transition: bottom .5s ease .05s;
  transition: bottom .5s ease .05s;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex
}

#mw_mobile_nav.hidden.fixed-bottom {
  bottom: -60px
}

#mw_mobile_nav.hidden.fixed-top {
  box-shadow: 0 0 33px rgba(0, 0, 0, .15)
}

#mw_mobile_nav .mw_mobile_nav-item {
  height: 100%;
  padding: 0;
  -ms-flex-item-align: center;
  align-self: center;
  position: relative;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border: 0
}

#mw_mobile_nav .mw_mobile_nav-item .ph {
  position:absolute;
}

#mw_mobile_nav .mw_mobile_nav-item .mw-menu-buttons-index {
  left: auto;
  right: calc(50% - 20px);
  top: calc(50% - 17px)
}

#mw_mobile_nav .mw_mobile_nav-item:focus {
  box-shadow: none
}

#mw_mobile_nav #mw_mobile_menu_button {
  background: #fff url("/image/catalog/icons/mobile-nav-burger-reb.png") no-repeat center center;
  background-size: 25px auto;
  /*max-width: 70px*/
}

#mw_mobile_nav #mw_mobile_viewed_button {
  background: transparent url("/image/catalog/icons/mobile-nav-seen.svg") no-repeat center center
}

#mw_mobile_nav #mw_mobile_user_button {
  background: transparent url("/image/catalog/icons/mobile-nav-user.svg") no-repeat center center
}

#mw_mobile_nav #mw_mobile_compare_button {
  background: transparent url("/image/catalog/icons/mobile-nav-compare.svg") no-repeat center center
}

#mw_mobile_nav #mw_mobile_wishlist_button {
  background: transparent url("/image/catalog/icons/mobile-nav-wishlist.svg") no-repeat center center
}

#mw_mobile_nav #mw_mobile_cart_button {
  background: transparent url("/image/catalog/icons/mobile-nav-cart.svg") no-repeat center center
}

/* mobile_menu END */

.mw-menu-buttons-index {
  position: absolute;
  top: calc(50% - 17px);
  left: 13px;
  min-width: 16px;
  height: 16px;
  padding: 2px 4px;
  font-size: 11px;
  line-height: 13px;
  border-radius: 16px;
  background-color: #b9313a;
  color: #fff;
}

#mw_mobile_nav .mw_mobile_nav-item .mw-menu-buttons-index {
  left: auto;
  right: calc(50% - 20px);
  top: calc(50% - 17px);
}

.mw_mobile_menu_social-item {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.mw_mobile_menu_social-item li a {
  display: flex;
  width: 30px;
  align-items: center;
  justify-content: center;
  height: 30px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 40px;
  font-size: 1rem;
  transition: opacity .2s ease;
}

.mw_mobile_menu_social-item li a:hover {
  opacity: 0.8;
}

.mw_mobile_menu_social-item .social-facebook {
  background: #3b5998;
}

.mw_mobile_menu_social-item .social-instagram {
  background: radial-gradient(circle at 30% 107%,
      #fdf497 0%, #fdf497 5%,
      #fd5949 45%, #d6249f 60%,
      #285AEB 90%);
}

.mw_mobile_menu_social-item .social-youtube {
  background: #FF0000;
}

.mw_mobile_menu_social-item .social-telegram {
  background: #0088cc;
}


/* Product page */
.product-main-info {
  
}

.product-main-info h1 {
  text-transform: uppercase;
  font-weight: bold;
}

.product-main-info .product-price {
  font-weight: bold;
  /*font-size: 1.475rem;*/
  font-size: 1.75rem;
  line-height: normal;
}

.product-main-info .product-price.mw-new-price {
  color: #e22020;
}

.product-main-info .product-price-old {
  margin-left: 15px;
  font-size: 1.275rem;
}

.product-main-info .product-model {
  display: flex;
  line-height: normal;
  font-size: 1rem;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 1300px) {
  .product-main-info .product-model {
	font-size: .8rem;
  }
}

@media (max-width: 1100px) {
  .product-main-info .product-model {
	font-size: .7rem;
  }
}

@media (max-width: 768px) {
  .product-main-info .product-model {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
	font-size: 1.075rem;
  }
}

/* Product page END */

.mw-discount-badge {
  display: flex;
  align-items: center;
  background-color: #b9313a;
  color: #fff;
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  line-height: 1.13rem;
  border-radius: 0.25rem;
}

.mw-outstock-badge {
  display: flex;
  align-items: center;
  background-color: #ee403d;
  color: #fff;
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  line-height: 1.13rem;
  border-radius: 0.25rem;
}

.mw-badge-a {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 10;
}

.mw-badge-c {
  position: absolute;
  top: -10px;
  right: 0;
  z-index: 10;
}

.dropdown-item:active {
  background-color: unset;
  color: inherit;
}

#dropdownPhone::after {
  display: none;
}

#subcategory-container {
  position: relative;
  background-color: rgba(238, 235, 239, 1);
}

.subcategory-selector .mw-link-spec {
  font-weight:bold;
  color:#b9313a
}

.subcategory-selector .mw-link-late {
  color:#000
}

.subcategory-selector ul.list-inline li {
  position: relative;
}

.third-level-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  max-height: 500px;
  overflow-y: auto;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  z-index: 9999;
  display: none;
  padding: 1rem;
}

.third-level-dropdown-content {
  column-count: 2;
  column-width: 18.5em;
  column-gap: 2rem;
  column-rule: 1px solid rgba(0,0,0,0.1);
  -webkit-column-rule: 1px solid rgba(0,0,0,0.1);
  -moz-column-rule: 1px solid rgba(0,0,0,0.1);
}

.third-level-dropdown-content a {
  display: block;
  padding: 0.25rem 0;
  color: #333;
  text-decoration: none;
}

@media (max-width: 1100px) {
  .third-level-dropdown-content {
	column-width: 15.5em;
  }
}

.mw-cat-banner img {
  max-height: 400px
}

#cart {
  transform-origin: center top;
  animation: wobble 10s ease-in-out infinite;
}

@keyframes wobble {
  0% {
    transform: translateX(0) rotate(0deg);
  }

  2% {
    transform: translateX(-8px) rotate(-2deg);
  }

  4% {
    transform: translateX(8px) rotate(2deg);
  }

  6% {
    transform: translateX(-4px) rotate(-1deg);
  }

  8% {
    transform: translateX(4px) rotate(1deg);
  }

  10% {
    transform: translateX(0) rotate(0deg);
  }

  100% {
    transform: translateX(0) rotate(0deg);
  }
}

.mw-product-page .gallery-wrapper {
  position: relative;
}

.mw-product-page .thumbnails-grid {
  display: flex;
  list-style: none;
  margin: 0 -5px;
  padding: 0;
}

.mw-product-page .thumbnails-grid li {
  width: 50%;
  padding: 5px;
  box-sizing: border-box;
}

.mw-product-page .thumbnails-grid img {
  width: 100%;
  height: auto;
  display: block;
}

@media (min-width: 992px) {
  .mw-product-page .thumbnails-grid {
	flex-wrap: wrap;
  }
  .gallery-nav { display: none !important; }
}

@media (max-width: 991.98px) {
  .product-gallery {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }
  .product-gallery li {
    flex: 0 0 100%;
    scroll-snap-align: center;
    position: relative;
  }
  .product-gallery img {
    width: 100%;
    height: auto;
    display: block;
  }

  .product-gallery::-webkit-scrollbar { display: none; }
  .product-gallery { -ms-overflow-style: none; scrollbar-width: none; }

  .gallery-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: rgba(255,255,255,0.8);
    border: none;
    font-size: 2rem;
    line-height: 1;
    padding: 0 .5rem;
    cursor: pointer;
  }
  .gallery-nav.prev { left: .5rem; }
  .gallery-nav.next { right: .5rem; }
}

.mw-product-page .mw-product-reviews .ph {
  font-size: 1.275rem;
  margin-left: 5px;
}

.mw-product-page .mw-product-reviews .ph:nth-of-type(1) {
  margin-left: 0;
}

.mw-product-page .mw-product-reviews .ph:nth-last-of-type(1) {
  margin-right: 5px;
}

.mw-product-page .accordion-item {
  border: none;
}

.mw-product-page .accordion-button {
  background-color: #fff;
  color: #000;
  border: none;
  border-bottom: 1px solid #000;
  border-radius: 0 !important;
  box-shadow: none;
  padding: 1rem;
}

.mw-product-page .accordion-button:focus {
  box-shadow: none;
}

.mw-product-page .accordion-button .accordion-icon {
  margin-left: auto;
  transition: transform .2s ease;
}

.mw-product-page .accordion-button.collapsed .accordion-icon {
  transform: rotate(-90deg);
}

.mw-product-page .accordion-button:not(.collapsed) {
  background-color: #fff;
  box-shadow: none;
  color: inherit;
}

.mw-product-page .accordion-button:not(.collapsed) .accordion-icon {
  transform: rotate(0deg);
}

.mw-product-page .accordion-body {
  padding: 1rem;
}

.mw-product-page .mw-product-options-wrapper .control-label,
#popup-okno-inner .mw-product-options-wrapper .control-label {
  text-transform: capitalize;
}

.mw-product-page .mw-product-options-wrapper .d-flex.flex-wrap>.radio,
#popup-okno-inner .mw-product-options-wrapper .d-flex.flex-wrap>.radio {
  flex: 0 0 calc((100% - 0.5rem * 3) / 4);
  max-width: calc((100% - 0.5rem * 3) / 4);
}

.mw-product-page .mw-product-options-wrapper .option-wrapper,
#popup-okno-inner .mw-product-options-wrapper .option-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .3rem 1.1rem;
  border: 1px solid #000;
  border-radius: 5px;
  text-align: center;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  cursor: pointer;
  transition: background .2s, color .2s;
}

.mw-product-page .mw-product-options-wrapper .d-flex.flex-wrap>.radio:nth-child(4n) .option-wrapper,
#popup-okno-inner .mw-product-options-wrapper .d-flex.flex-wrap>.radio:nth-child(4n) .option-wrapper {
  margin-right: 0 !important;
}

.mw-product-page .mw-product-options-wrapper .option-wrapper input[type="radio"],
#popup-okno-inner .mw-product-options-wrapper .option-wrapper input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.mw-product-page .mw-product-options-wrapper .option-wrapper:hover,
.mw-product-page .mw-product-options-wrapper .option-wrapper:has(input:checked),
#popup-okno-inner .mw-product-options-wrapper .option-wrapper:hover,
#popup-okno-inner .mw-product-options-wrapper .option-wrapper:has(input:checked) {
  background: #000;
  color: #fff;
}

.mw-product-page .mw-product-options-wrapper .option-wrapper:has(input:checked) img,
#popup-okno-inner .mw-product-options-wrapper .option-wrapper:has(input:checked) img {
  filter: brightness(0) invert(1);
}

#popup-okno-inner .mw-cart-product-options {
  margin-top: 8px;
}

#popup-okno-inner .mw-cart-product-options .form-group {
  margin-bottom: 0;
}

#popup-okno-inner .mw-cart-product-options .control-label {
  display: block;
  margin-bottom: 5px;
  color: #666;
  font-size: 12px;
  line-height: 1.2;
}

#popup-okno-inner .mw-cart-product-options .option-wrapper.is-selected {
  background: #000;
  color: #fff;
}

#popup-okno-inner .mw-cart-product-options.is-loading {
  opacity: .55;
  pointer-events: none;
}

@media (max-width: 767px) {
  #popup-okno-inner .mw-cart-product-options .option-wrapper {
    padding: .25rem .75rem;
  }
}

.btn-wishlist {
  width: 52px;
  height: 52px;
  padding: 0;
  font-size: 1.25rem;
}

.btn-cart {
  font-size: 1.25rem;
}

.mw-price-new {
  color: #b9313a;
}

.mw-price-old {
  color: #999;
  text-decoration: line-through;
  margin-left: 10px;
}

.pagination {
  display: inline-block;
  white-space: nowrap;
  padding: 0;
  clear: both;
  border-right: 0;
  margin: 1px
}

.pagination li {
  padding: 0;
  margin: 0;
  margin-left: 2px;
  float: left;
  display: inline-block;
  overflow: hidden
}

.pagination li.active span {
  color: #000;
  background-color: #ddd
}

.pagination li span {
  margin: 0;
  text-decoration: none;
  font-weight: 700;
  padding: 8px 18px;
  border-radius: 5px;
  display: block;
  position: relative
}

.pagination li a {
  color: #000;
  margin: 0;
  text-decoration: none;
  font-weight: 700;
  padding: 8px 18px;
  border-radius: 5px;
  display: block;
  position: relative
}

.pagination li a:hover {
  background-color: #ddd
}

#sizeChartModal .modal-body {
  overflow-x: auto;
}

#sizeChartModal .modal-body p {
  font-size: 16px;
  margin-bottom: 0;
}

#sizeChartModal .modal-body table {
  width: 100%;
  max-width: 100%;
  table-layout: auto !important;
  font-size: 0.875rem;
  word-wrap: break-word;
  font-size: .9em;
  line-height: 1.6;
  margin-bottom: 15px;
}

#sizeChartModal .modal-body table th,
#sizeChartModal .modal-body table td {
  padding: 3px 5px;
  border: 1px solid #dee2e6;
  white-space: nowrap !important;
}

#sizeChartModal .modal-body table td {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#sizeChartModal .modal-body table th:nth-child(1),
#sizeChartModal .modal-body table td:nth-child(1) {
  max-width: 300px;
  width: max-content;
}
#sizeChartModal .modal-body table th:nth-child(2),
#sizeChartModal .modal-body table td:nth-child(2) {
  max-width: 50px;
}

.nice-blocks {}

.nice-block {
  position: relative;
  overflow: hidden
}

.nice-blocks .nice-block.img-two {
  margin-bottom: 30px
}

.nice-blocks .nice-block.img-two:last-child {
  margin-bottom: 0
}

.nice-block .nice-img {
  overflow: hidden
}

.nice-block .nice-img img {
  display: block;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease
}

.nice-block:hover .nice-img img {
  transform: scale(1.1, 1.1)
}

.nice-block .nice-text {
  position: absolute;
  max-width: 55%;
  top: 10%;
  padding: 20px;
  background-color: #fff;
  z-index: 1
}

.nice-block .nice-text:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  /*border: 1px solid #e5e5e5;*/
  border-radius: 4px;
  z-index: -1
}

.nice-block .nice-text .title {
  padding-bottom: 5px;
  font-size: 18px;
  line-height: 24px;
  font-family: Century\ Gothic;
  text-transform: uppercase
}

.nice-block .nice-text .title.red {
  color: #c00
}

.nice-block .nice-text .title.blue {
  color: #155a5e
}

.nice-block .nice-text .desc {
  line-height: 1.2
}

.nice-block .nice-text .link {
  padding-top: 5px;
  font-weight: 700;
  text-transform: uppercase
}

.nice-block .nice-text a {
  color: #000
}

.nice-block .nice-text .link span:after {
  content: "\f178";
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
  font: 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all .15s ease-in;
  -moz-transition: all .15s ease-in;
  -o-transition: all .15s ease-in;
  transition: all .15s ease-in
}

.nice-block .nice-text:hover .link span:after {
  padding-left: 10px
}

.nice-block.text-on-left .nice-img {
  float: right
}

.nice-block.text-on-left .nice-text {
  left: 2%
}

.nice-block.text-on-right .nice-img {
  float: left
}

.nice-block.text-on-right .nice-text {
  right: 2%
}

.nice-block.img-one .nice-img {
  padding-left: 20%
}

.nice-block.img-one .nice-img img {
  width: 540px;
  height: 830px;
  object-fit: cover
}

.nice-block.img-two .nice-img img {
  width: 300px;
  height: 400px;
  object-fit: cover
}

.nice-block .nice-video {
  width: 70%
}

.nice-block .nice-video>a {
  display: block;
  height: 400px;
  margin-top: -60px;
  overflow: hidden
}

.nice-block .nice-video .dn-video {
  max-width: 100%
}

.nice-block .nice-video+.nice-text {
  width: 40%;
  top: calc(50% - 110px)
}

.nice-blocks.about-page .nice-block {
  margin-bottom: 40px
}

.nice-blocks.about-page .nice-block:last-child {
  margin-bottom: 0
}

.nice-blocks.about-page .nice-block .nice-img {
  width: 65%
}

.nice-blocks.about-page .nice-block .nice-img img {
  width: 100%
}

.nice-blocks.about-page .nice-block .nice-text {
  border-radius: 4px;
  max-width: 45%;
  box-shadow: -2px 2px 7px rgb(4 6 28 / 20%);
}

.nice-blocks.fashion-page .nice-block {
  margin: 40px 0
}

.nice-blocks.fashion-page .nice-block:first-child {
  margin-top: 0
}

.nice-blocks.fashion-page .nice-block:last-child {
  margin-bottom: 0
}

.nice-blocks.fashion-page .nice-block .nice-img img {
  width: 100%;
  height: auto
}

.nice-blocks.fashion-page .nice-block .nice-text {
  left: 10%;
  right: unset;
  top: unset;
  bottom: 10%;
  width: 80%;
  max-width: 80%;
  padding: 25px 20px;
  background-color: rgba(0, 0, 0, .7);
  color: #fff;
  font-size: 30px;
  text-align: center
}

.nice-blocks.fashion-page .nice-block .nice-text h3 {
  font-size: 26px
}

.nice-blocks.fashion-page .nice-block .nice-text:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 1px solid rgba(255, 255, 255, .4)
}

.nice-blocks.fashion-page .desc {
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
  text-align: center
}

.nice-blocks.fashion-page .desc:last-child {
  padding-bottom: 0;
  border-bottom: none
}
/* @group About us */

.about-page{
 position: relative;
 margin-top: -18px;
}

.about-page .about-title h2{
 text-align:center;
 font-size:17px;
 text-transform:uppercase;
 padding:30px 0;
 position:relative;
 letter-spacing:2px;
 margin:0;
 font-weight: bold;
}
.about-page .about-title h2:after{
 content:'';
 display:inline-block;
 background:url("../img/bg-line-dot.png") no-repeat center;
 position:absolute;
 margin:0 auto;
 left:0;
 right:0;
 bottom:5px;
 height:10px;
 width:60px;
 text-align:center;
}
.about-page .about-subtitle{
 text-align:center;
 padding:20px 0;
}
.about-page .about-subtitle p{
 display:inline-block;
 max-width:730px;
 font-size:14px;
 line-height:30px;
}
.about-page .about-des{
 padding:20px 0 50px;
 border-bottom:1px solid rgba(204,204,204,0.5);
}
.about-page .about-des p{
 font-size:13px;
 line-height:30px;
 text-align:center;
}
.about-page .about-ourteam{
 padding:20px 0 50px;
 text-align:center;
}
.about-page .about-ourteam .inner-content{ display:inline-block; }
.about-page .about-ourteam img{ margin-bottom:20px; }
.about-page .about-ourteam h3{
 margin:0;
 padding:0;
 font-size:14px;
 letter-spacing:2px;
 text-transform:uppercase;
 line-height:1.7;
 font-weight:600;
}
.about-page .about-ourteam .team-members{ padding:50px 0 75px; }

/* @end */

/* @group Contact page */

.contact-page .how-to-contact{ padding:30px 0; }
.contact-page .how-to-contact .contact-way{
 padding:15px 0;
 text-align:center;
}
.contact-page .how-to-contact .contact-way .inner-contact{
 text-align:center;
 display:inline-block;
}
.contact-page .how-to-contact .contact-way .inner-contact span{
 font-size:40px;
 text-align:center;
 color:#999999;
 padding:20px;
 display:block;
}
.contact-page .how-to-contact .contact-way .inner-contact span.icon-contact{ text-indent:7px; }
.contact-page .how-to-contact .contact-way .inner-contact h3{
 font-size:16px;
 font-weight:600;
 text-transform:uppercase;
 margin:0;
 padding-bottom:15px;
}
.contact-page .how-to-contact .contact-way .inner-contact p{
 color:#666666;
 font-size:13px;
 margin:0;
 line-height:20px;
}
.contact-page .contact-form{ padding:50px 0; }
.contact-page .contact-map{
 overflow:hidden;
 padding:50px 0;
}
.contact-page .contact-map iframe{ width:100%; }
#contactForm{
 max-width:720px;
 margin:0 auto;
}
#contactForm h2.legend{
 font-size:16px;
 text-align:center;
 letter-spacing:2px;
 text-transform:uppercase;
 margin:0;
 padding:0;
 font-weight:600;
 line-height:1.7;
}
#contactForm .form-list{
 padding:50px 0;
 list-style:none;
}
#contactForm .form-list label{
 font-size:14px;
 color:#999999;
 font-weight:400;
}
#contactForm .form-list .input-box{ margin-bottom:25px; }
#contactForm .form-list .input-box input{
 width:100%;
 height:56px;
 padding:0 25px;
 background:#f6f6f6;
 border:1px solid #f6f6f6;
}
#contactForm .form-list .input-box textarea{
 width:100%;
 height:210px;
 padding:25px;
 background:#f6f6f6;
 border:1px solid #f6f6f6;
}
#contactForm .buttons-set{ text-align:center; }
#contactForm button{
 border:none;
 height:auto;
 width:auto;
 padding:0;
}
#contactForm button span{
 font-size:14px;
 color:#ffffff;
 display:inline-block;
 line-height:56px;
 padding:0 20px;
 background-color:#000000;
 -webkit-transition:all 0.3s ease 0s;
 -o-transition:all 0.3s ease 0s;
 transition:all 0.3s ease 0s;
}
#contactForm button:hover span{ background-color:#666666; }

/* @end */

.category-men .women {
  display: none !important;
}

.category-women .men {
  display: none !important;
}

.nice-text {
  max-width: 45%
}

.nice-blocks.fashion-page .nice-block {
  margin: 40px 0
}

.nice-blocks.fashion-page .nice-block:first-child {
  margin-top: 0
}

.nice-blocks.fashion-page .nice-block:last-child {
  margin-bottom: 0
}

.nice-blocks.fashion-page .nice-block .nice-img img {
  width: 100%;
  height: auto
}

.nice-blocks.fashion-page .nice-block .nice-text {
  left: 10%;
  right: unset;
  top: unset;
  bottom: 10%;
  width: 80%;
  max-width: 80%;
  padding: 25px 20px;
  background-color: rgba(0, 0, 0, .7);
  color: #fff;
  font-size: 30px;
  text-align: center
}

.nice-blocks.fashion-page .nice-block .nice-text h3 {
  font-size: 26px
}

.nice-blocks.fashion-page .nice-block .nice-text:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 1px solid rgba(255, 255, 255, .4)
}

.nice-blocks.fashion-page .desc {
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
  text-align: center
}

.nice-blocks.fashion-page .desc:last-child {
  padding-bottom: 0;
  border-bottom: none
}

.information-information-35 .nice-block+.desc ol {
  position: relative;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  counter-reset: section;
  list-style-type: none
}

.information-information-35 .nice-block+.desc ol li {
  width: 33.33%;
  display: flex;
  align-items: center;
  justify-content: start;
  flex-direction: column;
  padding: 30px 15px
}

.information-information-35 .nice-block+.desc ol li:before {
  content: counter(section);
  display: inline-block;
  counter-increment: section;
  color: #fff;
  background: #0b0c0c;
  border-radius: 50%;
  line-height: 37px;
  width: 37px;
  font-size: 22px;
  margin-bottom: 10px;
  margin-top: 10px
}

.contactm {
  margin-top: 40px;
  border: 0;
  display: flex;
  align-items: center;
}

.contactm .card-body {
  max-width: 1100px;
  width: -webkit-fill-available;
  width: 100%;
}

.contactm .btn-primary {
  background-color: #000;
  border-color: #000;
  color: #fff
}

.contactm .btn-primary:hover {
  background-color: #fff;
  border-color: #fff;
  color: #000;
  border: 1px solid #000
}

.center-column h1,
.center-column h2,
.center-column h3,
.center-column h4,
.center-column h5,
.center-column h6,
.center-column legend {
  margin: 30px 0px 10px 0px;
  padding: 15px 0px 15px 0px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
}

@media (max-width: 600px) {
    body.information-information-35 .nice-block+.desc ol li {
        width: 100%;
        padding: 0 15px 15px 15px;
    }
}

.mw-account-container {
  border: none;
  padding: 30px;
  border-radius: 50px;
  background: #fff;
  box-shadow: 5px 5px 15px #f3f3f3;
  border: 1px solid #fdfdfd;
}

.mw-account-container .mw-acc-futures {
  line-height: normal;
}

.mw-account-container label {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
}

@media (max-width: 424px) {
  .mw-account-container {
	box-shadow: none;
	padding: 0;
  }

  .mw-account-container span {
	font-size: 13px;
  }
}

.my-account.account-page {
    max-width: 1170px;
    margin: 0 auto;
}

.my-account__left h2 {
    margin: 30px 0 10px 0;
    padding: 15px 0 15px 0;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
}

.my-account-info {
    display: flex;
    padding-top: 40px;
}

.my-account-info__left {
    flex-basis: 50%;
}

.my-account-info__links {
    max-width: 260px;
    padding-top: 15px;
}

.my-account-info__links a {
    display: block;
    margin-bottom: 15px;
}

.my-account-info__links a img {
    display: inline-block;
    vertical-align: top;
}

.my-account-info__links a span {
    display: inline-block;
    vertical-align: top;
    padding-left: 17px;
}

.my-account-info__links a .svg {
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 40px;
    text-align: center;
    background-color: #f1f1f1;
    border-radius: 50%;
    padding: 0;
    box-sizing: border-box;
    padding-top: 4px;
}

.my-account-info__right {
    flex-basis: 50%;
}

@media screen and (min-width: 1300px) and (max-width: 3000px) {
    .my-account-info__right {
        padding-left: 45px;
    }
}

.dn-table-his {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    margin: 0px 0px 30px 0px;
}

.dn-table-his td {
    padding: 30px 15px;
    text-align: left;
    vertical-align: top;
    border: 0;
    border-bottom: 1px solid #ccc;
}

.dn-table-his thead td {
    text-transform: uppercase;
    font-size: 1em;
    padding-top: 25px;
    padding-bottom: 25px;
}

.dn-table th,.dn-table td{vertical-align:middle;border:0;font-weight: 300;}.dn-table .btn{width:36px;height:36px;line-height:34px;padding:0;font-size:16px;border:0;text-align:center;margin:-3px 0 0 0;vertical-align:middle;display:inline-block;float:left;-webkit-transition:all .25s ease-in;-moz-transition:all .25s ease-in;-o-transition:all .25s ease-in}.dn-table .btn:hover{opacity:.3}.dn-table .btn img{max-width:100%}.dn-table .btn.disabled{opacity:.3}.dn-table .cart-quantity{padding:5px 10px;text-align:center}.dn-table .cart-reload{font-family:FontAwesome;font-style:normal;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0,0)}.dn-table .cart-reload:before{content:"\f021"}.dn-table .cart-reload input{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0}.dn-table .cart-remove img{position:absolute;width:100%;height:100%;left:0;top:0;opacity:0}

.dn-table .cart-quantity,.dn-table .cart-reload,.dn-table .cart-remove,.dn-table .wishlist-tocart,.dn-table .wishlist-remove{display:block;margin:0 auto 5px!important}.dn-table .cart-quantity{margin:0 auto 10px!important}

.dn-table *{line-height:1.4}.dn-table img{max-width:70px}.dn-table.table-cart tr td:first-child,.dn-table.table-wishlist tr td:first-child{max-width:100px}

.dn-table td{border-bottom: 1px solid #ccc;padding: 30px 15px;}

.dn-table thead tr {
    border:0;
}

.dn-table thead th {
    text-transform: uppercase;
    font-size: 1em;
    padding-top: 25px;
    padding-bottom: 25px;
}

.dn-table thead:first-child th {
    padding-top: 5px;
}

.dn-table td:first-child {
    padding-left: 0;
}

.dn-table img {
    max-width: 100px;
}

.account-wishlist #content {
    padding-left: 30px;
    padding-right: 44px;
}

#news-wrap.look .date-published{
display: none;	
}
#news-wrap.look .media{
position: relative;	
}
#news-wrap.look .media a:hover{
opacity: 1;	
}
#news-wrap.look .bottom h5{
position: absolute;
 left: 10%;
 top: calc(50% - 30px);
 font-size: 24px;
 width: 80%;
 text-align: center;
 height: 100px;
 display: flex;
 align-items: center;
 color: #FFF;
 z-index: 9;
 font-weight: 600;
 line-height: 30px;	
	display: none;
}

#news-wrap.look .media:hover .bottom h5{
	display: block;
}
#news-wrap .col-sm-6{
	float: none;
	display: inline-block;
	width: 49%;	
	vertical-align: top;
}

@media screen and (min-width:300px) and (max-width:560px){
	#news-wrap .col-sm-6{
		float: none;
		display: block;
		width: 100%;	
		vertical-align: top;
	}	
}

/* @group News */

.news{
 position: relative;
 margin-bottom: -30px;
}

 .news .media{
 position: relative;
 margin-bottom: 30px;
 }
 
 .news .thumb-holder{
 overflow: hidden;
 }
 
 .news .thumb-holder img{
 display: block;
 width: 100%;
 }
 
 .news .media-body{
 position: absolute;
 z-index: 2;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 cursor: pointer;
 }
 
 .news .media-body:before{
 content: "";
 background: url('https://dn8.ua/catalog/view/theme/logancee/img/bg-news.png') bottom left repeat-x;
 opacity: 0.6;
 top: 0;
 left: 0;
 bottom: 0;
 right: 0;
 position: absolute;
 z-index: -1; 
 transition: all 0.2s ease-in;
 -webkit-transition: all 0.2s ease-in;
 -moz-transition: all 0.2s ease-in;
 }
 
 .news .media-body:hover:before{
 opacity: 0.7;
 }
 
 .news .media-body .tags{
 position: absolute;
 top: 18px;
 left: 20px;
 right: 10px;
 margin: 0px;
 padding: 0px;
 line-height: 1.6;
 }
 
 .news .media-body .tags a{
 display: inline-block;
 background: #cc0000;
 font-size: 9px;
 line-height: 15px;
 color: #fff;
 font-weight: bold;
 text-transform: uppercase;
 margin: 0px 7px 9px 0px;
 padding: 1px 10px 1px 10px;
 }
 
 .news .media-body .tags a:hover{
 background: #333;
 }
 
 .news .media-body .bottom{
 position: absolute;
 bottom: 0;
 left: 0;
 right: 0;
 text-align: center;
 transition: all 0.2s ease-in;
 -webkit-transition: all 0.2s ease-in;
 -moz-transition: all 0.2s ease-in;
 }
 
 .news.v1 .media-body .bottom{
 color: #fff;
 }
 
 .news .media-body:hover .bottom{ 
 bottom: 10px;
 }
 
 .news .media-body .date-published{
 display: inline-block;
 font-size: 12px;
 font-weight: bold;
 border-bottom: 1px solid rgba(255, 255, 255, .2);
 padding-bottom: 9px;
 padding-top: 25px;
 }
 
 .news .media-body h5{
 padding: 12px 20px 34px 20px;
 margin: 0px;
 font-size: 18px;
 line-height: 23px;
 /*font-family: Century Gothic, arial, serif;*/
 text-transform: none;
 font-weight: 500 !important;
 color: #fff;
 }

/* @end */

/* @group News V2 */

.news.v2 .media{
 padding-bottom: 53px;
}

.news.v2 .media .thumb-holder img{
 -webkit-transform: scale(1,1);
 -webkit-transition-timing-function: ease-out;
 -webkit-transition-duration: 250ms;
 -moz-transform: scale(1,1);
 -moz-transition-timing-function: ease-out;
 -moz-transition-duration: 250ms;
 transform: scale(1,1);
 transition-timing-function: ease-out;
 transition-duration: 250ms;
}

 .news.v2 .media:hover .thumb-holder img{
 -webkit-transform: scale(1.04,1.04);
 -webkit-transition-timing-function: ease-out;
 -webkit-transition-duration: 250ms;
 -moz-transform: scale(1.04,1.04);
 -moz-transition-timing-function: ease-out;
 -moz-transition-duration: 250ms;
 transform: scale(1.04,1.04);
 transition-timing-function: ease-out;
 transition-duration: 250ms;
 }

.news.v2 .media-body:before{
 display: none !important;
}

.news.v2 .media-body .bottom{
 background: #fff;
 border: 1px solid #e6e6e6;
 border-top: none;
 bottom: 0 !important;
}

 .news.v2 .media-body .bottom h5{
 }
 
 .news.v2 .media-body .date-published{
 border-color: rgba(0, 0, 0, .2);
 }
 
 .news.v2 .media-body h5{
 padding-bottom: 33px;
 }
 
 .news.v2 .media-body h5 a{
 line-height: 23px;
 }

/* @end */

/* @group Block */
	
.box {
  margin-top: 55px;
  border-top: 0px solid rgba(204, 204, 204, 0.5);
  position: relative;
}

.box.without-heading {
  margin: 0px;
  border: none;
}

.center-column .box {
  border: none;
  margin-top: 25px;
}

.col-sm-3 .box,
.col-sm-4 .box,
.col-md-3 .box,
.col-md-4 .box {
  margin-top: 0;
  margin-bottom: 9px;
  border: none;
}

.box .box-heading {
  margin: 45px 0 40px 0;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  color: #000000;
  font-weight: bold;
  letter-spacing: 0.5px;
}

.center-column .box .box-heading {
  margin-top: 30px;
  margin-bottom: 30px !important;
  padding-bottom: 20px;
  background: url(../img/bg-line-dot.png) bottom center no-repeat;
}

.col-sm-3 .box .box-heading,
.col-sm-4 .box .box-heading,
.col-md-3 .box .box-heading,
.col-md-4 .box .box-heading {
  margin: 0 !important;
  padding: 51px 0 10px 0;
  line-height: 40px;
  font-size: 18px;
  border-bottom: 1px solid rgba(204, 204, 204, 0.5);
  font-weight: bold;
  text-align: left;
}

.box.with-scroll .box-heading {
  margin-bottom: 94px;
}

.box .strip-line {
  display: none;
}

.box .box-content {
  clear: both;
}

.box .box-content.products {
  float: left;
  width: 100%;
}

.col-sm-3 .box .box-content.products,
.col-sm-4 .box .box-content.products,
.col-md-3 .box .box-content.products,
.col-md-4 .box .box-content.products {
  float: none;
}

.box>.prev,
.box>.next {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 34px;
  height: 34px;
  font-size: 22px;
  color: #cccccc;
  background: #ffffff;
  border: 0px solid #cccccc;
  text-align: center;
  line-height: 28px;
  border-radius: 0;
  top: 96px;
  transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
}

.center-column .box>.prev,
.center-column .box>.next {
  display: none;
}

.box>.prev:hover,
.box>.next:hover {

  color: #fff;
}

.box>.prev:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 3px;
  width: 100px;
  height: 1px;
  border-bottom: 0px dashed #e5e5e5;
  z-index: -1;
}

.box>.prev {
  left: 0;
  top: 50%;
  z-index: 9;
  background: url(/catalog/view/image/left.png);
  width: 24px;
  height: 42px;
  display: block;

}

.box>.prev:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

}

.box>.next {
  right: 0;
  top: 50%;
  z-index: 9;
  background: url(/catalog/view/image/right.png);
  width: 24px;
  height: 42px;
  display: block;
}

.box>.next:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

}

.col-sm-3 .box>.prev,
.col-sm-3 .box>.next,
.col-sm-4 .box>.prev,
.col-sm-4 .box>.next,
.col-md-3 .box>.prev,
.col-md-3 .box>.next,
.col-md-4 .box>.prev,
.col-md-4 .box>.next {
  display: none;
}

/* @end */

/* @group Block Category */
	
.box-category {}

.box-category ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.box-category>ul>li {
  border-bottom: 1px solid #eaeaea;
  padding: 0px 0px 0px 0px;
  position: relative;
}

.box-category ul li a {
  line-height: 20px;
  height: auto;
  position: relative;
  padding: 11px 42px 11px 20px;
  display: block;
}

.box-category ul li>a:before {
  position: absolute;
  top: 11px;
  left: 0;
  content: "\5e";
  display: inline-block;
  font-size: 13px;
  font-family: Century Gothic;
  -webkit-font-smoothing: antialiased;
}

.box-category ul li .head {
  position: absolute;
  top: 0;
  right: 10px;
}

.box-category ul li .head a {
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  color: #414141;
}

.box-category ul li .head .plus {
  display: none;
}

.box-category ul li .head .collapsed .plus {
  display: block;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.box-category ul li .head .collapsed .plus:hover {
  color: #b9313a;
}

.box-category ul li .head a:not(.collapsed) .minus {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  padding-right: 4px;
}

.box-category ul li .head .collapsed .minus {
  display: none;
}

.box-category ul li .head a:not(.collapsed) .minus:hover {
  color: #b9313a;
}

.box-category ul li ul li {
  border-top: 0px solid #eaeaea;
}

.box-category ul li ul li a {
  padding-left: 30px;
}

.box-category ul li ul li>a:before {
  left: 10px;
}

/* @end */

.dn-news{}

.dn-news.row>.col-sm-6.col-xs-12:nth-child(1){
    padding: 0 9px 0px 12px;
}
.dn-news.row>.col-sm-6.col-xs-12:nth-child(2){
    padding: 0 12px 0px 8px;
}
.dn-news .media-body{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}
.dn-news .media-body:before{
    display: none;
    content: '';
    width: 30%;
    height: 1px;
    position: absolute;
    top: 37%;
    left: 40%;
    background-color: #e5e5e5;
}
.dn-news .media-body .left{
    float: left;
}
.dn-news .media-body .right{
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
}
.dn-news .media-body .top{
    overflow: hidden;
}
.dn-news .media-body .date{
    float: left;
    font-size: 11px;
}
.dn-news .media-body .tags{
    float: left;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: none;
}
.dn-news .media-body .post-title{
    padding-top: 10px;
    font-family: Century Gothic;
    clear: both;
}
.dn-news .media-body .post-description{
    display: block;
    color: #000;
    font-size: 14px;
}
.dn-news .media-body .post-img img{
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.dn-news .media-body:hover .post-img img{
    box-shadow: 3px 3px 8px 0 rgba(52, 52, 52, 0.2);
}
.dn-news .media-body .button-more{
    font-weight: 700;
    text-transform: uppercase;
}
.dn-news .media-body .button-more span:after{
    content: "\f178";
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all 0.15s ease-in;
    -moz-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
}
.dn-news .media-body:hover .button-more span:after{
    padding-left: 10px;
}

.posts .news>div:first-child, .posts .ajax-content .big-news{
    display: block;
}

.sidebar-news .title{
    margin-top: 0;
}
.sidebar-news .date{
    font-size: 0.8em;
}
.sidebar-news .news-content{
    padding: 10px 0;
    border-bottom: 1px solid #eaeaea;
}
.sidebar-news .news-content .news-thumb{
    display: none;
    padding: 15px 0 0;
}
.sidebar-news .news-content .news-body{
    width: 100%;
}

.news .media-body .tags a{
    margin: 0;
    padding: 2px 10px;
    font-size: 10px;
    line-height: 1.4;
    font-weight: 400;
    background-color: #333;
}

.scroll-top-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 44px;
  height: 44px;
  background: #fff;
  color: #000;
  border: 1px solid #000 !important;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s;
  z-index: 9999;
}

.scroll-top-btn.show {
  opacity: 1;
  visibility: visible;
}

@media(max-width: 991px) {
  .scroll-top-btn {
	bottom: 80px;
  }
}

.pswp__counter,
.pswp__button--zoom {
  display: none!important;
}

.footer-content__top {
  line-height: 1.6;
}

.footer-content__top .h4,
.footer-content__top h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  text-transform: uppercase;
}

.address-footer {
  list-style-type: none;
  padding: 0;
  font-family: Century\ Gothic;
  font-size: .975rem;
}

.address-footer li {
  margin: 8px 0;
}

.address-footer li span {
  font-weight: 600;
}

.social-list {
  list-style-type: none;
  margin-top: 20px;
  padding: 0
}

.social-list li {
  display: inline-block;
  vertical-align: top;
  padding-right: 15px
}

.social-list li i.fa {
  text-align: center;
  line-height: 40px;
  padding: 0;
}

.footer-block__top>a img {
  width: 150px;
}

.footer-block__top .social-list {
  margin-top: 10px;
}

.footer-block__top .social-list img {
  width: 30px;
  max-width: 30px;
}

.footer-block__top .social-list li {
  padding-right: 2px;
}

.footer-block__top .social-list li a {
  opacity: 1;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.payment-list {
  list-style-type: none;
  margin-top: 20px;
  padding: 0
}

.payment-list li {
  display: inline-block;
  vertical-align: top;
  padding-right: 15px
}

.payment-list {
  margin-top: 10px;
}

.payment-list img {
  width: 45px;
  max-width: 45px;
}

.payment-list li {
  padding-right: 6px;
}

.payment-list li a {
  opacity: 1;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.social-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  gap: 0.5rem;
}

.social-list li a {
  display: flex;
  width: 30px;
  align-items: center;
  justify-content: center;
  height: 30px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 40px;
  font-size: 1rem;
  transition: opacity .2s ease;
}

.social-list li a:hover {
  opacity: 0.8;
}

.social-facebook {
  background: #3b5998;
}

.social-instagram {
  background: radial-gradient(circle at 30% 107%,
      #fdf497 0%, #fdf497 5%,
      #fd5949 45%, #d6249f 60%,
      #285AEB 90%);
}

.social-youtube {
  background: #FF0000;
}

.social-telegram {
  background: #0088cc;
}

.lower-footer {
  background: #edebef;
}

.copiright {
  font-size: 14px;
}

.language-switcher,
.mobile-language-switcher {
  display: inline-block;
}

.language-switcher button.language-link,
.mobile-language-switcher button.language-link {
  background: none;
  color: #333;
  border: none;
  text-decoration: none;
  cursor: pointer;
  font-size: inherit;
}

.language-switcher button.language-link.active,
.mobile-language-switcher button.language-link.active {
  color: #999;
  font-weight: normal;
}

.language-switcher span.separator,
.mobile-language-switcher span.separator {
  display: inline-block;
  color: #ccc;
}

.language-switcher,
.mobile-language-switcher {
  display: inline-block;
}

.language-switcher a.language-link,
.mobile-language-switcher a.language-link {
  background: none;
  color: #333;
  border: none;
  text-decoration: none;
  cursor: pointer;
  font-size: inherit;
}

.language-switcher a.language-link.active,
.mobile-language-switcher a.language-link.active {
  color: #999;
  font-weight: normal;
  cursor: default;
}

.language-switcher span.separator,
.mobile-language-switcher span.separator {
  display: inline-block;
  color: #ccc;
}

.mw-description-content {
  position: relative;
  max-height: 85px;
  overflow: hidden;
  transition: max-height 0.5s ease;
}

.mw-description-content.collapsed::after {
  content: '';
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 50px;
  background: linear-gradient(rgba(255,255,255,0), #fff);
  pointer-events: none;
}

.mw-description-content.expanded {
  max-height: 10000px;
}

.mw-description-content.expanded::after {
  display: none;
}

.mw-description-wrapper {
  line-height: 1.6;
}

.mw-description-wrapper .mw-show-more {
  display: flex;
  width: 100%;
}

.mw-description-wrapper .mw-show-more .toggle-description {
  display: block;
  margin-top: 0.5rem;
  font-weight: 500;
  color: #000;
  text-decoration: none;
  font-size: inherit;
}

@media (max-width: 575px) {
  .footer-content__top .footer-block__top {
	margin-top: 5px;
  }

  .footer-content__top .accordion-button {
    color: #333 !important;
	text-transform: uppercase;
	font-weight: 600;
	padding-top: 15px;
	padding-bottom: 5px;
	border-bottom: 1px solid #333 !important;
  }

  .footer-content__top .accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml;charset=UTF8,%3Csvg … ваш SVG стрілки …%3C/svg%3E");
    background-size: 1.25rem;
    background-repeat: no-repeat;
    transition: transform 0.2s ease;
  }

  .footer-content__top .accordion-button:not(.collapsed)::after {
    transform: rotate(-180deg);
  }

  .footer-content__top .accordion-item + .accordion-item {
    margin-top: 0.5rem;
  }
}

.cookies {
  background: #dfdfdf;
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 10px 0;
  align-items: center;
  z-index: 10000;
}

.cookies__left {
  flex-basis: 25%;
}

.cookies__left button {
  min-width: 210px;
  margin: 0 auto;
}

.cookies__left button:hover {
  color: #000;
  background-color: #fff;
}

.cookies__right {
  flex-basis: 75%;
}

.cookies__right a {
  text-decoration: underline;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}

.cookies__right a:hover {
  text-decoration: none;
}

@media screen and (min-width: 300px) and (max-width: 479px) {
  .cookies {
	display: none;
  }
}

@media screen and (min-width: 300px) and (max-width: 1009px) {
  .cookies__left {
	flex-basis: 25%;
	padding: 0 10px;
  }
}

@media screen and (min-width: 300px) and (max-width: 479px) {
  .cookies__left {
	flex-basis: 100%;
	margin: 0 auto;
	order: 2;
	margin-top: 10px;
  }
}

@media screen and (min-width: 300px) and (max-width: 1009px) {
  .cookies__right {
	padding: 0 10px;
	font-size: 12px;
    line-height: 20px;
  }
}

@media screen and (min-width: 300px) and (max-width: 479px) {
  .cookies__right {
	flex-basis: 100%;
	text-align: center;
	order: 1;
  }
}

.manufacturer-list{ 
	padding: 0px;
	overflow: auto;
	margin-bottom:20px; 
	background: #fff;
}

.manufacturer-heading{ 
	border-bottom: 1px solid #ccc;
	padding: 15px 0px 20px 0px;
	text-transform: uppercase; 
	font-weight: bold;
}
	
.manufacturer-content{ 
	padding: 25px 0px 0px;
	overflow:auto; 
}
	
.manufacturer-list ul{ 
	float: left;
	width: 25%;
	margin: 0 0 0 20px;
	padding: 0;
}

.contacts-data {
  padding-top: 40px
}

.contacts-data h1,
.contacts-data h2 {
  font-size: 20px;
  text-transform: uppercase
}

.contacts-list {
  list-style-type: none;
  padding: 0
}

.contacts-list li {
  padding: 5px 0
}

.contacts-list li i {
  display: inline-block;
  width: 30px;
  font-size: 17px;
  text-align: center
}

.contacts-list .col {
  display: inline-block;
  vertical-align: top
}

.contacts-list .col a {
  display: block
}

.contact-page .contact-form {
  padding-top: 0
}

#contactForm .form-list {
  padding: 0
}

#contactForm .form-list .input-box {
  margin-bottom: 0
}

#contactForm .form-list .input-box input {
  height: 40px
}

#contactForm .form-list .input-box textarea {
  height: 120px;
  padding: 10px 25px
}

#contactForm .buttons-set {
  text-align: left
}

#contactForm .button {
  height: 38px;
  margin: 0;
  padding: 0 20px;
  background: #333;
  color: #fff;
  line-height: 38px
}

.posl-razmer{
	text-align: center;
    margin-top: 40px;
	margin-bottom: 30px;
}
.posl-razmer strong{
	color: #000;
	font-size: 26px;
}
.posl-razmer p{
	color: #555;
	font-size: 16px;
}
#sp-bann-m-g{
	position: relative;
	margin-bottom: 30px;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#sp-bann-m-g>div{
	position: relative;
	z-index: 1;
	display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    width: calc(50% - 30px);
	margin: 0 15px;
	padding: 50px 40px;
	overflow: hidden;
	background-size: 60%;
    background-repeat: no-repeat;
    background-position-x: 120%;
    background-position-y: -15px;
}
#sp-bann-m-g .sp-bann-mg-m{
	background-color: #F3F3F3;
	background-image: url(https://dn8.ua//image/man-origin.png);
}
#sp-bann-m-g .sp-bann-mg-g{
	background-color: #FBE8E2;
	background-image: url(https://dn8.ua//image/woman-origin.png); 
}
#sp-bann-m-g ul{
	list-style-type: none;
	padding: 0;
    margin: 0;
}
#sp-bann-m-g ul li:nth-child(1){
	font-weight: 600;
}
#sp-bann-m-g ul li:nth-child(2){
	font-size: 30px;
    font-weight: 900;
    margin: 10px 0 10px -1px;
	transition: color .25s ease-in;
    -webkit-transition: color .25s ease-in;
    -moz-transition: color .25s ease-in;
    -o-transition: color .25s ease-in;
}
#sp-bann-m-g .sp-bann-mg-m:hover ul li:nth-child(2){
	color: #268B90;
}
#sp-bann-m-g .sp-bann-mg-g:hover ul li:nth-child(2){
	color: #FB4D18;
}
#sp-bann-m-g ul li:nth-child(3){
	margin-top: 90px;
	font-weight: 600;
	color: #000;
	font-size: 16px;
}
#sp-bann-m-g ul li:nth-child(3) a:after{
	content:"\f178";
	font: normal normal normal 14px/1 FontAwesome;
	display: inline-block;
	
}
#sp-bann-m-g ul li:nth-child(3) a:before{
	content:"";
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.product-category-614 #content h1 {
	display: none;
}

.information-information-33 #content {
	max-width: 1200px;
	margin: 0 auto;
}

@media (max-width: 640px){
	body .posl-razmer{
		margin-top: 25px;
	}
	body .posl-razmer strong{
		line-height: 1.1;
		margin-bottom: 12px;
		display: inline-block;
	}
	body #sp-bann-m-g>div{
		width: 100%;
		background-size: 170px;
		background-position-x: 100%;
		margin: 0;
		height: 250px;
	}
	body #sp-bann-m-g{
		margin-bottom: 20px;
	}
	body #sp-bann-m-g .sp-bann-mg-m{
		margin-bottom: 20px;
	}
	.posl-razm-main a{
		font-size: 20px;
	}
}

@font-face {
  font-family: 'ElegantIcons';
  src: url(../fonts/ElegantIcons.eot);
  src: url(../fonts/ElegantIcons.eot?#iefix) format('embedded-opentype'), url(../fonts/ElegantIcons.woff) format('woff'), url(../fonts/ElegantIcons.ttf) format('truetype'), url(../fonts/ElegantIcons.svg#ElegantIcons) format('svg');
  font-weight: normal;
  font-style: normal
}

@font-face {
  font-family: 'simple-line-icons';
  src: url(../fonts/Simple-Line-Icons.eot?v=2.2.2);
  src: url(../fonts/Simple-Line-Icons.eot?#iefix&v=2.2.2) format('embedded-opentype'), url(../fonts/Simple-Line-Icons.ttf?v=2.2.2) format('truetype'), url(../fonts/Simple-Line-Icons.woff2?v=2.2.2) format('woff2'), url(../fonts/Simple-Line-Icons.woff?v=2.2.2) format('woff'), url(../fonts/Simple-Line-Icons.svg?v=2.2.2#simple-line-icons) format('svg');
  font-weight: normal;
  font-style: normal
}

/* @font-face {
  font-family: 'FontAwesome';
  src: url(../fonts/fontawesome-webfont.eot?v=4.3.0);
  src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0) format('embedded-opentype'), url(../fonts/fontawesome-webfont.woff2?v=4.3.0) format('woff2'), url(../fonts/fontawesome-webfont.woff?v=4.3.0) format('woff'), url(../fonts/fontawesome-webfont.ttf?v=4.3.0) format('truetype'), url(../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular) format('svg');
  font-weight: normal;
  font-style: normal
} */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}

.slick-list {
  position: relative;
  display: block;
  overflow: initial;
  margin: 0;
  padding: 0
}

.slick-list:focus {
  outline: none
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -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)
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''
}

.slick-track:after {
  clear: both
}

.slick-loading .slick-track {
  visibility: hidden
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px
}

[dir="rtl"] .slick-slide {
  float: right
}

.slick-slide img {
  display: block
}

.slick-slide.slick-loading img {
  display: none
}

.slick-slide.dragging img {
  pointer-events: none
}

.slick-initialized .slick-slide {
  display: block
}

.slick-loading .slick-slide {
  visibility: hidden
}

.slick-vertical .slick-slide {
  display: inline-block;
  height: auto;
  border: 1px solid transparent;
  width: 60px !important;
  vertical-align: top;
  height: 89px
}

.slick-arrow.slick-hidden {
  display: none
}

body .video-home-bl {
  display: none !important
}

.contactm3 .contactm-alert {
  margin-top: 0 !important;
  margin-left: 0;
  text-align: right;
  width: 100%;
  padding: 0
}

.table td.text-center {
  font-size: 14px !important
}

.contactm3 .buttons {
  overflow: auto;
  margin: 30px 0 20px 0
}

.pbl-2 .product-grid h3 a {
  font-size: 15px;
  font-weight: normal
}

.smfb {
  margin: 10px 0 10px 0 !important
}

.modal__wt {
  line-height: 1.2;
  display: block;
  margin-top: 10px;
  font-size: 14px
}

.simplecheckout label.activate {
  color: #eca961
}

body[class*="product-manufacturer-info"] .f-cats {
  display: block
}

body.product-special .f-cats {
  display: block
}

.f-cats .radio input:disabled {
  display: none
}

.f-cats .radio input:disabled+label {
  display: none
}

.f-cats .radio {
  min-height: auto
}

.pupop-filter {
  padding: 7px 10px
}

.dm-overlay,
.dm-overlay_second,
.dm-overlay_oneclick {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .65);
  display: none;
  overflow: auto;
  width: 100%;
  height: 100%;
  z-index: 1000
}

.dm-overlay:target,
.dm-overlay_second:target,
.dm-overlay_oneclick:target {
  display: block;
  -webkit-animation: fade .6s;
  -moz-animation: fade .6s;
  animation: fade .6s;
  z-index: 999999999
}

.dm-table {
  display: table;
  width: 100%;
  height: 100%
}

.dm-cell {
  display: table-cell;
  padding: 0 1em;
  vertical-align: middle;
  text-align: center
}

.dm-modal {
  display: inline-block;
  padding: 30px;
  width: 100%;
  max-width: 1000px;
  height: auto;
  background: #f9f9f9;
  -webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, .22), 0 19px 60px rgba(0, 0, 0, .3);
  -moz-box-shadow: 0 15px 20px rgba(0, 0, 0, .22), 0 19px 60px rgba(0, 0, 0, .3);
  box-shadow: 0 15px 20px rgba(0, 0, 0, .22), 0 19px 60px rgba(0, 0, 0, .3);
  color: #0c0b0b;
  text-align: left;
  font-size: 13px;
  z-index: 9999;
  border-radius: 5px;
  position: relative
}

.closes {
  text-align: center;
  font-size: 24px;
  cursor: pointer;
  width: 34px;
  height: 34px;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 34px
}

.dm-modal_oneclick {
  display: inline-block;
  padding: 30px;
  width: 100%;
  max-width: 300px;
  height: auto;
  background: #f9f9f9;
  -webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, .22), 0 19px 60px rgba(0, 0, 0, .3);
  -moz-box-shadow: 0 15px 20px rgba(0, 0, 0, .22), 0 19px 60px rgba(0, 0, 0, .3);
  box-shadow: 0 15px 20px rgba(0, 0, 0, .22), 0 19px 60px rgba(0, 0, 0, .3);
  color: #0c0b0b;
  text-align: left;
  font-size: 13px;
  z-index: 9999;
  border-radius: 5px;
  position: relative
}

.closes_oneclick {
  text-align: center;
  font-size: 24px;
  cursor: pointer;
  width: 34px;
  height: 34px;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 34px
}

.dm-modal_oneclick .input-group .form-control {
  display: block
}

.dm-modal_oneclick .input-group-btn {
  display: block;
  width: 100% !important
}

.dm-modal_oneclick .input-group {
  display: block
}

.dm-modal_oneclick .input-group-btn .btn.btn-primary {
  margin: 20px auto !important;
  display: block;
  width: 100%
}

.dm-modal_oneclick h3 {
  margin: 10px 0 10px 0 !important
}

.filter .checkbox-group .checkbox input:disabled {
  display: none
}

.filter .checkbox-group .checkbox input:disabled+label {
  display: none
}

.filter .checkbox-group .checkbox {
  min-height: auto
}

.filter .checkbox-group .checkbox[data-sorttest="РЅРµ РЅР°Р·РЅР°С‡РµРЅРѕ"] {
  display: none !important
}

.modal-block {
  display: flex
}

.modal-block__img {
  flex-basis: 70%;
  padding: 10px
}

.modal-block__product {
  flex-basis: 30%;
  padding: 10px
}

.modal-block__product .carousel-inner {
  overflow-y: auto;
  max-height: 585px
}

.modal-block__product .col-sm-3.col-xs-6 {
  width: 100% !important;
  float: none !important
}

.modal-block__product .addtocart {
  margin: 5px 0
}

.modal-block__product .product-grid .product .image {
  width: 50%;
  margin: 0 auto
}

.modal-block__product h5 {
  margin: 0;
  padding: 0;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px
}

.modal-block__product .product-grid .product .name {
  margin: 5px
}

.modal-block__product .product-grid .product .name a {
  font-size: 14px;
  display: block;
  margin: 7px 0;
  line-height: 1.3
}

.modal-block__product .product-grid .product .image .quickview {
  display: none !important
}

.target-img {
  cursor: pointer;
  position: relative;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out
}

.target-img img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.modal-block__title-block {
  position: absolute;
  left: 10%;
  top: calc(50% - 30px);
  font-size: 24px;
  width: 80%;
  text-align: center;
  height: 100px;
  display: flex;
  align-items: center;
  color: #fff;
  z-index: 9;
  font-weight: 600;
  line-height: 30px;
  display: none
}

.backg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(0, 0, 0, .5);
  display: none
}

.target-img:hover .modal-block__title-block {
  display: block
}

.target-img:hover .backg {
  display: block
}

.british-shoes {
  position: absolute;
  z-index: 9;
  top: 140px;
  left: 10px
}

.breadcrumbs.full-width ul.breadcrumb-list {
  overflow: hidden;
  max-height: 40px
}

.header-link-content .button.view-cart {
  margin: 10px auto;
  display: block;
  float: none;
  text-align: center;
  max-width: 220px
}

.header-link-content .button.view-checkout {
  margin: 10px auto;
  display: block;
  float: none;
  text-align: center;
  max-width: 220px
}

.dm-overlay_product {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .65);
  display: none;
  overflow: auto;
  width: 100%;
  height: 100%;
  z-index: 1000
}

.dm-overlay_product:target {
  display: block;
  -webkit-animation: fade .6s;
  -moz-animation: fade .6s;
  animation: fade .6s;
  z-index: 999999999
}

.dm-table {
  display: table;
  width: 100%;
  height: 100%
}

.dm-cell {
  display: table-cell;
  padding: 0 1em;
  vertical-align: middle;
  text-align: center
}

.dm-modal_product {
  display: inline-block;
  padding: 20px;
  width: 100%;
  max-width: 800px;
  height: auto;
  background: #fff;
  -webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, .22), 0 19px 60px rgba(0, 0, 0, .3);
  -moz-box-shadow: 0 15px 20px rgba(0, 0, 0, .22), 0 19px 60px rgba(0, 0, 0, .3);
  box-shadow: 0 15px 20px rgba(0, 0, 0, .22), 0 19px 60px rgba(0, 0, 0, .3);
  color: #0c0b0b;
  text-align: left;
  font-size: 14px;
  z-index: 9999;
  border-radius: 5px;
  position: relative;
  min-height: 100px
}

.closes_product {
  text-align: center;
  font-size: 22px;
  cursor: pointer;
  width: 34px;
  height: 34px;
  position: absolute;
  right: 5px;
  top: 5px
}

.closes_product i {
  width: 20px;
  height: 20px;
  background: url(/image/catalog/redisign/dell.svg);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 500ms ease;
  -moz-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  opacity: .5
}

.closes_product i:before {
  display: none
}

.closes_product i:hover {
  opacity: 1
}

.header-link-content .button.view-cart,
.header-link-content .button.view-cart:hover {
  color: #000;
  border-color: #000;
  background-color: #fff;
  -webkit-transition: opacity 500ms ease;
  -moz-transition: opacity 500ms ease;
  transition: opacity 500ms ease
}

.header-link-content .button.view-checkout,
.header-link-content .button.view-checkout:hover {
  color: #fff;
  border-color: #000;
  background-color: #000;
  -webkit-transition: opacity 500ms ease;
  -moz-transition: opacity 500ms ease;
  transition: opacity 500ms ease
}

.header-link-content .button.view-cart:hover {
  opacity: .5
}

.header-link-content .button.view-checkout:hover {
  opacity: .65
}

.dm-modal_product .button.view-checkout {
  background-color: #000;
  border-color: #000;
  color: #fff
}

.dm-modal_product .button.view-checkout:hover {
  background-color: #fff;
  border-color: #333;
  color: #333
}

.buttons-modal {
  display: flex
}

.buttons-modal {
  display: flex
}

.buttons-modal__left,
.buttons-modal__right {
  flex-basis: 50%
}

.buttons-modal__right .button.view-checkout {
  float: right
}

.buttons-modal__right .button.view-checkout:after {
  content: '';
  display: block;
  clear: both
}

.product-total {
  font-size: 18px
}

.product-total-title {
  font-weight: 700
}

.modal-product__element {
  display: flex;
  background: #fff;
  align-items: center;
  padding: 10px;
  border-bottom: 1px dashed #333
}

.modal-product__img {
  width: 150px;
  text-align: center;
  line-height: 0
}

.modal-product__content {
  width: calc(100% - 360px);
  margin-bottom: 10px
}

.modal-product__update {
  width: 100px;
  text-align: center;
  margin-top: 0
}

.modal-product_quentity {
  margin: 0;
  line-height: 26px;
  margin-top: 0
}

.dm-modal_product .modal-product_quentity strong {
  display: none
}

.modal-product__update button.btn.disabled {
  opacity: .3
}

.modal-product__delete {
  width: 100px;
  text-align: center;
  margin-top: 0
}

.modal-product__delete a i {
  cursor: pointer
}

.modal-product__content h3 {
  padding: 0;
  font-size: 14px;
  margin: 0
}

.modal-product__content p {
  margin: 0
}

.modal-product-info {
  margin: 5px 0;
  margin-bottom: 25px
}

.modal-product_quentity {
  font-size: 16px
}

#form-review a {
  color: #afac8f;
  padding: 0 2px
}

#form-review a:hover {
  color: #333;
  text-decoration: underline
}

.reviews-social {
  margin-top: 10px
}

.reviews-social button {
  margin-right: 10px
}

.info-block .wooman-level {
  width: 422px;
  height: 422px
}

.info-block .man-level {
  width: 422px;
  height: 422px;
  margin-top: 240px
}

.info-block .wooman-level__wrap {
  float: left;
  margin-top: 80px;
  padding-right: 15px;
  position: relative
}

.info-block .wrap-categories {
  position: relative;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  z-index: 9
}

.info-block_black {
  position: absolute
}

.man-level__wrap {
  position: relative;
  padding-left: 15px;
  float: right
}

.wooman-level span {
  width: 164px;
  display: block;
  height: 64px;
  font-size: 22px;
  line-height: 32px;
  background: #fff;
  padding-left: 15px;
  color: #0e0e0d;
  font-weight: bold;
  position: absolute;
  top: 80px;
  right: 0
}

.man-level span {
  width: 164px;
  display: block;
  height: 64px;
  font-size: 22px;
  line-height: 32px;
  background: #fff;
  padding-left: 15px;
  color: #0e0e0d;
  font-weight: bold;
  position: absolute;
  top: 297px;
  left: 0
}

.wooman-level span:hover,
.man-level span:hover {
  color: #0e0e0d
}

#oneclick {
  max-width: 300px
}

.product-info .success-order {
  display: none
}

.product-info .success-order.ok {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
  background: #5e8f5e;
  color: #fff;
  padding: 0;
  padding-left: 0;
  max-width: 500px;
  height: 40px;
  line-height: 40px
}

.product-info .cart .add-to-cart .button {
  background-color: #000;
  border-color: #000
}

.show-oneclick {
  width: 100%;
  max-width: 200px;
  height: 50px;
  line-height: 50px;
  background-color: #afac8f;
  border: 1px solid #afac8f;
  color: #fff;
  text-transform: uppercase;
  margin-left: 150px
}

.show-oneclick:hover {
  color: #333;
  border: 1px solid #333;
  background-color: #fff;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out
}

.b2__desktop {
  display: block
}

.b2__mobile {
  display: none
}

@media screen and (min-width:1225px) and (max-width:3000px) {
  .common-home .header-bottom-wrapper.mainMenuDesktop {
    max-width: 1195px;
    padding: 0
  }

  .common-home .header-top {
    max-width: 1195px;
    padding: 0
  }

  .common-home .megamenu.slide .link-search {
    padding-right: 10px
  }
}

@media screen and (min-width:300px) and (max-width:480px) {
  .b2__desktop {
    display: none
  }

  .b2__mobile {
    display: block
  }
}

@media screen and (min-width:992px) and (max-width:3000px) {
  .center-column .box>.next {
    display: block !important
  }

  .center-column .box>.prev {
    display: block !important
  }
}

@media screen and (min-width:768px) and (max-width:1099px) {
  .fb-reg.auth {
    font-size: 12px
  }

  .g-reg.auth {
    font-size: 12px;
    margin-left: 0
  }
}

@media screen and (min-width:992px) and (max-width:1200px) {
  .wooman-level span {
    position: absolute;
    top: 0;
    left: 0
  }

  .man-level span {
    position: absolute;
    top: 240px;
    left: 15px
  }
}

@media screen and (min-width:300px) and (max-width:991px) {
  .show-oneclick {
    max-width: 310px
  }

  .info-block .wooman-level__wrap {
    margin-top: 80px;
    padding-right: 0;
    position: relative;
    width: 45%
  }

  .info-block .wooman-level {
    max-width: 100% !important;
    margin-top: 32px;
    overflow-x: hidden;
    min-width: 100%
  }

  .wooman-level span {
    width: 100%;
    display: block;
    height: 32px;
    line-height: 32px;
    background: #fff;
    padding-left: 0;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center
  }

  .info-block .man-level__wrap {
    margin-top: 80px;
    padding-left: 0;
    position: relative;
    width: 45%
  }

  .info-block .man-level {
    max-width: 100% !important;
    margin-top: 32px;
    overflow-x: hidden;
    min-width: 100%
  }

  .man-level span {
    width: 100%;
    display: block;
    height: 32px;
    line-height: 32px;
    background: #fff;
    padding-left: 0;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center
  }
}

@media screen and (min-width:300px) and (max-width:767px) {
  .product-info .success-order.ok {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
    background: #5e8f5e;
    color: #fff;
    padding: 0;
    max-width: 100%;
    height: 40px;
    line-height: 40px;
    position: fixed;
    top: 0;
    left: 0
  }

  .info-block .wooman-level__wrap {
    margin-top: 10px;
    width: 100%;
    float: none
  }

  .info-block .man-level__wrap {
    margin-top: 10px;
    width: 100%;
    float: none
  }

  .info-block_black {
    position: relative
  }

  .info-block .wooman-level {
    margin-top: 0;
    min-width: auto;
    background-position: 0 32px;
    width: 100%;
    height: 422px
  }

  .info-block .man-level {
    margin-top: 0;
    min-width: auto;
    background-position: 0 32px;
    width: 100%;
    height: 422px
  }

  .info-block .info-slogan-second {
    display: none
  }
}

@media screen and (min-width:300px) and (max-width:360px) {
  .info-block .wooman-level {
    height: 350px
  }

  .info-block .man-level {
    height: 350px
  }
}

@media screen and (min-width:767px) and (max-width:800px) {
  .modal-product__content {
    width: calc(100% - 380px)
  }

  .modal-product__delete {
    width: 80px
  }
}

@media screen and (min-width:300px) and (max-width:767px) {
  .modal-product__img {
    width: 150px;
    text-align: center
  }

  .modal-product__content {
    width: calc(100% - 150px)
  }

  .modal-product__delete {
    width: 50%;
    text-align: center;
    margin-top: 18px
  }

  body .header-links .header-link .btn-remove.deletecart,
  .modal-product__delete a {
    background-color: #b9313a
  }

  .modal-product__element {
    flex-wrap: wrap
  }

  .modal-product__update {
    width: 50%;
    text-align: center;
    margin-top: 13px
  }

  .modal-product__update button {
    display: inline-block;
    vertical-align: top
  }

  .modal-product__update p {
    display: inline-block;
    vertical-align: top;
    line-height: 36px;
    margin-top: 7px;
    padding: 0 10px
  }
}

@media screen and (min-width:300px) and (max-width:510px) {
  .modal-product__content {
    width: 100%
  }

  .modal-product__update {
    width: 100%
  }

  .modal-product__delete {
    width: 100%;
    margin-bottom: 30px;
    margin-top: 10px
  }

  .modal-product__img {
    margin: 10px auto
  }

  .buttons-modal {
    display: flex;
    flex-wrap: wrap
  }

  .buttons-modal__left,
  .buttons-modal__right {
    flex-basis: 100%;
    margin: 0 auto;
    text-align: center
  }

  .buttons-modal__right .button.view-checkout {
    float: none !important
  }

  .product-total {
    text-align: center
  }
}

.dm-overlay_sizechart {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .65);
  display: none;
  overflow: auto;
  width: 100%;
  height: 100%;
  z-index: 1000
}

.dm-overlay_sizechart:target {
  display: block;
  -webkit-animation: fade .6s;
  -moz-animation: fade .6s;
  animation: fade .6s;
  z-index: 999999999
}

.dm-modal_sizechart {
  display: inline-block;
  padding: 30px;
  width: 100%;
  max-width: 800px;
  height: auto;
  background: #f9f9f9;
  -webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, .22), 0 19px 60px rgba(0, 0, 0, .3);
  -moz-box-shadow: 0 15px 20px rgba(0, 0, 0, .22), 0 19px 60px rgba(0, 0, 0, .3);
  box-shadow: 0 15px 20px rgba(0, 0, 0, .22), 0 19px 60px rgba(0, 0, 0, .3);
  color: #0c0b0b;
  text-align: left;
  font-size: 14px;
  z-index: 9999;
  border-radius: 5px;
  position: relative;
  min-height: 100px
}

.closes_sizechart {
  text-align: center;
  font-size: 22px;
  cursor: pointer;
  width: 25px;
  height: 25px;
  position: absolute;
  right: 5px;
  top: 5px
}

.dm-modal_sizechart p {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase
}

.sizechart {
  cursor: pointer;
  line-height: 36px;
  margin-top: 2px;
  display: inline-block;
  vertical-align: top;
  padding-left: 5px;
  margin-bottom: 9px
}

.sizechart::after {
  display: block;
  content: '';
  clear: both
}

.sizechart:hover {
  color: #000;
  opacity: .6
}

[class*="product-product"] .product-info .links {
  padding-left: 10px
}

.links img {
  padding-top: 25px
}

.clear {
  clear: both
}

#simplecheckout_customer .row-customer_register {
  display: flex
}

.form-group.row-customer_register .col-sm-4 {
  width: auto;
  text-align: left
}

.form-group.row-customer_register .col-sm-8 {
  padding: 8px 15px 0 0;
  font-size: 14px
}

.simplecheckout-cart .quantity {
  width: 95px
}

.rules-link {
  text-align: center;
  margin: 0;
  display: block;
  font-size: 18px;
  background: #afac8f;
  border: 1px solid #afac8f;
  color: #fff;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
  text-transform: uppercase;
  max-width: 250px;
  margin: 0 auto;
  -webkit-transition: top 1s ease-out;
  -moz-transition: top 1s ease-out;
  -o-transition: top 1s ease-out;
  transition: top 1s ease-out
}

.rules-link:hover {
  background: transparent;
  border: 1px solid #333;
  color: #333
}

.simplecheckout-button-block .simple-book-rules {
  width: 250px;
  float: left;
  text-align: center;
  margin: 0 50px 0 50px
}

.simplecheckout-button-block .simplecheckout-button-right {
  width: 50%;
  padding-left: 10px
}

.simplecheckout-button-block .simplecheckout-button-left {
  width: 50%;
  display: block !important
}

.extension-module-social_auth-register .container {
  max-width: 1170px;
  width: 100%
}

.extension-module-social_auth-register .breadcrumb {
  display: none !important
}

.extension-module-social_auth-register .form-horizontal .fieldset>div::last-child {
  display: none !important
}

.form-group.disabled-block {
  display: none !important
}

.tab-content.show-el {
  display: block !important
}

#tab-description {
  border-bottom: 0;
  padding-bottom: 10px
}

#tab-attribute {
  border-bottom: 0;
  border-top: 0
}

#tab-review {
  border-top: 0
}

.header-links .header-links-inner>div:first-child {
  padding: 0
}

.dm-modal_product h3 {
  margin: 10px 0;
  font-weight: 900
}

.stock-status.disabled {
  display: block;
  color: red
}

.stock-status.enabled {
  display: none
}

#form-review .h2 {
  font-weight: 700;
  margin-top: 10px
}

.product-center .tab-content h3 {
  padding: 0
}

#tab-attribute,
#tab-review {
  padding-top: 0
}

.simplecheckout-button-left .button {
  width: 50%;
  text-align: center
}

.simplecheckout-button-right .button {
  text-align: center
}

.fb-reg {
  background: url(/image/catalog/redisign/xreg-facebook.png.pagespeed.ic.VCYg2SZI9S.png) no-repeat;
  display: inline-block;
  width: auto;
  height: 45px;
  line-height: 45px;
  color: #fff;
  outline: 0;
  border: 0;
  vertical-align: top;
  font-size: 16px;
  font-family: Century\ Gothic;
  text-align: left;
  padding-left: 10px;
  padding-right: 60px;
  background-position: right center
}

.g-reg {
  background: url(/image/catalog/redisign/xreg-google.png.pagespeed.ic.bIoXGSWE1a.png) no-repeat;
  display: inline-block;
  width: auto;
  height: 45px;
  line-height: 45px;
  color: #fff;
  outline: 0;
  border: 0;
  vertical-align: top;
  font-size: 16px;
  font-family: Century\ Gothic;
  text-align: left;
  padding-left: 10px;
  margin-left: 20px;
  padding-right: 60px;
  background-position: right center
}

.fb-reg.auth {}

.g-reg.auth {}

.social-register {
  text-align: left;
  margin-top: 25px;
  margin-bottom: 50px;
  padding-left: 8px
}

.modal-block__product .addtocart .button.btn-cart {
  max-width: 80px;
  padding: 0;
  margin: 5px auto;
  width: 100%
}

.modal-block__product .addtocart .button.btn-cart i {
  line-height: 40px
}

.modal-block__product .addtocart {
  margin: 5px auto;
  display: block;
  text-align: center
}

.modal-block__product .addtolist {
  width: 100%;
  max-width: 80px
}

.modal-block__product .addtolist .add-to-links>div a {
  width: 100%
}

.modal-block__product .add-to-links .wishlist {
  margin: 0;
  width: 100%
}

.modal-block__product .addtocart .icon-handbag.icons {
  display: block
}

.related-products .addtolist {
  margin: 10px 0;
  width: 100%;
  max-width: 180px
}

.related-products .addtocart {
  margin: 10px 0;
  width: 100%;
  max-width: 180px
}

.related-products .addtocart .button.btn-cart {
  margin-right: 0;
  max-width: 180px
}

.related-products .product-grid .add-to-links .wishlist {
  margin: 0;
  width: 100%
}

.related-products .product-grid .add-to-links>div a {
  width: 100%
}

.modal-block__product .addtocart .button.btn-cart span {
  display: none
}

.chouse-size {
  margin: 10px 0 5px 0;
  font-size: 16px
}

@media screen and (min-width:300px) and (max-width:1299px) {
  .related-products .addtolist {
    margin: 10px 0;
    width: 100%;
    max-width: 140px
  }

  .related-products .addtocart {
    margin: 10px 0;
    width: 100%;
    max-width: 140px
  }

  .related-products .addtocart .button.btn-cart {
    margin-right: 0;
    max-width: 140px
  }
}

@media screen and (min-width:300px) and (max-width:991px) {
  .related-products .addtocart .button.btn-cart {
    margin-right: 0;
    max-width: 100px
  }

  .related-products .addtolist {
    margin: 10px 0;
    width: 100%;
    max-width: 100px
  }

  .related-products .product-grid .add-to-links>div a {
    width: 100% !important
  }

  .related-products .product-grid .product .price {
    min-height: auto
  }
}

@media screen and (min-width:300px) and (max-width:1200px) {
  .british-shoes {
    position: absolute;
    z-index: 9;
    top: 10px;
    left: 10px
  }
}

@media screen and (min-width:300px) and (max-width:991px) {
  .modal-block__product .product-grid .product .price {
    min-height: auto
  }

  .modal-block__product .product-grid .add-to-links>div a {
    width: 100% !important
  }

  .modal-block__product .product-grid .add-to-links .wishlist {
    margin-left: 0
  }

  .social-register .fb-reg {
    font-size: 14px
  }

  .social-register .g-reg {
    font-size: 14px
  }

  .fb-reg.auth {
    padding-left: 5px
  }

  .g-reg.auth {
    padding-left: 5px
  }

  [class*="product-product"] .product-info .links {
    padding-top: 0 !important
  }

  [class*="product-product"] .product-info .btn-wislist {
    width: 150px;
    background-position: 115px center
  }

  [class*="product-product"] .product-info .btn-wislist:hover {
    width: 150px;
    background-position: 115px center
  }

  [class*="product-product"] .product-info .btn-wislist span {
    line-height: 50px;
    padding-left: 10px
  }

  [class*="product-product"] .product-info .btn-wislist span:hover {
    line-height: 50px;
    padding-left: 10px
  }

  .product-info .price .price-new {
    font-size: 24px
  }

  .product-info .cart .add-to-cart .button {
    width: 150px
  }

  .footer-block__top.fifth {
    text-align: center !important;
    margin-top: 10px
  }

  .modal-block__product .product-grid .product .name {
    min-height: auto
  }

  .simplecheckout-button-block .rules-link {
    width: 200px;
    font-size: 13px
  }

  .simplecheckout-button-left .button {
    width: 200px;
    font-size: 13px
  }

  .simplecheckout-button-right .button {
    width: 200px;
    font-size: 13px
  }
}

@media screen and (min-width:300px) and (max-width:670px) {
  .fb-reg {
    width: 100%;
    max-width: 250px;
    padding-left: 10px !important;
    font-size: 12px !important
  }

  .g-reg {
    width: 100%;
    max-width: 250px;
    padding-left: 10px !important;
    font-size: 12px !important
  }

  .simplecheckout label[for="customer_register"] {
    display: block !important
  }
}

@media screen and (min-width:992px) and (max-width:1300px) {
  .checkout-cart .text-center .btn {
    display: block !important;
    margin: 10px auto
  }
}

@media screen and (min-width:300px) and (max-width:767px) {
  .simplecheckout-button-block .simplecheckout-button-right {
    width: auto
  }

  .simplecheckout-button-block .simplecheckout-button-left {
    width: auto
  }

  .simplecheckout-button-block .simple-book-rules {
    width: 100%;
    padding-top: 20px;
    margin: 0 auto
  }

  .rules-link {
    text-align: center;
    margin: 0;
    display: block;
    font-size: 18px !important;
    background: none;
    color: #333;
    height: auto;
    line-height: 20px;
    text-decoration: underline;
    text-transform: none;
    max-width: 100%;
    margin: 0 auto;
    border: 0
  }

  .rules-link:hover {
    text-align: center;
    margin: 0;
    display: block;
    font-size: 18px;
    background: none;
    color: #333;
    height: auto;
    line-height: 20px;
    text-decoration: underline;
    text-transform: none;
    max-width: 100%;
    margin: 0 auto;
    border: 0;
    text-decoration: none
  }

  .simplecheckout-cart .total {
    visibility: visible !important
  }

  .simplecheckout-cart th.remove::after {
    content: 'Р¦РµРЅР°';
    display: inline-block
  }
}

@media screen and (min-width:300px) and (max-width:600px) {
  .modal-block {
    flex-wrap: wrap;
    max-width: 280px
  }

  .modal-block__img {
    flex-basis: 100%
  }

  .modal-block__product {
    flex-basis: 100%
  }

  .modal-block__product .col-sm-3.col-xs-6 {
    width: 50% !important;
    float: left !important
  }

  .modal-block__product .product-grid .product .name a {
    font-size: 12px
  }
}

@media screen and (min-width:300px) and (max-width:670px) {
  .fb-reg {
    display: block;
    margin: 10px 0 !important;
    font-size: 14px
  }

  .g-reg {
    display: block;
    margin: 10px 0 !important;
    font-size: 14px
  }
}

@media screen and (min-width:300px) and (max-width:489px) {
  .show-oneclick {
    margin-left: 0
  }
}

@media screen and (min-width:300px) and (max-width:350px) {
  [class*="product-product"] .product-info .btn-wislist:hover {
    width: 200px;
    color: #afac8f !important;
    text-align: center !important
  }

  [class*="product-product"] .product-info .btn-wislist:hover span {
    color: #afac8f !important;
    text-align: center !important
  }

  .show-oneclick {
    max-width: 200px
  }

  [class*="product-product"] .product-info .links {
    margin-bottom: 0 !important
  }
}

@media screen and (min-width:300px) and (max-width:499px) {
  .copiright {
    font-size: 11px
  }

  .product-grid .product .name a {
    padding: 0 10px
  }

  .account-login .well .btn.btn-primary {
    font-size: 12px
  }
}

@media screen and (min-width:300px) and (max-width:767px) {
  .simple-content .buttons {
    flex-wrap: wrap
  }

  .simplecheckout-button-left {
    float: none
  }

  .simplecheckout-button-block .simple-book-rules {
    float: none;
    padding-bottom: 20px
  }

  .simplecheckout-button-right {
    float: none
  }

  .social-register .fb-reg {
    font-size: 14px
  }

  .social-register .g-reg {
    font-size: 14px
  }

  .carousel-inner.owl-carousel.owl-theme .product-grid .col-xs-6 {
    width: 50% !important
  }

  .product-grid .product .name a {
    padding: 0 5px
  }
}

@media screen and (min-width:300px) and (max-width:479px) {
  .simplecheckout-cart.dn-table .name a {
    font-size: 14px
  }

  .simplecheckout-cart.dn-table .options small {
    font-size: 14px
  }

  .simple-content .buttons {
    flex-wrap: wrap
  }

  .simplecheckout-button-left {
    float: none
  }

  .simplecheckout-button-block .simple-book-rules {
    float: none;
    padding-bottom: 20px
  }

  .simplecheckout-button-right {
    float: none
  }

  .carousel-inner.owl-carousel.owl-theme .product-grid .col-xs-6 {
    width: 100% !important
  }

  .simplecheckout-button-right .button {
    width: auto;
    font-size: 12px
  }

  .simplecheckout-button-left .button {
    width: auto;
    font-size: 12px
  }

  .product-grid .product .name a {
    padding: 0 10px
  }

  body .sale {
    margin-right: 5px
  }

  .simplecheckout-cart .total {
    visibility: visible !important
  }

  .simplecheckout-cart th.remove::after {
    content: 'Р¦РµРЅР°';
    display: inline-block
  }

  .simplecheckout-block-content .row-customer_register .radio {
    padding-bottom: 10px;
    font-size: 14px
  }

  .row-customer_register .yes-reg-special::after {
    content: 'РЇ РќРћР’Р«Р™ РџРћРљРЈРџРђРўР•Р›Р¬';
    font-size: 14px
  }

  .modal-block__product .col-sm-3.col-xs-6 {
    width: 100% !important;
    float: none !important
  }

  .modal-block__product .carousel-inner {
    max-height: 100%
  }

  .modal-block__product .product-grid .add-to-links>div a {
    width: 100%
  }

  .modal-block__product .product-grid .product .name a {
    font-size: 14px
  }
}

@media screen and (min-width:300px) and (max-width:350px) {
  .product-info .price {
    width: 150px;
    float: none;
    margin: 0;
    text-align: left
  }

  .product-info .cart .add-to-cart {
    float: none
  }

  .product-info .cart .add-to-cart .button {
    float: none;
    margin: 0;
    width: 200px
  }

  [class*="product-product"] .product-info .links {
    float: none !important;
    margin: 20px 0;
    text-align: left;
    padding-left: 0
  }

  [class*="product-product"] .product-info .btn-wislist span {
    padding-left: 35px
  }

  [class*="product-product"] .product-info .btn-wislist {
    width: 200px;
    background-position: 140px center
  }
}

@charset "UTF-8";

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s
}

.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s
}

.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s
}

.media,.media-body{overflow:hidden;zoom:1}.media,.media .media{margin-top:15px}.media:first-child{margin-top:0}.media-object{display:block}.media-heading{margin:0 0 5px}.media>.pull-left{margin-right:10px}.media>.pull-right{margin-left:10px}.media-list{padding-left:0;list-style:none}
