 /*--------------------------------------------------------------
Reset
--------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-family: Roboto, sans-serif;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
@font-face {
	font-family: 'Bebas Neue';
	src: local('Bebas Neue Bold'), local('BebasNeueBold'), url('https://hb.bizmrg.com/fonts/bebasneue/700.woff2') format('woff2'), url('https://hb.bizmrg.com/fonts/bebasneue/700.woff') format('woff');
	font-weight: 700;
	font-style: normal;
}
 
@font-face{ 
	font-family: 'maxima'; 
	src: url('../fonts/6625.ttf'); 
 } 
 @font-face {
	font-family: 'Gnuolane Free Cyrillic';
	src: url('../fonts/GnuolaneFreeCyrillic.eot');
	src: local('../fonts/Gnuolane Free Cyrillic'), local('GnuolaneFreeCyrillic'),
		url('../fonts/GnuolaneFreeCyrillic.eot?#iefix') format('embedded-opentype'),
		url('../fonts/GnuolaneFreeCyrillic.woff') format('woff'),
		url('../fonts/GnuolaneFreeCyrillic.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
html {
  overflow-y: scroll;
  /* Keeps page centered in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*,
*:before,
*:after {
  /* apply a natural box layout model to all elements; see https://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
  -webkit-box-sizing: border-box;
  /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see https://caniuse.com/#search=box-sizing */
  -moz-box-sizing: border-box;
  /* Still needed for Firefox 28; see https://caniuse.com/#search=box-sizing */
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active,
input:focus,
textarea:focus {
  outline: 0;
}
a img {
  border: 0;
}
img,
video {
  max-width: 100%;
  vertical-align: top;
}
audio,
canvas,
video {
  display: inline;
  zoom: 1;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: Roboto;
}
/*--------------------------------------------
Combo CSS
----------------------------------------------*/
.clr:before,
.clr:after,
.product-tabs .tab-content:before,
.product-tabs .tab-content:after {
  content: " ";
  display: table;
}
.clr:after,
.product-tabs .tab-content:after {
  clear: both;
}
.tran,
a,
.btn,
.dropdown-menu,
.social-icons__item:before,
.product-sale,
.kuler-showcase-module .nav span:before {
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*--------------------------------------------
Initial
----------------------------------------------*/
::-webkit-input-placeholder {
  -webkit-font-smoothing: antialiased;
}
:-moz-placeholder {
  /* Firefox 18- */
  -moz-osx-font-smoothing: grayscale;
}
::-moz-placeholder {
  /* Firefox 19+ */
  -moz-osx-font-smoothing: grayscale;
}
a {
  text-decoration: none;
}
[class*="col"] {
  margin-bottom: 15px;
}
@media only screen and (min-width: 992px) {
  [class*="col"] {
    margin-bottom: 0;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 15px;
}
.button,
button {
  display: inline-block;
  text-transform: uppercase;
  font-size: 16px;
  border: none;
  padding: 10px 15px;
}
/* @font-face {
    font-family: Trololo; 
    src: url(../fonts/9115.otf);
}
@font-face {
    font-family: Roboto;
    src: url(../fonts/Roboto.otf);
} */

/*--------------------------------------------------------------
Elements
--------------------------------------------------------------*/
body {
  letter-spacing: 1px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
}
p{
	font-family: Roboto;
	font-size: 14px;
}
.row,
[class*='col-'] {
  letter-spacing: normal;
}
.custom-padding-bottom-5 {
  padding-bottom: 5px !important;
}
.custom-padding-bottom-10 {
  padding-bottom: 10px !important;
}
.custom-padding-bottom-15 {
  padding-bottom: 15px !important;
}
.custom-padding-bottom-20 {
  padding-bottom: 20px !important;
}
.custom-padding-bottom-25 {
  padding-bottom: 25px !important;
}
.custom-padding-bottom-30 {
  padding-bottom: 30px !important;
}
.custom-padding-bottom-35 {
  padding-bottom: 35px !important;
}
.custom-padding-bottom-40 {
  padding-bottom: 40px !important;
}
.custom-padding-bottom-45 {
  padding-bottom: 45px !important;
}
.custom-padding-bottom-50 {
  padding-bottom: 50px !important;
}
.custom-padding-bottom-55 {
  padding-bottom: 55px !important;
}
.custom-padding-bottom-60 {
  padding-bottom: 60px !important;
}
.custom-padding-bottom-65 {
  padding-bottom: 65px !important;
}
.custom-padding-bottom-70 {
  padding-bottom: 70px !important;
}
.custom-padding-bottom-75 {
  padding-bottom: 75px !important;
}
.custom-padding-bottom-80 {
  padding-bottom: 80px !important;
}
.custom-padding-bottom-85 {
  padding-bottom: 85px !important;
}
.custom-padding-bottom-90 {
  padding-bottom: 90px !important;
}
.custom-padding-bottom-95 {
  padding-bottom: 95px !important;
}
.custom-padding-bottom-100 {
  padding-bottom: 100px !important;
}
.custom-padding-top-5 {
  padding-top: 5px !important;
}
.custom-padding-top-10 {
  padding-top: 10px !important;
}
.custom-padding-top-15 {
  padding-top: 15px !important;
}
.custom-padding-top-20 {
  padding-top: 20px !important;
}
.custom-padding-top-25 {
  padding-top: 25px !important;
}
.custom-padding-top-30 {
  padding-top: 30px !important;
}
.custom-padding-top-35 {
  padding-top: 35px !important;
}
.custom-padding-top-40 {
  padding-top: 40px !important;
}
.custom-padding-top-45 {
  padding-top: 45px !important;
}
.custom-padding-top-50 {
  padding-top: 50px !important;
}
.custom-padding-top-55 {
  padding-top: 55px !important;
}
.custom-padding-top-60 {
  padding-top: 60px !important;
}
.custom-padding-top-65 {
  padding-top: 65px !important;
}
.custom-padding-top-70 {
  padding-top: 70px !important;
}
.custom-padding-top-75 {
  padding-top: 75px !important;
}
.custom-padding-top-80 {
  padding-top: 80px !important;
}
.custom-padding-top-85 {
  padding-top: 85px !important;
}
.custom-padding-top-90 {
  padding-top: 90px !important;
}
.custom-padding-top-95 {
  padding-top: 95px !important;
}
.custom-padding-top-100 {
  padding-top: 100px !important;
}
.custom-margin-top-5 {
  margin-top: 5px !important;
}
.custom-margin-top-10 {
  margin-top: 10px !important;
}
.custom-margin-top-15 {
  margin-top: 15px !important;
}
.custom-margin-top-20 {
  margin-top: 20px !important;
}
.custom-margin-top-25 {
  margin-top: 25px !important;
}
.custom-margin-top-30 {
  margin-top: 30px !important;
}
.custom-margin-top-35 {
  margin-top: 35px !important;
}
.custom-margin-top-40 {
  margin-top: 40px !important;
}
.custom-margin-top-45 {
  margin-top: 45px !important;
}
.custom-margin-top-50 {
  margin-top: 50px !important;
}
.custom-margin-top-55 {
  margin-top: 55px !important;
}
.custom-margin-top-60 {
  margin-top: 60px !important;
}
.custom-margin-top-65 {
  margin-top: 65px !important;
}
.custom-margin-top-70 {
  margin-top: 70px !important;
}
.custom-margin-top-75 {
  margin-top: 75px !important;
}
.custom-margin-top-80 {
  margin-top: 80px !important;
}
.custom-margin-top-85 {
  margin-top: 85px !important;
}
.custom-margin-top-90 {
  margin-top: 90px !important;
}
.custom-margin-top-95 {
  margin-top: 95px !important;
}
.custom-margin-top-100 {
  margin-top: 100px !important;
}
.custom-margin-bottom-5 {
  margin-bottom: 5px !important;
}
.custom-margin-bottom-10 {
  margin-bottom: 10px !important;
}
.custom-margin-bottom-15 {
  margin-bottom: 15px !important;
}
.custom-margin-bottom-20 {
  margin-bottom: 20px !important;
}
.custom-margin-bottom-25 {
  margin-bottom: 25px !important;
}
.custom-margin-bottom-30 {
  margin-bottom: 30px !important;
}
.custom-margin-bottom-35 {
  margin-bottom: 35px !important;
}
.custom-margin-bottom-40 {
  margin-bottom: 40px !important;
}
.custom-margin-bottom-45 {
  margin-bottom: 45px !important;
}
.custom-margin-bottom-50 {
  margin-bottom: 50px !important;
}
.custom-margin-bottom-55 {
  margin-bottom: 55px !important;
}
.custom-margin-bottom-60 {
  margin-bottom: 60px !important;
}
.custom-margin-bottom-65 {
  margin-bottom: 65px !important;
}
.custom-margin-bottom-70 {
  margin-bottom: 70px !important;
}
.custom-margin-bottom-75 {
  margin-bottom: 75px !important;
}
.custom-margin-bottom-80 {
  margin-bottom: 80px !important;
}
.custom-margin-bottom-85 {
  margin-bottom: 85px !important;
}
.custom-margin-bottom-90 {
  margin-bottom: 90px !important;
}
.custom-margin-bottom-95 {
  margin-bottom: 95px !important;
}
.custom-margin-bottom-100 {
  margin-bottom: 100px !important;
}
a,
a:focus,
a:hover {
  outline: none;
  text-decoration: none;
}
.btn {
  text-transform: uppercase;
}
.btn[value] {
  font-weight: 300;
}
.dropdown {
  cursor: pointer;
}
.box {
  padding: 20px 0;
}
@media only screen and (min-width: 992px) {
  .box {
    padding: 35px 0;
  }
}
.box-heading {
  font-size: 28px;
  margin-bottom: 25px;
  text-transform: none;
  letter-spacing: 5px;
  text-align: center;
  font-family: 'Gnuolane Free Cyrillic', sans-serif;
    color: #4a4a4a;
	font-weight: 600;
}
.sub-box-heading {
  text-align: center;
  font-family: "Merriweather";
  font-style: italic;
  letter-spacing: 3px;
  font-size: 12px;
}
.kl-main-content {
  position: relative;
  z-index: 1;
}
body[class*='product'] .kl-main-content {
  z-index: auto;
}
.col-no-padding {
  padding-left: 0;
  padding-right: 0;
}
.btn-lg,
.dropdown-menu,
.well,
.list-group-item:first-child,
.list-group-item:last-child,
.breadcrumb,
.form-control,
.form-control,
.panel-heading,
.panel-group .panel,
.alert {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn,
.button {
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  font-size: 12px;
}
.btn-primary {
  border: none;
}
.btn-primary:hover {
  color: #ffffff;
  background: #25292C;
}
.swipebox-square {
  padding-top: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  display: block;
  margin-bottom: 30px;
}
/* .list-10 li {
  padding-bottom: 4px;
} */
.dropdown-menu {
  border: none;
  top: 120%;
  display: block;
  visibility: hidden;
  opacity: 0;
}
.open > .dropdown-menu {
  visibility: visible;
  opacity: 1;
  top: 100%;
}
#list-view,
#grid-view {
  color: #25282C;
}
/******************Login*********************/
#login-popup {
  margin: auto;
  max-width: 600px;
  background: #fff;
  padding: 30px 15px;
  font-size: 0;
  position: relative;
}
#login-popup .button:hover {
  text-decoration: underline;
}
#login-popup .left p {
  margin-bottom: 10px;
}
#login-popup .right p {
  margin-bottom: 10px;
}
#login-popup .right input {
  width: 100%;
}
#login-popup .right input[type='submit'] {
  width: auto;
}
.account-login .well p {
  margin-bottom: 10px;
}
.account-register .form-horizontal div.button:before,
.account-register .form-horizontal div.button:after {
  content: " ";
  display: table;
}
.account-register .form-horizontal div.button:after {
  clear: both;
}
.account-register #content {
  padding-bottom: 30px;
}
.information-sitemap #content {
  padding-bottom: 30px;
}
.checkout-cart #content {
  padding-bottom: 30px;
}
.checkout-cart .form-control {
  height: 31px;
}
.checkout-cart .input-group .btn-danger,
.checkout-cart .input-group .btn-primary {
  border: 1px solid #CA7379;
}
.checkout-cart .img-thumbnail {
  border: none;
}
#content {
  position: relative;
}
.form-horizontal .form-group {
  font-size: 0;
}
legend {
  font-size: 18px;
  padding: 7px 0px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
div.required .control-label:before {
  content: '* ';
  color: #F00;
  font-weight: bold;
}
.alert {
  position: absolute;
  top: 0;
  z-index: 9999;
  right: 0;
  max-width: 400px;
  padding: 30px;
}
/***************owl-controls****************/
.owl-controls .owl-page span {
  background: #ffffff;
  border: 1px solid #222222;
  opacity: 1;
}
.owl-controls .owl-page.active span {
  background: #222222;
}
/***************social icons****************/
.social-icons li {
  display: inline-block;
  margin-right: -2px;
}
.social-icons__item {
  font-family: FontAwesome;
}
.social-icons__item:before {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  font-size: 17px;
}
.social-icons__item.facebook:before {
  content: '\f09a';
}
.social-icons__item.twitter:before {
  content: '\f099';
}
.social-icons__item.google_plus:before {
  content: '\f0d5';
}
.social-icons__item.youtube:before {
  content: '\f16a';
}
.social-icons__item.rss:before {
  content: '\f09e';
}
.social-icons__item.pinterest:before {
  content: '\f0d2';
}
.social-icons__item.instagram:before {
  content: '\f16d';
}
/***************Animation****************/
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/***************768px****************/
/***************1024px****************/
/***************1200px****************/
@media only screen and (min-width: 1200px) {
  .breadcrumb {
    margin: 0 -100% 0px;
    width: 300%;
    padding: 20px 100%;
	background-color: #ffffff;
    text-align: left;
  }
  .breadcrumb>li{
	 font-family: Roboto, regular !important; 
  }
}

/*--------------------------------------------------------------
Header Block
--------------------------------------------------------------*/
.header {
	position: relative;
	z-index: 1002;
	border-bottom: 1px solid transparent;
}
.dropdown-menu{
   z-index: 1008;	
}
.header [class*="col-"] {
  vertical-align: top;
}
@media (max-width: 992px) {
  .header__top .social-icons__list {
    text-align: center;
  }
  .social-icons__list {
	display: none;
  }
  .header__top .mini-cart .btn {
    float: none !important;
    margin-left: calc(50% - 35px);
    background: #ffffff;
  }
}
#logo {
  float: left;
}
/***************search****************/
.live-search-container {
  position: absolute;
  display: inline-block;
  top: calc(50% - 14px);
}
.live-search-container input {
  width: 0;
  border: none;
  font-size: 12px;
}
.live-search-container .open input {
  position: absolute;
  top: calc(50% - 21px);
  left: 0;
  width: 255px;
  padding: 10px 20px;
  border: 1px solid #EEEEEE;
}
.live-search-container .product-list .product-name {
  font-size: 12px;
}
.live-search-container #search-inner {
  position: static;
}
.live-search-container #search-inner.open:before {
  display: none;
}
#search-inner {
  position: relative;
}
#search-inner:before {
  display: inline-block;
  font-family: 'Pe-icon-7-stroke';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e618";
}
@media (max-width: 992px) {
  .search-mobile .live-search-container {
    position: static;
  }
  .search-mobile .live-search-container input {
    width: 100%;
    padding: 10px 25px;
    border: 1px solid #DDDDDD;
  }
  .search-mobile #search-inner {
    position: relative;
  }
  .search-mobile #search-inner:before {
    position: absolute;
    display: inline-block;
    top: calc(50% - 10px);
    right: 15px;
    font-size: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .search-mobile {
    display: none;
  }
}
/***************cart****************/
#cart .btn {
  color: #202020 !important;
}
#cart .btn:hover {
  background: none;
}
#cart .cart__icon {
  font-size: 36px;
}
.mini-cart .dropdown-menu {
  padding: 15px;
  left: 0;
}
.mini-cart p {
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
}
.mini-cart__view-cart,
.mini-cart__checkout {
  padding: 8px 15px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 13px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
}
.mini-cart__no-product {
  width: 100%;
}
.cart-product-total-number {
  font-size: 12px;
  position: absolute;
  z-index: 2;
  left: 60%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  line-height: 20px;
  top: 7px;
  font-weight: 300;
}
/***************768px****************/
/***************1024px****************/
@media only screen and (min-width: 992px) {
  .header__top {
    padding-top: 9px;
    padding-bottom: 9px;
  }
}
/***************1200px****************/
@media only screen and (min-width: 1200px) {
  .mini-cart .dropdown-toggle {
    background: none;
  }
  .mini-cart.open .dropdown-toggle,
  .mini-cart .dropdown-toggle:active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .mini-cart .dropdown-menu {
    width: 400px;
    left: auto;
  }
  .mini-cart button .fa-shopping-cart:before {
    font-size: 15px;
  }
}
/***************skin****************/
.header {
  background-color: #FFFFFF;
  border-color: #EEEEEE;
}
.header #cart .btn {
  display: inline-block;
  float: right;
  width: auto;
  font-size: 16px;
}
.mini-cart__view-cart,
.mini-cart__checkout {
  background-color: #222222;
  color: #FFFFFF;
  margin: 0 5px;
}
.mini-cart__view-cart:hover,
.mini-cart__checkout:hover {
  background-color: #333;
}
.cart-product-total-number {
  color: #ffffff;
}
/*--------------------------------------------------------------
Topbar Block
--------------------------------------------------------------*/
.topbar {
  z-index: 9;
  padding: 8px 0;
  text-align: center;
}
.topbar [class*='col-'] {
  vertical-align: middle;
  /* font-size: 10px; */
  text-transform: uppercase;
}
.topbar [class^="pe-7s-"],
.topbar [class*=" pe-7s-"] {
  font-size: 22px;
  vertical-align: middle;
}
.topbar a,
.topbar .btn-link {
  text-align: left;
  font-size: 10px;
}
.topbar .dropdown-toggle {
  padding: 0;
}
.topbar .dropdown-toggle:hover {
  text-decoration: underline;
}
.topbar__left {
  font-size: 16px !important;  
}
.topbar__left .top_left_number i{
	color: #999999;
    font-size: 15px;
    border: 2px solid #999999;
    border-radius: 20px;
    padding: 3px 4px 2px 5px;
}
.topbar__left .top_left_number{
	display: inline-block;
	color: black;
}
.topbar__left .working_time{
	display: inline-block;
	text-transform: capitalize;
}
.topbar__left .working_time i{
	font-size: 21px;
	color: #999999;
}
@media only screen and (min-width: 992px) {
  .topbar__left {
    text-align: left;
  }
}
.topbar__left a:hover {
  text-decoration: underline;
}
.topbar__right {
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .topbar__right {
    text-align: right;
  }
}
.topbar__currency .btn,
.topbar__language .btn {
  background: none;
}
.topbar__currency .btn:hover,
.topbar__language .btn:hover {
  background: none;
}
.topbar__currency {
  display: inline-block;
  position: relative;
  
}
.topbar__currency span:first-child{
	display: none;
}
.topbar__language {
  position: relative;
  top: -1px;
  display: inline-block;
  /* border: 1px solid rgba(51, 51, 51, 0.57);
  background-color: #6c6c6c;
  box-shadow: inset 1px 1px 1px 0px rgba(51, 51, 51, 0.57); */
}
.topbar__language span{
	display: none;
}


/***************768px****************/
/***************1024px****************/
/***************1200px****************/
/***************skin****************/
.topbar--1 .btn-link,
.topbar--1 a {
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
}
.topbar--1 .topbar__right .list-inline li {
  position: relative;
}
.topbar--1 .topbar__right .list-inline a:before {
  background: #212121;
}
#top-links.nav.topbar__my-accounts .list-inline{
	font-size: 11px;
}
#top-links.nav.topbar__my-accounts .list-inline .dropdown .dropdown-toggle > i{
	padding-right: 4px;
}
#top-links.nav.topbar__my-accounts .list-inline .dropdown .dropdown-toggle .my_settings.hidden-md{
	font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 13px;
	padding-top: 2px;
}
#top-links.nav.topbar__my-accounts .list-inline .dropdown.open .dropdown-menu > li a, #top-links.nav.topbar__my-accounts .list-inline .dropdown.open .dropdown-menu > li a .hidden-xs.hidden-sm.hidden-md{
	color: #333 !important;
    text-transform: none;
}
#top-links.nav.topbar__my-accounts .list-inline .dropdown.open .dropdown-menu > li a:hover{
	text-decoration: underline;
}

.athletic{
	text-align: center;
	padding-top: 8px;
    padding-bottom: 8px;
}
.society{
	font-size: 20px;
	float: right;
    margin-top: 17px;
}
.society .society_icons i{
	text-align: center;
	padding: 4px 0;
}
header .society .society_icons{
	display: inline-block;
	border: 1px solid;
    box-shadow: inset 0px 0px 1px 1px rgba(141, 141, 141, 0.59);
	width: 30px;
	height: 30px;
	border-radius: 50%;
	text-align: center;
}
.society .society_icons{
	display: inline-block;
	border: 1px solid;
    box-shadow: inset 0px 0px 1px 1px rgba(141, 141, 141, 0.59);
	width: 40px;
	height: 40px;
	text-align: center;
	border-radius: 50%;
}
.society a:first-child .society_icons i{
	position: relative;
    top: 0;
}
footer .society a:hover{
	color: #e61927;
}
.desc_block .description_local, .desc_block .description_local h2, .desc_block .description_local h2 span, .desc_block .description_local h4, .desc_block .description_local p, .desc_block #tab-specification, .desc_block #tab-specification p{
	font-family: 'Gnuolane Free Cyrillic', sans-serif !important;
}

/*--------------------------------------------------------------
Footer Block
--------------------------------------------------------------*/
.footer {
  overflow: hidden;
  border-bottom: 1px solid transparent;
  padding: 30px 0;
}
@media only screen and (min-width: 992px) {
  .footer {
    padding: 25px 0 25px 0;
  }
}
.footer .box-heading {
  display: inline-block;
  font-size: 13px;
  margin-bottom: 7px;
  padding: 10px 0;
  border-bottom: 1px solid;
}
.footer__information-text {
  color: #1F1F1F;
}
.footer li a {
  font-size: 11px;
  text-transform: uppercase;
}
/***************payment****************/
.payment {
  text-align: center;
  font-size: 11px;
}
@media only screen and (min-width: 992px) {
  .payment {
    text-align: right;
  }
}
.payment__item {
  display: inline-block;
}
/***************contact****************/
.contact__list {
  margin: 25px 0;
  display: none;
}
/***************footer address****************/
.footer__address {
  position: relative;
}
.footer__address:before {
  content: "";
  position: absolute;
  width: 5000px;
  height: 1px;
  top: 0;
  right: -50%;
}
.have-contact-form .footer__address {
  padding: 50px 0;
}
/***************powered****************/
#powered {
  padding: 0 0 45px 0;
}
/***************768px****************/
/***************1024px****************/
/***************1200px****************/
/***************skin****************/
/*--------------------------------------------------------------
Sidebar Block
--------------------------------------------------------------*/
#column-left .product-grid,
#column-right .product-grid {
  width: 100%;
  margin-bottom: 25px;
}
#column-left .product-thumb,
#column-right .product-thumb {
  display: inline-block;
  float: right;
}
#column-left .product-detail,
#column-right .product-detail,
#column-left .product-sale,
#column-right .product-sale {
  display: none;
}
#column-left .product-name,
#column-right .product-name,
#column-left .product-rating,
#column-right .product-rating,
#column-left .product-price,
#column-right .product-price {
  width: 70%;
  text-align: left;
  padding-bottom: 10px;
  border-bottom: 1px solid #EEEEEE;
}
#column-left .box-heading,
#column-right .box-heading {
  text-align: left;
}
/*--------------------------------------------------------------
Navigation Block
--------------------------------------------------------------*/
.main-nav {
  position: relative;
  text-align: center;
}
.box-heading span{
	font-family: 'Gnuolane Free Cyrillic', sans-serif;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}

@media (max-width: 991px) {
  /*mega menu for mobile*/
  .navigation {
    margin-bottom: 15px;
    margin-top: 10px;
    background: none;
  }
  .navigation .live-search-container {
    display: none;
  }
  .main-nav {
    display: none;
    text-align: left;
  }
  .main-nav__item {
    position: relative;
    background: #313131;
    padding: 10px 0;
    margin-bottom: 1px;
  }
  .main-nav__item > .btn-expand-men,
  .main-nav__item > a,
  .main-nav__item > a:visited {
    padding-left: 15px;
    color: #ffffff;
  }
  .main-nav__item > .btn-expand-men,
  .main-nav__item > a{
	display: block;
	font-size: 14px;
  }
  .main-nav__item.expand .btn-expand-menu:before {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  .main-nav__item .btn-expand-menu:before {
    content: "\e680";
    position: absolute;
    top: 7px;
    right: 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    color: #ffffff;
    display: inline-block;
    font-family: 'Pe-icon-7-stroke';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-size: 30px;
	pointer-events: none;
  }
  .main-nav__secondary-nav {
    display: none;
    margin-top: 10px;
    padding-top: 20px;
    background: #ffffff;
  }
  .main-nav .subcat {
    padding-left: 20px;
  }
  #btn-mobile-toggle {
    cursor: pointer;
    padding: 10px 0;
    position: relative;
    background-color: #222;
    display: block;
    text-transform: uppercase;
    color: #ffffff;
	text-align: center;
  }
  #btn-mobile-toggle:after {
    content: "\e684";
    font-size: 30px;
    position: absolute;
    right: 0px;
    top: 6px;
    display: inline-block;
    font-family: 'Pe-icon-7-stroke';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #btn-mobile-toggle.expand:after {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
  }
  
  #megamenu {
    background-color: #222;
    margin: 0 15px 15px;
  }
  #megamenu .dropdown-container {
    display: none;
    padding: 15px;
  }
  #megamenu .dropdown-container .container {
    padding: 10px 0;
  }
  #megamenu .mainmenu li:first-child {
    display: none;
    margin: 0;
  }
  #megamenu li.item {
    margin-bottom: 10px;
    position: relative;
  }
  #megamenu li.item p {
    color: #aaa;
  }
  #megamenu li.item > a {
    font-size: 16px;
    color: #fff;
    margin-bottom: 10px;
    display: inline-block;
  }
  #megamenu li.item .menu-category-image {
    float: none;
  }
  #megamenu li.item .menu-category-title {
    display: block;
    color: #444;
  }
  #megamenu li.item .subcat {
    margin: 0 !important;
  }
  #megamenu li.item .btn-expand-menu {
    position: absolute;
    right: 0;
  }
  #megamenu li.item .btn-expand-menu:before {
    content: "\e602";
    display: inline-block;
    color: #ffffff;
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #megamenu li.item.expand .btn-expand-menu:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
  }
  #megamenu .product .hover {
    display: none;
  }
  .topbar{
  position: relative; 
  z-index: 1003;
  }
  .topbar #top-links .list-inline #cart.btn-group{
	position: inherit;
  }
  .mini-cart .dropdown-menu{
	position: absolute;
	width: 100% !important;
    left: auto !important;
  } 
  .checkout-checkout  .last_box_for_order{
	padding: 0;  
  }
}
/***************768px****************/
/***************1024px****************/
@media only screen and (min-width: 992px) {
  .navigation {
    position: relative;
  }
  .main-nav__item {
    display: inline-block;
    padding: 0 25px 0 25px;
  }
  .main-nav__item > .btn-expand-men,
  .main-nav__item > a {
    position: relative;
    display: block;
    margin: 7px 0 9px 0; 
    padding: 5px 0;
    letter-spacing: 2px;
    font-size: 22px;
    font-weight: 600;
  }
  .main-nav__item > .btn-expand-men:before,
  .main-nav__item > a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: inline-block;
    width: 0;
    height: 1px;
  }
  .main-nav__item--custom .main-nav__secondary-nav {
    padding: 10px;
    text-align: left;
    font-size: 13px;
  }
  .main-nav__item--custom .main-nav__secondary-nav li {
    padding-bottom: 10px;
  }
  .main-nav__item--custom .main-nav__secondary-nav .btn-expand-men:hover,
  .main-nav__item--custom .main-nav__secondary-nav a:hover {
    text-decoration: underline;
  }
  .main-nav__item.is-active > .btn-expand-men:before,
  .main-nav__item.is-active > a:before {
    width: 100%;
  }
  .main-nav__item:hover {
  
  }
  .main-nav__item:hover .main-nav__secondary-nav {
    visibility: visible;
    z-index: 1001;
    opacity: 1;
    margin-top: 0;
    pointer-events: auto;
	background-color: #fff;
    top: 45px;
  }
  header #megamenu.navigation.navigation--mega .main-nav .main-nav__item{
	border-bottom: 3px solid #FFF;
}
header #megamenu.navigation.navigation--mega .main-nav .main-nav__item:hover{
	border-bottom: 3px solid #25292c;
}
	.main-nav__item:hover > .btn-expand-men:before,
	.main-nav__item:hover > a:before {
    width: 100%;
  }
  .main-nav__item .btn-expand-men,
  .main-nav__item a {
    text-transform: uppercase;
    color: #333333;
  }
  .main-nav__item--product,
  .main-nav__item--category {
    position: static;
  }
  .main-nav__item--product .main-nav__secondary-nav,
  .main-nav__item--category .main-nav__secondary-nav {
    width: 100%;
    left: 0;
  }
  .main-nav__item--category .main-nav__secondary-nav {
    text-align: left;
  }
  .main-nav__item--category hr {
    margin: 6px 0;
  }
  .main-nav__secondary-nav {
    visibility: collapse;
    position: absolute;
    background: #FFFFFF;
    padding: 30px;
    width: 250px;
    z-index: -999;
    opacity: 0;
    pointer-events: none;
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);

	padding-top: 26px;
  }
  #btn-mobile-toggle {
    display: none;
  }
  .menu-category-title {
    font-size: 13px;
  }
  .menu-category-description {
    padding-bottom: 20px;
  }
  .is-parent > a:after {
    position: absolute;
    content: "\e688";
    display: none;
    font-family: 'Pe-icon-7-stroke';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    right: -25px;
    top: calc(50% - 11px);
    top: moz-calc(50% - 11px);
  }
  .subcat a {
    margin-left: 5px;
  }
  .subcat a:hover {
    text-decoration: underline;
  }
}
/***************1200px****************/
/***************skin****************/
.navigation {
  background-color: #fff;
}
/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
/*
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item > .globanote_image {
  text-align: start;
  border: 1px solid #d40d0d;
}
.owl-carousel .owl-item img {
  display: inline-block;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel .owl-rtl {
  direction: rtl;
}
.owl-carousel .owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  /*transform-style: preserve-3d;*/
}
/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-page {
  display: inline-block;
}
.owl-page span {
  display: block;
  width: 10px;
  height: 10px;
  margin: 5px 3px;
  opacity: 0.5;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #869791;
}
.owl-theme .owl-controls .owl-nav [class*='owl-'] {
  color: white;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.owl-theme .owl-controls .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: white;
  text-decoration: none;
}
.owl-theme .owl-controls .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}
/*--------------------------------------------------------------
Module Carousel
--------------------------------------------------------------*/
.carousel {
  margin: 40px auto;
}
.carousel .owl-item .text-center {
  text-align: center;
}
.owl-carousel {
  overflow: hidden;
}
.owl-carousel.owl-theme .owl-controls {
  margin: 0;
}
/***************768px****************/
/***************1024px****************/
/***************1200px****************/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #cccccc;
}
.mfp-preloader a:hover {
  color: white;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #fff;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
		  * Remove all paddings around the image on small screen
		  */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
/*--------------------------------------------
Box category
----------------------------------------------*/
.box-category a {
  display: block;
}
.box-category > li {
  position: relative;
  padding: 6px 0;
  text-transform: capitalize;
}
.box-category > li ul {
  display: none;
  width: 100%;
}
.box-category > li > .toggle {
  display: inline-block;
  width: 15px;
  height: 15px;
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 6px;
}
.box-category > li > .toggle:before {
  content: "+";
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}
.box-category > li.active {
  margin-left: 15px;
}
.box-category > li.active ul {
  display: block;
}
.box-category > li.active a {
  position: relative;
}
.box-category > li.active a:before {
  left: -10px;
}
.box-category > li.active > .toggle:before {
  content: "-";
}
.box-category__sub {
  margin-left: 15px;
}
/*--------------------------------------------------------------
KL Search Block
--------------------------------------------------------------*/
.kl-search {
  width: 100%;
  z-index: 3;
  display: none;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.kl-search.is-visible {
  position: relative;
  display: block;
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.kl-search span {
  display: none;
}
.kl-search input {
  font-size: 20px;
  border-radius: 0;
  border: none;
  background: #ffffff;
  height: 100%;
  width: 100%;
  float: none;
  padding: 2% 5%;
  box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, 0.05);
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.kl-search input:focus {
  outline: none;
}
.kl-search .input-group {
  display: block;
}
.kl-search-trigger {
  position: relative;
  display: block;
  width: 44px;
  height: 44px;
  overflow: hidden;
  white-space: nowrap;
  /* hide text */
  color: transparent;
  z-index: 3;
  font-size: 0;
}
.kl-search-trigger:before,
.kl-search-trigger:after {
  /* search icon */
  content: '';
  position: absolute;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.kl-search-trigger::before {
  /* lens */
  top: 11px;
  left: 11px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 3px solid transparent;
}
.kl-search-trigger::after {
  /* handle */
  height: 3px;
  width: 8px;
  bottom: 14px;
  right: 11px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.kl-search-trigger span {
  /* container for the X icon */
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.kl-search-trigger span:before,
.kl-search-trigger span:after {
  /* close icon */
  content: '';
  position: absolute;
  display: inline-block;
  height: 3px;
  width: 22px;
  top: 50%;
  margin-top: -2px;
  left: 50%;
  margin-left: -11px;
  opacity: 0;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
}
.kl-search-trigger span:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.kl-search-trigger span:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.kl-search-trigger.search-is-visible::before,
.kl-search-trigger.search-is-visible::after {
  /* hide search icon */
  opacity: 0;
}
.kl-search-trigger.search-is-visible span::before,
.kl-search-trigger.search-is-visible span::after {
  /* show close icon */
  opacity: 1;
}
.kl-search-trigger.search-is-visible span::before {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.kl-search-trigger.search-is-visible span::after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
/***************768px****************/
/***************1024px****************/
/***************1200px****************/
@media only screen and (min-width: 1200px) {
  .kl-search {
    display: none;
  }
}
/***************skin****************/
.kl-search input::-webkit-input-placeholder {
  color: #c9cbc4;
}
.kl-search input::-moz-placeholder {
  color: #c9cbc4;
}
.kl-search input:-moz-placeholder {
  color: #c9cbc4;
}
.kl-search input:-ms-input-placeholder {
  color: #c9cbc4;
}
.kl-search-trigger::before {
  border-color: #2e3233;
}
.kl-search-trigger::after {
  background: #2e3233;
}
.kl-search-trigger span::before,
.kl-search-trigger span::after {
  background: #2e3233;
}
/*--------------------------------------------------------------
Kuler Live Search
--------------------------------------------------------------*/
.live-search-container .dropdown-menu {
  display: none;
  right: 0;
  opacity: 1;
  visibility: visible;
  overflow: auto;
  width: 100%;
  max-height: 400px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 20px;
  padding-bottom: 0;
  margin: 0;
}
@media only screen and (min-width: 992px) {
  .live-search-container .dropdown-menu {
    padding: 20px 10px 0;
  }
  .live-search-container .dropdown-menu li:last-child {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.live-search-container .dropdown-menu .live-search-load-more:hover {
  color: #FFF;
  cursor: pointer;
}
.live-search-container .dropdown-menu .live-search-load-more:hover:before {
  animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
}
.live-search-container .dropdown-menu .live-search-load-more:before {
  content: "\e6c2";
  position: relative;
  right: 10px;
  display: inline-block;
  font-family: 'Pe-icon-7-stroke';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  vertical-align: middle;
}
.live-search-container .dropdown-menu__item {
  margin-bottom: 15px;
}
.live-search-container .dropdown-menu .product-layout {
  border: none;
  padding: 0;
  margin-bottom: 0;
}
.live-search-container .dropdown-menu .product-layout .row {
  margin-left: 0;
  margin-right: 0;
}
.live-search-container .dropdown-menu .product-layout .left {
  padding-left: 0;
  padding-right: 0;
}
.live-search-container .dropdown-menu .product-layout .right {
  display: inline-block;
  text-align: left;
  padding-left: 0;
}
@media only screen and (min-width: 992px) {
  .live-search-container .dropdown-menu .product-layout .right {
    padding-left: 10px;
  }
}
.live-search-container .dropdown-menu .product-layout .product-thumb {
  float: none;
  width: 100%;
}
.live-search-container .dropdown-menu .product-layout .product-thumb img {
  -webkit-transition: all 0 cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0 cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0 cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0 cubic-bezier(0.215, 0.61, 0.355, 1);
}
.live-search-container .dropdown-menu .product-layout .product-thumb__secondary {
  display: none;
}
.live-search-container .dropdown-menu .product-layout .product-thumb__secondary:before {
  display: none;
}
.live-search-container .dropdown-menu .product-layout .product-sale {
  display: none;
}
.live-search-container .dropdown-menu .product-layout .product-rating {
  display: none;
}
.live-search-container .dropdown-menu .product-layout .product-name {
  width: 100%;
  font-size: 12px;
  margin-bottom: 10px;
}
.live-search-container .dropdown-menu .product-layout .product-description {
  font-size: 11px;
  color: #858585;
}
.live-search-container .dropdown-menu .product-layout .product-price {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
.live-search-container .dropdown-menu .product-layout .product-price--old {
  display: block;
  font-weight: normal;
  margin: 0;
}
.live-search-container .dropdown-menu .product-layout:hover {
  border: none;
}
.live-search-container .dropdown-menu .product-layout:hover .product-thumb img {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}
.live-search-container .dropdown-menu .product-detail {
  position: relative;
  margin-top: 10px;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}
.live-search-container .dropdown-menu .product-detail-button {
  border: none;
  margin: 0;
  width: 25px;
  height: 25px;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}
.live-search-container .dropdown-menu .product-detail-button i:before {
  font-size: 13px;
  line-height: 25px;
  width: 25px;
}
.live-search-container .dropdown-menu .product-detail-button--quick-view {
  display: none;
}
.live-search-container .dropdown-menu .live-search-load-more {
  padding: 20px 0;
  border: none;
  text-align: center;
}
.live-search-container .dropdown-menu .live-search-load-more span {
  font-size: 15px;
}
.live-search-container .dropdown-menu .live-search-no-result {
  text-align: center;
  padding: 20px 0;
}
#search-close {
  display: none;
  position: absolute;
  top: 50%;
  right: -15px;
  cursor: pointer;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}
#search-close:before {
  content: '\e6015';
  line-height: 40px;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#search-close:hover:before {
  color: #34477a;
}
@media only screen and (min-width: 992px) {
  .live-search-container .dropdown-menu {
    width: 370px;
  }
  .live-search-container #search-inner {
    display: inline-block;
  }
}
@media only screen and (min-width: 1200px) {
  .kf_search {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAxMi8xNy8xNPspEoYAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAABIElEQVQ4jdWTsVHDQBBFH1AAvoghwt4K1AEqwR1YjghNSuYS3AGnDkRIZjqwG9gZZWRnQiIcaD3I0lmWDQH8Gc3Xzmre7d6u4K/r4lBCRBJgDKTABlgCXlU3JwNFZAHMIqkP4FFV/SHgVQTmgQcL34AcWAO3wA0wds6VIYTV0QpFJAOeLZw2K7HDJlbpMNb+ZSPOzPNYW6qaASVwXfu2E3hv3oLVVJinfYB9tGtz0AdYmicdwNR82Qfozee2h3uyoe2upWjmoT3lAbAC7qgmObcYqiFM7H2tqtEuWottlRUG7VJuU99Ta7FDCO/OOQ98AiO+L/8FeAJeqX7JxDk3CiFEWz9JIpKJyJc9i3runLXBln5q4fBn5dUkIr8H+7/aAsbDU2avA/9vAAAAAElFTkSuQmCC") no-repeat 97% center;
  }
  .live-search-container .kf_category,
  .live-search-container .kf_manufacturer {
    width: 0;
    opacity: 0;
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .live-search-container.open .button-search:before,
  .live-search-container:hover .button-search:before {
    -webkit-transform: translate(-400px, 0);
    -moz-transform: translate(-400px, 0);
    -ms-transform: translate(-400px, 0);
    -o-transform: translate(-400px, 0);
    opacity: 0;
    visibility: hidden;
  }
  .live-search-container.open .kf_category,
  .live-search-container:hover .kf_category,
  .live-search-container.open .kf_manufacturer,
  .live-search-container:hover .kf_manufacturer {
    width: 200px;
    opacity: 1;
    display: inline-block !important;
    visibility: visible !important;
  }
}
/** Boxed Style **/
.boxed #search-close {
  right: -7px;
}
/******************* Skin **********************/
.live-search-container .dropdown-menu .live-search-load-more {
  background-color: #f5f5f2;
}
.live-search-container .dropdown-menu .live-search-load-more span:before {
  color: #bbbbbb;
}
.live-search-container .kf_category,
.live-search-container .kf_manufacturer {
  background-color: #ffffff;
}
#search-close:before {
  color: #aaaaaa;
}
/*--------------------------------------------------------------
Products
--------------------------------------------------------------*/
.product-layout {
  position: relative;
  margin-bottom: 30px;
  text-align: center;
}
.product-thumb {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.product-name {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: normal;
  line-height: 1.6;
  font-family: 'Gnuolane Free Cyrillic', sans-serif !important;
}
.product-rating {
  font-size: 8px;
  margin-bottom: 10px;
}
.product-rating a {
  vertical-align: middle;
  padding-left: 10px;
  font-size: 18px;
}
.product-sale {
  position: absolute;
  right: 10px;
  top: 10px;
  border-radius: 100%;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
}
.product-price {
  margin-bottom: 20px;
  font-size: 13px;
  letter-spacing: 1px;
}
.product-price--old {
  padding-left: 10px;
  text-decoration: line-through;
}
.quick-view {
  outline: none;
}
.product-detail__group-buttons {
  font-size: 0;
}
.product-detail__group-buttons > button {
  margin-left: 3px;
  margin-right: 3px;
}
.product-detail-button {
  border: 1px solid #DDDDDD;
  width: 36px;
  height: 36px;
  padding: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.product-detail-button span {
  font-size: 11px;
  letter-spacing: 1px;
}
.product-detail-button i {
  font-size: 22px;
  vertical-align: middle;
}
.product-detail-button--cart {
  width: auto;
  padding: 0 20px;
}
.product-detail-button--cart i {
  padding-right: 7px;
}
.product-detail-button--quick-view {
  position: absolute;
  top: calc(50% - 18px);
  left: calc(50% - 18px);
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
}
.product .left,
.product-grid .left {
  float: left;
}
.product .right,
.product-grid .right {
  float: right;
}
.thumbnails__big-image {
  position: relative;
  width: 100%;
}
.thumbnails__big-image.loading:before {
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.5) url("../image/loading.gif") center center no-repeat;
  background-size: 50%;
}
@media only screen and (min-width: 1200px) {
  .thumbnails__list-image {
    width: 50%;
    margin: 0 22%;
  }
}
.product-options,
.custom-block {
  margin-bottom: 20px;
}
/**--product info--**/
.product-info {
  margin-bottom: 20px;
}
.product-info h1 {
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 700;
  font-family: 'Gnuolane Free Cyrillic', sans-serif;
}
.product-info h3 {
  margin: 30px 0;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
.product-info .custom-block,
.product-info .product-options {
  color: #858585;
}
.product-info .product-detail-button {
  margin-bottom: 20px;
}
.product-info .product-detail-button:hover {
  border: none;
  
}
.product-info .product-detail__group-buttons > button {
  margin-right: 10px;
  background-color: #005abb;

}
.addthis_toolbox{
	display: none;
}
.product-info .product-rating {
  margin-bottom: 30px;
}
.product-info .product-sale {
  display: none;
}
.product-info .product-price {
  font-size: 36px;
}
.product-info .product-detail-button--cart {
  width: auto;
}
.product-info .product-detail-button--cart span {
  color: #ffffff;
}
.product-info .product-detail-button--cart:hover span {
  text-decoration: none;

}
.product-info .dynamic-number {
  background: #F9F9F9;
  border: none;
  padding: 10px 7px;
  text-align: center;
}
.product-info .quantity-form {
  border: 1px solid #222222;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
     display: inline-block;
}
.product-info .quantity-form input {
  margin: 0 20px;
  border: none;
  text-align: center;
  background-color: #e4e5e6;
  color: #6b6b6b;
  font-weight: 600;
}

.product-info .tag {
  margin-bottom: 20px;
}
.product-info .tag__title {
  color: #858585;
}
.product-info .tag__name {
  color: #212121;
}
.product-share {
  margin-bottom: 20px;
}
.product-tabs {
  margin-bottom: 50px;
}
.product-tabs .nav-tabs {
  border: none;
}
.product-tabs .nav > li > a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-right: 10px;
  margin-bottom: 10px;
}
.product-tabs .tab-content {
  padding: 15px 0;
}
/*Deal Countdown*/
.product-deal-countdown {
  background: rgba(255, 255, 255, 0.65);
  padding: 25px 30px 25px 31px;
  position: absolute;
  left: calc(50% - 135px);
  bottom: 0;
  letter-spacing: 0;
}
.product-deal-countdown .countdown-row .countdown-section {
  display: inline-block;
  text-align: center;
  margin-right: 3px;
  font-size: 12px;
}
.product-deal-countdown .countdown-row .countdown-section span {
  display: block;
  margin-bottom: 4px;
}
.product-deal-countdown .countdown-amount {
  width: 48px;
  height: 48px;
  line-height: 48px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.product-deal-countdown .countdown-period {
  margin-top: 10px;
}
/***************768px****************/
/***************1024px****************/
@media only screen and (min-width: 992px) {
  .product-layout:hover .product-thumb__secondary {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
  }
  .product-layout:hover .product-detail-button--quick-view {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  .product-layout .product-thumb__secondary {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
  }
  .product-layout .product-thumb__secondary:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    margin: 10px;
    background: rgba(255, 255, 255, 0.8);
  }
  .product-list .product-wrapper {
    text-align: left;
    padding: 15px;
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .product-list .product-wrapper:before,
  .product-list .product-wrapper:after {
    content: " ";
    display: table;
  }
  .product-list .product-wrapper:after {
    clear: both;
  }
  .product-list .product-wrapper:hover {
    background-color: #EEEEEE;
  }
  .product-list .product-thumb {
    float: left;
    margin-right: 20px;
    position: relative;
    overflow: hidden;
  }
  .product-list .product-thumb .product-detail {
    display: none;
  }
  .product-list .product-name {
    display: inline-block;
    width: 60%;
    font-size: 24px;
  }
  .product-list .product-sale {
    bottom: 10px;
    right: 10px;
  }
  .product-list .product-detail__group-buttons > button {
    margin-right: 5px;
  }
  .product-list .product-detail-button {
    magin: 0 10px;
  }
  .product-list .product-detail-button--cart {
    width: auto;
    text-transform: capitalize;
  }
  .product-list .product-detail-button--cart span {
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  .product-list .product-description {
    display: block !important;
    font-weight: 300;
    visibility: visible !important;
    margin-bottom: 20px;
  }
  .product-grid .product-name a {
    padding: 0 !important;
  }
  .product-grid .product-thumb__big-image {
    position: relative;
  }
  .product-grid .product-description {
    display: none;
  }
  .product-grid .product-detail {
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .product-related [class*="col-"] {
    width: 100%;
  }
  .product-related .product-layout {
    text-align: center !important;
  }
}
/***************1200px****************/
/***************skin****************/
.product-rating {
  color: #202020;
}
.product-tabs .nav > li > a {
  background-color: #F8F8F8;
  color: #444444;
}
.product-tabs .nav-tabs > li.active > a,
.product-tabs .nav > li > a:hover,
.product-tabs .nav > li > a:focus {
  color: #ffffff;
}
/*--------------------------------------------------------------
Categories
--------------------------------------------------------------*/
/* .categories-filter {
  padding: 15px;
} */
.categories-filter [class*="col-"] {
  vertical-align: middle;
}
.refine-search h3 {
  text-transform: uppercase;
  font-size: 20px;
  text-align: center;
}
.refine-search a {
  padding: 5px 15px;
  display: inline-block;
}
/***************768px****************/
/***************1024px****************/
/***************1200px****************/
/***************skin****************/
.categories-filter {

}
.refine-search a {
  background-color: #444444;
  color: #ffffff;
}
/*--------------------------------------------------------------
Quickview block
--------------------------------------------------------------*/
.quickview {
  overflow-y: hidden;
}
.quickview body {
  padding: 30px;
  background: #fff;
}
.quickview .product-rating {
  font-size: 15px;
}
.quickview .product-description {
  margin-bottom: 20px;
}
.quickview .product-detail-button {
  text-transform: uppercase;
  font-weight: 300;
}
.quickview .product-detail-button__detail {
  width: auto;
  padding: 0 20px;
}
.quickview .product-detail-button__detail:hover a {
  text-decoration: underline;
}
.quickview .product-detail-button__detail a {
  color: #ffffff;
}
/*--------------------------------------------------------------
Kuler Filter
--------------------------------------------------------------*/
/***************768px****************/
/***************1024px****************/
@media only screen and (min-width: 992px) {
  .kuler-filter {
    margin-bottom: 50px;
  }
  .kuler-filter p {
    margin: 20px 0;
  }
  .kuler-filter select {
    width: 100%;
    border: none;
    background: #F9F9F9;
    padding: 10px 15px;
  }
  .kuler-filter .price-slide {
    border: none;
  }
  .kuler-filter .ui-slider-range,
  .kuler-filter .ui-slider-horizontal {
    height: 8px;
  }
  .kuler-filter .ui-corner-all {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
  }
  .kuler-filter .ui-slider-handle {
    top: -0.2em;
    background: #212121;
    width: 16px;
    height: 16px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  }
  .kuler-filter .buttons {
    margin-top: 30px;
  }
  .kuler-filter .buttons:before,
  .kuler-filter .buttons:after {
    content: " ";
    display: table;
  }
  .kuler-filter .buttons:after {
    clear: both;
  }
  .kuler-filter .right {
    float: right;
  }
  .kuler-filter .right:before,
  .kuler-filter .right:after {
    content: " ";
    display: table;
  }
  .kuler-filter .right:after {
    clear: both;
  }
}
/***************1200px****************/
/***************skin****************/
/*--------------------------------------------------------------
Kuler Showcase Module
--------------------------------------------------------------*/
.kuler-showcase-module {
  padding-bottom: 35px;
}
.kuler-showcase-module .box {
  padding: 35px 0 5px 0;
}
.kuler-showcase-module .box-heading span {
  margin: 0 20px;
  font-size: 28px;
  font-weight: 600;
  cursor: pointer;
  display: inline-block;
}
.kuler-showcase-module .tab-heading {
  text-align: center;
  padding-bottom: 50px;
}
.kuler-showcase-module .tab-heading span {
  position: relative;
  margin: 0 15px;
  padding: 10px 0;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.kuler-showcase-module .tab-heading span:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 0;
  height: 1px;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.kuler-showcase-module .tab-heading span:hover:after {
  width: 100%;
}
.kuler-showcase-module .tab-heading span.active:after {
  width: 100%;
}
.kuler-showcase-module .box {
  position: relative;
}
.kuler-showcase-module .nav {
  position: static;
}
.kuler-showcase-module .nav span {
  position: absolute;
  top: calc(50% - 36px);
  left: -50px;
  z-index: 999;
  font-size: 0;
  cursor: pointer;
}
.kuler-showcase-module .nav span:before {
  display: inline-block;
  font-family: 'Pe-icon-7-stroke';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 36px;
  height: 36px;
  border: 2px solid #DDDDDD;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  line-height: 33px;
  font-size: 30px;
  text-align: center;
}
.kuler-showcase-module .nav .prev:before {
  content: "\e686";
}
.kuler-showcase-module .nav .next {
  left: auto;
  right: -50px;
}
.kuler-showcase-module .nav .next:before {
  content: "\e684";
}
/***************768px****************/
/***************1024px****************/
/***************1200px****************/
/*--------------------------------------------------------------
Kuler Slider Module
--------------------------------------------------------------*/
.kls-container .tp-bullets.simplebullets.round-old .bullet {
  width: 12px;
  height: 12px;
  background: none;
  border: 2px solid #ffffff;
  margin: 0 3px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.kls-container .tp-bullets.simplebullets.round-old .bullet.selected {
  background: #ffffff;
}
/***************768px****************/
/***************1024px****************/
/***************1200px****************/
/***************skin****************/
/*-------------------------------------
KULER BLOG MODULE
-------------------------------------*/
.kbm-recent-article .articles__image {
  float: left;
  margin-right: 20px;
}
.kbm-recent-article .articles__image > li {
  padding: 10px 0;
}
.kbm-recent-article .articles__image .article__title {
  text-transform: uppercase;
  padding: 10px 20px;
}
.kbm-recent-article .articles__description {
  color: #878787;
  line-height: 1.8;
  margin: 10px 0;
}
.kbm-recent-article .articles__date {
  display: none;
}
.kbm-recent-article .articles__read-more {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 10px;
}
@media (max-width: 767px) {
  .kbm-recent-article .articles__read-more {
    padding-left: 170px;
  }
}
.kbm-recent-article .articles__read-more:hover {
  text-decoration: underline;
}
.author {
  font-size: 16px;
  margin-bottom: 5px;
}
.author-badge {
  font-size: 12px;
  text-transform: none;
  margin: 0 10px;
  padding: 5px;
}
.date {
  display: inline;
  margin-left: 30px !important;
}
.message {
  font-size: 13px;
  margin-top: 10px;
}
.reply {
  display: inline-block;
  cursor: pointer;
  padding: 5px 10px;
  margin: 0 10px;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#comment-form {
  display: inline-block;
}
.reply-list {
  margin-left: 75px;
}
.reply-list .comment {
  padding: 20px !important;
  margin-bottom: 10px;
}
.reply-list.comment-list {
  border: none;
}
#comment-form {
  margin-top: 30px;
}
#comment-form__title {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 12px 20px;
  margin-bottom: 50px;
}
#comment-form__title:before {
  line-height: 12px;
  vertical-align: top;
}
#comment-form #captcha {
  margin-top: 10px;
}
#comment-form #comment-submit {
  margin-top: 20px;
}
#comment-form form {
  float: none;
}
#comment-form #reply-cancel {
  float: none !important;
  margin-top: 20px !important;
}
.article__extra-info {
  text-align: start;
  font-size: 0;
  margin: 10px 0;
}
.article__extra-info time,
.article__extra-info a {
  font-size: 13px;
  margin-right: 15px;
}
.article__extra-info span:before,
.article__extra-info time:before {
  font-family: FontAwesome;
  font-size: 14px;
  margin-right: 5px;
}
.article__extra-info__author:before {
  content: "\f007";
}
.article__extra-info__category:before {
  content: "\f07c";
}
.article__extra-info__date:before {
  content: "\f073";
}
.article__extra-info__comment-total:before {
  content: "\f086";
}
.article__read-more {
  margin-top: 20px;
  text-align: right;
}
.article__read-more .read-more {
  color: #ffffff;
}
.module-kbm-article .article {
  margin-bottom: 20px;
}
.module-kbm-article .article-extra-info {
  margin-bottom: 10px;
}
.module-kbm-article .comment-container {
  padding: 0;
}
.module-kbm-article .comment-stats {
  padding: 10px 20px;
  font-size: 14px;
}
#column-left [class*="col-"] {
  width: 100%;
  margin-bottom: 20px;
}
#column-left .articles {
  text-align: start;
  margin-bottom: 30px;
}
#column-left .articles__image {
  float: left;
  margin-right: 10px;
}
#column-left .articles__image:before {
  display: none;
}
#column-left .articles__image a:before {
  display: none;
}
#column-left .articles__title {
  font-size: 14px;
  text-transform: none;
  margin: 0;
}
#column-left .articles__date {
  display: block;
  color: #878787;
}
/* BLOG CATEGORY */
.kbm-category {
  padding: 0 20px;
  border: 2px solid #34477a;
}
.kbm-category .treemenu > li {
  padding: 15px;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.kbm-category .treemenu > li:before {
  content: '+';
  font-size: 15px;
  line-height: 15px;
  font-weight: bold;
  display: inline-block;
  margin-right: 10px;
}

@media (max-width: 992px) {
  .comment .author,
  .comment .message {
    margin-left: 70px !important;
  }
  .comment .author-badge {
    margin: 0;
  }
  .comment .date {
    margin-left: 10px !important;
  }
  .comment .reply {
    margin-top: 10px;
  }
  .comment .avatar {
    width: 60px;
    height: 60px;
  }
  .reply-list {
    margin: 30px 0 0;
  }
  #comment-form form {
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .article__image {
    overflow: hidden;
    position: relative;
  }
  .article__image:hover:before,
  .article__image:hover a:before {
    opacity: 1;
    visibility: visible;
  }
  .article__image:hover a:before {
    left: 50%;
  }
  .article__image:before {
    content: '';
    opacity: 0;
    visibility: hidden;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .article__image a:before {
    content: "\f0c1";
    color: #ffffff;
    font-family: FontAwesome;
    font-size: 35px;
    position: absolute;
    top: 50%;
    left: 10%;
    opacity: 0;
    visibility: hidden;
    padding: 20px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}
/******************* SKIN ******************/
.article__extra-info a,
.article__extra-info time,
.article__date {
  color: #999999;
}
.article__extra-info span:before,
.article__extra-info time:before {
  color: #999999;
}
.article-list .article {
  padding: 30px 0;
  border-bottom: 1px solid #eeeeee;
}
.side-bar .kbm-recent-article .recent-article__title,
.side-bar .kbm-recent-article .recent-article__date {
  color: #34477a;
}
.side-bar .kbm-recent-article .recent-article__description {
  color: #666;
}
.kbm-category .treemenu > li:hover {
  border-color: #ccc;
}
.related-articles {
  border-top: 1px solid #eee;
}
.comment {
  background-color: transparent !important;
}
.comment-list {
  border-bottom: 1px solid #eeeeee;
}
.comment-container {
  background-color: transparent !important;
}
.comment-stats {
  color: #444444;
  background-color: #eeeeee;
}
.comment .date,
.comment .message {
  color: #888888;
}
.comment .author-badge {
  background-color: #ccc;
}
.reply-list .comment {
  background-color: #f5f5f2 !important;
}
@media only screen and (min-width: 1200px) {
  .article__image:before {
    background-color: rgba(202, 115, 121, 0.5);
  }
}
/*--------------------------------------------------------------
Kuler Testimonial
--------------------------------------------------------------*/
.kt-module {
  border: 5px solid #EEEEEE;
  padding: 10px;
}
@media only screen and (min-width: 992px) {
  .kt-module {
    padding: 60px 50px 50px;
  }
}
.kt-module .owl-wrapper-outer {
  padding: 40px 0;
}
.kt-module .owl-wrapper-outer:before,
.kt-module .owl-wrapper-outer:after {
  content: " ";
  display: table;
}
.kt-module .owl-wrapper-outer:after {
  clear: both;
}
.kt-module__item {
  text-align: left;
}
.kt-module__item:before,
.kt-module__item:after {
  content: " ";
  display: table;
}
.kt-module__item:after {
  clear: both;
}
.kt-module__item__image {
  float: left;
  width: 100px;
  height: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
/***************768px****************/
/***************1024px****************/
/***************1200px****************/
@media only screen and (min-width: 1200px) {
  .kt-module .box-heading {
    margin-bottom: 15px;
  }
  .kt-module .box-heading span {
    position: relative;
  }
  .kt-module .box-heading span:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 50px;
    height: 3px;
    background: #DDD;
    bottom: -15px;
    left: calc(50% - 25px);
  }
  .kt-module__item p {
    margin-left: 130px;
    padding-left: 10px;
    font-size: 12px;
  }
  .kt-module__item__writer {
    text-transform: uppercase;
    color: #25272C;
  }
  .kt-module__item__information {
    padding-top: 5px;
    color: #212121;
    font-family: "Merriweather";
    font-style: italic;
    letter-spacing: 3px;
  }
  .kt-module__item__testimonial {
    background: url(../image/quote.png) 0 15px no-repeat;
    padding-top: 15px;
    color: #868686;
    font-size: 14px;
    line-height: 2;
  }
}
/*--------------------------------------------------------------
Custom Block
--------------------------------------------------------------*/
/*******************Common********************/
.custom-border-top {
  border-top: 1px solid #EEEEEE;
}
.custom-border-bottom {
  border-bottom: 1px solid #EEEEEE;
}
.kuler-advanced-html .box {
  padding: 0;
}
@media only screen and (min-width: 992px) {
  .banner--zorka__2-column .row > [class*="col-lg"]:first-child {
    padding-right: 15px;
  }
  .banner--zorka__2-column .row > [class*="col-lg"]:last-child {
    padding-left: 15px;
  }
  .banner--zorka__3-column .row > [class*="col-lg"]:first-child {
    padding-right: 20px;
  }
  .banner--zorka__3-column .row > [class*="col-lg"]:nth-child(2) {
    padding-left: 10px;
    padding-right: 10px;
  }
  .banner--zorka__3-column .row > [class*="col-lg"]:last-child {
    padding-left: 20px;
  }
}
.parallax-banner {
  position: relative;
  margin: 0 -100%;
  padding: 85px 0;
  z-index: 0;
  background-size: cover;
  background-attachment: fixed;
}
@media (max-width: 992px) {
  .parallax-banner {
    background-position: 50% top;
  }
}
/*******************Top Banner********************/
.top-banner--banner1 {
  padding: 30px;
}
.top-banner--banner1 [class*="top-banner--banner1__"] {
  position: relative;
  display: block;
  padding: 29px 70px 29px 0;
  color: #ffffff;
  text-align: center;
}
.top-banner--banner1 [class*="top-banner--banner1__"]:before {
  position: absolute;
  width: 70px;
  height: 100%;
  right: 0;
  top: 0;
  display: inline-block;
  font-family: 'Pe-icon-7-stroke';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  line-height: 70px;
  font-size: 32px;
}
.top-banner--banner1__freeship {
  background: #CA7379;
  font-family: Montserrat, Arial;
}
.top-banner--banner1__freeship:before {
  background: #B5676D;
}
.top-banner--banner1__gift {
  background: #C1AC91;
  font-family: Montserrat, Arial;
}
.top-banner--banner1__gift:before {
  background: #AD9A82;
}
.top-banner--banner1__sale {
  background: #8090A1;
  font-family: Montserrat, Arial;
}
.top-banner--banner1__sale:before {
  background: #738191;
}
.skin2 .top-banner--banner1 {
  padding: 30px 15px;
}
.skin3 .top-banner--banner1 {
  padding: 5px 0 30px 0;
}
.skin3 .top-banner--banner1 .row {
  margin-left: 0;
  margin-right: 0;
}
.skin4 .top-banner--banner1 {
  padding: 0 15px 30px 15px;
}
.skin4 .top-banner--banner1 .row {
  margin-left: 0;
  margin-right: 0;
}
.promotion-banner__1__slider .kls-container {
  margin: 0 0;
}
@media (max-width: 992px) {
  .promotion-banner__1__banner {
    text-align: center;
  }
}
@media only screen and (min-width: 992px) {
  .promotion-banner__1__banner {
    text-align: right;
  }
}
.promotion-banner__1__banner figure {
  position: relative;
}
.promotion-banner__1__banner figure:first-child {
  margin-bottom: 30px;
}
.promotion-banner__1__banner figure:hover [class*='promotion-caption__'] {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.promotion-banner__1__banner figure:hover .promotion-banner__1__bg {
  filter: blur(2px);
  -moz-filter: blur(2px);
  -webkit-filter: blur(2px);
}
.promotion-banner__1__banner [class*='promotion-caption__'] {
  position: absolute;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.promotion-banner__1__banner .promotion-caption__1 {
  top: calc(50% - 19px);
  left: calc(50% - 99px);
}
.promotion-banner__1__banner .promotion-caption__2 {
  top: calc(50% - 50px);
  left: calc(50% - 50px);
}
/************************Product**************************/
.product-3-row {
  padding: 40px 0;
}
@media only screen and (min-width: 992px) {
  .product-3-row {
    padding: 70px 0;
  }
}
.product-3-row .kuler-showcase-module {
  background: #ffffff;
}
@media only screen and (min-width: 992px) {
  .product-3-row .kuler-showcase-module {
    padding: 0 25px;
  }
}
.product-3-row .kuler-showcase-module .tab-heading {
  text-align: left;
}
.product-3-row .kuler-showcase-module .tab-heading span {
  margin: 0;
  color: #25282C !important;
}
.product-3-row .kuler-showcase-module .tab-heading span:after {
  width: 100%;
  background: #25282C;
}
.product-3-row .box {
  padding: 40px 0 0;
}
.product-3-row .box-product [class*="col-"] {
  width: 100%;
}
.product-3-row .box-product .product-layout {
  margin-bottom: 20px;
}
.product-3-row .box-product .product-thumb {
  float: left;
  margin-right: 20px;
}
.product-3-row .box-product .product-detail__group-buttons > button {
  float: left;
}
.product-3-row .box-product .product-detail-button--quick-view {
  display: none;
}
.product-3-row .box-product .product-detail-button--cart {
  width: 36px;
  padding: 0;
}
.product-3-row .box-product .product-detail-button--cart span {
  display: none;
}
.product-3-row .box-product .product-detail-button--cart i {
  display: inline-block;
}
.product-3-row .box-product .product-name,
.product-3-row .box-product .product-price {
  text-align: left;
}
/******************Featured Information******************/
.featured-information {
  padding: 40px 100% 20px;
  margin: 0 -100%;
  background: #fafafa;
}
@media only screen and (min-width: 992px) {
  .featured-information {
    padding: 70px 100% 50px;
  }
}
.featured-information .box-heading {
  margin-bottom: 5px;
}
.featured-information__item {
  position: relative;
  padding: 25px 30px 25px 80px;
}
.featured-information__item:before {
  position: absolute;
  left: 0;
  top: 25px;
  height: 100%;
  display: inline-block;
  font-family: 'Pe-icon-7-stroke';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #CA7279;
  font-size: 48px;
}
.featured-information__item__title {
  font-family: Montserrat, Arial;
  font-size: 13px;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 2px;
}
.featured-information__item__content {
  font-family: Montserrat, Arial;
  color: #868686;
  line-height: 1.8;
}
.skin2 .featured-information {
  border-top: 1px solid #EEEEEE;
  background: #ffffff;
}
/******************Middle Banner******************/
.middle-banner--banner1__item div {
  overflow: hidden;
}
.middle-banner--banner1__item div img {
  -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.middle-banner--banner1__item:hover img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  opacity: 0.8;
}
@media only screen and (min-width: 1200px) {
  .parallax-banner--banner1 .col-lg-5 {
    margin-left: 58.33333333%;
  }
}
.parallax-banner--banner1__content {
  padding: 85px 0 45px;
  color: #ffffff;
}
.parallax-banner--banner1__content__title {
  display: inline-block;
  margin-bottom: 5px;
  border: 5px solid #ffffff;
  font-size: 40px;
  letter-spacing: 2px;
}
@media only screen and (min-width: 992px) {
  .parallax-banner--banner1__content__title {
    letter-spacing: 17px;
  }
}
.parallax-banner--banner1__content__description {
  font-family: "Merriweather";
  font-style: italic;
  letter-spacing: 3px;
  font-size: 14px;
  letter-spacing: 2px;
}
.parallax-banner--banner2 {
  padding: 130px 0;
  background-position: 25% top;
}
@media only screen and (min-width: 1200px) {
  .parallax-banner--banner2 .col-lg-5 {
    margin-left: 50%;
  }
}
.parallax-banner--banner2__content {
  padding-right: 90px;
}
.parallax-banner--banner2__content__title {
  color: #738191;
  font-family: "Merriweather", Arial;
  font-size: 60px;
  font-style: italic;
}
.parallax-banner--banner2__content__description {
  margin-bottom: 20px;
  color: #868686;
  line-height: 1.8;
}
.parallax-banner--banner2__content__button {
  padding: 11px 32px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  background: #ffffff;
  color: #25292C;
  font-size: 11px;
}
.parallax-banner--banner2__content__button:hover {
  color: inherit;
  text-decoration: underline;
}
/***************Newsletter Banner****************/
.newsletter--banner1 {
  color: #222222;
  text-align: center;
}
.newsletter--banner1__bg {
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.newsletter--banner1__banner {
  position: relative;
}
.newsletter--banner1__banner:hover .newsletter--banner1__bg {
  filter: blur(2px);
  -moz-filter: blur(2px);
  -webkit-filter: blur(2px);
}
.newsletter--banner1__banner:hover .newsletter--banner1__caption-1 {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.newsletter--banner1__banner:hover .newsletter--banner1__caption-2 {
  transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
}
.newsletter--banner1__banner:hover .newsletter--banner1__caption-3 {
  transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
}
.newsletter--banner1 [class*='newsletter--banner1__caption-'] {
  position: absolute;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.newsletter--banner1__caption-1 {
  top: 43px;
  left: calc(50% - 72px);
}
.newsletter--banner1__caption-2 {
  top: 78px;
  left: calc(50% - 91px);
}
.newsletter--banner1__caption-3 {
  top: calc(50% - 75px);
  left: calc(50% - 65px);
}
.newsletter--banner1__content {
  display: block;
  padding: 75px 0 76px;
  border: 5px solid #EEEEEE;
  text-align: center;
}
.newsletter--banner1__content i {
  font-size: 36px;
}
.newsletter--banner1__content__title {
  font-size: 16px;
  padding-top: 20px;
  font-weight: normal;
}
.newsletter--banner1__content__description {
  font-family: "Merriweather";
  font-style: italic;
  letter-spacing: 3px;
  padding-bottom: 30px;
}
.newsletter--banner1__form {
  font-size: 10px;
}
.newsletter--banner1__form__input,
.newsletter--banner1__form__submit {
  font-size: 10px;
  -webkit-border-radius: 21px;
  -moz-border-radius: 21px;
  border-radius: 21px;
}
.newsletter--banner1__form__input {
  display: inline-block;
  vertical-align: middle;
  width: 250px;
  height: 42px;
  margin-right: 3px;
  background: #fafafa;
  box-shadow: none;
  border: none;
  text-align: center;
}
.newsletter--banner1__form__submit {
  padding: 13px 20px;
}
.newsletter--parallax {
  color: #FFF;
  text-align: center;
}
.newsletter--parallax__content {
  display: inline-block;
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .newsletter--parallax__content {
    width: 50%;
  }
}
.newsletter--parallax__content i {
  font-size: 36px;
}
.newsletter--parallax__content__title {
  font-size: 16px;
  padding-top: 20px;
  font-weight: normal;
}
.newsletter--parallax__content__description {
  font-family: "Merriweather";
  font-style: italic;
  letter-spacing: 3px;
  padding-bottom: 30px;
}
.newsletter--parallax__form {
  font-size: 10px;
}
.newsletter--parallax__form__input,
.newsletter--parallax__form__submit {
  font-size: 10px;
  -webkit-border-radius: 21px;
  -moz-border-radius: 21px;
  border-radius: 21px;
}
@media (max-width: 992px) {
  .newsletter--parallax__form__input,
  .newsletter--parallax__form__submit {
    margin-top: 10px;
  }
}
.newsletter--parallax__form__input {
  display: inline-block;
  vertical-align: middle;
  width: 250px;
  height: 42px;
  margin-right: 3px;
  box-shadow: none;
  border: none;
  text-align: center;
}
.newsletter--parallax__form__submit {
  padding: 13px 20px;
  letter-spacing: 2px;
}
/******************Footer Banner******************/
.footer-banner--banner1 {
  padding: 20px 0;
  border-top: 1px solid #EEEEEE;
}
@media only screen and (min-width: 992px) {
  .footer-banner--banner1 {
    padding: 50px 0;
  }
}
.footer-banner--banner1__item {
  position: relative;
  display: block;
  padding: 30px 0 30px 100px;
  border: 1px solid #CC7278;
}
.footer-banner--banner1__item:before {
  position: absolute;
  left: 40px;
  height: 100%;
  top: calc(50% - 25px);
  color: #CC7278;
  font-size: 48px;
}
.footer-banner--banner1__item__title {
  font-family: Montserrat, Arial;
  font-size: 13px;
}
.footer-banner--banner1__item__content {
  font-family: "Merriweather";
  font-style: italic;
  letter-spacing: 3px;
  line-height: 2;
}
.skin4 .footer-banner--banner1 .row {
  margin-left: 0;
  margin-right: 0;
}
.footer-banner--banner1.contrast {
  padding: 30px 0;
}
.footer-banner--banner1.contrast .row {
  margin-left: -15px;
  margin-right: -15px;
}
.footer-banner--banner1.contrast .footer-banner--banner1__item {
  border: none;
  background: #222222;
  color: #ffffff;
}
.footer-banner--banner1.contrast .footer-banner--banner1__item:before {
  color: #ffffff;
}
/******************Product Banner********************/
.product-banner__1 .kuler-showcase-module.showcase-slide__type1 .nav span {
  top: 0;
}
.product-banner__1__banner {
  position: relative;
  margin-top: 30px;
}
.product-banner__1__banner [class*='caption__'] {
  position: absolute;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.product-banner__1__banner .product-banner__1__banner__img {
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.product-banner__1__banner:hover .product-banner__1__banner__img {
  filter: blur(2px);
  -moz-filter: blur(2px);
  -webkit-filter: blur(2px);
}
.product-banner__1__banner:hover .caption__1 {
  -webkit-transform: translate(0, -20px);
  -moz-transform: translate(0, -20px);
  -ms-transform: translate(0, -20px);
  -o-transform: translate(0, -20px);
}
.product-banner__1__banner:hover .caption__2 {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.product-banner__1__banner .caption__1 {
  top: 188px;
  left: calc(50% - 16px);
}
.product-banner__1__banner .caption__2 {
  top: 250px;
  left: calc(50% - 71px);
}
.product-banner__1__banner .caption__3 {
  top: 383px;
  left: calc(50% - 60px);
  background: #FFF;
  padding: 10px 30px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  font-size: 11px;
  letter-spacing: 1.5px;
}
.product-banner__1__banner .caption__3:hover {
  background: #CA7379;
  color: #FFF;
}
/****************Custom Testimonial******************/
.kt-module .box {
  padding: 0;
}
.product-3-row .kt-module {
  padding: 38px 25px 30px 25px;
  border: none;
  background: #fafafa;
}
.product-3-row .kt-module .box-heading {
  margin-bottom: 0;
  text-align: left;
  letter-spacing: 2px;
  font-size: 13px;
}
.product-3-row .kt-module .box-heading span {
  position: relative;
  padding: 10px 0;
}
.product-3-row .kt-module .box-heading span:before {
  content: "";
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #25272C;
}
.product-3-row .kt-module .owl-wrapper-outer {
  padding: 30px 0 10px 0;
}
.product-3-row .kt-module__item {
  text-align: center !important;
}
.product-3-row .kt-module__item p {
  margin-left: 0;
}
.product-3-row .kt-module__item__image {
  float: none;
}
.product-3-row .kt-module__item__writer {
  padding-top: 10px;
}
/******************Custom Showcase******************/
.kuler-showcase-module.showcase-slide__type1 .box-heading {
  text-align: left;
}
.kuler-showcase-module.showcase-slide__type1 .box-heading span {
  position: relative;
  margin: 0;
  font-size: 20px;
}
.kuler-showcase-module.showcase-slide__type1 .box-heading span:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #25282C;
}
.kuler-showcase-module.showcase-slide__type1 .nav span {
  top: 30px;
  right: 0;
}
.kuler-showcase-module.showcase-slide__type1 .nav .prev {
  left: auto;
  right: 45px;
}
/**********************skin**********************/
.skin1 .kbm-recent-article .box {
  padding: 70px 0;
}
.skin2 .header {
  border-bottom: none;
}
.skin3 .header {
  border-bottom: none;
}
.skin3 .kbm-recent-article {
  border-bottom: 1px solid #EEEEEE;
}
.skin3 .kbm-recent-article .box {
  padding: 70px 0;
}
.skin4 .header {
  border-bottom: none;
}
/*--------------------------------------------------------------
Typography
--------------------------------------------------------------*/
h1 {
  font-size: 30px;
}
h2 {
  font-size: 25px;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 15px;
}
h5 {
  font-size: 13px;
}
/*# sourceMappingURL=stylesheet.css.map */
.topbar a, .topbar .btn-link{
    text-align: left;
    font-size: 13px;
    font-weight: 500;	
}
/* body .topbar a, body.topbar li>a, body.topbar .btn {
    color: #FFF !important;
} */
.topbar__language .btn-group  > .dropdown-toggle > span{
	position: relative;
    top: 1px;
}
.title_box h1{
	padding: 0;
	margin-bottom: 0;
	font-family: Roboto;
}
.topbar__my-accounts .list-inline>li{
	padding-left: 10px;
    padding-right: 10px;
	height: 21px;
}
.topbar__my-accounts .list-inline>li:nth-child(2n+1){
	border-right: 1px solid #999999;
}
.gn_login, .gn_registr, .gn_shipping_cart{
	position: relative;
    top: 1px;
}
.navigation--mega {
    border-top: 1px solid #b5b5b5 !important;
}
.main-nav__item > a:before{
    border-right: 1px solid #b5b5b5 !important;
}
.footer h3, .footer .box-heading, .product-info h1{
	font-family: Roboto;	
}
.product-info h1{
	font-weight: 800;
    margin-bottom: 0px;
	font-family: 'Gnuolane Free Cyrillic', sans-serif;
}
.meta_description{
    color: #272727;
    margin-bottom: 10px;
    display: block;
    text-align: left;
    font-size: 15px;
}
.menu-category-title{
	font-size: 21px;
	font-family: Roboto, sans-serif;
    font-weight: 600;
}
.zoomWindow{
	width: 100% !important; 
    height: 100% !important; 
	left: 1px !important;
	top: 1px !important;
	border: 0 !important;
}
.subcat{
	font-size: 18px;
	font-weight: 500;
	padding-left: 0;
}
.subcat li a:hover {
	text-decoration: none;
	color: #005abb;
}
.footer__information-text span{
	display: none;
}
.footer__information-text .society{
	
	
}
.footer__information-text .society .society_icons{
	color: #fff;
	box-shadow: none;
	border: 1px solid #fff;
	padding-top: 7px;
	margin-left: 9px;
	float: right;
}
footer .footer__information-text .society .inst{
	padding-top: 9px;
}
footer .footer__information-text .society .society_icons i{
	font-size: 23px;	
}



.rt_footer_call{
    color: #fff;
	font-weight: 400;
	margin-bottom: 30px;
	display: flex;
	padding-left: 0 !important;
	align-items: center;
}
.rt_footer_call i{
	flex: 0 0 50px;
	font-size: 26px;
	width: 50px;
	height: 50px;
	border: 2px solid #fff;
	border-radius: 50%;
	margin-right: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.rt_footer_call .number{
	position: relative;
}
.main-nav__secondary-nav{
	padding-top: 10px;
}
.main_punct{
	width: 49%;
	display: inline-block;
}
.subcat a{
	font-size: 14pt;
}
.breadcrumb>li+li:before{
	content: ">";
    padding: 0 3px;
    color: #25282c;
}
/* Layout */

/* Custom Notification */


/* Scroll up */

.scrollup {
z-index: 2;
position: fixed;
right: 50px;
}


/* Style Customization */

.scrollup,
.kuler-accordion .item-title.selected,
button, .button, a.button,
#header .checkout a,
.cart-product-total-number,
.kuler-showcase-module .tab-heading span:after,
.kuler-filter .ui-widget-header,
.btn-primary,
.article__read-more .read-more,
.dropdown-menu .live-search-load-more:hover,
.product-info .product-detail-button--cart,
#tabs a.selected,
#top-bar .checkout .view:hover,
#top-bar .checkout .check:hover,
.product-tabs .nav-tabs>li.active>a,
.product-tabs .nav>li>a:hover,
.product-tabs .nav>li>a:focus,
.pagination .links a:hover,
.pagination .links b{
background-color: #CA7379;
}


.alert.alert-success,
a.articles__read-more,
a:visited.articles__read-more,
.product-name a:hover,
.kuler-showcase-module .tab-heading span.active,
.kuler-showcase-module .tab-heading span:hover{
color: #e61927;
}



#container{
background-color: #fff;
}



a,a:visited,
.mainmenu > li a,
#top-bar a{
color: #25282C;
}




a:hover,
a:active{
color: #CA7379;
}

.details .cart:hover,
.details .quick-view a:hover:before,
.details .cart a:hover:before,
.details .compare a:hover:before,
.details .wishlist a:hover:before{
background-color: #CA7379;
}



body {

font-family: Roboto, sans-serif;






color: #25282C;

}
.kuler-tabs,.kuler-slides,
#header .checkout a,
.cart-total + .buttons a,
.ui-widget{

font-family: Roboto, sans-serif;

}



h1,h2,h3,h4,h5,h6,.box-heading {
font-family: Montserrat;
}

/* .topbar{

background-color: #000000;

} */
.topbar a,
.topbar li>a,
.topbar .btn{

color: #000 !important;

}



/* .topbar a:hover,
.topbar button:hover{

color: #666666;

}



.topbar span{

color: #fff;

} */



.topbar{

border-bottom: 1px solid #EEEEEE;

}



.header{

}






.footer,.social-newsletter{

	color: #858585;
    background-color: #000000;

}


.social-newsletter .container,.footer{

}

.footer,.social-newsletter{




}




.footer h3, .footer .box-heading{

	color: #ffffff !important;
    font-size: 22px !important;
    font-weight: 600 !important;
	    font-weight: 500 !important;
    letter-spacing: 1px !important;
}
.footer h3:after,
.footer h3:after{
background-color: #25282C !important;
}



.footer a{

	color: #888888 !important;
    font-size: 15px !important;
    text-transform: none !important;

}

.footer a:hover{

color: #25292C;

}
.footer .contact li:hover{

color: #25292C;

}

.social a:hover:before,
.newsletter button:hover{

background-color: #25292C;

}


#powered{

background-color: #fafafa;


}



#powered{
color: #868686;
}
#powered a{

color: #868686;

}


#powered a:hover{

color: #868686;

}




.social-icons__item:before{


color: #CCCCCC;

}

.social-icons__item:hover:before{


color: #25292C;

}

.navigation--mega{
border-top: 2px solid #b5b5b5;

}


.main-nav__item a:hover{
color: #25292C;

}


#menu,
#megamenu{
font-family: Montserrat;
}


@media (min-width: 992px){
.main-nav__item a {
color: #25292C;
}
}





.product-price{
	color: #000;
	font-weight: 600;
	font-family: Roboto, sans-serif;
	font-size: 18pt;
    text-align: left;
    margin-bottom: 5px;
}


.product-price--old{
color: #aaa;
}


.product-name a,
.product-name a:visited{
color: #1F1F1F;
}


.product-sale{
	background-color: #CA7379;
	color: #fff;
}
.countdown-amount{
	background-color: #222222;
}
.countdown-period{
	color: #222222;
}
.countdown-amount{
	color: #ffffff;
}
.product-detail-button--wishlist, .product-detail-button--compare, .product-detail-button--quick-view{
	background-color: #ffffff;
}
.product-detail-button--wishlist i, .product-detail-button--compare i, .product-detail-button--quick-view i{
	color: #25282c;
}
.product-detail-button--wishlist:hover, .product-detail-button--compare:hover, .product-detail-button--quick-view:hover{
	background-color: #ca7379;
	border: 1px solid #ca7379;
}
.product-detail-button--wishlist:hover i, .product-detail-button--compare:hover i, .product-detail-button--quick-view:hover i{
	color: #ffffff;
}
.product-detail-button--cart{
	background-color: #ffffff;
}
.product-detail-button--cart i, .product-detail-button--cart span{
	color: #25282C;
}
.product-detail-button--cart:hover{
	background-color: #CA7379;
	border: 1px solid #CA7379;
}
.product-detail-button--cart:hover i, .product-detail-button--cart:hover span{
	color: #fff;
}

}


}

.kt-module__item__testimonial{

}

.kt-module__item__writer{

}
.kt-module__item__information{

}

.gn_login, .gn_registr{
	margin-top: 2px;
}
#kuler-advanced-html-1 .box-heading{
    margin-bottom: 25px;	
}
#kuler-advanced-html-1 .box-content{
	font-size: 17px;
    margin-bottom: 30px;
}
#kuler-showcase-module-0 .kuler-module{
    border-bottom: 1px solid #efefef;	
}
#kuler-showcase-module-0 .kuler-module:after{
	content: "";
    width: 70px;
    height: 4px;
    background: #ff8484;
    display: block;
    position: relative;
    z-index: 99999;
    left: 50%;
    margin-left: -35px;
    top: 10px;
}
.product_box{
	padding: 5px;
	border: 1px solid rgba(255, 255, 255, 0);
}
.product-layout{
    margin-bottom: 15px;	
}
.product_box:hover{
    border: 1px solid #efefef;
}
.product-thumb{
    border-bottom: 1px solid #efefef;
    padding: 10px;
    margin: 5px;	
}
.product-name{
    font-weight: normal;
    line-height: 1.6;
    font-size: 14px;
    text-transform: initial;
    text-align: left;
    margin-bottom: 0px;	
}
#kuler-showcase-module-0 .owl-stage-outer.owl-height{
    height: auto !important;	
}
#kuler-advanced-html-2{
	background-color: #efefef;
    border-top: 1px solid #d8d8d8;
    padding: 10px;
}
#kuler-advanced-html-2 #newsletter-name, #kuler-advanced-html-2 #newsletter-mail, #kuler-advanced-html-2 #newsletter-submit{
    border: 1px solid rgba(0, 0, 0, 0.13);	
}
.newsletter--parallax__content{
	width: 100%;
}
.newsletter--parallax__form__submit{  
    letter-spacing: 2px;
    background-color: #13c02b;
    color: #FFF;
    font-size: 16px;
    padding: 9px;
}
.fotter_info_box {
    text-align: center;
    font-size: 15px;
    margin-top: 10px;
}
#cart > button{
	display: none;
}
#cart{
    float: left;	
}
#cart .img-thumbnail{
	min-width: 80px;
    border: 0;
    padding: 0;
    border-radius: 0;	
}
#cart td{
	background-color: rgba(0, 0, 0, 0);
	border-top: 0;
	vertical-align: middle;
}
#cart .dropdown-menu{
	background-color: #fff;
}
#cart .neme_product_cart a{
    color: #000 !important;
    font-family: Roboto, sans-serif;
	font-size: 15px;
}
#cart .quantity_product_cart{
    width: 42px;
    padding-left: 0;
    padding-right: 0;
}
#cart .total_prot_cart{
}
#cart .removae_product_cart .button{}
#cart .total_prot_cart{}
#cart .text_your_order{
    text-align: center;	
}
#cart .text_your_order span{
    color: #000;
    font-weight: 500;    
	border-bottom: 2px solid #ddd;
    padding: 5px 20px 2px 20px;	
}
#cart .btn.btn-danger{
    background-color: inherit;
    border: 0;
    font-size: 15px;
    padding: 0;
}
#cart .mini-cart__view-cart, #cart .mini-cart__checkout{
	background-color: #005abb;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    border-radius: 0;
    padding-bottom: 10px;
	padding-top: 10px;
	color: white !important;
}
.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td{
	border: 0;
}
.table-bordered{
	border: 0;
}
.main_champ:before{
    left: 1px !important;
    top: -1px !important;
}
.mail_top{
    font-size: 15px;	
}
.topbar [class^="pe-7s-"], .topbar [class*=" pe-7s-"] {
    font-size: 21px;
    vertical-align: middle;
    position: relative;
    top: -2px;
    left: -3px;
}
.dropdown-menu li .currency-select, .topbar__language .dropdown-menu li a{
	color:#000 !important;
}
 .topbar__language .dropdown-menu li a img{
	position: relative;
    top: 3px;
    left: -4px; 
}
#main-image{
   // border: 1px solid #e6e6e6;
	
}
.kuler-filter > .box{
	padding: 0;
}
.kuler-filter p{
	margin: 10px 0;
    font-size: 16px;	
}
.kuler-filter .filter-group option{
	font-family: Roboto, sans-serif;
    font-size: 14px;
}
.scrollup, .kuler-accordion .item-title.selected, button, .button, a.button, #header .checkout a, .cart-product-total-number, .kuler-showcase-module .tab-heading span:after, .kuler-filter .ui-widget-header, .btn-primary, .article__read-more .read-more, .dropdown-menu .live-search-load-more:hover, .product-info .product-detail-button--cart, #tabs a.selected, #top-bar .checkout .view:hover, #top-bar .checkout .check:hover, .product-tabs .nav-tabs>li.active>a, .product-tabs .nav>li>a:hover, .product-tabs .nav>li>a:focus, .pagination .links a:hover, .pagination .links b {
    background-color: #005abb;
    color: #FFF !important;
    border-radius: 0;
}
/* .categories-filter {
    padding: 0px 15px 15px 15px;
} */
.checkout-cart .input-group .btn-danger, .checkout-cart .input-group .btn-primary {
    border: 1px solid #005abb;
}
.btn-danger {
    color: #fff;
    background-color: #005abb;
}
.btn-primary:hover, .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open>.dropdown-toggle.btn-danger{
    background: #005abb;	
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    border-radius: 0 !important;
}
h1, h2, h3, h4, h5, h6, .box-heading{
    font-family: 'Gnuolane Free Cyrillic', sans-serif !important;	
}
#kuler-advanced-html-1 .box-heading{
	font-family: 'Gnuolane Free Cyrillic', sans-serif;
}
.scrollup{
	display: none !important;
}
.thumbnails__big-image{
	z-index:100;
    border: 1px solid #e6e6e6;
	overflow:hidden;
	position:relative;	
	/* max-width: 500px !important;
	max-height: 500px !important; */
}
.owl-item a{
    border: 1px solid #e6e6e6;
	display: block;	
}
.thumbelina-but {
    position: relative;
    background-color: #13c02b;
    border: 0;
    box-shadow: initial !important;
    z-index: 1;
    cursor: pointer;
    color: #888;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    font-weight: bold;
    font-family: monospace;
}
.thumbelina li{
    padding-top: 0;	
}
.product-detail-button--cart i, .product-detail-button--cart span {
    color: #FFF;
}
.description_local{
	font-size: 16px;
    margin-bottom: 25px;
}
.product-info .product-detail-button:hover, .product-info .product-detail-button {
    border: 1px solid #005abb;
}
.product-detail-button i {
    font-size: 32px;
    vertical-align: middle;
    margin-top: -2px;
}
.product-detail-button--cart {
    width: auto;
    padding: 0px 9px;
}
.idclass13 select{
    width: 182px;
    display: inline-block;
    margin-left: 15px;
    border: 0;
    box-shadow: none;
	background-color: #e4e5e6;
	color: #6b6b6b;
    font-weight: 600;	
}
.idclass14  .radio:last-child label{
	border-bottom: 1px solid #e6e6e6;	
}
.idclass14 select{
    width: 70px;
    display: inline-block;
    float: right;
    padding: 6px 11px;
    height: 37px;
	background-color: #e4e5e6;
	color: #6b6b6b;
    font-weight: 600;	
}
.idclass14{
    display: inline-block;
    width: 140px;
}
.idclass14 > label {
    text-align: center;
    /* padding-top: 2px; */
    /* padding-bottom: 2px; */
    /* border: 1px solid #bfbebe; */
    font-size: 14px;
    /* padding: 7px 7px 7px 7px; */
    font-family: Roboto, sans-serif;
    font-weight: 600;
    height: 37px;
    line-height: 36px;
}
.idclass14 .radio label{
	padding: 0;
    width: 100%;
    text-align: center;
    padding-top: 2px;
    padding-bottom: 2px;
	border-left: 1px solid #bfbebe;
    border-right: 1px solid #bfbebe;
    font-size: 14px;	
}
.idclass14  .radio{
    margin: 0;	
}
.idclass14  span{
    padding-bottom: 2px;		
    width: 100%;
    display: block;
}
.idclass14  input:checked+span{
    background-color: #e6e6e6;
    width: 100%;
    display: block;
    padding-bottom: 2px;	
}
.idclass14  input{
	display: none;
}
.idclass14 {
    display: inline-block;	
}
.kuler-filter .buttons{
	width: auto;
}
.product-name a, .product-name a:visited{
	font-weight: 600;	
}
.cat_id{
    text-align: left;
    font-size: 15px;	
}
.idclass15 input{
	display: none;
}
.idclass15 .radio{
	display: inline-block;
}
.idclass15  input:checked+img{
	box-shadow: 0px 0px 8px rgba(117, 147, 243, 0.98);	
}
.idclass15 .img-thumbnail{
    width: 70px;
    padding: 0;
    margin: 0;	
}
.idclass15 label{
    margin-left: 5px;
    padding-left: 0px;
}
.product-info .quantity-form {
    border: 1px solid #bfbebe;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    display: inline-block;
    vertical-align: top;
    border-radius: 0;
    margin-left: 15px;
	background-color: #e4e5e6;
}
.product-info .quantity__button {
    background: none;
    color: #222222;
    line-height: 0.5;
    border: 1px solid #222222;
    color: #000 !important;
    border: 0;
	height: 35px;
}
.product-info .quantity__button:hover{
	background-color: #005abb;
	color: #FFF !important;
	border-radius: 0px;
}
.product-detail{
	display: inline-block;
    vertical-align: top;
    margin-left: 15px;
}
.list-unstyled.product-options li{
    display: inline-block;	
}
.list-unstyled.product-options li:first-child{
	float: right;
}
.btn{
	background-color: #005abb;
}
.buttons .btn-default{
    color: #fff;
}
.buttons{
	width: auto;
}
html {
    overflow-y: auto;
    min-height: 100%;
    position: relative;
}
body{
	font-family: Roboto, sans-serif;
    color: #25282C;
    min-height: 100%;
    position: relative;
    height: 100%;
    width: 100%;
    position: absolute;
}
.kl-main-content {
    position: initial;
    z-index: 1;
}
body .topbar a.gn_shipping_cart .cart-product-total-number_load {
    margin-left: 5px;
    display: inline-block;
    height: 20px;
    visibility: visible !important;
    min-width: 20px;
    text-align: center;
    background-color: #005abb;
    border-radius: 50%;
	line-height: 20px;
	color: white !important;
}
.product-options, .custom-block{
    margin-bottom: 5px;	
}
hr {
    margin-top: 0;
    margin-bottom: 10px;
}
.checkout_form{
	padding: 0;
    margin-bottom: 15px;
}
.customer_groups{
	font-size: 14px;
}
.customer_group_box{
	margin-left: 15px;
    margin-bottom: 0px;
}
.radio, .checkbox{
    display: inline-block;
    margin-right: 15px;	
}
.form-group{
	margin-bottom: 15px;
}
.control-label{
    margin-bottom: 3px;	
}
.form-inline{
    margin-bottom: 15px;	
}
.attribute_box{
	
}
.attribute_input, .go_bot_filter{
	display: none;
}
.kuler-filter p{
	font-size : 24px ;	
	font-family: Roboto, sans-serif;
	color : #0e3387 ;
	font-weight : 400 ;
	border-bottom: 1px solid #b5b5b5;
}
.input_atr_box{
	font-size : 16px ;	
	cursor: pointer;
}
.atr_text_activ{
	color : #1d5ceb ;
}
.kls-container {
    position: relative;
    padding: 0;
    z-index: 0;
}
a.menu-category-title{
	text-align: left !important;
}
header #megamenu.navigation.navigation--mega .main-nav > li > a, header #megamenu.navigation.navigation--mega .main-nav > li > .btn-expand-men, header #megamenu.navigation.navigation--mega .main-nav > li > a, header #megamenu.navigation.navigation--mega .main-nav > li > .btn-expand-men a {
	font-family: 'Gnuolane Free Cyrillic', sans-serif;
	position: relative;
	margin-bottom: 0;
	font-weight: 600;
	  cursor: pointer;
}

.sub-navigation {
  background: black;
    padding: 5px 0;
}

.sub-navigation a {
  font-family: 'Gnuolane Free Cyrillic', sans-serif;
  color: white;
  text-transform: uppercase;
  padding: 5px;
}

.sub-navigation a:hover {
  color: black;
  background: white;
}
#column-left h3 {
  font-size: 24px;
  font-family: Roboto, sans-serif !important;
  color: #0e3387;
  font-weight: 400;
  border-bottom: 1px solid #b5b5b5;
}
header #megamenu.navigation.navigation--mega .main_menu_paddings{
	padding-right: 0;
	padding-left: 0;
}
header #megamenu.navigation.navigation--mega .main-nav .main-nav__secondary-nav .row > li > a{
	font-size: 18px;
}
header #megamenu.navigation.navigation--mega .main-nav .main-nav__secondary-nav .row > li .subcat > li >a {
	font-size: 16px;
}
header #top-links.nav.topbar__my-accounts .list-inline .topbar__language{
	position: relative;
}

.topbar__language .open > .dropdown-menu{
    opacity: 1;
    top: 100%;
    position: absolute;
    left: -79px;
    min-width: 99px;
    width: 99px;
}
.topbar__language .dropdown-menu li a{
	font-size: 11px;
}
footer .payment_img{
	margin-top: 10px;
}
footer .payment_img > a img{
	display: inline-block;
    width: 52px;
    height: auto;
	vertical-align: middle;
}
footer .payment_img > a:last-child img{
	width: 75px;
	margin-left: 10px;
}
.footer__information-text .society .society_icons:hover{
    box-shadow: inset 0px 0px 8px 2px #005abb;
    border: 1px solid #005abb;
}
.footer__information-text .society .society_icons:hover i{
	color: #005abb;
}
header .header__top .society .society_icons:hover {
	border: 1px solid #005abb;
}
header .header__top .society .society_icons:hover i{
	color: #005abb;
}
.topbar .topbar__right #top-links.nav.topbar__my-accounts .list-inline #cart.btn-group.btn-block.mini-cart.open .dropdown-menu.pull-right .table.table-striped tbody tr td{
	border-bottom: 1px solid rgba(204, 204, 204, 0.42);
	font-size: 12px;
}
.topbar .topbar__right #top-links.nav.topbar__my-accounts .list-inline #cart.btn-group.btn-block.mini-cart.open .dropdown-menu.pull-right .table.table-bordered tbody tr .text-right:first-child{
	font-weight: 600;
}
.kl-main-content #content .table-responsive .table.table-bordered thead > tr .text-center, .kl-main-content #content .table-responsive .table.table-bordered thead > tr .text-left, .kl-main-content #content .table-responsive .table.table-bordered thead > tr .text-right{
	font-weight: 600;
    font-size: 16px;
	border-bottom: 1px solid rgba(238, 238, 238, 0.89);
}
.kl-main-content #content .table-responsive .table.table-bordered .text-left > a, .kl-main-content #content .table.table-bordered tr .text-right > strong{
	font-weight: 600;
    font-size: 15px;
}
.kl-main-content #content .table-responsive .table.table-bordered .text-left, .kl-main-content #content .table-responsive .table.table-bordered .text-right, .kl-main-content #content .table.table-bordered tr .text-right{
	font-size: 14px;
}
.kl-main-content #content .table-responsive .table.table-bordered tbody  tr .text-center img{
	height: 200px;
}
.kl-main-content #content .table-responsive .table.table-bordered .text-left, .kl-main-content #content .table-responsive .table.table-bordered .text-right, .kl-main-content #content .table-responsive .table.table-bordered .text-left, .kl-main-content #content .table-responsive .table.table-bordered .text-center, .kl-main-content #content .table-responsive .table.table-bordered .text-left, .kl-main-content #content .table-responsive .table.table-bordered .text-left{
	border-bottom: 1px solid rgba(238, 238, 238, 0.89);
}
.zoomLens{
	opacity: 0 !important;
}
#cart_table tfoot *{
	font-size: 15px;
}
#cart_table tfoot strong{
    font-weight: 500;
}
#cart_table tbody td{
    font-size: 14px;
    border-bottom: 1px solid #eee;	
}
#cart_table tbody a{
    font-weight: 500;
    font-size: 14px;	
}
#cart_table thead th{
    font-weight: 500;
    font-size: 15px;
    border-bottom: 1px solid #eee;
}
.checkout_form .radio label, .checkout_form .checkbox label, .payment-method p{
    font-size: 14px;
}
#cart_table {
    border-bottom: 1px solid #eee;
}
.img_liqpey{
    width: 20px;
    /* margin-left: 15px; */
    position: relative;
    left: -23px;
    margin-left: 10px;
}
.icon_many{
    position: relative;
    left: -26px;
    font-size: 27px !important;
    top: -3px;
    float: left;
    margin-left: 5px;
}

.information-information .kl-main-content #content .for_teams h3:after{

    width: 22%;
    right: 178px !important; 

}
.for_title_line:before{
    width: 22%;
    left: 213 !important;

}
.for_title_line:after{
    width: 22%;
    right: 213 !important;
}
}



.fullwidth.skin1 .kl-main-content #column-left .list-group, .information-information.fullwidth.skin1 .kl-main-content #column-left .list-unstyled.list-10 li{
	font-size: 14px;
	padding-bottom: 0;
}
.information-information.fullwidth.skin1 .kl-main-content #column-left .list-unstyled.list-10 li a:hover, .information-information.fullwidth.skin1 .kl-main-content #column-left .list-unstyled.list-10 li a:focus{
	text-decoration: none;
    color: #555;
    background-color: #f5f5f5;
}
/* .information-information.fullwidth.skin1 .kl-main-content #column-left .list-unstyled.list-10 li a{
    padding: 10px 15px;
    background-color: #fff;
    border: 1px solid #ddd;
	display: block;
	width: 100%;
	margin-top: -1px;
	color: rgb(85, 85, 85);
}  */
.information-information.fullwidth.skin1 .kl-main-content #column-left .list-unstyled.list-10 li a {
  font-size: 16px;
}

.information-information.fullwidth.skin1 .kl-main-content #column-left .list-unstyled.list-10 li.atr_text_activ a {
  color : #1d5ceb;
}
.information-information.fullwidth.skin1 .kl-main-content #column-left .list-unstyled.list-10 li a:hover{
	text-decoration: none;
    color: #555;
    background-color: #f5f5f5;
}
.information-information.fullwidth.skin1 .kl-main-content #content ul li > span{
	font-size: 15px;
}
.information-information.fullwidth.skin1 .kl-main-content #content{
	margin-bottom: 25px;
}
.information-information.fullwidth.skin1 .kl-main-content #content h3{
	margin-bottom: 0;
}
.box_info_peyment h4{
	margin-bottom: 5px;
}
.box_info_peyment ul li{
	margin-left: 20px;
	font-size: 14px;
}
.box_info_peyment {
	font-size: 14px;
}
.btn-info{
    border-color: #005abb;
}
.table-hover>tbody>tr>td{
	background-color: #f5f5f5;
}
.checkout-checkout.fullwidth.skin1 .kl-main-content .targ_on  > a{
	color: #CA7379;
}
.checkout-checkout.fullwidth.skin1 .kl-main-content .box.checkout_form  .form_border_to_oder .form-group.customer_group_box{
	width: 100%;
    padding: 0 15px;
	margin-left: 0;
}
.form_border_to_oder {
	border: 2px solid #ccc;
	margin-bottom: 15px;
	padding-bottom: 10px;
	box-shadow: 1px 1px 5px 0px #ccc;
}
.form_border_to_oder h3{
	margin-bottom: 17px;
    border-bottom: 2px solid #ccc;
    padding-left: 18px;
    padding-bottom: 10px;
    background-color: #005abb;
    padding-top: 10px;
    color: #FFF;
}
.form_border_to_oder .payment-method{
	padding-left: 15px;
}
.your_order .form_border_to_oder  h3{
	margin-bottom: 0;
}
.payment_icons_for_order{
	display: inline-block;
	padding-left: 5px;
}
.payment_icons_for_order img{
	width: 35px;
	vertical-align: middle;
}
.payment_icons_for_order .visa_card{
	width: 45px;
}
#image_additional1 .owl-item div{
    /* transform: rotate(-90deg); */
    text-align: center;
    max-height: 100%;
    position: relative;
    left: -20px;
}
#image_additional1{
	/* transform: rotate(90deg); */
    position: relative;
    top: 1px;
	width: 500px;
	height: 100px;
}
.thumbnails{
	display: flex;
    /* max-height: 500px; */
    /* overflow: hidden;	 */
}
#image_additional1 .owl-controls{
	display: none !important; 
}
#image_additional1 .owl-item{
    /* border: 1px solid #e6e6e6; */
}

.information-information .kl-main-content #content h1, .information-information .kl-main-content #content .for_teams .for_teams_info {
	text-align: center;
	font-family: 'Bebas Neue', sans-serif;
}
.information-information .kl-main-content #content .for_teams .for_teams_info {
	font-size: 16px;
	margin-top: 15px;
	line-height: 30px;
	margin-bottom: 35px;
}
.information-information .kl-main-content #content .for_teams h3{
	text-align: center;
	font-family: Roboto, sans-serif;
	color: #0e3387;
	font-size: 27px;
	margin-top: 30px;
    margin-bottom: 25px;
	position: relative;
}
.information-information .kl-main-content #content .for_teams .advantages_box{
	margin-top: 45px;
	text-align: center;
	margin-bottom: 33px;
}
.information-information .kl-main-content #content .for_teams .advantages_box .advan_img img{
	width: 40%;
}
.information-information .kl-main-content #content .for_teams .advantages_box .advan_text{
	font-size: 15px;
    padding-top: 15px;
}
.information-information .kl-main-content #content .for_teams .teams_conditions, .information-information .kl-main-content #content .for_teams .teams_bot_contacts{
	margin-top: 40px;
    color: #303030;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 25px;
}
.information-information .kl-main-content #content .for_teams .teams_bot_contacts .teams_bot_cont_img{
	display: inline-block;
    vertical-align: top;
    text-align: right;
    padding-top: 20px;
	text-align: center;
}
.information-information .kl-main-content #content .for_teams .teams_bot_contacts .teams_bot_cont_img img{
	width: 50%;
}
.information-information .kl-main-content #content .for_teams .teams_bot_contacts .teams_bot_cont_numb_text{
	display: inline-block;
    font-size: 20px;
    line-height: 34px;
}
.email_info .teams_bot_cont_img img{
	width: 100% !important;
}
.email_info .teams_bot_cont_numb_text{
	padding-top: 31px;
	padding-left: 22px;
}

.information-information .kl-main-content #content .for_teams h3:before{
	position: absolute;
    content: '';
    border-top: 1px solid #efefef;
    width: 22%;
    left: 213px;
    top: 15px;
}
.information-information .kl-main-content #content .for_teams h3:after{
	position: absolute;
    content: '';
    border-top: 1px solid #efefef;
    width: 22%;
    right: 213px;
    top: 15px;
}
.for_title_line:before{
	position: absolute;
    content: '';
    border-top: 1px solid #efefef;
    width: 22%;
    left: 155px !important;
    top: 15px;
}
.for_title_line:after{
	position: absolute;
    content: '';
    border-top: 1px solid #efefef;
    width: 22%;
    right: 155px !important;
    top: 15px;
}
.information-information .kl-main-content #content .for_teams .teams_conditions{
	padding-left: 34px;
    font-size: 22px;
    line-height: 33px;
}
.information-information .kl-main-content #content .for_teams .teams_bot_contacts{
	padding-left: 0;
}
p.targ_on a{
	font-size: 16px;
    margin-bottom: 15px;
    display: block;
    color: #d73d3d !important;
    font-weight: 500;
}
.description_local{
	float:left;
	padding: 30px 0 0;
}
.tehn-title{
	font-weight:bold;
	font-size:24px;
	color: rgb(102, 102, 102);
	    border: 0;
    font-family: Roboto, sans-serif;

    margin: 0;
    outline: 0;
    padding: 0 0 6px 0;
    vertical-align: baseline;
}
.tab-pane{
	padding: 20px 2%;	
}
.tab-pane p span{
	font-weight:bold;
	font-size:15px;
	color: rgb(102, 102, 102);
	    border: 0;
    font-family: Roboto, sans-serif;
}
.desc_block{
	border-top: 1px solid #e6e6e6;
}
.text_payment_method{
	margin-bottom: 17px;
    border-bottom: 2px solid #ccc;
    padding-left: 18px;
    padding-bottom: 7px;
    background-color: #005abb;
    padding-top: 7px;
    color: #FFF;
    margin-left: -15px;
    font-size: 18px !important;
}
.swiper-button-next-new, .swiper-button-prev-new{
    text-align: center;
    font-size: 30px;
    z-index: 999;
}
.boxed-slider{
	position: relative;
	display: flex;
	flex-direction: column;
	margin-right: 15px;
	width: 70px;
	flex: 0 0 auto;
}
.swiper-slide a{
	display: inline-block;
    border: 1px solid #e6e6e6;
}
.swiper-container{
	flex-grow: 1;
}
@media (max-width: 772px){
	.society {
		float: left;
	}	
}

@media (max-width: 991px){
	.down_logo{
		text-align: center;
		margin-top: 45px;
	}
	.society, .footer__information-text .society .society_icons {
		float: left;
	}
	.thumbnails {
		flex-direction: column;
	}
	.boxed-slider {
		margin: 15px 0;
		order: 1;
		flex-direction: row;
		width: 100%;
		align-items: center;
	}
	.swiper-button-next-new i,
	.swiper-button-prev-new i {
		transform: rotate(-90deg);
	}
	.swiper-wrapper,
	.swiper-slide {
		height: auto;
	}
	.swiper-slide a {
		display: block;
		text-align: center;
	}
}
@media (max-width: 767px){
	.society {
		width: 100%;
	}	
	.footer__information-text .society .society_icons{
		float: left;
	}
	.rt_footer_call{
		display: block;
		padding-left: 26px;
	}
	footer .payment_img > a:last-child img{
		margin-left: 0;
	}

	.topbar__left{
		font-size: 13px !important;
	}
	.topbar__left .top_left_number i, .topbar__left .working_time i{
		font-size: 14px;
	}
	.topbar__left .top_left_number i{
		padding: 2px 2px 1px 3px;
	}
}
@media (max-width: 300px){
	.topbar__left .top_left_number, .topbar__left .working_time{
		font-size: 8px;
		text-align: center;
		float: none;
		padding-right: 0;
	}
	.topbar__left .working_time i{
		font-size: 16px;
	}
	.topbar__left .top_left_number i{
		padding: 1px 2px 1px 2px;
		border: 2px solid #999999;
		font-size: 9px;
	}
}
@media (max-width: 1130px){
	.topbar__left .working_time{
		padding-right: 0; 
	}
}
@media (max-width: 1040px){
	.topbar__left .top_left_number, .topbar__left .working_time{
		font-size: 15px;
	}
}
@media (max-width: 1010px){
	.topbar__left .top_left_number, .topbar__left .working_time{
		font-size: 13px;
	}
	.topbar__left .top_left_number i{
		padding: 1px 2px 1px 2px;
		border: 2px solid #999999;
		font-size: 11px;
		position: relative;
		top: -3px;
	}
	.topbar__left .working_time i{
		font-size: 18px;
	}
	.topbar__left .working_time{
		padding-top: 2px;
	}
	.width_for_header > .col-lg-6, .width_for_header > .col-md-6{
		width: 50%;
	}
	.topbar__left{
		position: relative;
		top: 2px;
		margin-bottom: 0;
	}
	.topbar__right{
		position: relative;
		top: 2px;
		text-align: right;
	}
	.header__top .society{
		float: right;
	}
}

@media (max-width: 1199px){
	.product-detail.button-group{
		margin-left: 0;
	}
	#slider3.thumbnails{
		z-index: 999;
	}
	#slider3.thumbnails .thumbelina{
		width: 20%;
		display: inline-block;
		position: relative;
		float: left;
	}
	.thumbnails__big-image{
		/* max-width: 80% !important;
		max-height: 451px; */
	}
	.mini-cart .dropdown-menu{
		left: auto;
		width: 400px;
	}
	
	.information-information .kl-main-content #content .for_teams h3:before{
		left: 186px !important;
	}
	.information-information .kl-main-content #content .for_teams h3:after{
		right: 186px !important;
	}
	.information-information .kl-main-content #content .for_teams h3.for_title_line:before{
		left: 100px !important;
	}
	.information-information .kl-main-content #content .for_teams h3.for_title_line:after{
		right: 100px !important;
	}
}
@media (max-width: 991px){
	.search-mobile{
		display: none;
	}
	#megamenu.navigation.navigation--mega .main_menu_paddings .main-nav > .main-nav__item.is-parent.main-nav__item--category.expand .main-nav__secondary-nav .row  .col-md-6{
		width: 100%;
	} 
	#megamenu.navigation.navigation--mega .main_menu_paddings .main-nav > .main-nav__item.is-parent.main-nav__item--category.expand .main-nav__secondary-nav .row  .col-md-3{
		width: 100%;
	}
	.footer .col-xs-12.col-sm-12{
		width: 100%;
	}
	.topbar .col-sm-12.col-xs-12{
		width: 100%;
		text-align: center;
	}
	.topbar__left .top_left_number, .topbar__left .working_time{
		display: block;
		text-align: center;
		float: none;
	}
	.topbar__left{
		margin-bottom: 15px;
	}
	.topbar__right{
		margin-bottom: 0;
	}
	.topbar{
		padding: 10px 0;
	}
	.checkout-cart .kl-main-content #content .table-responsive .table.table-bordered .text-center > a > img{
		height: auto;
	}
	.kl-main-content #content .table.table-bordered tbody > tr .text-right{
		vertical-align: bottom;
		padding-top: 8px;
		padding-right: 5px;
	}
	.information-information .kl-main-content #content .for_teams h3:before{
		left: 105px !important;
	}
	.information-information .kl-main-content #content .for_teams h3:after{
		right: 105px !important;
	}
	.information-information .kl-main-content #content .for_teams h3.for_title_line:before{
		left: 24px !important;
	}
	.information-information .kl-main-content #content .for_teams h3.for_title_line:after{
		right: 24px !important;
	}
	.teams_bot_contacts.email_info{
		text-align: center;
	}
}
@media (max-width: 773px){
	#cart_table tbody td{
		font-size: 13px;
	}
}
@media (max-width: 767px){
	#cart_table tfoot *{
		vertical-align: bottom;
	}
	.teams_bot_contacts.email_info{
		text-align: left;
		padding-left: 40px !important;
	}
	.information-information .kl-main-content #content .for_teams .advantages_box .advan_img img{
		width: 28% !important;
	}
	.information-information .kl-main-content #content .for_teams .advantages_box{
		margin-bottom: 0 !important;
		margin-top: 15px !important;
	}
	.information-information .kl-main-content #content .for_teams h3:before{
		left: 74px !important;
		width: 18%;
	}
	.information-information .kl-main-content #content .for_teams h3:after{
		right: 74px !important;
		width: 18%;
	}
	.information-information .kl-main-content #content .for_teams h3.for_title_line:before{
		left: 0 !important;
		width: 18%;
	}
	.information-information .kl-main-content #content .for_teams h3.for_title_line:after{
		right: 0 !important;
		width: 18%;
	}
	.teams_bot_contacts.email_info{
		text-align: center;
	}
}
@media (max-width: 863px){
	.topbar__left .top_left_number, .topbar__left .working_time{
		font-size: 12px;
	}
}
@media (max-width: 802px){
	.topbar__left .top_left_number, .topbar__left .working_time{
		font-size: 11px;
	}
}
@media (max-width: 802px){
	.topbar__left .working_time{
		padding-top: 2px;
	}
}
@media (max-width: 767px){
	.header .header__top{
		text-align: center;
	}
	.header .header__top #logo{
		display: none;
	}
	.kl-main-content #kls-1.kls-container.kls-fullwidth{
		display: none !important;
	}
} 
@media (max-width: 768px){
	.kl-main-content .box.checkout_form > col-sm-12, .kl-main-content .box.checkout_form > col-xs-12{
		width: 100% !important;
	}
}
@media (max-width: 750px){
	#slider3.thumbnails .thumbelina{
		display: none;
	}
	.thumbnails__big-image{
		/* max-width: 100% !important; */
	}
}
@media (max-width: 479px){
	.kl-main-content #content .buttons .pull-left, .kl-main-content #content .buttons{
		text-align: center;
	}
	.kl-main-content #content .buttons .pull-left, .kl-main-content #content .buttons .pull-right{
		display: block;
		    float: none !important;
	}
	.kl-main-content #content .buttons .pull-right{
		margin-top: 10px;
	}
	.information-information .kl-main-content #content .for_teams .teams_bot_contacts .teams_bot_cont_img, .information-information .kl-main-content #content .for_teams .teams_bot_contacts .teams_bot_cont_numb_text{
		display: block !important;
	}
	.email_info .teams_bot_cont_img img, .information-information .kl-main-content #content .for_teams .teams_bot_contacts .teams_bot_cont_img img{
		width: 30% !important;
	}
	.information-information .kl-main-content #content .for_teams .teams_bot_contacts .teams_bot_cont_numb_text{
		text-align: center;
		padding: 0;
		padding-top: 15px;
	}
	.teams_bot_contacts.email_info{
		padding-left: 0 !important;
		margin-top: 0 !important;
	}
	.information-information .kl-main-content #content .for_teams h3:before, .information-information .kl-main-content #content .for_teams h3:after, .information-information .kl-main-content #content .for_teams h3.for_title_line:before, .information-information .kl-main-content #content .for_teams h3.for_title_line:after{
		display: none;
	}
}
@media (max-width: 312px){
	.kl-main-content #content .product-info .list-unstyled.product-options li{
		display: block;
		float: none;
		padding-top: 5px;
	}
}
@media (max-width: 300px){
	.kl-main-content #content .table.table-bordered tbody > tr .text-right{
		padding: 0;
	}
	.kl-main-content #content .table.table-bordered tbody > tr .text-right{
		margin-top: 10px;
	}
}
@media (max-width: 268px){
	.topbar__left .top_left_number, .topbar__left .working_time{
		font-size: 10px;
	}
	.topbar__right #top-links.nav.topbar__my-accounts .list-inline li .topbar__currency #currency .btn-group .btn.btn-link.dropdown.dropdown-toggle, .topbar__right #top-links.nav.topbar__my-accounts .list-inline li > a, .topbar__right #top-links.nav.topbar__my-accounts .list-inline li .topbar__language #language .btn-group .btn.btn-link.dropdown.dropdown-toggle{
		font-size: 11px;
	}
	.kl-main-content #content .table.table-bordered tbody > tr .text-right{
		vertical-align: bottom;
		padding-top: 8px;
		padding-right: 5px;
	}
}
@media (max-width: 400px){
	#megamenu.navigation.navigation--mega .main_menu_paddings .main-nav > .main-nav__item.is-parent.main-nav__item--category.expand .main-nav__secondary-nav .row > li > .subcat{
		padding-left: 0;
		font-size: 13px;
	}
	.width_total{
		min-width: 128px;
	}
}
@media (max-width: 253px){
	.topbar .topbar__right #top-links.nav.topbar__my-accounts .list-inline li{
		padding-left: 5px;
		padding-right: 5px;
	}
}
@media (max-width: 300px){
	.topbar .topbar__right{
		padding: 0;
	}
}
@media (max-width: 500px){
	.topbar .topbar__right #top-links .list-inline #cart .dropdown-menu.pull-right .table.table-striped .text-center.image_cart{
		display: none;
	}
}
.bg_img{
	position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	text-align: center;
    overflow: auto;
    background-color: rgba(255, 255, 255, 1);
}
.close-img{
	position: absolute;
    right: 25px;
    top: 25px;
    background-color: #005abb;
    color: #FFF;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    text-align: center;
    cursor: pointer;
}
.owl-nav .owl-prev, .owl-nav .owl-next{
	display: inline-block !important;
}
#image_additional1 .owl-controls{
	/* display: inline-block !important; */
}
.desc_block{
	margin-top: 25px;
}
 #image_additional1 {
    transform: rotate(90deg);
    position: absolute;
    top: 201px;
    left: -179px;
}
.image_additional1_box{
	width: 100px;
    height: 500px;
    border: 1px solid;
    background-color: #FFF;
    position: absolute;
}
.owl-stage{
	width: 100%;
}
/*.owl-item img{*/
	/*transform: rotate(-90deg);*/
/*}*/
.society_icons .fa-vk{
    position: relative;
    top: -5px;	
}
.fa-instagram{
	position: relative !important;
    top: -6px !important;
}
.society_icons .fa-facebook{
	position: relative;
    top: -4px;	
}
.category_text_bottom {
  margin-top: 30px;
  margin-bottom: 30px;
}

.header__top .working_time {
	font-size: 18px;
	margin: 20px 0;
}

.top_left_number {
	display: flex;
	font-size: 14px;
	align-items: center;
}

.top_left_number i {
	font-size: 21px;
	color: #999999;
	margin-right: 10px;
	flex: 0 0 auto;
}

.top_left_number div {
	display: flex;
	flex-direction: column;
}

.boxed-slider[style*=fixed] {
    height: calc(100% - 100px);
}

#cart_table tbody td:last-child, .total_prot_cart {
    white-space: nowrap;
}

.modal-body .main.ctext {
	float: none !important;
	width: initial !important;
}

@media (max-width: 767px) {
  #main-image {
	  pointer-events: none;
  }
}