* {
  margin: 0;
  padding: 0;
}
body {
  font-family: 'Fira Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  background: #fff;
  text-transform: none;
}
h1,
h2,
h3,
h4 {
  margin: 0;
}
ul {
  list-style: none;
  margin: 0;
}
a {
  text-decoration: none!important;
  transition: all 0.3s ease 0s;
}
.btn,
button {
  transition: all 0.3s ease 0s;
}
button {
  border: none;
  box-shadow: none;
}
a,
a:link,
a:visited,
a:active,
a:hover {
  cursor: pointer;
  text-decoration: none;
  outline: none;
}
.btn:active {
  box-shadow: none;
}
.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-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;
}
.spacer {
  margin-bottom: 10px;
}
.big-spacer {
  margin-bottom: 25px;
}
@media (min-width: 1400px) {
  .container {
    width: 100%!important;
    max-width: 1400px;
  }
}
hr {
  border-top: 2px solid #eee;
}
.link-btn,
.link-blue {
  color: #00618e;
  border-bottom: 1px dashed;
}
.link-btn:hover,
.link-blue:hover {
  border-bottom: 1px solid;
}
.btn-main {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  padding: 9px 20px;
  font-size: 14px;
  transition: all 0.3s ease 0s;
  border-radius: 5px;
}
.btn-main:after {
  content: '';
  position: absolute;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
}
.btn-main:hover {
  color: #fff;
}
.btn-main:hover:after {
  height: 100%;
}
.btn-main span {
  position: relative;
  z-index: 1;
}
.btn-main i {
  position: relative;
  z-index: 1;
}
.btn-main.disabled {
  opacity: 0.7;
  box-shadow: none;
  cursor: not-allowed;
  pointer-events: none;
}
.btn-add-cart-mini {
  color: #fff !important;
  display: inline-block;
  vertical-align: middle;
  border-radius: 6px;
  width: 40px;
  height: 40px!important;
  line-height: 40px!important;
  font-size: 23px;
  padding: 2px 8px;
}
.gradient-grey {
  background: #f2f2f2;
  background: -moz-linear-gradient(top, #f2f2f2 0%, #f2f2f2 50%, #e6e6e6 51%, #e6e6e6 100%);
  background: -webkit-linear-gradient(top, #f2f2f2 0%, #f2f2f2 50%, #e6e6e6 51%, #e6e6e6 100%);
  background: linear-gradient(to bottom, #f2f2f2 0%, #f2f2f2 50%, #e6e6e6 51%, #e6e6e6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#e6e6e6', GradientType=0);
  border: 1px solid #f2f2f2 !important;
  color: #111;
}
.gradient-grey:after {
  display: none;
}
.gradient-grey:hover {
  color: #111;
}
.title-page {
  font-size: 23px;
  font-weight: 400;
  padding: 23px 0;
  display: inline-block;
  vertical-align: middle;
}
h2.title-page {
  padding: 9px 0;
}
.grid-header .title {
  font-weight: bold;
  text-transform: uppercase;
}
.grid-header .title.red {
  color: #cf112b;
}
.grid-header .title a {
  font-weight: normal;
  text-transform: none;
  color: #002c8f;
  border-bottom: 1px solid;
  margin-left: 15px;
  font-size: 13px;
}
.filters {
  padding-top: 0;
}
.filters .reset-filters {
  display: inline-block;
  color: #002c8f !important;
  border-bottom: 1px dotted;
  margin-bottom: 10px;
}
.filters .reset-filters:hover {
  border-bottom: 1px solid;
}
.filters .panel {
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
  background: transparent;
}
.filters .panel.brd-bot {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.filters .panel.brd-bot:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 50px;
  height: 1px;
  background: #ededed;
}
.filters .panel.hide {
  display: none;
}
.filters .panel:last-child.brd-bot:after {
  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.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: 5px 0;
}
.filters .panel .panel-body li {
  padding-bottom: 16px;
}
@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: #1a1a1a;
  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 a span i {
  color: #8a8a8a;
  font-style: normal;
  font-size: 12px;
}
.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 .panel .panel-color li {
  display: inline-block;
  vertical-align: top;
  width: 47px;
  padding-bottom: 4px;
}
.filters .panel .panel-color li a {
  display: block;
  border: 1px solid #e6e6e6;
  height: 29px;
}
.filters .panel .panel-size li {
  display: inline-block;
  vertical-align: top;
  width: 47px;
  text-align: center;
  padding-bottom: 4px;
}
.filters .panel .panel-size li a {
  display: block;
  border: 1px solid #e6e6e6;
  height: 29px;
  line-height: 28px;
}
.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 10px 0;
}
.filters .filter-menu-inner .panel-body a {
  color: #002c8f;
  display: block;
}
.filters .filter-menu-inner .panel-body a.active.new {
  color: #5a9b1f !important;
}
.filters .filter-menu-inner .panel-body a.active.sale {
  color: #dc002d !important;
}
.filters .filter-menu-inner .panel-body a.active.hit {
  color: #3a8dda !important;
}
.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 .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: 11px;
}
.filters .filter-menu-inner li a:after {
  content: "\f111";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  left: 0;
  font-size: 5px;
  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: #000;
}
.filters .filter-menu-inner li .active span,
.filters .filter-menu-inner li a:hover span {
  color: #000;
}
.styler-checkbox.jq-checkbox,
.icheckbox.jq-checkbox {
  width: 14px;
  height: 14px;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
  border: 1px solid #e6e6e6;
  display: block;
  position: relative;
  float: left;
  top: 2px;
}
.styler-checkbox.jq-checkbox.checked,
.icheckbox.jq-checkbox.checked {
  border: 1px solid #e6e6e6;
  background: transparent;
  border-radius: 0;
}
.styler-checkbox.jq-checkbox.checked .jq-checkbox__div,
.icheckbox.jq-checkbox.checked .jq-checkbox__div {
  width: 10px;
  height: 10px;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
  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: "Font Awesome 6 Free";
  top: 0px;
  left: 0px;
  font-size: 18px;
}
.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: 13px;
  height: 13px;
  box-shadow: none;
  background: transparent;
  border: 1px solid #e6e6e6;
  border-radius: 0;
}
.iradio2:not(checked) + span:after {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  top: -1px;
  left: 0;
  width: 16px;
  height: 16px;
  box-shadow: none;
  background: transparent;
  opacity: 0;
  transition: all 0.2s;
  font-size: 17px;
  text-align: center;
  line-height: 16px;
  padding-left: 1px;
  border-radius: 3px;
}
.iradio2:checked + span:after {
  opacity: 1;
}
.blog-text {
  color: #595959;
  font-size: 14px;
  padding: 30px 0 0;
}
.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(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.01) 1%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(1%, rgba(255, 255, 255, 0.01)), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.01) 1%, #ffffff 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.01) 1%, #ffffff 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.01) 1%, #ffffff 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.01) 1%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}
.blog-text .text-box.active {
  height: 100%;
}
.blog-text .text-box.active:after {
  display: none;
}
.blog-text .text-box ul {
  list-style: disc;
  margin-left: 20px;
  font-size: 14px;
}
.blog-text .text-box ul li {
  padding-bottom: 15px;
}
.blog-text .text-box ol {
  list-style: decimal;
  margin-left: 20px;
  font-size: 14px;
}
.blog-text .text-box ol li {
  padding-bottom: 15px;
  padding-left: 10px;
}
.blog-text .text-box h3,
.blog-text .text-box h2 {
  margin-bottom: 11px;
}
.blog-text .text-box h3 {
  font-size: 19px;
}
.blog-text .btn-inner {
  display: inline-block !important;
  width: auto!important;
  color: #158ac1;
  float: right;
}
.item-product {
  position: relative;
  text-align: center;
  z-index: 5;
  transition: z-index 0.15s step-end;
  border: 1px solid #f5f5f5;
}
.item-product:hover {
  z-index: 9;
  transition: z-index 0s step-start;
}
.item-product .left-nav {
  position: absolute;
  right: 6px;
  top: 5px;
  z-index: 10;
}
.item-product .left-nav li {
  display: block;
  padding-bottom: 5px;
}
.item-product .left-nav li span,
.item-product .left-nav li a {
  display: block;
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 35px;
  color: #ccc;
  font-size: 15px;
  border: 1px solid #e6e6e6;
  background: #fff;
  border-radius: 50%;
}
.item-product .left-nav li .discount-box {
  width: 34px;
  height: 34px;
  line-height: 33px;
  text-align: center;
  border: 1px solid #e71619;
  border-radius: 50%;
  color: #e71619;
  font-size: 12px;
}
.item-product .left-nav li .discount-cart {
  position: relative;
  padding-right: 47px;
  width: 132px;
  text-align: right;
  padding-top: 7px;
  margin-bottom: 13px;
}
.item-product .left-nav li .discount-cart i {
  font-style: normal;
  color: #229b2c;
  font-size: 11px;
  text-align: right;
  line-height: 12px;
  display: block;
}
.item-product .left-nav li .discount-cart .count {
  background: #229b2c;
  border-radius: 50%;
  text-align: center;
  width: 42px;
  height: 42px;
  line-height: 42px;
  white-space: nowrap;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
}
.item-product .left-nav .hot-icon {
  display: inline-block;
  vertical-align: top;
}
.item-product .left-nav .nav-icon {
  display: inline-block;
  vertical-align: middle;
}
.item-product .wrapper-hover {
  position: relative;
  background: #ffffff;
  padding: 25px 25px 0;
  transition: all 0.2s ease-in-out;
  height: 429px;
}
.item-product .wrapper-hover.hw2 {
  height: 461px;
}
.item-product .wrapper-hover.hw3 {
  height: 474px;
}
.item-product .wrapper-hover.hw4 {
  height: 500px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .item-product .wrapper-hover {
    padding: 10px 10px 0;
  }
}
@media (max-width: 767px) {
  .item-product .wrapper-hover {
    height: auto!important;
  }
}
.item-product .wrapper-hover .product-image-container {
  height: 222px;
  overflow: hidden;
  text-align: center;
  padding-top: 22px;
}
.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 {
  border-radius: 3px;
  background: #ffffff;
  border: 1px solid #d9d9d9;
  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-image-container .carousel-prod {
  width: 224px;
  margin: 0 auto;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .item-product .wrapper-hover .product-image-container .carousel-prod {
    width: 174px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .item-product .wrapper-hover .product-image-container .carousel-prod {
    width: 211px;
  }
}
.item-product .wrapper-hover .product-info {
  padding-bottom: 20px;
}
.item-product .wrapper-hover .product-info .code {
  padding: 3px 0;
  color: #323537;
  font-size: 13px;
  text-align: center;
  height: 22px;
}
.item-product .wrapper-hover .product-info .code span {
  color: #ababab;
}
.item-product .wrapper-hover .product-info .rating-box {
  position: relative;
  text-align: center;
}
.item-product .wrapper-hover .product-info .rating-box .rat-wrap {
  position: relative;
  display: inline-block;
}
.item-product .wrapper-hover .product-info .rating-box .stars {
  text-align: left;
  padding: 0;
  display: inline-block;
  vertical-align: top;
}
.item-product .wrapper-hover .product-info .rating-box .stars li {
  display: inline-block;
  color: #e0e0e0;
  padding-bottom: 0;
}
.item-product .wrapper-hover .product-info .rating-box .stars li .fa-star {
  color: #fed442;
}
.item-product .wrapper-hover .product-info .rating-box .stars span {
  position: relative;
  color: #e0e0e0;
  display: block;
  width: 14px;
  height: 14px;
  text-align: center;
}
.item-product .wrapper-hover .product-info .rating-box .stars span:after {
  content: "\f006";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  color: #e0e0e0;
}
.item-product .wrapper-hover .product-info .rating-box .stars.star0 span {
  position: relative;
  color: #e0e0e0;
}
.item-product .wrapper-hover .product-info .rating-box .stars.star0 span:after {
  content: "\f006";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  color: #e0e0e0;
}
.item-product .wrapper-hover .product-info .rating-box .stars.star1 li:first-child span {
  position: relative;
  color: #fed442;
}
.item-product .wrapper-hover .product-info .rating-box .stars.star1 li:first-child span:after {
  content: "\f005";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  color: #fed442;
}
.item-product .wrapper-hover .product-info .rating-box .stars.star2 li:first-child span,
.item-product .wrapper-hover .product-info .rating-box .stars.star2 li:nth-child(2) span {
  position: relative;
  color: #fed442;
}
.item-product .wrapper-hover .product-info .rating-box .stars.star2 li:first-child span:after,
.item-product .wrapper-hover .product-info .rating-box .stars.star2 li:nth-child(2) span:after {
  content: "\f005";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  color: #fed442;
}
.item-product .wrapper-hover .product-info .rating-box .stars.star3 li:first-child span,
.item-product .wrapper-hover .product-info .rating-box .stars.star3 li:nth-child(2) span,
.item-product .wrapper-hover .product-info .rating-box .stars.star3 li:nth-child(3) span {
  position: relative;
  color: #fed442;
}
.item-product .wrapper-hover .product-info .rating-box .stars.star3 li:first-child span:after,
.item-product .wrapper-hover .product-info .rating-box .stars.star3 li:nth-child(2) span:after,
.item-product .wrapper-hover .product-info .rating-box .stars.star3 li:nth-child(3) span:after {
  content: "\f005";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  color: #fed442;
}
.item-product .wrapper-hover .product-info .rating-box .stars.star4 li:first-child span,
.item-product .wrapper-hover .product-info .rating-box .stars.star4 li:nth-child(2) span,
.item-product .wrapper-hover .product-info .rating-box .stars.star4 li:nth-child(3) span,
.item-product .wrapper-hover .product-info .rating-box .stars.star4 li:nth-child(4) span {
  position: relative;
  color: #fed442;
}
.item-product .wrapper-hover .product-info .rating-box .stars.star4 li:first-child span:after,
.item-product .wrapper-hover .product-info .rating-box .stars.star4 li:nth-child(2) span:after,
.item-product .wrapper-hover .product-info .rating-box .stars.star4 li:nth-child(3) span:after,
.item-product .wrapper-hover .product-info .rating-box .stars.star4 li:nth-child(4) span:after {
  content: "\f005";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  color: #fed442;
}
.item-product .wrapper-hover .product-info .rating-box .stars.star5 li:first-child span,
.item-product .wrapper-hover .product-info .rating-box .stars.star5 li:nth-child(2) span,
.item-product .wrapper-hover .product-info .rating-box .stars.star5 li:nth-child(3) span,
.item-product .wrapper-hover .product-info .rating-box .stars.star5 li:nth-child(4) span,
.item-product .wrapper-hover .product-info .rating-box .stars.star5 li:nth-child(5) span {
  position: relative;
  color: #fed442;
}
.item-product .wrapper-hover .product-info .rating-box .stars.star5 li:first-child span:after,
.item-product .wrapper-hover .product-info .rating-box .stars.star5 li:nth-child(2) span:after,
.item-product .wrapper-hover .product-info .rating-box .stars.star5 li:nth-child(3) span:after,
.item-product .wrapper-hover .product-info .rating-box .stars.star5 li:nth-child(4) span:after,
.item-product .wrapper-hover .product-info .rating-box .stars.star5 li:nth-child(5) span:after {
  content: "\f005";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  color: #fed442;
}
.item-product .wrapper-hover .product-info .rating-box .stars.star05 li:first-child span {
  position: relative;
  color: #fed442;
}
.item-product .wrapper-hover .product-info .rating-box .stars.star05 li:first-child span:after {
  content: "\f123";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  color: #fed442;
}
.item-product .wrapper-hover .product-info .rating-box .stars.star15 li:first-child span {
  position: relative;
  color: #fed442;
}
.item-product .wrapper-hover .product-info .rating-box .stars.star15 li:first-child span:after {
  content: "\f005";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  color: #fed442;
}
.item-product .wrapper-hover .product-info .rating-box .stars.star15 li:nth-child(2) span {
  position: relative;
  color: #fed442;
}
.item-product .wrapper-hover .product-info .rating-box .stars.star15 li:nth-child(2) span:after {
  content: "\f123";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  color: #fed442;
}
.item-product .wrapper-hover .product-info .rating-box .stars.star25 li:first-child span {
  position: relative;
  color: #fed442;
}
.item-product .wrapper-hover .product-info .rating-box .stars.star25 li:first-child span:after {
  content: "\f005";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  color: #fed442;
}
.item-product .wrapper-hover .product-info .rating-box .stars.star25 li:nth-child(2) span {
  position: relative;
  color: #fed442;
}
.item-product .wrapper-hover .product-info .rating-box .stars.star25 li:nth-child(2) span:after {
  content: "\f005";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  color: #fed442;
}
.item-product .wrapper-hover .product-info .rating-box .stars.star25 li:nth-child(3) span {
  position: relative;
  color: #fed442;
}
.item-product .wrapper-hover .product-info .rating-box .stars.star25 li:nth-child(3) span:after {
  content: "\f123";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  color: #fed442;
}
.item-product .wrapper-hover .product-info .rating-box .stars.star35 li:first-child span {
  position: relative;
  color: #fed442;
}
.item-product .wrapper-hover .product-info .rating-box .stars.star35 li:first-child span:after {
  content: "\f005";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  color: #fed442;
}
.item-product .wrapper-hover .product-info .rating-box .stars.star35 li:nth-child(2) span {
  position: relative;
  color: #fed442;
}
.item-product .wrapper-hover .product-info .rating-box .stars.star35 li:nth-child(2) span:after {
  content: "\f005";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  color: #fed442;
}
.item-product .wrapper-hover .product-info .rating-box .stars.star35 li:nth-child(3) span {
  position: relative;
  color: #fed442;
}
.item-product .wrapper-hover .product-info .rating-box .stars.star35 li:nth-child(3) span:after {
  content: "\f005";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  color: #fed442;
}
.item-product .wrapper-hover .product-info .rating-box .stars.star35 li:nth-child(4) span {
  position: relative;
  color: #fed442;
}
.item-product .wrapper-hover .product-info .rating-box .stars.star35 li:nth-child(4) span:after {
  content: "\f123";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  color: #fed442;
}
.item-product .wrapper-hover .product-info .rating-box .stars.star45 li:first-child span {
  position: relative;
  color: #fed442;
}
.item-product .wrapper-hover .product-info .rating-box .stars.star45 li:first-child span:after {
  content: "\f005";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  color: #fed442;
}
.item-product .wrapper-hover .product-info .rating-box .stars.star45 li:nth-child(2) span {
  position: relative;
  color: #fed442;
}
.item-product .wrapper-hover .product-info .rating-box .stars.star45 li:nth-child(2) span:after {
  content: "\f005";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  color: #fed442;
}
.item-product .wrapper-hover .product-info .rating-box .stars.star45 li:nth-child(3) span {
  position: relative;
  color: #fed442;
}
.item-product .wrapper-hover .product-info .rating-box .stars.star45 li:nth-child(3) span:after {
  content: "\f005";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  color: #fed442;
}
.item-product .wrapper-hover .product-info .rating-box .stars.star45 li:nth-child(4) span {
  position: relative;
  color: #fed442;
}
.item-product .wrapper-hover .product-info .rating-box .stars.star45 li:nth-child(4) span:after {
  content: "\f005";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  color: #fed442;
}
.item-product .wrapper-hover .product-info .rating-box .stars.star45 li:nth-child(5) span {
  position: relative;
  color: #fed442;
}
.item-product .wrapper-hover .product-info .rating-box .stars.star45 li:nth-child(5) span:after {
  content: "\f123";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  color: #fed442;
}
.item-product .wrapper-hover .product-info .rating-box .product-rating-reviews {
  position: absolute;
  font-size: 12px;
  color: #818385;
  top: 4px;
  left: 100%;
  white-space: nowrap;
  padding-left: 6px;
}
.item-product .wrapper-hover .product-info .rating-box .product-rating-reviews a,
.item-product .wrapper-hover .product-info .rating-box .product-rating-reviews span {
  color: #818385;
}
.item-product .wrapper-hover .product-info .product-name {
  color: #323537;
  text-align: center;
  font-size: 14px;
  padding: 10px 0px 5px 0px;
  height: 50px;
  width: 229px;
  margin: 0 auto;
  font-weight: 400;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .item-product .wrapper-hover .product-info .product-name {
    width: 184px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .item-product .wrapper-hover .product-info .product-name {
    width: 206px;
  }
}
@media (max-width: 767px) {
  .item-product .wrapper-hover .product-info .product-name {
    width: auto;
  }
}
.item-product .wrapper-hover .product-info .product-name a {
  color: #323537;
}
.item-product .wrapper-hover .product-info .wrapper-nav {
  display: block;
  position: relative;
}
@media (max-width: 767px) {
  .item-product .wrapper-hover .product-info .wrapper-nav {
    height: auto;
  }
}
.item-product .wrapper-hover .product-info .discount-box {
  position: absolute;
  right: 0;
  bottom: -4px;
  width: 40px;
  height: 40px;
  line-height: 39px;
  text-align: center;
  border: 1px solid #e71619;
  border-radius: 50%;
  color: #e71619;
}
.item-product .wrapper-hover .product-info .price-box {
  text-align: center;
  position: relative;
  padding-top: 10px;
  z-index: 1;
  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: 400;
  color: #323537;
  font-size: 20px;
  position: relative;
  padding: 0 5px;
}
.item-product .wrapper-hover .product-info .price-box .old-price {
  color: #9a9696;
  font-size: 17px;
  text-decoration: line-through;
  position: absolute;
  font-weight: 400;
  right: 100%;
  top: 0;
  width: 100%;
  text-align: right;
}
@media (min-width: 992px) {
  .item-product .wrapper-hover .product-info .btn-box {
    left: 0;
    position: relative;
    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%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .item-product .wrapper-hover .product-info .btn-box {
    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%;
  }
}
@media (max-width: 767px) {
  .item-product .wrapper-hover .product-info .btn-box {
    padding-top: 15px;
  }
}
.item-product .wrapper-hover .product-info .btn-box .btn-add-cart {
  text-transform: none;
  font-weight: normal;
  font-size: 16px;
  padding: 9px 15px;
  vertical-align: middle;
}
.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: 20px;
  vertical-align: middle;
  padding-right: 3px;
}
.item-product .wrapper-hover .size-box {
  text-align: center;
  padding-bottom: 10px;
  padding-top: 5px;
}
.item-product .wrapper-hover .size-box li {
  padding-right: 1px;
  padding-bottom: 5px;
  display: inline-block;
  vertical-align: top;
}
.item-product .wrapper-hover .size-box li a,
.item-product .wrapper-hover .size-box li span {
  display: block;
  width: auto;
  height: auto;
  text-align: center;
  border: 1px solid #e6e6e6;
  cursor: pointer;
  padding: 2px 4px;
  border-radius: 5px;
  background: #f3f0f0;
  color: #444;
  font-size: 11px;
}
@media (min-width: 992px) {
  .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;
  }
  .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;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .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;
  }
}
@media (min-width: 992px) {
  .item-product .wrapper-hover .wrapper-hover-hiden .btn-box {
    left: 0;
    position: relative;
    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%;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .item-product .wrapper-hover .wrapper-hover-hiden .btn-box {
    left: 0;
    position: relative;
    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%;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .item-product .wrapper-hover .wrapper-hover-hiden .btn-box {
    padding-top: 15px;
  }
}
.item-product .wrapper-hover .wrapper-hover-hiden .btn-box .btn-add-cart {
  text-transform: none;
  font-size: 16px;
  padding: 6px 26px;
  vertical-align: middle;
  border-radius: 4px;
  font-weight: 300;
}
.item-product .wrapper-hover .wrapper-hover-hiden .btn-box .btn-add-cart span {
  vertical-align: middle;
}
.item-product .wrapper-hover .wrapper-hover-hiden .btn-box .btn-add-cart i {
  font-size: 28px;
  vertical-align: middle;
  padding-right: 3px;
}
.item-product .wrapper-hover .wrapper-hover-hiden .actions {
  bottom: 0px;
  width: 100%;
  padding: 10px 0px 5px;
  opacity: 0;
  visibility: hidden;
  max-height: 0px;
  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: #323537;
  text-transform: uppercase;
  font-size: 11px;
  position: relative;
  padding-left: 20px;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.item-product .wrapper-hover .wrapper-hover-hiden .actions .add-to-links li .link-wishlist:after {
  content: "\e903";
  font-family: "icomoon";
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 16px;
  margin-top: -13px;
}
.item-product .wrapper-hover .wrapper-hover-hiden .actions .add-to-links li .link-compare:after {
  content: "\e905";
  font-family: "icomoon";
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 16px;
  margin-top: -13px;
}
.item-product .wrapper-hover .wrapper-hover-hiden .desc_grid {
  z-index: 0;
  display: none;
  padding-top: 20px;
}
.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;
    margin: 0 -9px 0px -9px;
  }
  .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 .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;
  }
  .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;
  }
  .item-product .wrapper-hover:hover .wrapper-hover-hiden .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 .carousel-prod .owl-buttons .owl-prev,
  .item-product .wrapper-hover:hover .carousel-prod .owl-buttons .owl-next {
    opacity: 0.8;
  }
  .item-product .wrapper-hover:hover .carousel-prod .owl-buttons .owl-prev {
    left: 0;
  }
  .item-product .wrapper-hover:hover .carousel-prod .owl-buttons .owl-next {
    right: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .item-product .wrapper-hover:hover {
    box-shadow: #c2c2c2 0px 0px 21px;
    margin: 0px -2px;
    transition: all 0.25s ease-in-out 0s, margin 0.25s ease-in-out 0.25s, box-shadow 0.25s ease-in-out 0.5s;
  }
  .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 .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 .wrapper-hover:hover .wrapper-hover-hiden .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.not-available .availability {
  color: #9b9b9b;
  font-weight: 300;
  padding-bottom: 5px;
}
.item-product.not-available .wrapper-hover .product-image-container .product-image {
  opacity: 0.5;
}
.item-product.not-available .wrapper-hover .product-info .btn-box .btn-no {
  background: #C5C4C3;
  display: inline-block;
  color: white;
  position: relative;
  overflow: hidden;
  min-width: 170px;
  letter-spacing: 0.04em;
  border-radius: 3px;
  text-align: center;
  will-change: transform;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  z-index: 1;
  box-shadow: none;
  border: none;
  text-transform: none;
  font-weight: normal;
  font-size: 16px;
  padding: 9px 15px;
  vertical-align: middle;
}
.item-product.in-stock .availability {
  color: #518f00;
  font-weight: 300;
  padding-bottom: 5px;
}
.item-product.in-stock .availability span {
  display: inline-block;
  position: relative;
  padding-left: 17px;
  font-size: 13px;
}
.item-product.in-stock .availability span:after {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  left: 0;
  top: 0;
}
.item-product.in-office .availability {
  color: #008ee0;
  font-weight: 300;
  padding-bottom: 5px;
}
.item-product.in-office .availability span {
  display: inline-block;
  position: relative;
  padding-left: 17px;
  font-size: 13px;
}
.item-product.in-office .availability span:after {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  left: 0;
  top: 0;
}
.item-product .carousel-prod {
  text-align: center;
}
.item-product .carousel-prod .owl-buttons .owl-prev,
.item-product .carousel-prod .owl-buttons .owl-next {
  position: absolute;
  top: 50%;
  width: 35px;
  height: 35px;
  margin-top: -20px;
  z-index: 1;
  line-height: 28px;
  overflow: hidden;
  font-size: 28px;
  opacity: 0;
  background: #e6e6e6;
  transition: all 0.3s ease 0s;
}
.item-product .carousel-prod .owl-buttons .owl-prev i.fa,
.item-product .carousel-prod .owl-buttons .owl-next i.fa {
  line-height: 28px;
  color: #323537;
}
.item-product .carousel-prod .owl-buttons .owl-prev:hover,
.item-product .carousel-prod .owl-buttons .owl-next:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .item-product .carousel-prod .owl-buttons .owl-prev,
  .item-product .carousel-prod .owl-buttons .owl-next {
    display: none;
  }
}
.item-product .carousel-prod .owl-buttons .owl-prev {
  left: -100px;
}
.item-product .carousel-prod .owl-buttons .owl-prev i.fa {
  padding-right: 3px;
}
.item-product .carousel-prod .owl-buttons .owl-next {
  right: -100px;
}
.item-product .carousel-prod .owl-buttons .owl-next i.fa {
  padding-left: 3px;
}
.item-product .carousel-prod .owl-buttons div {
  border-radius: 0;
}
.item-product-mini {
  position: relative;
  text-align: center;
  z-index: 5;
  transition: z-index 0.15s step-end;
  border: 1px solid #f5f5f5;
}
.item-product-mini:hover {
  z-index: 9;
  transition: z-index 0s step-start;
}
.item-product-mini .wrapper-hover {
  position: relative;
  background: #ffffff;
  padding: 0 12px 0;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 768px) and (max-width: 991px) {
  .item-product-mini .wrapper-hover {
    padding: 0px 10px 0;
  }
}
.item-product-mini .wrapper-hover .product-image-container {
  height: 222px;
  overflow: hidden;
  text-align: center;
  padding-top: 22px;
}
.item-product-mini .wrapper-hover .product-image-container > a {
  width: 100%;
  margin-bottom: 30px;
  padding: 15px 10px;
}
.item-product-mini .wrapper-hover .product-image-container img {
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
}
.item-product-mini .wrapper-hover .product-info {
  padding-bottom: 20px;
}
.item-product-mini .wrapper-hover .product-info .product-name {
  color: #323537;
  text-align: center;
  font-size: 14px;
  padding: 0 0px 10px 0px;
  height: 43px;
  width: 229px;
  margin: 0 auto;
  font-weight: 400;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .item-product-mini .wrapper-hover .product-info .product-name {
    width: 184px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .item-product-mini .wrapper-hover .product-info .product-name {
    width: 206px;
  }
}
@media (max-width: 767px) {
  .item-product-mini .wrapper-hover .product-info .product-name {
    width: auto;
  }
}
.item-product-mini .wrapper-hover .product-info .product-name a {
  color: #323537;
}
.item-product-mini .wrapper-hover .product-info .wrapper-nav {
  position: relative;
}
.item-product-mini .wrapper-hover .product-info .wrapper-nav:before {
  content: "";
  position: absolute;
  width: 150px;
  height: 1px;
  background: #f5f5f5;
  top: 0;
  left: 50%;
  margin-left: -75px;
}
.item-product-mini .wrapper-hover .product-info .price-box {
  text-align: center;
  position: relative;
  padding-top: 18px;
  z-index: 1;
  opacity: 1 !important;
  display: inline-block;
  vertical-align: middle;
  width: 49%;
}
.item-product-mini .wrapper-hover .product-info .price-box:after {
  content: "";
  display: table;
  clear: both;
}
.item-product-mini .wrapper-hover .product-info .price-box .special-price {
  font-weight: 400;
  color: #323537;
  font-size: 20px;
  position: relative;
  padding: 0 5px;
}
.item-product-mini .wrapper-hover .product-info .price-box .old-price {
  color: #ababab;
  font-size: 12px;
  text-decoration: line-through;
  position: absolute;
  font-weight: 300;
  right: auto;
  left: 0;
  top: -12px;
  width: 100%;
  text-align: left;
}
.item-product-mini .wrapper-hover .product-info .btn-box {
  display: inline-block;
  width: 49%;
  vertical-align: middle;
  padding-top: 14px;
  text-align: right;
}
.item-product-mini .wrapper-hover .product-info .btn-box .btn-add-cart-mini {
  width: 68px;
}
.badges {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
  width: 148px;
  text-align: left;
}
.badges .sale,
.badges .new,
.badges .best-seller,
.badges .discount {
  display: inline-block;
  float: none;
  color: #fff;
  text-align: center;
  padding: 4px 5px;
  font-size: 10px;
  position: relative;
  margin-right: 3px;
  margin-bottom: 3px;
  width: auto;
  text-transform: uppercase;
  border-radius: 3px;
  font-weight: 400;
  line-height: 12px;
}
.badges .new {
  background: #5a9b1f;
  background: -moz-linear-gradient(top, #5a9b1f 0%, #78bc3b 100%);
  background: -webkit-linear-gradient(top, #5a9b1f 0%, #78bc3b 100%);
  background: linear-gradient(to bottom, #5a9b1f 0%, #78bc3b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5a9b1f', endColorstr='#78bc3b', GradientType=0);
}
.badges .best-seller {
  background: #3a8dda;
  background: -moz-linear-gradient(top, #3a8dda 0%, #4da5f7 100%);
  background: -webkit-linear-gradient(top, #3a8dda 0%, #4da5f7 100%);
  background: linear-gradient(to bottom, #3a8dda 0%, #4da5f7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3a8dda', endColorstr='#4da5f7', GradientType=0);
}
.badges .sale {
  background: #fe3f42;
  background: -moz-linear-gradient(top, #fe3f42 0%, #e20d11 100%);
  background: -webkit-linear-gradient(top, #fe3f42 0%, #e20d11 100%);
  background: linear-gradient(to bottom, #fe3f42 0%, #e20d11 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe3f42', endColorstr='#e20d11', GradientType=0);
}
.badges .discount {
  background-color: #ef4399;
}
.badges:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
.box-pagination {
  text-align: center;
  position: relative;
}
.box-pagination .pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.box-pagination .pager a,
.box-pagination .pager span {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #e4e4e4;
  background: #f4f4f4;
  border-radius: 3px;
  font-size: 15px;
  color: #224ca4;
  margin: 0 1px;
  padding: 4px 2px;
  width: 37px;
  font-style: normal;
}
.box-pagination .pager a i,
.box-pagination .pager span i {
  font-style: normal;
  line-height: normal;
}
.box-pagination .pager a:first-child,
.box-pagination .pager span:first-child {
  width: auto;
  color: #224ca4;
  padding: 4px 15px;
}
.box-pagination .pager a:last-child,
.box-pagination .pager span:last-child {
  width: auto;
  color: #224ca4;
  padding: 4px 15px;
}
.box-pagination .pager a.cur,
.box-pagination .pager span.cur {
  background: #f4f4f4;
  color: #cf112b;
  border: 1px solid #cf112b;
}
.breadcrumb-box {
  display: inline-block;
  padding-left: 20px;
}
.breadcrumb-box .breadcrumb {
  background: transparent;
  margin-bottom: 7px;
  padding: 1px 0;
}
.breadcrumb-box .breadcrumb li + li:before {
  padding: 0 1px;
  color: #ccc;
  content: "\f105";
  font-family: "Font Awesome 6 Free";
}
.breadcrumb-box .breadcrumb li a {
  color: #8c8c8c;
  font-size: 12px;
}
.tooltip .tooltip-inner {
  background: #3e93e1;
  color: #fff;
}
.tooltip.bottom .tooltip-arrow,
.tooltip.left .tooltip-arrow,
.tooltip.top .tooltip-arrow,
.tooltip.right .tooltip-arrow {
  border-bottom-color: #3e93e1;
}
#modalsize .modal-dialog,
#modal-waitlist .modal-dialog,
#modal-price .modal-dialog,
.modal-uni .modal-dialog {
  margin: 161px auto;
}
#modalsize .option-models,
#modal-waitlist .option-models,
#modal-price .option-models,
.modal-uni .option-models {
  padding: 7px 0;
}
#modalsize .option-models .size li,
#modal-waitlist .option-models .size li,
#modal-price .option-models .size li,
.modal-uni .option-models .size li {
  padding-right: 1px;
  padding-bottom: 5px;
  display: inline-block;
  vertical-align: top;
}
#modalsize .option-models .size li:last-child,
#modal-waitlist .option-models .size li:last-child,
#modal-price .option-models .size li:last-child,
.modal-uni .option-models .size li:last-child {
  padding-right: 0;
}
#modalsize .option-models .size li a,
#modal-waitlist .option-models .size li a,
#modal-price .option-models .size li a,
.modal-uni .option-models .size li a {
  color: #333;
}
#modalsize .option-models .size li span,
#modal-waitlist .option-models .size li span,
#modal-price .option-models .size li span,
.modal-uni .option-models .size li span {
  display: block;
  width: auto;
  height: auto;
  text-align: center;
  border: 1px solid #e6e6e6;
  cursor: pointer;
  padding: 5px 10px;
  border-radius: 5px;
  background: #f3f0f0;
}
#modalsize .option-models .size li span.active,
#modal-waitlist .option-models .size li span.active,
#modal-price .option-models .size li span.active,
.modal-uni .option-models .size li span.active,
#modalsize .option-models .size li span:hover,
#modal-waitlist .option-models .size li span:hover,
#modal-price .option-models .size li span:hover,
.modal-uni .option-models .size li span:hover {
  background: #138e74;
  border-color: #138e74;
  color: #fff;
}
#modalsize .option-models .title,
#modal-waitlist .option-models .title,
#modal-price .option-models .title,
.modal-uni .option-models .title {
  margin-bottom: 5px;
}
#modalsize .option-models .link-btn,
#modal-waitlist .option-models .link-btn,
#modal-price .option-models .link-btn,
.modal-uni .option-models .link-btn {
  margin-top: 10px;
  display: inline-block;
}
#modal-waitlist .modal-body {
  padding: 45px 15px;
}
#modal-waitlist .field-row {
  text-align: center;
}
#modal-waitlist .field-input {
  display: inline-block;
  width: 57%;
}
#modal-waitlist .form-control {
  box-shadow: none;
  border: 1px solid #e0e0e0;
  height: 39px;
  float: none;
  border-radius: 5px!important;
  display: block;
}
#modal-waitlist .form-control.valid {
  border: 1px solid #90c84f;
}
#modal-waitlist .form-control.error {
  border: 1px solid #cf112b;
}
#modal-waitlist .btn-main {
  display: inline-block;
  outline: none;
}
#modal-price .modal-body {
  padding: 45px 15px;
}
#modal-price .field-row {
  text-align: center;
}
#modal-price .field-input {
  display: inline-block;
  width: 57%;
}
#modal-price .form-control {
  box-shadow: none;
  border: 1px solid #e0e0e0;
  height: 39px;
  float: none;
  border-radius: 5px!important;
  display: block;
}
#modal-price .form-control.valid {
  border: 1px solid #90c84f;
}
#modal-price .form-control.error {
  border: 1px solid #cf112b;
}
#modal-price .btn-main {
  display: inline-block;
  outline: none;
}
.rfield_error {
  display: none!important;
  z-index: -9999999;
}
.rf_error {
  border: 1px solid #cf112b !important;
}
.empty_field.rf_val {
  border: 1px solid #cf112b !important;
}
.rf_val {
  border: 1px solid #90c84f !important;
}
.fieldWithErrors .form-control {
  border: 1px solid #cf112b !important;
}
.formError {
  color: #cf112b;
  padding-top: 4px;
}
@media (max-width: 991px) {
  .popover-modal {
    right: auto;
    left: 0;
  }
  .popover-modal:before {
    right: auto!important;
    left: 16px!important;
  }
  .popover-modal:after {
    right: auto!important;
    left: 17px!important;
  }
}
.popover-modal .popover-header {
  text-align: left;
  font-weight: bold;
}
.sticky-btns {
  display: none;
  text-decoration: none;
  position: fixed;
  z-index: 999;
  right: 20px;
  bottom: 62px;
}
@media (max-width: 767px) {
  .sticky-btns {
    bottom: 107px;
  }
}
.sticky-btns span {
  width: 50px;
  height: 50px;
  line-height: 34px;
  display: block;
  float: left;
  text-align: center;
  font-size: 1.375em;
  background: #f4f4f4;
  color: #254ea5;
  border-radius: 50%;
  padding-top: 7px;
  margin: 0 7px;
  cursor: pointer;
  border: 1px solid #ddd;
}
#preview {
  position: absolute;
  border: 1px solid #ccc;
  background: #333;
  padding: 5px;
  display: none;
  color: #fff;
}
header {
  position: relative;
}
header .top-header {
  background: #fff;
  box-shadow: 0px 12px 31px -8px #bfb7b7;
  position: relative;
  z-index: 1;
}
header .top-header .navbar-nav a {
  color: #002c8f;
  font-size: 13px;
  padding: 7px 15px;
}
header .top-header .navbar-nav a i {
  padding-right: 5px;
}
header .top-header .navbar-right a {
  color: #7f7f7f;
}
@media (max-width: 767px) {
  header .main-header {
    padding-top: 52px;
  }
}
header .top-menu {
  display: table;
  width: 100%;
  position: relative;
  z-index: 10;
}
@media (max-width: 767px) {
  header .top-menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999999;
    padding: 0 16px;
    width: 100%;
    transition: all 0.3s ease 0s;
  }
}
@media (max-width: 767px) {
  header .top-menu.fixed-h {
    background: #fff;
    box-shadow: 0px 10px 65px -12px #bfb7b7;
    padding: 7px 16px;
  }
  header .top-menu.fixed-h .navbar-toggle {
    top: 5px;
  }
}
header .top-menu .navbar-toggle {
  position: absolute;
  right: 0;
  top: 0;
}
header .top-menu .navbar-toggle .icon-bar {
  background: #fff;
}
header .top-menu > .cell-logo img{
  max-height: 71px;
}
header .top-menu > .cell {
  display: table-cell;
  vertical-align: middle;
  padding: 29px 0 15px 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  header .top-menu > .cell {
    padding: 14px 0 9px 0;
  }
}
@media (max-width: 767px) {
  header .top-menu > .cell {
    display: block;
    padding: 9px 0 8px 0;
  }
}
header .top-menu .cell-time {
  width: 40%;
  font-size: 13px;
  font-weight: bold;
  color: #323537;
}
@media (min-width: 768px) and (max-width: 991px) {
  header .top-menu .cell-time {
    width: 31%;
  }
}
header .top-menu .cell-time span {
  font-weight: normal;
  font-size: 11px;
  display: block;
}
header .top-menu .cell-phone {
  width: 20%;
}
@media (min-width: 768px) and (max-width: 991px) {
  header .top-menu .cell-phone {
    width: 24%;
  }
}
@media (max-width: 767px) {
  header .top-menu .cell-phone {
    width: 100%;
  }
}
header .top-menu .cell-phone span {
  font-size: 19px;
  display: inline-block;
  cursor: pointer;
  color: #323537;
}
@media (min-width: 992px) and (max-width: 1199px) {
  header .top-menu .cell-phone span {
    font-size: 18px;
  }
}
header .top-menu .cell-phone span i {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
header .top-menu .cell-phone span.active i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
header .top-menu .cell-phone .cell {
  position: relative;
}
header .top-menu .cell-phone .dropdown-phones {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(191, 183, 183, 0.175);
  box-shadow: 0 6px 12px rgba(191, 183, 183, 0.175);
}
header .top-menu .cell-phone .dropdown-phones a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
  font-size: 15px;
}
header .top-menu .cell-mail {
  width: 40%;
  color: #002c8f;
  font-size: 14px;
}
@media (min-width: 768px) and (max-width: 991px) {
  header .top-menu .cell-mail {
    width: 25%;
  }
}
header .top-menu .cell-mail a {
  color: #002c8f;
  border-bottom: 1px solid;
  display: inline-block;
  line-height: 13px;
}
header .top-menu .cell-mail .item {
  width: auto;
  float: right;
}
header .top-menu .cell-mail .item .cell:first-child i {
  padding-top: 4px;
  display: inline-block;
}
header .top-menu .item {
  display: table;
  width: 100%;
}
header .top-menu .item .cell {
  display: table-cell;
  vertical-align: middle;
}
header .top-menu .item .cell:first-child {
  font-size: 22px;
  width: 36px;
}
header .header-nav {
  display: table;
  width: 100%;
  background: #fff;
  box-shadow: 0px 10px 65px -12px #bfb7b7;
  border-radius: 5px;
  padding: 10px 50px 10px 79px;
  position: relative;
}
@media (max-width: 767px) {
  header .header-nav {
    padding: 10px 28px 10px 28px;
  }
}
header .header-nav.hide-dealer {
  padding: 10px 50px 10px 51px;
}
@media (max-width: 767px) {
  header .header-nav.hide-dealer {
    padding: 10px 28px 10px 28px;
  }
}
header .header-nav.hide-dealer:after {
  display: none;
}
@media (max-width: 767px) {
  header .header-nav.hide-dealer .cell-logo {
    padding-left: 0;
  }
}
header .header-nav:after {
  content: "";
  background: url("../../assets/img/offic-dealer.png") no-repeat center;
  position: absolute;
  top: 0;
  left: 0;
  width: 65px;
  height: 66px;
}
header .header-nav > .cell {
  display: table-cell;
  vertical-align: middle;
}
header .header-nav .cell-logo {
  width: 20%;
  padding-right: 19px;
  position: relative;
}
@media (max-width: 767px) {
  header .header-nav .cell-logo {
    width: 49%;
    padding-right: 0;
    padding-bottom: 10px;
    display: inline-block;
    padding-left: 30px;
  }
}
header .header-nav .cell-logo img {
  max-width: 100%;
}
@media (max-width: 767px) {
  header .header-nav .cell-logo img {
    height: 50px;
  }
}
header .header-nav .cell-search {
  width: 60%;
  position: relative;
  left: -20%;
}
@media (max-width: 767px) {
  header .header-nav .cell-search {
    display: block;
    width: 100%;
    left: 0;
  }
}
header .header-nav .cell-search .input-group {
  width: 80%;
}
@media (max-width: 767px) {
  header .header-nav .cell-search .input-group {
    width: 100%;
  }
}
header .header-nav .cell-search .input-group-addon {
  background: transparent;
  border-color: #d1d1d1;
  border-right: 0;
  padding: 6px 1px 6px 12px;
}
@media (max-width: 767px) {
  header .header-nav .cell-search .input-group-addon {
    padding: 6px 0px 6px 8px;
  }
}
header .header-nav .cell-search .input-group-addon i {
  color: #cbcbcb;
}
header .header-nav .cell-search .form-control {
  box-shadow: none;
  border: 1px solid #d1d1d1;
  border-left: 0;
}
header .header-nav .cell-search .form-control:focus {
  outline: none;
}
header .header-nav .cell-search .btn-search {
  height: 34px;
  font-weight: 300;
  padding: 6px 28px;
  text-shadow: -1px -1px 1px #585656;
  border-radius: 0px 4px 4px 0px;
  -moz-border-radius: 0px 4px 4px 0px;
  -webkit-border-radius: 0px 4px 4px 0px;
  outline: none;
}
@media (max-width: 767px) {
  header .header-nav .cell-search .btn-search {
    padding: 6px 7px;
  }
}
header .header-nav .cell-search .dropdown-container {
  display: block;
  background: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  width: 63.8%;
  padding: 8px 12px;
  z-index: 1000;
  -webkit-box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.3);
  border: 1px solid #e6e6e6;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  margin-top: -22px;
}
@media (min-width: 1400px) {
  header .header-nav .cell-search .dropdown-container {
    width: 66.8%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  header .header-nav .cell-search .dropdown-container {
    width: 80%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  header .header-nav .cell-search .dropdown-container {
    width: 100%;
    margin-top: -10px;
  }
}
@media (max-width: 767px) {
  header .header-nav .cell-search .dropdown-container {
    display: none;
  }
}
header .header-nav .cell-search .dropdown-container > .inner {
  padding-top: 10px;
}
header .header-nav .cell-search .dropdown-container .title {
  color: #8a8a8a;
  position: relative;
  line-height: normal;
  padding-bottom: 4px;
  margin-bottom: 13px;
  text-transform: uppercase;
}
header .header-nav .cell-search .dropdown-container li {
  padding-bottom: 10px;
  float: none;
  line-height: normal;
  border-bottom: 1px solid #ebebeb;
}
header .header-nav .cell-search .dropdown-container li:after {
  display: none;
}
header .header-nav .cell-search .dropdown-container li a {
  height: auto;
  line-height: normal;
  padding: 0;
  position: relative;
  display: block;
  color: #1a1a1a;
}
header .header-nav .cell-search .dropdown-container li .item-mini-catalog {
  padding-bottom: 0;
  display: table;
  width: 100%;
}
header .header-nav .cell-search .dropdown-container li .item-mini-catalog .stars {
  text-align: left;
  padding: 10px 0;
}
header .header-nav .cell-search .dropdown-container li .item-mini-catalog .stars li {
  display: inline-block;
  color: #e0e0e0;
}
header .header-nav .cell-search .dropdown-container li .item-mini-catalog .stars li .fa-star {
  color: #ffe400;
}
header .header-nav .cell-search .dropdown-container li .item-mini-catalog .cell {
  display: table-cell;
  vertical-align: middle;
}
header .header-nav .cell-search .dropdown-container li .item-mini-catalog .cell:last-child {
  padding-left: 10px;
}
header .header-nav .cell-search .dropdown-container li .item-mini-catalog .cell-price {
  width: 102px;
}
header .header-nav .cell-search .dropdown-container li .item-mini-catalog .cell-img {
  width: 88px;
  height: 78px;
  line-height: 40px;
}
@media (min-width: 768px) and (max-width: 991px) {
  header .header-nav .cell-search .dropdown-container li .item-mini-catalog .cell-img {
    width: 67px;
  }
}
header .header-nav .cell-search .dropdown-container li .item-mini-catalog .cell-img .image {
  width: 63px;
  height: 63px;
  text-align: center;
  line-height: 58px;
}
@media (min-width: 768px) and (max-width: 991px) {
  header .header-nav .cell-search .dropdown-container li .item-mini-catalog .cell-img .image {
    width: 48px;
    height: 48px;
    line-height: 48px;
  }
}
header .header-nav .cell-search .dropdown-container li .item-mini-catalog .cell-img .image img {
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
}
header .header-nav .cell-search .dropdown-container li .item-mini-catalog .name {
  font-size: 14px;
  margin-bottom: 0;
}
header .header-nav .cell-search .dropdown-container li .item-mini-catalog .name a {
  color: #333;
}
header .header-nav .cell-search .dropdown-container li .item-mini-catalog .price .special-price {
  font-weight: 400;
  color: #323537;
  font-size: 20px;
  position: relative;
  padding: 0 5px;
}
header .header-nav .cell-search .dropdown-container li .item-mini-catalog .price .old-price {
  color: #ababab;
  font-size: 12px;
  text-decoration: line-through;
  font-weight: 300;
}
header .header-nav .cell-search .dropdown-container .bottom-box {
  padding: 10px 0 0;
}
header .header-nav .cell-search .dropdown-container .bottom-box a {
  height: auto;
  line-height: normal;
  padding: 0;
  position: relative;
  display: block;
}
header .header-nav .cell-cart {
  width: 20%;
  position: relative;
  right: -60%;
}
@media (max-width: 767px) {
  header .header-nav .cell-cart {
    width: 50%;
    display: inline-block;
    right: 0;
  }
}
header .header-nav .cell-cart:hover .cart-dropdown {
  visibility: visible;
  opacity: 1 ;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
header .header-nav .cell-cart .inner {
  display: table;
  float: right;
  position: relative;
  z-index: 100000;
}
header .header-nav .cell-cart .inner .cell {
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
  color: #000;
}
header .header-nav .cell-cart .inner .cell i {
  font-size: 26px;
}
header .header-nav .cell-cart .inner .cell span {
  color: #959594;
  font-size: 12px;
  display: block;
}
header .header-nav .cell-cart .inner .cell:first-child {
  width: 35px;
}
header .header-nav .cell-cart .cart-dropdown {
  background: #fff;
  position: absolute;
  top: 1px;
  right: -34px;
  width: 255px;
  padding: 8px 12px;
  z-index: 10000;
  -webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.5);
  border-radius: 6px;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  -o-transform: translate(0, 50px);
  transform: translate(0, 50px);
}
@media (max-width: 767px) {
  header .header-nav .cell-cart .cart-dropdown {
    display: none;
  }
}
header .header-nav .cell-cart .cart-dropdown .empty {
  height: 66px;
}
header .header-nav .cell-cart .cart-dropdown li {
  border-bottom: 1px solid #ebebeb;
  padding: 2px 0;
}
header .header-nav .cell-cart .cart-dropdown li:last-child {
  border: none;
}
header .header-nav .cell-cart .cart-dropdown li .item-mini-catalog {
  padding-bottom: 0;
}
header .header-nav .cell-cart .cart-dropdown li .item-mini-catalog .cell {
  display: table-cell;
  vertical-align: middle;
}
header .header-nav .cell-cart .cart-dropdown li .item-mini-catalog .cell:last-child {
  padding-left: 10px;
}
header .header-nav .cell-cart .cart-dropdown li .item-mini-catalog .cell-img {
  width: 66px;
  height: 78px;
  line-height: 40px;
}
header .header-nav .cell-cart .cart-dropdown li .item-mini-catalog .cell-img .image {
  width: 63px;
  height: 63px;
  text-align: center;
  line-height: 58px;
}
header .header-nav .cell-cart .cart-dropdown li .item-mini-catalog .cell-img .image img {
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
}
header .header-nav .cell-cart .cart-dropdown li .item-mini-catalog .name {
  font-size: 14px;
  margin-bottom: 0;
}
header .header-nav .cell-cart .cart-dropdown li .item-mini-catalog .name a {
  color: #1a1a1a;
}
header .header-nav .cell-cart .cart-dropdown li .item-mini-catalog .size {
  margin-bottom: 10px;
}
header .header-nav .cell-cart .cart-dropdown li .item-mini-catalog .price-quantity {
  color: #1a1a1a;
}
header .header-nav .cell-cart .cart-dropdown .dropdown-footer {
  border-top: 1px solid #ebebeb;
}
header .header-nav .cell-cart .cart-dropdown .dropdown-footer .subtotal {
  display: table;
  width: 100%;
}
header .header-nav .cell-cart .cart-dropdown .dropdown-footer .subtotal .cell {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  padding: 18px 0;
  text-transform: uppercase;
  color: #8a8a8a;
}
header .header-nav .cell-cart .cart-dropdown .dropdown-footer .subtotal .cell:last-child {
  text-align: right;
  color: #1a1a1a;
  font-size: 22px;
  font-weight: bold;
}
header .header-nav .cell-cart .cart-dropdown .dropdown-footer .subtotal .cell:last-child small {
  font-size: 18px;
  font-weight: normal;
}
header .header-nav .cell-cart .cart-dropdown .dropdown-footer .btn-box {
  text-align: right;
  padding: 10px 0;
}
header .header-nav .cell-cart .cart-dropdown .dropdown-footer .btn-box a {
  display: inline-block;
  text-align: center;
}
header .header-nav .cell-cart .cart-dropdown .dropdown-footer .btn-box a + a {
  margin-top: 5px;
}
.layout-items {
  background: #fafafa;
  box-shadow: 0 10px 65px -12px #bfb7b7;
  border-radius: 5px;
  padding: 15px 0 0 15px;
  position: relative;
}
.layout-items.bg-grey {
  background: #f8f8f8;
}
@media (max-width: 991px) {
  .layout-items {
    padding: 0;
  }
}
.in-shop-btn {
  text-transform: uppercase;
  border-bottom: 1px dotted;
  font-size: 15px;
  display: inline-block;
  color: #dc002d !important;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .in-shop-btn {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .in-shop-btn {
    text-align: center;
    border: none;
    display: block;
    padding: 10px 0;
  }
}
.filter-item {
  display: inline-block;
  vertical-align: top;
  width: 49%;
  padding-bottom: 15px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .filter-item {
    width: 60%;
  }
}
.filter-item li {
  display: inline-block;
  vertical-align: top;
  padding-right: 23px;
}
.filter-item span {
  color: #666666;
  font-weight: 300;
}
.filter-item small {
  color: #a09e9e;
  font-size: 12px;
}
.filter-item a {
  color: #002c8f;
  border-bottom: 1px dotted;
  display: block;
}
.filter-item a:hover {
  border-bottom: 1px solid;
}
.filter-item a.active.new {
  color: #5a9b1f !important;
}
.filter-item a.active.sale {
  color: #dc002d !important;
}
.filter-item a.active.hit {
  color: #3a8dda !important;
}
.filter-item.filter-right {
  text-align: right;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .filter-item.filter-right {
    width: 39%;
  }
}
.filter-item.filter-right > li:last-child {
  padding-right: 0;
}
.filter-item.filter-right .dropdown-filter {
  position: relative;
}
.filter-item.filter-right .dropdown-filter .sort {
  cursor: pointer;
  color: #002c8f;
  padding: 0 6px;
  display: inline-block;
  font-size: 14px;
}
.filter-item.filter-right .dropdown-filter .sort span {
  color: #002c8f;
}
.filter-item.filter-right .dropdown-filter .sort:after {
  content: "\f107";
  font-family: "Font Awesome 6 Free";
  font-size: 15px;
  line-height: 14px;
  color: #002c8f;
  padding-left: 5px;
  font-weight: normal;
  display: inline-block;
  webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.filter-item.filter-right .dropdown-filter .sort.active {
  color: #002c8f;
}
.filter-item.filter-right .dropdown-filter .sort.active:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.filter-item.filter-right .dropdown-filter .dropdown {
  background: #fff;
  border: 1px solid #cacaca;
  color: #002c8f;
  display: none;
  position: absolute;
  top: 26px;
  right: 0;
  min-width: 200px;
  padding: 5px 0;
  z-index: 100;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.175);
}
.filter-item.filter-right .dropdown-filter .dropdown li {
  display: block;
  padding: 4px 21px;
}
.filter-item.filter-right .dropdown-filter .dropdown a {
  color: #002c8f;
  display: inline-block;
  padding: 0;
  text-align: right;
  font-size: 13px;
}
@media (max-width: 767px) {
  .filter-item.filter-right .dropdown-filter .dropdown a {
    font-size: 11px;
  }
}
.filter-item.filter-right .dropdown-filter .dropdown a:hover {
  color: #333;
}
.filter-item-xs {
  display: table;
  width: 100%;
}
.filter-item-xs li {
  display: table-cell;
  vertical-align: middle;
  border-left: 1px solid #CCCCCB;
  width: 1%;
  text-align: center;
  padding: 10px 0;
}
@media (max-width: 767px) {
  .filter-item-xs li {
    border-top: 1px solid #CCCCCB;
    border-bottom: 1px solid #CCCCCB;
  }
}
.filter-item-xs li a {
  color: #959594;
  font-weight: 300;
}
.filter-item-xs li a i {
  padding-left: 3px;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
}
.filter-item-xs .with-dropdown {
  position: relative;
}
.filter-item-xs .with-dropdown .dropdown-filter {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 15px;
  margin: 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(191, 183, 183, 0.175);
  box-shadow: 0 6px 12px rgba(191, 183, 183, 0.175);
  width: 100%;
}
.filter-item-xs .with-dropdown .dropdown-filter li {
  display: block;
  border: none;
  border-bottom: 1px solid #ddd;
  width: 100%;
}
.filter-item-xs .with-dropdown .dropdown-filter li:last-child {
  border: none;
}
.filter-item-xs .with-dropdown .dropdown-filter li a {
  display: block;
}
.sort-box {
  padding-bottom: 10px;
}
@media (max-width: 991px) {
  .sort-box {
    padding: 10px 15px;
  }
}
.sort-box li {
  display: inline-block;
  vertical-align: middle;
  padding-right: 10px;
}
.sort-box li span {
  color: #666666;
  font-weight: 300;
}
.sort-box li .item {
  border: 1px solid #d1d1d1;
  border-radius: 30px;
  display: inline-block;
  padding: 3px 16px;
}
.sort-box li .item a {
  border: none;
}
.sort-box li a {
  color: #002c8f;
  border-bottom: 1px dotted;
}
#main-carousel .item img {
  width: 100%;
}
#main-carousel .owl-buttons .owl-prev,
#main-carousel .owl-buttons .owl-next {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  z-index: 1;
  line-height: 20px;
  overflow: hidden;
  font-size: 37px;
  opacity: 0.8;
  background: transparent;
}
#main-carousel .owl-buttons .owl-prev i.fa,
#main-carousel .owl-buttons .owl-next i.fa {
  line-height: 33px;
  color: #323537;
}
#main-carousel .owl-buttons .owl-prev:hover,
#main-carousel .owl-buttons .owl-next:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  #main-carousel .owl-buttons .owl-prev,
  #main-carousel .owl-buttons .owl-next {
    display: none;
  }
}
#main-carousel .owl-buttons .owl-prev {
  left: 0;
}
#main-carousel .owl-buttons .owl-prev i.fa {
  padding-right: 3px;
}
#main-carousel .owl-buttons .owl-next {
  right: 0;
}
#main-carousel .owl-buttons .owl-next i.fa {
  padding-left: 3px;
}
#main-carousel .owl-buttons div {
  border-radius: 0;
}
#main-carousel .owl-pagination {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: left;
  padding: 0 0 0 15px;
}
@media (max-width: 991px) {
  #main-carousel .owl-pagination .owl-page {
    display: none;
  }
}
#main-carousel .owl-pagination .owl-page span {
  width: 10px;
  height: 10px;
  border-radius: 0;
  background: transparent;
  border: 1px solid #323537;
  opacity: 1;
}
#main-carousel .owl-pagination .owl-page.active span {
  background: #323537;
}
.grid-catalog .add-box {
  overflow: hidden;
  height: 431px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .grid-catalog .add-box {
    height: 431px;
  }
}
@media (max-width: 767px) {
  .grid-catalog .add-box {
    height: 100%;
  }
}
.grid-catalog .add-box img {
  height: 100%;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .grid-catalog .add-box img {
    height: 100%;
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .grid-catalog .add-box img {
    height: 100%;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .grid-catalog .add-box img {
    height: auto;
    width: 100%;
  }
}
.grid-catalog .more-items-box {
  overflow: hidden;
  height: 410px;
  background: #fff;
  border: 1px solid #f5f5f5;
  display: table;
  vertical-align: middle;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px) {
  .grid-catalog .more-items-box {
    height: 395px;
  }
}
@media (max-width: 767px) {
  .grid-catalog .more-items-box {
    height: 210px;
  }
}
.grid-catalog .more-items-box .btn-more {
  display: table-cell;
  color: #323537;
  vertical-align: middle;
  padding: 0 50px;
  background: transparent;
  outline: none;
  height: 100%;
}
.grid-catalog .more-items-box .btn-more i {
  font-size: 50px;
  display: block;
}
.grid-catalog .more-items-box .btn-more span {
  display: block;
  font-size: 16px;
  color: #323537;
  padding-top: 10px;
}
.grid-catalog .more-items-box .btn-more:hover i {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.thanks-order {
  text-align: center;
  padding: 30px 0 0 0;
}
.thanks-order h2 {
  font-size: 19px;
  margin-bottom: 14px;
  padding-bottom: 11px;
  text-transform: uppercase;
  position: relative;
}
.thanks-order .number {
  font-size: 17px;
  margin-bottom: 20px;
  font-weight: bold;
}
.thanks-order .number span {
  display: inline-block;
  position: relative;
  padding-left: 30px;
}
.thanks-order .number span:after {
  content: "\f046 ";
  font-family: "Font Awesome 6 Free";
  color: #008e03;
  position: absolute;
  left: 0;
  top: 0;
}
.thanks-order .order-info {
  padding-bottom: 24px;
}
.thanks-order .order-info p {
  margin-bottom: 0;
}
.thanks-order .call-info {
  padding-bottom: 30px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .coupons-block {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .coupons-block {
    text-align: center;
  }
}
.coupons-block .title {
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: bold;
  line-height: 28px;
}
.coupons-block .info-box .name {
  color: #444;
  font-weight: normal;
  font-size: 19px;
  margin-bottom: 10px;
}
.coupons-block .info-box .link {
  color: #005a93;
  border-bottom: 1px solid;
}
.coupons-block .info-box p {
  color: #898989;
}
.coupons-block .item-coupon {
  position: relative;
}
.coupons-block .item-coupon .inner {
  position: relative;
  overflow: hidden;
  height: 351px;
  margin-bottom: 30px;
  transition: all 0.2s ease-in-out 0s;
  border: 1px solid #f2f5f8;
  border-radius: 10px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .coupons-block .item-coupon .inner {
    height: 261px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .coupons-block .item-coupon .inner {
    height: 266px;
  }
}
.coupons-block .item-coupon img {
  position: absolute;
  bottom: 84px;
  right: 0;
  margin: 0;
  padding: 0;
  border: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  height: auto;
  width: 100%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .coupons-block .item-coupon img {
    bottom: 115px;
    height: 100%;
    width: auto;
  }
}
.coupons-block .item-coupon .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 7px 15px;
  height: 89px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .coupons-block .item-coupon .caption {
    height: 122px;
  }
}
.coupons-block .item-coupon .caption .brand a {
  color: #005a93;
  border-bottom: 1px solid;
  font-size: 12px;
}
.coupons-block .item-coupon .caption .box {
  padding-top: 7px;
}
.coupons-block .item-coupon .caption .box .cell {
  display: inline-block;
  vertical-align: middle;
  width: 49%;
}
.coupons-block .item-coupon .caption .box .cell:last-child {
  text-align: right;
}
.coupons-block .item-coupon .caption .box .title {
  color: #444;
  font-size: 17px;
  margin-bottom: 0;
  height: 51px;
  overflow: hidden;
  line-height: 18px;
  font-weight: 400;
}
.coupons-block .item-coupon .caption .box .btn-main {
  padding: 10px 14px;
}
.coupons-block .item-coupon .dropdown {
  position: absolute;
  bottom: -48px;
  right: -47px;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 15px;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #f2f5f8;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  width: 300px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .coupons-block .item-coupon .dropdown {
    right: 0;
  }
}
.coupons-block .item-coupon .dropdown .icon-close {
  position: absolute;
  right: 4px;
  top: 3px;
  font-size: 15px;
  color: #444;
}
.coupons-block .item-coupon .dropdown .icon-close:after {
  content: "";
  position: absolute;
  top: -4px;
  right: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 50px 50px 0;
  border-color: transparent #e1e1e1 transparent transparent;
}
.coupons-block .item-coupon .dropdown .icon-close a {
  color: #444;
  position: relative;
  z-index: 1;
  padding-right: 3px;
}
.coupons-block .item-coupon .dropdown .form-control {
  margin-bottom: 15px;
}
.coupons-block .item-coupon .dropdown label {
  color: #898989;
  font-weight: normal;
}
.article-page .filters {
  border: none;
  padding-top: 0px;
}
.article-page .filters .filter-menu-inner {
  padding-top: 29px;
}
.article-page .filters .filter-menu-inner .title-block {
  text-transform: uppercase;
  color: #343434;
  font-weight: bold;
  margin-bottom: 10px;
}
.article-page .filters .filter-menu-inner .panel-heading {
  text-transform: none;
  font-weight: normal;
  font-size: 14px;
  position: relative;
  padding-left: 15px;
}
.article-page .filters .filter-menu-inner .panel-heading:after {
  content: "-";
  position: absolute;
  left: 0;
  top: 2px;
}
.article-page .filters .filter-menu-inner .panel-heading .panel-title {
  border: none;
  font-size: 14px;
  width: auto;
}
.article-page .filters .filter-menu-inner .panel-heading .panel-title.active a {
  color: #cf112b;
}
.article-page .filters .filter-menu-inner .panel-heading .panel-title a {
  color: #1a1a1a;
  font-weight: normal;
}
.article-page .filters .filter-menu-inner .panel-heading .panel-title a:hover {
  color: #cf112b;
}
.article-page .blog-article {
  padding-bottom: 100px;
  padding-top: 14px;
}
.article-page .blog-article img {
  height: auto;
  max-width: 100%;
  margin-bottom: 20px;
}
.article-page .blog-article h2 {
  font-size: 19px;
}
.article-page .blog-article h3 {
  font-size: 16px;
}
.article-page .blog-article h2,
.article-page .blog-article h3 {
  color: #1a1a1a;
  margin: 15px 0;
  font-weight: bold;
  text-transform: uppercase;
}
.article-page .blog-article p {
  font-size: 13px;
  color: #1a1a1a;
  margin-bottom: 20px;
}
.article-page .blog-article ol {
  margin-left: 55px;
  font-size: 13px;
}
.article-page .blog-article ol li {
  padding-bottom: 15px;
}
.article-page .blog-article ul {
  list-style: disc;
  margin-left: 20px;
  font-size: 13px;
}
.article-page .blog-article ul li {
  padding-bottom: 15px;
}
.error404-page,
.eror500-page {
  text-align: center;
  padding: 50px 0 100px 0;
}
.error404-page img,
.eror500-page img {
  margin: 0 auto;
}
.error404-page .title,
.eror500-page .title {
  text-transform: uppercase;
  margin: 20px 0;
  font-size: 20px;
}
.error404-page .info-box,
.eror500-page .info-box {
  padding-top: 20px;
}
.error404-page .info-box p,
.eror500-page .info-box p {
  margin-bottom: 0;
}
.error404-page .info-box .main-btn,
.eror500-page .info-box .main-btn {
  margin-top: 20px;
  width: 300px;
}
.error404-page .info-box .input-box,
.eror500-page .info-box .input-box {
  width: 300px;
  position: relative;
  margin: 0 auto;
  margin-top: 20px;
}
.error404-page .info-box .input-box a,
.eror500-page .info-box .input-box a {
  position: absolute;
  right: 0;
  top: 0;
  color: #fcf15b;
  display: inline-block;
  font-size: 18px;
  width: 40px;
  height: 100%;
  z-index: 3;
  padding-top: 5px;
}
.error404-page .info-box .input-box .form-control,
.eror500-page .info-box .input-box .form-control {
  border: 0;
  border: none;
  box-shadow: none;
  background: #f2f2f2;
  border-radius: 0;
  height: 40px;
  padding-right: 50px;
}
.order-page {
  padding-bottom: 100px;
}
.order-page .form-control {
  box-shadow: none;
  border: 1px solid #e0e0e0;
  height: 39px;
  display: block;
  float: none;
  padding-left: 30px;
  border-radius: 5px!important;
}
.order-page .bg-white {
  background: #fff;
  border-radius: 6px;
  padding: 0 15px;
  margin-top: 10px;
}
.order-page .order-form li {
  padding: 15px 0;
}
.order-page .order-form li:first-child .agreement {
  min-height: 40px;
}
.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 .field .input-group {
  display: block;
}
.order-page .order-form li .field .input-group.select-r-brd .chosen-container-single .chosen-single {
  height: 26px;
  border: 2px solid #cf112b;
}
.order-page .order-form li .field .input-group-addon {
  background: transparent;
  border-radius: 0;
  border: none;
  border-right: 0;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 30px;
  height: 100%;
  z-index: 3;
  vertical-align: middle;
  padding: 11px 4px 4px 4px;
  color: #7f7f7f;
}
.order-page .order-form li .field .icon-38 {
  position: absolute;
  left: 28px;
  top: 8px;
  width: 22px;
  z-index: 5;
}
.order-page .order-form li .field .icon-38 img {
  width: 100%;
}
.order-page .order-form li .field .phonefield {
  padding-left: 50px;
}
.order-page .order-form li .field .textarea-input i {
  position: relative;
  top: -3px;
  left: -2px;
}
.order-page .order-form li .cell-row {
  display: table;
  width: 100%;
}
.order-page .order-form li .cell-delivery label.name {
  text-transform: uppercase;
  font-weight: bold;
}
.order-page .order-form li .cell-delivery .cell {
  padding-left: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .order-page .order-form li .cell-delivery .cell {
    width: 50%;
  }
}
@media (min-width: 1400px) {
  .order-page .order-form li .cell-delivery .cell.padd-left {
    padding-left: 50px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .order-page .order-form li .cell-delivery .cell.padd-left {
    padding-left: 50px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .order-page .order-form li .cell-delivery .cell.padd-left {
    padding-left: 50px;
  }
}
.order-page .order-form li .padd-left {
  padding-left: 22px;
}
@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: 60%;
  vertical-align: middle;
}
@media (max-width: 991px) {
  .order-page .order-form li .cell {
    display: block;
    width: 100%;
  }
}
.order-page .order-form li .cell .inner {
  display: table;
  width: 100%;
}
.order-page .order-form li .cell .inner .cell {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
}
.order-page .order-form li .cell .inner .cell:first-child {
  padding-right: 5px;
}
.order-page .order-form li .cell .inner .cell:last-child {
  padding-left: 5px;
}
.order-page .order-form li .cell-content {
  color: #a8a8a8;
  width: 40%;
}
@media (max-width: 767px) {
  .order-page .order-form li .cell-content {
    width: 100%;
  }
}
.order-page .order-form li .cell-content a {
  margin: 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: #cf112b;
}
.order-page .order-form .radio i.green {
  color: #008e03;
}
.order-page .order-form .nav-bottom {
  padding-top: 0;
}
@media (max-width: 991px) {
  .order-page .order-form .agreement {
    padding-bottom: 15px;
  }
}
.order-page .order-form .agreement li {
  border: none;
  padding: 0;
}
.order-page .order-form .agreement span {
  font-size: 14px;
/*  color: #a8a8a8;*/
  display: block;
  padding-left: 20px;
}
.order-page .order-form .agreement .rfield_error {
  display: none!important;
}
.order-page .order-form .agreement .styler-checkbox.jq-checkbox,
.order-page .order-form .agreement .icheckbox.jq-checkbox {
  width: 13px;
  height: 13px;
  border-radius: 0;
  top: 2px;
  overflow: visible!important;
  border: 1px solid #e6e6e6;
}
.order-page .order-form .agreement .styler-checkbox.jq-checkbox .jq-checkbox__div,
.order-page .order-form .agreement .icheckbox.jq-checkbox .jq-checkbox__div {
  width: 10px;
  height: 10px;
  border-radius: 0;
  background: transparent;
  color: #fff;
  vertical-align: top;
  position: relative;
  font-size: 8px;
}
.order-page .order-form .agreement .styler-checkbox.jq-checkbox.checked,
.order-page .order-form .agreement .icheckbox.jq-checkbox.checked {
  border: 1px solid #e6e6e6;
  border-radius: 0;
  background: transparent;
}
.order-page .order-form .agreement .styler-checkbox.jq-checkbox.checked .jq-checkbox__div,
.order-page .order-form .agreement .icheckbox.jq-checkbox.checked .jq-checkbox__div {
  width: 10px;
  height: 10px;
  border-radius: 0;
  background: transparent;
  color: #fff;
  vertical-align: top;
  position: relative;
  font-size: 8px;
}
.order-page .order-form .agreement .styler-checkbox.jq-checkbox.checked .jq-checkbox__div:after,
.order-page .order-form .agreement .icheckbox.jq-checkbox.checked .jq-checkbox__div:after {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  top: 0;
  left: 1px;
  display: inline-block;
  line-height: 9px;
}
.order-page .order-form .agreement .styler-checkbox.jq-checkbox.checked + span,
.order-page .order-form .agreement .icheckbox.jq-checkbox.checked + span {
  color: #8a8a8a;
}
.order-page .order-form .btn-main.disabled {
  opacity: 0.7;
  box-shadow: none;
  cursor: not-allowed;
  pointer-events: none;
}
.order-page .order-form .nav-bottom-btn {
  padding-top: 30px;
}
@media (max-width: 991px) {
  .order-page .order-form .nav-bottom-btn {
    padding-bottom: 20px;
  }
}
.order-page .order-form .nav-bottom-btn > span {
  color: #8a8a8a;
  display: inline-block;
  vertical-align: middle;
  padding-left: 20px;
  width: 300px;
}
@media (max-width: 767px) {
  .order-page .order-form .nav-bottom-btn > span {
    width: auto;
    display: block;
    padding-top: 10px;
    padding-left: 0;
  }
}
.order-page .order-product {
  margin: 15px 0;
  padding: 0;
}
.order-page .order-product h3 {
  text-transform: uppercase;
  color: #8a8a8a;
  margin-bottom: 15px;
  font-size: 13px;
}
.order-page .order-product li {
  position: relative;
  padding: 15px 0;
  border-top: 1px solid #e6e6e6;
}
.order-page .order-product li a:hover .name {
  color: #cf112b;
}
.order-page .order-product li a:hover .cell-img img {
  opacity: 0.7;
}
.order-page .order-product li .cell {
  display: table-cell;
  vertical-align: top;
}
.order-page .order-product li .cell-img {
  width: 90px;
  vertical-align: top;
  text-align: center;
}
.order-page .order-product li .cell-img .inner {
  background: #fff;
  height: 90px;
  vertical-align: middle;
  line-height: 72px;
  padding: 10px;
}
.order-page .order-product li .cell-img img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  transition: all 0.3s ease 0s;
}
.order-page .order-product li .cell-decription {
  padding-left: 10px;
}
.order-page .order-product li .name {
  font-size: 14px;
  color: #1a1a1a;
}
.order-page .order-product li .name a {
  color: #1a1a1a;
}
.order-page .order-product li .name a:hover {
  color: #cf112b;
}
.order-page .order-product li .quantity {
  font-size: 14px;
  padding-top: 5px;
}
.order-page .order-product li .quantity span {
  color: #323537;
  display: inline-block;
  vertical-align: top;
}
.order-page .order-product li .quantity .size {
  width: 38px;
  height: 20px;
  text-align: center;
  border: 1px solid #e6e6e6;
}
.order-page .order-product li .price {
  font-size: 16px;
  padding-top: 10px;
  color: #1a1a1a;
}
.order-page .order-product li .price .old-price {
  text-decoration: line-through;
  font-size: 14px;
}
.order-page .order-product .cost-of-delivery {
  padding: 11px 0;
  border-top: 1px solid #e6e6e6;
}
.order-page .order-product .cost-of-delivery .txt {
  display: inline-block;
  vertical-align: middle;
  color: #1d1d1d;
  font-weight: normal;
  font-size: 14px;
}
.order-page .order-product .cost-of-delivery .price {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  padding-left: 5px;
}
.order-page .order-product .order-price {
  padding: 11px 0;
}
.order-page .order-product .order-price .txt {
  display: inline-block;
  vertical-align: bottom;
  color: #1d1d1d;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 15px;
}
.order-page .order-product .order-price .price {
  padding-left: 10px;
  display: inline-block;
  vertical-align: middle;
  font-size: 26px;
  line-height: 24px;
  color: #cf112b;
}
.order-page .discount-info-box {
  border: 1px solid #58ac5f;
  padding: 20px;
  border-radius: 5px;
  background: #ffffff;
}
.order-page .discount-info-box span {
  font-size: 20px;
  color: #58ac5f;
}
.cart-page .quick-order {
  padding-bottom: 40px;
}
@media (max-width: 991px) {
  .cart-page .quick-order {
    padding-top: 20px;
  }
}
.cart-page .quick-order ul > li {
  padding: 10px 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cart-page .quick-order ul > li {
    display: inline-block;
    vertical-align: top;
    width: 32%;
    padding: 10px;
  }
  .cart-page .quick-order ul > li:nth-child(2) {
    padding: 10px 0;
  }
}
.cart-page .quick-order ul > li .cell {
  display: table-cell;
  vertical-align: top;
  color: #323537;
}
.cart-page .quick-order ul > li .cell-icon {
  width: 28px;
  color: #7f7f7f;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cart-page .quick-order ul > li .cell-icon {
    width: 23px;
  }
}
.cart-page .quick-order ul > li .discount-code {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cart-page .quick-order ul > li .discount-code {
    display: block;
    margin: 0 auto;
  }
}
.cart-page .quick-order ul > li .discount-code .title {
  text-transform: uppercase;
  color: #323537;
  margin-bottom: 3px;
  font-weight: bold;
}
.cart-page .quick-order ul > li .discount-code span {
  color: #333;
  font-size: 12px;
}
.cart-page .quick-order ul > li .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 .quick-order ul > li .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 .quick-order ul > li .discount-code .btn {
  border-radius: 0;
  background: transparent;
}
.cart-page .quick-order ul > li .info-items .note {
  color: #8a8a8a;
  text-transform: uppercase;
  font-size: 15px;
  display: block;
  padding: 0;
}
.cart-page .quick-order ul > li .info-items .delivery-info li {
  color: #8a8a8a;
  position: relative;
  padding: 2px 0;
  display: block;
  width: 100%;
}
.cart-page .quick-order ul > li .info-items .delivery-info li span.green {
  color: #008e03;
}
.cart-page .quick-order ul > li .info-items .delivery-info li span.red {
  color: #cf112b;
}
.cart-page .cart-items {
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .cart-page .cart-items .grid-header {
    padding: 15px 0;
  }
}
.cart-page .table-items li {
  background: #fff;
  padding: 0 15px;
}
.cart-page .table-items li:first-child {
  background: transparent;
  display: table;
  width: 100%;
}
.cart-page .table-items li:first-child .cell {
  color: #7f7f7f;
  padding: 10px 0;
}
.cart-page .table-items li:first-child .cell:first-child {
  width: 50%;
}
.cart-page .table-items li:first-child .cell:nth-child(2) {
  width: 20%;
}
.cart-page .table-items li:first-child .cell:last-child {
  width: 30%;
}
.cart-page .table-items li:nth-child(2) {
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.cart-page .table-items li:last-child {
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.cart-page .table-items li:last-child .inner-box {
  border-bottom: none;
}
.cart-page .table-items li .inner-box {
  display: table;
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
}
.cart-page .table-items li .present-box .cell-plus {
  color: #cf112b;
  font-size: 32px;
  padding-left: 30px;
}
.cart-page .table-items li .present-box .present .name span {
  color: #cf112b;
}
.cart-page .table-items li .cell {
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .cart-page .table-items li .cell {
    display: inline-block;
  }
}
.cart-page .table-items li .cell-product {
  width: 50%;
}
@media (max-width: 767px) {
  .cart-page .table-items li .cell-product {
    width: 100%;
  }
}
.cart-page .table-items li .cell-product > .inner {
  display: table;
  width: 100%;
}
.cart-page .table-items li .cell-product .cell {
  display: table-cell;
}
@media (max-width: 767px) {
  .cart-page .table-items li .cell-product .name {
    border-bottom: 1px solid #e6e6e6;
  }
}
.cart-page .table-items li .cell-product .name > a {
  display: block;
  color: #6d6f6e;
}
.cart-page .table-items li .cell-product .image {
  width: 120px;
}
@media (max-width: 767px) {
  .cart-page .table-items li .cell-product .image {
    width: 92px;
  }
}
.cart-page .table-items li .cell-product .img {
  text-align: center;
  width: 80px;
  height: 80px;
  line-height: 80px;
}
.cart-page .table-items li .cell-product .img img {
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
}
.cart-page .table-items li .cell-product .quantity {
  font-size: 14px;
  padding-top: 5px;
}
@media (max-width: 767px) {
  .cart-page .table-items li .cell-product .quantity {
    padding-bottom: 10px;
  }
}
.cart-page .table-items li .cell-product .quantity span {
  color: #323537;
  display: inline-block;
  vertical-align: top;
}
.cart-page .table-items li .cell-product .quantity .size {
  width: 38px;
  height: 20px;
  text-align: center;
  border: 1px solid #e6e6e6;
}
.cart-page .table-items li .cell-count {
  width: 20%;
}
@media (max-width: 767px) {
  .cart-page .table-items li .cell-count {
    width: 65%;
    padding-left: 85px;
    padding-top: 10px;
  }
}
.cart-page .table-items li .cell-count .count-input {
  max-width: 107px;
  position: relative;
  width: 100%;
  padding: 0 32px;
}
@media (max-width: 767px) {
  .cart-page .table-items li .cell-count .count-input {
    padding: 0 26px;
  }
}
.cart-page .table-items li .cell-count .count-input .incr-btn {
  display: block;
  position: absolute;
  width: 28px;
  height: 28px;
  font-size: 36px;
  text-align: center;
  line-height: 26px;
  top: 50%;
  right: 0;
  margin-top: -14px;
  color: #d4d4d4;
  font-weight: 400;
  opacity: 1;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .cart-page .table-items li .cell-count .count-input .incr-btn {
    opacity: 1;
  }
}
.cart-page .table-items li .cell-count .count-input .incr-btn:first-child {
  right: auto;
  left: 0;
  top: 46%;
}
.cart-page .table-items li .cell-count .count-input .incr-btn:first-child i.fa {
  position: relative;
  top: 0;
}
.cart-page .table-items li .cell-count .count-input .incr-btn i.fa {
  position: relative;
  top: -2px;
}
.cart-page .table-items li .cell-count .count-input input {
  width: 100%;
  height: 36.92307692px;
  outline: none;
  background: none;
  text-align: center;
  font-size: 16px;
  border: 1px solid #d1d1d1;
  background: #fafafa;
  border-radius: 5px;
  padding: 0 20px 0 2px;
}
@media (max-width: 991px) {
  .cart-page .table-items li .cell-count .count-input input {
    width: 100%;
  }
}
.cart-page .table-items li .cell-count .count-input .inner-input {
  position: relative;
  width: 100%;
}
.cart-page .table-items li .cell-count .count-input .inner-input .icon {
  position: absolute;
  right: 3px;
  top: 0;
  width: 16px;
  opacity: 0;
  transition: all 0.3s ease 0s;
}
.cart-page .table-items li .cell-count .count-input .inner-input .icon img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  padding-top: 9px;
}
.cart-page .table-items li .cell-count .count-input .inner-input input:focus + .icon {
  opacity: 1;
}
.cart-page .table-items li .cell-count .count-input .inner-input:hover .icon {
  opacity: 1;
}
.cart-page .table-items li .cell-price {
  width: 16%;
  font-size: 19px;
}
@media (max-width: 767px) {
  .cart-page .table-items li .cell-price {
    width: 35%;
    text-align: right;
    padding-top: 10px;
  }
}
.cart-page .table-items li .cell-dell {
  width: 14%;
  text-align: center;
}
@media (max-width: 767px) {
  .cart-page .table-items li .cell-dell {
    position: absolute;
    width: 20px;
    text-align: right;
    top: -13px;
    right: -3px;
  }
}
.cart-page .table-items li .cell-dell a {
  display: inline-block;
  position: relative;
  padding-right: 20px;
  color: #949494;
}
@media (max-width: 767px) {
  .cart-page .table-items li .cell-dell a {
    font-size: 0;
  }
}
.cart-page .table-items li .cell-dell a:after {
  content: "\f00d ";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  right: 0;
  top: 0;
  color: #d1d1d1;
}
@media (max-width: 767px) {
  .cart-page .table-items li .cell-dell a:after {
    font-size: 20px;
  }
}
.cart-page .table-items li .cell-dell a:hover {
  color: #cf112b;
}
.cart-page .table-items li .cell-dell a:hover:after {
  color: #cf112b;
}
.cart-page .nav-bottom {
  padding: 15px 0;
}
.cart-page .nav-bottom .discount-code {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cart-page .nav-bottom .discount-code {
    display: block;
    margin: 0 auto;
  }
}
.cart-page .nav-bottom .discount-code .title {
  text-transform: uppercase;
  color: #323537;
  margin-bottom: 3px;
  font-weight: bold;
}
.cart-page .nav-bottom .discount-code span {
  color: #333;
  font-size: 12px;
}
.cart-page .nav-bottom .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 .nav-bottom .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 .nav-bottom .discount-code .btn {
  border-radius: 0;
  background: transparent;
}
.cart-page .nav-bottom li {
  display: inline-block;
  vertical-align: top;
  width: 70%;
  position: relative;
  right: -29%;
}
@media (max-width: 767px) {
  .cart-page .nav-bottom li {
    width: 100%;
    right: 0;
  }
}
.cart-page .nav-bottom li:last-child {
  width: 29%;
  padding-top: 15px;
  position: relative;
  left: -70%;
}
@media (max-width: 767px) {
  .cart-page .nav-bottom li:last-child {
    width: 100%;
    text-align: center;
    left: 0;
  }
}
.cart-page .nav-bottom li .inner {
  display: table;
  width: 100%;
  text-align: right;
}
.cart-page .nav-bottom li .cell {
  display: table-cell;
  vertical-align: middle;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .cart-page .nav-bottom li .cell {
    display: block;
    padding: 6px 0;
  }
}
@media (max-width: 767px) {
  .cart-page .nav-bottom li .cell {
    display: block;
    padding: 6px 0;
    text-align: center;
  }
}
.cart-page .nav-bottom li .summary .cell-txt {
  color: #939393;
  text-transform: uppercase;
  display: inline-block;
  padding-right: 10px;
}
.cart-page .nav-bottom li .summary .cell-price {
  color: #cf112b;
  font-size: 20px;
  display: inline-block;
}
.cart-page .nav-bottom .bottom-discount {
  text-align: right;
  padding-top: 30px;
}
@media (max-width: 767px) {
  .cart-page .nav-bottom .bottom-discount {
    text-align: center;
  }
}
.cart-page .nav-bottom .bottom-discount .discount-info-box {
  text-align: left;
  display: inline-block;
  border: 1px solid #58ac5f;
  padding: 9px 12px;
  width: 356px;
  border-radius: 5px;
  background: #ffffff;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cart-page .nav-bottom .bottom-discount .discount-info-box {
    width: 271px;
  }
}
@media (max-width: 767px) {
  .cart-page .nav-bottom .bottom-discount .discount-info-box {
    text-align: center;
    width: 320px;
  }
}
.cart-page .nav-bottom .bottom-discount .discount-info-box span {
  font-size: 20px;
  color: #58ac5f;
}
.cart-page .empty-cart {
  text-align: center;
  width: 400px;
  margin: 0 auto;
  padding: 50px 0;
}
@media (max-width: 767px) {
  .cart-page .empty-cart {
    width: 100%;
  }
}
.cart-page .empty-cart img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
.cart-page .empty-cart .title {
  font-weight: bold;
  padding: 15px 0;
  color: #b1b0b0;
  font-size: 20px;
}
.cart-page .empty-cart p {
  color: #b1b0b0;
}
.interest-items {
  padding-top: 20px;
  margin-right: 15px;
  border-top: 1px solid #e6e6e6;
}
@media (max-width: 991px) {
  .interest-items {
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.interest-items .title-section {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  padding-bottom: 15px;
}
.interest-items .inner-box {
  margin: 0 -15px;
  padding-bottom: 20px;
}
footer {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #f9f9f9 46%, #ededed 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #f9f9f9 46%, #ededed 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f9f9f9 46%, #ededed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
}
footer .footer {
  padding: 20px 0;
}
@media (max-width: 767px) {
  footer .footer .col-xs-6 {
    width: 100%;
    float: none;
    display: block;
    vertical-align: top;
    padding-bottom: 18px;
  }
}
@media (max-width: 767px) and (min-width: 480px) {
  footer .footer .col-xs-6 {
    width: 49%;
    float: none;
    display: inline-block;
    vertical-align: top;
  }
}
footer .footer .list-info + .list-info {
  padding-top: 20px;
}
footer .footer .list-info li {
  color: #323537;
  font-size: 13px;
}
footer .footer .list-info .cell {
  display: table-cell;
  vertical-align: top;
}
footer .footer .list-info .cell span {
  display: block;
}
footer .footer .list-info .cell-icon {
  width: 19px;
  color: #e20d11;
}
footer .footer .list-info .title {
  color: #a6a6a6;
}
footer .footer .list-info .phone {
  font-size: 16px;
}
footer .footer .list-info a {
  color: #323537;
  text-decoration: underline!important;
}
footer .footer .list-info a:hover {
  text-decoration: none!important;
}
footer .footer .title {
  color: #a6a6a6;
  text-transform: uppercase;
}
footer .footer .list-social li {
  background: none repeat scroll 0 0 #B5B5B5;
  border: 2px solid #B5B5B5;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  float: left;
  height: 36px;
  line-height: 36px;
  margin: 0 8px 8px 0;
  padding: 0;
  text-align: center;
  width: 36px;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}
footer .footer .list-social li:hover {
  transform: scale(1.15) rotate(360deg);
  -webkit-transform: scale(1.1) rotate(360deg);
  -moz-transform: scale(1.1) rotate(360deg);
  -ms-transform: scale(1.1) rotate(360deg);
  -o-transform: scale(1.1) rotate(360deg);
}
footer .footer .list-social li a {
  padding: 0 0 5px 0;
  display: block;
  color: #fff;
}
footer .footer .list-social li i.fa {
  font-size: 16px;
  color: #EDEFF1 !important;
  text-shadow: 1px 1px 3px #7A7B7D;
}
footer .footer .list-social li.vk {
  background: none repeat scroll 0 0 #44678d;
  border: 2px solid #44678d;
}
footer .footer .list-social li.fb {
  background: none repeat scroll 0 0 #3b5998;
  border: 2px solid #3b5998;
}
footer .footer .list-social li.gg {
  background: none repeat scroll 0 0 #dd4b39;
  border: 2px solid #dd4b39;
}
footer .footer .list-social li.tw {
  background: none repeat scroll 0 0 #33ccff;
  border: 2px solid #33ccff;
}
footer .footer .list-social li.yt {
  background: none repeat scroll 0 0 #ff3333;
  border: 2px solid #ff3333;
}
footer .footer-bg {
  position: relative;
}
footer .footer-bg:after {
  content: "";
  position: absolute;
  right: 0;
  top: 13px;
  background: url("../../assets/img/bg-footer.png") no-repeat;
  height: 129px;
  width: 228px;
  background-position: center right;
}
@media (max-width: 991px) {
  footer .footer-bg:after {
    display: none;
  }
}
footer .footer-bottom {
  background: #fff;
  color: #a6a6a6;
  font-size: 13px;
  padding: 15px 0;
}
footer .footer-bottom .copyright {
  float: left;
}
@media (max-width: 767px) {
  footer .footer-bottom .copyright {
    float: none;
    text-align: center;
  }
}
@media (max-width: 767px) and (min-width: 480px) {
  footer .footer-bottom .copyright {
    float: left;
  }
}
footer .footer-bottom .development {
  float: right;
}
@media (max-width: 767px) {
  footer .footer-bottom .development {
    float: none;
    text-align: center;
    padding-top: 5px;
  }
}
@media (max-width: 767px) and (min-width: 480px) {
  footer .footer-bottom .development {
    float: right;
    padding: 0;
  }
}
footer .footer-bottom .development img {
  width: 69px;
  margin-top: -6px;
  margin-left: 15px;
}
.ms-skin-default .ms-nav-next,
.ms-skin-default .ms-nav-prev {
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -12px;
  width: 30px;
  height: 30px;
  background-color: #e6e6e6;
  line-height: 31px;
  text-align: center;
  color: #717273;
  opacity: 0.4;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 0;
  border: none;
}
.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: 10px;
  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: "Font Awesome 6 Free";
  font-size: 22px;
}
.ms-container {
  background: #fff;
}
@media (max-width: 767px) {
  .ms-container {
    border: none;
  }
}
.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;
}
.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;
}
.product-showcase-slider .ms-slide .camera {
  display: inline-block;
  position: absolute;
  top: 50%;
  background: rgba(224, 34, 34, 0.75);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  line-height: 60px;
  left: 50%;
  margin-left: -30px;
  margin-top: -30px;
  color: #fff;
  z-index: 10;
  text-align: center;
  font-size: 22px;
}
.product-showcase-slider .ms-slide .camera:after {
  content: "\f04b";
  font-family: "Font Awesome 6 Free";
  text-align: center;
  padding-left: 5px;
}
.product-showcase-slider .ms-thumb {
  position: relative;
}
.product-showcase-slider .ms-thumb .camera {
  display: inline-block;
  position: absolute;
  top: 50%;
  background: rgba(224, 34, 34, 0.75);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
  color: #fff;
}
.product-box {
  padding-bottom: 40px;
}
.product-box .product-info {
  padding-right: 15px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-box .product-info {
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .product-box .product-info {
    padding-left: 30px;
    padding-top: 20px;
  }
}
.product-box .product-info .price-block {
  padding-top: 11px;
}
.product-box .product-info .name-product {
  font-size: 25px;
  padding-bottom: 10px;
}
.product-box .product-info .product-rating-reviews {
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
}
.product-box .product-info .product-rating-reviews a,
.product-box .product-info .product-rating-reviews span {
  font-size: 13px;
  color: #818385;
}
.product-box .product-info .code-info {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.product-box .product-info .code-info .product-code {
  color: #666666;
  font-weight: 400;
  padding-bottom: 1px;
}
.product-box .product-info .code-info .product-code .red {
  color: #cf112b;
}
.product-box .product-info .rating {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}
@media (max-width: 767px) {
  .product-box .product-info .rating {
    display: block;
    width: 100%;
  }
}
.product-box .product-info .availability {
  padding-bottom: 0;
  padding-right: 31px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.product-box .product-info .availability.yes {
  color: #1fb545;
  padding-left: 20px;
}
.product-box .product-info .availability.yes:after {
  content: "\f046 ";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  left: 0;
  top: 0;
}
.product-box .product-info .availability.no {
  color: #929292;
}
.product-box .product-info .see-for-price {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  margin-left: -5px;
}
@media (max-width: 767px) {
  .product-box .product-info .see-for-price {
    display: block;
    width: 100%;
    margin-left: 0;
  }
}
.product-box .product-info .see-for-price a {
  color: #00618e;
  position: relative;
  padding-left: 21px;
}
.product-box .product-info .see-for-price a:after {
  content: "\f201 ";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 12px;
}
.product-box .product-info .option-models {
  padding: 7px 0;
}
.product-box .product-info .option-models .colors {
  padding-bottom: 12px;
}
.product-box .product-info .option-models .colors li {
  display: inline-block;
  vertical-align: top;
  padding-right: 10px;
  padding-bottom: 10px;
}
.product-box .product-info .option-models .colors li:last-child {
  padding-right: 0;
}
.product-box .product-info .option-models .colors li a {
  display: block;
  background: #fff;
  text-align: center;
  padding: 3px;
  overflow: hidden;
  position: relative;
  width: 81px;
}
.product-box .product-info .option-models .colors li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  opacity: 0;
  transition: all 0.3s ease 0s;
}
.product-box .product-info .option-models .colors li a .image-box {
  height: 63px;
  line-height: 48px;
  overflow: hidden;
  text-align: center;
}
.product-box .product-info .option-models .colors li a .price {
  color: #444;
  text-align: center;
}
.product-box .product-info .option-models .colors li a img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.product-box .product-info .option-models .colors li a:hover:after {
  opacity: 1;
}
.product-box .product-info .option-models .colors li a.active:after {
  opacity: 1;
}
.product-box .product-info .option-models .colors li a.not-available {
  opacity: 0.8;
}
.product-box .product-info .option-models .colors li a.not-available .image-box {
  opacity: 0.5;
}
.product-box .product-info .option-models .colors li a.not-available .price {
  font-size: 11px;
  padding-top: 5px;
}
.product-box .product-info .option-models .colors li span {
  display: block;
  width: 40px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  border: 1px solid #e6e6e6;
  cursor: pointer;
}
.product-box .product-info .option-models .size li {
  padding-right: 1px;
  padding-bottom: 5px;
  display: inline-block;
  vertical-align: top;
}
.product-box .product-info .option-models .size li:last-child {
  padding-right: 0;
}
.product-box .product-info .option-models .size li a {
  color: #333;
}
.product-box .product-info .option-models .size li span {
  display: block;
  width: auto;
  height: auto;
  text-align: center;
  border: 1px solid #e6e6e6;
  cursor: pointer;
  padding: 5px 10px;
  border-radius: 5px;
  background: #f3f0f0;
}
.product-box .product-info .option-models .title {
  margin-bottom: 5px;
}
.product-box .product-info .option-models .link-btn {
  margin-top: 10px;
  display: inline-block;
}
.product-box .product-info .social {
  padding-top: 19px;
}
.product-box .product-info .social .title {
  margin-bottom: 5px;
}
.product-box .product-info .social li {
  background: none repeat scroll 0 0 #B5B5B5;
  border: 2px solid #B5B5B5;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  float: left;
  height: 36px;
  line-height: 36px;
  margin: 0 8px 8px 0;
  padding: 0;
  text-align: center;
  width: 36px;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}
.product-box .product-info .social li:hover {
  transform: scale(1.15) rotate(360deg);
  -webkit-transform: scale(1.1) rotate(360deg);
  -moz-transform: scale(1.1) rotate(360deg);
  -ms-transform: scale(1.1) rotate(360deg);
  -o-transform: scale(1.1) rotate(360deg);
}
.product-box .product-info .social li a {
  padding: 0 0 5px 0;
  display: block;
  color: #fff;
}
.product-box .product-info .social li i.fa {
  font-size: 16px;
  color: #EDEFF1 !important;
  text-shadow: 1px 1px 3px #7A7B7D;
}
.product-box .product-info .social li.vk {
  background: none repeat scroll 0 0 #44678d;
  border: 2px solid #44678d;
}
.product-box .product-info .social li.fb {
  background: none repeat scroll 0 0 #3b5998;
  border: 2px solid #3b5998;
}
.product-box .product-info .social li.gg {
  background: none repeat scroll 0 0 #dd4b39;
  border: 2px solid #dd4b39;
}
.product-box .product-info .social li.tw {
  background: none repeat scroll 0 0 #33ccff;
  border: 2px solid #33ccff;
}
.product-box .product-info .social li.yt {
  background: none repeat scroll 0 0 #ff3333;
  border: 2px solid #ff3333;
}
.product-box .product-info .social .jssocials-share-link {
  border-radius: 50%;
}
.product-box .product-info .table-info {
  display: table;
  width: 100%;
}
.product-box .product-info .table-info > .cell {
  display: table-cell;
  vertical-align: top;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product-box .product-info .table-info > .cell {
    display: block;
  }
}
@media (max-width: 767px) {
  .product-box .product-info .table-info > .cell {
    display: block;
  }
}
.product-box .product-info .table-info > .cell:first-child {
  width: 60%;
  padding-right: 15px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product-box .product-info .table-info > .cell:first-child {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .product-box .product-info .table-info > .cell:first-child {
    width: 100%;
  }
}
.product-box .product-info .table-info > .cell:last-child {
  width: 40%;
  border-left: 1px solid #e6e6e6;
  padding-left: 15px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product-box .product-info .table-info > .cell:last-child {
    width: 100%;
    border-left: none;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .product-box .product-info .table-info > .cell:last-child {
    width: 100%;
    border-left: none;
    padding-left: 0;
  }
}
.product-box .product-info .table-info .description-block {
  margin-right: 0;
  padding-top: 10px;
  margin-top: 10px;
}
.product-box .product-info .table-info .description-block:after {
  display: none;
}
.product-box .product-info .table-info .description-block .title {
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 10px;
  margin-top: 20px;
}
.product-box .product-info .table-info .description-block ul {
  list-style: none;
  margin-left: 0;
  font-size: 13px;
  margin-bottom: 20px;
}
.product-box .product-info .table-info .description-block ul li {
  display: table;
  width: 100%;
  font-size: 14px;
}
.product-box .product-info .table-info .description-block ul li .cell {
  display: table-cell;
  vertical-align: top;
  padding: 9px 0;
  padding-left: 10px;
}
.product-box .product-info .table-info .description-block ul li .cell:first-child {
  width: 160px;
  padding-right: 10px;
  padding-left: 0;
  border-right: 1px solid #e6e6e6;
}
.product-box .product-info .table-info .description-block ul li span {
  color: #8a8a8a;
}
.product-box .product-info .price-box ul {
  display: table;
  width: 100%;
}
.product-box .product-info .price-box ul li {
  display: table-cell;
  vertical-align: top;
  width: 50%;
  padding: 10px 0;
}
.product-box .product-info .price-box ul li:first-child {
  vertical-align: bottom;
}
@media (max-width: 767px) {
  .product-box .product-info .price-box ul li {
    display: block;
    width: 100%;
  }
  .product-box .product-info .price-box ul li .btn-main {
    width: 100%;
  }
}
.product-box .product-info .price-box .price {
  padding-bottom: 6px;
}
@media (max-width: 767px) {
  .product-box .product-info .price-box .price {
    text-align: center;
  }
}
.product-box .product-info .price-box .price .old-price {
  display: block;
  color: #b1b1b1;
  font-size: 26px;
  text-decoration: line-through;
  font-weight: 300;
  line-height: 9px;
}
.product-box .product-info .price-box .price .special-price {
  font-weight: bold;
  color: #1a1a1a;
  font-size: 29px;
  position: relative;
  line-height: 36px;
  padding: 0;
}
.product-box .product-info .price-box .price small {
  font-weight: normal;
}
.product-box .product-info .price-box .phone_form .box-phone-input {
  position: relative;
}
.product-box .product-info .price-box .phone_form .box-phone-input i {
  position: absolute;
  left: 13px;
  top: 11px;
  color: #7f7f7f;
  font-size: 17px;
}
@media (max-width: 767px) {
  .product-box .product-info .price-box .phone_form .box-phone-input i {
    display: none;
  }
}
.product-box .product-info .price-box .phone_form .form-control {
  background: transparent;
  border: 1px solid #ddd;
  box-shadow: none;
  height: 40px;
  margin-bottom: 8px;
  width: 183px;
  padding-left: 33px;
}
@media (max-width: 767px) {
  .product-box .product-info .price-box .phone_form .form-control {
    text-align: center;
    width: 100%;
  }
}
.product-box .product-info .price-box .phone_form .form-control:focus {
  border: 1px solid #2ca5e0 !important;
}
.product-box .product-info .price-box .phone_form .btn-main {
  padding: 11px 40px;
}
.product-box .product-info .price-box .phone_form .btn-main.disabled {
  opacity: 0.9;
  box-shadow: none;
  cursor: not-allowed;
  pointer-events: none;
}
.product-box .product-info .price-box .btn-add-cart {
  text-transform: none;
  font-size: 16px;
  padding: 6px 26px;
  vertical-align: middle;
  border-radius: 4px;
  font-weight: 300;
  color: #fff;
}
.product-box .product-info .price-box .btn-add-cart i {
  font-size: 28px;
  vertical-align: middle;
  padding-right: 3px;
}
.product-box .info-delivery ul > li {
  padding: 10px 0;
}
.product-box .info-delivery ul > li .cell {
  display: table-cell;
  vertical-align: top;
  color: #323537;
}
.product-box .info-delivery ul > li .cell-icon {
  width: 28px;
  color: #7f7f7f;
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-box .info-delivery ul > li .cell-icon {
    width: 23px;
  }
}
.product-box .info-delivery ul > li .info-items .note {
  color: #8a8a8a;
  text-transform: uppercase;
  font-size: 15px;
  display: block;
  padding: 0;
}
.product-box .info-delivery ul > li .info-items .delivery-info li {
  color: #8a8a8a;
  position: relative;
  padding: 2px 0;
  display: block;
  width: 100%;
}
.product-box .info-delivery ul > li .info-items .delivery-info li span.green {
  color: #008e03;
}
.product-box .info-delivery ul > li .info-items .delivery-info li span.red {
  color: #cf112b;
}
.product-box .present-box {
  background: #fff;
  border: 1px solid #cf112b;
  border-radius: 5px;
  display: table;
  width: 100%;
  padding: 3px 10px;
  margin-top: 15px;
}
.product-box .present-box p {
  margin-bottom: 0;
}
.product-box .present-box .cell {
  display: table-cell;
  vertical-align: middle;
}
.product-box .present-box .red {
  color: #cf112b;
}
.product-box .present-box .time {
  color: #dc002e;
}
.product-box .present-box .cell-img {
  width: 90px;
}
.product-box .present-box .cell-img .inner {
  width: 80px;
  height: 80px;
  line-height: 80px;
}
.product-box .present-box .cell-img .inner img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.product-box .present-box .price {
  text-align: center;
}
.product-box .present-box .price .special-price {
  font-weight: bold;
  color: #dc002e;
  font-size: 18px;
  position: relative;
  line-height: 22px;
  padding: 0;
}
.product-box .present-box .price .special-price small {
  font-size: 14px;
}
.product-box .card-ig {
  margin-top: 20px;
  background: #fff7dc;
  border-radius: 5px;
  padding: 15px 10px;
  display: table;
  width: 100%;
  border: 1px solid #ece0b7;
}
.product-box .card-ig .cell {
  display: table-cell;
  vertical-align: top;
}
.product-box .card-ig .cell span {
  font-weight: bold;
  text-transform: uppercase;
  color: #dc002e;
}
.product-box .card-ig .cell-img {
  width: 70px;
  padding-right: 20px;
}
.product-box .card-ig .cell-img img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.product-page .stars {
  text-align: left;
  padding: 0;
  display: inline-block;
  vertical-align: top;
}
.product-page .stars li {
  display: inline-block;
  color: #e0e0e0;
  padding-bottom: 0;
}
.product-page .stars li .fa-star {
  color: #fed442;
}
.product-page .stars span {
  position: relative;
  color: #e0e0e0;
  display: block;
  width: 14px;
  height: 14px;
  text-align: center;
}
.product-page .stars span:after {
  content: "\f006";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  color: #e0e0e0;
}
.product-page .stars.star0 span {
  position: relative;
  color: #e0e0e0;
}
.product-page .stars.star0 span:after {
  content: "\f006";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  color: #e0e0e0;
}
.product-page .stars.star1 li:first-child span {
  position: relative;
  color: #fed442;
}
.product-page .stars.star1 li:first-child span:after {
  content: "\f005";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  color: #fed442;
}
.product-page .stars.star2 li:first-child span,
.product-page .stars.star2 li:nth-child(2) span {
  position: relative;
  color: #fed442;
}
.product-page .stars.star2 li:first-child span:after,
.product-page .stars.star2 li:nth-child(2) span:after {
  content: "\f005";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  color: #fed442;
}
.product-page .stars.star3 li:first-child span,
.product-page .stars.star3 li:nth-child(2) span,
.product-page .stars.star3 li:nth-child(3) span {
  position: relative;
  color: #fed442;
}
.product-page .stars.star3 li:first-child span:after,
.product-page .stars.star3 li:nth-child(2) span:after,
.product-page .stars.star3 li:nth-child(3) span:after {
  content: "\f005";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  color: #fed442;
}
.product-page .stars.star4 li:first-child span,
.product-page .stars.star4 li:nth-child(2) span,
.product-page .stars.star4 li:nth-child(3) span,
.product-page .stars.star4 li:nth-child(4) span {
  position: relative;
  color: #fed442;
}
.product-page .stars.star4 li:first-child span:after,
.product-page .stars.star4 li:nth-child(2) span:after,
.product-page .stars.star4 li:nth-child(3) span:after,
.product-page .stars.star4 li:nth-child(4) span:after {
  content: "\f005";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  color: #fed442;
}
.product-page .stars.star5 li:first-child span,
.product-page .stars.star5 li:nth-child(2) span,
.product-page .stars.star5 li:nth-child(3) span,
.product-page .stars.star5 li:nth-child(4) span,
.product-page .stars.star5 li:nth-child(5) span {
  position: relative;
  color: #fed442;
}
.product-page .stars.star5 li:first-child span:after,
.product-page .stars.star5 li:nth-child(2) span:after,
.product-page .stars.star5 li:nth-child(3) span:after,
.product-page .stars.star5 li:nth-child(4) span:after,
.product-page .stars.star5 li:nth-child(5) span:after {
  content: "\f005";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  color: #fed442;
}
.product-page .stars.star05 li:first-child span {
  position: relative;
  color: #fed442;
}
.product-page .stars.star05 li:first-child span:after {
  content: "\f123";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  color: #fed442;
}
.product-page .stars.star15 li:first-child span {
  position: relative;
  color: #fed442;
}
.product-page .stars.star15 li:first-child span:after {
  content: "\f005";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  color: #fed442;
}
.product-page .stars.star15 li:nth-child(2) span {
  position: relative;
  color: #fed442;
}
.product-page .stars.star15 li:nth-child(2) span:after {
  content: "\f123";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  color: #fed442;
}
.product-page .stars.star25 li:first-child span {
  position: relative;
  color: #fed442;
}
.product-page .stars.star25 li:first-child span:after {
  content: "\f005";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  color: #fed442;
}
.product-page .stars.star25 li:nth-child(2) span {
  position: relative;
  color: #fed442;
}
.product-page .stars.star25 li:nth-child(2) span:after {
  content: "\f005";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  color: #fed442;
}
.product-page .stars.star25 li:nth-child(3) span {
  position: relative;
  color: #fed442;
}
.product-page .stars.star25 li:nth-child(3) span:after {
  content: "\f123";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  color: #fed442;
}
.product-page .stars.star35 li:first-child span {
  position: relative;
  color: #fed442;
}
.product-page .stars.star35 li:first-child span:after {
  content: "\f005";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  color: #fed442;
}
.product-page .stars.star35 li:nth-child(2) span {
  position: relative;
  color: #fed442;
}
.product-page .stars.star35 li:nth-child(2) span:after {
  content: "\f005";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  color: #fed442;
}
.product-page .stars.star35 li:nth-child(3) span {
  position: relative;
  color: #fed442;
}
.product-page .stars.star35 li:nth-child(3) span:after {
  content: "\f005";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  color: #fed442;
}
.product-page .stars.star35 li:nth-child(4) span {
  position: relative;
  color: #fed442;
}
.product-page .stars.star35 li:nth-child(4) span:after {
  content: "\f123";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  color: #fed442;
}
.product-page .stars.star45 li:first-child span {
  position: relative;
  color: #fed442;
}
.product-page .stars.star45 li:first-child span:after {
  content: "\f005";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  color: #fed442;
}
.product-page .stars.star45 li:nth-child(2) span {
  position: relative;
  color: #fed442;
}
.product-page .stars.star45 li:nth-child(2) span:after {
  content: "\f005";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  color: #fed442;
}
.product-page .stars.star45 li:nth-child(3) span {
  position: relative;
  color: #fed442;
}
.product-page .stars.star45 li:nth-child(3) span:after {
  content: "\f005";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  color: #fed442;
}
.product-page .stars.star45 li:nth-child(4) span {
  position: relative;
  color: #fed442;
}
.product-page .stars.star45 li:nth-child(4) span:after {
  content: "\f005";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  color: #fed442;
}
.product-page .stars.star45 li:nth-child(5) span {
  position: relative;
  color: #fed442;
}
.product-page .stars.star45 li:nth-child(5) span:after {
  content: "\f123";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  color: #fed442;
}
.product-page .slider-product-block {
  position: relative;
}
.product-page .left-nav {
  position: absolute;
  right: 11px;
  top: 11px;
  z-index: 10;
}
.product-page .left-nav li {
  display: block;
  padding-bottom: 5px;
  text-align: right;
}
.product-page .left-nav li a {
  display: inline-block;
  width: 47px;
  height: 47px;
  text-align: center;
  line-height: 49px;
  color: #ccc;
  font-size: 19px;
  border: 1px solid #e6e6e6;
  background: #fff;
  border-radius: 50%;
}
.product-page .left-nav li a:hover {
  color: #bbb;
}
.product-page .left-nav .discount-box {
  width: 40px;
  height: 40px;
  line-height: 39px;
  text-align: center;
  border: 1px solid #e71619;
  border-radius: 50%;
  color: #e71619;
}
.product-page .left-nav .discount-cart {
  position: relative;
  padding-right: 47px;
  width: 140px;
  text-align: right;
  padding-top: 7px;
}
.product-page .left-nav .discount-cart i {
  font-style: normal;
  color: #229b2c;
  font-size: 11px;
  text-align: right;
  line-height: 12px;
  display: block;
}
.product-page .left-nav .discount-cart .count {
  background: #229b2c;
  border-radius: 50%;
  text-align: center;
  width: 42px;
  height: 42px;
  line-height: 42px;
  white-space: nowrap;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
}
.product-page .left-nav .hot-icon {
  display: inline-block;
  vertical-align: top;
}
.product-page .left-nav .nav-icon {
  display: inline-block;
  vertical-align: middle;
}
.product-page .description-block {
  border-top: 1px solid #e6e6e6;
  margin-right: 15px;
  position: relative;
}
@media (max-width: 991px) {
  .product-page .description-block {
    margin-right: 0;
  }
}
.product-page .description-block:after {
  content: "";
  position: absolute;
  left: 41.66666667%;
  top: 0;
  width: 1px;
  height: 100%;
  background: #E6E6E6;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product-page .description-block:after {
    left: 50%;
  }
}
@media (max-width: 991px) {
  .product-page .description-block:after {
    display: none;
  }
}
.product-page .description-block .file-block {
  padding-top: 20px;
}
.product-page .description-block .file-block .file-row {
  display: table;
  width: 100%;
  margin-bottom: 10px;
}
.product-page .description-block .file-block .file-row .cell {
  display: table-cell;
  vertical-align: top;
}
.product-page .description-block .file-block .file-row .cell a {
  color: #00618e;
  border-bottom: 1px dashed;
}
.product-page .description-block .file-block .file-row .cell a:hover {
  border-bottom: 1px solid;
}
.product-page .description-block .file-block .file-row .cell span {
  display: block;
  color: #9c9b9b;
  font-size: 12px;
  padding-top: 2px;
}
.product-page .description-block .file-block .file-row .icon {
  width: 34px;
  font-size: 21px;
  color: #dc002e;
}
.product-page .description-block .file-block .file-row .icon .fa-file-word-o {
  color: #00aced;
}
.product-page .description-block .nav-tabs {
  border: none;
  position: relative;
  margin-left: -15px;
}
.product-page .description-block .nav-tabs:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  z-index: 1;
}
.product-page .description-block .nav-tabs li {
  float: none;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 767px) {
  .product-page .description-block .nav-tabs li {
    float: none;
    width: auto;
  }
}
.product-page .description-block .nav-tabs li:first-child a {
  border-left: 1px solid transparent;
}
.product-page .description-block .nav-tabs li.active a {
  border-bottom: 1px solid transparent;
  border-top: 1px solid transparent;
  color: #1a1a1a;
}
.product-page .description-block .nav-tabs a {
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 0;
  position: relative;
  color: #1a1a1a;
  background: transparent;
  z-index: 1;
  text-align: center;
  margin-top: -1px;
  margin-right: -5px;
  border: 1px solid #e6e6e6;
  border-top: 1px solid transparent;
  padding: 15px 23px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product-page .description-block .nav-tabs a {
    padding: 15px 16px;
  }
}
@media (max-width: 767px) {
  .product-page .description-block .nav-tabs a {
    font-size: 10px;
    padding: 10px 6px;
  }
}
.product-page .description-block .nav-tabs a:hover,
.product-page .description-block .nav-tabs a:active,
.product-page .description-block .nav-tabs a:focus {
  background: transparent;
}
.product-page .description-block .tab-content .tab-pane {
  padding: 30px 0;
}
.product-page .description-block .tab-content .tab-pane ul {
  margin-bottom: 20px;
}
.product-page .description-block .tab-content .tab-pane table {
  max-width: 100%;
  width: 100%;
  margin-bottom: 20px;
}
.product-page .description-block .tab-content .tab-pane table th,
.product-page .description-block .tab-content .tab-pane table td {
  padding: 8px;
  line-height: 1.42857143;
  border-top: 1px solid #ddd;
}
.product-page .description-block .tab-content .tab-pane table td:first-child {
  text-align: right;
  font-weight: normal;
  border-right: 1px solid #e6e6e6;
  color: #757575;
}
.product-page .description-block .tab-content .tab-pane table th {
  text-align: right;
  font-weight: normal;
  border-right: 1px solid #e6e6e6;
  color: #757575;
}
.product-page .description-block .tab-content .tab-pane table tr:nth-child(odd) td,
.product-page .description-block .tab-content .tab-pane table tr:nth-child(odd) th {
  background: #f3f3f3;
}
.product-page .description-block .tab-content .tab-pane table tr:last-child td,
.product-page .description-block .tab-content .tab-pane table tr:last-child th {
  border-bottom: 1px solid #ddd;
}
.product-page .description-block .btn-inner {
  display: inline-block !important;
  width: auto!important;
  color: #013197;
  float: right;
}
.product-page .description-block .btn-inner span {
  border-bottom: 1px dashed;
}
.product-page #descr h2 {
  text-transform: uppercase;
  font-size: 19px;
  margin-bottom: 10px;
  margin-top: 20px;
}
.product-page #descr h3 {
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 10px;
  margin-top: 20px;
}
.product-page #descr img {
  max-width: 100%;
  height: auto;
  padding: 0 20px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product-page #descr img {
    float: none;
    padding: 15px 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .product-page #descr img {
    float: none!important;
    padding: 15px 0;
    width: 100%;
  }
}
.product-page #descr table {
  max-width: 100%;
  width: 100%;
  margin-bottom: 20px;
}
.product-page #descr table th,
.product-page #descr table td {
  padding: 8px;
  line-height: 1.42857143;
  border-top: 1px solid #ddd;
  width: 50%;
}
.product-page #descr table td {
  width: 50%;
}
.product-page #descr table td:first-child {
  text-align: right;
  font-weight: normal;
  border-right: 1px solid #e6e6e6;
  color: #757575;
}
.product-page #descr table th {
  text-align: left;
  color: #444;
  font-weight: bold;
  background: #ececec !important;
  border-right: none;
}
.product-page #descr table tr:nth-child(odd) td,
.product-page #descr table tr:nth-child(odd) th {
  background: #f3f3f3;
}
.product-page #descr table tr:last-child td,
.product-page #descr table tr:last-child th {
  border-bottom: 1px solid #ddd;
}
.product-page #descr ul {
  list-style: disc;
  margin-left: 20px;
  font-size: 14px;
}
.product-page #descr ul li {
  padding-bottom: 15px;
}
.product-page #descr ol {
  margin-left: 20px;
  font-size: 14px;
}
.product-page #descr ol li {
  padding-bottom: 15px;
  padding-left: 2px;
}
.product-page #guarantees table {
  max-width: 100%;
  width: 100%;
  margin-bottom: 20px;
}
.product-page #guarantees table th,
.product-page #guarantees table td {
  padding: 8px;
  line-height: 1.42857143;
  border-top: 1px solid #ddd;
  width: 50%;
}
.product-page #guarantees table td:first-child {
  text-align: right;
  font-weight: normal;
  border-right: 1px solid #e6e6e6;
  color: #757575;
  width: 171px;
}
.product-page #guarantees table td span,
.product-page #guarantees table td a {
  cursor: pointer;
}
.product-page #guarantees table td span:hover,
.product-page #guarantees table td a:hover {
  border-bottom: 1px dashed #0088CC;
  color: #0088CC;
}
.product-page #guarantees table td span:hover i.fa,
.product-page #guarantees table td a:hover i.fa {
  color: #0088CC;
}
.product-page #guarantees table th {
  text-align: left;
  color: #444;
  font-weight: bold;
  background: #ececec !important;
  border-right: none;
}
.product-page #guarantees table tr:nth-child(odd) td,
.product-page #guarantees table tr:nth-child(odd) th {
  background: #f3f3f3;
}
.product-page #guarantees table tr:last-child td,
.product-page #guarantees table tr:last-child th {
  border-bottom: 1px solid #ddd;
}
.product-page #delivery h2 {
  text-transform: uppercase;
  font-size: 19px;
  margin-bottom: 10px;
  margin-top: 20px;
}
.product-page #delivery h3 {
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 10px;
  margin-top: 20px;
}
.product-page #delivery ul {
  list-style: disc;
  margin-left: 20px;
  font-size: 13px;
}
.product-page #delivery ul li {
  padding-bottom: 15px;
}
.product-page .review-content .btn-box {
  padding-top: 30px;
  padding-bottom: 20px;
  text-align: right;
}
.product-page .comment-box {
  padding-bottom: 30px;
}
.product-page .comment-box .title {
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 10px;
  margin-top: 20px;
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
}
.product-page .comment-box .form-control {
  box-shadow: none!important;
  margin-bottom: 15px;
  height: 38px;
}
.product-page .comment-box textarea.form-control {
  height: 68px;
}
.product-page .comment-box .btn-main {
  float: right;
}
@media (max-width: 767px) {
  .product-page .comment-box .btn-main {
    float: none;
    width: 100%;
  }
}
.product-page .comment-box .rating-box {
  display: inline-block;
  padding: 0 10px;
  vertical-align: middle;
  margin-top: 14px;
}
.product-page .comment-box .rating-box span {
  display: inline-block;
  vertical-align: top;
}
.product-page .comment-box .rating-box a {
  display: inline-block;
  vertical-align: top;
}
.product-page .comment-box .rating-box .br-widget a[data-rating-value="0"] {
  display: none;
}
@media (max-width: 767px) {
  .product-page .comment-box .rating-box .br-theme-fontawesome-stars-o .br-widget a {
    font-size: 20px;
  }
}
.product-page .comment-box .footer-comment {
  display: table;
  width: 100%;
}
.product-page .comment-box .footer-comment .cell {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}
@media (max-width: 767px) {
  .product-page .comment-box .footer-comment .cell {
    display: block;
    width: 100%;
  }
}
.product-page .comment-box .footer-comment .cell:first-child {
  background: #f1f1f1;
  border-radius: 5px;
  padding: 10px 15px;
  border: 1px solid #ddd;
}
@media (max-width: 767px) {
  .product-page .comment-box .footer-comment .cell:first-child {
    margin-bottom: 20px;
  }
}
.product-page .comment-box .footer-comment .cell:first-child .inner {
  display: table;
  width: 100%;
}
.product-page .comment-box .footer-comment .cell:first-child .inner .cell {
  display: table-cell;
  vertical-align: middle;
}
.product-page .comment-box .footer-comment .cell:first-child .inner .cell:first-child {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  width: 73%;
}
.product-page .comment-box .footer-comment .cell:first-child span {
  display: inline-block;
  vertical-align: middle;
  padding-right: 10px;
}
.product-page .comment-box .footer-comment .cell:first-child .form-control {
  display: inline-block;
  margin-bottom: 0;
  height: 38px;
  float: right;
  text-align: center;
  font-size: 20px;
}
.product-page .reviews-box {
/*  max-height: 366px;*/
  overflow: hidden;
  position: relative;
}
.product-page .reviews-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/Pgo8c3ZnIHhtbG5zPSJod…IgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  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='#00fafafa', endColorstr='#fafafa', GradientType=0);
}
.product-page .reviews-box[aria-expanded="true"]:after {
  display: none;
}
.product-page .reviews-box .stars {
  text-align: left;
  padding: 0;
  display: inline-block;
  vertical-align: top;
}
.product-page .reviews-box .stars li {
  display: inline-block;
  color: #e0e0e0;
  padding-bottom: 0;
}
.product-page .reviews-box .stars li .fa-star {
  color: #fed442;
}
.product-page .reviews-box .stars span {
  position: relative;
  color: #e0e0e0;
  display: block;
  width: 14px;
  height: 14px;
  text-align: center;
}
.product-page .reviews-box .stars span:after {
  content: "\f006";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  color: #e0e0e0;
}
.product-page .reviews-box .stars.star0 span {
  position: relative;
  color: #e0e0e0;
}
.product-page .reviews-box .stars.star0 span:after {
  content: "\f006";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  color: #e0e0e0;
}
.product-page .reviews-box .stars.star1 li:first-child span {
  position: relative;
  color: #fed442;
}
.product-page .reviews-box .stars.star1 li:first-child span:after {
  content: "\f005";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  color: #fed442;
}
.product-page .reviews-box .stars.star2 li:first-child span,
.product-page .reviews-box .stars.star2 li:nth-child(2) span {
  position: relative;
  color: #fed442;
}
.product-page .reviews-box .stars.star2 li:first-child span:after,
.product-page .reviews-box .stars.star2 li:nth-child(2) span:after {
  content: "\f005";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  color: #fed442;
}
.product-page .reviews-box .stars.star3 li:first-child span,
.product-page .reviews-box .stars.star3 li:nth-child(2) span,
.product-page .reviews-box .stars.star3 li:nth-child(3) span {
  position: relative;
  color: #fed442;
}
.product-page .reviews-box .stars.star3 li:first-child span:after,
.product-page .reviews-box .stars.star3 li:nth-child(2) span:after,
.product-page .reviews-box .stars.star3 li:nth-child(3) span:after {
  content: "\f005";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  color: #fed442;
}
.product-page .reviews-box .stars.star4 li:first-child span,
.product-page .reviews-box .stars.star4 li:nth-child(2) span,
.product-page .reviews-box .stars.star4 li:nth-child(3) span,
.product-page .reviews-box .stars.star4 li:nth-child(4) span {
  position: relative;
  color: #fed442;
}
.product-page .reviews-box .stars.star4 li:first-child span:after,
.product-page .reviews-box .stars.star4 li:nth-child(2) span:after,
.product-page .reviews-box .stars.star4 li:nth-child(3) span:after,
.product-page .reviews-box .stars.star4 li:nth-child(4) span:after {
  content: "\f005";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  color: #fed442;
}
.product-page .reviews-box .stars.star5 li:first-child span,
.product-page .reviews-box .stars.star5 li:nth-child(2) span,
.product-page .reviews-box .stars.star5 li:nth-child(3) span,
.product-page .reviews-box .stars.star5 li:nth-child(4) span,
.product-page .reviews-box .stars.star5 li:nth-child(5) span {
  position: relative;
  color: #fed442;
}
.product-page .reviews-box .stars.star5 li:first-child span:after,
.product-page .reviews-box .stars.star5 li:nth-child(2) span:after,
.product-page .reviews-box .stars.star5 li:nth-child(3) span:after,
.product-page .reviews-box .stars.star5 li:nth-child(4) span:after,
.product-page .reviews-box .stars.star5 li:nth-child(5) span:after {
  content: "\f005";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  color: #fed442;
}
.product-page .reviews-box .stars.star05 li:first-child span {
  position: relative;
  color: #fed442;
}
.product-page .reviews-box .stars.star05 li:first-child span:after {
  content: "\f123";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  color: #fed442;
}
.product-page .reviews-box .stars.star15 li:first-child span {
  position: relative;
  color: #fed442;
}
.product-page .reviews-box .stars.star15 li:first-child span:after {
  content: "\f005";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  color: #fed442;
}
.product-page .reviews-box .stars.star15 li:nth-child(2) span {
  position: relative;
  color: #fed442;
}
.product-page .reviews-box .stars.star15 li:nth-child(2) span:after {
  content: "\f123";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  color: #fed442;
}
.product-page .reviews-box .stars.star25 li:first-child span {
  position: relative;
  color: #fed442;
}
.product-page .reviews-box .stars.star25 li:first-child span:after {
  content: "\f005";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  color: #fed442;
}
.product-page .reviews-box .stars.star25 li:nth-child(2) span {
  position: relative;
  color: #fed442;
}
.product-page .reviews-box .stars.star25 li:nth-child(2) span:after {
  content: "\f005";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  color: #fed442;
}
.product-page .reviews-box .stars.star25 li:nth-child(3) span {
  position: relative;
  color: #fed442;
}
.product-page .reviews-box .stars.star25 li:nth-child(3) span:after {
  content: "\f123";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  color: #fed442;
}
.product-page .reviews-box .stars.star35 li:first-child span {
  position: relative;
  color: #fed442;
}
.product-page .reviews-box .stars.star35 li:first-child span:after {
  content: "\f005";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  color: #fed442;
}
.product-page .reviews-box .stars.star35 li:nth-child(2) span {
  position: relative;
  color: #fed442;
}
.product-page .reviews-box .stars.star35 li:nth-child(2) span:after {
  content: "\f005";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  color: #fed442;
}
.product-page .reviews-box .stars.star35 li:nth-child(3) span {
  position: relative;
  color: #fed442;
}
.product-page .reviews-box .stars.star35 li:nth-child(3) span:after {
  content: "\f005";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  color: #fed442;
}
.product-page .reviews-box .stars.star35 li:nth-child(4) span {
  position: relative;
  color: #fed442;
}
.product-page .reviews-box .stars.star35 li:nth-child(4) span:after {
  content: "\f123";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  color: #fed442;
}
.product-page .reviews-box .stars.star45 li:first-child span {
  position: relative;
  color: #fed442;
}
.product-page .reviews-box .stars.star45 li:first-child span:after {
  content: "\f005";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  color: #fed442;
}
.product-page .reviews-box .stars.star45 li:nth-child(2) span {
  position: relative;
  color: #fed442;
}
.product-page .reviews-box .stars.star45 li:nth-child(2) span:after {
  content: "\f005";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  color: #fed442;
}
.product-page .reviews-box .stars.star45 li:nth-child(3) span {
  position: relative;
  color: #fed442;
}
.product-page .reviews-box .stars.star45 li:nth-child(3) span:after {
  content: "\f005";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  color: #fed442;
}
.product-page .reviews-box .stars.star45 li:nth-child(4) span {
  position: relative;
  color: #fed442;
}
.product-page .reviews-box .stars.star45 li:nth-child(4) span:after {
  content: "\f005";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  color: #fed442;
}
.product-page .reviews-box .stars.star45 li:nth-child(5) span {
  position: relative;
  color: #fed442;
}
.product-page .reviews-box .stars.star45 li:nth-child(5) span:after {
  content: "\f123";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  color: #fed442;
}
.product-page .reviews li {
  padding-bottom: 20px;
}
.product-page .reviews li.admin-answer .cell-name {
  color: #cf112b;
}
.product-page .reviews li.admin-answer .cell-name .img {
  height: 40px;
  text-align: center;
}
.product-page .reviews li.admin-answer .cell-name .img img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.product-page .reviews li.admin-answer .cell-content {
  color: #021a3e;
  border: none;
}
.product-page .reviews li > ul {
  margin-left: 79px;
  background: #fff9d2;
  padding: 15px 5px 0 5px;
  border: 1px solid #E6E6E6;
  margin-top: -3px;
  border-radius: 5px;
}
.product-page .reviews li > ul li {
  padding-bottom: 10px;
}
.product-page .reviews li .cell {
  display: table-cell;
  vertical-align: top;
}
.product-page .reviews li .cell-name {
  width: 80px;
  text-align: right;
  color: #0a235b;
  font-weight: bold;
  padding-right: 15px;
}
.product-page .reviews li .cell-name .date {
  padding-top: 3px;
  color: #8a8a8a;
  display: block;
  font-size: 12px;
  font-weight: 400;
}
.product-page .reviews li .cell-content {
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: 10px;
}
.product-page .reviews li .cell-content .dignity {
  padding-bottom: 10px;
}
.product-page .reviews li .cell-content .dignity span {
  color: #7aa22b;
}
.product-page .reviews li .cell-content .disad span {
  color: #f4623f;
}
.product-page .reviews li .cell-content .answer-btn {
  padding-top: 10px;
  text-align: right;
}
.product-page .accessories-items {
  padding-bottom: 30px;
}
.product-page .accessories-items .title {
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 10px;
  margin-top: 20px;
  font-weight: bold;
}
.product-page .accessories-items li {
  display: inline-block;
  vertical-align: top;
  width: 49%;
  padding: 10px 22px;
  border: 1px solid #ddd;
  background: #fff;
  margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-page .accessories-items li {
    width: 32%;
  }
}
@media (max-width: 767px) {
  .product-page .accessories-items li {
    width: 100%;
    display: block;
  }
}
.product-page .accessories-items li .image {
  height: 150px;
  text-align: center;
  position: relative;
}
.product-page .accessories-items li .image img {
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
}
.product-page .accessories-items li .name {
  font-size: 14px;
  color: #8c8c8c;
  text-align: center;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
  height: 62px;
}
.product-page .accessories-items li .name a {
  color: #8c8c8c;
}
.product-page .accessories-items li .price {
  display: table;
  width: 100%;
}
.product-page .accessories-items li .price .cell {
  display: table-cell;
  vertical-align: middle;
}
.product-page .accessories-items li .price .cell:last-child {
  text-align: right;
}
.product-page .accessories-items li .price .special-price {
  font-weight: 400;
  color: #323537;
  font-size: 20px;
  position: relative;
  padding: 0 5px;
}
.product-page .accessories-items li .price .old-price {
  color: #ababab;
  font-size: 12px;
  text-decoration: line-through;
  font-weight: 300;
}
.product-page .accessories-items li .price .old-price + span {
  color: #cf112b;
}
.product-page .interest-items {
  border-top: none;
}
.contact-page .info-message {
  padding: 15px 0;
}
.contact-page .info-message span {
  color: #cf112b;
  text-transform: uppercase;
}
.contact-page .map-container {
  position: relative;
  overflow: hidden;
  height: 436px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .contact-page .map-container {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .contact-page .map-container {
    height: 300px;
  }
}
.contact-page .map-container #map {
  height: 436px;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .contact-page .map-container #map {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .contact-page .map-container #map {
    height: 300px;
  }
}
.contact-page .office-img {
  padding: 30px 0;
}
.contact-page .office-img img {
  width: 100%;
}
.contact-page .contact-info > ul > li {
  padding: 21px 0;
  position: relative;
}
.contact-page .contact-info > ul > li:first-child {
  padding-top: 15px;
}
.contact-page .contact-info > ul > li:last-child:after {
  display: none;
}
.contact-page .contact-info > ul > li:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 24px;
  width: 50px;
  background: #ddd;
  height: 1px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .contact-page .contact-info > ul > li:after {
    left: 23px;
  }
}
.contact-page .contact-info > ul > li .cell {
  display: table-cell;
  vertical-align: top;
  color: #323537;
}
.contact-page .contact-info > ul > li .cell-icon {
  width: 24px;
  color: #7f7f7f;
  font-size: 12px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .contact-page .contact-info > ul > li .cell-icon {
    width: 23px;
  }
}
.contact-page .contact-info > ul > li .info-items .note {
  color: #b1afaf;
  font-size: 13px;
  display: block;
  padding: 0;
  font-weight: 300;
  margin-bottom: 5px;
}
.contact-page .contact-info > ul > li .info-items .delivery-info li {
  color: #8a8a8a;
  position: relative;
  padding: 0;
  display: block;
  width: 100%;
}
.contact-page .contact-info > ul > li .info-items .delivery-info li span.green {
  color: #008e03;
}
.contact-page .contact-info > ul > li .info-items .delivery-info li span.red {
  color: #cf112b;
}
.contact-page .contact-info > ul > li .info-items .delivery-info li a {
  color: #2d9fd4;
  border-bottom: 1px solid;
}
.contact-page .contact-info > ul > li .info-items .delivery-info li a:hover {
  border-bottom: 1px solid transparent;
}
.contact-page .contact-info > ul > li .info-items .delivery-info.phones li {
  color: #cf112b;
  font-size: 18px;
}
.contact-page .send-message {
  padding-top: 20px;
  padding-bottom: 20px;
}
.contact-page .send-message .form-message {
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  padding: 15px 15px;
  margin-top: 15px;
}
.contact-page .send-message .field {
  padding: 10px 0;
}
.contact-page .send-message .field label i {
  color: #ff6850;
}
.contact-page .send-message .field .input-group {
  display: block;
}
.contact-page .send-message .field .input-group-addon {
  background: transparent;
  border-radius: 0;
  border: none;
  border-right: 0;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 30px;
  height: 100%;
  z-index: 3;
  vertical-align: middle;
  padding: 11px 4px 4px 4px;
  color: #7f7f7f;
}
.contact-page .send-message .field .textarea-input i {
  position: relative;
  top: -3px;
  left: -2px;
}
.contact-page .send-message .field .textarea-input textarea.form-control {
  height: 120px;
}
.contact-page .send-message .field .form-control {
  box-shadow: none;
  border: 1px solid #e0e0e0;
  height: 39px;
  display: block;
  float: none;
  padding-left: 30px;
  border-radius: 5px!important;
}
.contact-page .send-message .note {
  padding-top: 15px;
  font-size: 11px;
  color: #595959;
}
.stock-page {
  padding-right: 15px;
}
@media (max-width: 991px) {
  .stock-page {
    padding: 15px 15px 0 15px;
  }
}
.stock-page .title-grid {
  color: #4d83c2;
  font-size: 24px;
  font-weight: 500;
  padding-bottom: 20px;
}
.stock-page .coupon-stock-prod {
  background: #fff7dd;
  border: 1px solid #ecdfb9;
  display: table;
  width: 100%;
  margin-bottom: 40px;
}
.stock-page .coupon-stock-prod > .cell {
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 991px) {
  .stock-page .coupon-stock-prod > .cell {
    display: block;
  }
}
.stock-page .coupon-stock-prod .cell-img {
  overflow: hidden;
  width: 50%;
  position: relative;
  height: 460px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .stock-page .coupon-stock-prod .cell-img {
    height: 379px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .stock-page .coupon-stock-prod .cell-img {
    height: 311px;
  }
}
@media (max-width: 991px) {
  .stock-page .coupon-stock-prod .cell-img {
    width: 100%;
    height: auto;
  }
}
.stock-page .coupon-stock-prod .cell-img img {
  position: absolute;
  top: 0;
  right: 0;
}
@media (min-width: 992px) {
  .stock-page .coupon-stock-prod .cell-img img {
    height: auto;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .stock-page .coupon-stock-prod .cell-img img {
    width: 100%;
    position: relative;
  }
}
.stock-page .coupon-stock-prod .cell-content {
  width: 50%;
}
@media (max-width: 991px) {
  .stock-page .coupon-stock-prod .cell-content {
    width: 100%;
  }
}
.stock-page .coupon-stock-prod .cell-content .inner {
  padding: 10px 30px;
}
@media (min-width: 1400px) {
  .stock-page .coupon-stock-prod .cell-content .inner {
    padding: 10px 100px 10px 30px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .stock-page .coupon-stock-prod .cell-content .inner {
    padding: 10px 100px 10px 30px;
  }
}
.stock-page .coupon-stock-prod .title {
  color: #d90734;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 15px;
}
.stock-page .coupon-stock-prod p {
  font-size: 14px;
  color: #595959;
}
.stock-page .coupon-stock-prod .count-box {
  padding: 40px 0;
}
.stock-page .coupon-stock-prod .count-box p {
  color: #343434;
  font-size: 14px;
}
.stock-page .coupon-stock-prod .count-box #clock .wrapper {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  padding-right: 20px;
  text-transform: uppercase;
  color: #595959;
  font-size: 11px;
}
.stock-page .coupon-stock-prod .count-box #clock .wrapper span {
  text-align: center;
  display: block;
  font-size: 34px;
  font-weight: bold;
  color: #343434;
  line-height: 25px;
}
.stock-page .coupon-stock-prod .date {
  color: #0c628c;
  margin-bottom: 20px;
}
.stock-page .coupon-stock-prod .nub-coupon {
  display: table;
  background: #fff;
  border-radius: 5px;
  padding: 7px 20px;
  border: 1px solid #f8f0d7;
  -webkit-box-shadow: 2px 2px 4px 0px #d4cdb8;
  -moz-box-shadow: 2px 2px 4px 0px #d4cdb8;
  box-shadow: 2px 2px 4px 0px #d4cdb8;
}
.stock-page .coupon-stock-prod .nub-coupon .cell {
  padding: 0 15px;
  display: table-cell;
  vertical-align: middle;
}
.stock-page .coupon-stock-prod .nub-coupon .cell:first-child {
  color: #0c628c;
  font-size: 12px;
  font-weight: 300;
  width: 113px;
}
.stock-page .coupon-stock-prod .nub-coupon .cell:first-child span {
  float: right;
}
.stock-page .coupon-stock-prod .nub-coupon .cell:last-child {
  color: #d90734;
  font-weight: 500;
  font-size: 24px;
}
