/*          DONT Write CSS in style.css  it will be deleted if you compile style.scss                      */
body.order input:focus {
  outline: none;
}

/*  order page width*/
body.order .container {
  max-width: 780px;
}

body.order .container #main-menu {
  text-align: center;
  margin-top: 71px;
  margin-left: 22px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(-64%, #ffffff), color-stop(164%, #ededed));
  background-image: linear-gradient(to bottom, #ffffff -64%, #ededed 164%);
}

body.order .container #main-menu ul {
  display: inline-block;
  float: none;
}

body.order .container #main-menu ul li {
  font: bold 18px Open Sans;
  text-decoration: none;
  padding: 5px 20px;
  text-transform: uppercase;
  -webkit-border-radius: 2px;
  display: inline-block;
  color: #7c675b;
  font: 300 18px Open Sans;
}

body.order .container #main-menu ul li:last-child {
  padding-right: 14px;
}

body.order .container h1.page-title {
  font: 400 22px Open Sans;
  margin-top: 17px;
  letter-spacing: -0.4px;
}

body.order header:before {
  top: 99px;
}

body.order header .col-sm-3 {
  width: 29% !important;
}

body.order header .col-sm-9 {
  width: 71%;
}

body.order header #logo {
  margin-bottom: 7px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(36%, #ffffff), to(#ededed));
  background-image: linear-gradient(to bottom, #ffffff 36%, #ededed 100%);
}

/* gradient style */
.gradient-block-1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f1ece7), color-stop(40%, #ffffff));
  background-image: linear-gradient(to bottom, #f1ece7 0%, #ffffff 40%);
}

/* btn */
.green-btn-2 {
  background: #4da14f;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
  font: 800 18px Open Sans;
  border: none;
  padding: 10px 18px;
  text-transform: uppercase;
}

.green-btn-2:hover {
  opacity: 0.8;
}

a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover {
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* order cart */
#order-cart {
  background: #fff;
  padding-bottom: 0px;
}

#order-cart .oc-row {
  border-bottom: 2px dashed #e5e3e2;
  padding-top: 27px;
  padding-bottom: 27px;
}

#order-cart .oc-row:last-child {
  border: none;
}

#order-cart .oc-total {
  border: 1px solid #4da14f;
  font: 18px Open Sans;
  color: #4da14f;
  display: inline-block;
  padding: 8px 12px;
  text-transform: uppercase;
  margin-top: 14px;
}

#order-cart .oc-total span {
  font-weight: 700;
}

#order-cart .oc-image {
  border: 1px solid #b8b8b8;
}

#order-cart .oc-title {
  font: 18px Open Sans;
  color: #000;
  margin-top: -6px;
  margin-bottom: 5px;
}

#order-cart .oc-title a {
  color: #000;
}

#order-cart .oc-item-in-stock {
  font: 600 13px Open Sans;
  color: #000;
}

#order-cart .oc-price {
  font: 700 18px Open Sans;
  color: #4da14f;
  margin-top: -6px;
}

#order-cart .container {
  padding: 0px 45px 0px 60px;
}

#order-cart .oc-quantity {
  color: #7f7f7f;
}

#order-cart .oc-quantity input {
  display: inline-block;
  width: 32px;
  text-align: center;
  border: none;
}

#order-cart .oc-quantity button.minus, #order-cart .oc-quantity button.plus {
  background: #cccccc;
  width: 13px;
  height: 13px;
  display: inline-block;
  text-align: center;
  color: #fff;
  margin-right: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  line-height: 12px;
  outline: none;
  border: none;
  padding: 0px;
}

#order-cart .oc-quantity button.minus:hover, #order-cart .oc-quantity button.plus:hover {
  background: #75b236;
}

@media screen and (min-width: 768px) {
  #order-cart .oc-row .container .row .col-sm-3 {
    width: 18%;
  }
  #order-cart .oc-row .container .row .col-sm-6 {
    width: 40%;
  }
  #order-cart .oc-row .container .row .col-sm-3 + .col-sm-6 + .col-sm-3 {
    width: 40%;
  }
}

/* select shipping address */
#select-shipping-address {
  border-top: 2px dashed #e5e3e2;
  margin-bottom: 43px;
  overflow: hidden;
}

#select-shipping-address .container {
  position: relative;
  padding: 0px 82px;
}

#select-shipping-address h4 {
  font: 700 16px open Sans;
  color: #000;
  margin-top: 19px;
  margin-bottom: 7px;
}

#select-shipping-address label {
  margin-top: 15px;
  font: 600 13px Open Sans;
  color: #010101;
}

#select-shipping-address input, #select-shipping-address select {
  width: 100%;
  background: #fff;
  border: 1px solid #cbcbcb;
  height: 32px;
  padding-left: 10px;
  padding-right: 10px;
}

#select-shipping-address button {
  margin-top: 35px;
}

/*  chat-now-block */
.chat-now-block {
  position: absolute;
  right: -232px;
  top: -10px;
  width: 300px;
}

.chat-now-block .cnb-text {
  border-top: 1px solid #cbcbcb;
  font: 15px open Sans;
  color: #ee9521;
  padding: 10px 50px 0px;
}

.chat-now-block .cnb-text a {
  color: #ee9521;
  font-size: 20px;
  text-decoration: underline;
}

.chat-now-block .cnb-text a:hover {
  text-decoration: none;
}

/* footer */
body.order .footer-second {
  text-align: center;
}

/* rating */
.rating-wrapper {
  direction: rtl;
  display: inline-block;
  vertical-align: bottom;
  height: 26px;
}

.rating-wrapper .star-label {
  display: none;
}

.rating-wrapper .star-label-view {
  display: inline-block;
  vertical-align: bottom;
  width: 20px !important;
  height: 20px;
  background: url(../images/rating-img-sp.png) 0px 0px no-repeat;
  margin-right: 0px !important;
  cursor: pointer;
  margin-bottom: 0px !important;
}

[type=radio]:checked.star-label + .star-label-view {
  background: url(../images/rating-img-sp.png) 0px -20px no-repeat;
}

[type=radio]:checked.star-label + .star-label-view + [type=radio] + .star-label-view {
  background: url(../images/rating-img-sp.png) 0px -20px no-repeat;
}

[type=radio]:checked.star-label + .star-label-view + [type=radio] + .star-label-view + [type=radio] + .star-label-view {
  background: url(../images/rating-img-sp.png) 0px -20px no-repeat;
}

[type=radio]:checked.star-label + .star-label-view + [type=radio] + .star-label-view + [type=radio] + .star-label-view + [type=radio] + .star-label-view {
  background: url(../images/rating-img-sp.png) 0px -20px no-repeat;
}

[type=radio]:checked.star-label + .star-label-view + [type=radio] + .star-label-view + [type=radio] + .star-label-view + [type=radio] + .star-label-view + [type=radio] + .star-label-view {
  background: url(../images/rating-img-sp.png) 0px -20px no-repeat;
}

.rating-wrapper > input:checked ~ label,
.rating-wrapper:not(:checked) > label:hover,
.rating-wrapper:not(:checked) > label:hover ~ label {
  background: url(../images/rating-img-sp.png) 0px -40px no-repeat;
}

/* hover previous stars in list */
.rating-wrapper > input:checked + label:hover,
.rating-wrapper > input:checked ~ label:hover,
.rating-wrapper > label:hover ~ input:checked ~ label,
.rating-wrapper > input:checked ~ label:hover ~ label {
  opacity: 0.7;
}

/*slider fix*/
#main-slider .main-slider {
  max-height: 381px;
}

/*  lang switcher*/
#top-bar .phone-and-lang {
  margin-top: 2px;
  padding-right: 2px;
}

#top-bar .lang-switcher-wrapper {
  display: inline-block;
  vertical-align: top;
  margin-top: -3px;
}

#top-bar .lang-switcher-wrapper .btn {
  font: 300 16px Open Sans;
  color: #514d47;
  text-decoration: none;
  padding: 0;
}

#top-bar .lang-switcher-wrapper .btn img {
  margin-top: -4px;
}

#top-bar .social {
  margin-right: 14px;
}

html[lang*="ru"] #top-bar .social {
  margin-right: 23px;
}

/*.ms-prev-text, .ms-next-text{
	display: none;
}*/
header:before {
  width: 100%;
}

/*
.cart-and-libra-block {
	position: absolute;
	top: 75px;
	right: 24px;
	left: auto;
	display: flex;
	flex-direction: row-reverse;
	z-index: 10;

	@media screen and (max-width: 425px) {
		right: 15px;
	}

	.cart {
		position: relative;
		flex: 1;
		text-align: left;
		background: linear-gradient(to top, #f4f4f4 0%, #f8f8f8 100%);

		a {
			svg {
				width: 34px;
				height: 34px;
				transform: scale(-1, 1);
			}

			.count {
				position: absolute;
				top: -2px;
				right: -5px;
				display: inline-block;
				padding: 0 3px;
				height: 16px;
				min-width: 16px;
				color: #fff;
				text-align: center;
				line-height: 16px;
				font-size: 11px;
				background: #4da14f;
				border-radius: 16px;
			}
		}
	}

	.libra {
		position: relative;
		flex: 1;
		margin-right: 30px;
		background: linear-gradient(to top, #f4f4f4 0%, #f8f8f8 100%);

		a {
			svg {
				width: 34px;
				height: 34px;
			}

			.count {
				position: absolute;
				top: -2px;
				right: -5px;
				display: inline-block;
				padding: 0 3px;
				height: 16px;
				min-width: 16px;
				color: #fff;
				text-align: center;
				line-height: 16px;
				font-size: 11px;
				background: #4da14f;
				border-radius: 16px;
			}
		}
	}
}
*/
.form-group input[type="text"], .form-group input[type="email"], .form-group input[type="tel"], .form-group input[type="[password"] {
  display: inline-block;
  width: 324px;
  border: 1px solid #e2e2e2;
  color: #081245;
  min-height: 38px;
  padding: 0 10px;
  outline: none;
  /* Firefox 19+ */
  /* Firefox 18- */
}

.form-group input[type="text"]::-webkit-input-placeholder, .form-group input[type="email"]::-webkit-input-placeholder, .form-group input[type="tel"]::-webkit-input-placeholder, .form-group input[type="[password"]::-webkit-input-placeholder {
  color: #333;
}

.form-group input[type="text"]::-moz-placeholder, .form-group input[type="email"]::-moz-placeholder, .form-group input[type="tel"]::-moz-placeholder, .form-group input[type="[password"]::-moz-placeholder {
  color: #333;
}

.form-group input[type="text"]:-moz-placeholder, .form-group input[type="email"]:-moz-placeholder, .form-group input[type="tel"]:-moz-placeholder, .form-group input[type="[password"]:-moz-placeholder {
  color: #333;
}

.form-group input[type="text"]:-ms-input-placeholder, .form-group input[type="email"]:-ms-input-placeholder, .form-group input[type="tel"]:-ms-input-placeholder, .form-group input[type="[password"]:-ms-input-placeholder {
  color: #333;
}

#model-info .mi-wrapper .model-wrapper {
  max-width: 470px;
}

#model-info .mi-wrapper .model-wrapper .page-title {
  line-height: 1.1;
}

#model-info .mi-wrapper .model-wrapper .mi-price .btn-buy {
  margin-top: 23px;
}

#model-info .mi-wrapper .model-wrapper .mi-price .product-compare-btn {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 46px;
  vertical-align: bottom;
  background: none;
  border: none;
  outline: none;
}

#model-info .mi-wrapper .model-wrapper .mi-price .product-compare-btn svg {
  width: 34px;
  height: 34px;
  vertical-align: initial;
}

#model-info .mi-wrapper .model-wrapper .mi-price .product-compare-btn .add-to-compare {
  position: absolute;
  bottom: 3px;
  right: 0px;
  width: 16px;
  height: 16px;
  background-color: #4da14f;
  border-radius: 50%;
}

#model-info .mi-wrapper .model-wrapper .mi-price .product-compare-btn .add-to-compare:before {
  content: '';
  position: absolute;
  bottom: 7px;
  right: 3px;
  height: 2px;
  width: 10px;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#model-info .mi-wrapper .model-wrapper .mi-price .product-compare-btn .add-to-compare:after {
  content: '';
  position: absolute;
  bottom: 7px;
  right: 3px;
  height: 2px;
  width: 10px;
  background-color: #fff;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#model-info .mi-wrapper .model-wrapper .mi-price .product-compare-btn .add-to-compare.active:before {
  bottom: 6px;
  right: 1px;
  width: 8px;
  -webkit-transform: rotate(125deg);
          transform: rotate(125deg);
}

#model-info .mi-wrapper .model-wrapper .mi-price .product-compare-btn .add-to-compare.active:after {
  bottom: 7px;
  right: 6px;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  width: 8px;
}

#model-info .mi-wrapper .model-wrapper .radio {
  margin: 0 0 2px 0;
}

@media screen and (max-width: 991px) {
  #model-info .mi-wrapper .model-wrapper .radio {
    margin: 0 auto 2px auto;
    max-width: 340px;
  }
}

#model-info .mi-wrapper .model-wrapper .radio label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#model-info .mi-wrapper .model-wrapper .radio label input {
  margin: 0 0 0 -20px;
}

#model-info .mi-wrapper .model-wrapper .radio label img {
  margin-right: 8px;
  padding: 0;
  width: 45px;
  height: 45px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#model-info .mi-wrapper .model-wrapper .hasOptionError {
  color: red;
}

.mm-item:hover {
  border-color: #4da14f;
}

.mm-item .mm-top .mm-title {
  line-height: 1.1;
}

.mm-item .mm-bottom .mm-parts {
  color: #4da14f;
  font-weight: 800;
  margin-top: 4px;
  width: 112px;
  text-align: center;
  text-transform: lowercase;
}

.mm-item .mm-bottom .mm-details a {
  color: #fff;
  margin: -6px -10px -5px 0;
}

/*checkbox-default*/
.checkbox-default {
  position: relative;
  padding: 3px 0 0 33px;
  font: 400 15px Open sans;
  color: #0c2044;
}

.checkbox-default:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
  width: 18px;
  height: 18px;
  border: 2px solid #4da14f;
  border-radius: 0;
  background: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.checkbox-default:after {
  content: '';
  display: block;
  position: absolute;
  left: 7px;
  top: 9px;
  width: 3px;
  height: 6px;
  border: solid transparent;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.checkbox-default.active, .checkbox-default:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.checkbox-default.active:before, .checkbox-default:active:before {
  background: #4da14f;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.checkbox-default.active:after, .checkbox-default:active:after {
  border-color: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.checkbox-default input {
  display: none;
}

/*radio-default*/
.radio-default {
  position: relative;
  padding: 3px 0 0 33px;
  font: 400 15px Open sans;
  text-transform: uppercase;
  white-space: normal;
  text-align: left;
}

.radio-default:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
  width: 21px;
  height: 21px;
  border: 2px solid #4da14f;
  border-radius: 100%;
}

.radio-default:after {
  content: "";
  display: block;
  position: absolute;
  width: 9px;
  height: 9px;
  left: 6px;
  top: 9px;
  border-radius: 100%;
  background: transparent;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.radio-default.active, .radio-default:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.radio-default.active:after, .radio-default:active:after {
  background: #ee9521;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.radio-default input {
  display: none;
}

.agree-informed {
  margin-top: 30px;
}

.agree-informed .link-blue,
.agree-privacy-policy .link-blue {
  display: inline-block;
  margin-top: 9px;
  vertical-align: top;
  line-height: 1;
}

.more-details {
  padding-left: 33px;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height .6s;
  transition: max-height .6s;
}

.more-details input {
  margin-top: 17px;
}

.more-details .bootstrap-select {
  margin-bottom: 10px;
}

.more-details .bootstrap-select [title='Nothing selected'] {
  color: #8b8e94;
}

.more-details .text-danger {
  width: 324px;
  text-align: center;
}

.active + .description + .more-details {
  max-height: 500px;
  -webkit-transition: max-height .6s;
  transition: max-height .6s;
  overflow: visible;
}

.active + .description + .more-details input {
  margin-top: 17px;
}

.delivery .block-title {
  margin-bottom: 28px;
  text-align: left;
  background: #b8b8b8;
}

.delivery .description {
  color: #8b8e94;
  padding-left: 33px;
}

/*select*/
.bootstrap-select {
  margin-bottom: 10px;
}

.bootstrap-select .btn-default {
  cursor: pointer;
  width: 324px;
  height: 41px;
  background: #fff;
  border: 1px solid  #e2e2e2;
  border-radius: 0;
  padding: 7px 25px 10px 13px;
  font: 400 15px Open sans;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.bootstrap-select .btn-default:focus {
  outline: none !important;
  background: none !important;
}

.bootstrap-select .btn-default:active, .bootstrap-select .btn-default.active {
  background: #fff;
  border: 1px solid  #e2e2e2;
}

.bootstrap-select .dropdown-menu {
  border-radius: 0;
  border: 1px solid  #e2e2e2;
  background: #fff;
  font-size: 15px;
  width: 324px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.bootstrap-select .dropdown-menu li:focus {
  outline: none !important;
}

.bootstrap-select .dropdown-menu a {
  padding: 7px 13px 10px;
}

.bootstrap-select.open > .dropdown-toggle.btn-default, .bootstrap-select.open > .dropdown-toggle.btn-default:hover {
  background: #fff !important;
  border: 1px solid  #e2e2e2;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:active, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
  color: #333;
}

/*remove*/
.remove {
  display: block;
  padding: 2px 1px 1px 2px;
  height: 22px;
  width: 22px;
  font-size: 16px;
  color: #626262;
  line-height: 1px;
  background: none;
  opacity: 1;
  -webkit-transition: all .4s;
  transition: all .4s;
  cursor: pointer;
  outline: none;
  border: 0;
}

.remove:hover:before {
  background: #ffa287;
}

.remove:hover:after {
  background: #ffa287;
}

.remove:before {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  height: 2px;
  width: 18px;
  background: #b8b8b8;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.remove:after {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  height: 2px;
  width: 18px;
  background: #b8b8b8;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/*cart*/
.your-order .block-title {
  margin-bottom: 28px;
  text-align: left;
}

.your-order .yo-cart .yoc-item {
  padding-left: 50px;
  padding-bottom: 18px;
  margin-bottom: 18px;
  position: relative;
  border-bottom: 2px dashed #e5e3e2;
}

.your-order .yo-cart .yoc-left {
  float: left;
  margin-top: 0;
}

.your-order .yo-cart .yoc-item .remove {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -17px;
}

.your-order .yo-cart .yoc-right {
  padding-left: 80px;
}

.your-order .yo-cart .yoc-title a {
  color: #4da14f;
}

.yo-data label {
  min-width: 160px;
}

.yo-data .text-danger {
  text-align: center;
  padding-left: 41px;
}

.checkout-bottom {
  display: inline-block;
  vertical-align: top;
  margin-top: 28px;
  margin-bottom: 20px;
}

.checkout-bottom + .checkout-bottom {
  margin-left: 30px;
  text-decoration: underline;
}

.checkout-bottom + .checkout-bottom:hover {
  text-decoration: none;
}

#payment .block-title {
  margin-bottom: 28px;
  text-align: left;
  background: #b8b8b8;
}

.text-danger {
  color: #ff0000;
}

.input-error-border {
  border-color: #ff0000 !important;
}

.required {
  color: #ff0000;
}

#main-menu {
  margin-top: 12px;
  display: inline-block;
  vertical-align: top;
}

#top-bar {
  float: right;
  margin-top: 19px;
  padding-right: 0;
  width: 100%;
}

#top-bar #search {
  float: left;
  position: relative;
  margin-left: 31px;
  margin-top: -4px;
}

#top-bar #search:before {
  content: '';
  width: 16px;
  height: 16px;
  display: block;
  border: 1px solid #e2e2e2;
  border-radius: 100%;
  position: absolute;
  left: 10px;
  top: 8px;
}

#top-bar #search input {
  width: 400px;
  border: 1px solid #e2e2e2;
  background: #fff;
  padding: 5px 10px 5px 40px;
  color: #514d47;
}

#top-bar #search input:focus {
  outline: none;
}

#top-bar #search input::-webkit-input-placeholder {
  color: #e2e2e2;
}

#top-bar #search input::-moz-placeholder {
  color: #e2e2e2;
}

#top-bar #search input:-moz-placeholder {
  color: #e2e2e2;
}

#top-bar #search input:-ms-input-placeholder {
  color: #e2e2e2;
}

#top-bar #search:after {
  content: '';
  width: 10px;
  height: 1px;
  display: block;
  background: #e2e2e2;
  border-radius: 100%;
  position: absolute;
  left: 22px;
  top: 24px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#top-bar .header-phone {
  margin-right: 34px;
}

#gallery .video-item p a:after {
  position: relative;
  display: inline-block;
}

.agree-informed .link-blue,
.agree-privacy-policy .link-blue {
  margin-left: 4px;
}

.form-horizontal .form-group.required {
  color: #333;
}

@media screen and (max-width: 1280px) {
  .order .form-group input[type="text"], .order .form-group input[type="email"], .order .form-group input[type="tel"], .order .form-group input[type="[password"] {
    width: 302px;
  }
  .order .bootstrap-select .btn-default, .order .bootstrap-select .dropdown-menu {
    width: 302px;
  }
  .order .yo-data .text-danger {
    padding-left: 163px;
  }
  .order .text-danger {
    width: 302px;
    text-align: center;
  }
  header #top-bar .social {
    margin-right: 0;
  }
  html[lang*="ru"] header #top-bar .social {
    margin-right: 0;
  }
  #top-bar #search input {
    width: 240px;
  }
}

.checkout-checkout .footer-first {
  display: none;
}

.checkout-checkout header:before {
  display: none;
}

.checkout-checkout .logo-block {
  width: 100%;
  text-align: center;
}

.checkout-checkout #logo {
  display: inline-block;
}

.checkout-checkout .nav-block {
  margin: -117px 0 0 0;
  padding: 0;
  width: 100%;
}

.checkout-checkout .nav-block .top-nav {
  display: none;
}

.checkout-checkout .nav-block #top-bar a {
  padding: 0;
}

.checkout-checkout .nav-block #top-bar #search {
  display: none;
}

.checkout-checkout .nav-block #top-bar .social {
  display: none;
}

.checkout-checkout .nav-block #top-bar .header-language {
  display: none;
}

.checkout-checkout .nav-block #top-bar .header-phone {
  margin: 0;
}

.checkout-checkout .nav-block #top-bar .header-phone a {
  display: block;
  text-align: left;
}

.checkout-checkout .nav-block #top-bar .header-phone a:hover {
  background: none;
}

.checkout-checkout .nav-block #top-bar .header-phone .caret {
  display: none;
}

.checkout-checkout .nav-block #top-bar .phone-and-lang {
  position: absolute;
  top: 0;
  right: 25%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  display: none;
}

.checkout-checkout .nav-block #top-bar .phone-and-lang > span > ul {
  position: relative;
  display: block;
  background: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.checkout-checkout .nav-block #top-bar .phone-and-lang > span > ul li {
  margin-bottom: 10px;
}

.checkout-checkout .nav-block #top-bar .phone-and-lang > span > ul li a:hover {
  background: none;
}

.checkout-checkout .nav-block .cart-and-libra-block {
  display: none;
}

.checkout-checkout .nav-block .search-open-btn {
  display: none;
}

.checkout-checkout .nav-block .top-nav-open-btn {
  display: none;
}

/*checkout mobile*/
@media all and (max-width: 768px) {
  body.checkout-checkout {
    min-width: 320px;
  }
  body.checkout-checkout .order .container {
    width: 100%;
    min-width: 100%;
  }
  body.checkout-checkout .order .container > form > .row > .col-xs-6 {
    width: 100%;
  }
  body.checkout-checkout .order .agree-informed {
    font-size: 13px;
  }
  body.checkout-checkout .order .agree-informed .checkbox-default {
    font-size: 13px;
  }
  body.checkout-checkout .order .agree-informed .text-danger {
    text-align: left;
  }
  body.checkout-checkout .order .text-danger {
    padding: 0;
    width: 100%;
  }
  body.checkout-checkout .order .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 302px;
  }
  body.checkout-checkout .order .checkout-bottom, body.checkout-checkout .order .btn-buy {
    width: 100%;
    padding: 11px 5px;
  }
  body.checkout-checkout .order .checkout-bottom + .checkout-bottom {
    text-align: center;
    margin: 0 0 10px 0;
  }
  body.checkout-checkout .order .your-order .yo-cart .yoc-item {
    padding-left: 30px;
  }
  body.checkout-checkout .order .your-order .yo-cart .yoc-right {
    padding-left: 68px;
    padding-right: 98px;
  }
  body.checkout-checkout .order .remove {
    padding: 2px 0 1px 0;
  }
  body.checkout-checkout .order .form-group input[type="text"], body.checkout-checkout .order .form-group input[type="email"], body.checkout-checkout .order .form-group input[type="tel"], body.checkout-checkout .order .form-group input[type="[password"] {
    width: 302px;
  }
  body.checkout-checkout .order .bootstrap-select .btn-default, body.checkout-checkout .order .bootstrap-select .dropdown-menu {
    width: 302px;
  }
  body.checkout-checkout .is_mobile {
    display: none;
  }
  body.checkout-checkout #our-last-article-2 {
    display: none;
  }
  body.checkout-checkout header:before {
    display: none;
  }
  body.checkout-checkout header .container {
    width: 100%;
    min-width: 100%;
  }
  body.checkout-checkout header .container .col-xs-12 + .col-xs-12 {
    display: none;
  }
  body.checkout-checkout header .container #logo img {
    margin-top: 10px;
  }
  body.checkout-checkout #our-last-article {
    display: none;
  }
}

@media screen and (max-width: 374px) {
  body.checkout-checkout {
    min-width: 320px;
  }
  body.checkout-checkout .order .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 256px;
  }
  body.checkout-checkout .order .form-group input[type="text"], body.checkout-checkout .order .form-group input[type="email"], body.checkout-checkout .order .form-group input[type="tel"], body.checkout-checkout .order .form-group input[type="[password"] {
    width: 256px;
  }
  body.checkout-checkout .order .bootstrap-select .btn-default, body.checkout-checkout .order .bootstrap-select .dropdown-menu {
    width: 256px;
  }
}

/*quantity*/
.product-quantity {
  float: right;
  margin-top: 7px;
}

.product-quantity .qty {
  width: 30px;
  border: 1px solid #e2e2e2;
  height: 31px;
  text-align: center;
}

.product-quantity .btn {
  position: relative;
  background: #b8b8b8;
  color: #fff;
  font-size: 20px;
  line-height: 17px;
  margin-top: -3px;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  padding: 5px 0 0;
}

.product-quantity .btn:before {
  content: '';
  position: absolute;
  top: 6px;
  left: 2px;
  width: 10px;
  height: 2px;
  background: #fff;
}

.product-quantity .btn:after {
  content: '';
  position: absolute;
  top: 6px;
  left: 2px;
  width: 10px;
  height: 2px;
  background: #fff;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.product-quantity .btn.qtyminus {
  padding-top: 2px;
  font-size: 24px;
}

.product-quantity .btn.qtyminus:after {
  display: none;
}

/*checkout-success mobile*/
@media all and (max-width: 768px) {
  body.checkout-success {
    min-width: 320px;
    background: #fff;
  }
  body.checkout-success #content-page .wrapper {
    text-align: center;
  }
  body.checkout-success #content-page .wrapper a {
    margin-top: 10px;
    display: inline-block;
  }
  body.checkout-success .container {
    width: 100%;
    min-width: 100%;
    text-align: center;
  }
  body.checkout-success .is_mobile {
    display: none;
  }
  body.checkout-success #our-last-article-2 {
    display: none;
  }
  body.checkout-success footer, body.checkout-success header {
    display: none;
  }
  body.checkout-success #our-last-article {
    display: none;
  }
}

/*custom-popup*/
.custom-popup-wrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 10px 0 10px;
  background: rgba(0, 0, 0, 0.6);
  z-index: 10;
}

.custom-popup-wrap.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.custom-popup-wrap .custom-popup {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 400px;
  height: auto;
  border-radius: 0;
  overflow: hidden;
}

.custom-popup-wrap .custom-popup .custom-popup-header {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10px;
  font-size: 15px;
  color: #333;
  text-align: center;
  background: #eee;
}

.custom-popup-wrap .custom-popup .custom-popup-content {
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
  padding: 10px;
  min-height: 80px;
  text-align: center;
  background: #fbfbfb;
}

.custom-popup-wrap .custom-popup .custom-popup-content strong {
  font-size: 16px;
}

.custom-popup-wrap .custom-popup .custom-popup-links {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.custom-popup-wrap .custom-popup .custom-popup-links a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 15px 10px;
  text-align: center;
  line-height: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.custom-popup-wrap .custom-popup .custom-popup-links a:hover {
  text-decoration: none;
}

.custom-popup-wrap .custom-popup .custom-popup-links a:first-child {
  color: #fff;
  background: #a8a8a8;
}

.custom-popup-wrap .custom-popup .custom-popup-links a:first-child:hover {
  background: gray;
}

.custom-popup-wrap .custom-popup .custom-popup-links a:last-child {
  color: #fff;
  background: #4da14f;
}

.custom-popup-wrap .custom-popup .custom-popup-links a:last-child:hover {
  background: #257927;
}

/*mi price*/
#model-info .mi-wrapper .model-wrapper .mi-price {
  text-transform: lowercase;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
  outline: none;
}

.btn-buy:focus {
  color: #fff;
}

/*#main-slider*/
#main-slider .slick-slide {
  outline: none;
}

#main-slider .slick-slide .container {
  position: relative;
}

#main-slider .slick-slide .ms-title {
  top: 28px;
  left: 41px;
  font: 32px Open Sans;
  color: #000;
  text-shadow: none;
}

#main-slider .slick-slide img {
  margin: 0 auto;
}

#main-slider .slick-slide a {
  outline: none;
}

#main-slider .slide-bg {
  height: 381px;
  background-position: top center;
  background-repeat: no-repeat;
}

#main-slider > .container {
  width: 100%;
  padding: 0;
}

#main-slider .slick-prev, #main-slider .slick-next {
  width: 66px;
  height: 66px;
  margin-top: -33px;
}

#model-info .mi-wrapper .model-wrapper {
  width: 435px;
}

#model-info .mi-wrapper .model-wrapper h1.page-title {
  line-height: 1.1;
}

.footer-first .hand-year + img {
  margin-left: 7px;
}

body, .container {
  min-width: 0;
}

body img, .container img {
  max-width: 100%;
}

@media screen and (max-width: 991px) {
  #main-slider {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  #content-page .mm-wrapper {
    padding: 0px 10px;
  }
}

@media screen and (max-width: 767px) {
  #content-page .wrapper {
    margin: 0 0 20px 0;
    padding: 10px;
    text-align: center;
    word-break: break-all;
  }
}

@media screen and (max-width: 767px) {
  #content-page .wrapper .panel {
    margin-bottom: 15px !important;
  }
}

#content-page .wrapper .panel .panel-body > div > div {
  margin-bottom: 30px;
}

#content-page .wrapper .panel .panel-body > div > div:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  #content-page .wrapper h3 {
    margin-bottom: 30px !important;
    padding: 0;
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  #content-page .acordion .item {
    text-align: left;
  }
}

#content-page iframe {
  max-width: 100%;
}

@media screen and (max-width: 991px) {
  #model-info .model-img {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  #model-info .model-wrapper {
    float: none !important;
    padding: 15px 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  #model-info .model-wrapper h1 {
    margin-bottom: 15px;
    font-size: 22px !important;
  }
}

@media screen and (max-width: 991px) {
  #model-info .mi-wrapper .model-wrapper .mm-rating {
    margin-left: 0;
  }
}

#gallery-tabs img {
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  #gallery-tabs h2 {
    margin-bottom: 15px;
    font-size: 22px !important;
  }
}

@media screen and (max-width: 991px) {
  #gallery-tabs .gt-description-block {
    max-width: 461px;
  }
}

#gallery-tabs .gt-description-block > div > div:nth-child(1) {
  text-align: center;
}

#gallery-tabs .gtdb > div > img {
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  #gallery-tabs #n-reviews-form > div > div > label {
    display: block !important;
    width: 100% !important;
    text-align: left !important;
  }
}

@media screen and (max-width: 991px) {
  .product-additional-gallery .owl-item {
    text-align: center;
  }
}

.product-additional-gallery .prev {
  top: 50% !important;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.product-additional-gallery .next {
  top: 50% !important;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#gallery > div > div > div {
  padding: 0 !important;
  text-align: center !important;
}

@media screen and (max-width: 767px) {
  #mechanical-models .mm-wrapper {
    padding: 0;
  }
}

@media screen and (max-width: 991px) {
  #mechanical-models .mm-wrapper h1 {
    text-align: center;
  }
}

@media screen and (max-width: 1279px) {
  footer > div.footer-first > div > div > div:nth-child(2) > div > div:nth-child(1) {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  footer > div.footer-first > div > div > div:nth-child(2) > div > div:nth-child(1) {
    margin: 0 0 20px 0;
  }
}

@media screen and (max-width: 1279px) {
  footer > div.footer-first > div > div > div:nth-child(2) > div > div:nth-child(2) {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  footer > div.footer-first > div > div > div:nth-child(2) > div > div:nth-child(2) {
    margin: 0 0 15px 0;
  }
}

@media screen and (max-width: 767px) {
  .footer-first {
    text-align: center;
  }
}

.footer-copy-text {
  margin-bottom: 20px;
}

.footer-copy-text:before {
  content: "";
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
  display: block;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .footer-second {
    text-align: center;
  }
}

.mm-item {
  margin: 10px 8px;
}

.feutured {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1279px) {
  .feutured {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 991px) {
  .feutured {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.feutured .left-col {
  max-width: 884px;
}

@media screen and (max-width: 1279px) {
  .feutured .left-col {
    max-width: 605px;
  }
}

.feutured .right-col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  padding: 11px 12px 0 9px;
}

@media screen and (max-width: 1279px) {
  .feutured .right-col {
    padding: 11px 12px 0 0px;
    max-width: 293px;
  }
}

@media screen and (max-width: 991px) {
  .feutured .right-col {
    display: none;
    max-width: 283px;
  }
}

@media screen and (max-width: 1279px) {
  .feutured-row-2-sub .mm-item:nth-child(3) {
    position: absolute;
    bottom: 294px;
  }
}

@media screen and (max-width: 991px) {
  .feutured-row-2-sub .mm-item:nth-child(3) {
    position: relative;
    bottom: auto;
  }
}

.feutured-slider {
  overflow: hidden;
  margin-bottom: 0 !important;
}

.feutured-slider .slick-dots {
  bottom: -5px;
}

.feutured-slider .slick-dots li {
  width: 10px;
  height: 10px;
}

.feutured-slider .slick-dots button {
  width: 10px;
  height: 10px;
  background-color: #b8b8b8;
}

.feutured-slider .slick-dots .slick-active button {
  background-color: #4da14f;
}

#our-last-article-2 {
  padding-top: 90px;
  padding-bottom: 70px;
  border: none;
  border-top: 1px solid #F4F4F4;
  background: linear-gradient(to top, #F4F4F4 0px, #ffffff 170px, #ffffff 100%);
}

#our-last-article-2 .ola-wrapper {
  color: #000;
}

#our-last-article-2 .ola-wrapper .ola-image {
  margin-bottom: 17px;
}

#our-last-article-2 .ola-wrapper .ola-image img {
  max-width: 100%;
}

#our-last-article-2 .ola-wrapper .ola-title {
  margin-bottom: 15px;
  max-width: 232px;
  line-height: 14px !important;
}

#our-last-article-2 .ola-wrapper .ola-title a {
  font-size: 14px;
  color: #000;
}

#our-last-article-2 .ola-wrapper .ola-title a:hover {
  text-decoration: underline;
}

#our-last-article-2 .ola-wrapper .ola-date {
  font-size: 12px;
  color: #777777;
}

#blog-page-2 {
  padding-top: 0;
  border-bottom: 1px solid #F4F4F4;
}

#blog-page-2 h1 {
  margin-bottom: 50px;
  background: #4f4f4f;
  margin: 0;
  width: 100%;
  font-size: 16px;
  padding: 10px;
  color: #fff;
  text-align: center;
}

#blog-page-2 .article-list-wrap {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  #blog-page-2 .article-list-wrap .article-list {
    max-width: 600px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 530px) {
  #blog-page-2 .article-list-wrap .article-list {
    max-width: 350px;
  }
}

#blog-page-2 .article-list-wrap .article-list .article-list-item {
  float: left;
  padding: 0 10px;
  margin-bottom: 20px;
  width: 25%;
  min-height: 235px;
}

@media screen and (max-width: 1279px) {
  #blog-page-2 .article-list-wrap .article-list .article-list-item {
    width: 33.333333333333%;
  }
}

@media screen and (max-width: 767px) {
  #blog-page-2 .article-list-wrap .article-list .article-list-item {
    width: 50%;
  }
}

@media screen and (max-width: 530px) {
  #blog-page-2 .article-list-wrap .article-list .article-list-item {
    padding: 0;
    width: 100%;
  }
}

#blog-page-2 .article-list-wrap .article-list .article-list-item .ola-image {
  margin-bottom: 17px;
}

@media screen and (max-width: 767px) {
  #blog-page-2 .article-list-wrap .article-list .article-list-item .ola-image {
    margin-bottom: 0;
  }
}

#blog-page-2 .article-list-wrap .article-list .article-list-item .ola-image img {
  max-width: 100%;
}

#blog-page-2 .article-list-wrap .article-list .article-list-item .ola-title {
  margin-bottom: 15px;
  max-width: 232px;
  line-height: 14px !important;
}

@media screen and (max-width: 767px) {
  #blog-page-2 .article-list-wrap .article-list .article-list-item .ola-title {
    margin-bottom: 5px;
  }
}

#blog-page-2 .article-list-wrap .article-list .article-list-item .ola-title a {
  font-size: 14px;
  color: #000;
}

#blog-page-2 .article-list-wrap .article-list .article-list-item .ola-title a:hover {
  text-decoration: underline;
}

#blog-page-2 .article-list-wrap .article-list .article-list-item .ola-date {
  font-size: 12px;
  color: #777777;
}

#reviews .recaptcha-wrap .recaptcha {
  margin-left: 138px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  #reviews .recaptcha-wrap .recaptcha {
    margin-left: 0;
  }
}

@media screen and (max-width: 991px) {
  header:before {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  header .container {
    width: auto;
  }
}

@media screen and (max-width: 991px) {
  header .logo-block {
    height: 103px;
    width: 100%;
  }
  header .logo-block > a {
    margin: 0 auto;
    max-width: 128px;
  }
}

@media screen and (max-width: 768px) {
  header .logo-block {
    height: 70px;
  }
}

@media screen and (max-width: 991px) {
  header .logo-block #logo {
    background: none;
    -webkit-transform: translateX(-8px);
            transform: translateX(-8px);
  }
}

@media screen and (max-width: 768px) {
  header .logo-block #logo {
    max-width: 82px;
  }
}

@media screen and (max-width: 425px) {
  header .logo-block #logo {
    -webkit-transform: translateX(-3px);
            transform: translateX(-3px);
  }
}

@media screen and (max-width: 991px) {
  header .logo-block #logo img {
    margin-top: 3px;
    max-width: 100%;
  }
}

@media screen and (max-width: 991px) {
  header .nav-block {
    margin-top: -93px;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  header .nav-block {
    margin-top: -76px;
  }
}

header .nav-block #mobile-search {
  float: left;
  position: relative;
  margin-left: 31px;
  margin-top: -4px;
}

header .nav-block #mobile-search:before {
  content: '';
  width: 16px;
  height: 16px;
  display: block;
  border: 1px solid #e2e2e2;
  border-radius: 100%;
  position: absolute;
  left: 10px;
  top: 8px;
}

header .nav-block #mobile-search input {
  width: 400px;
  border: 1px solid #e2e2e2;
  background: #fff;
  padding: 5px 10px 5px 40px;
  color: #514d47;
}

header .nav-block #mobile-search input:focus {
  outline: none;
}

header .nav-block #mobile-search input::-webkit-input-placeholder {
  color: #e2e2e2;
}

header .nav-block #mobile-search input::-moz-placeholder {
  color: #e2e2e2;
}

header .nav-block #mobile-search input:-moz-placeholder {
  color: #e2e2e2;
}

header .nav-block #mobile-search input:-ms-input-placeholder {
  color: #e2e2e2;
}

header .nav-block #mobile-search:after {
  content: '';
  width: 10px;
  height: 1px;
  display: block;
  background: #e2e2e2;
  border-radius: 100%;
  position: absolute;
  left: 22px;
  top: 24px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

header .nav-block #top-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 991px) {
  header .nav-block #top-bar {
    display: none;
  }
}

header .nav-block #top-bar #search {
  margin-left: 0;
}

@media screen and (max-width: 991px) {
  header .nav-block .cart-and-libra-block {
    top: 28px;
  }
}

header .nav-block .cart-and-libra-block .libra a {
  display: block;
  position: relative;
}

header .nav-block .cart-and-libra-block .libra a span {
  font-weight: 600;
  z-index: 99;
}

@media screen and (max-width: 1279px) {
  header .nav-block .cart-and-libra-block .libra {
    margin-right: 18px;
  }
}

@media screen and (max-width: 991px) {
  header .nav-block .cart-and-libra-block .libra {
    background: none;
  }
}

@media screen and (max-width: 425px) {
  header .nav-block .cart-and-libra-block .libra {
    margin-right: 25px;
  }
  header .nav-block .cart-and-libra-block .libra svg {
    width: 30px;
    height: 30px;
  }
}

header .nav-block .cart-and-libra-block .cart a {
  display: block;
  position: relative;
}

header .nav-block .cart-and-libra-block .cart a span {
  z-index: 99;
  font-weight: 600;
}

@media screen and (max-width: 991px) {
  header .nav-block .cart-and-libra-block .cart {
    background: none;
  }
}

@media screen and (max-width: 425px) {
  header .nav-block .cart-and-libra-block .cart svg {
    width: 30px;
    height: 30px;
  }
}

@media screen and (max-width: 991px) {
  header .nav-block #main-menu {
    position: absolute;
    top: 15px;
    width: 100%;
    background: transparent;
    z-index: 99;
  }
}

@media screen and (max-width: 991px) {
  header .nav-block #main-menu #main-menu-in {
    position: absolute;
    top: 68px;
    width: 100%;
    border: 0;
    background: #eeeeee;
  }
  header .nav-block #main-menu #main-menu-in > .navbar-nav {
    margin: 0;
    padding: 0;
  }
}

@media screen and (max-width: 991px) {
  header .nav-block #main-menu #main-menu-in ul > li {
    display: block;
    float: none;
    text-align: left;
  }
}

@media screen and (max-width: 991px) {
  header .nav-block #main-menu .navbar-toggle {
    float: left;
    display: block !important;
    margin: 0;
  }
}

header .nav-block .search-open-btn {
  display: none;
  position: absolute;
  top: 23px;
  left: 85px;
  height: 39px;
  width: 40px;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  outline: none;
}

@media screen and (max-width: 991px) {
  header .nav-block .search-open-btn {
    display: block;
  }
}

@media screen and (max-width: 425px) {
  header .nav-block .search-open-btn {
    top: 25px;
    left: 60px;
  }
}

header .nav-block .search-open-btn svg {
  height: 40px;
  width: 40px;
  margin: -2px 0 0 -1px;
  padding: 0;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

@media screen and (max-width: 425px) {
  header .nav-block .search-open-btn svg {
    height: 35px;
    width: 35px;
  }
}

header .nav-block #mobile-search {
  display: none;
  position: absolute;
  top: 95px;
  left: 15px;
  right: 15px;
  margin: 0;
  padding: 0;
  z-index: 19;
}

header .nav-block #mobile-search > input {
  width: 100%;
}

@media screen and (max-width: 991px) {
  header .nav-block #mobile-search.active {
    display: block;
  }
}

@media screen and (max-width: 991px) {
  header .nav-block.active {
    margin-bottom: 123px;
  }
}

header .nav-block .top-nav-open-btn {
  position: relative;
  top: 30px;
  left: 0;
  width: 34px;
  height: 22px;
  border: none;
  background: none;
  display: none;
  outline: none;
}

@media screen and (max-width: 991px) {
  header .nav-block .top-nav-open-btn {
    display: block;
  }
}

@media screen and (max-width: 425px) {
  header .nav-block .top-nav-open-btn {
    top: 31px;
    width: 30px;
    height: 19px;
    left: -5px;
  }
}

header .nav-block .top-nav-open-btn .bar {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

header .nav-block .top-nav-open-btn .bar:nth-child(1) {
  top: 0;
}

header .nav-block .top-nav-open-btn .bar:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

header .nav-block .top-nav-open-btn .bar:nth-child(3) {
  bottom: 0;
}

header .nav-block .top-nav-open-btn.active .bar:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

header .nav-block .top-nav-open-btn.active .bar:nth-child(2) {
  display: none;
}

header .nav-block .top-nav-open-btn.active .bar:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

header .nav-block .top-nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 80px 0 0 -10px;
  padding: 0 10px 0 10px;
  width: 790px;
  list-style: none;
  background: -webkit-gradient(linear, left bottom, left top, from(#f4f4f4), to(#f8f8f8));
  background: linear-gradient(to top, #f4f4f4 0%, #f8f8f8 100%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 991px) {
  header .nav-block .top-nav {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 70px 0 10px 0;
    padding: 0;
    width: auto;
    background: none;
  }
}

header .nav-block .top-nav.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 991px) {
  header .nav-block .top-nav.mt-130 {
    margin-top: 130px;
  }
}

header .nav-block .top-nav > li {
  margin-right: 25px;
}

@media screen and (max-width: 1279px) {
  header .nav-block .top-nav > li {
    margin-right: 12px;
  }
}

@media screen and (max-width: 991px) {
  header .nav-block .top-nav > li {
    margin: 0 0 0 0;
    padding: 10px 0 10px 0;
  }
  header .nav-block .top-nav > li .caret {
    display: none;
  }
}

header .nav-block .top-nav > li:last-child {
  margin-right: 0;
}

header .nav-block .top-nav > li > a {
  font: 300 18px Open Sans;
  color: #7c675b;
  text-decoration: none;
  text-transform: uppercase;
}

@media screen and (max-width: 1279px) {
  header .nav-block .top-nav > li > a {
    font-size: 16px;
  }
}

header .nav-block .top-nav > li > a:hover {
  color: #000;
}

header .nav-block .top-nav > li.open > a {
  display: block;
  text-align: center;
  margin-bottom: 5px;
}

header .nav-block .top-nav > li.open > ul {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  min-width: 160px;
  padding: 10px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

@media screen and (max-width: 991px) {
  header .nav-block .top-nav > li.open > ul {
    position: relative;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 0;
    border-top: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9;
    background: none;
    border-radius: 0;
  }
}

@media screen and (max-width: 991px) {
  header .nav-block .top-nav > li.open > ul > li {
    text-align: center;
  }
}

header .nav-block .top-nav > li.open > ul > li > a {
  display: block !important;
  text-decoration: none;
  padding: 5px 16px;
  text-transform: uppercase;
  border-radius: 2px;
  display: inline-block;
  color: #7c675b;
  font: 300 18px Open Sans;
}

@media screen and (max-width: 991px) {
  header .nav-block .top-nav > li.open > ul > li > a {
    font-size: 14px;
  }
}

@media screen and (max-width: 991px) {
  #main-four-block {
    padding: 0;
    background: #ecf3e3;
  }
  #main-four-block .container {
    padding: 0 15px;
  }
  #main-four-block .slick-slider {
    margin-bottom: 30px;
  }
  #main-four-block .mfb-wrapper .mfb-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: auto;
    text-align: center;
    border: 0;
    border-radius: 0;
  }
  #main-four-block .mfb-wrapper .mfb-item .mfb-img {
    margin-bottom: 0;
  }
  #main-four-block .mfb-wrapper .mfb-item .mfb-img img {
    margin: 0 auto;
  }
  #main-four-block .mfb-wrapper .mfb-item .mfb-right {
    width: auto;
    max-width: 500px;
  }
  #main-four-block .mfb-wrapper .mfb-item .mfb-right h4 {
    font-size: 16px;
  }
  #main-four-block .mfb-wrapper .mfb-item .mfb-right p {
    font-size: 14px;
  }
  #main-four-block .mfb-wrapper .slick-dots {
    top: auto;
    bottom: -30px;
  }
  #main-four-block .mfb-wrapper .slick-dots li {
    width: 10px;
  }
  #main-four-block .mfb-wrapper .slick-dots button {
    text-indent: -9999px;
    border-radius: 100px;
    border: 1px solid #a9a9a9;
    background: transparent;
    width: 7px;
    height: 7px;
    outline: none;
    padding: 0px;
  }
  #main-four-block .mfb-wrapper .slick-dots .slick-active button {
    background: #4ca34f;
  }
}

@media screen and (max-width: 991px) {
  #our-last-article-2 {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 609px) {
  #our-last-article-2 .last-article-2-items {
    max-width: 271px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1249px) {
  #our-last-article-2 .last-article-2-items .last-article-2-item {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 609px) {
  #our-last-article-2 .last-article-2-items .last-article-2-item {
    float: none;
    margin: 0 auto 20px auto;
    width: 100%;
    max-width: 400px;
  }
}

@media screen and (max-width: 1249px) {
  #our-last-article-2 .last-article-2-items .last-article-2-item .ola-image {
    margin: 0 0 10px 0;
  }
}

#our-last-article-2 .last-article-2-items .last-article-2-item .ola-image img {
  max-width: 100%;
}

@media screen and (max-width: 1249px) {
  #our-last-article-2 .last-article-2-items .last-article-2-item .ola-title {
    margin: 0 0 5px 0;
  }
}

#gallery-tabs .gtdb-four-block {
  margin: 15px 0 0 0;
}

@media screen and (max-width: 991px) {
  #gallery-tabs .gtdb-four-block {
    text-align: center;
  }
}

#gallery-tabs .gtdb-four-block .gtdb-item {
  width: 225px;
}

@media screen and (max-width: 1279px) {
  #gallery-tabs .gtdb-four-block .gtdb-item {
    width: 220px;
  }
}

#gallery-tabs .gtdb-four-block .gtdb-item .gtdb-right {
  width: 150px;
}

@media screen and (max-width: 991px) {
  .similar-product-wrap {
    text-align: center;
  }
}

#page-not-found h1 {
  font-size: 50px;
  margin: 90px 0 50px 0;
}

@media screen and (max-width: 991px) {
  #page-not-found h1 {
    font-size: 30px;
  }
}

@media screen and (max-width: 425px) {
  #page-not-found h1 {
    font-size: 22px;
  }
}

#page-not-found > div > div > div > div:nth-child(2) {
  display: none;
}

.contact-page .form-group input[type="text"] {
  width: 100%;
}

.contact-page textarea {
  display: inline-block;
}

.footer-copy-text > .container > .row > div:nth-child(1) {
  display: block;
}

.footer-copy-text > .container > .row > div:nth-child(2) {
  display: none;
}

.checkout-checkout .footer-copy-text > .container > .row > div:nth-child(1) {
  display: none;
}

.checkout-checkout .footer-copy-text > .container > .row > div:nth-child(2) {
  display: block;
  text-align: center;
}

.checkout-checkout .footer-copy-text > .container > .row > div:nth-child(2) .phones-and-payment {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.checkout-checkout .footer-copy-text > .container > .row > div:nth-child(2) .phones-and-payment .phones {
  margin-right: initial;
}

.checkout-checkout .footer-copy-text > .container > .row > div:nth-child(2) .phones-and-payment .payment {
  display: none;
}

.checkout-checkout .footer-second {
  text-align: center;
}

.phones-and-payment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .phones-and-payment {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.phones-and-payment .phones {
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .phones-and-payment .phones {
    margin-right: 0;
    margin-bottom: 15px;
    text-align: center;
  }
}

.phones-and-payment .phones ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media screen and (max-width: 767px) {
  .phones-and-payment .phones ul {
    width: 100%;
    max-width: 255px;
  }
}

.phones-and-payment .phones ul li {
  display: inline-block;
  margin-right: 25px;
}

@media screen and (max-width: 767px) {
  .phones-and-payment .phones ul li {
    margin-right: 0;
  }
}

.phones-and-payment .phones ul li a {
  font: 300 16px/29px 'Open Sans',Arial,sans-serif;
  color: #3d4045;
}

.phones-and-payment .phones ul li a:hover, .phones-and-payment .phones ul li a:active {
  text-decoration: none;
}

.phones-and-payment .phones .phone-icon {
  display: inline-block;
  margin-right: 8px;
  background-image: url(../images/phone-icon-sprite.png);
  background-repeat: no-repeat;
  vertical-align: middle;
}

.phones-and-payment .phones .phone-icon-kievstar {
  width: 17px;
  height: 17px;
  background-position: -2px -2px;
}

.phones-and-payment .phones .phone-icon-lifecell {
  width: 18px;
  height: 18px;
  background-position: -23px -2px;
}

.phones-and-payment .phones .phone-icon-vodafone {
  width: 18px;
  height: 18px;
  background-position: -2px -24px;
}

.phones-and-payment .payment ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 0;
  padding: 0;
  height: 20px;
  list-style: none;
}

.phones-and-payment .payment ul li {
  margin-right: 15px;
}

.phones-and-payment .payment ul li:last-child {
  margin-right: 0;
}

.phones-and-payment .payment .payment-icon {
  display: inline-block;
  background-image: url(../images/payment-system-sprite.png);
  background-repeat: no-repeat;
}

.phones-and-payment .payment .payment-icon-cash {
  width: 24px;
  height: 20px;
  background-position: -5px -5px;
}

.phones-and-payment .payment .payment-icon-mastercard {
  width: 29px;
  height: 18px;
  background-position: -5px -35px;
}

.phones-and-payment .payment .payment-icon-privat {
  width: 17px;
  height: 17px;
  background-position: -39px -5px;
}

.phones-and-payment .payment .payment-icon-visa {
  width: 48px;
  height: 15px;
  background-position: -66px -5px;
}

.footer-copy-text > div > div > div > span {
  color: #999999;
  font-size: 13px;
}

.yo-data .form-group .clearfield {
  position: relative;
  display: none;
  margin: 0 0 0 -28px;
  height: 20px;
  width: 20px;
  text-align: center;
  border: 2px solid transparent;
  border-radius: 50%;
  cursor: pointer;
  vertical-align: sub;
}

.yo-data .form-group .clearfield.clearfield-show {
  display: inline-block;
}

.yo-data .form-group .clearfield:before {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  height: 2px;
  width: 14px;
  background: #b8b8b8;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.yo-data .form-group .clearfield:after {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  height: 2px;
  width: 14px;
  background: #b8b8b8;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.yo-data .form-group .clearfield:hover {
  border: 2px solid transparent;
}

.yo-data .form-group .clearfield:hover:after {
  background: #ffa287;
}

.yo-data .form-group .clearfield:hover:before {
  background: #ffa287;
}

.product-compare {
  background: #fff;
}

@media screen and (max-width: 991px) {
  .product-compare > div.container {
    overflow-x: scroll;
  }
}

@media screen and (max-width: 991px) {
  .product-compare #content h1 {
    margin: 20px 10px 20px 10px;
    font-size: 25px;
  }
}

.product-compare .table-bordered {
  margin-bottom: 50px;
  table-layout: fixed;
  border: none;
}

@media screen and (max-width: 991px) {
  .product-compare .table-bordered {
    width: 1200px;
  }
}

.product-compare .table-bordered tr:hover {
  background-color: #f4f4f4;
}

.product-compare .table-bordered tr:hover:nth-child(1), .product-compare .table-bordered tr:hover:nth-child(2), .product-compare .table-bordered tr:hover:last-child {
  background-color: transparent;
}

.product-compare .table-bordered tr:first-child td:first-child {
  width: 180px;
}

.product-compare .table-bordered tr td {
  padding: 10px 15px;
  border-right: 1px solid #ebebeb;
  vertical-align: middle;
}

.product-compare .table-bordered tr td:last-child {
  border-right-color: transparent;
}

.product-compare .table-bordered tr span.price {
  font-weight: bold;
}

.product-compare .table-bordered td {
  border: none;
}

.product-compare .table-bordered td.rating {
  text-align: center;
}

.product-compare .table-bordered td.rating > div {
  float: none;
  display: inline-block;
}

.product-compare .table-bordered tbody tr:nth-child(1) .text-center a {
  display: none;
}

.product-compare .table-bordered tbody tr:nth-child(1) .text-center a:nth-child(1) {
  display: block;
}

.product-compare .table-bordered tbody tr:nth-child(3) td a {
  font-size: 16px;
  color: #4da14f;
}

.product-compare .table-bordered tbody tr:nth-child(3) td a:hover {
  color: #4da14f;
  text-decoration: underline;
}

.product-compare .table-bordered .button_remove {
  display: inline-block;
  padding: 5px 5px;
  text-align: center;
  background-color: #f4f4f4;
  color: #777;
  border-radius: 5px;
  min-width: 50%;
}

.product-compare .table-bordered .button_remove:hover {
  color: #333;
  text-decoration: none;
  background-color: #eaeaea;
}

.product-compare .empty-compare {
  padding-top: 100px;
  padding-bottom: 100px;
}

.agree-informed .text-danger,
.agree-privacy-policy .text-danger {
  margin-top: -10px;
}

@media screen and (max-width: 1279px) {
  .your-order > .yo-data .form-group > input {
    max-width: 100%;
    width: 100% !important;
  }
}

.your-order > .yo-data > .panel.panel-default {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  border-top: 2px dashed #e5e3e2;
  border-bottom: 2px dashed #e5e3e2;
}

.your-order > .yo-data > .panel.panel-default .panel-heading {
  display: none;
}

.your-order > .yo-data > .panel.panel-default #collapse-coupon {
  display: block;
}

.your-order > .yo-data > .panel.panel-default #collapse-coupon .panel-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0;
}

@media screen and (max-width: 1279px) {
  .your-order > .yo-data > .panel.panel-default #collapse-coupon .panel-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.your-order > .yo-data > .panel.panel-default #collapse-coupon .panel-body > label {
  padding: 0;
  margin: 0 3px 0 0;
}

@media screen and (max-width: 1279px) {
  .your-order > .yo-data > .panel.panel-default #collapse-coupon .panel-body .input-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.your-order > .yo-data > .panel.panel-default #collapse-coupon .panel-body .input-group .coupon_field_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1279px) {
  .your-order > .yo-data > .panel.panel-default #collapse-coupon .panel-body .input-group .coupon_field_wrap {
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
  }
}

.your-order > .yo-data > .panel.panel-default #collapse-coupon .panel-body .input-group .coupon_field_wrap .coupon_field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.your-order > .yo-data > .panel.panel-default #collapse-coupon .panel-body .input-group .coupon_field_wrap .text-danger {
  padding-left: 0;
}

.your-order > .yo-data > .panel.panel-default #collapse-coupon .panel-body .input-group input[type="text"] {
  display: inline-block;
  width: 324px;
  border: 1px solid #e2e2e2;
  color: #081245;
  min-height: 38px;
  padding: 0 10px;
  outline: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  max-width: 281px;
  margin-right: 5px;
}

@media screen and (max-width: 1279px) {
  .your-order > .yo-data > .panel.panel-default #collapse-coupon .panel-body .input-group input[type="text"] {
    max-width: 100%;
    width: 100%;
  }
}

.your-order > .yo-data > .panel.panel-default #collapse-coupon .panel-body .input-group .input-group-btn {
  padding: 0;
}

.your-order > .yo-data > .panel.panel-default #collapse-coupon .panel-body .input-group input[type="button"] {
  padding: 0;
  border: none;
  background: #50a353;
  height: 37px;
  width: 38px;
  border-radius: 3px;
}

.your-order > .yo-data > .panel.panel-default #collapse-coupon .panel-body .input-group input[type="button"]:hover {
  background: #48924a;
}

.sub_feutured_block {
  padding: 25px 0 50px 0;
  background: #fff;
}

.sub_feutured_block h2 {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  font: 300 22px Open Sans;
  margin: -15px 0 25px 0;
}

.sub_feutured_block .text {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .sub_feutured_block .text {
    margin: 0 auto;
    max-width: 290px;
  }
}

.sub_feutured_block .text p:last-of-type {
  margin-bottom: 0;
}
