@font-face {font-family: "KursivC";
  src: url("../fonts/55c8ce21da3d99d0d1ca3cb87b57f90c.eot"); /* IE9*/
  src: url("../fonts/55c8ce21da3d99d0d1ca3cb87b57f90c.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("../fonts/55c8ce21da3d99d0d1ca3cb87b57f90c.woff2") format("woff2"), /* chrome、firefox */
  url("../fonts/55c8ce21da3d99d0d1ca3cb87b57f90c.woff") format("woff"), /* chrome、firefox */
  url("../fonts/55c8ce21da3d99d0d1ca3cb87b57f90c.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url("../fonts/55c8ce21da3d99d0d1ca3cb87b57f90c.svg#Behrens KursivC") format("svg"); /* iOS 4.1- */
}

/*
@font-face {
  font-family: 'Ampir-Deco';
  src: url('../fonts/KursivC.eot');
  src: local('☺'), 
  url('../fonts/KursivC.woff') format('woff'), 
  url('../fonts/KursivC.ttf') format('truetype'), 
  url('../fonts/KursivC.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Mon-Amour-Two-Medium';
  src: url('../fonts/Mon-Amour-Two-Medium.eot');
  src: local('☺'), url('../fonts/Mon-Amour-Two-Medium.woff') format('woff'), url('../fonts/Mon-Amour-Two-Medium.ttf') format('truetype'), url('../fonts/Mon-Amour-Two-Medium.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
*/
body {
	font-family: 'KursivC';
	font-weight: 400;
	color: #666;
	font-size: 16px;
	line-height: 1.3;
	width: 100%;
  background-color: #fff;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #23a1d1;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}
.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
/* top */
.header_container {
  font-family: 'KursivC';
  font-size: 18px;
  color: black;
  background-color: #fff;
}
.header_container header .container{
  background: url(/image/back1.png);
  background-repeat: no-repeat;
  background-size: 580px;
  height: 675px;
  background-position: 87% bottom;
}

.header_container header {

  position: relative;
}
.header_container a,
.header_container a:hover,
.header_container a:focus {
  color: black;  
}
.header_inner {
  width: 1040px;
  max-width: 86%;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}
.header_image_before {
  position: absolute;
  right: 7%;
  width: 50%;
  bottom: 0;
}
.header_image_before::after {
  content: '';
  background: url("../image/circle.png");
  position: absolute;
  -webkit-background-size: cover;
  background-size: cover;
  bottom: -212px;
  right: -70px;
  width: 660px;
  height: 660px;
  display: block;
  -webkit-animation: scale-up-center 5s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: scale-up-center 5s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
.header_image_before::before {
  content: '';
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  bottom: -140px;
  z-index: 1;
  width: 520px;
  height: 520px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: scale-up-center 3s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: scale-up-center 3s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
.header_image {
  position: absolute;
  right: 10%;
  z-index: 1;
  width: 50%;
  bottom: 0;
}
#cart svg {
  width: 20px;
  height: 20px;
  stroke: black;
  fill: black;
}
.menu-item-cart {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
  display: block;
  position: relative;
  padding-right: 25px;
}
#cart span.count {
  font-size: 10px;
  font-size: 1rem;
  color: #fff;
  font-weight: 600;
  text-align: center;
  line-height: 22px;
  display: inline-block;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  position: absolute;
  right: auto;
  top: 50%;
  margin-top: -10px;
  background-color: black;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.page-header {
  text-align: center;
  padding: 20px 40px 20px 40px;
  margin: 0;
  border: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
}
.oc-tabs .tab-pane {
  background-color: #fff;
}
.page-header .page-title {
  font-size: 90px;
  font-size: 72px;
  color: #23232c;
  font-weight: 300;
  margin: 0;
  line-height: 1;
  padding-bottom: 35px;
}
#top {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}
#top .container {
	padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #fff;
	text-decoration: none;
  font-size: 16px;
}
#top .btn-link:hover, #top-links a:hover {
	color: #fff;
  text-decoration: none;
}
#menu-links a {	
	text-decoration: none;
  font-size: 18px;
}
#menu-links a:hover, #menu-links a:focus {
	color: #845705;
  text-decoration: none;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
  line-height: 14px;
}
#menu-links {
  padding-top: 40px;
  margin-top: 30px;
}
#top-links {
	padding-top: 10px;
}
#top-links a + a {
	margin-left: 15px;
}
.phones-list {
  display: block;
  text-align: right;
}
.phones-list li {
  font-family: 'KursivC';
  font-size: 26px;
  color: #fff;
  text-align: right;
  margin-bottom: 0px;
  margin-top: 4px;
  width: 100%;
}
.icons-list {
  display: block;
  margin-top: 70px;
  text-align: right;
}
.icons-list a i {
  margin-right: 0;
  color: black;
  font-weight: 100;
  margin-left: 10px;
  font-size: 20px;
}
.icons-phone-whatsapp {
  background: url('../image/whatsapp.png') no-repeat left bottom;
  background-size: 22px 22px;
  display: inline-block !important;
  width: 22px;
  height: 22px;
  margin-left: 10px;
  vertical-align: bottom;
}
.icons-phone-viber {
  background: url('../image/viber.png') no-repeat left bottom;
  background-size: 22px 22px;
  display: inline-block !important;
  width: 22px;
  height: 22px;
  margin-left: 10px;
  vertical-align: bottom;
}
/* logo */
#logo {
	margin: 0 0 10px 0;
  max-width: 220px;
}
#logo h1 {
	margin: 0;
}
#logo a {
  font-size: 48px;
}
/* navigation */
.navigation_mobile {
  display: none;
}
.toggle-nav {
  color: #fff;
  display: none;
  position: absolute;
  width: 30px;
  height: 30px;
  cursor: pointer;
  margin: 0 40px 0 0;
  vertical-align: top;
  cursor: pointer;
  z-index: 10;
  left: 20px;
  top: 30px;
}
.toggle-nav .icon-nav {
  position: absolute;
  border-bottom: 4px solid;
  top: 50%;
  left: 0;
  width: 32px;
  height: 4px;
  margin-top: -3px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.toggle-nav .icon-nav::after {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  height: 4px;
  border-bottom: 4px solid;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.toggle-nav .icon-nav::before {
  content: '';
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  height: 4px;
  border-bottom: 4px solid;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.nav_menu_close {
  position: absolute;
  right: 20px;
  top: 15px;
  width: 24px;
  height: 24px;
  opacity: 0.5;
  z-index: 9999;
}
.nav_menu_close:hover {
  opacity: 1;
}
.nav_menu_close:before, .nav_menu_close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 28px;
  width: 4px;
  background-color: #000;
}
.nav_menu_close:before {
  transform: rotate(45deg);
}
.nav_menu_close:after {
  transform: rotate(-45deg);
}
.header_title_container {
  position: absolute;
  top: 260px;
  width: 540px;
  text-align: center;
}
.header_title {
  font-size: 32px;
  margin-bottom: 10px;
}
.header_subtitle {
  font-size: 20px;
}
/* search */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
	min-height: 40px;
}
#menu .nav > li > a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* content */
#content {
  padding-top: 0;
  padding-bottom: 0;
  min-height: 0 !important;
}
#common-home {
  height: auto;
}
.oc-container {
  padding-left: 40px;
  padding-right: 40px;
}
.site-content {
  padding-top: 50px;
  padding-bottom: 100px;
}
.shop-toolbar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.shop-toolbar .toolbar-control {
  position: relative;
  float: right;
}
.shop-toolbar .toolbar-control li {
  float: left;
  padding: 0 30px;
  line-height: 20px;
  border-right: 1px solid #e4e6eb;
}
.shop-toolbar .toolbar-control li:first-child {
  padding-left: 0;
}
.shop-toolbar .toolbar-control li:last-child {
  padding-right: 0;
  border-right: none;
}
.shop-toolbar .result-count {
  font-size: 12px;
  font-size: 1.2rem;
  color: #909097;
  font-weight: 500;
  margin-bottom: 0;
}
.shop-toolbar .toolbar-control p {
  margin-bottom: 0;
}
.shop-toolbar .toolbar-control .product-size span { 
  margin-right: 25px;
  cursor: pointer;
}
.shop-toolbar .toolbar-control .product-size span:last-child {
  margin-right: 0;
}
svg {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  stroke: #23232c;
  stroke-width: 0px;
  fill: #23232c;
}
.shop-toolbar .toolbar-control .product-size svg {
  fill: #bfbfc8;
  stroke: #bfbfc8;
  width: 16px;
  height: 16px;
}
.shop-toolbar .toolbar-control .product-size span.active svg {
  fill: #23232c;
  stroke: #23232c;
}
svg:not(:root) {
  overflow: hidden;
}
#product-category .products ul::after, #product-category ul.products::after {
  clear: both;
}
#product-category .products ul::after, #product-category .products ul::before, #product-category ul.products::after, #product-category ul.products::before {
  content: ' ';
  display: table;
}
#product-category .products ul, #product-category ul.products {
  margin: 0 0 1em;
  padding: 0;
  list-style: none outside;
  clear: both;
}
#product-category ul.products {
  position: relative;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
  margin-left: -15px;
  margin-right: -15px;
}
#product-category .products ul li, #product-category ul.products li {
  list-style: none outside;
}
#product-category ul.products li.product {
  text-align: center;
  margin-bottom: 45px;
}
#product-category ul.products li.product:first-child {
  clear: left;
}
#product-category ul.products li.product a img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 0 1em;
  box-shadow: none;
}
#product-category ul.products li.product a img {
  margin-bottom: 0;
  -webkit-transition: opacity 0.7s;
  transition: opacity 0.7s;
}
#product-category ul.products li.product h3 {
  font-size: 14px;
  font-size: 1.4rem;
  color: #1e1e23;
  font-weight: 400;
  padding: 0;
  margin: 0 0 10px;
}
#product-category ul.products li.product a {
  text-decoration: none;
  color: #23232c;
}
#product-category ul.products li.product .loop-category__title, 
#product-category ul.products li.product .loop-product__title, 
#product-category ul.products li.product h3 {
    padding: .5em 0;
    margin: 0;
    font-size: 1em;
}
#product-product div.product .product-summary {
    position: relative;
}
#product-product div.product div.images {
    padding-right: 15px;
    position: relative;
}
#product-product div.product div.images, 
#product-product div.product div.summary {
    width: 50%;
    float: left;
    margin: 0;
}
#product-product div.product div.images .product-gallery__wrapper {
    -webkit-transition: all cubic-bezier(.795,-.035,0,1) .5s;
    transition: all cubic-bezier(.795,-.035,0,1) .5s;
    margin: 0;
    padding: 0;
}
.entry-summary {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 2;
}
.entry-summary {
    color: #7c7c80;
}
#product-product div.product div.summary {
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center;
}
#product-product div.product .product_title {
    clear: none;
    margin-top: 0;
    padding: 0;
}
#product-product div.product .product_title {
    /*font-size: 32px;*/
    font-size: 2.8rem;
    color: #1e1e23;
    font-weight: 300;
    margin-bottom: 25px;
}
#product-product div.product p.price, 
#product-product div.product span.price {
    font-size: 26px;
    font-size: 2.6rem;
    color: #1e1e23;
    margin-bottom: 0;
}
#product-product div.product p.price {
    margin-top: 10px;
    margin-bottom: 10px;
}
#product-product div.product div.cart, 
#product-product div.product p.cart {
    margin-bottom: 60px;
}
#product-product .quantity {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding: 7px;
    border: 1px solid #e4e6eb;
}
#product-product div.product .cart div.quantity {
    float: left;
    margin: 0 4px 0 0;
}
.screen-reader-text, 
.socials-menu span, 
#product-product div.product 
.oc-Reviews-title, 
.oc-cart h1.entry-title, 
.oc-account h1.entry-title, 
.oc-wishlist h1.entry-title, 
.oc-order-tracking h1.entry-title {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
#product-product div.product .cart div.quantity {
    float: none;
    width: 160px;
    height: 60px;
    display: inline-block;
    margin-right: 10px;
}
#product-product .quantity .increase, 
#product-product .quantity .decrease {
    cursor: pointer;
    padding: 0 6px;
    display: inline-block;
    background: none;
    border: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#product-product .quantity .qty {
    width: 3.631em;
    text-align: center;
}
#product-product .quantity .qty {
  -moz-appearance: textfield;
  border-width: 0;
  width: 66px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #23232c;
  background-color: #fff;
}
input[type="text"], 
input[type="email"], 
input[type="url"], 
input[type="password"], 
input[type="search"], 
input[type="number"], 
input[type="tel"], 
input[type="range"], 
input[type="date"], 
input[type="month"], 
input[type="week"], 
input[type="time"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="color"], 
textarea {
    -webkit-transition: border 0.5s;
    transition: border 0.5s;
    color: #666;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 5px 12px;  
}
#product-product .quantity:hover {
    border-color: #23232c;
}
.simplecheckout label {
  font-size: 14px;
}
.simplecheckout input[type="text"], 
.simplecheckout input[type="email"], 
.simplecheckout input[type="url"], 
.simplecheckout input[type="password"], 
.simplecheckout input[type="search"], 
.simplecheckout input[type="number"], 
.simplecheckout input[type="tel"], 
.simplecheckout input[type="range"], 
.simplecheckout input[type="date"], 
.simplecheckout input[type="month"], 
.simplecheckout input[type="week"], 
.simplecheckout input[type="time"], 
.simplecheckout input[type="datetime"], 
.simplecheckout input[type="datetime-local"], 
.simplecheckout input[type="color"], 
.simplecheckout select,
.simplecheckout textarea {
  font-size: 14px;
  background-color: #fff;
}
.simplecheckout .simplecheckout-button-block {
  background-color: #fff;
}
#product-product div.product .cart .button {
    min-width: 220px;
    vertical-align: top;
}
#product-product a.button, 
#product-product a.button.alt, 
#product-product a.button.disabled, 
#product-product a.button.alt.disabled, 
#product-product button.button, 
#product-product button.button.alt, 
#product-product button.button.disabled, 
#product-product button.button.alt.disabled, 
#product-product input.button, 
#product-product input.button.alt, 
#product-product input.button.disabled, 
#product-product input.button.alt.disabled {
    font-weight: 500;
    border-radius: 0;
    background-color: #845705;
    color: #fff;
    padding: 0;
    line-height: 60px;
}
#product-product div.product .cart .button svg {
    fill: #fff;
    stroke: #fff;
    margin-right: 15px;
}
#product-product div.product .product_meta {
    font-size: 10px;
    font-size: 1rem;
    font-weight: 500;
    text-transform: uppercase;
    padding: 35px 0;
    border-top: 1px solid #eaebee;
    border-bottom: 1px solid #eaebee;
}
#product-product div.product .product_meta > span {
    margin-right: 15px;
}
#product-product div.product .product-share {
    font-size: 10px;
    font-size: 1rem;
    font-weight: 500;
    text-transform: uppercase;
    padding: 35px 0;
}
#product-product div.product .product-share a {
    color: #909097;
    margin-right: 35px;
    text-decoration: none;
}
#product-product div.product .product-share i {
    font-size: 14px;
    font-size: 1.4rem;
    vertical-align: middle;
    margin-right: 10px;
}
#product-product .thumbnail {
  border: none;
}
#product-product div.product .oc-tabs {
    clear: both;
    padding-top: 40px;
}
#product-product div.product .oc-tabs ul.tabs::before {
    display: none;
}
#product-product div.product .oc-tabs ul.tabs::before {
    position: absolute;
    content: ' ';
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #d3ced2;
    z-index: 1;
}
#product-product div.product .oc-tabs ul.tabs {
    list-style: none;
    padding: 0 0 0 1em;
    margin: 0 0 1.618em;
    overflow: hidden;
    position: relative;
}
#product-product div.product .oc-tabs ul.tabs {
    text-align: center;
    padding: 35px 0 0 0;
    margin-bottom: 50px;
    border-top: 1px solid #f1f2f4;
}
#product-product div.product .oc-tabs ul.tabs li.active::after {
    box-shadow: -2px 2px 0 #fff;
}
#product-product div.product .oc-tabs ul.tabs li::before, 
#product-product div.product .oc-tabs ul.tabs li::after {
    display: none;
}
#product-product div.product .oc-tabs ul.tabs li::after {
    right: -5px;
    border-bottom-left-radius: 4px;
    border-width: 0 0 1px 1px;
    box-shadow: -2px 2px 0 #ebe9eb;
}
#product-product div.product .oc-tabs ul.tabs li::after, 
#product-product div.product .oc-tabs ul.tabs li::before {
    border: 1px solid #d3ced2;
    position: absolute;
    bottom: -1px;
    width: 5px;
    height: 5px;
    content: ' ';
    box-sizing: border-box;
}
#product-product div.product .oc-tabs ul.tabs li.active::before {
    box-shadow: 2px 2px 0 #fff;
}
#product-product div.product .oc-tabs ul.tabs li::before {
    left: -5px;
    border-bottom-right-radius: 4px;
    border-width: 0 1px 1px 0;
    box-shadow: 2px 2px 0 #ebe9eb;
}
.line-hover.active::after, 
.line-hover:hover::after {
    left: 0;
    width: 100%;
    background-color: #23232c;
}
#product-product div.product .oc-tabs ul.tabs li a::after {
    bottom: 0;
}
.line-hover::after {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    content: '';
    position: absolute;
    right: 0;
    bottom: -5px;
    width: 0;
    height: 2px;
    background-color: #23232c;
}
#product-product div.product .oc-tabs ul.tabs li a {
    display: inline-block;
    padding: .5em 0;
    font-weight: 700;
    color: #515151;
    text-decoration: none;
}
#product-product div.product .oc-tabs ul.tabs li a {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 500;
    color: #909097;
}
#product-product div.product .oc-tabs ul.tabs li a:hover {
    text-decoration: none;
    color: #6b6a6b;
}
#product-product div.product .oc-tabs ul.tabs li.active a {
    color: inherit;
    text-shadow: inherit;
}
#product-product div.product .oc-tabs ul.tabs li.active a {
    color: #23232c;
}
#product-product div.product .oc-tabs .panel {
    margin: 0 0 2em;
    padding: 0;
}
#product-product div.product .oc-tabs .panel {
    text-align: center;
    margin-bottom: 10px;
    box-shadow: none;
    border-radius: 0;
}
#product-product div.product .oc-tabs ul.tabs li {
    border: 1px solid #d3ced2;
    background-color: #ebe9eb;
    display: inline-block;
    position: relative;
    z-index: 0;
    border-radius: 4px 4px 0 0;
    margin: 0 -5px;
    padding: 0 1em;
}
#product-product div.product .oc-tabs ul.tabs li {
    border: 0;
    padding: 0 25px;
    background: transparent;
}
#product-product div.product .oc-tabs ul.tabs li.active {
    background-color: #fff;
    z-index: 2;
    border-bottom-color: #fff;
}
#product-product div.product .oc-tabs .panel {
    text-align: center;
}
.make-order-table .text-danger {
    color: #a94442;
    margin: 0;
    padding: 0;
    text-align: left;
    font-size: 13px;
}
table {
    margin: 0 0 1.5em;
    width: 100%;
}
#product-product table.shop_attributes {
    border: 0;  
    border-top: 1px dotted rgba(0,0,0,.1);
    margin-bottom: 1.618em;
    width: 100%;
}
#product-product table.shop_attributes {
    border-top: 0;
}
#product-product table.shop_attributes th {
    width: 150px;
    font-weight: 700;
    padding: 8px;
    border-top: 0;
    border-bottom: 1px dotted rgba(0,0,0,.1);
    margin: 0;
    line-height: 1.5;
}
#product-product table.shop_attributes td, 
#product-product table.shop_attributes th {
    border-bottom: 1px solid #f1f2f4;
    border-right: 0;
}
#product-product table.shop_attributes th {
    color: #23232c;
    font-weight: 400;
    padding: 15px 0;
    width: 195px;
}
#product-product table.shop_attributes td {
    font-style: italic;
    padding: 0;
    border-top: 0;
    border-bottom: 1px dotted rgba(0,0,0,.1);
    margin: 0;
    line-height: 1.5;
}
#product-product table.shop_attributes td {
    text-align: left;
    font-style: normal;
}
#product-product table.shop_attributes tr:nth-child(2n) td, 
#product-product table.shop_attributes tr:nth-child(2n) th {
    background: rgba(0,0,0,.025);
}
#product-product table.shop_attributes tr:last-child th, 
#product-product table.shop_attributes tr:last-child td {
    border-bottom: 0;
}
.page-header li a {
    color: #909097;
    padding: 25px 0;
    display: block;
}
.page-header li:hover a, 
.page-header li.active a {
    color: #23232c;
}
.page-header li {
  margin: 0 30px;
  list-style: none;
}
.page-header ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.line-hover {
    position: relative;
    display: inline-block;
}
#checkout-cart .page-header {
  padding: 0;
  margin: 0;
}
#checkout-cart .page-header li::after {
    bottom: 0;
}
#checkout-cart .page-header .count {
    font-size: 10px;
    font-size: 1rem;
    font-weight: 600;
    line-height: 20px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #e4e6eb;
    display: inline-block;
    margin: -2px 0 0 10px;
    vertical-align: middle;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
#checkout-cart .page-header li:hover .count, 
#checkout-cart .page-header li.active .count {
    color: #ffffff;
    background-color: #23232c;
}
#checkout-cart table.cart {
    border-bottom: 1px solid #f1f2f4;
}
#checkout-cart table.shop_table {
    border: 1px solid rgba(0,0,0,.1);
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 5px;
}
#checkout-cart table.shop_table {
    border: 0;
    margin-bottom: 0;
}
#checkout-cart table.shop_table th {
    font-weight: 500;
    color: #23232c;
    text-transform: uppercase;
    border-top: 0;
    padding: 10px 0;
}
#checkout-cart table.shop_table td {
  font-size: 1.6rem;
}
#checkout-cart table.shop_table th, 
#checkout-cart table.shop_table td {
    border-right: 0;
}
#checkout-cart td.product-quantity {
    min-width: 80px;
}
#checkout-cart table.cart .quantity-label {
    color: #909097;
    margin-right: 20px;
}
#checkout-cart table.shop_table .quantity {
    display: inline-block;
}
#checkout-cart .quantity {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding: 7px;
    border: 1px solid #e4e6eb;
}
#checkout-cart .quantity .qty {
    width: 3.631em;
    text-align: center;
}
#checkout-cart .quantity .qty {
    -moz-appearance: textfield;
    border-width: 0;
    width: 66px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #23232c;
}
#checkout-cart a.remove {
    display: block;
    font-size: 1.5em;
    height: 1em;
    width: 1em;
    text-align: center;
    line-height: 1;
    border-radius: 100%;
    color: red !important;
    text-decoration: none;
    font-weight: 700;
    border: 0;
}
#checkout-cart a.remove {
    display: inline-block;
}
#checkout-cart table.shop_table .product-thumbnail {
    width: 140px;
}
#checkout-cart table.shop_table td {
    font-size: 16px;
    font-size: 1.6rem;
    color: #23232c;
    padding: 20px 0;
    border-color: #f1f2f4;
}
#checkout-cart table.shop_table td {
    border-top: 1px solid rgba(0,0,0,.1);
    padding: 9px 12px;
    vertical-align: middle;
    line-height: 1.5em;
}
#checkout-cart table.shop_table svg {
    width: 12px;
    height: 12px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    stroke: #909097;
    fill: #909097;
}
#checkout-cart .quantity:hover {
    border-color: #23232c;
}
#checkout-cart table.shop_table .remove:hover svg {
    fill: #23232c;
    stroke: #23232c;
}
#checkout-cart .quantity .increase:hover svg, 
#checkout-cart .quantity .decrease:hover svg {
    stroke: #23232c;
    fill: #23232c;
}
#checkout-cart .quantity .increase, 
#checkout-cart .quantity .decrease {
    cursor: pointer;
    padding: 0 6px;
    display: inline-block;
    background: none;
    border: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
a {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #23232c;
    text-decoration: none;
    cursor: pointer;
}
a:hover, 
a:active, 
a:focus {
    color: #1e1e23;
    outline: 0;
    text-decoration: none;
}

#checkout-cart .img-thumbnail {
  border: none;
}
#checkout-cart table.shop_table tbody:first-child tr:first-child td, 
#checkout-cart table.shop_table tbody:first-child tr:first-child th {
    border-top: 0;
}
#checkout-cart .cart-collaterals table.shop_table th {
    padding-top: 20px;
}
#checkout-cart .cart-collaterals .cart_totals table td, 
#checkout-cart .cart-collaterals .cart_totals table th {
    vertical-align: top;
    border-left: 0;
    border-right: 0;
    line-height: 1.5em;
}

#checkout-cart .wc-proceed-to-checkout::after {
    clear: both;
}
#checkout-cart .wc-proceed-to-checkout::after, 
#checkout-cart .wc-proceed-to-checkout::before {
    content: ' ';
    display: table;
}
#checkout-cart .cart-collaterals .wc-proceed-to-checkout {
    width: 75%;
    float: right;
    clear: both;
    padding: 0;
}
#checkout-cart .cart-collaterals .wc-proceed-to-checkout a {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 500;
    margin-bottom: 0;
    text-transform: uppercase;
    height: 80px;
    line-height: 80px;
}

#checkout-cart a.button {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #515151;
    background-color: #ebe9eb;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
  
}
#checkout-cart a.button.alt {
    font-weight: 500;
    border-radius: 0;
    background-color: #23232c;
    color: #fff;
    padding: 0;
    line-height: 60px;
    display: block;
    text-align: center;
}
#checkout-cart .cart-collaterals .wc-proceed-to-checkout a {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 0;
  text-transform: uppercase;
  height: 80px;
  line-height: 80px;
}
#checkout-cart .cart-collaterals table.shop_table {
  width: 75%;
  float: right;
  margin-bottom: 50px;
}
#checkout-cart .cart-collaterals h2 {
  font-size: 20px;
  font-size: 2rem;
  color: #23232c;
  font-weight: 400;
  margin: 0;
  width: 25%;
  float: left;
  padding-top: 20px;
}
#checkout-cart .cart-collaterals::after {
  clear: both;
}
#checkout-cart .cart-collaterals::before, 
#checkout-cart .cart-collaterals::after {
  content: '';
  display: table;
}
#checkout-cart .cart-collaterals {
  border: 2px solid #f1f2f4;
  padding: 20px 40px 40px;
  position: relative;
}
#checkout-cart .cart-collaterals .cart_totals table {
  border-collapse: separate;
  margin: 0 0 6px;
  padding: 0;
}
#checkout-cart .cart-collaterals .cart_totals .shop_table tr th {
    border-top: 1px solid #ebe9eb;
}

#checkout-cart .return-to-shop, 
#checkout-cart .cart-empty {
    text-align: center;
}
.button {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #fff;
    font-weight: 500;
    text-align: center;
    line-height: 60px;
    min-width: 200px;
    display: inline-block;
    padding: 0;
    border-radius: 0;
    border: 0;
    background-color: #94865a;
    cursor: pointer;
    position: relative;
}
#checkout-cart a.button {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #515151;
    background-color: #ebe9eb;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
  text-shadow: none; 
}
#checkout-cart a.button {
    font-weight: 500;
    border-radius: 0;
    background-color: #94865a;
    color: #fff;
    padding: 0;
    line-height: 60px;
}
/*--------------------------------------------------------------
## Bootstrap 5 Columns
--------------------------------------------------------------*/
.col-xs-1-5, .col-sm-1-5, .col-md-1-5, .col-lg-1-5,
.col-xs-2-5, .col-sm-2-5, .col-md-2-5, .col-lg-2-5,
.col-xs-3-5, .col-sm-3-5, .col-md-3-5, .col-lg-3-5,
.col-xs-4-5, .col-sm-4-5, .col-md-4-5, .col-lg-4-5 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.col-xs-1-5 {
	width: 20%;
	float: left;
}
.col-xs-2-5 {
	width: 40%;
	float: left;
}
.col-xs-3-5 {
	width: 60%;
	float: left;
}
.col-xs-4-5 {
	width: 80%;
	float: left;
}
@media (min-width: 768px) {
	.col-sm-1-5 {
		width: 20%;
		float: left;
	}
	.col-sm-2-5 {
		width: 40%;
		float: left;
	}
	.col-sm-3-5 {
		width: 60%;
		float: left;
	}
	.col-sm-4-5 {
		width: 80%;
		float: left;
	}
}
@media (min-width: 992px) {
	.col-md-1-5 {
		width: 20%;
		float: left;
	}
	.col-md-2-5 {
		width: 40%;
		float: left;
	}
	.col-md-3-5 {
		width: 60%;
		float: left;
	}
	.col-md-4-5 {
		width: 80%;
		float: left;
	}
}
@media (min-width: 1200px) {
	.col-lg-1-5 {
		width: 20%;
		float: left;
	}
	.col-lg-2-5 {
		width: 40%;
		float: left;
	}
	.col-lg-3-5 {
		width: 60%;
		float: left;
	}
	.col-lg-4-5 {
		width: 80%;
		float: left;
	}
}

/* footer */
footer {
	padding-top: 30px;
	padding-top: 30px;

	color: black;  
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: black;
}
/* alert */
.alert-success{
  background-color: #bff9d0;
}
.alert{    
  padding: 20px 20px 20px 80px !important;
  margin: 20px 0 !important;
  border: none;
}
.alert a{ 
  color: #23232c;
} 
/* breadcrumb */
.breadcrumb {
  margin: 0;
	padding: 0;
  border-radius: 0;
  background-color: transparent;
  font-weight: 500;
  font-size: 14px;
  color: #23232c;  
}
.breadcrumb::after {
    clear: both;
}
.breadcrumb::after, 
.breadcrumb::before {
    content: ' ';
    display: table;
}
.breadcrumb a, 
.breadcrumb .fa {
    color: #909097;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb .fa {
    margin: 0 8px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #845705;
	background-image: linear-gradient(to bottom, #845705, #845705);
	background-repeat: repeat-x;
	border-color: #845705 #845705 #845705;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #845705;
	background-position: 0 -15px;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 180px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.oc-tab {
  display: none !important;
}
.oc-tab.active {
  display: block !important;
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

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

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

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

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

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

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

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

/* 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;
}

/* fix oclabs */
.alert-dismissable .close, .alert-dismissible .close {
	right: -1px;
}
.sizes_container {
  background: #fff;
}
.halat_sizes {
  padding: 15px;
  margin: auto;
}
.table_container {
  width: 100%;
  overflow-y: auto;
  overflow: auto;
  margin: 0 0 1em;
}
.size-title {
  color: #0c0c0c;
  font-size: 24px;
  line-height: 64px;
  min-height: 64px;
  padding: 0 0 0 78px;
}
.size-mm {
    background: url('../image/mm.png') no-repeat left center;
}
.size-ww {
    background: url('../image/ww.png') no-repeat left center;
}
.size-ch {
    background: url('../image/ch.png') no-repeat left center;
}
.halat_sizes .table {
  min-width: 320px;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 30px;
}
.halat_sizes .table tr:first-child td {
    border-bottom: 1px solid #2b3c60;
}
.halat_sizes .table td {
  text-align: center;
}
.halat_sizes .table td:first-child {
  text-align: left;
}
.section-heading {
  font-size: 34px;
  text-align: center;
  padding: 20px 0 10px;
  margin: 0 -15px;
}
.steps_icon {
  width: 110px;
  height: 110px;
  background-color: #fff;
  margin: 0 auto;
  color: #FFF;
  font-size: 55px;
  border-radius: 50%;
  padding-top: 25px;
}
.steps_block {
  text-align: center;
}
.steps_icon {
    color: #5c2507;
    font-size: 55px;
}
.advantages_container {
  background: #fff;
}
.advantages {
  line-height: 0;
  letter-spacing: -4px;
  list-style-type: none;
  padding-top: 0px;
  margin-top: 30px;
  color: #5d2407;
}
.advantages .advantage {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 0 10px 0 10px;
  margin: 0 0px 40px 0px;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: normal;
  text-align: center;
}
.advantages .advantage img {
  margin: 0 0 12px 0;
  width: 120px;
  height: 120px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
}
.steps_container {
  background: #fff;
  padding-bottom: 30px;
  color: #5d2407;
}
.steps_container table.table tr td {
  border: none;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  vertical-align: top;
  padding: 5px 0;
  line-height: 1.3;
}
.steps_container table.table tr td.step_odd {
  width: 180px;
  vertical-align: middle;
  padding: 5px;
}
.steps_container table.table tr td.step_even {
  width: 50px;
  vertical-align: middle;
  padding: 5px;
}
.steps_container table.table tr.step_descr td {
  font-weight: 700;
}
.slideshow_container {
  position: relative;
  height: auto;
  background-color: #fff;
  padding: 0 0 45px 0;
}
.fotorama img {
  height: 350px;
  width: auto;  
}
.slideshow_container .section-heading {
  color: black;
} 
.choose_block_p {
    font-size: 60px;
    color: #5d2407;
}
.section-heading-ven {

  color: black;
  margin-bottom: 50px;
}
.constructor {
  background-position: 94% 50px;
}
.fotorama__wrap {
  margin: 0 auto;
}
.testimonials_container {
  background: #fff;  
  padding-bottom: 50px;
  color: #5c2507;
}
.testimonials_container .section-heading {
  color: #5c2507;
}
.testimonials_container .eapps-testimonials-slider {
  font-family: 'KursivC' !important;
}
.testimonials_container .eapps-testimonials-slider-page-item-single-postcard .eapps-testimonials-slider-page-item-right {
  color: #5c2507;
}
.testimonials_container .eapps-testimonials-slider-slider .eui-slider-arrow svg {
  fill: #5c2507;
}
.testimonials_container .eapps-testimonials-slider-page-item-single-postcard::before {
  opacity: 0;
}
.instagram_container {
 background: #fff;
  padding-top: 30px;
  margin-bottom: 30px;
  overflow: hidden;
}
.instagram_container .section-heading {
  margin-bottom: 0;
}
.tabs-contents ul {
  margin: 0;
  padding: 0;
}

.constructor_container {
  background-color: #fff;
  overflow: hidden;
}
.constructor {
  position: relative;
  background-repeat: no-repeat;
  background-position: right 50px;
  padding: 0 0 100px 0;
  z-index: 5 !important;
  margin: 0 auto;
  width: 1000px;
}
.choose-radio-list li {
    display: inline-block;
    margin-left: 5px;
    position: relative;
}
.tab-content {
  display: none;
}
.tab-content.active_tab {
  display: block;
}
.choose-type-wrapper{width:540px;margin:10px 0 15px 0;display: inline-block;}
.choose-type{display:block;float:left;width:18%;font-size: 0.95em;text-align:center;color:#555;text-align:center;line-height:31px;background-color:#FFF;border:1px solid #dcdcdc;border-bottom:1px solid #f4f4f4;text-decoration:none;}
.choose-type {
    display: block;
    float: left;
    width: 19%;
    font-size: 0.95em;
    text-align: center;
    font-family: 'Roboto-Light';
    color: #555555;
    text-align: center;
    line-height: 31px;
    background-color: #FFF;
    border: 1px solid #dcdcdc;
    border-bottom: 1px solid #f4f4f4;
    text-decoration: none;
	margin-right: 8px;
	margin-bottom: 8px;	
}
@media only screen and (min-width: 500px) {
	.choose-type {
		margin-right: 8px;
		margin-bottom: 8px;
	}
}
.choose-type {
    -webkit-border-radius: 8px 8px 8px 8px;
    -moz-border-radius: 8px 8px 8px 8px;
    border-radius: 8px 8px 8px 8px;
}  
a.choose-type:hover,a.choose-type:focus {color:#555;text-decoration:none;outline: 0;}
a.choose-type-a:hover,a.choose-type:focus {color:#fff;text-decoration:none;outline: 0;}
.choose-type-a{font-weight:bold;color:#FFF;background:url('../image/choose-type-a.png') repeat-x;-webkit-box-shadow:0px 4px 2px rgba(174, 32, 82, 1);-moz-box-shadow:0px 4px 2px rgba(174, 32, 82, 1);box-shadow:0px 4px 2px rgba(174, 32, 82, 1);/*border:0 none;*/}
#tab-84 .image-block {
    position: absolute;
    right: 40px;
    top: 117px;
    width: 228px;
}
/*.choose-type-first{-webkit-border-radius:18px 0 0 18px;-moz-border-radius:18px 0 0 18px;border-radius:18px 0 0 18px;}*/
/*.choose-type-last{-webkit-border-radius:0 18px 18px 0;-moz-border-radius:0 18px 18px 0;border-radius:0 18px 18px 0;}*/
.image-block .top-image img, .image-block .bot-image img {display: none;}
.choose-radio-wrapper {padding-bottom: 15px;}
.choose-heading {font-size: 18px;padding: 0 0 15px 0;}
.image-block .top-image, .image-block .bot-image {
    margin: 32px auto 3px auto;
    width: auto;
    text-align: center;
    position: relative;
    min-height: 30px;
    z-index: 2;
}
.image-block {
    position: absolute;
    right: 85px;
    top: 85px;
    width: 228px;
}
.image-block .top-image, .image-block .bot-image {
    text-align: center;
}
.image-block .text {
    margin: 0 auto;
    width: 200px;
    text-align: center;
    position: relative;
    z-index: 2;
    max-height: 125px;
    overflow: hidden;
    padding-bottom: 7px;
    padding-top: 3%;
    font-size: 47px;
}
.image-block .text.selected-font-Rupster {
    padding-top: 8%;
}

.image-block .text > * {
    line-height: 100%;
}
.image-block .bot-image {
    margin: 3px auto 3px auto;
}
.image-block .top-image, .image-block .bot-image {
    margin: 32px auto 3px auto;
    width: auto;
    text-align: center;
    position: relative;
    min-height: 30px;
    z-index: 2;
}
.image-block .bot-image {
    margin-top: 0;
}
.choose-radio-list {
    list-style-type: none;
}
li.li-show {
    display: inline-block;
}
.myradio-1 + label {
    font-size: 14px;
    line-height: 37px;
    width: 37px;
    height: 37px;
  background-color: #fff; 
    position: relative;
    display: inline-block;
    vertical-align: top;
    color: #000;
    text-align: center;
    cursor: pointer;
    border: 1px solid #dfdfdf;
    z-index: 50;
    -webkit-border-radius: 18.5px;
    -moz-border-radius: 18.5px;
    border-radius: 18.5px;
    background: url('../image/myradio-1.png') no-repeat center center;
}
.myradio-1:checked + label {
    background: url('../image/myradio-1-a.png') no-repeat center center;
    color: #FFF;
    -webkit-box-shadow: 0px 4px 2px rgba(174, 32, 82, 1);
    -moz-box-shadow: 0px 4px 2px rgba(174, 32, 82, 1);
    box-shadow: 0px 4px 2px rgba(174, 32, 82, 1);
    -webkit-border-radius: 18.5px;
    -moz-border-radius: 18.5px;
    border-radius: 18.5px;
}
#tab-84 .myradio-1:checked + label {
	background: none;
	color: rgba(174, 32, 82, 1);
}
#tab-84 .myradio-1 + label {
	background: none;
    width: 80px;
}
.myradio-2 + label {
    width: 35px;
    height: 37px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    cursor: pointer;
    z-index: 50;
    -webkit-border-radius: 18.5px;
    -moz-border-radius: 18.5px;
    border-radius: 18.5px;
    background-color: #FFF;
    border: 1px solid #dfdfdf;
    -webkit-box-shadow: inset 0px 2px 2px rgba(234, 234, 234, 0.7);
    -moz-box-shadow: inset 0px 2px 2px rgba(234, 234, 234, 0.7);
    box-shadow: inset 0px 2px 2px rgba(234, 234, 234, 0.7);
}
.myradio-2:checked + label::before {
    width: 37px;
    height: 37px;
    position: absolute;
    left: 0;
    top: 0px;
    content: '';
    z-index: 2;
    border: 1px solid #d71c43;
    -webkit-border-radius: 18.5px;
    -moz-border-radius: 18.5px;
    border-radius: 18.5px;
    -webkit-box-shadow: inset 0px 2px 2px rgba(234, 234, 234, 0.7);
    -moz-box-shadow: inset 0px 2px 2px rgba(234, 234, 234, 0.7);
    box-shadow: inset 0px 2px 2px rgba(234, 234, 234, 0.7);
}
.li-show input[type='radio'] {
  display: none;
}
.choose-wrapper {
  padding: 10px 0 10px 0;
  border-top: 1px solid #eae8e6;
  width: 500px;
  min-height: 100px;
}
.top-image-file {
    display: none;
    margin-top: 50px;
}
.choose-wrapper-half {
    width: 250px;
    float: left;
}
input[type="text"].cusel {
    height: 37px;
    background-position: left top;
    display: inline-block;
    position: relative;
    cursor: pointer;
    font-size: 17px;
    color: #000000;
    z-index: 1;
    width: 237px !important;
    outline: 0;
    zoom: 1;
    float: left;
  border: 1px solid #eae8e6;
  border-radius: 5px;
  padding: 10px 5px;
  background: #fff;
}

.choose-textarea {
    width: 207px;
    height: 65px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #FFF;
    color: #000000;
    border: 1px solid #e2e2e2;
    font-size: 17px;
    line-height: 21px;
    text-align: left;
    padding: 10px 15px 10px 15px;
    outline: none;
    resize: none;
    overflow: auto;
    -webkit-box-shadow: inset 0px 2px 2px rgba(234, 234, 234, 0.7);
    -moz-box-shadow: inset 0px 2px 2px rgba(234, 234, 234, 0.7);
    box-shadow: inset 0px 2px 2px rgba(234, 234, 234, 0.7);
  background: #fff;
}
.choose-radio-list-2 {
    list-style-type: none;
}
.choose-radio-list-2 li {
    margin-bottom: 10px;
    position: relative;
    width: 45%;
    display: inline-block;
}
.myradio-4 {
    display: none;
}
.myradio-4:checked + label::before {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0px;
    content: '';
    z-index: 2;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: url('../image/myradio-2-a.png') no-repeat;
}
.myradio-4 + label::before {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0px;
    top: 0px;
    content: '';
    z-index: 2;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid #dfdfdf;
    -webkit-box-shadow: inset 0px 2px 2px rgba(234, 234, 234, 0.7);
    -moz-box-shadow: inset 0px 2px 2px rgba(234, 234, 234, 0.7);
    box-shadow: inset 0px 2px 2px rgba(234, 234, 234, 0.7);
}
.myradio-4 + label {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    cursor: pointer;
    color: #000000;
    font-size: 17px;
    line-height: 20px;
    padding: 0 0 0 30px;
    margin-left: 5px;
}
.make-order-wrapper-6{width:406px;height:378px;background:url('../image/form-bg-3.png') no-repeat center top;position:absolute;left:auto !important;right:0px !important;top:466px !important;margin-left:0 !important;}
.make-order-iframe-6{width:406px;height:378px;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;overflow:hidden;border:0 none;}
.make-order-6{width:406px;height:378px;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;}
.make-order-input {
    width: 190px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    background-color: #FFF;
    color: #000000;
    border-top: 2px groove #c1b28e;
    border-left: 2px groove #c1b28e;
    border-left: 2px groove #c1b28e;
    border-bottom: 2px groove #f3e2bf;
    font-size: 14px;
    line-height: 19px;
    text-align: left;
    padding: 9px 18px 9px 18px;
    -webkit-box-shadow: inset 0px 5px 3px rgba(240, 240, 240, 0.8);
    -moz-box-shadow: inset 0px 5px 3px rgba(240, 240, 240, 0.8);
    box-shadow: inset 0px 5px 3px rgba(240, 240, 240, 0.8);
}
.make-order-textarea {
    width: 190px;
    height: 75px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    background-color: #FFF;
    border-top: 2px groove #c1b28e;
    border-left: 2px groove #c1b28e;
    border-left: 2px groove #c1b28e;
    border-bottom: 2px groove #f3e2bf;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
    padding: 9px 18px 9px 18px;
    outline: none;
    resize: none;
    overflow: auto;
    -webkit-box-shadow: inset 0px 5px 3px rgba(240, 240, 240, 0.8);
    -moz-box-shadow: inset 0px 5px 3px rgba(240, 240, 240, 0.8);
    box-shadow: inset 0px 5px 3px rgba(240, 240, 240, 0.8);

}
.make-order-table tr td {
    text-align: center;
    vertical-align: middle;
    padding: 0 0 6px 0;
}
.make-order-table {
    width: 236px;
    position: relative;
    margin: 0 auto;
}
.make-order-button {

    width: 194px;
    height: 46px;
    cursor: pointer;
    background: url('../image/make-order-button.png') no-repeat;
    border: none;
    outline: none;
    font-family: 'Room-Bold';
    font-size: 16px;
    color: #FFF;
    text-transform: uppercase;

}
table {
    border-collapse: collapse;
    border: none;
}
.make-order-top {
    color: #0c0c0c;
    font-size: 24px;
    text-align: center;
    padding: 20px 0 20px 0;
}
.make-order-6 {
    width: 406px;
    height: 378px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.main-section {
    margin: 0 auto;
    width: 1000px;
}
footer{height:auto;position:relative;color: #fff !important;padding-bottom: 50px;}
footer h3 {color: #fff !important;}
.footer-heading span{display:block;font-size:90px;}
.footer-phone{color:#fff;font-size:30px;position:relative;background:url('../image/footer-phone.png') no-repeat 0 25px;padding:0 0 0 35px;text-align:right;display: inline-block;}
.footer-phone span{display:block;color:#fff;font-size:18px;}
.footer-phone-2{left:356px;}
.footer-mail{color:#fff;position:relative;background:url('../image/footer-mail.png') no-repeat 0 25px;padding:0 0 0 35px;text-align:right;display: inline-block;}
.footer-mail span{display:block;color:#fff;font-size:18px;}
.footer-mail a{color:#fff;font-size:30px;text-decoration:none;}
.footer-info{position:relative;font-size:13px;line-height:20px;}
.footer-info-2{left:auto;right:0;}
.footer-info-3{
  display: inline-block;
  font-size: 14px;
  text-align: center;
  width: 100%;
}
.span-bold{color:#fff;}
.footer-border{width:100%;border-top:1px solid #e3e3e2;position:absolute;top:265px;}
.make-order-wrapper-6{width:406px;height:378px;background:url('../image/form-bg-3.png') no-repeat center top;position:absolute;left:auto !important;right:0px !important;top:366px !important;margin-left:0 !important;}
.make-order-iframe-6{width:406px;height:378px;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;overflow:hidden;border:0 none;}
.make-order-6{width:406px;height:378px;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;}
.action-arrow{width:380px;height:159px;background:url('../image/action-arrow.png') no-repeat right top;position:absolute;left:0;top:320px;padding:0 10px 0 20px;}
.action-arrow-top{padding:12px 0 0 0;position:relative;font-family:'Roboto-Light';color:#FFF;font-size:22px;/*line-height:1.1;*/}
.action-arrow-top span{display:block;position:relative;color:#FFF;font-size:39px;text-transform:uppercase;}
.action-arrow-top b{display:block;position:relative;color:#FFF;font-size:15px;text-transform:uppercase;}
.action-arrow-price{display:block;position:relative;font-family:'Room-Bold';color:#FFF;font-size:25px;}
.action-arrow-price-old{color:#ff8383;text-decoration:line-through;padding:0 10px 0 0;}
.action-arrow-bottom{color:#FFF;font-size:14px;;}
.make-order-wrapper-7{width:406px;height:418px;background:url('../image/form-bg-4.png') no-repeat center top;position:absolute;left:auto !important;right:0px !important;top:60px !important;margin-left:0 !important;}
.make-order-iframe-7{width:406px;height:418px;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;overflow:hidden;border:0 none;}
.make-order-7{width:406px;height:418px;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;}
.make-order-top-7{color:#0c0c0c;font-family:'Room-Bold';font-size:18px;text-align:center;padding:20px 0 10px 0;}
/* old 
.make-order-top-7{color:#0c0c0c;font-family:'Room-Bold';font-size:22px;text-align:center;padding:20px 0 10px 0;}*/
.make-order-info-7{color:#0c0c0c;font-family:'Room-Bold';font-size:18px;text-align:center;padding:0px 0 0px 0;}
.footer_address {
}
.footer_address a,
.footer_address a:hover,
.footer_address a:focus,
.footer_address a:active {
  color: #fff !important;
}
.footer-social-list{
  display: block;
  padding: 10px 0;
  text-align: center;
}

.footer-social-list li{
  display: inline-block;
  margin-right: 5px;
}

.footer-social-list li a{
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

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

.soc-ic{
  display: inline-block;
  width: 44px;
  height: 44px;
  vertical-align: middle;
  background: url('../image/social-sprite.png') top left no-repeat;  
}

.soc-vk{
  background-position: 0 0;
}

.soc-instagramm{
  background-position: -46px 0;
}

.soc-fb{
  background-position: -94px 0;
}

.soc-tw{
  background-position: -140px 0;
}

.soc-yt{
  background-position: -185px 0;
}

.footer-social-list{
  display: block;
  padding: 10px 0;
  text-align: center;
}

.footer-social-list li{
  display: inline-block;
  margin-right: 5px;
}

.footer-social-list li a{
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

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

.footer-social-list li a .soc-ic{
  
}

.image-picker__image-block {
    margin: .5rem;
    padding: .5rem;
    text-align: center;
    border-width: 1px;
    border-color: #efefef;
    border-radius: .25rem;
    cursor: pointer;
    width: 136px;
}
.image-picker__image {
    width: 100%;
    height: 75px;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.image-picker__image-block {
    text-align: center;
    cursor: pointer;
}
.image-picker__image-title {
    margin-top: .5rem;
    line-height: 1.25;
}
.image-picker__images {
    margin: -.5rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.constructor__selector--line .value {
    font-size: .75rem;
    background-color: #f1f1f1;
    border-radius: 9999px;
    cursor: pointer !important;
    z-index: 999;
    padding: .4rem .75rem;
}
.constructor__selector .value {
    font-size: 12px;
    margin: .47rem;
}
.constructor__selector--line {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.constructor__selector--line .value, .constructor__selector--size .value {
    padding: .5rem 1rem;
}
.topimage_list {
  width: 1000px;
  height: auto;
  border: 6px solid #e2a818;
}
.bottomimage_list {
  width: 1000px;
  height: auto;
  border: 6px solid #e2a818;
}
.constructor__selector--line .value.active:not(.disabled), 
.constructor__selector--line .value:hover:not(.disabled) {
    color: #fff;
    background-color: #e2a818;
}
.topimage_list .image-picker__image-block {
  display: none;
}
.topimage_list .image-picker__image-block.active {
  display: inline-block;
}
.make-order-6 textarea.make-order-textarea.error-field,
.make-order-6 input.make-order-input.error-field {
    color: red;
    border-color: red;
    box-shadow: inset 0px 0px 3px red;
}
.call_request_block textarea.make-order-textarea.error-field,
.call_request_block input.make-order-input.error-field {
    color: red;
    border-color: red;
    box-shadow: inset 0px 0px 3px red;
}
.call_request_block .text-danger {
  color: red;
  font-size: 13px;
}
.price-text .price {
  display: none;
}

@font-face{font-family:'monotipe_corsiva';font-style:normal;font-weight:600;src:url('../fonts/monotipe_corsiva.ttf');}
@font-face{font-family:'Sevillar';font-style:normal;font-weight:600;src:url('../fonts/Sevillar.ttf');}
@font-face{font-family:'Amour1';font-style:normal;font-weight:600;src:url('../fonts/Amour1.ttf');}
@font-face{font-family:'Amour2';font-style:normal;font-weight:600;src:url('../fonts/Amour2.ttf');}
@font-face{font-family:'Lobster';font-style:normal;font-weight:600;src:url('../fonts/Lobster.ttf');}
@font-face{font-family:'Nautilus';font-style:normal;font-weight:600;src:url('../fonts/Nautilus.otf');}

@font-face{font-family:'Acquest';font-style:normal;font-weight:600;src:url('../fonts/acquest.ttf');}
@font-face{font-family:'Boyarsky';font-style:normal;font-weight:600;src:url('../fonts/boyarsky.woff');}
@font-face{font-family:'Goticrus';font-style:normal;font-weight:600;src:url('../fonts/goticrus.woff');}
@font-face{font-family:'Legende';font-style:normal;font-weight:600;src:url('../fonts/legende.woff');}
@font-face{font-family:'Majestic';font-style:normal;font-weight:600;src:url('../fonts/majestic.ttf');}
@font-face{font-family:'Marckscript';font-style:normal;font-weight:600;src:url('../fonts/marckscript.ttf');}
@font-face{font-family:'Rosamunda';font-style:normal;font-weight:600;src:url('../fonts/rosamunda.ttf');}
@font-face{font-family:'Rupster';font-style:normal;font-weight:600;src:url('../fonts/rupster.ttf');}
@font-face{font-family:'Segoescb';font-style:normal;font-weight:600;src:url('../fonts/segoescb.otf');}
@font-face{font-family:'Skazka';font-style:normal;font-weight:600;src:url('../fonts/skazka.woff');}
@font-face{font-family:'Xiomara';font-style:normal;font-weight:600;src:url('../fonts/xiomara.ttf');}

@font-face{font-family:'Copyist';font-style:normal;font-weight:600;src:url('../fonts/Copyist.ttf');}
@font-face{font-family:'Andes';font-style:normal;font-weight:600;src:url('../fonts/m_Andes-Normal.ttf');}
@font-face{font-family:'Arbat';font-weight:600;src:url('../fonts/Arbat.ttf');font-weight:normal;font-style:normal;}
@font-face{font-family:'Antonella';font-weight:600;src:url('../fonts/Antonella.ttf');font-weight:normal;font-style:normal;}

@font-face{font-family:'Isadora';font-weight:600;src:url('../fonts/Isadora.ttf');font-weight:normal;font-style:normal;}
@font-face{font-family:'Ribbon';font-weight:600;src:url('../fonts/Ribbon.ttf');font-weight:normal;font-style:normal;}
@font-face{font-family:'Rondo';font-weight:600;src:url('../fonts/Rondo.ttf');font-weight:normal;font-style:normal;}
@font-face{font-family:'Georgia';font-weight:600;src:url('../fonts/georgia.ttf');font-weight:normal;font-style:normal;}

@font-face{font-family:'NK147';font-weight:600;src:url('../fonts/18891.ttf');font-weight:normal;font-style:normal;}
.NK147 {
    font-family: 'NK147' !important;
}


.Arial {
    font-family: Arial !important;
}
.ArialBold {
    font-family: Arial !important;
    font-weight: bold;
}

.ArialItalic {
    font-family: Arial !important;;
    font-style: italic;;
}

.TimesNewRoman {
    font-family: 'Times New Roman' !important;
    font-style: italic;
}
.Skazka {
    font-family: 'skazka' !important;
}

.Arbat {
    font-family: 'Arbat' !important;
}
.Antonella {
    font-family: 'Antonella' !important;
}

.Corsiva {
    font-family: 'monotipe_corsiva' !important;
}
.Sevillar {
    font-family: 'Sevillar' !important;
    /*font-size: 25px;*/
}
.Amour1 {
    font-family: 'Amour1' !important;
}
.Amour2 {
    font-family: 'Amour2' !important;
}
.Lobster {
    font-family: 'Lobster' !important;
}
.Nautilus {
    font-family: 'Nautilus' !important;
}
.Favorit {
    font-family: 'favorit' !important;
}
.Calligraph {
    font-family: 'Calligraph' !important;
}

.Goudy {
    font-family: 'Goudy_Trajan_Regular' !important;
}

.Helvetia {
    font-family: Helvetia !important;
}
.Andes {
    font-family: Andes !important;
}
.Copyist {
    font-family: Copyist !important;
}
.Isadora {
    font-family: Isadora !important;
}
.Ribbon {
    font-family: Ribbon !important;
}
.Rondo {
    font-family: Rondo !important;
}
.Georgia {
    font-family: Georgia !important;
}
.Acquest {
    font-family: Acquest !important;
}
.Boyarsky {
    font-family: Boyarsky !important;
}
.Goticrus {
    font-family: Goticrus !important;
}
.Legende {
    font-family: Legende !important;
}
.Rosamunda {
    font-family: Rosamunda !important;
}
.Rupster {
    font-family: Rupster !important;
}
.Skazka {
    font-family: Skazka !important;
}
.Xiomara {
    font-family: Xiomara !important;
}
.Arial {
    font-family: Arial !important;
}
.Marckscript {
    font-family: Marckscript !important;
}
.AmpirDeco {
    font-family: KursivC !important;
}
.Majestic {
    font-family: Majestic !important;
}
.image-block .text { 
    text-align: center;
    font-size: 47px;
}
.image-block .text .Copyist{font-size:57px;}
.image-block .text .Antonella{font-size:50px;}
.image-block .text .Acquest{font-size:50px;}
.image-block .text .Legende{font-size:50px;}
.image-block .text .Amour2{font-size:40px;}
.image-block .text .Isadora{font-size:40px;}
.image-block .text .Georgia{font-size:42px;}
.image-block .text .Rupster{font-size:42px;}
.image-block .text .Majestic{font-size:50px;}
.image-block .text .Rosamunda{font-size:50px;}
.image-block .text .Ribbon{font-size:50px;}
.image-block .text .Marckscript{font-size:50px;}
.image-block .text .AmpirDeco{font-size:48px;}

.text-color-white{color:#fff;}
.text-color-black{color:#000;}
.text-color-red{color:#cc0000;}
.text-color-gold{color:#f2ce57;}
.text-color-green{color:#52ba53;}
.text-color-pink{color:#f6aed2;}
.text-color-marine{color:#006f70;}
.text-color-violet{color:#825399;}
.text-color-silver{color:#dadde3;}
.text-color-blue{color:#85add9;}
.text-color-sin{color:#22229e;}

.text-color-mbirusa  {color: #42a9bc;}
.text-color-mblue  {color: #086ae3;}
.text-color-mchoco  {color: #d29b3e;}
.text-color-mfiolet  {color: #f178c8;}
.text-color-multicolor  {color: #A794A6;}
.text-color-mred  {color: #e6525a;}

.text-color-brown{color:#5d2407;}
.text-color-graphite{color:#5d5a6b;}
.text-color-grey{color:#a2aeae;}
.text-color-orange{color:#ff9f08;}
.text-color-peach{color:#ff9e90;}
.text-color-pearl{color:#c1889a;}
.text-color-yellow{color:#ffe024;}

@media screen and (max-width:1280px) {
  #product-product div.product .cart div.quantity {
    width: 100px;
}
}
#form-language{
    position: absolute;
    top: 65px;
    right: 200px;
}

#form-language .btn-link{
    color: #000;
}

@media screen and (max-width:1199px) {
    #form-language {
        top: 75px;
        right: 210px;
    }
  header .container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .header_title_container {
      width: 400px;
      left: 75px;
  }
  #logo {
    margin: 20px 0 10px 60px;
  }
  .toggle-nav {  
    display: inline-block;
    color: #fff;
  }
  .navigation_mobile.open {
    display: block;
  }
  .navigation_mobile_outer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1550;
    display: none;
    background: rgba(35, 35, 44, 0.5);
    cursor: pointer;
    cursor: pointer;
  }
  .navigation_mobile_inner {
    position: fixed;
    left: 0;
    top: 0;
    width: 0;
    z-index: 9999;
    -webkit-transition: width 2s; 
    transition: width 2s;
  }
  .open .navigation_mobile_inner {
    position: fixed;
    left: 0;
    top: 0;
    width: 330px;
    z-index: 9999;
    background: #fff;
    min-height: 100%;
    padding-top: 50px;
    overflow-x: scroll;
  }
  .open .navigation_mobile_outer {
    display: inline-block;
  }
  
  .navigation_mobile_inner ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .navigation_mobile_inner li {
    position: relative;
    margin-bottom: 15px;
    width: 100%;
    margin-bottom: 15px;
    margin-left: 20px;
    padding: 5px 0;
  }  
  .navigation_mobile_inner a,
  .navigation_mobile_inner a:hover,
  .navigation_mobile_inner a:focus {
    font-size: 16px;
    font-size: 1.6rem;
    color: #23232c;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
  }
  .navigation_mobile_inner a {
    opacity: 0.5;
  }
  .navigation_mobile_inner a:hover,
  .navigation_mobile_inner a:focus {
    opacity: 1;
  }

  #product-category .shop-toolbar .toolbar-control .totals, 
  #product-category .shop-toolbar .toolbar-control .product-size {
    display: none;
  }
}
.block-3-inner {
    position: relative;
    margin-bottom: 0px;
    padding: 0;
    z-index: 5 !important;
}
.block-3 {
    position: relative;
    z-index: 102;
}
.make-order-6 {
    width: 406px;
    height: 378px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.make-order-6 input.make-order-input {
    width: 190px;
    height: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    font-family: 'Roboto-Light';
    background-color: #FFF;
    color: #000000;
    border-top: 2px groove #c1b28e;
    border-left: 2px groove #c1b28e;
    border-left: 2px groove #c1b28e;
    border-bottom: 2px groove #f3e2bf;
    font-size: 14px;
    line-height: 19px;
    text-align: left;
    padding: 9px 18px 9px 18px;
    -webkit-box-shadow: inset 0px 5px 3px rgba(240, 240, 240, 0.8);
    -moz-box-shadow: inset 0px 5px 3px rgba(240, 240, 240, 0.8);
    box-shadow: inset 0px 5px 3px rgba(240, 240, 240, 0.8);
}
.make-order-6 input.make-order-input {
    width: 100%;
    box-sizing: border-box;
    height: 36px;
}
  .make-order-textarea {
    width: 100%;
    box-sizing: border-box;
}
.fancybox-content input,
.fancybox-content textarea {
  border: 1px solid #e4e6eb;
  padding: 7px;
  border-radius: 0;
  box-shadow: none;
  margin-top: 4px;
  width: 100%;
}
.fancybox-content .button {
  margin-top: 15px;
}
@media only screen and (max-width : 1023px) {
  .main-section-2{
    min-width: 1px;
  }
  .main-section {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}
  .block-3-inner {
    padding-bottom: 100px;
  }
  
}
.price-text {
  font-size: 22px;
  margin-bottom: -40px;
  padding: 15px 0;
}
.price {
    color: #e43767;
    font-size: 30px;
}
@media screen and (max-width: 991px) {


    #video-present iframe {
        max-height: 360px;
    }
  .footer-info-2 {
width: 280px;
    left: auto;
    right: 0;

}
  .footer-info {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    float: none;
    padding-top: 73px;
    width: 49%;
    display: inline-block;
    vertical-align: top;
}
  footer {
    text-align: center;
  }
  .footer-phone,
  .footer-mail,
  footer-info {
    text-align: center;
    margin-bottom: 30px;
  }
  #product-product div.product div.summary {
    padding-top: 40px;
  }
  #product-product div.product div.images, 
  #product-product div.product div.summary {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}
  #product-product div.product div.summary {
    padding-left: 0;
    padding-right: 0;
}
  #product-product div.product div.summary {
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center;
    padding-left: 15px;
    padding-top: 40px;
    overflow: visible;
    max-height: none;
}
}
@media only screen and (max-width : 991px) {  
  .header_title_container {
    width: 320px;
  }
  .header_title {
    font-size: 28px;
  }
  .header_subtitle {
    font-size: 18px;
  }
  .block-3-inner {
    padding-bottom: 1px;
    background-position: center 99px;
}
  .choose-type-wrapper {
    z-index: 3;
    position: relative;
    width: 100%;
}
  .choose-textarea {
    width: 100%;
    box-sizing: border-box;
}
  .choose-block-1 {
    padding-top: 330px;
}
  .make-order-wrapper-6 {
    top: 0 !important;
    right: 0 !important;
    margin: 35px auto !important;
    position: relative;
}
  .choose-wrapper, .choose-radio-wrapper {
    background-color: #fff;
}
  .image-block {
    position: absolute;
    left: 50%;
    margin-left: -123px;
    top: 145px;
    width: 228px;
}
#tab-84 .image-block {
    top: 170px;
}
.choose-wrapper {
    width: 100%;
}
  .choose-wrapper-half {
    width: 40%;
}
  .choose-wrapper-half + .choose-wrapper-half {
    width: 50%;
    float: right;
}
  .footer-info{
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    float: none;
    padding-top: 73px;
    width: 49%;
    display: inline-block;
    vertical-align: top;
  }

  .footer-info-2{
    padding-top: 0;
    text-align: right;
    padding-top: 73px;
  }

  .footer-info-3{
    padding-top: 0;
    width: 100%;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 35px;
    margin-left: 0;
  }

  .footer-info-3 span{
    margin-right: 5px;
  }

  .footer-info-3 br{
    display: none;
  }

  .block-6-inner{
    padding: 10px 5px 152px;
  }

  .work-table tr td img{
    display: inline-block;
    max-width: 100%;
  }
  .footer-mail {

    left: auto;
    right: 15px;

}
}
.footer-info-2 {
width: 380px;
    left: auto;
    right: 0;

}
@media only screen and (max-width : 767px) {
  .footer-phone {
    position: relative;
    left: 0;
    top: 0;
    display: inline-block;
    vertical-align: top;
    margin-right: 5%;
    text-align: center;
}
  .constructor.main-section {
    padding: 0;
  }
  .footer-border {
    display: none;
}
  .footer-mail {
    display: block;
    float: none;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}
  
  .footer-phone {
    display: block;    
    float: none;
    max-width: 260px;
    margin: 0 auto;
}
  
  .footer-phone p {
    font-size: 24px;
  }
  .choose-wrapper-half {
    width: 100%;
    margin-bottom: 15px;
}
  .choose-wrapper-half + .choose-wrapper-half {
    width: 100%;
}
  .choose-type {
    width: 25%;
    font-size: 0.7em !important;
}
  .footer-mail {
    position: relative;
    left: 0;
    top: 0;
    display: inline-block;
    vertical-align: top;
    margin-top: 100px;

}
  .footer-border {
    position: relative;

}
  .footer-heading span {
    font-size: 50px;
}
  .footer-phone {
    display: block;
    float: none;
    max-width: 260px;
    margin: 0 auto;
}
  .footer-mail {
    display: block;
    float: none;
    max-width: 260px;
    margin: 0 auto;
}
  .footer-info {
    padding-top: 35px;
    width: 100%;
    text-align: center;
}
  .footer-mail a {
    font-size: 24px;
}
  
}
@media screen and (max-width:480px) {

  .make-order-wrapper-6 {
    width: 100%;
    border-radius: 10px;
      margin-top: 0 !important;
}
  .make-order {
    height: auto;
    padding-bottom: 10px;
}
  .make-order-6 {
    width: 100%;
}
  .make-order-table {
    width: 90%;
    left: 0;
    margin-left: auto;
    margin-right: auto;
}
  
  
}
@media screen and (max-width:360px) {
  #product-category ul.products li.product {
    width: 100%;
  }
}
@media screen and (max-width:767px) {
  #logo {
    margin: 20px 0 10px 50px;
  }
  .icons-list {
    text-align: left;
  }
  .phones-list {
    text-align: left;
  }
  .menu-item-cart  {
    text-align: left;
  }
  .phones-list li {
    text-align: left;
  }
  .table-responsive {
    border: none;
  }
  
  .table-responsive > .table > tbody > tr > td {
    white-space: normal;
  }
  #product-product div.product form.cart div.quantity, 
  #product-product div.product form.cart .single_add_to_cart_button, 
  #product-product div.product form.cart .add-to-wishlist-button {
    min-width: 100%;
    margin-bottom: 30px;
}
  #product-product div.product .cart div.quantity {
    position: relative;
}
  #product-product div.product .cart div.quantity, 
  #product-product div.product .cart .single_add_to_cart_button, 
  #product-product div.product .cart .add-to-wishlist-button {
    min-width: 100%;
    margin-bottom: 30px;
}
  #product-product div.product .cart div.quantity .decrease, 
  #product-product div.product .cart div.quantity .increase {
    position: absolute;
    top: 14px;
}
  #product-product div.product .cart div.quantity .increase {
    right: 15px;
}
  #product-product  div.product .cart div.quantity .decrease {
    left: 15px;
}
}
.image-block .top-image, .image-block .bot-image {
	margin-top:0;
}
.image-block .text {
	margin-top: -20px;
	max-height: 145px;
}

.viber-mob{
    display: none;
}

@media screen and (max-width: 767px){
    .child-cat {
		display: none;
	}
	
	.category-name {
		min-height: 50px;
	}
	
	.category-name {
		text-align: center;
	}
	
	.viber-mob {
        display: block;
    }
    .viber-desk {
        display: none;
    }

    /*.fancybox-content.topimage_list .image-picker__list {*/
    /*    margin-top: 30px;*/
    /*}*/
}

.product-gallery__slider a.thumbnail {
	background-color: transparent;
}
#product-product div.product .oc-tabs .panel {
	text-align:left;
    line-height: 1.25em;
}

#product-product div.product div.cart, #product-product div.product p.cart {
    margin-bottom: 20px;
}
#product-product div.product .product_meta, #product-product div.product .product-share {
	padding: 20px 0 10px;
}
#product-product div.product .oc-tabs ul.tabs {
    padding: 10px 0 0 0;
	margin-bottom: 10px;
}
#product-product div.product .oc-tabs {
    padding-top: 10px;
}
.oc-tabs .container {
	max-width:100%;
}
#product-product div.product div.summary {
	/*padding-top: 20px;	*/
}

.mag-wrap {
  text-align: center;
}
.magazin {
  color: #fff;
  margin-bottom: 30px;
}
.mag-home {
  margin-left: 15px;
}

.magazin:hover,
.magazin-home:hover {
  color: #fff;
  border-radius: 5px;
}

.magazin-home {
  color: #fff;
  margin: 30px 0 0 0;
    line-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
    background-color: #d30534;
    font-size: 1.4em;
}

.magazin-home span {
    font-size: 1.15em;
}

.textempty {
  margin-top: 30px;
  text-align: center;
  font-size: 20px;
}


.viber-btn-wrap {
  margin-top: 120px;
}
.viber-chalat {
  padding: 10px 25px;
  background-color: #ffc90b;
  color: #fff;
  text-transform: uppercase;
  margin-top: 15px;
  border-radius: 10px;
}
.viber-chalat:hover {
  background-color: #d4a80c;
}
.viber-right {
    position: fixed;
    right: 15px;
    top: 50vh;
    z-index: 999;
}

.viber-chalat-mobile {
  display: none;
}


.product-crumbs-wrap {
  margin-top: 15px;
  margin-bottom: 10px;
}



@media screen and (max-width:767px) {
    #video-present iframe {
        max-height: 330px;
    }
	#product-product div.product p.price {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	#product-product div.product .oc-tabs .panel {
		margin-bottom: 10px;
	}	
	#product-product div.product div.summary {
		padding-top: 0;
        padding-left: 0;
	}
  .page-header .page-title {
    font-size: 48px;
  }
  .mag-home {
    margin-left: 0px;
  }
  .viber-chalat-mobile {
    display: block;
    position: fixed;
    bottom: 15px;
    z-index: 999;
    right: 15px;
    padding: 8px 15px 5px;
    font-size: 15px;
    background-color: #ffc90b;
    color: #fff;
    text-transform: uppercase;
    border-radius: 10px;
  }


  header .viber-btn-wrap{
    display: none;
  }
}



ul.child-cat {
    padding-left: 0;
}


h2.section-heading:after{
  width:220px;
  height: 80px;
  background-image: url(/image/venzel.svg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  content: "";
  display: block;
  margin: 0 auto;
}

@media (max-width: 768px){
  h2.section-heading:after{
    width: 250px;
    height: 70px;
  }

}


.grid-wrap{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;

}
.image-respon{
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.item {
    height: 237px;
    overflow: hidden;
    display: block !important;
}


@media (max-width: 1200px){
  .icons-list{
    margin-top: 40px;
  }
  .toggle-nav{
    color: black;
    top: 78px;
    left: 340px;
  }
}


@media (max-width: 992px){
    #form-language{
        top: 55px;
        right: 220px;
    }
  .icons-list{
    margin-top: 20px;
  }
  .toggle-nav{
    top: 56px;
    left: 260px;
  }
  #logo {
    margin: 10px 0 0px 40px;
    max-width: 160px;
  }
  .grid-wrap {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
  }
  .header_title_container{
    left: 10px;
    top: 180px;
  }
  .header_container header .container {
      background: url(/image/back1.png);
      background-repeat: no-repeat;
      background-size: 540px;
      height: 600px;
      background-position: 83% bottom;
  }

  .item-b{
    margin-bottom: 30px;
      margin-left: -10px;
      margin-right: -10px;
  }

}


@media (max-width: 768px){
    #form-language{
        top: 14px;
        right: 340px;
    }
  .phones-list {
      text-align: right;
  }
  .phones-list li{
    text-align: right;
  }
  .menu-item-cart{
    text-align: right;
  }

  .flex-mob{
    display: flex;
    align-items: center;
    margin-top: 35px;
    justify-content: flex-end;
  }
  .list-inline.icons-list{
    margin: 0;
  }
  .phones-list {
      text-align: right;
      padding-right: 15px;
      width: 130px;
  }
  .phones-list li{
    font-size: 18px;
  }
  .header_title_container {
    left: 0px;
    top: 121px;
    width: 100%;
  }
  .header_title {
      font-size: 30px;
      line-height: 32px;
      margin: 20px 40px 0;
  }
    .header_title br {
        content: "";
    }

  .header_container header .container{
    background-size: 360px;
    height: 543px;
    background-position: center bottom;
  }

  .viber-btn-wrap {
      margin-top: 260px;
  }
  .toggle-nav{
    width: 25px;
    height: 25px;
    top: 50px;
      left: 230px;
  }
  .toggle-nav .icon-nav{
    width: 25px;

  }

}


@media (max-width: 600px){
    #form-language{
        right: 275px;
    }
    .header_title {
        margin-top: 0;
    }
.toggle-nav {
    left: 140px;
    top: 35px;
}
  #logo {
    margin: 10px 0 0px 0px;
    max-width: 100px;
  }
  .icons-list a i {
      margin-right: 0;
      color: black;
      font-weight: 100;
      margin-left: 0px;
      font-size: 14px;
  }
  .icons-list .list-inline>li{
    padding-left: 2px;
    padding-right: 2px;
  }
  .flex-mob{
    margin-top: 16px;
  }
  .grid-wrap {
      grid-template-columns:1fr 1fr;
  }
}
@media (max-width: 480px){
    #form-language{
        right: 125px;
    }
    #video-present iframe {
        max-height: 240px;
    }
  .phones-list {
      text-align: right;
      padding-right: 0;
      width: 110px;
      padding: 0px;
  }
  .menu-item.menu-item-cart {
      position: absolute;
      top: 78px;
      right: 15px;
  }
  .list-inline{
    margin-left: 0;
  }
  .flex-mob{
    display: block;
  }
  .list-inline.icons-list{
    text-align: right;
  }
  .phones-list{
    width: 100%;
  }
  .item {
      height: 135px;
      overflow: hidden;
  }

}

@media (max-width: 360px){
  .toggle-nav {
      left: 110px;
      top: 34px;
  }
  .header_title {
      font-size: 18px;
      line-height: 19px;
  }

}

.preim{
  background-color: #fff;
  padding-bottom: 50px;
}

.preim .item-b img{
  height: 100%;
  display: block;
  margin: 0 auto;
}

.preim .item-b .img{
  height: 100px;
}

.preim .item-b .t{
  text-align: center;
  margin-top: 8px;
}

.make-order-wrapper-6{
  background: transparent;
}
.make-order-wrapper-towels {
    right: -50px !important;
}


@media (max-width: 480px){
    .header_title {
        margin-left: 10px;
        margin-right: 10px;
    }

    .section-heading {
        padding-top: 0;
        padding-bottom: 20px;
    }
    #generator {
        margin-bottom: -70px;
        padding-top: 20px;
    }
    .make-order-top {
        padding-top: 0;
    }
    .price-text {
        padding-bottom: 0;
    }
    .instagram_container {
        padding-top: 0;
    }
    .halat_sizes {
        padding-bottom: 0;
        padding-top: 0;
    }
    .preim {
        padding-bottom: 0;
    }
    .slideshow_container {
        padding: 20px 0 0;
    }
}

.slick-prev {
    left: -55px;
}
.slick-next {
    right: -55px;
}
.slick-slider{
  max-width: 90%;
  margin: 0 auto;
}
@font-face {
  font-family: slick;
  src: url(https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/fonts/slick.ttf);
  font-weight: normal;
  font-weight: 100; }



.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    border-radius: 50%;
}
.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 40px;
    line-height: 1;
    opacity: .75;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-next:before {
    content: '→';
}
.slick-prev:before {
    content: '←';
}

.sizes_container .section-heading-ven{
  margin-bottom: 0;
}

.widget-connect__button-activator{
  background-color: #ffc90b!important;
}

.footer-phone, .footer-mail, .footer-info, .footer-phone span, .footer-mail span, .footer-mail a, footer a{
  color: black;
}


.simplecheckout .btn-primary{
  background-color: #845705;
  background-image: linear-gradient(to bottom, #845705, #845705);
  border-color: #845705 #845705 #845705;
}

#simplecheckout_button_confirm {
    font-size: 23px;
}

.simplecheckout .btn-primary #simplecheckout_button_confirm{
  font-size: 20px;
}

@media (max-width: 840px) {
    .slick-prev {
        left: -15px;
        z-index: 9;
    }
    .slick-next {
        right: -15px;
        z-index: 9;
    }
    .slick-prev:before, .slick-next:before {
        opacity: 1;
    }
}

@media (max-width: 404px) {
    .size-title {
        line-height: 25px;
        padding-top: 7px;
    }
}

@media (max-width: 400px) {
    .preim .item-b .t{
        font-size: 14px;
        line-height: 1.4;
    }
    #video-present iframe {
        max-height: 200px;
    }
    .header_title {
        font-size: 25px;
        line-height: 27px;
    }
}

@media screen and (max-width: 991px) {
    .make-order-wrapper-towels {
        right: 0 !important;
    }
}