* {
  margin: 0;
  padding: 0;
}
body {
  font-size: 14px;
  font-family: 'Exo 2', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #333;
  background: #fff;
}
h1,
h2,
h3,
h4 {
  margin: 0;
}
ul {
  list-style: none;
  margin: 0;
}
a {
  text-decoration: none!important;
  transition: all 0.3s ease 0s;
}
a,
a:link,
a:visited,
a:active,
a:hover {
  cursor: pointer;
  text-decoration: none;
  outline: none;
}
.btn:active {
  box-shadow: none;
}
small {
  font-weight: 300;
}
@media (min-width: 1400px) {
  .container {
    width: 100%!important;
    max-width: 1400px;
  }
}
.padd {
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .padd-left-sm {
    padding-left: 15px !Important;
  }
}
.no-padd {
  padding-left: 0;
  padding-right: 0;
}
.no-padd-product {
  padding: 0;
}
.no-padd-right {
  padding-right: 0;
}
.no-padd-left {
  padding-left: 0;
}
.no-padd-bottom {
  padding-bottom: 0;
}
@media (min-width: 1400px) {
  .no-padd-lg {
    padding-left: 0;
    padding-right: 0;
  }
  .no-padd-right-lg {
    padding-right: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .no-padd-lg {
    padding-left: 0;
    padding-right: 0;
  }
  .no-padd-right-lg {
    padding-right: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .no-padd-md {
    padding-left: 0;
    padding-right: 0;
  }
  .no-padd-right-md {
    padding-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .padd-right-sm {
    padding-right: 10px;
  }
  .no-padd-sm {
    padding-left: 0;
    padding-right: 0;
  }
  .no-padd-right-sm {
    padding-right: 0;
  }
  .no-padd-left-sm {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .padd-xs {
    padding-left: 15px;
    padding-right: 15px;
  }
  .padd-right-xs {
    padding-right: 10px;
  }
  .padd-left-xs {
    padding-left: 10px;
  }
  .no-padd-xs {
    padding-left: 0;
    padding-right: 0;
  }
  .no-padd-right-xs {
    padding-right: 0;
  }
  .no-padd-left-xs {
    padding-left: 0;
  }
}
.nopadding {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}
.padd-top {
  padding-top: 40px;
}
.padd-bottom {
  padding-bottom: 20px;
}
.no-border {
  border: none !important;
}
.spacer {
  margin-bottom: 10px;
}
.big-spacer {
  margin-bottom: 25px;
}
.btn-main {
  display: inline-block;
  border-radius: 30px;
  font-size: 16px;
  text-align: center;
  padding: 7px 28px;
  color: #fff;
  font-weight: 300;
  border: none;
  box-shadow: none;
}
.btn-main:hover {
  color: #fff;
}
.btn-main.btn-grey {
  background: #222222;
}
.title-section {
  position: relative;
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 6px;
  margin-bottom: 10px;
}
.title-section:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 2px;
}
.item-product {
  position: relative;
  text-align: center;
  z-index: 5;
  border: 1px solid #f5f5f5;
  margin-bottom: 15px;
}
.item-product:hover {
  z-index: 9;
  border: 1px solid transparent;
}
@media (max-width: 767px) {
  .item-product:hover {
    border: 1px solid #f5f5f5;
  }
}
.item-product .badges {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.item-product .badges .sale,
.item-product .badges .new,
.item-product .badges .best-seller,
.item-product .badges .discount {
  display: inline-block;
  font-weight: 300;
  float: none;
  margin-right: 0;
  color: #fff;
  text-align: center;
  padding: 3px 6px;
  font-size: 11px;
  position: relative;
  margin-bottom: 7px;
  margin-right: 1px;
  width: auto;
  text-transform: uppercase;
}
.item-product .badges .new {
  background-color: #5fc244;
}
.item-product .badges .best-seller {
  background-color: #1fc4f4;
}
.item-product .badges .sale {
  background-color: #f44c54;
}
.item-product .badges .discount {
  background-color: #cd5599;
}
.item-product .badges .binance-box,
.item-product .badges .monobank-box,
.item-product .badges .abank-box,
.item-product .badges .privat-box {
  display: block;
  text-align: left;
  padding: 0;
  margin: 7px;
  float: none;
}
.item-product .badges:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
.item-product .availability {
  text-align: center;
  padding-bottom: 10px;
}
.item-product .availability span {
  display: inline-block;
}
.item-product .availability.yes span {
  color: #3caf47;
  padding-left: 21px;
  position: relative;
}
.item-product .availability.yes span:after {
  content: "\f046";
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  top: 0;
}
.item-product .availability.specify {
  color: #cf0a2d;
}
.item-product .wrapper-hover {
  position: relative;
  background: #ffffff;
  padding: 10px 14px 0;
  transition: all 0.2s ease-in-out 0s;
}
.item-product .wrapper-hover:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-top: 3px solid #333;
  opacity: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .item-product .wrapper-hover {
    padding: 10px 10px 0;
  }
}
.item-product .wrapper-hover .product-image-container {
  height: 200px;
  overflow: hidden;
  text-align: center;
  line-height: 200px;
}
.item-product .wrapper-hover .product-image-container > a {
  width: 100%;
  margin-bottom: 30px;
  padding: 15px 10px;
}
.item-product .wrapper-hover .product-image-container img {
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
}
.item-product .wrapper-hover .product-image-container .product-thumbs {
  position: absolute;
  top: 10px;
  right: 10px;
  margin: 0px;
  clear: both;
  overflow: hidden;
  padding-left: 3px;
  padding-right: 3px;
  z-index: 10;
}
.item-product .wrapper-hover .product-image-container .product-thumbs li.product-thumb {
  float: none;
  display: block;
  opacity: 0;
  margin: 0px 0px 10px;
  -moz-transition: all 0s ease;
  -o-transition: all 0s ease;
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
}
.item-product .wrapper-hover .product-image-container .product-thumbs li.product-thumb a {
  background: #ffffff;
  border: 1px solid #f3f6f8;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
}
.item-product .wrapper-hover .product-image-container .product-thumbs li.product-thumb img {
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
}
.item-product .wrapper-hover .product-info {
  padding-bottom: 20px;
}
.item-product .wrapper-hover .product-info .product-name {
  color: #225281;
  text-align: center;
  font-size: 14px;
  padding: 0 5px;
  height: 64px;
}
@media (max-width: 767px) {
  .item-product .wrapper-hover .product-info .product-name {
    width: auto;
  }
}
.item-product .wrapper-hover .product-info .product-name a {
  color: #225281;
}
.item-product .wrapper-hover .product-info .wrapper-nav {
  display: block;
  position: relative;
  height: 46px;
}
@media (max-width: 767px) {
  .item-product .wrapper-hover .product-info .wrapper-nav {
    height: auto;
  }
}
.item-product .wrapper-hover .product-info .price-box {
  text-align: center;
  position: relative;
  padding-top: 10px;
  z-index: 1;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 1 !important;
}
.item-product .wrapper-hover .product-info .price-box:before {
  content: "";
  position: absolute;
  width: 150px;
  height: 1px;
  background: #f5f5f5;
  top: 0;
  left: 50%;
  margin-left: -75px;
}
.item-product .wrapper-hover .product-info .price-box:after {
  content: "";
  display: table;
  clear: both;
}
.item-product .wrapper-hover .product-info .price-box .special-price {
  font-weight: bold;
  color: #144a7c;
  font-size: 20px;
  position: relative;
  padding: 0 5px;
}
.item-product .wrapper-hover .product-info .price-box .old-price {
  color: #b1b1b1;
  font-size: 14px;
  text-decoration: line-through;
  font-weight: 300;
}
@media (min-width: 992px) {
  .item-product .wrapper-hover .product-info .btn-box {
    padding-top: 10px;
    left: 0;
    position: absolute;
    top: 0;
    opacity: 0 !important;
    -moz-transform: scale(0) translateY(110%);
    -ms-transform: scale(0) translateY(110%);
    -o-transform: scale(0) translateY(110%);
    -webkit-transform: scale(0) translateY(110%);
    transform: scale(0) translateY(110%);
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100%;
  }
  .item-product .wrapper-hover .product-info .btn-box:before {
    content: "";
    position: absolute;
    width: 150px;
    height: 1px;
    background: #f5f5f5;
    top: 0;
    left: 50%;
    margin-left: -75px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .item-product .wrapper-hover .product-info .btn-box {
    padding-top: 10px;
    left: 0;
    position: absolute;
    top: 0;
    opacity: 0 !important;
    -moz-transform: scale(0) translateY(110%);
    -ms-transform: scale(0) translateY(110%);
    -o-transform: scale(0) translateY(110%);
    -webkit-transform: scale(0) translateY(110%);
    transform: scale(0) translateY(110%);
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100%;
  }
  .item-product .wrapper-hover .product-info .btn-box:before {
    content: "";
    position: absolute;
    width: 150px;
    height: 1px;
    background: #f5f5f5;
    top: 0;
    left: 50%;
    margin-left: -75px;
  }
}
@media (max-width: 767px) {
  .item-product .wrapper-hover .product-info .btn-box {
    padding-top: 15px;
  }
}
.item-product .wrapper-hover .product-info .btn-box li {
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
.item-product .wrapper-hover .product-info .btn-box .btn-add-cart {
  text-transform: none;
  font-weight: normal;
  font-size: 16px;
  padding: 0 15px;
  vertical-align: middle;
  color: #fff;
  border-radius: 30px;
  display: block;
  height: 40px;
  line-height: 34px;
}
.item-product .wrapper-hover .product-info .btn-box .btn-add-cart span {
  vertical-align: middle;
}
.item-product .wrapper-hover .product-info .btn-box .btn-add-cart i {
  font-size: 17px;
  vertical-align: middle;
  padding-right: 6px;
}
.item-product .wrapper-hover .product-info .btn-box .btn-whishlist {
  margin: 0 15px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .item-product .wrapper-hover .product-info .btn-box .btn-whishlist {
    margin: 0 2px;
  }
}
.item-product .wrapper-hover .product-info .btn-box .btn-whishlist,
.item-product .wrapper-hover .product-info .btn-box .btn-compare {
  width: 40px;
  height: 40px;
  font-size: 20px;
  color: #fff;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 40px;
}
.item-product .wrapper-hover .wrapper-hover-hiden {
  position: absolute;
  width: 100%;
  left: 0px;
  box-shadow: #e6e6e6 0px 0px 1px;
  text-align: left;
  max-height: 0px;
  opacity: 0;
  background: #ffffff;
  padding: 0px 25px 25px;
  transition: all 0.1s ease-in-out 0.1s, box-shadow 0.1s ease-in-out 0s;
}
.item-product .wrapper-hover .wrapper-hover-hiden:after,
.item-product .wrapper-hover .wrapper-hover-hiden:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 21px;
  top: -21px;
  left: 0px;
  background: #ffffff;
}
.item-product .wrapper-hover .wrapper-hover-hiden .actions {
  bottom: 0px;
  width: 100%;
  padding: 10px 0px 5px;
  opacity: 0;
  visibility: hidden;
  max-height: 0px;
  transition: all 0.1s ease-in-out 0s;
  z-index: 0;
}
.item-product .wrapper-hover .wrapper-hover-hiden .actions .add-to-links {
  position: relative;
  padding-top: 10px;
}
.item-product .wrapper-hover .wrapper-hover-hiden .actions .add-to-links:before {
  content: "";
  position: absolute;
  width: 150px;
  height: 1px;
  background: #f5f5f5;
  top: 0;
  left: 50%;
  margin-left: -75px;
}
.item-product .wrapper-hover .wrapper-hover-hiden .actions .add-to-links li {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 49%;
}
.item-product .wrapper-hover .wrapper-hover-hiden .actions .add-to-links li a {
  color: #225281;
  text-transform: uppercase;
  font-size: 14px;
  position: relative;
  padding-left: 30px;
}
.item-product .wrapper-hover .wrapper-hover-hiden .actions .add-to-links li .link-wishlist:after {
  content: "\e08a";
  font-family: "simple-line-icons";
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 20px;
  margin-top: -13px;
}
.item-product .wrapper-hover .wrapper-hover-hiden .actions .add-to-links li .link-compare:after {
  content: "\e064";
  font-family: "simple-line-icons";
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 20px;
  margin-top: -13px;
}
.item-product .wrapper-hover .wrapper-hover-hiden .desc_grid {
  z-index: 0;
  display: none;
}
.item-product .wrapper-hover .wrapper-hover-hiden .desc_grid li {
  font-size: 13px;
  color: #4d4d4d;
  padding-bottom: 3px;
}
.item-product .wrapper-hover .wrapper-hover-hiden .desc_grid li span {
  color: #ababab;
}
@media (min-width: 992px) {
  .item-product .wrapper-hover:hover {
    box-shadow: #c2c2c2 0px 0px 21px;
    transform: translateY(-5px);
  }
  .item-product .wrapper-hover:hover:after {
    opacity: 1;
  }
  .item-product .wrapper-hover:hover .product-image-container .product-thumbs li.product-thumb {
    -moz-transition: -moz-transform 0.27s ease 0s, opacity 0.27s ease 0s;
    -o-transition: -o-transform 0.27s ease 0s, opacity 0.27s ease 0s;
    -webkit-transition: -webkit-transform 0.27s ease, opacity 0.27s ease;
    -webkit-transition-delay: 0s, 0s;
    transition: transform 0.27s ease 0s, opacity 0.27s ease 0s;
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
  .item-product .wrapper-hover:hover .product-info .price-box {
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    z-index: -1;
    opacity: 0 !important;
  }
  .item-product .wrapper-hover:hover .product-info .btn-box {
    -moz-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    -o-transform: scale(1) translateY(0);
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    opacity: 1 !important;
  }
  .item-product .wrapper-hover:hover .wrapper-hover-hiden {
    top: 100%;
    box-shadow: #c2c2c2 0px 0px 21px;
    max-height: 400px;
    opacity: 1;
    z-index: 100;
    transition: all 0.25s ease-in-out 0s, box-shadow 0.25s ease-in-out 0.5s;
  }
  .item-product .wrapper-hover:hover .wrapper-hover-hiden .desc_grid {
    z-index: 100;
    display: block;
  }
  .item-product .wrapper-hover:hover .wrapper-hover-hiden .actions {
    opacity: 1;
    visibility: visible;
    max-height: 200px;
    transition: all 0.25s ease-in-out 0.5s;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .item-product .wrapper-hover:hover {
    box-shadow: #c2c2c2 0px 0px 21px;
    transform: translateY(-5px);
  }
  .item-product .wrapper-hover:hover:after {
    opacity: 1;
  }
  .item-product .wrapper-hover:hover .product-image-container .product-thumbs li.product-thumb {
    -moz-transition: -moz-transform 0.27s ease 0s, opacity 0.27s ease 0s;
    -o-transition: -o-transform 0.27s ease 0s, opacity 0.27s ease 0s;
    -webkit-transition: -webkit-transform 0.27s ease, opacity 0.27s ease;
    -webkit-transition-delay: 0s, 0s;
    transition: transform 0.27s ease 0s, opacity 0.27s ease 0s;
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
  .item-product .wrapper-hover:hover .product-info .price-box {
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    z-index: -1;
    opacity: 0 !important;
  }
  .item-product .wrapper-hover:hover .product-info .btn-box {
    -moz-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    -o-transform: scale(1) translateY(0);
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    opacity: 1 !important;
  }
  .item-product .wrapper-hover:hover .wrapper-hover-hiden {
    top: 100%;
    box-shadow: #c2c2c2 0px 0px 21px;
    max-height: 400px;
    opacity: 1;
    z-index: 100;
    transition: all 0.25s ease-in-out 0s, box-shadow 0.25s ease-in-out 0.5s;
  }
  .item-product .wrapper-hover:hover .wrapper-hover-hiden .desc_grid {
    z-index: 100;
    display: block;
  }
  .item-product .wrapper-hover:hover .wrapper-hover-hiden .actions {
    opacity: 1;
    visibility: visible;
    max-height: 200px;
    transition: all 0.25s ease-in-out 0.5s;
  }
}
.item-product .stars {
  text-align: center;
  padding: 10px 0;
}
.item-product .stars li {
  display: inline-block;
  color: #e0e0e0;
}
.item-product .stars li .fa-star {
  color: #ffe400;
}
.item-product.not-available .stars li {
  color: #b1b1b1;
}
.item-product.not-available .stars li .fa-star {
  color: #b1b1b1;
}
.item-product.not-available .wrapper-hover .product-image-container .product-image {
  opacity: 0.5;
}
.item-product.not-available .wrapper-hover .availability {
  color: #b1b1b1;
}
.item-product.not-available .wrapper-hover .product-info .product-name {
  color: #b1b1b1!important;
}
.item-product.not-available .wrapper-hover .product-info .product-name a {
  color: #b1b1b1!important;
}
.item-product.not-available .wrapper-hover .product-info .price-box .special-price {
  color: #b1b1b1;
}
.item-product.item-product-present .product-image-container {
  position: relative;
}
.item-product.item-product-present .product-image-container .product-image {
  padding-right: 88px;
  display: block;
}
.item-product.item-product-present .product-image-container .present-box {
  border: 1px solid #cf0a2d;
  position: absolute;
  right: 7px;
  top: 33px;
  display: block;
  width: 34%;
  padding-bottom: 2px;
  background: #fff;
  text-align: center;
  z-index: 2;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .item-product.item-product-present .product-image-container .present-box {
    width: 41%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .item-product.item-product-present .product-image-container .present-box {
    width: 41%;
  }
}
.item-product.item-product-present .product-image-container .present-box .promo-title {
  padding: 3px 0;
  background: #fb3f4c;
  font-size: 9px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  line-height: normal;
}
.item-product.item-product-present .product-image-container .present-box .img-present {
  height: 66px;
  line-height: 52px;
  padding: 4px 6px 4px;
}
.item-product.item-product-present .product-image-container .present-box .img-present img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.item-product.item-product-present .product-image-container .present-box .present-name {
  font-size: 9px;
  padding: 0 1px 3px;
  word-wrap: break-word;
  overflow: hidden;
  color: #444444;
  line-height: normal;
}
.item-product.item-product-present .product-image-container .present-box .present-name .red {
  color: #e44349;
}
.item-mini-catalog {
  padding-bottom: 20px;
}
.item-mini-catalog .stars {
  text-align: left;
  padding: 10px 0;
}
.item-mini-catalog .stars li {
  display: inline-block;
  color: #e0e0e0;
}
.item-mini-catalog .stars li .fa-star {
  color: #ffe400;
}
.item-mini-catalog .cell {
  display: table-cell;
  vertical-align: top;
}
.item-mini-catalog .cell:last-child {
  padding-left: 10px;
}
.item-mini-catalog .cell-img {
  width: 90px;
}
.item-mini-catalog .cell-img .image {
  width: 90px;
  height: 90px;
  text-align: center;
  line-height: 58px;
  border: 1px solid #f2f5f8;
  padding: 15px;
}
.item-mini-catalog .cell-img .image img {
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
}
.item-mini-catalog .name {
  font-size: 14px;
  margin-bottom: 5px;
}
.item-mini-catalog .name a {
  color: #333;
}
.item-mini-catalog .price .special-price {
  font-weight: bold;
  color: #144a7c;
  font-size: 22px;
  position: relative;
  padding: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .item-mini-catalog .price .special-price {
    font-size: 17px;
  }
}
.item-mini-catalog .price .old-price {
  color: #b1b1b1;
  font-size: 19px;
  text-decoration: line-through;
  font-weight: 300;
  padding-right: 5px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .item-mini-catalog .price .old-price {
    font-size: 14px;
  }
}
.page-header {
  margin: 40px 0 10px;
  padding-bottom: 0;
  border: none;
}
.breadcrumb-box {
  background: #f5f5f5;
}
.breadcrumb {
  background: transparent;
  margin-bottom: 0;
  border-radius: 0;
  padding: 13px 0;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  font-family: FontAwesome;
  content: "\f105";
}
.breadcrumb a {
  color: #a1a1a1;
  font-size: 12px;
}
.breadcrumb a i.fa-home {
  font-size: 18px;
  padding-right: 5px;
}
.breadcrumb .active a {
  color: #01b5e2;
}
.filters {
  padding-top: 15px;
}
.filters .panel {
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
}
.filters .panel.brd-bot {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.filters .panel.brd-bot:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #ededed;
}
.filters .panel.hide {
  display: none;
}
.filters .panel .panel-heading {
  background: transparent;
  border-radius: 0;
  color: #20252b;
  font-size: 19px;
  text-transform: uppercase;
  font-weight: normal;
  padding: 10px 0;
  position: relative;
}
.filters .panel .panel-heading:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  height: 2px;
  width: 15px;
  background: #e24545;
}
.filters .panel .panel-heading.clickable {
  cursor: pointer;
}
.filters .panel .panel-heading span {
  font-size: 14px;
  color: #212735;
}
.filters .panel .panel-heading.panel-collapsed + .panel-body {
  display: none;
}
.filters .panel .panel-heading .reset {
  color: #a1a1a1;
  font-size: 14px;
  text-transform: none;
  display: inline-block;
}
.filters .panel .panel-heading .reset:hover {
  color: #f07366;
}
.filters .panel .panel-heading .reset:hover i {
  color: #f07366;
}
.filters .panel .panel-heading .reset i {
  padding-right: 6px;
  font-size: 23px;
  vertical-align: top;
  line-height: 24px;
  color: #a1a1a1;
}
.filters .panel .panel-title {
  font-size: 15px;
}
.filters .panel .panel-body {
  padding: 19px 0;
}
.filters .panel .panel-body li {
  padding-bottom: 5px;
}
@media (max-width: 991px) {
  .filters .panel .panel-body li:after {
    left: 0;
    display: none;
  }
}
.filters .panel .panel-body li sup {
  color: #009fc7;
}
.filters .panel .panel-body a {
  color: #454545;
  font-weight: normal;
  font-size: 14px;
}
@media (max-width: 991px) {
  .filters .panel .panel-body a {
    padding: 5px 0 5px 0;
    white-space: normal;
    text-overflow: clip;
  }
}
.filters .panel .panel-body a span {
  display: block;
  margin-left: 23px;
}
@media (max-width: 767px) {
  .filters .panel .panel-body a span {
    margin-left: 0;
  }
}
.filters .panel .panel-body .other-brands {
  color: #a1a1a1;
  font-size: 14px;
  text-transform: none;
  display: inline-block;
}
.filters .panel .panel-body .other-brands:hover {
  color: #f07366;
}
.filters .filter-menu-inner {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.filters .filter-menu-inner:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 50px;
  height: 1px;
  background: #ededed;
}
.filters .filter-menu-inner.hidden-filters {
  display: none;
}
.filters .filter-menu-inner .panel {
  margin-bottom: 0;
}
.filters .filter-menu-inner .panel-body {
  padding: 2px 15px 0;
}
.filters .filter-menu-inner .panel-heading {
  padding: 2px 0;
}
.filters .filter-menu-inner .panel-heading:before {
  display: none;
}
.filters .filter-menu-inner .panel-heading:not(.panel-collapsed) .panel-title {
  color: #f07366;
}
.filters .filter-menu-inner .panel-heading:not(.panel-collapsed) i.fa {
  color: #f07366;
}
.filters .filter-menu-inner .panel-heading i.fa {
  font-size: 14px;
}
.filters .filter-menu-inner .panel-heading span {
  padding-left: 5px;
  vertical-align: top;
  display: inline-block;
  padding-top: 2px;
}
.filters .filter-menu-inner .panel-title {
  color: #212735;
  display: inline-block;
  width: 153px;
  font-size: 16px;
}
@media (min-width: 1400px) {
  .filters .filter-menu-inner .panel-title {
    width: 196px;
  }
}
.filters .filter-menu-inner .panel-title a {
  color: #4da8d5;
}
.filters .filter-menu-inner .panel-title .black {
  color: #000000;
}
.filters .filter-menu-inner .panel-title .red {
  color: #e44349;
}
.filters .filter-menu-inner .panel-title .green {
  color: #4cdf6c;
}
.filters .filter-menu-inner .panel-title .blue {
  color: #4da8d5;
}
.filters .filter-menu-inner li {
  padding-bottom: 5px!important;
}
.filters .filter-menu-inner li a {
  position: relative;
  display: block;
  padding-left: 20px;
}
.filters .filter-menu-inner li a:after {
  content: "\f2f4";
  font-family: "Ionicons";
  position: absolute;
  left: 0;
  font-size: 14px;
  top: 1px;
}
@media (max-width: 991px) {
  .filters .filter-menu-inner li a {
    padding: 0 0 0 12px!important;
  }
}
.filters .filter-menu-inner li span {
  font-size: 14px;
  margin-left: 0!important;
}
.filters .filter-menu-inner li span i {
  font-style: normal;
  color: #B7B4B4;
}
.filters .filter-menu-inner li .active:after,
.filters .filter-menu-inner li a:hover:after {
  color: #f07366;
}
.filters .filter-menu-inner li .active span,
.filters .filter-menu-inner li a:hover span {
  color: #f07366;
}
.filters.filters-blog .panel .panel-body li {
  position: relative;
}
.filters.filters-blog .panel .panel-body li:after {
  content: "\f111";
  font-family: FontAwesome;
  position: absolute;
  top: 9px;
  left: 7px;
  font-size: 4px;
}
.styler-checkbox.jq-checkbox,
.icheckbox.jq-checkbox {
  width: 14px;
  height: 14px;
  border-radius: 3px;
  box-shadow: none;
  background: transparent;
  border: 1px solid #6f6f6f;
  display: block;
  position: relative;
  float: left;
  top: 7px;
}
.styler-checkbox.jq-checkbox.checked,
.icheckbox.jq-checkbox.checked {
  border: 1px solid #D2CCCC;
  background: transparent;
  border-radius: 3px;
}
.styler-checkbox.jq-checkbox.checked .jq-checkbox__div,
.icheckbox.jq-checkbox.checked .jq-checkbox__div {
  width: 10px;
  height: 10px;
  border-radius: 3px;
  box-shadow: none;
  background: #f07366;
  margin: 0;
  position: relative;
  text-align: center;
  line-height: 10px;
}
.styler-checkbox.jq-checkbox.checked .jq-checkbox__div:after,
.icheckbox.jq-checkbox.checked .jq-checkbox__div:after {
  content: "\f00c";
  font-family: FontAwesome;
  color: #fff;
  top: 0px;
  left: 0px;
  font-size: 18px;
}
.styler-checkbox.jq-checkbox.checked + span,
.icheckbox.jq-checkbox.checked + span {
  color: #f07366;
}
.iradio.jq-radio {
  border-radius: 3px;
  box-shadow: none;
  border: 1px solid #919191;
  background: transparent;
  display: block;
  position: relative;
  float: left;
  top: 3px;
}
.iradio.jq-radio + span {
  display: block;
  padding-left: 27px;
  padding-top: 1px;
}
.iradio.jq-radio.checked {
  border: none;
  background: #009fc7;
}
.iradio.jq-radio.checked .jq-radio__div {
  width: 6px;
  height: 6px;
  border-radius: 3px;
  box-shadow: none;
  background: #fff;
  margin: 5px 0 0 5px;
}
.iradio2 {
  vertical-align: top;
  width: 17px;
  height: 17px;
  margin: 0 3px 0 0;
}
.iradio2 + span {
  cursor: pointer;
}
.iradio2:not(checked) {
  position: absolute;
  opacity: 0;
}
.iradio2:not(checked) + span {
  position: relative;
  padding: 0 0 0 28px;
}
.iradio2:not(checked) + span:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  width: 16px;
  height: 16px;
  box-shadow: none;
  background: transparent;
  border: 1px solid #919191;
  border-radius: 3px;
}
.iradio2:not(checked) + span:after {
  content: "\f00c";
  font-family: FontAwesome;
  color: #fff;
  position: absolute;
  top: 2px;
  left: 0;
  width: 16px;
  height: 16px;
  box-shadow: none;
  background: #009fc7;
  opacity: 0;
  transition: all .2s;
  font-size: 8px;
  text-align: center;
  line-height: 16px;
  padding-left: 1px;
  border-radius: 3px;
}
.iradio2:checked + span:after {
  opacity: 1;
}
.iselect {
  display: block!important;
}
.iselect .jq-selectbox__select {
  text-shadow: none;
  display: block;
  background: #fcfcfc;
  box-shadow: none;
  border-radius: 0;
  border: 1px solid #e1e1e1;
}
.iselect .jq-selectbox__select .jq-selectbox__trigger {
  border-left: transparent;
}
.iselect .jq-selectbox__dropdown {
  border-radius: 0;
  border: 1px solid #e1e1e1;
}
.iselect .jq-selectbox__dropdown .jq-selectbox li:hover {
  background: #009fc7;
}
.styler-checkbox.jq-checkbox {
  top: 4px;
}
.pagination {
  text-align: center;
  display: block;
}
.pagination li {
  display: inline-block;
  position: relative;
}
.pagination li a,
.pagination li span {
  display: block;
  color: #009fc7;
  background: transparent;
  border: none;
  position: relative;
}
.pagination li a:hover,
.pagination li span:hover,
.pagination li a:active,
.pagination li span:active,
.pagination li a:focus,
.pagination li span:focus {
  background: transparent;
}
.pagination li a.cur,
.pagination li span.cur {
  background: #009fc7;
  color: #fff;
}
.pagination li:first-child a,
.pagination li:last-child a,
.pagination li:first-child span,
.pagination li:last-child span {
  color: transparent;
  width: 20px;
  height: 33px;
  line-height: 33px;
}
.pagination li:first-child a:after,
.pagination li:last-child a:after,
.pagination li:first-child span:after,
.pagination li:last-child span:after {
  font-family: FontAwesome;
  text-indent: 0;
  color: #e1e1e1;
  font-size: 30px;
  position: absolute;
  top: 0;
}
.pagination li:first-child a:hover:after,
.pagination li:last-child a:hover:after,
.pagination li:first-child span:hover:after,
.pagination li:last-child span:hover:after {
  color: #009fc7;
}
.pagination li:first-child a:after,
.pagination li:first-child span:after {
  content: "\f104";
  left: 0;
}
.pagination li:last-child a:after,
.pagination li:last-child span:after {
  content: "\f105";
  right: 0;
}
.filter-header {
  position: relative;
  padding-top: 9px;
}
.filter-header span {
  color: #a1a1a1;
  font-size: 14px;
}
.filter-header .sort {
  cursor: pointer;
  color: #20252b;
  padding: 3px 6px;
  display: inline-block;
  font-size: 14px;
}
.filter-header .sort span {
  color: #20252b;
}
.filter-header .sort:after {
  content: "\f0d7";
  font-family: "FontAwesome";
  font-size: 15px;
  line-height: 14px;
  color: #20252b;
  padding-left: 5px;
  font-weight: normal;
  display: inline-block;
  width: 10px;
}
.filter-header .sort.active {
  color: #20252b;
}
.filter-header .sort.active:after {
  content: "\f0da";
}
.filter-header .dropdown {
  background: #fff;
  border: 1px solid #cacaca;
  color: #20252b;
  display: none;
  position: absolute;
  top: 38px;
  right: 0;
  width: 100%;
  padding: 5px 0;
  z-index: 100;
  border-radius: 9px;
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.175);
}
.filter-header .dropdown a {
  color: #20252b;
  display: block;
  padding: 3px 10px;
  text-align: right;
  font-size: 15px;
}
@media (max-width: 767px) {
  .filter-header .dropdown a {
    font-size: 11px;
  }
}
.filter-header .dropdown a:hover {
  color: #333;
}
.btn-filter {
  position: relative;
  margin: 0 10px;
  padding: 3px 18px;
  font-size: 11px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .btn-filter {
    padding: 4px 18px;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .btn-filter {
    font-size: 16px;
    display: inline-block;
    margin: 8px 0 0;
    float: none;
  }
}
.btn-filter:hover {
  color: #fff;
}
.form-control {
  border-radius: 30px;
  box-shadow: none;
  outline: none;
  height: 42px;
  padding: 6px 20px;
}
.form-control:focus {
  outline: none;
  box-shadow: none;
}
.rfield_error {
  display: none!important;
}
.rf_error {
  border: 1px solid #ff694f!important;
}
.empty_field.rf_val {
  border: 1px solid #ff694f!important;
}
.rf_val {
  border: 1px solid #90c84f !important;
}
header .top-header {
  background-color: #131313;
  border-color: transparent;
}
header .top-header li a {
  color: #b2b2b2;
  font-size: 13px;
  padding: 10px 15px;
  font-weight: 300;
}
header .top-header li a:hover,
header .top-header li a:focus,
header .top-header li a:active {
  color: #fff;
  background: transparent;
}
@media (min-width: 992px) and (max-width: 1199px) {
  header .top-header li a {
    padding: 10px 12px;
  }
}
header .top-header li .icon {
  width: 25px;
  height: 25px;
  line-height: 23px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #b2b2b2;
  border-radius: 50%;
  font-size: 12px;
  text-align: center;
  color: #b2b2b2;
  margin-right: 5px;
}
header .top-header li .icon i.fa {
  padding: 0!important;
}
header .top-header .navbar-right li a {
  padding: 7px 15px;
}
header .top-header .navbar-right .phone {
  font-size: 18px;
}
@media (min-width: 768px) and (max-width: 991px) {
  header .top-header .nav-site .navbar-nav {
    padding-left: 102px;
  }
}
header .top-header .nav-site .navbar-collapse {
  padding-right: 0;
  padding-left: 0;
}
header .top-header .nav-site .navbar-toggle {
  padding: 10px 15px;
  margin: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  header .top-header .nav-site .navbar-toggle {
    display: block!important;
    float: left;
  }
}
header .top-header .nav-site .navbar-toggle .icon-bar {
  width: 29px;
  height: 1px;
  background: #fff;
}
header .top-header .nav-site .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 6px;
}
@media (min-width: 768px) and (max-width: 991px) {
  header .top-header .nav-site #top-menu {
    color: #fff;
    display: none;
    position: absolute;
    background: #212735;
    top: 37px;
    right: 0;
    width: 100%;
    padding: 0;
    z-index: 100;
  }
}
header .navbar-nav {
  margin-right: 0;
}
@media (max-width: 767px) {
  header .navbar-nav {
    margin: 0;
  }
}
header .main-header .navbar {
  margin-bottom: 0;
  border: none;
}
header .main-header .navbar-right {
  margin-right: 0;
}
header .main-header .navbar-brand {
  height: auto;
  padding: 19px 15px;
}
@media (min-width: 768px) and (max-width: 991px) {
  header .main-header .navbar-brand {
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  header .main-header .navbar-brand img {
    width: 136px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  header .main-header .navbar-brand img {
    width: 111px;
  }
}
@media (max-width: 767px) {
  header .main-header .navbar-brand img {
    width: 144px;
  }
}
header .main-header .phone-menu-main {
  padding: 20px 15px;
}
header .main-header .phone-menu-main .cell {
  display: table-cell;
  vertical-align: middle;
}
header .main-header .phone-menu-main .cell span {
  display: block;
  font-size: 15px;
}
header .main-header .phone-menu-main .cell-icon .icon {
  width: 38px;
  height: 38px;
  line-height: 35px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #b2b2b2;
  border-radius: 50%;
  font-size: 20px;
  text-align: center;
  color: #b2b2b2;
  margin-right: 14px;
}
header .main-header .phone-menu-main .cell-icon .icon i.fa {
  padding: 0!important;
}
header .main-header .navbar-toggle {
  background: #eb1f29;
  border: none;
  margin-top: 16px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  padding: 12px 9px;
}
header .main-header .navbar-toggle .icon-bar {
  background: #fff;
}
header .main-header .nav-main a {
  color: #131313;
  font-weight: bold;
  text-transform: uppercase;
  padding: 32px 15px;
}
@media (min-width: 768px) and (max-width: 991px) {
  header .main-header .nav-main a {
    padding: 22px 15px;
    font-size: 13px;
  }
}
header .main-header .nav-main a:hover,
header .main-header .nav-main a:focus,
header .main-header .nav-main a:active {
  background-color: transparent;
}
header .main-header .nav-main a i.fa {
  padding-left: 5px;
}
header .main-header .nav-main .icon {
  width: 35px;
  height: 35px;
  line-height: 32px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #b2b2b2;
  border-radius: 50%;
  font-size: 19px;
  text-align: center;
  color: #b2b2b2;
}
header .main-header .nav-main .icon i.fa {
  padding: 0!important;
}
header .main-header .nav-main .home a {
  padding: 27px 0 22px 15px;
}
@media (min-width: 768px) and (max-width: 991px) {
  header .main-header .nav-main .home a {
    padding: 16px 0 16px 0;
  }
}
header .main-header .nav-main .dropdown-btn {
  position: static;
}
header .main-header .nav-main .dropdown-btn.open > a {
  background: transparent;
}
header .main-header .nav-main .dropdown-menu {
  z-index: 9999;
  position: absolute;
  top: 100%;
  width: 100%;
  margin: 0;
  border-radius: 0;
  display: none;
  box-shadow: none;
  background: transparent;
  padding: 0 2% 0 16%;
  border: none;
}
@media (min-width: 992px) and (max-width: 1199px) {
  header .main-header .nav-main .dropdown-menu {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  header .main-header .nav-main .dropdown-menu {
    padding: 0;
  }
}
header .main-header .nav-main .dropdown-menu .inner {
  background: #fff;
  border-color: #ddd;
  border-style: solid;
  border-width: 0 1px 1px 1px;
  display: table;
  width: 100%;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  -webkit-transition: -moz-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  -ms-transition: -ms-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  transition: transform 0.3s 0s;
  position: relative;
}
header .main-header .nav-main .dropdown-menu .inner:after {
  content: '';
  width: 100%;
  height: 38px;
  position: absolute;
  top: -38px;
  left: 0;
}
header .main-header .nav-main .dropdown-menu .inner .cell {
  display: table-cell;
  vertical-align: top;
  border-right: 1px solid #dddddd;
  padding: 0;
  width: auto;
}
header .main-header .nav-main .dropdown-menu .inner .cell:last-child {
  border-right: none;
/*  width: 40%;*/
}
header .main-header .nav-main .dropdown-menu .inner .list-menu {
  padding: 22px 30px;
  border: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  header .main-header .nav-main .dropdown-menu .inner .list-menu {
    padding: 22px 20px;
  }
}
header .main-header .nav-main .dropdown-menu .inner .list-menu > li {
  padding-bottom: 10px;
  float: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  header .main-header .nav-main .dropdown-menu .inner .list-menu > li {
    padding-bottom: 7px;
  }
}
header .main-header .nav-main .dropdown-menu .inner .list-menu > li.active a {
  padding-left: 10px;
}
header .main-header .nav-main .dropdown-menu .inner .list-menu > li.active a:after {
  opacity: 1;
}
header .main-header .nav-main .dropdown-menu .inner .list-menu > li a {
  color: #686868;
  position: relative;
  text-transform: none;
  font-weight: normal;
  padding: 0;
  -webkit-transition: padding-left 0.3s ease-out 0s;
  transition: padding-left 0.3s ease-out 0s;
  display: inline-block;
  border: none;
}
header .main-header .nav-main .dropdown-menu .inner .list-menu > li a:after {
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 13px;
  vertical-align: middle;
  padding-left: 10px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out 0s;
  transition: opacity 0.3s ease-out 0s;
}
header .main-header .nav-main .dropdown-menu .inner .list-menu > li a:hover,
header .main-header .nav-main .dropdown-menu .inner .list-menu > li a .active {
  padding-left: 10px;
}
header .main-header .nav-main .dropdown-menu .inner .list-menu > li a:hover:after,
header .main-header .nav-main .dropdown-menu .inner .list-menu > li a .active:after {
  opacity: 1;
}
header .main-header .nav-main .dropdown-menu .inner .categ-menu li {
  display: block;
  position: relative;
  height: 184px;
  overflow: hidden;
}
header .main-header .nav-main .dropdown-menu .inner .categ-menu li a img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  header .main-header .nav-main .dropdown-menu .inner .categ-menu li a img {
    width: 124%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  header .main-header .nav-main .dropdown-menu .inner .categ-menu li a img {
    width: 124%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  header .main-header .nav-main .dropdown-menu .inner .categ-menu li a img {
    width: auto;
    height: 100%;
  }
}
header .main-header .nav-main .dropdown-menu .inner .categ-menu li .btn-item {
  position: absolute;
  bottom: 36px;
  left: 50%;
  min-width: 150px;
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  text-align: center;
  padding: 7px 15px;
  border-radius: 30px;
  font-weight: 300;
  transform: translate(-50%, 0%);
}
header .main-header .nav-main .dropdown-menu .inner .categ-menu-2 li {
  cursor: pointer;
}
header .main-header .nav-main .dropdown-menu .inner .categ-menu-2 li a {
  position: relative;
  padding: 15px;
  height: 191px;
  display: block;
}
header .main-header .nav-main .dropdown-menu .inner .categ-menu-2 li a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out 0s;
  transition: opacity 0.3s ease-out 0s;
}
header .main-header .nav-main .dropdown-menu .inner .categ-menu-2 li a:hover:after {
  opacity: 1;
}
header .main-header .nav-main .dropdown-menu .inner .categ-menu-2 li a:hover .content {
  position: relative;
  z-index: 10;
  color: #fff;
}
header .main-header .nav-main .dropdown-menu .inner .categ-menu-2 li:first-child {
  border-bottom: 1px solid #dddddd;
}
header .main-header .nav-main .dropdown-menu .inner .categ-menu-2 li .image {
  height: 100px;
  text-align: center;
  line-height: 100px;
  margin-bottom: 15px;
  opacity: 0.77;
  transition: all 0.3s ease 0s;
}
header .main-header .nav-main .dropdown-menu .inner .categ-menu-2 li .image img {
  height: 100%;
}
header .main-header .nav-main .dropdown-menu .inner .categ-menu-2 li .content {
  font-weight: 300;
  text-transform: uppercase;
  color: #686868;
  font-size: 14px;
  text-align: center;
  transition: all 0.3s ease 0s;
}
header .main-header .nav-main .dropdown-menu .sale-box .image-box {
  position: relative;
  text-align: right;
  padding: 15px 40px;
}
@media (min-width: 768px) and (max-width: 991px) {
  header .main-header .nav-main .dropdown-menu .sale-box .image-box {
    padding: 15px 6px;
  }
}
header .main-header .nav-main .dropdown-menu .sale-box .text-box {
  padding: 22px 30px;
}
header .main-header .nav-main .dropdown-menu .sale-box .text-box p {
  font-size: 16px;
}
header .main-header .nav-main .dropdown-menu .sale-box .text-box a {
  border-bottom: 1px solid;
  font-size: 16px;
  text-transform: none;
  padding: 0;
  font-weight: normal;
}
header .main-header .nav-main .dropdown-menu .wrapper-price {
  display: inline-block;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  height: 150px;
  width: 150px;
  text-align: center;
  padding-top: 36px;
  position: absolute;
  bottom: 22px;
  left: 23%;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  header .main-header .nav-main .dropdown-menu .wrapper-price {
    left: 7%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  header .main-header .nav-main .dropdown-menu .wrapper-price {
    left: 12%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  header .main-header .nav-main .dropdown-menu .wrapper-price {
    left: 3%;
  }
}
header .main-header .nav-main .dropdown-menu .wrapper-price .sale {
  color: #063a59;
  text-decoration: line-through;
  font-size: 16px;
}
header .main-header .nav-main .dropdown-menu .wrapper-price .price {
  color: #ffffff;
  font-size: 30px;
}
header .main-header .nav-main .dropdown-menu .image {
  height: 240px;
}
header .main-header .nav-main .dropdown-menu .image img {
  max-width: 100%;
  height: 100%;
}

/**/
header .main-header .navbar-right .languages li {
  /*display: inline-block;*/
  /*line-height: 83px;*/
}
@media (min-width: 768px) and (max-width: 991px) {
  header .main-header .navbar-right .languages li {
    line-height: 72px;
  }
}
header .main-header .navbar-right .languages li a {
  margin: 5px;
  padding: 0;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  transition: all .5s ease;
  width: 34px;
  height: 34px;
  border: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  line-height: 34px;
  text-align: center;
}
header .main-header .navbar-right .languages li a.current {
  color: #363d68;
  border: 1px solid #363d68;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
@media (min-width: 768px) and (max-width: 991px) {
  header .main-header .navbar-right .languages li a {
    font-size: 8px;
    width: 24px;
    height: 24px;
    line-height: 24px;
  }
}
header .main-header .navbar-right .languages li a:hover {
  background-color: #363d68;
  color: #fff;
}
header .main-header .navbar-right .languages li a:hover:before {
  color: #fff;
}
header .main-header .navbar-right .languages li:first-child {
  margin-right: 8px;
}
/**/

header .main-header .navbar-right .socials li {
  display: inline-block;
  line-height: 83px;
}
@media (min-width: 768px) and (max-width: 991px) {
  header .main-header .navbar-right .socials li {
    line-height: 72px;
  }
}
header .main-header .navbar-right .socials li a {
  padding: 0;
}
header .main-header .navbar-right .socials li .fa {
  font-size: 18px;
  transition: all .5s ease;
  width: 34px;
  height: 34px;
  border: 1px solid #363d68;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  line-height: 34px;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px) {
  header .main-header .navbar-right .socials li .fa {
    font-size: 20px;
    width: 38px;
    height: 38px;
    line-height: 38px;
  }
}
header .main-header .navbar-right .socials li .fa:hover {
  background-color: #363d68;
}
header .main-header .navbar-right .socials li .fa:hover:before {
  color: #fff;
}
header .main-header .navbar-right .socials li:first-child {
  margin-right: 8px;
}
header .main-header .navbar-right .header-search {
  position: relative;
}
header .main-header .navbar-right .header-search .dropdown-container {
  background: #fff;
  position: absolute;
  top: 87%;
  right: 0;
  width: 100%;
  padding: 15px 20px;
  z-index: 1000;
  -webkit-box-shadow: 2px 5px 6px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 5px 6px rgba(0, 0, 0, 0.5);
}
@media (min-width: 768px) and (max-width: 991px) {
  header .main-header .navbar-right .header-search .dropdown-container {
    width: 225%;
  }
}
header .main-header .navbar-right .header-search .dropdown-container .title {
  color: #bfbfbf;
  position: relative;
  line-height: normal;
  padding-bottom: 4px;
  margin-bottom: 13px;
  text-transform: uppercase;
}
header .main-header .navbar-right .header-search .dropdown-container .title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #f5f5f5;
}
header .main-header .navbar-right .header-search .dropdown-container li {
  padding-bottom: 10px;
  float: none;
  line-height: normal;
}
header .main-header .navbar-right .header-search .dropdown-container li:after {
  display: none;
}
header .main-header .navbar-right .header-search .dropdown-container li a {
  height: auto;
  line-height: normal;
  padding: 0;
  position: relative;
  display: block;
  padding-right: 25px;
}
header .main-header .navbar-right .header-search .dropdown-container li a:after {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  right: 1px;
  top: 50%;
  font-size: 13px;
  margin-top: -10px;
}
header .main-header .navbar-right .header-search .dropdown-container li .item-mini-catalog .cell-img .image {
  width: 78px;
  height: 78px;
  line-height: 40px;
}
header .main-header .navbar-right .header-search .dropdown-container li .item-mini-catalog .price .special-price {
  font-size: 20px;
}
header .main-header .navbar-right .header-search .dropdown-container li .item-mini-catalog .price .old-price {
  font-size: 13px;
  display: block;
}
header .main-header .navbar-right .header-search .dropdown-container .bottom-box {
  border-top: 1px solid #bfbfbf;
  padding: 10px 0 0;
}
header .main-header .navbar-right .header-search .dropdown-container .bottom-box a {
  height: auto;
  line-height: normal;
  padding: 0;
  position: relative;
  display: block;
}
header .main-header .navbar-right .header-search .dropdown-container .bottom-box a i {
  font-size: 17px;
  top: -1px;
}
header .main-header .navbar-right .cart-btn a {
  padding: 19px 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  header .main-header .navbar-right .cart-btn a {
    padding: 10px 0;
  }
}
header .main-header .navbar-right .cart-btn .cell-icon {
  position: relative;
}
header .main-header .navbar-right .cart-btn .count {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 50%;
  background: #222222;
  font-size: 10px;
  width: 15px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  color: #fff;
}

header .main-header .navbar-header .cart-icon-mobile {
  background: #e4499a !important;
  color: #fff;
  font-size: 20px;
  padding: 5px;
}
header .main-header .navbar-header .cart-icon-mobile a {
  padding: 19px 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  header .main-header .navbar-header .cart-icon-mobile a {
    padding: 10px 0;
  }
}
header .main-header .navbar-header .cart-icon-mobile .cell-icon {
  position: relative;
}
header .main-header .navbar-header .cart-icon-mobile .count {
  position: absolute;
  right: -7px;
  top: -7px;
  border-radius: 50%;
  background: #222222;
  font-size: 10px;
  width: 15px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  color: #fff;
}


header .main-header .navbar-right a {
  color: #131313;
  font-weight: bold;
  text-transform: uppercase;
  display: table;
  width: 100%;
  padding: 19px 15px;
}
@media (min-width: 768px) and (max-width: 991px) {
  header .main-header .navbar-right a {
    padding: 17px 11px;
    font-size: 13px;
  }
}
header .main-header .navbar-right a:hover,
header .main-header .navbar-right a:focus,
header .main-header .navbar-right a:active {
  color: #fff;
  background-color: #eb1f29;
}
header .main-header .navbar-right a .cell {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
  text-transform: none;
  font-weight: normal;
}
header .main-header .navbar-right a .cell-count {
  padding-right: 15px;
}
header .main-header .navbar-right a .cell-count span {
  display: block;
  color: #808080;
}
header .main-header .navbar-right a .cell-count span:first-child {
  color: #222222;
}
header .main-header .navbar-right a .cell-count span i {
  font-style: normal;
  color: #cf0a2d;
  font-size: 18px;
}
header .main-header .navbar-right a .cell-icon {
  padding-left: 10px;
}
header .main-header .navbar-right a .cell-icon span {
  width: 38px;
  height: 38px;
  line-height: 38px;
  border: none;
  border-radius: 50%;
  background: #eb1f29;
  text-align: center;
  display: inline-block;
  font-size: 20px;
  color: #fff;
}
header .main-header .navbar-right .input-group {
  width: 418px;
  padding: 22px 15px 22px 10px;
  position: relative;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  header .main-header .navbar-right .input-group {
    width: 375px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  header .main-header .navbar-right .input-group {
    width: 253px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  header .main-header .navbar-right .input-group {
    width: 135px;
    padding: 13px 10px 14px 10px;
  }
}
@media (max-width: 767px) {
  header .main-header .navbar-right .input-group {
    width: 100%;
    padding: 2px 15px 22px 10px;
  }
}
header .main-header .navbar-right .input-group .form-control {
  border-radius: 20px;
  box-shadow: none;
  outline: none;
  border-color: #c4c4c4;
  border-right: 0;
  height: 39px;
  padding: 6px 18px;
}
header .main-header .navbar-right .input-group .btn {
  border-radius: 50%;
  border-color: #c4c4c4;
  background: #ebebeb;
  border-left: 0;
  color: #fff;
  font-size: 18px;
  padding: 0;
  height: 38px;
  line-height: 35px;
  width: 38px;
  position: absolute;
  right: 0;
  top: 0;
  outline: none;
}
header .main-header .navbar-right .input-group .btn:hover {
  background: #ebebeb;
}
header .mega-dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  border: none;
  border-radius: 0;
  z-index: 10000;
  margin-top: 0;
  padding: 0;
}
header .mega-dropdown-menu .inner-box {
  display: table;
  width: 100%;
}
header .mega-dropdown-menu .inner-box .menu-cell {
  display: table-cell;
  vertical-align: top;
  float: none;
}
header .mega-dropdown-menu .inner-box .menu-cell:first-child {
  background: #20252B;
}
header .mega-dropdown-menu .nav-tabs {
  border: none;
  position: relative;
}
header .mega-dropdown-menu .nav-tabs li {
  display: block;
  float: none;
  line-height: normal;
  border-radius: 0;
  padding: 0;
  margin-bottom: 0;
}
header .mega-dropdown-menu .nav-tabs li a {
  line-height: normal;
  padding: 18px 21px 18px 0;
  border-radius: 0;
  border: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
  text-align: right;
  display: block;
  margin-right: 0;
  background: -moz-linear-gradient(left, rgba(125, 185, 232, 0) 0%, #20252b 66%);
  background: -webkit-linear-gradient(left, rgba(125, 185, 232, 0) 0%, #20252b 66%);
  background: linear-gradient(to right, rgba(125, 185, 232, 0) 0%, #20252b 66%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007db9e8', endColorstr='#212735', GradientType=1);
  height: 64px;
}
@media (min-width: 768px) and (max-width: 991px) {
  header .mega-dropdown-menu .nav-tabs li a {
    font-size: 18px;
  }
}
header .mega-dropdown-menu .nav-tabs li a:hover {
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 75%, #ffffff 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 75%, #ffffff 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 75%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
  color: #EB1F29;
}
header .mega-dropdown-menu .nav-tabs li a i {
  padding-left: 10px;
}
header .mega-dropdown-menu .nav-tabs li.active a {
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 75%, #ffffff 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 75%, #ffffff 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 75%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
  color: #EB1F29;
}
header .mega-dropdown-menu .nav-tabs li.active a:hover,
header .mega-dropdown-menu .nav-tabs li.active a:active,
header .mega-dropdown-menu .nav-tabs li.active a:focus {
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 75%, #ffffff 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 75%, #ffffff 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 75%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
  color: #EB1F29;
  border: none;
}
header .mega-dropdown-menu .list-menu {
  border-right: 1px solid #e7e7e7;
}
header .mega-dropdown-menu .list-menu li {
  display: table;
  width: 100%;
}
header .mega-dropdown-menu .list-menu a {
  color: #212735;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  padding: 0 30px 0 53px;
  border-bottom: 1px solid #e7e7e7;
  height: 64px;
}
header .mega-dropdown-menu .list-menu a:after {
  content: "\f3d3";
  font-family: "Ionicons";
  position: absolute;
  right: 0;
  font-size: 25px;
  top: 50%;
  margin-top: -18px;
  margin-right: 10px;
  color: #e7e7e7;
}
header .mega-dropdown-menu .list-menu a:hover {
  color: #EB1F29;
}
header .mega-dropdown-menu .list-menu a:hover:after {
  color: #EB1F29;
}
header .mega-dropdown-menu .add-menu {
  padding-top: 0px;
  display: block;
  height: 317px;
  line-height: 317px;
  vertical-align: middle;
  text-align: center;
  margin-top: 20px;
}
header .mega-dropdown-menu .add-menu img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
  display: inline-block;
}
header .mega-dropdown-menu .sale-block .top-box,
header .mega-dropdown-menu .sale-block .bottom-box {
  display: table;
  width: 100%;
  padding-top: 20px;
}
header .mega-dropdown-menu .sale-block .cell {
  display: table-cell;
  vertical-align: middle;
}
header .mega-dropdown-menu .sale-block .top-box .cell {
  color: #f07366;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  width: 50%;
}
header .mega-dropdown-menu .sale-block .top-box .cell.sale {
  font-size: 50px;
  font-weight: bold;
}
header .mega-dropdown-menu .sale-block .title-item {
  text-align: center;
  font-size: 13px;
}
header .mega-dropdown-menu .sale-block .bottom-box {
  margin-bottom: 30px;
}
header .mega-dropdown-menu .sale-block .bottom-box .cell {
  width: 50%;
}
header .mega-dropdown-menu .sale-block .bottom-box .cell:first-child {
  text-align: right;
  font-size: 20px;
}
header .mega-dropdown-menu .sale-block .bottom-box .cell:last-child {
  text-align: left;
}
header .mega-dropdown-menu .sale-block .bottom-box .cell:last-child .btn-blue {
  float: none;
  margin-left: 30px;
}
header .mega-dropdown-menu .sale-block .bottom-box .content_price .old-price {
  text-decoration: line-through;
  font-size: 14px;
}
header .mega-dropdown-menu .sale-block .bottom-box .content_price .old-price + .product-price-new {
  color: #f07366;
}
section {
  padding: 20px 0;
}
.main-slider {
  padding: 0;
}
#main-carousel .item img {
  display: block;
  width: 100%;
  height: auto;
}
#main-carousel .item .lazyOwl {
  height: 100%;
  width: 100%;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
#main-carousel .item .lazyOwl .banner {
  position: relative;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  #main-carousel .item .lazyOwl .banner {
    margin-bottom: 15px;
  }
}
#main-carousel .item .lazyOwl .banner img {
  width: 100%;
}
#main-carousel .item .lazyOwl .banner .text-box {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  width: 61%;
  padding-left: 5%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: #fff;
}
#main-carousel .item .lazyOwl .banner .text-box h2 {
  font-size: 30px;
  line-height: 42px;
  text-transform: uppercase;
  margin-bottom: 25px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #main-carousel .item .lazyOwl .banner .text-box h2 {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #main-carousel .item .lazyOwl .banner .text-box h2 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 7px;
  }
}
#main-carousel .item .lazyOwl .banner .text-box p {
  font-size: 24px;
  font-weight: 400;
  width: 100%;
  margin-bottom: 25px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #main-carousel .item .lazyOwl .banner .text-box p {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #main-carousel .item .lazyOwl .banner .text-box p {
    font-size: 17px;
    margin-bottom: 14px;
  }
}
#main-carousel .item .lazyOwl .banner .text-box a {
  font-size: 16px;
  padding: 8px 27px;
  background-color: #e14c9a;
  -webkit-border-radius: 19px;
  -moz-border-radius: 19px;
  color: #fff;
  border-radius: 19px;
  font-weight: 100;
  border: 2px solid transparent;
  transition: all .5s ease;
}
#main-carousel .item .lazyOwl .banner .text-box a:hover {
  border: 2px solid #e14c9a;
  background-color: transparent;
  color: #e14c9a;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #main-carousel .item .lazyOwl .banner .text-box a {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #main-carousel .item .lazyOwl .banner .text-box a {
    font-size: 16px;
    padding: 6px 22px;
  }
}
#main-carousel .item .carousel-caption {
  text-shadow: none;
  text-align: left;
}
#main-carousel .item .carousel-caption p {
  font-size: 16px;
}
#main-carousel .item .carousel-caption p span {
  text-transform: uppercase;
  display: inline;
  color: #222222;
  border-bottom: 1px solid;
  font-size: 16px;
}
@media (max-width: 767px) {
  #main-carousel .item .carousel-caption p span {
    font-size: 11px;
  }
}
#main-carousel .item .carousel-caption h2 {
  font-weight: bold;
  color: #222222;
  text-transform: uppercase;
  font-size: 40px;
  margin: 40px 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #main-carousel .item .carousel-caption h2 {
    font-size: 39px;
    margin: 20px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #main-carousel .item .carousel-caption h2 {
    font-size: 32px;
    margin: 13px 0;
  }
}
@media (max-width: 767px) {
  #main-carousel .item .carousel-caption h2 {
    font-size: 23px;
    margin: 11px 0;
  }
}
#main-carousel .item .carousel-caption .descr {
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  font-size: 30px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
@media (min-width: 768px) and (max-width: 991px) {
  #main-carousel .item .carousel-caption .descr {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  #main-carousel .item .carousel-caption .descr {
    font-size: 17px;
  }
}
#main-carousel .item .btn-add-cart {
  text-transform: none;
  font-weight: normal;
  font-size: 16px;
  padding: 0 15px;
  vertical-align: middle;
  color: #fff;
  border-radius: 30px;
  display: block;
  height: 40px;
  line-height: 34px;
}
#main-carousel .item .btn-add-cart i {
  font-size: 17px;
  vertical-align: middle;
  padding-right: 6px;
}
#main-carousel .item .btn-add-cart span {
  vertical-align: middle;
}
#main-carousel .item .btn-grey {
  padding: 9px 28px;
}
#main-carousel .item .btn-box {
  padding: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  #main-carousel .item .btn-box {
    padding: 0;
  }
}
@media (max-width: 767px) {
  #main-carousel .item .btn-box {
    padding: 0;
  }
}
#main-carousel .item .btn-box li {
  display: inline-block;
  vertical-align: top;
  padding-right: 30px;
}
@media (min-width: 768px) and (max-width: 991px) {
  #main-carousel .item .btn-box li {
    padding-right: 10px;
  }
}
@media (max-width: 767px) {
  #main-carousel .item .btn-box li {
    padding-right: 0;
  }
}
#main-carousel .carousel-caption {
  top: 46px;
  bottom: auto;
}
@media (max-width: 767px) {
  #main-carousel .carousel-caption {
    top: -11px;
  }
}
#main-carousel .owl-controls {
  margin-top: 0;
}
#main-carousel .owl-controls .owl-prev,
#main-carousel .owl-controls .owl-next {
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  background-color: transparent;
  padding: 0;
  border-radius: 50%;
  border: 2px solid #fff;
  width: 40px;
  height: 40px;
  line-height: 33px;
  text-align: center;
}
#main-carousel .owl-controls .owl-prev:hover,
#main-carousel .owl-controls .owl-next:hover {
  background-color: transparent;
  color: #fbaf1c;
  border: 2px solid #fbaf1c;
}
@media (max-width: 767px) {
  #main-carousel .owl-controls .owl-prev,
  #main-carousel .owl-controls .owl-next {
    display: none;
  }
}
#main-carousel .owl-controls .owl-prev {
  left: 50px;
  font-size: 31px;
  margin-left: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #main-carousel .owl-controls .owl-prev {
    left: 150px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #main-carousel .owl-controls .owl-prev {
    left: 100px;
  }
}
#main-carousel .owl-controls .owl-prev i.fa {
  margin-right: 0;
}
#main-carousel .owl-controls .owl-next {
  right: 50px;
  font-size: 31px;
  margin-right: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #main-carousel .owl-controls .owl-next {
    right: 150px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #main-carousel .owl-controls .owl-next {
    right: 100px;
  }
}
#main-carousel .owl-controls .owl-next i.fa {
  margin-left: 0;
}
#main-carousel .owl-pagination {
  position: absolute;
  width: 100%;
  bottom: 35px;
}
@media (max-width: 991px) {
  #main-carousel .owl-pagination {
    display: none;
  }
}
#main-carousel .owl-pagination .owl-page span {
  background: #fff;
}
.category-items .item {
  position: relative;
  overflow: hidden;
}
.category-items .item:hover a:before {
  opacity: 0.8;
  visibility: visible;
}
.category-items .item:hover .btn-item {
  z-index: 2;
  bottom: 50%;
  -webkit-transform: translate(-50%, 50%);
  -moz-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  -o-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  background: none;
}
.category-items .item a {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.category-items .item a:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #000;
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .category-items .item {
    margin-bottom: 20px;
  }
}
.category-items .item img {
  width: 100%;
}
.category-items .item .btn-item {
  position: absolute;
  bottom: 36px;
  left: 50%;
  min-width: 150px;
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  text-align: center;
  padding: 7px 15px;
  border-radius: 30px;
  font-weight: 300;
  transform: translate(-50%, 0%);
  z-index: 2;
}
.category-items .item .btn-item:hover {
  background: transparent;
}
.block-advanted {
  background: #3d3d3d;
  position: relative;
}
.block-advanted:after {
  content: "";
  background: url("../../assets/img/polar/center-img.png") no-repeat bottom center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .block-advanted:after {
    opacity: 0.5;
  }
}
@media (max-width: 767px) {
  .block-advanted:after {
    display: none;
  }
}
.block-advanted img {
  width: 100%;
}
.block-advanted .special-content {
  padding: 30px 0;
  position: relative;
  z-index: 1;
}
.block-advanted .special-content .cell {
  display: table-cell;
  vertical-align: top;
}
.block-advanted .special-content .cell-icon {
  width: 57px;
  font-size: 28px;
}
.block-advanted .special-content .name {
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  margin-bottom: 20px;
}
.block-advanted .special-content .info {
  font-weight: 300;
  font-size: 14px;
  color: #b2b2b2;
}
.add-box img {
  width: 100%;
}
.blog-main {
  background: #f5f5f5;
}
.blog-main .post-list li.post {
  display: inline-block;
  padding: 0 30px 30px 0;
  width: 33%;
  vertical-align: top;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .blog-main .post-list li.post {
    width: 49.7%;
  }
}
@media (max-width: 767px) {
  .blog-main .post-list li.post {
    width: 100%;
    padding: 0 15px 15px 0;
  }
}
@media (max-width: 767px) and (min-width: 480px) {
  .blog-main .post-list li.post {
    width: 49.7%;
  }
}
.blog-main .post-list li.post.first {
  width: 66%;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .blog-main .post-list li.post.first {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .blog-main .post-list li.post.first {
    width: 100%;
  }
}
.blog-main .item-blog-big,
.blog-main .item-blog {
  background: #fff;
}
.blog-main .item-blog-big .image,
.blog-main .item-blog .image {
  position: relative;
  overflow: hidden;
  height: 150px;
}
.blog-main .item-blog-big .image img,
.blog-main .item-blog .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.blog-main .item-blog-big .content,
.blog-main .item-blog .content {
  padding: 20px;
}
.blog-main .item-blog-big .content .title,
.blog-main .item-blog .content .title {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 15px;
}
.blog-main .item-blog-big .content .title a,
.blog-main .item-blog .content .title a {
  color: #222;
  transition: all 0.3s ease 0s;
}
.blog-main .item-blog-big .content .info,
.blog-main .item-blog .content .info {
  font-size: 14px;
  color: #686868;
}
.blog-main .item-blog-big .nav-item,
.blog-main .item-blog .nav-item {
  border-top: 1px solid #e9e9e9;
  padding: 10px 20px;
}
.blog-main .item-blog-big .nav-item span,
.blog-main .item-blog .nav-item span {
  display: inline-block;
  color: #adadad;
  padding-right: 10px;
  transition: all 0.3s ease 0s;
}
.blog-main .item-blog-big .nav-item span i.fa,
.blog-main .item-blog .nav-item span i.fa {
  padding-right: 5px;
  font-size: 18px;
}
.blog-main .item-blog-big .nav-item span:last-child,
.blog-main .item-blog .nav-item span:last-child {
  float: right;
  padding-right: 0;
}
.blog-main .item-blog-big .nav-item span:last-child i.fa,
.blog-main .item-blog .nav-item span:last-child i.fa {
  padding-right: 0;
}
.blog-main .item-blog .image .icn-more {
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  height: 100%;
  position: absolute;
  text-decoration: none;
  width: 100%;
  z-index: 100;
  overflow: hidden;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.blog-main .item-blog .image .icn-more:before {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  position: absolute;
  text-align: center;
  content: '\f002';
  line-height: 1;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  -moz-transition: -moz-transform 0.25s ease-in-out;
  -o-transition: -o-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  font-size: 16px;
  padding-top: 8px;
  width: 34px;
  height: 34px;
  margin: -17px 0 0 -17px;
}
.blog-main .item-blog-big {
  background: #fff;
  padding-top: 43px;
}
.blog-main .item-blog-big img {
  width: 100%;
}
.blog-main .item-blog-big .content {
  padding-top: 39px;
  padding-bottom: 35px;
}
.blog-main .item-blog-big .content .title {
  font-size: 24px;
}
.blog-main .item-blog-big .content .info {
  font-size: 14px;
}
.blog-main .item-blog-big .content .btn-main {
  margin-top: 20px;
}
.blog-main .popular-items {
  background: #fff;
  padding-bottom: 17px;
}
@media (max-width: 767px) {
  .blog-main .popular-items {
    margin-left: 15px;
  }
}
.blog-main .popular-items .title {
  color: #cf0a2d;
  font-size: 18px;
  text-transform: uppercase;
  padding: 10px 20px;
}
.blog-main .popular-items li {
  padding: 30px 20px;
  border-top: 1px solid #e9e9e9;
}
.blog-main .popular-items li:last-child {
  border-bottom: 1px solid #e9e9e9;
}
.blog-main .popular-items li .name {
  color: #222222;
  display: block;
  font-size: 14px;
  margin-bottom: 15px;
}
.blog-main .popular-items li .name:hover {
  color: #cf0a2d;
}
.blog-main .popular-items li .date {
  font-weight: 300;
  color: #adadad;
  font-size: 14px;
}
.blog-main .popular-items li .date i.fa {
  padding-right: 5px;
}
.mini-catalog {
  background-color: #f5f5f5;
}
.mini-catalog .title {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 15px;
}
.social-media {
  background: #f5f5f5;
}
.social-media .title {
  text-transform: uppercase;
  display: block;
  color: #222222;
  padding-top: 11px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .social-media .title {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .social-media .title {
    text-align: center;
    padding-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .social-media .social {
    padding-top: 15px;
    text-align: center;
  }
}
.social-media .social li {
  display: inline-block;
  vertical-align: top;
}
.social-media .social li a {
  display: block;
  color: #222222;
  padding: 5px 15px;
  font-size: 20px;
}
.social-media .input-group {
  width: 100%;
  padding: 0;
  position: relative;
}
.social-media .input-group .form-control {
  border-radius: 20px;
  box-shadow: none;
  outline: none;
  border-color: #c4c4c4;
  border-right: 0;
  height: 39px;
  padding: 6px 18px;
}
.social-media .input-group .btn {
  border-radius: 20px;
  border-color: #c4c4c4;
  background: #ebebeb;
  border-left: 0;
  color: #fff;
  font-size: 14px;
  height: 38px;
  line-height: 35px;
  width: auto;
  position: absolute;
  right: 0;
  top: 0;
  outline: none;
  padding: 0 31px;
}
.social-media .input-group .btn:hover {
  background: #ebebeb;
}
footer {
  background: #2f2f2f;
}
footer .footer-content {
  padding-top: 20px;
  padding-bottom: 40px;
}
footer .footer-content .logo-footer {
  margin-bottom: 15px;
}
footer .footer-content p {
  color: #b2b2b2;
  margin-bottom: 0;
  font-size: 14px;
}
footer .footer-content p a {
  color: #b2b2b2;
  border-bottom: 1px solid;
}
footer .footer-catalog {
  padding-top: 40px;
}
@media (max-width: 767px) {
  footer .footer-catalog {
    padding-top: 0;
  }
}
footer .footer-catalog .title {
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 20px;
  color: #fff;
}
footer .footer-catalog li {
  display: inline-block;
  vertical-align: top;
  padding-right: 10px;
}
footer .footer-catalog li a {
  display: inline-block;
  border: 1px solid #b2b2b2;
  border-radius: 30px;
  padding: 4px 10px;
  font-weight: 300;
  color: #b2b2b2;
  margin-bottom: 9px;
}
@media (min-width: 768px) and (max-width: 991px) {
  footer .footer-catalog li a {
    padding: 3px 6px 4px;
    margin-bottom: 5px;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  footer .footer-catalog li a {
    padding: 5px 10px;
    margin-bottom: 12px;
  }
}
footer .footer-catalog li a:hover {
  background: #b2b2b2;
  color: #333;
}
@media (min-width: 992px) and (max-width: 1199px) {
  footer .footer-catalog li {
    padding-right: 5px;
  }
  footer .footer-catalog li a {
    padding: 3px 7px;
    font-size: 12px;
    margin-bottom: 8px;
  }
}
footer .contact-info {
  padding-top: 40px;
  background: url("../../assets/img/map-footer.png") no-repeat left center;
}
@media (max-width: 767px) {
  footer .contact-info {
    padding-top: 0;
  }
}
footer .contact-info .title {
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 20px;
  color: #fff;
}
footer .contact-info li {
  padding-bottom: 20px;
  color: #b2b2b2;
}
footer .contact-info li a {
  color: #b2b2b2;
}
footer .contact-info li .cell {
  display: table-cell;
  vertical-align: middle;
}
footer .contact-info li .cell:first-child {
  width: 36px;
  font-size: 21px;
}
footer .contact-info li span {
  display: block;
}
footer .bootom-footer {
  background: #222222;
  color: #6c738d;
  font-size: 13px;
  padding: 15px 0;
}
footer .bootom-footer a {
  color: #fff;
  border-bottom: 1px solid;
}
.catalog-grid {
  padding: 30px 0;
}
.catalog-page {
  padding-bottom: 40px;
}
.catalog-page .advertising-slider img {
  width: 100%;
}
.catalog-page .advertising-slider .owl-controls .owl-prev,
.catalog-page .advertising-slider .owl-controls .owl-next {
  color: #fff;
  position: absolute;
  top: 52%;
  margin-top: -20px;
  background-color: transparent;
  padding: 0;
  border-radius: 50%;
  border: 2px solid #fff;
  width: 40px;
  height: 40px;
  line-height: 33px;
  text-align: center;
}
.catalog-page .advertising-slider .owl-controls .owl-prev:hover,
.catalog-page .advertising-slider .owl-controls .owl-next:hover {
  color: #fff;
}
.catalog-page .advertising-slider .owl-controls .owl-prev {
  left: 50px;
  font-size: 31px;
  margin-left: 0;
}
.catalog-page .advertising-slider .owl-controls .owl-next {
  right: 50px;
  font-size: 31px;
  margin-right: 0;
}
.catalog-page .sort-filters {
  padding-top: 10px;
}
.catalog-page .sort-filters li {
  padding: 5px 10px;
  display: inline-block;
}
@media (max-width: 767px) {
  .catalog-page .sort-filters li {
    padding: 1px 5px;
  }
}
.catalog-page .sort-filters li a {
  padding-right: 0px;
  font-size: 23px;
  line-height: 16px;
  color: #a1a1a1;
  display: inline-block;
}
.catalog-page .sort-filters li a i {
  line-height: 12px;
  vertical-align: middle;
  font-size: 12px;
}
.catalog-page .sort-filters li a:hover {
  color: #f07366;
}
.catalog-page .sort-filters li span {
  color: #f07366;
  font-size: 14px;
}
.catalog-page .sort-filters .reset {
  color: #a1a1a1;
  font-size: 14px;
  text-transform: none;
  display: inline-block;
  padding: 6px 0;
}
@media (max-width: 767px) {
  .catalog-page .sort-filters .reset {
    padding: 1px 0;
  }
}
.catalog-page .sort-filters .reset i {
  padding-right: 6px;
  font-size: 23px;
  vertical-align: top;
  line-height: 24px;
  color: #a1a1a1;
}
.catalog-page .sort-filters .reset:hover {
  color: #f07366;
}
.catalog-page .sort-filters .reset:hover i {
  color: #f07366;
}
.catalog-page .product-holder {
  min-height: 370px;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 767px) {
  .catalog-page .product-holder {
    display: block;
  }
}
.catalog-page .grid-catalog {
  padding: 40px 0;
}
.contact-page .box-contacts .cell {
  display: table-cell;
  vertical-align: top;
  font-size: 16px;
}
.contact-page .box-contacts .cell-icon {
  color: #eb1f29;
  width: 20px;
}
.contact-page .box-contacts li {
  padding-bottom: 5px;
}
.contact-page .box-contacts .padd-vert {
  margin: 30px 0;
}
.contact-page .map-container {
  position: relative;
  overflow: hidden;
  height: 800px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .contact-page .map-container {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .contact-page .map-container {
    height: 300px;
  }
}
.contact-page .map-container #map {
  height: 800px;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .contact-page .map-container #map {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .contact-page .map-container #map {
    height: 300px;
  }
}
.order-page {
  padding-bottom: 100px;
}
.order-page .order-form li {
  border-bottom: 1px solid #e1e1e1;
  padding: 15px 0;
}
.order-page .order-form li:last-child {
  border-bottom: none;
}
.order-page .order-form li label {
  font-weight: normal;
}
.order-page .order-form li .field {
  padding: 10px 0;
}
.order-page .order-form li .field label i {
  color: #ff6850;
}
.order-page .order-form li .cell-row {
  display: table;
  width: 100%;
}
.order-page .order-form li .padd-left {
  padding-left: 50px;
}
@media (max-width: 991px) {
  .order-page .order-form li .padd-left {
    padding-left: 0;
    padding-top: 6px;
  }
}
.order-page .order-form li .cell {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}
@media (max-width: 991px) {
  .order-page .order-form li .cell {
    display: block;
    width: 100%;
  }
}
.order-page .order-form li .cell-content {
  color: #a8a8a8;
}
.order-page .order-form li .cell-content a {
  padding: 0 5px;
}
.order-page .order-form li .cell-delivery .cell,
.order-page .order-form li .cell-address .cell {
  vertical-align: top;
}
.order-page .order-form li textarea {
  height: 100px;
}
.order-page .order-form li .form-inline {
  padding-top: 23px;
}
@media (max-width: 991px) {
  .order-page .order-form li .form-inline label {
    display: block;
  }
}
.order-page .order-form li .form-inline input {
  width: 143px;
}
@media (max-width: 991px) {
  .order-page .order-form li .form-inline input {
    display: block;
    width: 100%;
  }
}
.order-page .order-form .radio label {
  padding-left: 0;
}
.order-page .order-form .radio li {
  border-bottom: 0;
  padding: 3px 0;
}
.order-page .order-form .radio i {
  font-style: normal;
}
.order-page .order-form .radio i.red {
  color: #f07366;
}
.order-page .order-form .radio i.blue {
  color: #009fc7;
}
.order-page .order-form .radio i.green {
  color: #55ba45;
}
.order-page .order-form .nav-bottom {
  padding-top: 50px;
}
@media (max-width: 991px) {
  .order-page .order-form .nav-bottom .agreement {
    padding-bottom: 15px;
  }
}
.order-page .order-form .nav-bottom .agreement li {
  border: none;
  padding: 0;
}
.order-page .order-form .nav-bottom .agreement span {
  font-size: 14px;
  color: #a8a8a8;
  display: block;
  padding-left: 20px;
}
.order-page .order-form .nav-bottom .agreement .rfield_error {
  display: none!important;
}
.order-page .order-form .nav-bottom .agreement .styler-checkbox.jq-checkbox,
.order-page .order-form .nav-bottom .agreement .icheckbox.jq-checkbox {
  width: 13px;
  height: 13px;
  border-radius: 3px;
  top: 4px;
}
.order-page .order-form .nav-bottom .agreement .styler-checkbox.jq-checkbox.checked,
.order-page .order-form .nav-bottom .agreement .icheckbox.jq-checkbox.checked {
  border: 1px solid #6f6f6f;
  background: transparent;
  border-radius: 3px;
}
.order-page .order-form .nav-bottom .agreement .styler-checkbox.jq-checkbox.checked .jq-checkbox__div,
.order-page .order-form .nav-bottom .agreement .icheckbox.jq-checkbox.checked .jq-checkbox__div {
  width: 10px;
  height: 10px;
  border-radius: 3px;
  background: transparent;
  color: #009fc7;
  vertical-align: top;
  position: relative;
  font-size: 10px;
}
.order-page .order-form .nav-bottom .agreement .styler-checkbox.jq-checkbox.checked .jq-checkbox__div:after,
.order-page .order-form .nav-bottom .agreement .icheckbox.jq-checkbox.checked .jq-checkbox__div:after {
  content: "\f00c";
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  left: 1px;
  display: inline-block;
  line-height: 11px;
  font-size: 10px;
}
.order-page .order-form .nav-bottom .agreement .styler-checkbox.jq-checkbox.checked + span,
.order-page .order-form .nav-bottom .agreement .icheckbox.jq-checkbox.checked + span {
  color: #a8a8a8;
}
.order-page .order-form .btn-main.disabled {
  opacity: 0.7;
  box-shadow: none;
  cursor: not-allowed;
  pointer-events: none;
}
.order-page .thanks-order {
  padding-top: 30px;
}
.order-page .thanks-order h2 {
  color: #009fc7;
  font-size: 26px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
}
.order-page .thanks-order .order-info {
  width: 700px;
  margin: 0 auto;
  background: #f5f5f5;
  padding: 15px 56px;
}
@media (max-width: 767px) {
  .order-page .thanks-order .order-info {
    width: 100%;
    padding: 15px 11px;
  }
}
.order-page .thanks-order .order-info li {
  display: table-row;
  width: 100%;
}
.order-page .thanks-order .order-info li .cell {
  display: table-cell;
  vertical-align: top;
  padding: 14px 0;
  color: #212735;
}
.order-page .thanks-order .order-info li .name {
  text-align: right;
  padding-right: 30px;
}
.order-page .thanks-order .order-info li .red {
  color: #f07366;
  font-size: 18px;
  padding-top: 11px;
}
.order-page .thanks-order .order-info li .blue {
  color: #009fc7;
}
.order-page .thanks-order .order-info li .bold {
  font-weight: bold;
}
.order-page .thanks-order .order-info li span {
  display: block;
  color: #a8a8a8;
}
.order-page .thanks-order .order-info li .price {
  font-size: 18px;
}
.order-page .thanks-order .box-btn {
  padding-top: 20px;
  width: 700px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .order-page .thanks-order .box-btn {
    width: 100%;
    text-align: center;
  }
  .order-page .thanks-order .box-btn .btn-blue {
    float: none;
    display: inline-block;
  }
}
.order-product {
  background: #f6fbfe;
  padding: 15px 15px;
  margin: 15px 0;
}
.order-product h3 {
  text-transform: uppercase;
  color: #009fc7;
  margin-bottom: 15px;
}
.order-product li {
  position: relative;
  padding-bottom: 15px;
}
.order-product li a {
  display: block;
}
@media (min-width: 1400px) {
  .order-product li .item-mini-catalog .cell-img {
    width: 120px;
  }
}
.order-product li .item-mini-catalog .cell-img .image {
  background: #fff;
  border: 1px solid #d2d4d6;
}
@media (min-width: 1400px) {
  .order-product li .item-mini-catalog .cell-img .image {
    width: 120px;
    height: 120px;
  }
}
.order-product li .cell {
  display: table-cell;
  vertical-align: top;
}
.order-product li .cell-img {
  width: 90px;
  vertical-align: top;
  text-align: center;
}
.order-product li .cell-img .inner {
  background: #fff;
  height: 90px;
  vertical-align: middle;
  line-height: 90px;
}
.order-product li .cell-img img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
}
.order-product li .cell-decription {
  padding-left: 10px;
}
.order-product li .quantity {
  font-size: 14px;
  color: #686868;
}
.order-product .order-price {
  border-top: 1px solid #e1e1e1;
  padding-top: 20px;
}
.order-product .order-price .txt {
  display: inline-block;
  vertical-align: middle;
  width: 49%;
  font-size: 24px;
  color: #cf0a2d;
}
.order-product .order-price .price {
  width: 49%;
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  font-size: 22px;
}
.order-product .cost-of-delivery {
  padding-top: 20px;
}
.order-product .cost-of-delivery .txt {
  display: inline-block;
  vertical-align: middle;
  width: 49%;
}
.order-product .cost-of-delivery .price {
  width: 49%;
  display: inline-block;
  vertical-align: middle;
  text-align: right;
}
.order-product .cost-of-delivery .price .blue {
  color: #4da8d5;
}
.order-product .cost-of-delivery .price .red {
  color: #f07366;
}
.order-product .cost-of-delivery .price .green {
  color: #55ba45;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cart-page .order-product li {
    display: inline-block;
    width: 49%;
  }
}
@media (max-width: 767px) and (min-width: 480px) {
  .cart-page .order-product li {
    display: inline-block;
    width: 49%;
  }
}
.cart-page .order-product li a {
  display: inline;
}
.cart-page .order-product li .price {
  padding-top: 2px;
  padding-bottom: 11px;
}
.cart-page .order-product li .btn-main {
  margin-top: 5px;
  font-size: 11px;
  padding: 5px 8px;
}
.cart-page .btn-box {
  padding: 15px 0;
}
@media (max-width: 767px) {
  .cart-page .btn-box {
    text-align: center;
  }
}
.cart-page .btn-box .btn-main {
  float: right;
}
@media (max-width: 767px) {
  .cart-page .btn-box .btn-main {
    float: none;
    display: block;
  }
}
@media (max-width: 767px) and (min-width: 480px) {
  .cart-page .btn-box .btn-main {
    float: left;
  }
}
.cart-page .btn-box .btn-blue {
  border-bottom: 1px solid;
}
@media (max-width: 767px) {
  .cart-page .btn-box .btn-blue {
    float: none;
    display: block;
    margin-top: 15px;
  }
}
@media (max-width: 767px) and (min-width: 480px) {
  .cart-page .btn-box .btn-blue {
    float: right;
    margin-top: 0;
  }
}
.product-table .cart-items li {
  display: table;
  width: 100%;
  padding: 15px 0;
  border-bottom: 1px solid #d0d0d0;
}
.product-table .cart-items .cell {
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .product-table .cart-items .cell {
    display: block;
  }
}
.product-table .cart-items .cell-row {
  display: table-row;
}
.product-table .cart-items .gift-set .gift {
  position: relative;
}
.product-table .cart-items .gift-set .gift:after {
  content: "\f489";
  font-family: Ionicons;
  position: absolute;
  top: -14px;
  left: 163px;
  font-size: 40px;
  color: #f07366;
}
.product-table .cart-items .icon-close {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 19px;
  display: inline-block;
  font-size: 16px;
  color: #8b8b8b;
}
.product-table .cart-items .icon-close:hover i {
  color: #f07366;
}
.product-table .cart-items .cell-close {
  width: 20px;
}
.product-table .cart-items .cell-txt-present {
  color: #eb1f29;
  font-size: 18px;
  text-align: center;
}
.product-table .cart-items .img-box {
  width: 137px;
  height: 137px;
  line-height: 137px;
  margin: 0 22px;
  position: relative;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-align: center;
  display: block;
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-table .cart-items .img-box {
    width: 89px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .product-table .cart-items .img-box {
    width: 157px;
    height: auto;
    margin: 0 auto;
  }
}
.product-table .cart-items .img-box:before {
  z-index: 1;
  content: "";
  width: 100%;
  min-height: 100%;
  top: 0;
  left: 0;
  background-color: #212735;
  border: 4px solid #212735;
  position: absolute;
  display: block;
  opacity: 0;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.product-table .cart-items .img-box:after {
  content: "\f06e";
  font-size: 26px;
  margin-top: -13px;
  z-index: 2;
  font-family: 'FontAwesome';
  color: #fff;
  line-height: 1;
  width: 100%;
  text-align: center;
  top: 50%;
  left: 0;
  position: absolute;
  display: block;
  opacity: 0;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.product-table .cart-items .img-box img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
}
.product-table .cart-items .img-box:hover {
  opacity: 1;
}
.product-table .cart-items .img-box:hover:before {
  opacity: .5;
}
.product-table .cart-items .img-box:hover:after {
  opacity: 1;
}
.product-table .cart-items .item-img {
  width: 137px;
}
@media (max-width: 767px) {
  .product-table .cart-items .item-img {
    width: 100%;
  }
}
.product-table .cart-items .item-name {
  width: 304px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product-table .cart-items .item-name {
    width: 156px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-table .cart-items .item-name {
    width: 224px;
  }
}
@media (max-width: 767px) {
  .product-table .cart-items .item-name {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
  }
}
.product-table .cart-items .item-name a {
  color: #686868;
}
.product-table .cart-items .item-name a:hover {
  color: #009fc7;
}
.product-table .cart-items .item-name h4 {
  color: #686868;
  font-size: 16px;
  margin-bottom: 0;
}
.product-table .cart-items .item-name p {
  margin-bottom: 0;
  color: #808080;
  font-size: 16px;
}
.product-table .cart-items .item-price {
  font-size: 22px;
  color: #000;
  text-align: center;
  width: 200px;
}
.product-table .cart-items .count-input {
  max-width: 116px;
  position: relative;
  width: 100%;
  margin: 10px auto;
  padding: 0 32px;
}
.product-table .cart-items .count-input .incr-btn {
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  font-size: 22px;
  font-weight: 300;
  text-align: center;
  line-height: 20px;
  top: 50%;
  right: 0;
  margin-top: -10px;
  color: #000;
}
.product-table .cart-items .count-input .incr-btn:first-child {
  right: auto;
  left: 0;
  top: 46%;
}
.product-table .cart-items .count-input .incr-btn:first-child i.fa {
  position: relative;
  top: 0;
}
.product-table .cart-items .count-input .incr-btn i.fa {
  position: relative;
  top: -2px;
}
.product-table .cart-items .count-input .incr-btn.inactive {
  color: #808080;
}
.product-table .cart-items .count-input input {
  width: 100%;
  height: 36.92307692px;
  border-radius: 0;
  outline: none;
  background: none;
  text-align: center;
  font-size: 18px;
  border: 1px solid #ddd;
}
.product-table .summary-box {
  padding: 15px 0;
}

.cart-page .discount-code {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cart-page .discount-code {
    display: block;
    margin: 0 auto;
  }
}
.cart-page .discount-code .title {
  text-transform: uppercase;
  color: #323537;
  margin-bottom: 3px;
  font-weight: bold;
}
.cart-page .discount-code span {
  color: #333;
  font-size: 12px;
}
.cart-page .discount-code .form-control {
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  box-shadow: none;
  height: 40px;
  border: 1px solid #d1d1d1;
  border-right: 0;
}
.cart-page .discount-code .input-group-btn {
  background: #f2f6f8;
  background: -moz-linear-gradient(top, #f2f6f8 0%, #d8e1e7 50%, #b5c6d0 51%, #e0eff9 100%);
  background: -webkit-linear-gradient(top, #f2f6f8 0%, #d8e1e7 50%, #b5c6d0 51%, #e0eff9 100%);
  background: linear-gradient(to bottom, #f2f6f8 0%, #d8e1e7 50%, #b5c6d0 51%, #e0eff9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f6f8', endColorstr='#e0eff9', GradientType=0);
  border: 1px solid #d1d1d1;
  border-left: 0;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.cart-page .discount-code .btn {
  border-radius: 0;
  background: transparent;
}

@media (max-width: 767px) {
  .product-table .summary-box .discount-code {
    text-align: center;
  }
}
.product-table .summary-box .discount-code label {
  color: #a8a8a8;
  font-weight: normal;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product-table .summary-box .discount-code input {
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-table .summary-box .discount-code input {
    width: 103px;
  }
}
@media (max-width: 767px) {
  .product-table .summary-box .discount-code input {
    margin: 0 auto;
  }
}
.product-table .summary-box .summary {
  float: right;
}
@media (max-width: 767px) {
  .product-table .summary-box .summary {
    float: none;
    padding-top: 20px;
    text-align: center;
  }
}
.product-table .summary-box .summary .cell {
  display: inline-block;
  vertical-align: top;
  color: #686868;
}
@media (max-width: 767px) {
  .product-table .summary-box .summary .cell {
    display: block;
  }
}
.product-table .summary-box .summary .cell-txt {
  padding-top: 6px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product-table .summary-box .summary .cell-txt {
    width: 100px;
  }
}
@media (max-width: 767px) {
  .product-table .summary-box .summary .cell-txt {
    padding-top: 6px;
    width: auto;
  }
}
.product-table .summary-box .summary .cell-price {
  padding-left: 20px;
  text-align: right;
}
@media (max-width: 767px) {
  .product-table .summary-box .summary .cell-price {
    padding-left: 20px;
    text-align: center;
  }
}
.product-table .summary-box .summary .price {
  font-size: 22px;
  color: #212735;
  padding-bottom: 15px;
}
.product-table .summary-box .summary .economy {
  color: #eb1f29;
}
.grid-recomended {
  margin-top: 30px;
}
.grid-recomended .grid-header .title-section {
  color: #eb1f29;
}
.product-page .delivery-info {
  padding: 20px 0;
}
.product-page .delivery-info > li {
  padding-bottom: 15px;
  display: table;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .product-page .delivery-info > li {
    display: inline-block;
    width: 49%;
    vertical-align: top;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-page .delivery-info > li {
    padding-left: 40px;
  }
}
.product-page .delivery-info .cell {
  display: table-cell;
  vertical-align: top;
  color: #696969;
  font-weight: 300;
}
.product-page .delivery-info .cell-icon {
  width: 30px;
  font-size: 17px;
}
.product-page .delivery-info .cell-icon i {
  vertical-align: top;
  padding-top: 3px;
}
.product-page .delivery-info .title {
  padding-bottom: 5px;
  display: block;
  text-transform: uppercase;
  font-weight: 400;
}
.product-page .delivery-info .green {
  color: #3caf47;
}
.product-page .delivery-info .inner-list li {
  display: table;
  width: 100%;
  margin-bottom: 3px;
}
.product-page .product-box {
  padding-top: 20px;
}
.product-page .product-box .prod-info {
  padding-left: 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-page .product-box .prod-info {
    padding-top: 15px;
  }
}
@media (max-width: 767px) {
  .product-page .product-box .prod-info {
    padding-left: 0;
    padding-top: 20px;
  }
}
.product-page .product-box .additional-info {
  font-size: 14px;
}
.product-page .product-box .additional-info .product-sku {
  color: #b1b1b1;
}
.product-page .product-box .additional-info .sku-number {
  color: #222222;
}
.product-page .product-box .name-product {
  font-size: 28px;
  font-weight: bold;
  color: #222222;
  padding: 20px 0 15px 0;
}
.product-page .product-box .rating-info {
  padding-bottom: 15px;
}
.product-page .product-box .rating-info .stars {
  display: inline-block;
}
.product-page .product-box .rating-info .stars li {
  display: inline-block;
  color: #e0e0e0;
}
.product-page .product-box .rating-info .stars li .fa-star {
  color: #ffe400;
}
.product-page .product-box .rating-info span {
  display: inline-block;
  padding-left: 5px;
  color: #b1b1b1;
}
.product-page .product-box .prod-descr {
  color: #686868;
  font-size: 14px;
}
.product-page .product-box .product-attributes {
  padding-bottom: 20px;
}
.product-page .product-box .product-attributes .cell {
  display: table-cell;
  vertical-align: middle;
  color: #b1b1b1;
}
.product-page .product-box .product-attributes ul {
  padding-left: 16px;
}
.product-page .product-box .product-attributes li {
  display: inline-block;
  vertical-align: top;
  width: 60px;
  height: 60px;
  position: relative;
  margin-bottom: 6px;
  line-height: 60px;
}
.product-page .product-box .product-attributes li img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.product-page .product-box .product-attributes li:hover {
  opacity: 0.5;
}
.product-page .product-box .sizes-info {
  margin-bottom: 15px;
  padding-left: 20px;
  position: relative;
  display: inline-block;
}
.product-page .product-box .sizes-info ul {
  display: none;
  width: 200px;
  max-height: 250px;
  overflow: auto;
  position: absolute;
  top: 40px;
  z-index: 10;
}
.product-page .product-box .sizes-info ul li {
  background: #fff;
  width: 100%;
  display: block;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-bottom: 0;
  line-height: 40px;
  text-align: center;
}
.product-page .product-box .sizes-info ul li a {
  width: 100%;
  display: block;
}
.product-page .product-box .sizes-info ul li a:hover,
.product-page .product-box .sizes-info ul li a.selected {
  color: #000;
  font-weight: bold;
}
.product-page .product-box .sizes-info .title {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 10px;
}
.product-page .product-box .sizes-info .current {
  width: 200px;
  height: 40px;
  line-height: 40px;
  background: #fafafa;
  text-align: center;
  position: relative;
  border: 1px solid;
  cursor: pointer;
  border-radius: 30px;
}
.product-page .product-box .sizes-info .current span {
  margin-right: 8px;
}
.product-page .product-box .sizes-info .current:after {
  content: "\f0d7";
  font-family: "FontAwesome";
  font-size: 15px;
  line-height: 14px;
  color: #20252b;
  opacity: .5;
  font-weight: normal;
  display: inline-block;
  width: 10px;
  transition: all .3s ease;
}
.product-page .product-box .sizes-info.active .current {
  border-bottom: none;
  border-radius: 20px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.product-page .product-box .sizes-info.active .current:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.product-page .product-box .sizes-info.active ul {
  display: block;
}
@media (max-width: 767px) {
  .product-page .product-box .sizes-info {
    padding-left: 0;
  }
}
.product-page .product-box .price-info {
  background: #fafafa;
  padding: 22px 20px;
}
.product-page .product-box .price-info .availability {
  text-align: left;
  padding-bottom: 10px;
}
.product-page .product-box .price-info .availability span {
  display: inline-block;
}
.product-page .product-box .price-info .availability.yes span {
  color: #3caf47;
  padding-left: 21px;
  position: relative;
}
.product-page .product-box .price-info .availability.yes span:after {
  content: "\f046";
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  top: 0;
}
.product-page .product-box .price-info .availability.no {
  color: #b1b1b1;
}
.product-page .product-box .price-info .availability.specify {
  color: #cf0a2d;
}
.product-page .product-box .price-info .nav-box > li:first-child {
  float: left;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .product-page .product-box .price-info .nav-box > li:first-child {
    float: none;
    padding-bottom: 10px;
  }
}
.product-page .product-box .price-info .nav-box > li:last-child {
  float: right;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .product-page .product-box .price-info .nav-box > li:last-child {
    float: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-page .product-box .price-info .nav-box > li:last-child {
    float: left;
    padding-left: 20px;
  }
}
.product-page .product-box .price-info .nav-box .price-box span {
  display: block;
}
.product-page .product-box .price-info .nav-box .price-box .special-price {
  font-weight: bold;
  color: #144a7c;
  font-size: 23px;
  position: relative;
  padding: 0;
  line-height: 20px;
}
.product-page .product-box .price-info .nav-box .price-box .old-price {
  color: #b1b1b1;
  font-size: 14px;
  text-decoration: line-through;
  font-weight: 300;
}
.product-page .product-box .price-info .nav-box .btn-box li {
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-page .product-box .price-info .nav-box .btn-box li {
    padding-right: 13px;
  }
}
.product-page .product-box .price-info .nav-box .btn-box .btn-add-cart {
  text-transform: none;
  font-weight: normal;
  font-size: 16px;
  padding: 0 15px;
  vertical-align: middle;
  color: #fff;
  border-radius: 30px;
  display: block;
  height: 40px;
  line-height: 34px;
}
.product-page .product-box .price-info .nav-box .btn-box .btn-add-cart span {
  vertical-align: middle;
}
.product-page .product-box .price-info .nav-box .btn-box .btn-add-cart i {
  font-size: 17px;
  vertical-align: middle;
  padding-right: 6px;
}
.product-page .product-box .price-info .nav-box .btn-box .btn-whishlist,
.product-page .product-box .price-info .nav-box .btn-box .btn-compare {
  width: 40px;
  height: 40px;
  font-size: 20px;
  color: #fff;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 40px;
}
.product-page .product-box .price-info .form-quick {
  margin: 30px 0 0;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-page .product-box .price-info .form-quick {
    width: 52%;
  }
}
.product-page .product-box .price-info .form-quick .form-control {
  height: 29px;
  background: transparent;
  border: none;
  padding: 0 6px;
  font-size: 19px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .product-page .product-box .price-info .form-quick .form-control {
    font-size: 15px;
  }
}
.product-page .product-box .price-info .form-quick .btn-main {
  padding: 8px 32px;
  font-size: 14px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .product-page .product-box .price-info .form-quick .btn-main {
    padding: 8px 25px;
  }
}
.product-page .product-box .price-info .form-quick .btn-main.disabled {
  background: #e6e6e6;
  color: #686868;
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65;
}
.product-page .product-box .present-box {
  background: #fff;
  border: 1px solid #dc002e;
  display: table;
  width: 100%;
  padding: 3px 10px;
  margin-bottom: 15px;
/*  margin-top: 15px;*/
}
.product-page .product-box .present-box p {
  margin-bottom: 0;
}
.product-page .product-box .present-box .cell {
  display: table-cell;
  vertical-align: middle;
}
.product-page .product-box .present-box .red {
  color: #dc002e;
}
.product-page .product-box .present-box .time {
  color: #dc002e;
}
.product-page .product-box .present-box .cell-img {
  width: 90px;
}
.product-page .product-box .present-box .cell-img .inner {
  width: 80px;
  height: 80px;
  line-height: 80px;
}
.product-page .product-box .present-box .cell-img .inner img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.product-page .product-box .present-box .price {
  text-align: center;
}
.product-page .product-box .present-box .price .special-price {
  font-weight: bold;
  color: #dc002e;
  font-size: 18px;
  position: relative;
  line-height: 22px;
  padding: 0;
}
.product-page .product-box .present-box .price .special-price small {
  font-size: 14px;
}
.product-page .description-product {
  padding: 40px 0;
}
.product-page .description-product p {
  font-size: 16px;
  color: #686868;
}
.product-page .description-product .nav-tabs {
  border-bottom: 1px solid #f2f5f8;
}
.product-page .description-product .nav-tabs li.active a {
  background: #fff;
  position: relative;
}
.product-page .description-product .nav-tabs li.active a:after {
  content: "";
  position: absolute;
  border: 2px solid;
  top: 0;
  left: 0;
  width: 100%;
}
.product-page .description-product .nav-tabs li a {
  text-transform: uppercase;
  border-radius: 0;
  border-color: #f2f5f8;
  border-bottom-color: transparent;
  background: #fafafa;
  margin-right: -1px;
  color: #686868;
  font-size: 16px;
  padding: 18px 31px;
}
@media (max-width: 767px) {
  .product-page .description-product .nav-tabs li a {
    font-size: 11px;
    padding: 15px 15px;
  }
}
.product-page .description-product .tab-content {
  border: 1px solid #f2f5f8;
  border-top: none;
}
.product-page .description-product .tab-content .tab-pane {
  padding: 20px;
}
.product-page .description-product #descr table {
  margin-top: 20px;
  max-width: 100%;
  border: none;
  width: 100%;
  margin-bottom: 30px;
}
.product-page .description-product #descr table td {
  color: #686868;
}
.product-page .description-product #descr table td:first-child {
  border-bottom: 1px solid #dfdfdf;
  background: none;
  line-height: 1.4;
  font-size: 103%;
  width: 33%;
  text-align: right;
  color: #222222;
}
@media (max-width: 767px) {
  .product-page .description-product #descr table td:first-child {
    width: auto;
    font-size: 13px;
  }
}
.product-page .description-product #descr table th,
.product-page .description-product #descr table td {
  padding: 9px 20px;
}
.product-page .description-product #descr table p {
  margin-bottom: 0;
}
.product-page .description-product #descr table th,
.product-page .description-product #descr table td {
  border-bottom: 1px solid #dfdfdf;
  padding: 10px 20px;
  vertical-align: middle;
}
.product-page .description-product #descr table th {
  border-bottom: 1px solid #dfdfdf;
  background: none;
  line-height: 1.4;
  font-size: 103%;
  color: #222222;
  width: 33%;
  text-align: right;
  font-weight: normal;
}
@media (max-width: 767px) {
  .product-page .description-product #descr table th {
    width: auto;
    font-size: 13px;
  }
}
.product-page .description-product #descr table .label {
  display: table-cell;
  font-weight: normal;
  text-align: right;
  text-transform: uppercase;
  color: #333;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  width: 33%;
}
.product-page .description-product #descr img {
  max-width: 100%;
  height: auto;
  margin-bottom: 15px;
}
.product-page .description-product #descr h2,
.product-page .description-product #descr h3 {
  text-transform: uppercase;
  font-size: 24px;
  margin-bottom: 15px;
}
.product-page .description-product #descr p {
  font-size: 16px;
  color: #686868;
  margin-bottom: 6px;
}
.product-page .description-product #descr ul {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 30px;
}
.product-page .description-product #descr ul li {
  padding-bottom: 5px;
  font-size: 16px;
  color: #686868;
}
.product-page .description-product #characteristics table {
  margin-top: 20px;
  max-width: 100%;
  border: none;
  width: 100%;
  margin-bottom: 30px;
}
.product-page .description-product #characteristics table td {
  color: #686868;
}
.product-page .description-product #characteristics table td:first-child {
  border-bottom: 1px solid #dfdfdf;
  background: none;
  line-height: 1.4;
  font-size: 103%;
  width: 33%;
  text-align: right;
  color: #222222;
}
@media (max-width: 767px) {
  .product-page .description-product #characteristics table td:first-child {
    width: auto;
    font-size: 13px;
  }
}
.product-page .description-product #characteristics table th,
.product-page .description-product #characteristics table td {
  padding: 9px 20px;
}
.product-page .description-product #characteristics table p {
  margin-bottom: 0;
}
.product-page .description-product #characteristics table th,
.product-page .description-product #characteristics table td {
  border-bottom: 1px solid #dfdfdf;
  padding: 10px 20px;
  vertical-align: middle;
}
.product-page .description-product #characteristics table th {
  border-bottom: 1px solid #dfdfdf;
  background: none;
  line-height: 1.4;
  font-size: 103%;
  color: #222222;
  width: 33%;
  text-align: right;
  font-weight: normal;
}
@media (max-width: 767px) {
  .product-page .description-product #characteristics table th {
    width: auto;
    font-size: 13px;
  }
}
.product-page .description-product #characteristics table .label {
  display: table-cell;
  font-weight: normal;
  text-align: right;
  text-transform: uppercase;
  color: #333;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  width: 33%;
}
.product-page .description-product #characteristics .feature h3 {
  margin-bottom: 15px;
  margin-top: 15px;
}
.product-page .description-product #characteristics ul {
  list-style: disc;
  margin-left: 20px;
}
.product-page .description-product #characteristics ul li {
  padding-bottom: 5px;
}
.product-page .description-product #in_box ul {
  list-style: disc;
  margin-left: 20px;
}
.product-page .description-product #in_box ul li {
  padding-bottom: 5px;
}
.product-page .about-polar {
  padding-top: 58px;
}
.product-page .about-polar img {
  max-width: 100%;
  margin-bottom: 20px;
}
.product-page .about-polar p {
  font-size: 16px;
  color: #222222;
}
.ms-skin-default .ms-nav-next,
.ms-skin-default .ms-nav-prev {
  position: absolute;
  left: 30px;
  top: 50%;
  margin-top: -12px;
  width: 30px;
  height: 30px;
  background-color: transparent;
  line-height: 31px;
  text-align: center;
  color: #f07366;
  opacity: .4;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-radius: 50%;
  border: 1px solid;
}
.ms-skin-default .ms-nav-next:hover,
.ms-skin-default .ms-nav-prev:hover {
  background-color: transparent!important;
  opacity: 1;
}
.ms-skin-default .ms-nav-next {
  right: 30px;
  left: auto;
}
.ms-skin-default .ms-nav-next:hover,
.ms-skin-default .ms-nav-prev:hover {
  background-color: rgba(37, 37, 37, 0.95);
}
.ms-skin-default .ms-nav-next:before,
.ms-skin-default .ms-nav-prev:before {
  font-family: 'FontAwesome';
  font-size: 22px;
}
.ms-skin-default .ms-nav-next:before {
  content: "\f105";
  padding-left: 3px;
}
.ms-skin-default .ms-nav-prev:before {
  content: "\f104";
  padding-right: 3px;
}
.product-showcase-slider .ms-view {
  background: transparent;
  border: 1px solid #f2f5f8;
}
.product-showcase-slider .single-img img {
  max-width: 100%;
}
.product-showcase-slider .ms-slide .ms-slide-bgcont {
  text-align: center;
  line-height: 404px;
}
@media (max-width: 767px) {
  .product-showcase-slider .ms-slide .ms-slide-bgcont {
    line-height: normal;
  }
}
.product-showcase-slider .ms-slide .ms-slide-bgcont img {
  max-width: 100%;
  max-height: 100%;
  width: auto!important;
  height: auto!important;
  display: inline-block;
  vertical-align: middle;
  margin-top: 0 !important;
  margin-left: 0!important;
}
.blog-page .popular-news h4 {
  font-size: 18px;
  color: #009fc7;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.blog-page .popular-news li {
  padding-bottom: 20px;
}
.blog-page .popular-news .cell {
  display: table-cell;
  vertical-align: top;
  position: relative;
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog-page .popular-news .cell {
    display: block;
    text-align: center;
  }
}
.blog-page .popular-news .cell-img {
  padding-right: 15px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog-page .popular-news .cell-img {
    padding-right: 0;
    padding-bottom: 15px;
  }
}
.blog-page .popular-news .cell-img .image {
  width: 80px;
  height: 80px;
  position: relative;
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog-page .popular-news .cell-img .image {
    margin: 0 auto;
  }
}
.blog-page .popular-news .cell-img .image img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.blog-page .popular-news .cell-txt {
  padding-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog-page .popular-news .cell-txt {
    padding-bottom: 26px;
  }
}
.blog-page .popular-news .name {
  color: #686868;
}
.blog-page .popular-news .name a {
  color: #686868;
}
.blog-page .popular-news .name a:hover {
  color: #009fc7;
}
.blog-page .popular-news .like-box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.blog-page .popular-news .btn-box-more {
  padding: 2px 0;
}
@media (max-width: 991px) {
  .blog-page .popular-news .btn-box-more {
    text-align: center;
  }
}
.blog-page .popular-news .btn-box-more .btn-more {
  float: right;
  color: #686868;
  display: inline-block;
}
@media (max-width: 991px) {
  .blog-page .popular-news .btn-box-more .btn-more {
    float: none;
  }
}
.blog-page .popular-news .advertising {
  margin-bottom: 0;
}
.blog-page .popular-news .add-box li {
  padding-bottom: 0;
}
.blog-page .like-box li {
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 0;
}
.blog-page .like-box li + li {
  padding-left: 5px;
}
.blog-page .like-box li a {
  color: #009fc7;
}
.blog-page .like-box li i {
  color: #a7a7a7;
}
.blog-page .item-blog {
  margin-bottom: 20px;
}
.blog-page .item-blog:hover .image:after {
  opacity: 0.7;
}
.blog-page .item-blog:hover .image .hover-label {
  left: 0;
}
.blog-page .item-blog .image {
  border: 1px solid #e0e0e0;
  padding: 5px;
  position: relative;
  overflow: hidden;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
.blog-page .item-blog .image:after {
  background: #009fc7;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0;
}
.blog-page .item-blog .image .hover-label {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  margin-top: -10px;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  font-weight: 600;
  z-index: 1;
  left: -100%;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
}
.blog-page .item-blog .image .inner {
  max-height: 170px;
}
@media (max-width: 767px) {
  .blog-page .item-blog .image .inner {
    max-height: none;
  }
}
.blog-page .item-blog .image .inner img {
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .blog-page .item-blog .image .inner img {
    min-width: 100%;
  }
}
.blog-page .item-blog .content .data-box {
  padding: 10px 0;
}
.blog-page .item-blog .content .data {
  float: left;
  color: #686868;
}
.blog-page .item-blog .content .like-box {
  float: right;
}
.blog-page .item-blog .content .name {
  height: 67px;
  overflow: hidden;
}
.blog-page .item-blog .content .name a {
  color: #212735;
}
.blog-page .item-blog .content .name a:hover {
  color: #009fc7;
}
.blog-page .item-blog .content .category-blog {
  color: #686868;
  text-transform: uppercase;
  font-size: 14px;
  text-align: center;
  position: relative;
  padding-top: 10px;
  margin-top: 10px;
}
.blog-page .item-blog .content .category-blog:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -25px;
  top: 0;
  width: 50px;
  height: 1px;
  background: #e1e1e1;
}
.blog-page .blog-article {
  padding: 20px 0 50px 0;
}
.blog-page .blog-article img {
  height: auto;
  max-width: 100%;
}
.blog-page .blog-article .left-img {
  float: left;
  margin: 7px 27px 7px 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog-page .blog-article .left-img {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .blog-page .blog-article .left-img {
    width: 150px;
    margin: 7px 15px 7px 0;
  }
}
.blog-page .blog-article h2,
.blog-page .blog-article h3 {
  color: #009fc7;
  text-transform: uppercase;
  margin: 10px 0;
}
.blog-page .blog-article h2 {
  font-size: 19px;
}
.blog-page .blog-article h4 {
  font-size: 16px;
  color: #686868;
  margin: 15px 10px;
}
.blog-page .blog-article p {
  color: #686868;
  line-height: 22px;
}
.blog-page .blog-article ol {
  margin-left: 55px;
}
.blog-page .blog-article ol li {
  padding-bottom: 15px;
}
.blog-page .blog-article ul {
  list-style: disc;
  margin-left: 20px;
}
.blog-page .blog-article ul li {
  padding-bottom: 15px;
}
.nav-left-menu {
  position: relative;
  padding-top: 42px;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.nav-left-menu:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #e1e1e1;
}
.nav-left-menu .nav-tabs {
  border-bottom: none;
}
.nav-left-menu li {
  float: none;
  margin-bottom: 0;
}
.nav-left-menu li.active a {
  color: #f07366;
  background: transparent;
  border: none!important;
}
.nav-left-menu li.active a:hover,
.nav-left-menu li.active a:active,
.nav-left-menu li.active a:focus {
  color: #f07366;
  background: transparent;
  border: none!important;
}
.nav-left-menu li a {
  text-transform: uppercase;
  font-size: 16px;
  color: #212735;
  display: block;
  padding: 3px 0;
  border: transparent;
  border-radius: 0;
}
.nav-left-menu li a:hover,
.nav-left-menu li a:active,
.nav-left-menu li a:focus,
.nav-left-menu li a.active {
  color: #f07366;
  background: transparent;
}
.page-404 .content {
  min-height: 750px;
  position: relative;
}
@media (max-width: 767px) {
  .page-404 .content {
    min-height: 850px;
  }
}
.page-404 .content:before {
  content: "404";
  font-size: 180px;
  font-weight: bold;
  left: 50%;
  margin-left: -157px;
  position: absolute;
  top: 0px;
  width: 314px;
}
.page-404 .content .post {
  background-color: transparent !important;
  left: 50%;
  margin-left: -250px;
  position: absolute;
  text-align: center;
  top: 250px;
  width: 500px;
}
@media (max-width: 767px) {
  .page-404 .content .post {
    width: 300px;
    margin-left: -150px;
  }
}
.page-404 .content .page-content {
  margin-bottom: 40px;
}
.page-404 .content .page-content .oops-404 {
  font-size: 36px;
  margin-bottom: 30px;
}
.page-404 .content .page-content .info-404 {
  font-size: 16px;
  margin-bottom: 35px;
  color: #767676;
}
.page-404 .content .page-content .search-form {
  margin: 0 auto;
  width: 260px;
  position: relative;
  outline: none;
}
.page-404 .content .page-content .search-form label {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  font-weight: normal;
}
.page-404 .content .page-content .search-form label:after {
  content: '\f002';
  font-family: 'FontAwesome';
  font-size: 17px;
  color: #c0c0c0;
  position: absolute;
  top: 7px;
  right: 15px;
  font-weight: 100;
}
.page-404 .content .page-content .search-form .search-submit {
  position: absolute;
  width: 40px;
  height: 40px;
  right: 0;
  top: 0;
  opacity: 0;
}
.page-404 .content .page-content .search-form .screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
}
.page-404 .content .page-content .search-form .search-field {
  width: 260px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background-clip: padding-box;
  -webkit-appearance: none;
  border: 1px solid #e0e5eb;
  color: inherit;
  font-size: 14px;
  height: 40px;
  padding: 0 20px;
  outline: none;
}
.page-404 .content .page-content .search-form .search-field:focus {
  outline: none;
}
.page-404 .content .page-content .btn-main {
  margin: 20px 0;
}
.page-404 .content .page-content ul {
  padding: 0;
  display: inline-block;
}
.page-404 .content .page-content ul li {
  text-align: left;
  padding-bottom: 3px;
}
.page-404 .content .page-content ul li a {
  color: #6d6d6d;
  font-size: 14px;
}
.page-404 .content .page-content ul li a:hover span {
  border-bottom: 1px solid;
}
.page-404 .content .page-content ul li a i {
  font-style: normal;
  color: #acacac;
}
@media (max-width: 767px) {
  .page-404 .content .page-content .text-center {
    text-align: left;
  }
}
.blog-text {
  color: #595959;
  font-size: 14px;
  padding: 50px 0;
  background: #fafafa;
}
.blog-text h1 {
  color: #1a1a1a;
  font-size: 21px;
  margin-bottom: 15px;
}
.blog-text h2 {
  color: #1a1a1a;
  font-size: 16px;
  margin-bottom: 30px;
  text-transform: uppercase;
  text-align: center;
}
.blog-text h3 {
  color: #1a1a1a;
  font-size: 16px;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.blog-text ul {
  list-style: disc;
  margin-left: 20px;
  font-size: 13px;
  margin-bottom: 20px;
}
.blog-text ul li {
  padding-bottom: 8px;
}
.blog-text ol {
  margin-left: 20px;
  margin-bottom: 20px;
}
.blog-text ol li {
  padding-bottom: 8px;
  padding-left: 6px;
}
.blog-text .text-box {
  max-height: 166px;
  overflow: hidden;
  position: relative;
}
.blog-text .text-box:after {
  content: '';
  display: block;
  height: 64px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjElIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMDEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top, rgba(250, 250, 250, 0) 0%, rgba(250, 250, 250, 0.01) 1%, #fafafa 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(250, 250, 250, 0)), color-stop(1%, rgba(250, 250, 250, 0.01)), color-stop(100%, #fafafa));
  background: -webkit-linear-gradient(top, rgba(250, 250, 250, 0) 0%, rgba(250, 250, 250, 0.01) 1%, #fafafa 100%);
  background: -o-linear-gradient(top, rgba(250, 250, 250, 0) 0%, rgba(250, 250, 250, 0.01) 1%, #fafafa 100%);
  background: -ms-linear-gradient(top, rgba(250, 250, 250, 0) 0%, rgba(250, 250, 250, 0.01) 1%, #fafafa 100%);
  background: linear-gradient(to bottom, rgba(250, 250, 250, 0) 0%, rgba(250, 250, 250, 0.01) 1%, #fafafa 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#fafafa', GradientType=0);
}
.blog-text .text-box.active {
  height: 100%;
}
.blog-text .text-box.active:after {
  display: none;
}
.blog-text .btn-inner {
  display: block!important;
  width: 100%!important;
  color: #4269da;
  text-align: center;
}
.blog-text .btn-inner span {
  border-bottom: 1px dashed;
}
