@font-face {
	font-family: 'Leto';
	src: url('../fonts/LetoSans-Bold.woff') format('woff'),
	url('../fonts/LetoSans-Bold.svg') format('svg'),
	url('../fonts/LetoSans-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Lora';
	src: url('../fonts/Lora-Regular.woff2') format('woff2'),
	url('../fonts/Lora-Regular.woff') format('woff'),
	url('../fonts/Lora-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto-Regular.woff2') format('woff2'),
	url('../fonts/Roboto-Regular.woff') format('woff'),
	url('../fonts/Roboto-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto-Light.woff2') format('woff2'),
	url('../fonts/Roboto-Light.woff') format('woff'),
	url('../fonts/Roboto-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto-Medium.woff2') format('woff2'),
	url('../fonts/Roboto-Medium.woff') format('woff'),
	url('../fonts/Roboto-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

.cookies-popup {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	background: rgba(0, 0, 0, 0.8);
	box-shadow: 0 3px 10px 0 #757575;
	z-index: 10000;
	font-size: 16px;
	line-height: 1.2em;
	display: none;
}

.cookies-popup__text {
	display: inline-block;
	vertical-align: middle;
	max-width: calc(100% - 150px);
	color: #fff;
}

@media (max-width: 480px) {
	.cookies-popup__text {
		max-width: 100%;
		width: 100%;
		margin-bottom: 10px;
	}
}

.cookies-popup__text a {
	color: rgb(113, 226, 113);
	text-decoration: underline;
}

.cookies-popup__text a:hover {
	text-decoration: none;
}

.cookies-popup__btn {
	display: inline-block;
	vertical-align: middle;
	border-radius: 5px;
	background-color: rgb(91, 183, 91);
	border: 0px;
	padding: 6px 15px;
	font-weight: bold;
	cursor: pointer;
	margin: 0px 10px 0px 30px;
	color: rgb(255, 255, 255);
	transition: 0.25s;
	text-decoration: none !important;
}

.cookies-popup__btn:hover {
	color: #fff !important;
}


/*---------------------------*/

.popup-additional {
	padding: 20px 20px;
	text-align: center;
}

.popup-additional input[type=checkbox] {
	display: inline-block;
	vertical-align: middle;
	height: auto;
	width: auto;
	margin: auto;
}

.popup-additional label {
	cursor: pointer;
}

.popup-additional label span {
	line-height: 1.2em;
}


/* end policy ------------------------------*/


/*popup call*/

.call-popup {
	display: none;
}

.arcticmodal-overlay, .arcticmodal-container {
	z-index: 100000 !important;
}

.box-modal {
	position: relative;
	width: 250px;
	margin: auto;
	padding: 30px 15px 35px 15px;
	padding-bottom: 15px;
	background: #fff;
}

.popup-logo {
	display: block;
	width: 104px;
	margin: auto;
	margin-bottom: 20px;
}

.popup-logo img {
	width: 100%;
}

.box-modal__title {
	text-align: center;
	text-transform: uppercase;
	color: #848484;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}

@media (max-width: 480px) {
	.box-modal {
		width: 200px;
		padding: 30px 15px;
	}
	.box-modal label {
		font-size: 13px;
	}
}

.form {
	text-align: left;
}

.box-modal_close {
	position: absolute;
	width: 24px;
	height: 26px;
	top: 0px;
	right: -30px;
	border: 2px solid #fff;
}

.box-modal_close:before, .box-modal_close:after {
	content: "";
	display: block;
	position: absolute;
	top: 10px;
	left: 0;
	width: 20px;
	height: 2px;
	background: #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.box-modal_close:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.box-modal_close {
	cursor: pointer;
}

.arcticmodal-container_i2, .arcticmodal-container_i {
	background: transparent !important;
}

.form label {
	display: block;
	margin-bottom: 5px;
	font-size: 13px;
}

.form input {
	display: block;
	width: 100%;
	height: 40px;
	margin-bottom: 4px;
	padding: 0 10px;
	text-align: left;
	line-height: 18px;
	font-size: 15px;
	border: none;
	outline: none;
	box-sizing: border-box;
	color: #222;
	border: 1px solid #222;
}

.form input+input {
	margin-bottom: 10px;
}

.form input:focus {
	border: 1px solid #000;
	box-shadow: 0 0 3px 1px #000;
}

.form .form-btn {
	display: block;
	width: 100%;
	margin: auto;
	padding: 10px 30px !important;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	border-radius: 5px;
	background: #bca480;
	font-size: 14px;
	border: none;
	outline: none;
	cursor: pointer;
}

.form .form-btn:hover {
	background: #9c8460;
}

.header__callback {
	margin-top: 5px;
	margin-left: 52px;
}


/*end form ---------------------------------*/

.header-contacts {
	float: right;
	width: 33%;
	text-align: center;
	padding-top: 30px;
}

body header.home1_theme_header.affix .header-contacts {
	display: none;
}

.header-contacts {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	justify-content: flex-end;
}
.header-contacts__phone {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}

.header-contacts__phone {
	font-size: 18px;
	color: #5a5a5a;
	font-weight: 600;
	letter-spacing: 1px;
	margin-bottom: 5px;
}

.btn--call {
	padding: 8px 10px;
	background-color: #d9221a;
	color: #fff;
	text-align: center;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	border: 1px solid #d9221a;
	transition: .3s all ease 0s;
}
.btn--call:hover {
	background-color: #27a057;
	border-color: #27a057;
}

@media (max-width: 767px) {
	body header.home1_theme_header .main-header .nav-top>div {
		width: 100%;
		margin-bottom: 20px;
		padding-top: 0;
	}
}

.arcticmodal-container_i2 {
	padding: 24px !important;
	border: none !important;
}

.arcticmodal-container_i2:before, .arcticmodal-container_i2:after {
	display: none !important;
}

.mobile-top-navigation, .hamburger, .is-mobile-nav-menu.nav-menu {
	display: none !important;
}

@media (max-width: 1024px) {
	body header.home1_theme_header .navigation_area {
		display: none !important;
	}
	.mobile-top-navigation {
		display: -webkit-flex !important;
		display: -ms-flex !important;
		display: flex !important;
		align-items: center;
	}
	.mobile-top-navigation > a {
		margin-left: 5px;
	}
}


/*main menu --------------------------------------*/

@media (max-width: 1024px) {
	body header.home1_theme_header {
		margin-bottom: 15px;
	}
	body header.home1_theme_header .navigation_area {
		display: none !important;
	}
	body header.home1_theme_header .mobile-top-navigation {
		width: 100%;
		position: relative;
		float: left;
		background-color: #ececec;
	}
	body header.home1_theme_header .mobile-top-navigation #showLeftPush {
		position: absolute;
		width: 20px;
		height: 20px;
		top: 50%;
		left: 15px;
		border: 0;
		padding: 0;
		margin-top: -10px;
		background-color: transparent;
	}
	body header.home1_theme_header .mobile-top-navigation #showLeftPush i.fa {
		font-size: 14px;
		position: absolute;
		top: 50%;
		left: 0;
		margin-top: -7px;
	}
	body header.home1_theme_header .mobile-top-navigation #showLeftPush.active {
		border: 2px solid #000;
		border-radius: 50%;
		margin-top: -10px;
	}
	body header.home1_theme_header .mobile-top-navigation #showLeftPush.active i.fa {
		left: 50%;
		margin-left: -4px;
		font-size: 10px;
		line-height: 14px;
		top: 0;
		margin-top: 0;
	}
	body header.home1_theme_header .mobile-top-navigation>ul {
		text-align: center;
		margin: 10px 0;
	}
	body header.home1_theme_header .mobile-top-navigation>ul>li {
		margin: 0 10px;
	}
	body header.home1_theme_header .mobile-top-navigation>ul>li .btn-group.open .dropdown-toggle {
		box-shadow: none;
	}
	body header.home1_theme_header .mobile-top-navigation>ul>li a {
		color: #000;
	}
	body header.home1_theme_header .mobile-top-navigation>ul>li .customer.dropdown-menu {
		padding: 0;
		border-radius: 0;
		margin-top: 10px;
		border: 0;
	}
	body header.home1_theme_header .mobile-top-navigation>ul>li .customer.dropdown-menu li {
		margin-bottom: 0;
		width: 100%;
	}
	body header.home1_theme_header .mobile-top-navigation>ul>li .customer.dropdown-menu li a {
		padding: 5px 10px;
	}
	body header.home1_theme_header .mobile-top-navigation>ul>li .customer.dropdown-menu li a:hover {
		background-color: #bca480;
	}
	body header.home1_theme_header .mobile-top-navigation>ul>li .currency_wrapper {
		position: relative;
		padding-right: 10px;
		display: block;
		box-shadow: none;
	}
	body header.home1_theme_header .mobile-top-navigation>ul>li .currency_wrapper .fa {
		position: absolute;
		top: 50%;
		right: 0px;
		margin-top: -6.5px;
	}
	body header.home1_theme_header .mobile-top-navigation>ul>li.is-mobile-currency .currencies {
		padding: 0;
		min-width: 50px;
		width: 50px;
		border-radius: 0;
	}
	body header.home1_theme_header .mobile-top-navigation>ul>li.is-mobile-currency .currencies li {
		text-align: center;
		margin-bottom: 0;
	}
	body header.home1_theme_header .mobile-top-navigation>ul>li.is-mobile-currency .currencies li a {
		padding: 5px;
		display: block;
	}
	body header.home1_theme_header .mobile-top-navigation>ul>li.is-mobile-currency .currencies li.active a {
		background-color: #bca480 !important;
	}
	body header.home1_theme_header .mobile-top-navigation .currencies.dropdown-menu {
		margin-top: 10px;
	}
	body header.home1_theme_header .is-mobile-nav-menu {
		display: none !important;
	}
	body header.home1_theme_header .is-mobile-nav-menu>ul.nav {
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 0;
	}
	body header.home1_theme_header .is-mobile-nav-menu>ul.nav>li {
		margin-bottom: 0;
		width: 100%;
		float: left;
	}
	body header.home1_theme_header .is-mobile-nav-menu>ul.nav>li>a {
		background-color: #000;
		color: #fff;
		font-size: 12px;
	}
	body header.home1_theme_header .is-mobile-nav-menu>ul.nav>li.open>a:hover, body header.home1_theme_header .is-mobile-nav-menu>ul.nav>li.open>a {
		background-color: rgba(0, 0, 0, 0.7) !important;
		opacity: 1;
		filter: alpha(opacity=1);
	}
	body header.home1_theme_header .is-mobile-nav-menu>ul.nav>li.open>ul.dropdown-menu {
		background-color: rgba(0, 0, 0, 0.7);
	}
	body header.home1_theme_header .is-mobile-nav-menu>ul.nav>li.open ul.dropdown-menu {
		padding: 10px 0;
		border-radius: 0;
	}
	body header.home1_theme_header .is-mobile-nav-menu>ul.nav>li.open ul.dropdown-menu>li.list-title {
		display: none;
	}
	body header.home1_theme_header .is-mobile-nav-menu>ul.nav>li.open ul.dropdown-menu>li {
		color: rgba(255, 255, 255, 0.7);
		margin-bottom: 0;
	}
	body header.home1_theme_header .is-mobile-nav-menu>ul.nav>li.open ul.dropdown-menu>li>a {
		color: rgba(255, 255, 255, 0.7);
		background-color: transparent;
		padding-left: 15px;
	}
	body header.home1_theme_header .is-mobile-nav-menu .dropdown-menu .dropdown-menu {
		display: block !important;
		padding-left: 20px !important;
	}
	body header.home1_theme_header .is-mobile-nav-menu.leftnavi-open {
		display: block !important;
	}
	body header.home1_theme_header .currency_group .currency .fa,
  body header.home1_theme_header .currency_group .currency .currency_code {
		color: #000;
	}
	body header.home1_theme_header .currency_group .currency a {
		display: inline-block;
		*display: block;
		zoom: 1;
	}
	body header.home1_theme_header .customer {
		margin-top: 0;
		margin-left: 0px;
		min-width: 100px;
	}
	body header.home1_theme_header .customer li {
		display: block;
		width: 100%;
		float: left;
	}
	body header.home1_theme_header .customer li:hover a {
		color: #fff;
	}
	body header.home1_theme_header .nav-search {
		width: 100% !important;
	}
	body header.home1_theme_header .nav-search .search {
		margin: 20px auto !important;
		width: 100%;
	}

	.navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
		background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
	.navbar-nav .open .dropdown-menu>li>a {
    line-height: 20px;
  }
	.navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a {
    padding: 5px 15px 5px 25px;
  }

}

.cross-btn {
	display: none;
	width: 30px;
	height: 30px;
	/*z-index: 100;*/
	position: absolute;
	top: 6px;
	right: 2px;
}

.mm-opened .cross-btn {
	display: block;
}

@media (min-width: 768px) {
	body header.home1_theme_header .nav-search {
		width: 33% !important;
	}
}

.mobile-menu {
	display: none;
}

@media (max-width: 1024px) {
	body header.home1_theme_header .main-header .nav-top .nav-logo h1 {
		margin: 20px 0;
	}
  .mobile-menu {
		display: block;
	}
	.header-contacts {
		padding: 10px 0;
	}

}

.mobile-top-navigation--fixed {
	position: fixed !important;
	top: 0;
	left: 0;
	width: 35px !important;
  height: 35px;
	z-index: 10000;
}

@media (min-width: 1200px) {
	body .main-slideshow.home1_slideshow .home-slideshow-inner {
	   width: 100%;
	}
}

.float-right-icon {
	z-index: 3;
}

body header.home1_theme_header.affix .main-header .main-header-inner {
	margin-bottom: 0 !important;
}

.footer_copyright {
	float: left;
	width: calc(100% - 210px);
}

.devs {
	float: right;
	width: 200px;
}

@media (max-width: 767px) {
  .footer_copyright {
		float: none;
		width: 100%;
		margin-bottom: 10px;
	}
	.devs {
		float: none;
		width: 100%;
		text-align: center;
	}
	.float-right-icon {
    right: 10px;
    bottom: 5px;
  }
	.cols-wrapper {
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
}

body .main-slideshow.home1_slideshow .home-slideshow-inner .slideshow-caption {
	display: block;
	left: 0;
	right: 0;
}
body .main-slideshow.home1_slideshow .home-slideshow-inner .slideshow-caption .slide-caption {
	display: flex;
	justify-content: center;
	align-items: center;
}
.dis_tablecell {
	max-width: 710px;
	display: block;
	margin: auto;
	height: auto;
	padding: 45px 0px;
}
.main-slider .dis_tablecell {
	border: 4px solid #FFF;
	background: rgba(255,255,255,0.6);
}
.dis_tablecell .title {
	color: #1a181b;
	font-weight: 300;
	font-size: 18px;
	margin-bottom: 35px;
}

.dis_tablecell .content {
 color: #442336;
	font-weight: bold;
	font-size: 40px;
	font-family: "Leto", sans-serif !important;
}
.carousel-control i {
	font-size: 34px;
	line-height: 38px;
}
body .main-slideshow.home1_slideshow .slideshow-caption .btn {
	color: #442336;
	background: #f8f8f8 !important;
	margin-top: 45px;
	border-color: #f8f8f8;
}
.descriptor {
	display: block;
	color: #d9221a;
	font-size: 13px;
	margin-top: 8px;
}


@media (min-width: 992px) {
	body #home_shopsave_layout .home_shopsave_inner .home_shopsave_content .home_shopsave_content_inner>div>div>span.title {
		font-size: 16px;
		margin-bottom: 10px;
	}
}

body .product:hover .row-right {
    -ms-transform: scale(1) !important;
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
}

.btn--category {
    position: absolute;
    width: 180px !important;
    height: 38px !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    color: #fff !important;
    background-color: #bca480 !important;
		opacity: 0;
		transition: all 0.2s;
}

.products .product:hover .btn--category {
	opacity: 1;
}

@media (max-width: 1024px) {
	.btn--category {
		opacity: 1;
	}
}

.featuted-image__item {
	margin-bottom: 15px;
}

.featuted-image__item img {
	max-width: 100%;
	text-align: center;
}

.featuted-image-mini {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	/*justify-content: space-between;*/
}

.featuted-image-mini .featuted-image-mini__item {
	width: 30%;
}

.featuted-image-mini .featuted-image-mini__item img {
	width: 100%;
}

.item-size {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	margin: 20px 0;
	align-items: center;
}

.item-size__title {
	font-size: 18px;
	line-height: 19px;
	font-weight: bold;
  margin-right: 20px;
}

.item-size__list {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	justify-content: flex-start;
	flex-grow: 1;
	background: #fff;
  text-align: left;
  padding: 5px;
}

/*radio*/

.control {
  display: block;
  position: relative;
  padding-left: 24px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 18px;
}
.control--radio {
	margin-bottom: 0;
	margin-left: 20px;
}
.control--radio:first-child {
	margin-left: 0;
}

.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.control__indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #e6e6e6;
}
.control--radio .control__indicator {
  border-radius: 50%;
}
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #ccc;
}
.control input:checked ~ .control__indicator {
  background: #bca480;
}
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: #96805f;
}
.control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}
.control__indicator:after {
  content: '';
  position: absolute;
  display: none;
}
.control input:checked ~ .control__indicator:after {
  display: block;
}
.control--checkbox .control__indicator:after {
  left: 8px;
  top: 4px;
  width: 3px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}
.control--radio .control__indicator:after {
  left: 7px;
  top: 7px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #fff;
}
.control--radio input:disabled ~ .control__indicator:after {
  background: #7b7b7b;
}

@media (max-width: 991px) {
  .item-size__list {
    flex-grow: 0;
	}
}

@media (max-width: 480px) {
  .item-size {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;

	}
	.item-size__title {
		margin-bottom: 12px;
	}
}
/*end radio*/

.info-detail-pro {
	position: relative;
}

.prod-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	width: 30px;
	height: 105px;

}

@media (max-width: 1023px) {
	.prod-arrow {
		display: none;
	}
}

.prod-arrow--prev {
  left: -40px;
}

.prod-arrow--prev:before {
	content: '';
	position: absolute;
	top: 0;
	left: 10px;
	display: block;
	width: 5px;
	height: 56px;
	transform: rotate(26deg);
	background: #bca480;
}
.prod-arrow--prev:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 10px;
	display: block;
	width: 5px;
	height: 56px;
	transform: rotate(-26deg);
	background: #bca480;
}

.prod-arrow--next {
	right: -40px;
}

.prod-arrow--next:before {
	content: '';
	position: absolute;
	top: 0;
	left: 12px;
	display: block;
	width: 5px;
	height: 56px;
	transform: rotate(-26deg);
	background: #bca480;
}
.prod-arrow--next:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 12px;
	display: block;
	width: 5px;
	height: 56px;
	transform: rotate(26deg);
	background: #bca480;
}

.article-item {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	width: 100%;
}

.article-image {
	width: 40%;
  flex-shrink: 0;
  margin-right: 15px;
	margin-bottom: 15px;
}

.article-item__wrapper {

}

.article-item__title {
	color: #000;
	font-size: 22px;
	line-height: 24px;
}

.article-item__title a {
	color: #000;
}

.btn--bg-brown {
	background: #bca480;
	color: #fff;
	border: none;
}

.btn--article {
	float: right;
	line-height: 40px;
}

.article-content {
	margin-bottom: 0;
}

body .articles .article {
	margin-bottom: 60px;
}

body .page-with-contact-form .contact-detail {
	padding-right: 50px;
}

@media (max-width: 991px) {
	.article-item {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		align-items: center;
	}
	.article-image {
		width: 100%;
	}
	body .page-with-contact-form .contact-detail {
		padding-right: 0;
	}
}

.contact-link {
	color: #000;
}

.js_field-tel__input {
	padding: 9px;
}

body .search-content .search-content-wrapper .expanded-message {
	margin: 20px auto;
  padding: 0 15px;
}

.main-title {
	text-align: center;
	color: #000;
	margin-bottom: 20px;
}

.main-title--search {
	margin-top: 0;
	text-align: left;
}

.main-title--search span {
	font-weight: bold;
	font-style: italic;
}

.text-table {
	width: 100%;
}

.text-content p img {
    float: left;
		margin-right: 15px;
		margin-bottom: 15px;
}

.text-content {
	color: #000;
}
.text-content p {
	font-size: 16px;
	line-height: 1.2em;
	color: #000;
}

.text-content p img {
	float: left;
}

.text-content h2 {
	font-size: 24px;
	line-height: 1.1em;
	font-weight: bold;
}

.text-content h3 {
	font-size: 20px;
	line-height: 1.1em;
	font-weight: bold;
}

.text-gallery {
	font-size: 0;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
  flex-wrap: wrap;
}

.text-gallery__item {
	display: inline-block;
	vertical-align: top;
	width: 33%;
	margin-bottom: 10px;
	padding: 10px 7px;
	font-size: 16px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}


@media (max-width: 480px) {
	.text-gallery__item {
		width: 90%;
	}
}

.text-gallery__item img {
	width: 100%;
}

.text-content ul li {
	position: relative;
	list-style: none;
	font-size: 18px;
	line-height: 1.2em;
}

.text-content ul li:before {
	content: "\f101";
	display: block;
	position: absolute;
	font-family: FontAwesome;
	top: 0;
	left: -17px;
	color: #d18c9d;
	line-height: 1.2em;
	text-align: center;
}

.text-content ol li {
	font-size: 18px;
	line-height: 1.2em;
}

.accordion-container{
  position: relative;
  max-width: 700px;
  height: auto;
  margin: 20px 0;
}
.accordion-container > h2{
  text-align: center;
  color: #fff;
  padding-bottom: 5px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
}
.set{
  position: relative;
  width: 100%;
  height: auto;
  background-color: #f5f5f5;
}
.set > a{
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: #555;
  font-weight: 600;
  border-bottom: 1px solid #ddd;
  -webkit-transition:all 0.2s linear;
  -moz-transition:all 0.2s linear;
  transition:all 0.2s linear;
}
.set > a i{
  position:relative;
  float: right;
  margin-top:4px;
  color: #666;
}
.set > a.active{
  background-color:#bca480;
  color: #fff;
}
.set > a.active i{
  color: #fff;
}
.accordion-container__content{
  position:relative;
  width: 100%;
  height: auto;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  display:none;
}
.accordion-container__content p{
  padding: 10px 15px;
  margin: 0;
  color: #333;
}

.content-gallery {
  max-width: 1200px;
	margin-bottom: 30px;
  font-size: 0;
  text-align: left;
}

.content-gallery__item {
  display: inline-block;
  vertical-align: top;
  width: 31%;
  min-height: 100px;
  margin: 10px 1%;
  /*border: 1px solid #000;*/
  font-size: 16px;
  box-sizing: border-box;
	overflow: hidden;
}

.content-gallery__item img {
  width: 100%;
	transition: all 1s;
}

.content-gallery__item:hover img {
	transform: scale(1.2);
}

body #page .contact-form textarea {
	margin-bottom: 0;
}
.panel-body .contact-info {
	list-style: none;
}
.panel-body .contact-info li::before {
	display: none;
}

body .article {
	margin-bottom: 0;
}
body .sidebar .sidebar-block:last-child {
	margin-bottom: 30px;
}
body.index-template main.main-content section {
	padding-bottom: 20px !important;
}
.heading-group {
	margin-bottom: 20px;
	padding-top: 35px;
	padding-bottom: 35px;
}
body .product-detail-content {
	margin-bottom: 20px;
}
body .related-products {
	margin-bottom: 20px;
}
body .product-detail-content .info-detail-pro {
	margin-bottom: 20px;
}
body header.home1_theme_header.affix .navigation_area ul.navigation_links>li {
    margin: 0 11px;
}
body header.home1_theme_header.affix .navigation_area {
	width: 85% !important;
}
.featuted-image-mini .featuted-image-mini__item:first-child {
	margin-right: 4%;
}
.featuted-image-mini .featuted-image-mini__item:last-child {
	margin-left: 4%;
}
.product_vendor b {
	color: #5a5a5a;
}
.sidebar-content.recent-article .ra-item h5 a {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}
.form-fields-row {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
}
.form-fields-row > p:first-child {
	margin-right: 20px;
}

.article-heading {
  padding-top: 20px !important;
  margin-bottom: 20px !important;
}
body .page-lookbook .gallery-wrapper > div {
	margin-bottom: 10px;
}
body .page-lookbook .gallery-wrapper .lb-element {
	margin-bottom: 10px;
}

.list-cat__item--active a {
	font-weight: bold !important;
  color: red !important;
}

.list-collection-content .products .product .image {
	min-height: 357px;
}

.list-collection-content .products .product .col-info {
  min-height: 137px;
}

body .page-lookbook .gallery-wrapper {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	margin: 0;
}

body .page-lookbook .gallery-wrapper .gallery-item {
	margin-bottom: 30px;
}

body .product .row-left {
	/*min-height: 435px;*/

}

body #collection .collection-items .product {
	margin-bottom: 0;
}

body #collection .products .product-item {
	margin-bottom: 30px;
}

body .product .row-left {
	overflow: hidden;
	height: 435px;
}



@media (min-width: 1200px) {
	body .product .hoverBorderWrapper:hover .not-rotation {
	    -ms-transform: scale(1);
	    -webkit-transform: scale(1);
	    transform: scale(1);
	}
}
body .product .hoverBorderWrapper:hover .not-rotation {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}
body header.home1_theme_header .navigation_area {
	transition: none;
}

.gallery-item {

}

.gallery-wrapper__item-title {
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
}

body header.home1_theme_header .navigation_area ul.navigation_links>li {
	margin: 0 15px;
}

body .page-lookbook .gallery-wrapper > .gallery-item {
	width: 48%;
	margin-left: 1%;
	margin-right: 1%;
}

body .product .product-item  .product-title  {
	min-height: 50px;
}
body .products .product-item .product .product-title  {
	min-height: 50px;
}

.popular-product {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	align-items: flex-start;
	margin-bottom: 15px;
}

.popular-product:hover .popular-product__img img {
  transform: scale(1.2);
}

.popular-product:hover .popular-product__title {
	color: #d9221a;
}

.popular-product__img {
	width: 50%;
	margin-right: 10px;
	overflow: hidden;
}

.popular-product__img img {
	width: 100%;
	transition: all 1s;
}

.popular-product__info {

}

.popular-product__title {
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 1.2em;
	transition: all 0.3s;
}

.popular-product__price {
	font-size: 14px;
	line-height: 1.2em;
	color: #848484;
}

body .product-detail-content #product-information {
	padding-left: 25px;
}

.product-contact {
  position: relative;
	padding: 80px 15px;
  padding-top: 100px;
	font-size: 18px;
	line-height: 1.5em;
	background: url("../img/elka.jpg") no-repeat;
	background-size: cover;
	text-align: center;
}

.product-contact::before {
  content: '';
  display: block;
  position: absolute;
  top: 44px;
  left: 50%;
  transform: translateX(-50%);
  width: 58px;
  height: 35px;
  background: url("../img/icon-elki.png") no-repeat;
}

.product-contact b {
	display: block;
}

.product-contact a {
	display: block;
	text-decoration: none;
	color: #000;
}

body #home_blog_layout.home1_blog .home_tab_group .tab-content .tab-pane .blog-content {
	position: relative;
	background: url("../content/articles/thumb_763b615a6fcfc3c17fce497dbabfd0e7.jpg");
	background-size: cover;
}

body #home_blog_layout.home1_blog .home_tab_group .tab-content .tab-pane .blog-content:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.3);
}

body #home_blog_layout.home1_blog .home_tab_group .tab-content .tab-pane .blog-content:after {
	content: '';
	display: table;
	clear: both;
}

body #home_blog_layout.home1_blog .home_tab_group .tab-content .tab-pane .blog-content * {
	position: relative;
	z-index: 2;
}

body #home_blog_layout.home1_blog .home_tab_group .tab-content .tab-pane .blog_image {
	display: none;

}

.mobile-top-navigation > a {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-align-items: center;
	align-items: center;
}

.mobile-top-navigation > a span {
	margin-left: 5px;
	font-size: 18px;
}

.mobile-top-navigation--fixed > a span {
	display: none;
}

@media (max-width: 1199px) {
	body .product .row-left {
		height: 435px;
		margin-bottom: 15px;
	}
	body #home_blog_layout.home1_blog .home_tab_group .tab-content .tab-pane .blog-content {
		padding: 15px;
	}
	body #home_blog_layout.home1_blog .home_tab_group .tab-content .tab-pane .blog-content .blog-title {
		margin-bottom: 10px;
	}
	body #home_blog_layout.home1_blog .home_tab_group .tab-content .tab-pane .blog-content .bl_au_ac {
		padding-top: 15px;
	}
}


@media (max-width: 1024px) {

}
@media (max-width: 991px) {
	.contact-form-btn-wrapper {
		text-align: center;
	}
	body .product .row-left {
		height: 390px;
	}
	body .product-detail-content #product-information {
		padding-left: 0;
	}
	.product-contact {
		padding: 20px 15px;
	  padding-top: 55px;
	}
	.product-contact::before {
		top: 14px;
	}
}
@media (max-width: 768px) {
	.text-gallery__item {
		width: 50%;
	}
	body .page-lookbook .lookbook-content>div .lb-element {
    margin-bottom: 7px;
  }
	.content-gallery {
    text-align: center;
  }
  .content-gallery__item {
    width: 48%;
    max-width: 280px;
  }
	.gallery-wrapper__item-title {
		font-size: 15px;
		line-height: 18px;
	}
	body .product .row-left {
		height: 340px;
		margin-bottom: 15px;
	}
}

@media (max-width: 540px) {
body ul.nav-tabs li a {
    height: auto;
		line-height: 1.2em;
    padding: 6px 10px;
	}
}

@media (max-width: 480px) {
  .content-gallery__item {
    width: 270px;
  }
	.form-fields-row {
		display: block;
	}
	.form-fields-row > p:first-child {
		margin-right: 0;
	}
	body .page-lookbook .gallery-wrapper > .gallery-item {
		width: 100% !important;
		margin: 0;
		margin-bottom: 25px !important;
	}
	.main-slider .dis_tablecell {
		border: none;
	}
	footer.footer.home1_theme_footer {
		text-align: center;
	}
	.footer_copyright {
		text-align: center;
	}
	body footer.home1_theme_footer .footer_link_block {
		margin-bottom: 10px;
	}
	body footer.home1_theme_footer .footer_link_block .footer_link_content .link_title:after {
		left: 50%;
		transform: translateX(-50%);
	}
	body footer.home1_theme_footer .footer_information_block {
		padding-top: 10px;
    padding-bottom: 10px;
	}
	.article-image {
		margin-right: 0;
	}
	body .page-title span {
		font-size: 18px;
	}
}
