/*colors*/
/*fonts*/
/*variables*/
.bgGradient {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0087cf+0,41b1ed+100 */
  background: #0087cf;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #0087cf 0%, #41b1ed 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #0087cf 0%, #41b1ed 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #0087cf 0%, #41b1ed 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0087cf', endColorstr='#41b1ed', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.clearList {
  list-style: none;
  margin: 0;
  padding: 0;
}
.dontSelect {
  -webkit-user-select: none;
  /* Safari 3.1+ */
  -moz-user-select: none;
  /* Firefox 2+ */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Standard syntax */
}
/*globals*/
body {
  font-family: "Open Sans";
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
  color: #3C4856;
}
@media all and (max-width: 991px) {
  body.promotion-mobile-nav-opened,
  html.promotion-mobile-nav-opened {
    overflow: hidden;
    height: 100%;
  }
}
h1,
.h1 {
  font-size: 30px;
  line-height: 41px;
  font-weight: 700;
  margin-bottom: 20px;
}
h2,
.h2 {
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
}
@media all and (max-width: 767px) {
  h2,
  .h2 {
    margin-bottom: 10px;
  }
}
h3,
.h3 {
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
}
h4,
.h4 {
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  color: #3C4856;
  text-transform: uppercase;
}
h5,
.h5 {
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  color: #3C4856;
  margin-bottom: 20px;
}
a {
  text-decoration: none;
  color: #0087CF;
  transition: all 0.3s cubic-bezier(0.45, 0.26, 0, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.45, 0.26, 0, 1);
  -moz-transition: all 0.3s cubic-bezier(0.45, 0.26, 0, 1);
}
a:hover,
a:focus,
a:active {
  color: #3C4856;
  text-decoration: none;
}
hr {
  border-top: 2px solid #F2F2F2;
  margin: 30px 0;
}
img {
  max-width: 100%;
}
.btn {
  font-size: 13px;
  line-height: 16px;
  font-weight: 700;
  color: #fff;
  padding: 13.33333333px 20px;
  min-width: 200px;
  border: none;
  border-radius: 15px;
  box-shadow: none !important;
  overflow: hidden;
  position: relative;
  z-index: 0;
  outline: none !important;
  -webkit-outline: none !important;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0087cf+0,41b1ed+100 */
  background: #0087cf;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #0087cf 0%, #41b1ed 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #0087cf 0%, #41b1ed 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #0087cf 0%, #41b1ed 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0087cf', endColorstr='#41b1ed', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  transition: all 0.3s cubic-bezier(0.45, 0.26, 0, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.45, 0.26, 0, 1);
  -moz-transition: all 0.3s cubic-bezier(0.45, 0.26, 0, 1);
}
.btn:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: #fff;
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.45, 0.26, 0, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.45, 0.26, 0, 1);
  -moz-transition: all 0.3s cubic-bezier(0.45, 0.26, 0, 1);
}
.btn:after {
  content: "\f101";
  font-family: "Font Awesome 5 Free";
  margin-left: 5px;
}
.btn:hover {
  color: #fff;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0087cf+0,41b1ed+100 */
  background: #0087cf;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #0087cf 0%, #41b1ed 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #0087cf 0%, #41b1ed 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #0087cf 0%, #41b1ed 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0087cf', endColorstr='#41b1ed', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.btn:hover:before {
  opacity: 0.1;
}
.btn:focus,
.btn:active {
  color: #fff;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0087cf+0,41b1ed+100 */
  background: #0087cf;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #0087cf 0%, #41b1ed 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #0087cf 0%, #41b1ed 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #0087cf 0%, #41b1ed 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0087cf', endColorstr='#41b1ed', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.btn.primary {
  display: block;
  background-color: #0087CF;
  padding: 13.33333333px 20px;
  padding-right: 45px;
  padding-left: 0;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  text-align: center;
  border-radius: 15px;
  position: relative;
  transition: all 0.3s cubic-bezier(0.45, 0.26, 0, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.45, 0.26, 0, 1);
  -moz-transition: all 0.3s cubic-bezier(0.45, 0.26, 0, 1);
}
.btn.primary:after {
  content: none;
}
.btn.primary i {
  display: block;
  width: 45px;
  background-color: #DA251D;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-left: 3px solid #fff;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all 0.3s cubic-bezier(0.45, 0.26, 0, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.45, 0.26, 0, 1);
  -moz-transition: all 0.3s cubic-bezier(0.45, 0.26, 0, 1);
}
.btn.primary i:after {
  content: none;
}
.btn.primary i:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -6px;
  font-size: 25px;
}
.btn.primary:hover {
  padding-left: 30px;
}
.btn.primary:hover .cart-icon {
  background-color: transparent;
}
.btn.light,
.btn.bordered {
  background: #fff;
  color: #3C4856;
  border: 1px solid #3C4856;
}
.btn.light:hover,
.btn.bordered:hover {
  background: #0087CF;
  border: 1px solid #0087CF;
}
.btn.bordered {
  color: #0087CF;
  border-color: #0087CF;
  font-weight: 400;
}
.btn.bordered:hover {
  color: #3C4856;
  background-color: #F8F8F8;
  border-color: #3C4856;
}
.btn.bordered:after,
.btn.bordered:before {
  content: none;
}
.btn.full {
  width: 100%;
  min-width: initial;
  white-space: normal;
}
.disabled {
  opacity: 0.3;
  cursor: default;
}
.formItem {
  width: 100%;
  display: block;
  font-size: 14px;
  line-height: 16px;
  border: 1px solid #A0ACBD;
  border-radius: 15px;
  padding: 13.33333333px 20px;
  transition: all 0.35s cubic-bezier(0.45, 0.26, 0, 1);
  -webkit-transition: all 0.35s cubic-bezier(0.45, 0.26, 0, 1);
  -moz-transition: all 0.35s cubic-bezier(0.45, 0.26, 0, 1);
}
.formItem:hover {
  background-color: #F8F8F8;
}
.formItem:focus,
.formItem:active {
  background-color: #fff;
  border-color: #0087CF;
  outline: none;
  -webkit-outline: none;
}
.formItem[disabled="disabled"] {
  background-color: #F8F8F8 !important;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
input[type="number"] {
  width: 100%;
  display: block;
  font-size: 14px;
  line-height: 16px;
  border: 1px solid #A0ACBD;
  border-radius: 15px;
  padding: 13.33333333px 20px;
  transition: all 0.35s cubic-bezier(0.45, 0.26, 0, 1);
  -webkit-transition: all 0.35s cubic-bezier(0.45, 0.26, 0, 1);
  -moz-transition: all 0.35s cubic-bezier(0.45, 0.26, 0, 1);
}
input[type="text"]:hover,
input[type="password"]:hover,
input[type="email"]:hover,
input[type="search"]:hover,
input[type="number"]:hover {
  background-color: #F8F8F8;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="text"]:active,
input[type="password"]:active,
input[type="email"]:active,
input[type="search"]:active,
input[type="number"]:active {
  background-color: #fff;
  border-color: #0087CF;
  outline: none;
  -webkit-outline: none;
}
input[type="text"][disabled="disabled"],
input[type="password"][disabled="disabled"],
input[type="email"][disabled="disabled"],
input[type="search"][disabled="disabled"],
input[type="number"][disabled="disabled"] {
  background-color: #F8F8F8 !important;
}
input[type="checkbox"] {
  width: 20px;
  height: 20px;
  line-height: 20px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #A0ACBD;
  border-radius: 3px;
  margin: 0;
  background-color: #fff;
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  outline: none !important;
  cursor: pointer;
  -webkit-user-select: none;
  /* Safari 3.1+ */
  -moz-user-select: none;
  /* Firefox 2+ */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Standard syntax */
  transition: all 0.35s cubic-bezier(0.45, 0.26, 0, 1);
  -webkit-transition: all 0.35s cubic-bezier(0.45, 0.26, 0, 1);
  -moz-transition: all 0.35s cubic-bezier(0.45, 0.26, 0, 1);
}
input[type="checkbox"]:before {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  left: 4px;
  top: 4px;
  border-radius: 2px;
  background-color: #0087CF;
  opacity: 0;
  visibility: hidden;
}
input[type="checkbox"]:checked {
  border-color: #0087CF;
  background-color: #fff;
}
input[type="checkbox"]:checked:before {
  opacity: 1;
  visibility: visible;
}
input[type="checkbox"]:checked + label {
  color: #0087CF !important;
}
input[type="checkbox"]:hover {
  border-color: #0087CF;
  background-color: #F8F8F8;
}
input[type="checkbox"]:focus,
input[type="checkbox"]:active {
  outline: none !important;
  background-color: #fff;
}
input[type="checkbox"] + label {
  -webkit-user-select: none;
  /* Safari 3.1+ */
  -moz-user-select: none;
  /* Firefox 2+ */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Standard syntax */
}
textarea {
  width: 100%;
  display: block;
  font-size: 14px;
  line-height: 16px;
  border: 1px solid #A0ACBD;
  border-radius: 15px;
  padding: 13.33333333px 20px;
  transition: all 0.35s cubic-bezier(0.45, 0.26, 0, 1);
  -webkit-transition: all 0.35s cubic-bezier(0.45, 0.26, 0, 1);
  -moz-transition: all 0.35s cubic-bezier(0.45, 0.26, 0, 1);
  max-width: 100%;
}
textarea:hover {
  background-color: #F8F8F8;
}
textarea:focus,
textarea:active {
  background-color: #fff;
  border-color: #0087CF;
  outline: none;
  -webkit-outline: none;
}
textarea[disabled="disabled"] {
  background-color: #F8F8F8 !important;
}
select {
  font-size: 14px;
  line-height: 16px;
  border: 1px solid #A0ACBD;
  border-radius: 15px;
  background-color: #fff;
  background-image: url('../img/select-arrow.png');
  background-size: 11px 6px;
  background-repeat: no-repeat;
  background-position: 90% center;
  padding: 13.33333333px 20px;
  padding-right: 30px;
  cursor: pointer;
  transition: all 0.35s cubic-bezier(0.45, 0.26, 0, 1);
  -webkit-transition: all 0.35s cubic-bezier(0.45, 0.26, 0, 1);
  -moz-transition: all 0.35s cubic-bezier(0.45, 0.26, 0, 1);
  appearance: none;
  -webkit-appearance: none;
  outline: none !important;
  -webkit-outline: none !important;
}
select:hover {
  background-color: #F8F8F8;
}
select:focus,
select:active {
  background-color: #fff;
  border-color: #0087CF;
  outline: none;
  -webkit-outline: none;
}
.radiobox {
  position: relative;
  cursor: pointer;
  padding-left: 30px;
  transition: all 0.3s cubic-bezier(0.45, 0.26, 0, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.45, 0.26, 0, 1);
  -moz-transition: all 0.3s cubic-bezier(0.45, 0.26, 0, 1);
}
.radiobox .radio-button {
  width: 20px;
  height: 20px;
  line-height: 20px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: -2px;
  left: 0;
  border: 1px solid #A0ACBD;
  border-radius: 50%;
  margin: 0;
  background-color: #fff;
  appearance: none;
  -webkit-appearance: none;
  outline: none !important;
  cursor: pointer;
  transition: all 0.35s cubic-bezier(0.45, 0.26, 0, 1);
  -webkit-transition: all 0.35s cubic-bezier(0.45, 0.26, 0, 1);
  -moz-transition: all 0.35s cubic-bezier(0.45, 0.26, 0, 1);
}
.radiobox .radio-button:before {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  left: 4px;
  top: 4px;
  border-radius: 50%;
  background-color: #0087CF;
  opacity: 0;
  visibility: hidden;
}
.radiobox input {
  position: absolute;
  opacity: 0;
}
.radiobox input:checked ~ .radio-button {
  border-color: #0087CF;
}
.radiobox input:checked ~ .radio-button:before {
  opacity: 1;
  visibility: visible;
}
.radiobox.big {
  display: block;
  width: 100%;
  padding: 10px;
  border: 1px solid #A0ACBD;
  border-radius: 15px;
  text-align: center;
}
.radiobox.big .radio-button {
  position: relative;
  float: left;
}
.custom-radioboxes {
  overflow: hidden;
}
.custom-radioboxes .form-group {
  width: 50%;
  float: left;
  background-color: #F8F8F8;
  transition: all 0.3s cubic-bezier(0.45, 0.26, 0, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.45, 0.26, 0, 1);
  -moz-transition: all 0.3s cubic-bezier(0.45, 0.26, 0, 1);
  cursor: pointer;
}
.custom-radioboxes .form-group:hover {
  background-color: #F2F2F2;
}
.custom-radioboxes .form-group:first-child {
  border-top-left-radius: 13px;
  border-bottom-left-radius: 13px;
}
.custom-radioboxes .form-group:first-child + .form-group {
  border-top-right-radius: 13px;
  border-bottom-right-radius: 13px;
}
.custom-radioboxes .form-group.radio-checked {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0087cf+0,41b1ed+100 */
  background: #0087cf;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #0087cf 0%, #41b1ed 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #0087cf 0%, #41b1ed 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #0087cf 0%, #41b1ed 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0087cf', endColorstr='#41b1ed', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.custom-radioboxes .form-group.radio-checked label {
  color: #fff;
}
.custom-radioboxes .form-group label {
  padding: 13.33333333px 10px;
  padding-left: 60px;
  font-size: 16px;
  text-align: left;
  font-weight: 600;
  border: none;
}
.custom-radioboxes .form-group label input {
  height: 0;
}
.custom-radioboxes .form-group label .radio-button {
  margin-right: 10px;
}
.custom-radioboxes:first-child {
  margin-top: -20px;
  margin-left: -20px;
  margin-right: -20px;
}
.custom-radioboxes:first-child .form-group:first-child {
  border-bottom-left-radius: 0;
}
.custom-radioboxes:first-child .form-group:first-child + .form-group {
  border-bottom-right-radius: 0;
}
.custom-radioboxes:first-child .form-group label {
  padding: 20px 10px;
  padding-left: 60px;
}
label {
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  color: #3C4856;
}
small {
  font-size: 10px;
  line-height: 12px;
  font-weight: 600;
}
.red {
  color: #DA251D;
}
.form-group {
  margin-bottom: 20px;
}
.form-group label,
.form-group input,
.form-group textarea,
.form-group select {
  display: block;
  width: 100%;
}
.form-group input[type="checkbox"] {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
}
.form-group input[type="checkbox"] + label {
  width: calc(100% - 25px) !important;
  display: inline-block;
  vertical-align: top;
  width: auto;
  margin-top: 4px;
  cursor: pointer;
}
.form-group.form-error label {
  color: #DA251D;
}
.form-group.form-error input,
.form-group.form-error select,
.form-group.form-error textarea {
  border-color: #DA251D;
}
/*components*/
.banners .banner {
  display: block;
  overflow: hidden;
  position: relative;
  border: 3px solid #E5E6EB;
  border-radius: 15px;
}
@media all and (max-width: 991px) {
  .banners .banner {
    margin-bottom: 20px;
  }
}
.banners .banner .banner-content-wrapper {
  width: 210px;
  position: absolute;
  left: 2px;
  top: 0;
  bottom: 2px;
  background-color: rgba(255, 255, 255, 0.85);
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
.banners .banner .banner-content-wrapper .banner-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  padding: 0 40px;
  font-size: 12px;
  line-height: 15px;
  font-weight: 600;
  color: #000;
  text-align: center;
}
.banners .banner .banner-content-wrapper .banner-content h3 {
  font-size: 22px;
  line-height: 27px;
  font-weight: 800;
  color: #000;
  margin-top: 0;
}
.banners .banner .banner-content-wrapper .banner-content .btn {
  width: 100%;
  display: block;
  min-width: initial;
}
.banners .banner img {
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 12px;
  width: 100%;
}
.banners.full a {
  display: block;
  background-color: #F8F8F8;
  border-radius: 15px;
  overflow: hidden;
}
.banners.half .col-md-6 + .col-md-6 .banner {
  border-color: #625649;
}
@media all and (max-width: 991px) {
  .banners.big .banner {
    height: 300px;
  }
}
@media all and (max-width: 991px) {
  .banners.big .banner img {
    position: absolute;
    top: -9999px;
    right: -9999px;
    left: -9999px;
    bottom: -9999px;
    margin: auto;
    max-width: initial;
    min-height: 100%;
    min-width: 100%;
    width: auto;
  }
}
.banners.big .banner .banner-content-wrapper {
  width: 260px;
}
@media all and (max-width: 991px) {
  .banners.big .banner .banner-content-wrapper {
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.95) !important;
  }
}
.banners.promotion {
  margin-bottom: 30px;
}
.banners.promotion .banner {
  overflow: visible;
}
.banners.promotion .banner img {
  border-radius: 15px;
}
.banners.promotion .banner .banner-content-wrapper {
  width: 30%;
  min-width: 300px;
  margin-left: 80px;
}
@media all and (max-width: 767px) {
  .banners.promotion .banner .banner-content-wrapper {
    display: none;
  }
}
.banners.promotion .banner .banner-content-wrapper .banner-content .btn {
  margin-top: 20px;
}
.banners.promotion .banner .banner-content-wrapper .banner-content p {
  margin: 0;
}
.banners.promotion .banner .product-labels {
  left: -3px;
}
@media all and (max-width: 767px) {
  .banners.promotion .banner .product-labels {
    top: 0;
  }
}
.banners.promotion .banner .product-labels li {
  font-size: 24px;
  min-width: 110px;
  min-height: 50px;
}
.see-all,
.see-more {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  margin-top: 25px;
}
.see-all:after,
.see-more:after {
  content: "\f101";
  font-family: "Font Awesome 5 Free";
  margin-left: 5px;
}
.see-all.expanded,
.see-more.expanded {
  color: #3C4856;
}
.see-all.expanded:after,
.see-more.expanded:after {
  content: "\f106";
}
@media all and (max-width: 767px) {
  .see-all,
  .see-more {
    float: left !important;
    clear: left;
    display: block;
    width: 100%;
    margin-top: 0;
    margin-bottom: 10px;
  }
}
.see-more:after {
  content: "\f107";
}
/*products*/
h2.category-title {
  background-color: #3C4856;
  padding: 20px;
  border-radius: 15px;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  color: #fff;
}
.products-list .product {
  border: 2px solid #F2F2F2;
  border-radius: 15px;
  padding: 20px;
  margin-bottom: 20px;
  position: relative;
}
.products-list .product .product-photo {
  height: 215px;
  line-height: 215px;
  text-align: center;
  display: block;
  margin-bottom: 10px;
}
.products-list .product .product-photo img {
  max-height: 100%;
  width: auto;
  margin: auto;
}
.products-list .product .product-details .product-info {
  font-size: 14px;
  line-height: 19px;
  font-weight: 600;
  padding: 0;
  margin: 10px 0;
  height: 76px;
  overflow: hidden;
}
.products-list .product .product-details .product-info a {
  display: block;
  color: #3C4856;
  text-transform: uppercase;
}
.products-list .product .product-details .product-info a:hover {
  color: #0087CF;
}
@media all and (max-width: 549px) {
  .products-list .product .product-details .product-info {
    height: auto;
  }
}
.products-list .product .product-details .product-highlights {
  list-style: none;
  margin: 0;
  padding: 0;
  padding: 5px 0;
  height: 48px;
  overflow: hidden;
}
.products-list .product .product-details .product-highlights li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  font-size: 14px;
  line-height: 15px;
  font-weight: 600;
}
.products-list .product .product-details .product-highlights li:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  vertical-align: 2px;
  margin-right: 2px;
  width: 15px;
  height: 15px;
  font-size: 10px;
  line-height: 15px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background-color: #A7CE39;
  border-radius: 50%;
}
.products-list .product .product-details .product-highlights li.red {
  color: #DA251D;
}
.products-list .product .product-details .product-highlights li.red:before {
  content: "\f00d";
  background-color: #DA251D;
  color: #fff;
}
.products-list .product .product-details .product-rating {
  margin: 0;
  padding: 10px 0;
}
.products-list .product .product-details .product-price {
  height: 41px;
  overflow: hidden;
}
.products-list .product .product-details .product-price strong {
  font-size: 22px;
  line-height: 1;
  font-weight: 800;
  display: block;
}
.products-list .product .product-details .product-price .old-price {
  font-size: 10px;
  line-height: 1;
  color: #A0ACBD;
}
.products-list .product .product-details .product-price .old-price > span:first-child {
  text-decoration: line-through;
}
.products-list .product .product-actions {
  margin-top: 20px;
}
.products-list .product .product-actions .compare {
  appearance: none;
  -webkit-appearance: none;
  border: none;
  background-color: transparent;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  padding: 0;
  margin-bottom: 10px;
  font-weight: 600;
}
.products-list .product .product-actions .compare i {
  border: 2px solid #3C4856;
  border-radius: 3px;
  width: 20px;
  height: 20px;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
}
.products-list .product .product-actions .compare:hover {
  color: #0087CF;
}
.products-list .product .product-actions .compare:hover i {
  border-color: #0087CF;
}
.products-list .product .product-actions .quick-add {
  display: block;
  background-color: #0087CF;
  padding: 13.33333333px 20px;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  color: #fff;
  border-radius: 15px;
  position: relative;
  min-width: initial;
  transition: all 0.3s cubic-bezier(0.45, 0.26, 0, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.45, 0.26, 0, 1);
  -moz-transition: all 0.3s cubic-bezier(0.45, 0.26, 0, 1);
}
.products-list .product .product-actions .quick-add .cart-icon {
  display: block;
  width: 45px;
  background-image: url('../img/icons/cart.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-color: #DA251D;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-left: 3px solid #fff;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all 0.3s cubic-bezier(0.45, 0.26, 0, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.45, 0.26, 0, 1);
  -moz-transition: all 0.3s cubic-bezier(0.45, 0.26, 0, 1);
}
.products-list .product .product-actions .quick-add:hover {
  padding-left: 30px;
}
.products-list .product .product-actions .quick-add:hover .cart-icon {
  background-color: transparent;
}
.products-list .product .product-actions .product-alert {
  width: 100%;
  min-width: initial;
}
.products-list .product .product-actions .product-alert i {
  font-size: 16px;
  line-height: 12px;
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
}
.products-list .product .product-actions span.favorite-icon {
  position: absolute;
  top: 5px;
  right: 15px;
  font-size: 25px;
  color: #CFD5DD;
  padding: 10px;
  cursor: pointer;
  transition: all 0.35s cubic-bezier(0.45, 0.26, 0, 1);
  -webkit-transition: all 0.35s cubic-bezier(0.45, 0.26, 0, 1);
  -moz-transition: all 0.35s cubic-bezier(0.45, 0.26, 0, 1);
}
.products-list .product .product-actions span.favorite-icon.active {
  color: #0087CF;
}
.products-list .product .product-actions span.favorite-icon:hover {
  color: #E4F6FF;
}
.products-list .product.warning .product-photo img {
  opacity: 0.2;
}
.products-list .product.warning .product-details .product-info a {
  color: #DA251D;
  text-decoration: line-through;
}
.products-list .product.has-options {
  overflow: hidden;
  padding-bottom: 10px;
}
.products-list .product.has-options .product-photo {
  width: 150px;
  height: auto;
  float: left;
}
@media all and (max-width: 1199px) {
  .products-list .product.has-options .product-photo {
    width: 100px;
  }
}
@media all and (max-width: 767px) {
  .products-list .product.has-options .product-photo {
    width: 100%;
  }
}
.products-list .product.has-options .product-photo > img {
  max-height: initial;
}
@media all and (max-width: 767px) {
  .products-list .product.has-options .product-photo > img {
    width: 215px;
  }
}
.products-list .product.has-options .product-details {
  width: calc(100% - 150px);
  float: left;
  padding-left: 20px;
}
@media all and (max-width: 1199px) {
  .products-list .product.has-options .product-details {
    width: calc(100% - 100px);
  }
}
@media all and (max-width: 767px) {
  .products-list .product.has-options .product-details {
    width: 100%;
    padding-left: 0;
  }
}
.products-list .product.has-options .product-details ul.product-options-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: table;
  width: 100%;
}
.products-list .product.has-options .product-details ul.product-options-list > li {
  display: table-row;
  width: 100%;
  padding-top: 10px;
}
@media all and (max-width: 767px) {
  .products-list .product.has-options .product-details ul.product-options-list > li {
    display: block;
    border-top: 1px solid #F2F2F2;
    padding-bottom: 10px;
    padding-right: 60px;
    position: relative;
  }
  .products-list .product.has-options .product-details ul.product-options-list > li.labels + li {
    border-top: none;
  }
}
.products-list .product.has-options .product-details ul.product-options-list > li > * {
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
  border-top: 1px solid #F2F2F2;
  line-height: 1;
}
@media all and (max-width: 1199px) {
  .products-list .product.has-options .product-details ul.product-options-list > li > * {
    padding: 5px 10px;
  }
}
@media all and (max-width: 767px) {
  .products-list .product.has-options .product-details ul.product-options-list > li > * {
    display: block;
    padding: 2.5px 0;
    border-top: none;
  }
}
@media all and (max-width: 767px) {
  .products-list .product.has-options .product-details ul.product-options-list > li > h4 {
    margin: 0;
  }
}
@media all and (max-width: 767px) {
  .products-list .product.has-options .product-details ul.product-options-list > li.labels {
    display: none;
  }
}
.products-list .product.has-options .product-details ul.product-options-list > li.labels > * {
  border-top: none;
}
.products-list .product.has-options .product-details .product-info {
  height: auto !important;
  padding: 10px;
}
@media all and (max-width: 767px) {
  .products-list .product.has-options .product-details .product-info {
    height: 96px !important;
    padding: 0;
  }
}
@media all and (max-width: 549px) {
  .products-list .product.has-options .product-details .product-info {
    height: auto !important;
  }
}
.products-list .product.has-options .product-details .product-price {
  height: auto !important;
}
.products-list .product.has-options .product-details .product-price strong {
  font-size: 18px;
}
@media all and (max-width: 1199px) {
  .products-list .product.has-options .product-details .product-price strong {
    font-size: 14px;
  }
}
.products-list .product.has-options .product-details .product-actions {
  margin-bottom: 0;
  padding-right: 0 !important;
  text-align: right;
}
@media all and (max-width: 767px) {
  .products-list .product.has-options .product-details .product-actions {
    position: absolute;
    right: 0;
    top: 10px;
    margin: 0;
    padding: 0 !important;
  }
}
.products-list .product.has-options .product-details .product-actions .quick-add {
  width: auto;
  display: inline-block;
  vertical-align: top;
  padding: 6px 10px;
  padding-right: 40px;
  font-size: 12px;
}
@media all and (max-width: 767px) {
  .products-list .product.has-options .product-details .product-actions .quick-add {
    padding: 0;
    margin-left: 5px;
  }
}
@media all and (max-width: 767px) {
  .products-list .product.has-options .product-details .product-actions .quick-add > span {
    display: none;
  }
}
.products-list .product.has-options .product-details .product-actions .quick-add .cart-icon {
  width: 30px;
  background-size: 14px 14px;
  background-position: 5px center;
}
@media all and (max-width: 767px) {
  .products-list .product.has-options .product-details .product-actions .quick-add .cart-icon {
    position: static;
    border-radius: 6px;
    border: none;
    width: 25px;
    height: 25px;
  }
}
.products-list .product.has-options .product-details .product-actions .favorite-icon {
  position: static;
  padding: 0;
  margin-right: 10px;
  font-size: 19px;
  line-height: 1;
}
@media all and (max-width: 767px) {
  .products-list .product.has-options .product-details .product-actions .favorite-icon {
    margin-right: 0;
  }
}
@media all and (max-width: 767px) {
  .products-list .col-xs-12 {
    width: 50%;
  }
  .products-list .col-xs-12:nth-child(2n + 1) {
    clear: left;
  }
}
@media all and (max-width: 549px) {
  .products-list .col-xs-12 {
    width: 100%;
  }
}
.products-list.owl-carousel {
  display: block;
}
.products-list.owl-carousel .owl-prev,
.products-list.owl-carousel .owl-next {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  padding: 10px;
  transition: all 0.3s cubic-bezier(0.45, 0.26, 0, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.45, 0.26, 0, 1);
  -moz-transition: all 0.3s cubic-bezier(0.45, 0.26, 0, 1);
}
.products-list.owl-carousel .owl-prev:hover,
.products-list.owl-carousel .owl-next:hover {
  opacity: 0.5;
}
.products-list.owl-carousel .owl-prev.disabled,
.products-list.owl-carousel .owl-next.disabled {
  display: none;
}
.products-list.owl-carousel .owl-prev {
  left: -30px;
}
.products-list.owl-carousel .owl-next {
  right: -30px;
}
.products-list.owl-carousel .row {
  margin-left: 0;
  margin-right: 0;
  position: relative;
}
@media all and (max-width: 991px) {
  .products-list.owl-carousel .owl-item {
    width: 300px !important;
  }
}
@media all and (max-width: 400px) {
  .products-list.owl-carousel .owl-item {
    width: 250px !important;
  }
}
.products-list.owl-carousel .col-xs-12 {
  padding: 0;
  width: 100% !important;
}
@media all and (max-width: 549px) {
  .products-list.owl-carousel .product .product-details .product-info {
    height: 96px;
  }
}
@media all and (max-width: 767px) {
  .products-list.carousel-on-mobile .owl-item {
    width: 300px !important;
  }
}
@media all and (max-width: 400px) {
  .products-list.carousel-on-mobile .owl-item {
    width: 250px !important;
  }
}
@media all and (max-width: 767px) {
  .products-list.carousel-on-mobile .product .product-details .product-info {
    height: 76px;
  }
}
@media all and (max-width: 767px) {
  .products-list.carousel-on-mobile .col-xs-12 {
    width: 100%;
  }
}
.products-list.vertical {
  list-style: none;
  margin: 0;
  padding: 0;
  display: table;
  width: 100%;
}
@media all and (max-width: 767px) {
  .products-list.vertical {
    display: block;
  }
}
.products-list.vertical .product {
  border: none;
  border-radius: 0;
  margin: 0;
  display: table-row;
  width: 100%;
}
@media all and (max-width: 767px) {
  .products-list.vertical .product {
    display: block;
    padding: 10px;
    margin-bottom: 10px;
    border: 2px solid #F2F2F2;
    border-radius: 15px;
  }
}
.products-list.vertical .product > * {
  display: table-cell;
  vertical-align: top;
  padding: 20px 10px;
  border-bottom: 2px solid #F2F2F2;
}
@media all and (max-width: 767px) {
  .products-list.vertical .product > * {
    display: block;
    border-bottom: none;
  }
}
.products-list.vertical .product .product-photo {
  width: 120px;
  height: auto !important;
  text-align: left;
  vertical-align: top;
  line-height: 1;
}
@media all and (max-width: 767px) {
  .products-list.vertical .product .product-photo {
    width: 100%;
    text-align: center;
    padding: 0;
  }
}
.products-list.vertical .product .product-details {
  max-width: 350px;
  text-align: left;
}
@media all and (max-width: 767px) {
  .products-list.vertical .product .product-details {
    width: 100%;
    max-width: initial;
    padding: 0;
  }
}
.products-list.vertical .product .product-details .product-info {
  height: auto !important;
  padding-top: 0;
}
@media all and (max-width: 767px) {
  .products-list.vertical .product .product-details .product-highlights {
    height: auto;
  }
}
.products-list.vertical .product .product-details .product-highlights li {
  font-size: 12px;
}
.products-list.vertical .product .product-details .product-highlights li:before {
  vertical-align: 1px;
  margin-right: 3px;
}
@media all and (max-width: 767px) {
  .products-list.vertical .product .product-actions {
    margin: 10px 0;
  }
}
.products-list.vertical .product .product-actions a {
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  margin-left: 5px;
}
.products-list.vertical .product .product-actions a:before {
  content: " | ";
  margin-right: 5px;
  color: #0087CF !important;
}
.products-list.vertical .product .product-actions a:first-child {
  margin-left: 0;
}
.products-list.vertical .product .product-actions a:first-child:before {
  content: none;
}
.products-list.vertical .product .product-options {
  width: 100px;
  text-align: center;
}
.products-list.vertical .product .product-options .form-group {
  text-align: center !important;
}
@media all and (max-width: 767px) {
  .products-list.vertical .product .product-options .form-group {
    text-align: left !important;
  }
}
@media all and (max-width: 767px) {
  .products-list.vertical .product .product-options {
    padding: 0;
    width: 100%;
    text-align: left;
  }
  .products-list.vertical .product .product-options > * {
    display: inline-block;
    vertical-align: top;
  }
  .products-list.vertical .product .product-options .quick-update {
    margin-top: 10px;
    margin-bottom: 0;
    margin-left: 10px;
    display: block;
  }
}
.products-list.vertical .product .product-options input {
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
}
@media all and (max-width: 767px) {
  .products-list.vertical .product .product-options input {
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    width: auto;
  }
}
@media all and (max-width: 767px) {
  .products-list.vertical .product .product-price,
  .products-list.vertical .product .product-price-total {
    display: inline-block;
    vertical-align: middle;
    padding: 5px 0;
    padding-right: 10px;
  }
}
@media all and (min-width: 768px) {
  .products-list.vertical .product .product-price label,
  .products-list.vertical .product .product-price-total label {
    display: none;
  }
}
.products-list.vertical .product .product-info-labels {
  text-align: center;
}
.products-list.vertical .product .product-info-labels .product-actions {
  margin-top: 0;
}
.products-list.vertical .product .product-info-labels .product-actions > p {
  margin: 0;
}
.products-list.vertical .product.labels > * {
  line-height: 1;
}
@media all and (max-width: 767px) {
  .products-list.vertical .product.labels {
    display: none;
  }
}
.products-list.compare {
  width: 100%;
  overflow: auto;
}
.products-list.compare table {
  table-layout: fixed;
  min-width: 1140px;
}
.products-list.compare table th,
.products-list.compare table td {
  width: 20% !important;
  padding: 10px;
  vertical-align: top;
}
.products-list.compare .product {
  padding: 20px 15.03759398px;
}
.products-list.compare .product .product-photo {
  height: 130px;
  line-height: 130px;
}
.products-list.compare .product .product-actions .remove-item {
  position: absolute;
  top: -5px;
  right: -5px;
  z-index: 4;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  text-align: center;
  background-color: #DA251D;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.45, 0.26, 0, 1);
  -webkit-transition: all 0.25s cubic-bezier(0.45, 0.26, 0, 1);
  -moz-transition: all 0.25s cubic-bezier(0.45, 0.26, 0, 1);
}
.products-list.compare .product .product-actions .remove-item:hover {
  opacity: 0.5;
}
.products-list.compare .product .product-actions .remove-item:before {
  content: "\f00d";
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  color: #fff;
  font-weight: 700;
}
.products-list.compare .product .product-actions .quick-add {
  font-size: 14px;
}
.products-list.categories .product .product-photo {
  height: 160px;
  line-height: 160px;
}
.products-list.categories .product .product-details {
  text-align: center;
}
.products-list.categories .product .product-details .product-info a {
  font-size: 18px;
  line-height: 24px;
  color: #0087CF;
  font-weight: 700;
  text-transform: none;
}
.products-list.categories .product .product-details .product-info a:hover {
  color: #3C4856;
}
.products-list.categories .product .product-details .product-info a:after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-size: 15px;
  margin-left: 5px;
}
.products-list.categories .product .product-details .product-price strong {
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
}
.product-compare {
  position: fixed;
  top: 50%;
  right: 20px;
  z-index: 99;
  padding: 10px;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.07);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
@media all and (max-width: 767px) {
  .product-compare {
    left: 15.03759398px;
    right: 15.03759398px;
    bottom: 15.03759398px;
    top: auto;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
  }
}
.product-compare .products-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media all and (max-width: 767px) {
  .product-compare .products-list {
    text-align: center;
  }
}
.product-compare .products-list li.product {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  margin: 5px 0;
  padding: 5px;
  background-color: #fff;
}
@media all and (max-width: 767px) {
  .product-compare .products-list li.product {
    display: inline-block;
    vertical-align: middle;
    width: 25%;
    max-width: 50px;
    height: 50px;
    line-height: 50px;
  }
}
.product-compare .products-list li.product .product-photo {
  height: auto;
  max-height: 100%;
  margin: 0;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  transition: all 0.2s cubic-bezier(0.45, 0.26, 0, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.45, 0.26, 0, 1);
  -moz-transition: all 0.2s cubic-bezier(0.45, 0.26, 0, 1);
}
.product-compare .products-list li.product .product-photo:hover {
  opacity: 0.5;
}
.product-compare .products-list li.product .product-photo img {
  display: block;
  max-height: 100%;
}
.product-compare .products-list li.product .remove-item {
  position: absolute;
  top: -5px;
  right: -5px;
  z-index: 4;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  background-color: #DA251D;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.45, 0.26, 0, 1);
  -webkit-transition: all 0.25s cubic-bezier(0.45, 0.26, 0, 1);
  -moz-transition: all 0.25s cubic-bezier(0.45, 0.26, 0, 1);
}
.product-compare .products-list li.product .remove-item:hover {
  opacity: 0.5;
}
.product-compare .products-list li.product .remove-item:before {
  content: "\f00d";
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  color: #fff;
  font-weight: 700;
}
.product-compare .compare-trigger {
  background-color: #0087CF;
  display: block;
  color: #fff;
  text-align: center;
  margin-top: 10px;
  padding: 5px 10px;
  border-radius: 15px;
}
.product-compare .compare-trigger:hover {
  background-color: #3C4856;
}
.product-labels {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 20px;
  left: 0;
}
.product-labels li {
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  letter-spacing: -1px;
  text-align: center;
  padding: 10px;
  /*background-color: @gray;*/
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  min-width: 70px;
}
@media all and (max-width: 1199px) {
  .product-labels li {
    top: 10px;
  }
}
@media all and (max-width: 991px) {
  .product-labels li {
    position: static;
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
}
.product-labels li.image {
  min-width: 70px;
  min-height: 30px;
  padding: 0;
}
.product-labels li.discount {
  background-color: #A7CE39;
}
.product-labels li.new {
  background-color: #0087CF;
  color: #fff;
}
.product-labels li.package {
  font-weight: 300;
  color: #fff;
  background-color: #3C4856;
}
.product-labels li.package span {
  display: block;
  font-size: 10px;
  line-height: 12px;
}
@media all and (max-width: 991px) {
  .product-labels li.package span {
    display: inline;
    font-size: 18px;
    line-height: 1;
  }
}
@media all and (max-width: 767px) {
  .product-labels li.package span {
    font-size: 14px;
    line-height: 1;
  }
}
.promotion-container {
  margin-bottom: 40px;
  overflow: hidden;
}
.promotion-container .promotion-container-wrapper {
  border: 2px solid #0087CF;
  border-radius: 15px;
  overflow: hidden;
}
.promotion-container .promotion-container-wrapper .promotion-banner {
  border: 2px solid #fff;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  overflow: hidden;
}
.promotion-container .promotion-container-wrapper .banners.promotion .banner {
  border: none;
}
.promotion-container .promotion-container-wrapper .banners.promotion .banner img {
  border-bottom-right-radius: 0;
  border-top-right-radius: 12px;
}
.promotion-container .promotion-container-wrapper .promotion-items {
  padding: 10px;
  padding-bottom: 0;
}
@media all and (max-width: 767px) {
  .promotion-container .see-all {
    margin-top: 10px;
  }
}
.promotion-description {
  margin-top: -20px;
  margin-bottom: 30px;
}
/*end products*/
.products-list-sort {
  padding-bottom: 20px;
  display: table;
  width: 100%;
}
@media all and (max-width: 767px) {
  .products-list-sort {
    display: block;
  }
}
.products-list-sort .form-group {
  display: table-cell;
  vertical-align: middle;
}
@media all and (max-width: 767px) {
  .products-list-sort .form-group {
    display: block;
    overflow: hidden;
    margin-bottom: 5px;
  }
}
.products-list-sort .form-group label {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  width: auto;
}
@media all and (max-width: 767px) {
  .products-list-sort .form-group label {
    float: left;
    margin-top: 15.03759398px;
  }
}
.products-list-sort .form-group select {
  padding-left: 13.33333333px;
  display: inline-block;
  vertical-align: middle;
  width: auto;
}
@media all and (max-width: 767px) {
  .products-list-sort .form-group select {
    float: right;
  }
}
.products-list-sort .form-group:first-child + .form-group {
  text-align: center;
}
@media all and (max-width: 767px) {
  .products-list-sort .form-group:first-child + .form-group {
    text-align: left;
  }
}
.products-list-sort .form-group:first-child + .form-group + .form-group {
  text-align: right;
}
@media all and (max-width: 767px) {
  .products-list-sort .form-group:first-child + .form-group + .form-group {
    text-align: left;
  }
}
.products-list-sort .form-group:last-child {
  text-align: right;
}
/*table*/
table {
  width: 100%;
}
table tr > td {
  padding: 5px 10px;
}
table tr:nth-child(odd) > td {
  background-color: #F8F8F8;
}
.review-stars i {
  font-size: 14px;
  line-height: 1;
  color: #CFD5DD;
  position: relative;
}
.review-stars i:after {
  content: "\f089";
  font-family: "Font Awesome 5 Free";
  color: #F58221;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}
.review-stars.one i:first-child {
  color: #F58221;
}
.review-stars.one.half i:first-child + i:after {
  opacity: 1;
  visibility: visible;
}
.review-stars.two i:first-child {
  color: #F58221;
}
.review-stars.two i:first-child + i {
  color: #F58221;
}
.review-stars.two.half i:first-child + i + i:after {
  opacity: 1;
  visibility: visible;
}
.review-stars.three i:first-child {
  color: #F58221;
}
.review-stars.three i:first-child + i,
.review-stars.three i:first-child + i + i {
  color: #F58221;
}
.review-stars.three.half i:first-child + i + i + i:after {
  opacity: 1;
  visibility: visible;
}
.review-stars.four i {
  color: #F58221;
}
.review-stars.four i:first-child {
  color: #F58221;
}
.review-stars.four i:first-child + i + i + i + i {
  color: #CFD5DD;
}
.review-stars.four.half i:first-child + i + i + i + i:after {
  opacity: 1;
  visibility: visible;
}
.review-stars.five i {
  color: #F58221;
}
.review-stars.big i {
  font-size: 20px;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  padding-left: 10px;
  padding-right: 10px;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.popover {
  border-color: #0087CF;
}
.popover .popover-content {
  font-size: 12px;
  line-height: 17px;
  font-family: "Open Sans";
}
.popover > .arrow {
  display: none;
}
.box {
  background-color: #fff;
  padding: 20px;
  border: 1px solid #0087CF;
  border-radius: 15px;
}
.box h2 {
  margin-top: 0;
}
.box.gray {
  background-color: #F8F8F8;
  border-color: transparent;
  border-radius: 0;
}
.box.has-tabs {
  position: relative;
  padding-top: 80px;
  overflow: hidden;
}
.box.has-tabs .nav-tabs {
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  border-radius: 14px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.box .box-heading {
  margin: -20px;
  margin-bottom: 20px;
  padding: 10px 20px;
  background-color: #F8F8F8;
  overflow: hidden;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom: 1px solid #F2F2F2;
}
.box .box-heading h2 {
  margin: 0;
  float: left;
  width: calc(100% - 100px);
}
.box .box-heading a {
  display: block;
  width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 600;
  text-align: right;
  float: right;
  margin-top: 5px;
}
.nav-tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid #0087CF;
  border-radius: 15px;
  width: 100%;
  height: 1px;
  overflow: hidden;
  display: table;
}
.nav-tabs > li {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 50%;
  height: 100%;
  float: none;
}
.nav-tabs > li > a {
  border: none !important;
  border-radius: 0 !important;
  background-color: #F8F8F8;
  padding: 20px;
  margin: 0;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  display: block;
  width: 100%;
  height: 100%;
}
@media all and (max-width: 767px) {
  .nav-tabs > li > a {
    font-size: 13px;
    padding: 13.33333333px 10px;
  }
}
.nav-tabs > li > a:before {
  content: "";
  width: 18px;
  height: 18px;
  font-family: "Font Awesome 5 Free";
  font-size: 8px;
  line-height: 16px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  border: 1px solid #0087CF;
  background-color: #fff;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6.66666667px;
  margin-top: -3px;
}
.nav-tabs > li > a small {
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  display: block;
}
.nav-tabs > li.active > a {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0087cf+0,41b1ed+100 */
  background: #0087cf;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #0087cf 0%, #41b1ed 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #0087cf 0%, #41b1ed 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #0087cf 0%, #41b1ed 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0087cf', endColorstr='#41b1ed', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  color: #fff;
  border: none;
  border-radius: none;
}
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:active {
  color: #fff;
  outline: none;
  -webkit-outline: none;
}
.nav-tabs > li.active > a:before {
  content: "\f111";
  color: #0087CF;
}
#map {
  height: 600px;
  height: 60vh;
  border: 1px solid #A0ACBD;
  border-radius: 15px;
  overflow: hidden;
}
#accordion .panel {
  padding: 15.03759398px 30px;
  margin: 0;
  margin-bottom: 20px;
  background-color: transparent;
  border: 1px solid #0087CF;
  border-radius: 15px;
  overflow: hidden;
}
#accordion .panel .panel-heading {
  padding: 0;
  border: none !important;
  background-color: transparent;
}
#accordion .panel .panel-heading .panel-title {
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  text-transform: none;
}
@media all and (max-width: 767px) {
  #accordion .panel .panel-heading .panel-title {
    font-size: 16px;
  }
}
#accordion .panel .panel-heading .panel-title a {
  display: block;
  background-color: #F8F8F8;
  position: relative;
  margin: -15.03759398px -30px;
  padding: 15.03759398px 30px;
  text-decoration: none !important;
  outline: none;
  -webkit-outline: none;
}
#accordion .panel .panel-heading .panel-title a:before {
  content: "";
  width: 20px;
  height: 20px;
  line-height: 20px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #A0ACBD;
  border-radius: 50%;
  margin: 0;
  margin-top: -4px;
  margin-right: 10px;
  background-color: #fff;
}
#accordion .panel .panel-heading .panel-title a:after {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  left: 35px;
  top: 20px;
  border-radius: 50%;
  background-color: #0087CF;
  opacity: 0;
  visibility: hidden;
}
#accordion .panel .panel-heading .panel-title a[aria-expanded="true"] {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0087cf+0,41b1ed+100 */
  background: #0087cf;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #0087cf 0%, #41b1ed 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #0087cf 0%, #41b1ed 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #0087cf 0%, #41b1ed 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0087cf', endColorstr='#41b1ed', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  color: #fff;
}
#accordion .panel .panel-heading .panel-title a[aria-expanded="true"]:before {
  border-color: #0087CF;
}
#accordion .panel .panel-heading .panel-title a[aria-expanded="true"]:after {
  opacity: 1;
  visibility: visible;
}
#accordion .panel .panel-collapse .panel-body {
  border: none;
  padding: 0;
  padding-top: 30px;
}
.plata-card-in-rate {
  list-style: none;
  margin: 0;
  padding: 0;
}
.plata-card-in-rate li label.radiobox {
  display: block;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  padding: 20px 60px;
  margin: 0;
  border-top: 1px solid #F2F2F2;
  transition: all 0.3s cubic-bezier(0.45, 0.26, 0, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.45, 0.26, 0, 1);
  -moz-transition: all 0.3s cubic-bezier(0.45, 0.26, 0, 1);
}
.plata-card-in-rate li label.radiobox:hover {
  background-color: #F8F8F8;
}
@media all and (max-width: 767px) {
  .plata-card-in-rate li label.radiobox {
    overflow: hidden;
    padding-right: 20px;
  }
}
.plata-card-in-rate li label.radiobox > * {
  display: inline-block;
  vertical-align: middle;
}
@media all and (max-width: 767px) {
  .plata-card-in-rate li label.radiobox > * {
    float: left;
  }
}
.plata-card-in-rate li label.radiobox img {
  width: 77px;
  height: auto;
  margin-left: 10px;
  margin-right: 20px;
}
@media all and (max-width: 767px) {
  .plata-card-in-rate li label.radiobox img {
    width: 65px;
    margin-left: 0;
    margin-right: 10px;
  }
}
.plata-card-in-rate li label.radiobox img + span {
  width: 30%;
}
@media all and (max-width: 767px) {
  .plata-card-in-rate li label.radiobox img + span {
    width: calc(100% - 90px);
    margin-top: 4px;
    margin-bottom: 5px;
  }
}
.plata-card-in-rate li label.radiobox .radio-button {
  top: 50%;
  left: 30px;
  margin-top: -10px;
}
.plata-card-in-rate li label.radiobox small {
  font-size: 14px;
  font-weight: 600;
  width: 45%;
}
@media all and (max-width: 767px) {
  .plata-card-in-rate li label.radiobox small {
    width: calc(100% - 90px);
  }
}
.plata-card-in-rate li:first-child > label {
  border-top: none;
}
.products-list-overview {
  list-style: none;
  margin: 0;
  padding: 0;
}
.products-list-overview li {
  overflow: hidden;
  padding: 10px 0;
}
.products-list-overview li .product {
  float: left;
  width: calc(100% - 100px);
  padding: 2px;
  padding-right: 20px;
}
@media all and (max-width: 767px) {
  .products-list-overview li .product {
    padding-right: 0;
  }
}
.products-list-overview li .product span.qty {
  display: inline-block;
  vertical-align: top;
  width: 20px;
}
.products-list-overview li .product h4 {
  font-size: 16px;
  text-transform: none;
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 20px);
  margin: 0 -2px;
}
.products-list-overview li .product small {
  display: block;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  margin-top: 3px;
  padding-left: 20px;
}
.products-list-overview li .price {
  float: right;
  text-align: right;
  width: 100px;
  font-size: 16px;
  font-weight: 700;
}
@media all and (max-width: 767px) {
  .products-list-overview li .price {
    width: 100%;
    float: left;
    text-align: left;
    margin-top: 10px;
  }
}
@media all and (max-width: 767px) {
  .modal .modal-dialog {
    margin: auto;
  }
}
.modal .modal-dialog .modal-content {
  border-radius: 15px;
}
@media all and (max-width: 767px) {
  .modal .modal-dialog .modal-content {
    border-radius: 0;
  }
}
.modal .modal-dialog .modal-content .modal-header {
  border: none;
  padding: 20px 30px;
  padding-top: 30px;
}
.modal .modal-dialog .modal-content .modal-header .close {
  position: absolute;
  top: -13.33333333px;
  right: -13.33333333px;
  color: #fff;
  opacity: 1;
}
@media all and (max-width: 767px) {
  .modal .modal-dialog .modal-content .modal-header .close {
    top: 13.33333333px;
    right: 13.33333333px;
    color: #3C4856;
  }
}
.modal .modal-dialog .modal-content .modal-header .modal-title {
  font-size: 30px;
  line-height: 41px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1;
  text-transform: none;
  margin: 0;
}
.modal .modal-dialog .modal-content .modal-body {
  padding: 20px 30px;
}
.modal .modal-dialog .modal-content .modal-body .form-group {
  text-align: left;
}
.modal .modal-dialog .modal-content .modal-footer {
  background-color: #F2F2F2;
  padding: 13.33333333px 30px;
  border-top: 1px solid #A0ACBD;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  font-size: 16px;
  line-height: 19px;
  text-align: left;
}
.modal .modal-dialog .modal-content .modal-footer p {
  margin: 0;
}
.modal .modal-dialog .modal-content .modal-footer a {
  font-weight: 600;
}
.modal .modal-dialog .modal-content .modal-footer .h1 {
  margin: 0;
  margin-bottom: 10px;
}
.modal .modal-dialog .modal-content .modal-footer .order-overview {
  margin-bottom: 20px;
}
.modal .modal-dialog .modal-content .modal-footer .order-overview .order-total-amount {
  margin-top: 0;
}
.modal .modal-dialog .modal-content .alert {
  box-shadow: none;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 15px;
  position: static !important;
}
.modal .modal-dialog.modal-sm {
  text-align: center;
  width: 100% !important;
  max-width: 400px;
}
@media all and (max-width: 767px) {
  .modal .modal-dialog.modal-sm {
    max-width: initial;
  }
}
.modal .modal-dialog.modal-sm .modal-footer {
  text-align: center;
}
.modal .modal-dialog.modal-md {
  text-align: center;
}
.modal .modal-dialog.modal-md .modal-footer {
  text-align: center;
}
.modal .modal-dialog.modal-lg {
  width: 100% !important;
  max-width: 1100px;
}
@media all and (max-width: 1100px) {
  .modal .modal-dialog.modal-lg {
    margin: auto;
  }
}
@media all and (max-width: 1100px) {
  .modal .modal-dialog.modal-lg .modal-content {
    border-radius: 0;
  }
}
@media all and (max-width: 1199px) {
  .modal .modal-dialog.modal-lg .modal-content .modal-header .close {
    top: 13.33333333px;
    right: 13.33333333px;
    color: #3C4856;
  }
}
.order-overview {
  text-align: left;
}
.order-overview .order-expenses {
  list-style: none;
  margin: 0;
  padding: 0;
}
.order-overview .order-total-amount {
  margin: 0;
  margin-top: 10px;
  font-weight: 800;
  text-align: center;
  text-transform: none;
}
@media all and (max-width: 991px) {
  .order-overview .order-total-amount {
    text-align: left;
  }
}
@media all and (max-width: 767px) {
  .order-overview .btn.primary {
    margin-top: 20px;
  }
}
.old-price {
  color: #DA251D;
  font-weight: 700;
}
.old-price > span:first-child {
  text-decoration: line-through;
}
.new-price {
  color: #A7CE39;
  font-weight: 700;
}
.alert {
  background-color: #A7CE39;
  color: #fff;
  margin: 0;
  padding: 15.03759398px 0;
  border: none;
  border-radius: 0;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.15);
  transition: all 0.3s cubic-bezier(0.45, 0.26, 0, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.45, 0.26, 0, 1);
  -moz-transition: all 0.3s cubic-bezier(0.45, 0.26, 0, 1);
}
.alert.alert-danger {
  background-color: #DA251D;
}
.alert.alert-warning {
  background-color: #dacb1d;
}
.alert.alert-success {
  background-color: #A7CE39;
}
.alert.alert-info {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0087cf+0,41b1ed+100 */
  background: #0087cf;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #0087cf 0%, #41b1ed 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #0087cf 0%, #41b1ed 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #0087cf 0%, #41b1ed 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0087cf', endColorstr='#41b1ed', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.alert h2,
.alert .h2,
.alert h3,
.alert .h3 {
  margin: 0;
}
.alert p {
  margin: 0;
}
.alert .container {
  padding-right: 30px;
  position: relative;
}
.alert #alert-close {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -20px;
  padding: 10px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.45, 0.26, 0, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.45, 0.26, 0, 1);
  -moz-transition: all 0.3s cubic-bezier(0.45, 0.26, 0, 1);
}
.alert #alert-close:hover {
  opacity: 0.5;
}
@keyframes pulse {
  0% {
    transform: transalteX(-50%) translateY(-50%) scale(0.9);
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.9);
    -moz-transform: translateX(-50%) translateY(-50%) scale(0.9);
    box-shadow: 0px 0px 20px rgba(0, 135, 207, 0.4);
  }
  50% {
    transform: translateX(-50%) translateY(-50%) scale(1);
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
    -moz-transform: translateX(-50%) translateY(-50%) scale(1);
    opacity: 1;
    box-shadow: 0px 0px 10px rgba(0, 135, 207, 0.4);
  }
  100% {
    transform: translateX(-50%) translateY(-50%) scale(0.9);
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.9);
    -moz-transform: translateX(-50%) translateY(-50%) scale(0.9);
    box-shadow: 0px 0px 20px rgba(0, 135, 207, 0.4);
  }
}
.loading {
  position: relative;
  transition: all 0.3s cubic-bezier(0.45, 0.26, 0, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.45, 0.26, 0, 1);
  -moz-transition: all 0.3s cubic-bezier(0.45, 0.26, 0, 1);
}
.loading > * {
  opacity: 0.2;
  transition: all 0.3s cubic-bezier(0.45, 0.26, 0, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.45, 0.26, 0, 1);
  -moz-transition: all 0.3s cubic-bezier(0.45, 0.26, 0, 1);
}
.loading:before {
  content: "";
  width: 80px;
  height: 80px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9999;
  transform: translateX(-50%) translateY(-50%) scale(0.9);
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0.9);
  -moz-transform: translateX(-50%) translateY(-50%) scale(0.9);
  background-image: url('../img/loader.png');
  background-repeat: no-repeat;
  background-size: 50px 55px;
  background-position: center center;
  background-color: #0087CF;
  box-shadow: 0px 0px 20px rgba(0, 135, 207, 0.4);
  border-radius: 50%;
  animation: pulse linear 1.5s;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}
@media all and (max-width: 991px) {
  .loading:before {
    position: fixed;
  }
}
/*end components*/
/*header*/
header .container-fluid {
  padding: 20px 60px;
  position: relative;
}
@media all and (max-width: 1500px) {
  header .container-fluid {
    padding: 20px 40px;
  }
}
@media all and (max-width: 991px) {
  header .container-fluid {
    padding: 13.33333333px 20px;
  }
}
@media all and (max-width: 767px) {
  header .container-fluid {
    padding: 10px 15.03759398px;
  }
}
header .container-fluid .menu-toggle {
  width: 20px;
  padding: 10px;
  padding-left: 0;
  box-sizing: content-box;
  float: left;
  margin-right: 10px;
}
@media all and (min-width: 768px) {
  header .container-fluid .menu-toggle {
    display: none;
  }
}
header .container-fluid .menu-toggle span {
  width: 100%;
  height: 3px;
  border-radius: 0;
  background-color: #0087CF;
  display: block;
  margin: 4px auto;
  transition: all 0.35s cubic-bezier(0.45, 0.26, 0, 1);
  -webkit-transition: all 0.35s cubic-bezier(0.45, 0.26, 0, 1);
  -moz-transition: all 0.35s cubic-bezier(0.45, 0.26, 0, 1);
}
header .container-fluid .menu-toggle span:first-child {
  transform-origin: top right;
}
header .container-fluid .menu-toggle span:first-child + span {
  position: relative;
  left: 0;
}
header .container-fluid .menu-toggle span:first-child + span + span {
  transform-origin: bottom right;
}
header .container-fluid .alt-logo {
  display: initial;
  padding: 0;
  margin: 0;
  font-size: 0;
  text-indent: -9999px;
}
header .container-fluid .logo {
  display: block;
  float: left;
  width: 300px;
  padding-right: 80px;
}
@media all and (max-width: 1500px) {
  header .container-fluid .logo {
    width: 220px;
    padding-right: 20px;
  }
}
@media all and (max-width: 1199px) {
  header .container-fluid .logo {
    width: 150px;
    padding-right: 0;
  }
}
@media all and (max-width: 991px) {
  header .container-fluid .logo {
    width: 130px;
  }
}
@media all and (max-width: 767px) {
  header .container-fluid .logo {
    width: 120px;
  }
}
header .container-fluid .logo img {
  width: 100%;
}
@media all and (max-width: 1199px) {
  header .container-fluid .logo img {
    margin-top: 5px;
  }
}
header .container-fluid .checkout-progress {
  width: calc(100% - 500px);
  float: left;
  padding: 0 20px;
}
@media all and (max-width: 1500px) {
  header .container-fluid .checkout-progress {
    width: calc(100% - 370px);
  }
}
@media all and (max-width: 1199px) {
  header .container-fluid .checkout-progress {
    width: calc(100% - 300px);
  }
}
@media all and (max-width: 991px) {
  header .container-fluid .checkout-progress {
    display: none;
  }
}
header .container-fluid .checkout-progress ul.checkout-progress-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
header .container-fluid .checkout-progress ul.checkout-progress-steps li {
  float: left;
  width: 25%;
  font-weight: 600;
  color: #6C84A5;
  text-align: center;
}
header .container-fluid .checkout-progress ul.checkout-progress-steps li:after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  display: block;
}
@media all and (max-width: 1199px) {
  header .container-fluid .checkout-progress ul.checkout-progress-steps li:after {
    line-height: 1;
  }
}
@media all and (max-width: 1199px) {
  header .container-fluid .checkout-progress ul.checkout-progress-steps li {
    font-size: 13px;
  }
}
header .container-fluid .checkout-progress .checkout-progress-bar {
  display: block;
  width: 100%;
  height: 6px;
  background-color: #F8F8F8;
  border-radius: 3px;
  margin: 10px 0;
  overflow: hidden;
  position: relative;
  transition: all 0.3s cubic-bezier(0.45, 0.26, 0, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.45, 0.26, 0, 1);
  -moz-transition: all 0.3s cubic-bezier(0.45, 0.26, 0, 1);
}
header .container-fluid .checkout-progress .checkout-progress-bar:before {
  content: "";
  display: block;
  background-color: #6C84A5;
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
}
@media all and (max-width: 1199px) {
  header .container-fluid .checkout-progress .checkout-progress-bar {
    margin: 5px 0;
  }
}
header .container-fluid .checkout-progress .checkout-progress-bar.step-one:before {
  width: 25%;
}
header .container-fluid .checkout-progress .checkout-progress-bar.step-two:before {
  width: 50%;
}
header .container-fluid .checkout-progress .checkout-progress-bar.step-three:before {
  width: 75%;
}
header .container-fluid .checkout-progress .checkout-progress-bar.step-four:before {
  width: 100%;
}
header .container-fluid .search {
  width: calc(100% - 700px);
  margin-top: 12px;
  padding: 0 60px;
  position: relative;
  overflow: hidden;
  float: left;
}
@media all and (max-width: 1500px) {
  header .container-fluid .search {
    width: calc(100% - 620px);
    padding: 0 40px;
  }
}
@media all and (max-width: 1199px) {
  header .container-fluid .search {
    width: calc(100% - 550px);
    margin-top: 0;
    padding-left: 25px;
  }
}
@media all and (max-width: 991px) {
  header .container-fluid .search {
    width: calc(100% - 460px);
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media all and (max-width: 767px) {
  header .container-fluid .search {
    display: none;
    width: 100%;
    padding: 0;
  }
}
header .container-fluid .search input {
  width: 100%;
  display: block;
  border: 1px solid #A0ACBD;
  border-radius: 15px;
  padding: 12.04819277px 20px;
  padding-right: 60px;
}
@media all and (max-width: 767px) {
  header .container-fluid .search input {
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #A0ACBD;
    padding: 12.04819277px 0;
    padding-right: 20px;
  }
}
header .container-fluid .search i {
  position: absolute;
  right: 60px;
  top: 0;
  bottom: 0;
  width: 50px;
  display: block;
  font-size: 18px;
  text-align: center;
  line-height: 45px;
  color: #fff;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0087cf+0,41b1ed+100 */
  background: #0087cf;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #0087cf 0%, #41b1ed 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #0087cf 0%, #41b1ed 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #0087cf 0%, #41b1ed 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0087cf', endColorstr='#41b1ed', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  transition: all 0.25s cubic-bezier(0.45, 0.26, 0, 1);
  -webkit-transition: all 0.25s cubic-bezier(0.45, 0.26, 0, 1);
  -moz-transition: all 0.25s cubic-bezier(0.45, 0.26, 0, 1);
}
header .container-fluid .search i:hover {
  background-color: #0087CF;
}
@media all and (max-width: 1500px) {
  header .container-fluid .search i {
    right: 40px;
  }
}
@media all and (max-width: 991px) {
  header .container-fluid .search i {
    right: 20px;
  }
}
@media all and (max-width: 767px) {
  header .container-fluid .search i {
    background-color: transparent;
    background: none;
    color: #0087CF;
    right: 0;
  }
  header .container-fluid .search i:hover {
    background-color: transparent;
    color: #0087CF;
  }
}
header .container-fluid .searchbox-dropdown {
  position: absolute;
  top: 85px;
  left: 420px;
  width: 50%;
  z-index: 4;
  height: auto;
  max-height: calc(100vh - 64px);
  background-color: #fefefe;
  color: #222;
  border: 1px solid #A0ACBD;
  border-radius: 15px;
  padding: 15px;
  overflow-y: auto;
}
header .container-fluid .searchbox-dropdown li {
  position: relative;
  display: block;
}
header .container-fluid .searchbox-dropdown li a {
  position: relative;
  padding: 8px 40px;
  line-height: 20px;
  color: #666;
}
header .container-fluid .searchbox-dropdown li a .fa-search {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 15px;
  color: #A0ACBD;
}
header .container-fluid .searchbox-dropdown li a .searchbox-suggestion-highlight {
  font-weight: 600;
  color: #0087CF;
}
header .container-fluid .top-links {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 400px;
  float: right;
  text-align: right;
  padding: 10px 0;
}
@media all and (max-width: 1199px) {
  header .container-fluid .top-links {
    padding: 0;
  }
}
@media all and (max-width: 991px) {
  header .container-fluid .top-links {
    width: 330px;
  }
}
@media all and (max-width: 767px) {
  header .container-fluid .top-links {
    width: calc(100% - 170px);
  }
}
header .container-fluid .top-links li {
  float: left;
  width: 33.33%;
  text-align: left;
}
@media all and (max-width: 991px) {
  header .container-fluid .top-links li {
    float: none;
    width: auto;
    display: inline-block;
    vertical-align: middle;
  }
}
@media all and (min-width: 768px) {
  header .container-fluid .top-links li:first-child {
    display: none;
  }
}
header .container-fluid .top-links li.dropdown {
  position: relative;
}
header .container-fluid .top-links li.dropdown .badge {
  width: 15px;
  height: 15px;
  line-height: 15px;
  color: #fff;
  text-align: center;
  padding: 0;
  background-color: #0087CF;
  position: absolute;
  top: 5px;
  left: 25px;
  display: block;
}
@media all and (max-width: 991px) {
  header .container-fluid .top-links li.dropdown .badge {
    left: 20px;
  }
}
header .container-fluid .top-links li.dropdown .dropdown-menu {
  border: 1px solid #0087CF;
  border-radius: 15px;
  width: 320px;
  left: auto;
  right: 0;
}
header .container-fluid .top-links li.dropdown .dropdown-menu li {
  width: 100%;
  float: none;
  text-align: left;
  overflow: hidden;
}
header .container-fluid .top-links li.dropdown .dropdown-menu li:first-child {
  display: inherit;
}
header .container-fluid .top-links li.dropdown .dropdown-menu li:not(.divider) {
  padding: 5px 13.33333333px;
}
header .container-fluid .top-links li.dropdown .dropdown-menu li.total {
  font-size: 16px;
  font-weight: 800;
}
header .container-fluid .top-links li.dropdown .dropdown-menu li a {
  color: #3C4856;
  font-weight: 300;
  font-size: 12px;
}
header .container-fluid .top-links li.dropdown .dropdown-menu li a:hover {
  color: #0087CF;
  background: #fff;
}
header .container-fluid .top-links li.dropdown .dropdown-menu li img {
  width: 15%;
}
header .container-fluid .top-links li.dropdown .dropdown-menu li .btn {
  max-width: 100%;
  min-width: initial;
}
header .container-fluid .top-links li.dropdown .dropdown-menu li .description {
  width: 75%;
  white-space: normal;
  padding-left: 5px;
}
header .container-fluid .top-links li.dropdown .dropdown-menu li .description .product-price {
  margin-top: 5px;
}
header .container-fluid .top-links li.dropdown .dropdown-menu li .description .product-price strong {
  font-size: 14px;
}
header .container-fluid .top-links li.dropdown .dropdown-menu li .description .product-price .old-price {
  font-size: 10px;
  color: #A0ACBD;
}
header .container-fluid .top-links li.dropdown .dropdown-menu li .description .product-price .old-price > span:first-child {
  text-decoration: line-through;
}
header .container-fluid .top-links li.dropdown .dropdown-menu li .btn {
  width: 100%;
  margin-bottom: 5px;
  padding: 10px;
}
header .container-fluid .top-links li.dropdown .dropdown-menu li .btn:after {
  content: '';
}
header .container-fluid .top-links li.dropdown .dropdown-menu .dropdown-cart {
  height: 350px;
  overflow: auto;
  padding: 0;
}
header .container-fluid .top-links li.dropdown .dropdown-menu .dropdown-total {
  padding: 0;
}
header .container-fluid .top-links li.dropdown .dropdown-menu.dropdown-account {
  width: 200px;
  padding: 10px 0;
}
header .container-fluid .top-links li.dropdown .dropdown-menu.dropdown-account.unauthenticated li {
  text-align: center;
}
header .container-fluid .top-links li.dropdown .dropdown-menu.dropdown-account.unauthenticated li:not(.divider) {
  padding: 10px;
}
header .container-fluid .top-links li.dropdown .dropdown-menu.dropdown-account.unauthenticated li:first-child {
  font-size: 14px;
}
header .container-fluid .top-links li.dropdown .dropdown-menu.dropdown-account.unauthenticated li .btn {
  width: auto;
  padding: 10px 30px;
  margin-top: 10px;
  margin-bottom: 0;
}
header .container-fluid .top-links li.dropdown .dropdown-menu.dropdown-account > li.divider {
  background-color: #0087CF;
}
header .container-fluid .top-links li.dropdown .dropdown-menu.dropdown-account > li:not(.divider) {
  padding: 0 13.33333333px;
}
header .container-fluid .top-links li.dropdown .dropdown-menu.dropdown-account > li:first-child {
  font-size: 12px;
  line-height: 1;
}
header .container-fluid .top-links li.dropdown .dropdown-menu.dropdown-account > li:first-child span {
  display: block;
  font-size: 14px;
  font-weight: 700;
}
header .container-fluid .top-links li.dropdown .dropdown-menu.dropdown-account > li:last-child a {
  padding: 0;
  font-size: 14px;
  font-weight: 700;
  color: #0087CF;
}
header .container-fluid .top-links li.dropdown .dropdown-menu.dropdown-account > li:last-child a:hover {
  color: #3C4856;
}
header .container-fluid .top-links li.dropdown .dropdown-menu.dropdown-account > li ul {
  padding: 0;
}
header .container-fluid .top-links li.dropdown .dropdown-menu.dropdown-account > li ul li {
  padding: 0;
}
header .container-fluid .top-links li.dropdown .dropdown-menu.dropdown-account > li ul li a {
  padding: 0;
  font-size: 14px;
  line-height: 2;
}
header .container-fluid .top-links li.dropdown.open a {
  color: #0087CF;
}
header .container-fluid .top-links li a {
  color: #3C4856;
  font-weight: 600;
  white-space: nowrap;
  display: block;
  padding: 10px;
}
header .container-fluid .top-links li a:hover {
  color: #0087CF;
}
@media all and (max-width: 991px) {
  header .container-fluid .top-links li a {
    font-size: 12px;
    padding: 10px 5px;
  }
}
header .container-fluid .top-links li a > * {
  display: inline-block;
  vertical-align: middle;
  float: none !important;
}
@media all and (max-width: 767px) {
  header .container-fluid .top-links li a > span,
  header .container-fluid .top-links li a > i {
    display: none;
  }
}
header .container-fluid .top-links li a > img {
  margin-right: 5px;
}
header .container-fluid .top-links li a img {
  height: 18px;
  width: auto;
}
header .container-fluid .top-links li a i {
  vertical-align: -3px;
}
header .container-fluid .top-links li:last-child > a {
  padding-right: 0;
}
header nav {
  background-color: #F8F8F8;
  border-top: 1px solid #F2F2F2;
  border-bottom: 1px solid #F2F2F2;
}
header nav > .container-fluid {
  padding-top: 0;
  padding-bottom: 0;
}
@media all and (max-width: 991px) {
  header nav > .container-fluid {
    padding: 0;
  }
}
header nav .categories {
  width: 420px;
  float: left;
  margin-left: -60px;
  position: relative;
  z-index: 3;
}
@media all and (max-width: 1500px) {
  header nav .categories {
    width: 300px;
    margin-left: -40px;
  }
}
@media all and (max-width: 1199px) {
  header nav .categories {
    width: 190px;
  }
}
@media all and (max-width: 991px) {
  header nav .categories {
    width: 100%;
    margin-left: auto;
  }
}
header nav .categories .categories-toggle {
  display: block;
  position: relative;
  z-index: 3;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0087cf+0,41b1ed+100 */
  background: #0087cf;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #0087cf 0%, #41b1ed 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #0087cf 0%, #41b1ed 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #0087cf 0%, #41b1ed 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0087cf', endColorstr='#41b1ed', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  -webkit-user-select: none;
  /* Safari 3.1+ */
  -moz-user-select: none;
  /* Firefox 2+ */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Standard syntax */
  font-size: 24px;
  line-height: 33px;
  font-weight: 700;
  color: #fff;
  padding: 13.33333333px 60px;
  cursor: pointer;
}
header nav .categories .categories-toggle:before {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -10px;
}
@media all and (max-width: 1500px) {
  header nav .categories .categories-toggle {
    font-size: 22px;
    padding: 10px 40px;
  }
}
@media all and (max-width: 1199px) {
  header nav .categories .categories-toggle {
    font-size: 20px;
  }
}
@media all and (max-width: 991px) {
  header nav .categories .categories-toggle {
    padding: 13.33333333px 20px;
  }
}
@media all and (max-width: 767px) {
  header nav .categories .categories-toggle {
    padding: 10px 20px;
    font-size: 17px;
    line-height: 1;
  }
}
header nav .categories .categories-toggle:hover {
  background-color: #0087CF;
}
header nav .categories > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  padding: 20px 0;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 3;
  background-color: #E4F6FF;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 0px 40px 0px rgba(60, 72, 86, 0.37);
}
@media all and (max-width: 1500px) {
  header nav .categories > ul {
    padding: 20px 0;
  }
}
@media all and (max-width: 991px) {
  header nav .categories > ul {
    padding: 20px 0;
  }
}
@media all and (max-width: 767px) {
  header nav .categories > ul {
    padding: 10px 0;
  }
}
header nav .categories > ul > li > a {
  font-size: 18px;
  line-height: 20px;
  color: #3C4856;
  font-weight: 600;
  padding: 10px 60px;
  display: block;
  position: relative;
  z-index: 4;
}
@media all and (max-width: 1500px) {
  header nav .categories > ul > li > a {
    padding: 10px 40px;
  }
}
@media all and (max-width: 991px) {
  header nav .categories > ul > li > a {
    padding: 10px 20px;
  }
  header nav .categories > ul > li > a:after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    float: right;
  }
}
@media all and (max-width: 767px) {
  header nav .categories > ul > li > a {
    font-size: 14px;
    line-height: 16px;
    padding: 10px 20px;
  }
}
header nav .categories > ul > li > a:before {
  content: "";
  display: block;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 20px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.45, 0.26, 0, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.45, 0.26, 0, 1);
  -moz-transition: all 0.3s cubic-bezier(0.45, 0.26, 0, 1);
}
@media all and (max-width: 991px) {
  header nav .categories > ul > li > a:before {
    content: none;
  }
}
header nav .categories > ul > li:hover > a {
  background-color: #fff;
  color: #3C4856;
  box-shadow: 0px 10px 11px rgba(0, 0, 0, 0.1);
}
header nav .categories > ul > li:hover > a:before {
  opacity: 1;
  visibility: visible;
  right: -10px;
}
header nav .categories > ul > li:hover > a + .dropdown-wrapper {
  opacity: 1;
  visibility: visible;
}
header nav .categories > ul > li.open > a {
  background-color: #fff;
  color: #3C4856;
  box-shadow: 0px 10px 11px rgba(0, 0, 0, 0.1);
}
header nav .categories > ul > li.open > a:after {
  content: "\f106";
}
header nav .categories > ul > li.open .dropdown-wrapper {
  display: block !important;
  opacity: 1;
  visibility: visible;
}
header nav .categories > ul .dropdown-wrapper {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 2;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0px 10px 11px rgba(0, 0, 0, 0.1);
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  width: 1050px;
  min-height: 100%;
  transition: all 0.3s cubic-bezier(0.45, 0.26, 0, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.45, 0.26, 0, 1);
  -moz-transition: all 0.3s cubic-bezier(0.45, 0.26, 0, 1);
  opacity: 0;
  visibility: hidden;
}
@media all and (max-width: 1500px) {
  header nav .categories > ul .dropdown-wrapper {
    width: 870px;
  }
}
@media all and (max-width: 1199px) {
  header nav .categories > ul .dropdown-wrapper {
    width: 767px;
  }
}
@media all and (max-width: 991px) {
  header nav .categories > ul .dropdown-wrapper {
    position: relative;
    top: auto;
    left: auto;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    width: 100%;
    display: none;
  }
}
header nav .categories > ul .dropdown-wrapper a {
  display: block;
  color: #3C4856;
  padding: 5px 0;
}
header nav .categories > ul .dropdown-wrapper a:hover {
  color: #0087CF;
}
header nav .categories > ul .dropdown-wrapper ul.subcategories {
  list-style: none;
  margin: 0;
  padding: 0;
  padding: 20px;
  padding-right: 25%;
  column-count: 3;
  -webkit-column-count: 3;
  column-gap: 30px;
  -webkit-column-gap: 30px;
}
@media all and (max-width: 991px) {
  header nav .categories > ul .dropdown-wrapper ul.subcategories {
    padding-right: 20px;
    width: 100%;
    column-count: 1;
    -webkit-column-count: 1;
  }
}
header nav .categories > ul .dropdown-wrapper ul.subcategories li.subcategory-item {
  width: 100%;
  display: block;
  padding-right: 20px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
@media all and (min-width: 992px) {
  header nav .categories > ul .dropdown-wrapper ul.subcategories li.subcategory-item:first-child {
    margin-top: -20px;
  }
}
@media all and (max-width: 550px) {
  header nav .categories > ul .dropdown-wrapper ul.subcategories li.subcategory-item {
    display: block;
    width: 100%;
  }
}
header nav .categories > ul .dropdown-wrapper ul.subcategories li.subcategory-item .subcategory-item-title {
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 10px;
}
header nav .categories > ul .dropdown-wrapper ul.subcategories li.subcategory-item ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
header nav .categories > ul .dropdown-wrapper .related {
  width: 25%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #F8F8F8;
  padding: 20px;
}
@media all and (max-width: 991px) {
  header nav .categories > ul .dropdown-wrapper .related {
    position: static;
    width: 100%;
  }
}
header nav .categories > ul .dropdown-wrapper .related .related-item-title {
  margin-top: 0;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
header nav .categories > ul .dropdown-wrapper .related ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
header nav ul.menu-items {
  list-style: none;
  margin: 0;
  padding: 0;
  padding: 10px 0;
  padding-left: 20px;
  width: calc(100% - 360px);
  float: left;
}
@media all and (max-width: 1500px) {
  header nav ul.menu-items {
    width: calc(100% - 260px);
    padding: 7px 0;
    padding-left: 20px;
  }
}
@media all and (max-width: 1199px) {
  header nav ul.menu-items {
    width: calc(100% - 150px);
  }
}
@media all and (max-width: 991px) {
  header nav ul.menu-items {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 66px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    padding: 0;
    padding-top: 60px;
    background-color: #fff;
    width: 100%;
    transition: all 0.25s cubic-bezier(0.45, 0.26, 0, 1);
    -webkit-transition: all 0.25s cubic-bezier(0.45, 0.26, 0, 1);
    -moz-transition: all 0.25s cubic-bezier(0.45, 0.26, 0, 1);
  }
}
header nav ul.menu-items li {
  float: left;
  padding: 10px;
}
@media all and (max-width: 1500px) {
  header nav ul.menu-items li {
    padding: 10px 6.66666667px;
  }
}
@media all and (max-width: 991px) {
  header nav ul.menu-items li {
    width: 100%;
    float: none;
  }
}
header nav ul.menu-items li a {
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  color: #3C4856;
}
@media all and (max-width: 1500px) {
  header nav ul.menu-items li a {
    font-size: 14px;
    font-weight: 400;
  }
}
@media all and (max-width: 991px) {
  header nav ul.menu-items li a {
    font-size: 18px;
    font-weight: 600;
    padding: 10px 0;
    padding-left: 50px;
    display: block;
  }
}
header nav ul.menu-items li a:hover {
  color: #0087CF;
}
header nav ul.menu-items li:last-child,
header nav ul.menu-items li .last {
  font-size: 18px;
  float: right;
  padding-right: 0;
}
@media all and (max-width: 1199px) {
  header nav ul.menu-items li:last-child > a > span > span:first-child,
  header nav ul.menu-items li .last > a > span > span:first-child {
    display: none;
  }
}
header nav .home-slider {
  position: absolute;
  left: 420px;
  right: 0;
  bottom: 0;
  top: 60px;
  background-color: #3C4856;
}
@media all and (max-width: 1500px) {
  header nav .home-slider {
    left: 300px;
  }
}
@media all and (max-width: 1199px) {
  header nav .home-slider {
    left: 190px;
  }
}
@media all and (max-width: 991px) {
  header nav .home-slider {
    position: static;
    float: left;
    clear: left;
    width: 100%;
    overflow: hidden;
  }
}
header nav .home-slider .owl-nav {
  position: absolute;
  right: 30px;
  bottom: 30px;
  color: #fff;
}
header nav .home-slider .owl-nav .owl-prev,
header nav .home-slider .owl-nav .owl-next {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #0087CF;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  font-size: 25px;
  text-align: center;
  opacity: 0.3;
  transition: all 0.3s cubic-bezier(0.45, 0.26, 0, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.45, 0.26, 0, 1);
  -moz-transition: all 0.3s cubic-bezier(0.45, 0.26, 0, 1);
}
header nav .home-slider .owl-nav .owl-prev:hover,
header nav .home-slider .owl-nav .owl-next:hover {
  opacity: 1;
}
header nav .home-slider .owl-stage-outer,
header nav .home-slider .owl-stage,
header nav .home-slider .owl-item {
  height: 100%;
}
@media all and (max-width: 991px) {
  header nav .home-slider .owl-stage-outer,
  header nav .home-slider .owl-stage,
  header nav .home-slider .owl-item {
    height: auto !important;
  }
}
header nav .home-slider .slides {
  height: 100%;
}
@media all and (max-width: 991px) {
  header nav .home-slider .slides {
    height: auto;
  }
}
header nav .home-slider .slides .slide-item {
  height: 100%;
}
@media all and (max-width: 991px) {
  header nav .home-slider .slides .slide-item {
    height: auto;
  }
}
header nav .home-slider .slides .slide-item a {
  display: block;
  position: relative;
  overflow: hidden;
  height: 100%;
}
@media all and (max-width: 991px) {
  header nav .home-slider .slides .slide-item a {
    height: auto;
  }
}
header nav .home-slider .slides .slide-item a img {
  position: absolute;
  top: -9999px;
  right: -9999px;
  left: -9999px;
  bottom: -9999px;
  margin: auto;
  max-width: initial;
  min-height: 100%;
  min-width: 100%;
  width: auto;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
}
@media all and (max-width: 991px) {
  header nav .home-slider .slides .slide-item a img {
    position: static;
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  header nav .home-slider .slides .slide-item a img {
    width: 150%;
  }
}
header .breadcrumb {
  padding: 10px 0;
  background-color: transparent;
  border: none;
  border-radius: 0;
}
header .breadcrumb ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
header .breadcrumb ul li {
  display: inline-block;
  vertical-align: middle;
}
header .breadcrumb ul li:before {
  content: "\f105";
  font-size: 12px;
  line-height: 16px;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  display: inline-block;
  vertical-align: bottom;
  margin: 0 5px;
}
header .breadcrumb ul li.home:before {
  content: none;
}
header .breadcrumb ul li a {
  color: #A0ACBD;
}
header .breadcrumb ul li a:hover {
  color: #0087CF;
}
header .breadcrumb ul li strong {
  color: #3C4856;
}
header .page-title h1 span {
  font-weight: 400;
}
body.categories-list-open header nav .categories .categories-toggle:before {
  content: "\f106";
}
body.categories-list-open header nav .categories > ul {
  opacity: 1;
  visibility: visible;
}
body.home header nav .categories > ul {
  position: relative;
  opacity: 1;
  visibility: visible;
  box-shadow: none;
}
body.home header nav .categories .categories-toggle:before {
  content: none;
}
body.nav-active,
html.nav-active {
  overflow: hidden;
}
body.nav-active header .container-fluid .menu-toggle span,
html.nav-active header .container-fluid .menu-toggle span {
  background-color: #A0ACBD;
}
body.nav-active header .container-fluid .menu-toggle span:first-child,
html.nav-active header .container-fluid .menu-toggle span:first-child {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
}
body.nav-active header .container-fluid .menu-toggle span:first-child + span,
html.nav-active header .container-fluid .menu-toggle span:first-child + span {
  opacity: 0;
}
body.nav-active header .container-fluid .menu-toggle span:first-child + span + span,
html.nav-active header .container-fluid .menu-toggle span:first-child + span + span {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}
body.nav-active header nav ul.menu-items,
html.nav-active header nav ul.menu-items {
  opacity: 1;
  visibility: visible;
  overflow: auto;
}
/*Sticky header*/
body:not(.product) header .navbar-fixed-top {
  position: fixed!important;
  top: 0px;
  width: 100%;
  z-index: 1030;
  transition: all 200ms ease-in 0s;
  transform: translateY(0%);
  background-color: #ffffff;
}
body:not(.product) header nav {
  padding-top: 102px;
}
@media all and (max-width: 991px) {
  body:not(.product) header nav {
    padding-top: 68px;
  }
}
@media all and (max-width: 767px) {
  body:not(.product) header nav {
    padding-top: 65px;
  }
}
/*end header*/
/*footer*/
footer #main-footer .main-footer-wrapper {
  border-top: 2px solid #F2F2F2;
  padding: 20px 0;
  margin-top: 20px;
}
@media all and (max-width: 1199px) {
  footer #main-footer .col-lg-3 {
    margin-bottom: 20px;
  }
  footer #main-footer .col-lg-3:nth-child(2n+1) {
    clear: left;
  }
}
footer #main-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer #main-footer ul a {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #3C4856;
}
footer #main-footer ul a:hover {
  color: #0087CF;
}
footer #bottom-footer {
  background-color: #3C4856;
  padding: 20px 0 40px 0;
  font-size: 12px;
  line-height: 16px;
  color: #fff;
}
footer #bottom-footer p {
  margin: 0;
}
footer #bottom-footer a {
  color: #fff;
}
footer #bottom-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer #bottom-footer ul li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
footer #bottom-footer ul li a {
  color: #fff;
  font-size: 16px;
  line-height: 1;
}
footer #bottom-footer ul li a:hover {
  color: #A0ACBD;
}
/*end footer*/
/*homepage*/
.home-section {
  padding: 20px 0;
}
@media all and (max-width: 767px) {
  .home-section h2 {
    margin-bottom: 0;
  }
}
.home-section#first-banner {
  margin-top: 20px;
}
.home-section.usp .row {
  border-top: 2px solid #F2F2F2;
  border-bottom: 2px solid #F2F2F2;
  padding: 30px 0;
  margin-left: 0;
  margin-right: 0;
}
@media all and (max-width: 991px) {
  .home-section.usp .row .col-sm-6 {
    margin-bottom: 20px;
  }
  .home-section.usp .row .col-sm-6:nth-child(2n+1) {
    clear: left;
  }
}
.home-section.usp .usp-item {
  appearance: none;
  -webkit-appearance: none;
  border: none;
  background-color: transparent;
  position: relative;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  color: #3C4856;
  text-align: left;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.45, 0.26, 0, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.45, 0.26, 0, 1);
  -moz-transition: all 0.3s cubic-bezier(0.45, 0.26, 0, 1);
}
.home-section.usp .usp-item:hover {
  /*opacity: 0.5;*/
}
.home-section.usp .usp-item:focus {
  outline: none;
}
.home-section.usp .usp-item .custom-tooltip {
  border: 1px solid #F2F2F2;
  padding: 13.33333333px 20px;
  background-color: #fff;
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 10;
  min-width: 220px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  box-shadow: 1px 1px 20px 0px rgba(0, 0, 0, 0.14);
  opacity: 0;
  visibility: hidden;
  margin-top: 20px;
  transition: all 0.3s cubic-bezier(0.45, 0.26, 0, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.45, 0.26, 0, 1);
  -moz-transition: all 0.3s cubic-bezier(0.45, 0.26, 0, 1);
}
.home-section.usp .usp-item .custom-tooltip:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #ffffff transparent;
}
.home-section.usp .usp-item .custom-tooltip p {
  display: block;
  margin-bottom: 5px;
}
.home-section.usp .usp-item .custom-tooltip p:last-child {
  margin-bottom: 0;
}
.home-section.usp .usp-item .custom-tooltip a {
  font-weight: 600;
}
.home-section.usp .usp-item:hover .custom-tooltip {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.home-section.usp .usp-item > p {
  width: calc(100% - 55px);
  padding-left: 10px;
}
.home-section.usp img {
  width: 55px;
}
.home-section.usp img,
.home-section.usp p {
  display: inline-block;
  vertical-align: middle;
  margin: 0 -2px;
}
.home-section#newsletter {
  padding: 20px 0;
}
.home-section#newsletter .newsletter-wrapper {
  background-image: url("../img/envelope.jpg");
  background-position: 90% center;
  background-repeat: no-repeat;
  background-size: 262px 157px;
  border-top: 2px solid #F2F2F2;
  padding: 20px 0;
}
@media all and (max-width: 1199px) {
  .home-section#newsletter .newsletter-wrapper {
    background-position: right center;
  }
}
@media all and (max-width: 991px) {
  .home-section#newsletter .newsletter-wrapper {
    background-position: right 20px;
  }
}
.home-section#newsletter .newsletter-wrapper h3 {
  margin-bottom: 0;
}
.home-section#newsletter .newsletter-wrapper #newsletter-form {
  margin-top: 20px;
  margin-bottom: 20px;
  max-width: 800px;
}
.home-section#newsletter .newsletter-wrapper #newsletter-form + * {
  max-width: 800px;
}
@media all and (max-width: 991px) {
  .home-section#newsletter .newsletter-wrapper #newsletter-form .newsletter-form-element {
    margin-bottom: 10px;
  }
}
.home-section#newsletter .newsletter-wrapper #newsletter-form .btn {
  width: 100%;
}
/*sidebar*/
#sidebar {
  padding-right: 10px;
  margin-bottom: 10px;
}
#sidebar .sidebar-links {
  list-style: none;
  margin: 0;
  padding: 0;
}
#sidebar .sidebar-links li > a {
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  color: #3C4856;
  display: block;
  background-color: #E4F6FF;
  padding: 15.03759398px 20px;
  padding-right: 40px;
  border-top: 2px solid #fff;
  position: relative;
}
#sidebar .sidebar-links li > a:after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -10px;
}
#sidebar .sidebar-links li > a:hover {
  background-color: #0087CF;
  color: #fff;
}
#sidebar .sidebar-links li > a.active {
  background-color: #0087CF;
  color: #fff;
}
#sidebar .sidebar-links li > a.active:after {
  content: none;
}
#sidebar .sidebar-links li > a.expanded {
  background-color: #ABDBF3;
  color: #3C4856;
}
#sidebar .sidebar-links li > a.expanded:after {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
}
#sidebar .sidebar-links li > a + ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 2px solid #fff;
}
#sidebar .sidebar-links li > a + ul > li > a {
  padding-left: 40px;
}
#sidebar .sidebar-links li:first-child > a {
  border-top: none;
}
@media all and (max-width: 991px) {
  #sidebar .sidebar-links.dynamic {
    position: fixed !important;
    top: auto !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0;
    z-index: 100;
    width: auto !important;
    max-width: 100%;
    max-height: 100% !important;
    overflow: auto;
    background-color: #fff;
  }
}
@media all and (max-width: 991px) {
  #sidebar .sidebar-links.dynamic > li {
    display: none;
  }
}
#sidebar .sidebar-links.dynamic > li.mobile-view {
  background-color: #3C4856;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media all and (max-width: 991px) {
  #sidebar .sidebar-links.dynamic > li.mobile-view {
    display: block;
  }
}
#sidebar .sidebar-links.dynamic > li.mobile-view:after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  float: right;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  position: absolute;
  right: 15px;
}
#sidebar .sidebar-links.dynamic > li > a {
  padding: 12px 20px;
  font-size: 14px;
  line-height: 1;
  background-color: #0087CF;
  color: #fff;
}
@media all and (max-width: 991px) {
  #sidebar .sidebar-links.dynamic > li > a {
    font-size: 15px;
    paddinng: 13.33333333px 20px;
  }
}
#sidebar .sidebar-links.dynamic > li > a:after {
  content: none;
}
#sidebar .sidebar-links.dynamic > li > a + ul > li > a {
  font-size: 13px;
  line-height: 1;
  font-weight: 400;
  color: #000;
  padding: 6px 20px;
  padding-right: 30px;
}
@media all and (max-width: 991px) {
  #sidebar .sidebar-links.dynamic > li > a + ul > li > a {
    font-size: 15px;
    padding: 10px 20px;
  }
}
#sidebar .sidebar-links.dynamic > li > a + ul > li > a:after {
  content: none;
}
#sidebar .sidebar-links.dynamic > li > a + ul > li > a:hover,
#sidebar .sidebar-links.dynamic > li > a + ul > li > a.expanded {
  background-color: #ABDBF3;
  color: #000;
  font-weight: 600;
}
#sidebar .sidebar-links.dynamic > li > a + ul > li > a.expanded:after {
  content: "\f105";
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  margin-top: -7px;
}
#sidebar .sidebar-links.dynamic.sticky {
  position: fixed;
  top: 15px;
  max-height: calc(100% - 30px);
  overflow: auto;
}
#sidebar .sidebar-links.dynamic.mobile-nav-opened {
  height: 100% !important;
}
@media all and (max-width: 991px) {
  #sidebar .sidebar-links.dynamic.mobile-nav-opened {
    padding-top: 30px;
  }
}
@media all and (max-width: 991px) {
  #sidebar .sidebar-links.dynamic.mobile-nav-opened > li {
    display: block;
  }
}
#sidebar .sidebar-links.dynamic.mobile-nav-opened > li.mobile-view {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
}
#sidebar .sidebar-links.dynamic.mobile-nav-opened > li.mobile-view:after {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
}
#sidebar .filters a.reset {
  font-size: 18px;
  line-height: 1;
  color: #3C4856;
  font-weight: 600;
  text-transform: none;
  display: block;
  background-color: #F8F8F8;
  padding: 20px;
  border-top: 2px solid #fff;
}
#sidebar .filters a.reset:hover {
  background-color: #A0ACBD;
}
#sidebar .filters a.reset:after {
  content: "\f00d";
  font-family: "Font Awesome 5 Free";
  float: right;
  color: #DA251D;
}
#sidebar .filters .filter-list {
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #F8F8F8;
  border-top: 2px solid #fff;
  padding: 0 20px;
}
#sidebar .filters .filter-list h4 {
  margin: 0;
}
#sidebar .filters .filter-list h4 a {
  font-size: 18px;
  line-height: 1;
  color: #3C4856;
  font-weight: 600;
  text-transform: none;
  display: block;
}
#sidebar .filters .filter-list h4 a:before {
  content: "\f106";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  float: right;
}
#sidebar .filters .filter-list h4 a.collapsed:before {
  content: "\f107";
}
#sidebar .filters .filter-list input[type="search"] {
  border-color: #A0ACBD;
  border-radius: 3px;
  background-color: #F8F8F8;
  padding: 10px 13.33333333px;
  margin-top: 13.33333333px;
}
#sidebar .filters .filter-list input[type="search"]:focus,
#sidebar .filters .filter-list input[type="search"]:active {
  background-color: #fff;
}
#sidebar .filters .filter-list > li {
  border-top: 2px solid #fff;
  padding: 20px;
  margin-left: -20px;
  margin-right: -20px;
}
#sidebar .filters .filter-list > li:first-child {
  border-top: none;
}
#sidebar .filters .filter-list ol.filter-items {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-top: 10px;
}
#sidebar .filters .filter-list ol.filter-items > li {
  -webkit-user-select: none;
  /* Safari 3.1+ */
  -moz-user-select: none;
  /* Firefox 2+ */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Standard syntax */
  display: block;
  padding: 4px 0;
}
#sidebar .filters .filter-list ol.filter-items > li input {
  display: inline-block;
  vertical-align: middle;
}
#sidebar .filters .filter-list ol.filter-items > li label {
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: #3C4856;
  cursor: pointer;
  margin: 0;
  margin-top: 3px;
  margin-left: 5px;
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 30px);
}
#sidebar .filters .filter-list ol.filter-items > li label i {
  font-style: normal;
}
#sidebar .filters .filter-list ol.filter-items > li.see-more a {
  color: #0087CF;
  font-weight: 600;
  text-decoration: underline;
}
#sidebar .filters .filter-list ol.filter-items > li.see-more a:hover {
  color: #3C4856;
}
#sidebar .filters .filter-list ol.filter-items > li.see-more:after {
  content: none;
}
/*end sidebar*/
/*product page*/
body.product .page-title h1 {
  margin-bottom: 0;
}
body.product .page-title + p {
  margin-top: 10px;
  margin-bottom: 30px;
}
body.product .page-title + p .review-stars i {
  font-size: 20px;
}
body.product .page-title + p a {
  font-size: 18px;
  line-height: 20px;
  color: #3C4856;
  text-decoration: underline;
  margin-left: 20px;
}
body.product .page-title + p a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 20px;
  background-color: #3C4856;
  margin-right: 20px;
}
body.product .page-title + p a:hover {
  color: #0087CF;
}
body.product .product-gallery {
  /*width: ~"calc(100% - 100px)";*/
  float: left;
  overflow: hidden;
}
body.product .product-gallery img {
  max-width: 100%;
}
@media all and (max-width: 991px) {
  body.product .product-gallery {
    text-align: center;
    float: none;
  }
}
body.product .product-gallery .product-main-photo {
  width: 460px;
  height: 460px;
  line-height: 460px;
  text-align: center;
  float: right;
  border: 2px solid #F2F2F2;
  border-radius: 15px;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.45, 0.26, 0, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.45, 0.26, 0, 1);
  -moz-transition: all 0.3s cubic-bezier(0.45, 0.26, 0, 1);
}
body.product .product-gallery .product-main-photo:hover {
  border-color: #0087CF;
}
@media all and (max-width: 1199px) {
  body.product .product-gallery .product-main-photo {
    width: 400px;
    height: 400px;
    line-height: 400px;
  }
}
@media all and (max-width: 991px) {
  body.product .product-gallery .product-main-photo {
    float: none;
    display: inline-block;
    vertical-align: top;
  }
}
@media all and (max-width: 767px) {
  body.product .product-gallery .product-main-photo {
    width: 100%;
    height: auto;
  }
}
body.product .product-gallery .product-main-photo a {
  display: block;
}
body.product .product-gallery .product-thumbs {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 120px;
  float: left;
  padding-right: 20px;
}
@media all and (max-width: 991px) {
  body.product .product-gallery .product-thumbs {
    width: auto;
    float: none;
    display: inline-block;
    vertical-align: top;
    padding-right: 0;
    padding-left: 20px;
  }
}
@media all and (max-width: 767px) {
  body.product .product-gallery .product-thumbs {
    display: none;
  }
}
body.product .product-gallery .product-thumbs li {
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  margin-top: 20px;
  border: 2px solid #F2F2F2;
  border-radius: 15px;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.45, 0.26, 0, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.45, 0.26, 0, 1);
  -moz-transition: all 0.3s cubic-bezier(0.45, 0.26, 0, 1);
  display: none;
}
body.product .product-gallery .product-thumbs li:hover {
  border-color: #0087CF;
}
body.product .product-gallery .product-thumbs li:first-child {
  margin-top: 0;
  display: block;
}
body.product .product-gallery .product-thumbs li:first-child + li {
  display: block;
}
body.product .product-gallery .product-thumbs li:first-child + li + li {
  display: block;
}
body.product .product-gallery .product-thumbs li:first-child + li + li + li {
  display: block;
}
body.product .product-gallery .product-thumbs li:first-child + li + li + li > a {
  height: 100%;
  position: relative;
}
body.product .product-gallery .product-thumbs li:first-child + li + li + li > a:before {
  content: "Vezi mai multe";
  line-height: 13px;
  text-align: center;
  font-weight: 600;
  padding: 10px;
  padding-top: 30px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.9);
}
body.product .product-gallery .product-thumbs li:first-child + li + li + li > a:after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  line-height: 1;
  position: absolute;
  left: 50%;
  bottom: 20px;
  margin-left: -4.5px;
}
body.product .product-gallery .product-thumbs li:first-child + li + li + li > a:hover {
  color: #0087CF;
}
@media all and (max-width: 1199px) {
  body.product .product-gallery .product-thumbs li {
    width: 85px;
    height: 85px;
    line-height: 85px;
  }
}
body.product .product-gallery .product-thumbs li a {
  display: block;
}
body.product .product-gallery + .product-labels {
  /*display: none;*/
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 17px;
  left: auto;
}
@media all and (max-width: 1199px) {
  body.product .product-gallery + .product-labels {
    right: 10px;
  }
}
@media all and (max-width: 991px) {
  body.product .product-gallery + .product-labels {
    position: static;
    display: block;
    width: 100%;
    text-align: center;
  }
}
body.product .product-gallery + .product-labels li {
  text-align: center;
  width: 70px !important;
  min-width: initial !important;
}
@media all and (max-width: 1199px) {
  body.product .product-gallery + .product-labels li {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
  }
}
@media all and (max-width: 991px) {
  body.product .product-gallery + .product-labels li {
    display: inline-block;
    vertical-align: middle;
    width: auto !important;
  }
}
@media all and (max-width: 767px) {
  body.product .product-gallery + .product-labels li {
    font-size: 14px;
    line-height: 1;
  }
}
@media all and (max-width: 991px) {
  body.product .product-info {
    margin-top: 20px;
  }
}
body.product .product-info .product-meta {
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: 600;
  margin-bottom: 10px;
}
body.product .product-info .product-main {
  background-color: #F8F8F8;
  padding: 20px;
  margin-bottom: 20px;
}
body.product .product-info .product-main .price {
  font-size: 30px;
  line-height: 35px;
  font-weight: 800;
  margin: 0;
}
body.product .product-info .product-main .old-price {
  margin: 0;
}
body.product .product-info .product-main .old-price > span:first-child {
  text-decoration: line-through;
}
body.product .product-info .product-main .product-options {
  padding: 20px 0;
}
body.product .product-info .product-main .product-options .form-group {
  margin: 0;
  margin-top: 10px;
}
body.product .product-info .product-main .product-options .form-group:first-child {
  margin-top: 0;
}
body.product .product-info .product-main .product-options .form-group input {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}
body.product .product-info .product-main .add {
  display: inline-block;
  vertical-align: middle;
  background-color: #0087CF;
  padding: 13.33333333px 20px;
  padding-right: 120px;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  border-radius: 15px;
  position: relative;
  transition: all 0.3s cubic-bezier(0.45, 0.26, 0, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.45, 0.26, 0, 1);
  -moz-transition: all 0.3s cubic-bezier(0.45, 0.26, 0, 1);
}
@media all and (max-width: 767px) {
  body.product .product-info .product-main .add {
    width: 100%;
  }
}
body.product .product-info .product-main .add .cart-icon {
  display: block;
  width: 45px;
  background-image: url('../img/icons/cart.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-color: #DA251D;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-left: 3px solid #fff;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all 0.3s cubic-bezier(0.45, 0.26, 0, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.45, 0.26, 0, 1);
  -moz-transition: all 0.3s cubic-bezier(0.45, 0.26, 0, 1);
}
body.product .product-info .product-main .add:hover {
  padding-left: 30px;
}
body.product .product-info .product-main .add:hover .cart-icon {
  background-color: transparent;
}
body.product .product-info .product-highlights {
  list-style: none;
  margin: 0;
  padding: 0;
  padding: 5px 0;
}
body.product .product-info .product-highlights li {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 15px;
  font-weight: 600;
}
body.product .product-info .product-highlights li:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  vertical-align: 2px;
  margin-right: 5px;
  width: 15px;
  height: 15px;
  font-size: 10px;
  line-height: 15px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background-color: #A7CE39;
  border-radius: 50%;
}
body.product .product-info .product-highlights li a {
  font-weight: 600;
}
body.product .product-info .product-actions {
  list-style: none;
  margin: 0;
  padding: 0;
  display: table;
  width: 100%;
  margin-top: 40px;
}
@media all and (max-width: 1199px) {
  body.product .product-info .product-actions {
    margin-top: 10px;
  }
}
@media all and (max-width: 991px) {
  body.product .product-info .product-actions {
    margin-top: 20px;
    display: block;
  }
}
body.product .product-info .product-actions li {
  display: table-cell;
  vertical-align: middle;
}
@media all and (max-width: 991px) {
  body.product .product-info .product-actions li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
  }
  body.product .product-info .product-actions li:first-child {
    margin-left: 0;
  }
}
body.product .product-info .product-actions li a {
  display: block;
  line-height: 24px;
  color: #A0ACBD;
}
body.product .product-info .product-actions li a i {
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #A0ACBD;
  border-radius: 2px;
}
body.product .product-info .product-actions li a:hover {
  color: #3C4856;
}
body.product .product-info .product-actions li a:hover i {
  border-color: #3C4856;
}
body.product .similar-products-wrapper {
  margin-top: 40px;
  margin-bottom: 0;
}
body.product .similar-products-wrapper h2 {
  margin-top: 0;
}
body.product .similar-products-wrapper .similar-products {
  list-style: none;
  margin: 0;
  padding: 0;
}
body.product .similar-products-wrapper .similar-products > li {
  display: table;
  width: 100%;
  border: 2px solid #F2F2F2;
  border-radius: 15px;
  padding: 10px 20px;
  margin-top: 10px;
}
body.product .similar-products-wrapper .similar-products > li:first-child {
  margin-top: 0;
}
body.product .similar-products-wrapper .similar-products > li > * {
  display: table-cell;
  vertical-align: middle;
}
body.product .similar-products-wrapper .similar-products > li .product-photo {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
}
body.product .similar-products-wrapper .similar-products > li .product-photo img {
  max-width: 100%;
  max-height: 100%;
}
body.product .similar-products-wrapper .similar-products > li .product-title {
  max-width: 350px;
  padding: 0 20px;
}
body.product .similar-products-wrapper .similar-products > li .product-title h4 {
  text-transform: none;
  font-weight: 600;
}
body.product .similar-products-wrapper .similar-products > li .product-title h4 a {
  color: #3C4856;
}
body.product .similar-products-wrapper .similar-products > li .product-title h4 a:hover {
  color: #0087CF;
}
body.product .similar-products-wrapper .similar-products > li .product-price {
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
body.product .similar-products-wrapper .similar-products > li .product-actions {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
}
@media all and (max-width: 1199px) {
  body.product .similar-products-wrapper .similar-products > li .product-actions {
    margin-top: 10px;
  }
}
@media all and (max-width: 991px) {
  body.product .similar-products-wrapper .similar-products > li .product-actions {
    margin-top: 20px;
    display: block;
  }
}
body.product .similar-products-wrapper .similar-products > li .product-actions li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}
body.product .similar-products-wrapper .similar-products > li .product-actions li a {
  display: block;
  line-height: 24px;
  color: #A0ACBD;
}
body.product .similar-products-wrapper .similar-products > li .product-actions li a i {
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #A0ACBD;
  border-radius: 2px;
}
body.product .similar-products-wrapper .similar-products > li .product-actions li a:hover {
  color: #3C4856;
}
body.product .similar-products-wrapper .similar-products > li .product-actions li a:hover i {
  border-color: #3C4856;
}
body.product .product-description #product-description-header {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0087cf+0,41b1ed+100 */
  background: #0087cf;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #0087cf 0%, #41b1ed 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #0087cf 0%, #41b1ed 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #0087cf 0%, #41b1ed 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0087cf', endColorstr='#41b1ed', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  border-radius: 15px;
  margin-top: 20px;
}
@media all and (max-width: 767px) {
  body.product .product-description #product-description-header {
    display: none;
  }
}
body.product .product-description #product-description-header ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: table;
  width: 100%;
}
body.product .product-description #product-description-header ul li {
  display: table-cell;
  vertical-align: top;
}
body.product .product-description #product-description-header ul li a {
  color: #fff;
  font-weight: 600;
  text-align: center;
  padding: 20px;
  display: block;
}
body.product .product-description #product-description-header ul li a.active,
body.product .product-description #product-description-header ul li a:hover {
  background-color: #0087CF;
}
@media all and (max-width: 1199px) {
  body.product .product-description #product-description-header ul li a {
    padding: 20px 0;
  }
}
@media all and (max-width: 991px) {
  body.product .product-description #product-description-header ul li a {
    font-size: 12px;
  }
}
body.product .product-description #product-description-header:not(.fixed) .container {
  width: 100%;
}
body.product .product-description #product-description-header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  margin-top: 0;
  border-radius: 0;
}
body.product .product-description .product-section {
  overflow: hidden;
  padding: 20px 0;
  margin-top: 20px;
  border-top: 2px solid #F2F2F2;
}
body.product .product-description .product-section .product-section-wrapper {
  height: 145px;
  overflow: hidden;
  position: relative;
  transition: all 0.3s cubic-bezier(0.45, 0.26, 0, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.45, 0.26, 0, 1);
  -moz-transition: all 0.3s cubic-bezier(0.45, 0.26, 0, 1);
}
body.product .product-description .product-section .product-section-wrapper:before {
  content: "";
  display: block;
  height: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  background: linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  transition: all 0.3s cubic-bezier(0.45, 0.26, 0, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.45, 0.26, 0, 1);
  -moz-transition: all 0.3s cubic-bezier(0.45, 0.26, 0, 1);
}
body.product .product-description .product-section .product-section-wrapper.expanded {
  height: 100%;
}
body.product .product-description .product-section .product-section-wrapper.expanded:before {
  opacity: 0;
}
body.product .product-description .product-section .product-section-wrapper iframe {
  max-width: 100%;
  margin-bottom: 20px;
  margin-top: 10px;
}
body.product .product-description .product-section .product-section-wrapper + .see-more {
  margin-top: 20px;
  display: block;
}
body.product .product-description .product-section .product-section-wrapper + .see-more.expanded:before {
  content: "";
}
body.product .product-description .product-section#description .product-section-wrapper {
  max-width: 880px;
}
body.product .product-description .product-section#documentation .documentation-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
body.product .product-description .product-section#documentation .documentation-list li {
  padding: 5px 0;
}
body.product .product-description .product-section#documentation .documentation-list li a {
  display: block;
  font-weight: 700;
}
body.product .product-description .product-section#documentation .documentation-list li a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 5px;
  width: 18px;
  height: 21px;
  background-size: 18px 21px;
  background-repeat: no-repeat;
  background-position: center center;
}
body.product .product-description .product-section#documentation .documentation-list li a[href*="pdf"]:before {
  background-image: url('../img/icons/pdf-icon.png');
}
body.product .product-description .product-section#documentation .documentation-list li a[href*="doc"]:before {
  background-image: url('../img/icons/doc-icon.png');
}
body.product .product-description .product-section#documentation .documentation-list li a[href*="jpg"]:before {
  background-image: url('../img/icons/jpg-icon.png');
}
body.product .product-description .product-section#reviews .review-stars i {
  font-size: 20px;
}
body.product .product-description .product-section#reviews .review-summary strong {
  font-size: 30px;
  line-height: 1;
  font-weight: 800;
}
body.product .product-description .product-section#reviews .reviews-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
body.product .product-description .product-section#reviews .reviews-list li {
  border-top: 2px solid #F2F2F2;
  padding: 20px 0;
  margin-top: 20px;
}
body.product .product-description .product-section#reviews .reviews-list li:first-child {
  border-top: none;
}
body.product .product-description .product-section#reviews .reviews-list li .author strong {
  margin-right: 10px;
}
body.product .product-description .product-section#related {
  overflow: visible;
}
@media all and (max-width: 991px) {
  body.product .product-description .product-section#related {
    overflow: hidden;
  }
}
.pagination > li {
  margin-right: 5px;
  display: inline-block;
  vertical-align: top;
}
.pagination > li > a {
  border: 1px solid #F2F2F2;
  border-radius: 15px !important;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  color: #A0ACBD;
  font-weight: 400;
  padding: 12px 0;
  width: 40px;
}
.pagination > li.active > a {
  background-color: #0087CF;
}
/*end product page*/
/*account page*/
body.account #sidebar .sidebar-links li > a.active {
  background-color: #0087CF;
  color: #fff;
}
body.account h2 {
  margin-top: 0;
  margin-bottom: 20px;
}
body.account .btn {
  margin-bottom: 40px;
}
body.account .btn:after {
  content: '';
}
body.account .account-section {
  background-color: #F8F8F8;
  padding: 10px;
  line-height: 1.5;
  margin-bottom: 20px;
}
body.account .account-section.delete-account {
  margin-bottom: 80px;
}
body.account .account-section span {
  display: block;
  margin-bottom: 5px;
}
body.account .account-section a {
  font-weight: 700;
}
@media all and (max-width: 767px) {
  body.account .account-section {
    padding-top: 40px;
  }
}
body.account form input,
body.account form select {
  border: 1px solid #A0ACBD;
  margin-bottom: 20px;
}
body.account form button {
  width: 40%;
}
body.account .account-listing .account-entry {
  position: relative;
}
body.account .account-listing .account-entry .entry-links {
  position: absolute;
  font-weight: 600;
  top: 0;
  right: 0;
  padding: 13.33333333px 0;
}
body.account .account-listing .account-entry .entry-links a {
  margin-right: 13.33333333px;
}
/*end account page*/
/*checkout*/
.checkout #sidebar {
  padding: 0;
}
.checkout .order-overview .order-details {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -20px;
  margin-right: -20px;
  padding: 10px 20px;
  border-top: 2px solid #fff;
}
.checkout .order-overview .order-details li {
  overflow: hidden;
}
.checkout .order-overview .order-details li > * {
  float: left;
}
.checkout .order-overview .order-details li > *:first-child {
  width: 95px;
}
.checkout .order-overview .order-total {
  margin-left: -20px;
  margin-right: -20px;
  padding: 20px;
  border-top: 2px solid #fff;
}
.checkout .order-overview .order-total strong {
  display: block;
  margin: 0;
}
.checkout .order-overview .order-actions {
  margin-left: -20px;
  margin-right: -20px;
  padding: 20px;
  padding-bottom: 0;
  border-top: 2px solid #fff;
}
.checkout.steps header .container-fluid {
  border-bottom: 1px solid #F2F2F2;
}
.checkout.steps header .container-fluid .top-links {
  width: 200px;
}
@media all and (max-width: 1500px) {
  .checkout.steps header .container-fluid .top-links {
    width: 150px;
  }
}
.checkout.steps header .container-fluid .top-links li:first-child {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  float: none;
}
.checkout.steps .box {
  margin-bottom: 20px;
}
.checkout.steps #login .btn.bordered,
.checkout.steps #register .btn.bordered {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}
.checkout.steps #card-in-rate .plata-card-in-rate {
  margin: -10px -30px;
}
.checkout.steps #plata-in-magazin .shop-select .form-group {
  float: left;
  width: calc(100% - 140px);
  padding-right: 20px;
}
@media all and (max-width: 991px) {
  .checkout.steps #plata-in-magazin .shop-select .form-group {
    width: 100%;
    padding-right: 0;
  }
}
.checkout.steps #plata-in-magazin .shop-select #change-shop {
  font-weight: 600;
  margin-top: 10px;
}
.checkout.steps #plata-in-magazin .shop-select #change-shop:after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  margin-left: 5px;
}
.checkout.steps #plata-in-magazin .shop-select #change-shop[aria-expanded="true"]:after {
  content: "\f106";
}
@media all and (max-width: 991px) {
  .checkout.steps #plata-in-magazin .shop-select #change-shop {
    float: none !important;
    width: 100%;
    display: block;
  }
}
.checkout.steps #plata-in-magazin #select-new-shop {
  padding: 20px 30px;
  margin-left: -30px;
  margin-right: -30px;
  border-top: 2px solid #F2F2F2;
}
.checkout.steps #plata-in-magazin #select-new-shop .btn {
  display: block;
  margin-top: 3px;
}
@media all and (max-width: 991px) {
  .checkout.steps #plata-in-magazin #select-new-shop .btn {
    margin-top: 0;
  }
}
@media all and (max-width: 991px) {
  .checkout.steps #plata-in-magazin #select-new-shop br {
    display: none;
  }
}
.checkout.steps #order-final .h1 {
  margin-bottom: 10px;
}
.checkout.steps #order-final .form-group {
  margin-bottom: 10px;
}
.checkout.steps #order-final .btn {
  margin-top: 20px;
}
/*end checkout*/
/*manufacturers*/
body.manufacturers #main-content ul.manufacturers-index {
  list-style: none;
  margin: 0;
  padding: 0;
  display: table;
  width: 100%;
  margin-bottom: 40px;
}
@media all and (max-width: 767px) {
  body.manufacturers #main-content ul.manufacturers-index {
    margin-left: -10px;
    margin-right: -10px;
    width: auto;
  }
}
body.manufacturers #main-content ul.manufacturers-index li {
  display: table-cell;
  vertical-align: middle;
}
@media all and (max-width: 767px) {
  body.manufacturers #main-content ul.manufacturers-index li {
    display: inline-block;
    vertical-align: middle;
  }
}
body.manufacturers #main-content ul.manufacturers-index li a {
  display: block;
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  color: #A0ACBD;
}
@media all and (max-width: 767px) {
  body.manufacturers #main-content ul.manufacturers-index li a {
    padding: 5px 10px;
  }
}
body.manufacturers #main-content ul.manufacturers-index li a:hover {
  color: #0087CF;
}
body.manufacturers #main-content .manufacturers-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body.manufacturers #main-content .manufacturers-list > ul {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 40px;
}
body.manufacturers #main-content .manufacturers-list > ul > li {
  display: block;
  width: 100%;
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
}
body.manufacturers #main-content .manufacturers-list > ul > li > ul {
  column-count: 3;
  column-gap: 30px;
  -webkit-column-count: 3;
  -webkit-column-gap: 30px;
  margin-top: 10px;
}
@media all and (max-width: 991px) {
  body.manufacturers #main-content .manufacturers-list > ul > li > ul {
    column-count: 2;
    -webkit-column-count: 2;
  }
}
@media all and (max-width: 550px) {
  body.manufacturers #main-content .manufacturers-list > ul > li > ul {
    column-count: 1;
    -webkit-column-count: 1;
  }
}
body.manufacturers #main-content .manufacturers-list > ul > li > ul a {
  font-size: 14px;
  line-height: 1;
  color: #3C4856;
  font-weight: 400;
  display: block;
  padding: 5px 0;
}
body.manufacturers #main-content .manufacturers-list > ul > li > ul a:hover {
  color: #0087CF;
}
/*end manufacturers*/
/*Blog slider*/
.news-slider.owl-carousel {
  display: block;
}
.news-slider.owl-carousel .row {
  position: relative;
}
.news-slider.owl-carousel .col-xs-12 {
  padding: 0;
  width: 100% !important;
}
@media (max-width: 991px) {
  .news-slider.owl-carousel .owl-item {
    width: 300px !important;
  }
}
.news-slider.owl-carousel .owl-prev,
.news-slider.owl-carousel .owl-next {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  padding: 10px;
  transition: all 0.3s cubic-bezier(0.45, 0.26, 0, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.45, 0.26, 0, 1);
  -moz-transition: all 0.3s cubic-bezier(0.45, 0.26, 0, 1);
}
.news-slider.owl-carousel .owl-prev {
  left: -30px;
}
.news-slider.owl-carousel .owl-next {
  right: -30px;
}
.post-slide {
  position: relative;
  background: #fff;
  border: 2px solid #F2F2F2;
  border-radius: 15px;
}
.post-slide .post-img {
  position: relative;
  overflow: hidden;
}
.post-slide .post-img img {
  width: 100%;
  height: auto;
  border-radius: 15px 15px 0 0;
}
.post-slide .post-link {
  margin: 0;
  padding: 0;
  position: relative;
  top: 45%;
  text-align: center;
}
.post-slide .post-link li {
  display: inline-block;
  list-style: none;
  margin-right: 20px;
}
.post-slide .post-link li a {
  color: #fff;
  font-size: 20px;
}
.post-slide .post-link li a:hover {
  color: #ff8b3d;
  text-decoration: none;
}
.post-slide .post-content {
  padding: 20px;
}
.post-slide .post-title {
  margin: 0 0 20px 0;
  min-height: 65px;
}
.post-slide .post-title a {
  font-size: 14px;
  line-height: 19px;
  font-weight: 600;
  padding: 0;
  margin: 20px 0;
  height: 76px;
  overflow: hidden;
}
.post-slide .post-title a:hover {
  text-decoration: none;
  color: #3C4856;
}
.post-slide .post-description {
  font-size: 14px;
  line-height: 19px;
  color: #3C4856;
}
.post-slide .read-more {
  color: #0087CF;
  font-size: 14px;
  font-weight: 600;
  position: relative;
}
.post-slide .read-more:hover {
  color: #3C4856;
}
.post-slide .read-more:after {
  content: "\f101";
  font-family: "Font Awesome 5 Free";
  position: relative;
  transition: all 0.3s ease;
  margin-left: 10px;
  top: 2px;
}
