.main-menu .mega-dropdown-menu,
.menu-item .sub-menu,
.rtl .custom-select:focus,
.second-header .cart-menu .closed-div .close-btn,
[dir="rtl"] .custom-select:focus {
  -webkit-box-shadow: 0px 10px 18px rgba(255, 128, 176, 0.2);
  -o-box-shadow: 0px 10px 18px rgba(255, 128, 176, 0.2);
  box-shadow: 0px 10px 18px rgba(255, 128, 176, 0.2);
}
.address-list .radio-btn label,
.btn,
.btn-main,
.btn-transparent,
.card,
.card .card-title,
.card .hover-item img,
.cart-block .counter-div .inner-inputs span,
.col-list a,
.contact-list .contact-link .icon,
.contact-list .contact-link:hover .icon,
.custom-checkbox .custom-control-label:before,
.list-status .status .circle:after,
.list-status .status:after,
.menu-item .menu-link:before,
.menu-item .sub-menu ul,
.menu-wrapper,
.product-img .form-inline,
.product-img .form-inline .btn,
.product-img:hover .form-inline,
.product-show-text .counter-div .inner-inputs span,
.radio input[type="radio"] + .radio-label:before,
.rate-stars .static-stars label.star,
.rtl .custom-select,
.second-header .cart-menu ul li,
.second-header .dropdown .dropdown-content .search-result,
.second-row .div-more .btn-danger,
.table .btn-grey,
.white-arrows .slick-next,
.white-arrows .slick-next:focus,
.white-arrows .slick-next:hover,
.white-arrows .slick-prev,
.white-arrows .slick-prev:focus,
.white-arrows .slick-prev:hover,
[dir="rtl"] .custom-select,
[dir="rtl"] .slick-next,
[dir="rtl"] .slick-next:focus,
[dir="rtl"] .slick-next:hover,
[dir="rtl"] .slick-prev,
[dir="rtl"] .slick-prev:focus,
[dir="rtl"] .slick-prev:hover,
a,
a:focus,
a:hover,
footer .footer-link a,
footer .footer-link a:hover,
footer .footer-social li a:hover span {
  -webkit-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
}
@font-face {
  font-family: "Din-next-light";
  src: url("../fonts/DinNextLight.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Din-next-medium";
  src: url("../fonts/DinNextMedium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Din-next-regular";
  src: url("../fonts/DinNextRegular.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
* ::-webkit-input-placeholder {
  color: #bebebe;
  font-size: 14px;
  font-family: "Din-next-medium";
}
* ::-moz-placeholder {
  color: #bebebe;
  font-size: 14px;
  font-family: "Din-next-medium";
}
* :-ms-input-placeholder {
  color: #bebebe;
  font-size: 14px;
  font-family: "Din-next-medium";
}
* ::-ms-input-placeholder {
  color: #bebebe;
  font-size: 14px;
  font-family: "Din-next-medium";
}
* ::placeholder {
  color: #bebebe;
  font-size: 14px;
  font-family: "Din-next-medium";
}
html {
  overflow-x: hidden !important;
}
body {
  font-family: "Din-next-regular";
  color: #6b6b6b;
  padding: 0 !important;
  overflow-x: hidden;
  font-size: 14px;
  line-height: 24px;
  text-align: right;
  min-height: 100vh;
}
body::-webkit-scrollbar {
  width: 8px;
}
body::-webkit-scrollbar-thumb {
  background-color: #858270;
  outline: 1px solid #858270;
  border-radius: 2px;
}
a {
  color: inherit;
}
a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
  outline: none;
}
.btn.focus,
.btn:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
ul {
  padding: 0;
}
.rtl .list-inline,
.rtl .list-unstyled,
.rtl .pagination,
[dir="rtl"] .list-inline,
[dir="rtl"] .list-unstyled,
[dir="rtl"] .pagination {
  padding: 0;
}
.ltr .list-inline,
.ltr .list-unstyled,
.ltr .pagination,
[dir="ltr"] .list-inline,
[dir="ltr"] .list-unstyled,
[dir="ltr"] .pagination {
  padding: 0;
}
section {
  padding: 30px 0;
  overflow: hidden;
}
b,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Din-next-medium";
}
b {
  font-family: "Din-next-medium";
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.form-group {
  position: relative;
  margin-bottom: 0;
}
.form-group:not(:last-of-type) {
  margin-bottom: 25px;
}
.control-label {
  color: #6b6b6b;
  margin-bottom: 15px;
  font-family: "Din-next-regular";
}
.form-control {
  border: 1px solid #d4d4d4;
  color: #bebebe;
  caret-color: #070707;
  position: relative;
  text-align: right;
  border-radius: 5px;
  height: 52px;
  padding-right: 12px;
  border-radius: 5px;
  font-size: 14px;
  font-family: "Din-next-regular";
  direction: inherit;
}
.form-control::-webkit-input-placeholder {
  color: #bebebe;
  font-size: 14px;
  font-family: "Din-next-regular";
}
.form-control::-moz-placeholder {
  color: #bebebe;
  font-size: 14px;
  font-family: "Din-next-regular";
}
.form-control:-ms-input-placeholder {
  color: #bebebe;
  font-size: 14px;
  font-family: "Din-next-regular";
}
.form-control::-ms-input-placeholder {
  color: #bebebe;
  font-size: 14px;
  font-family: "Din-next-regular";
}
.form-control::placeholder {
  color: #bebebe;
  font-size: 14px;
  font-family: "Din-next-regular";
}
.form-control:focus,
.form-control:hover {
  outline: unset;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  border-color: #858270;
}
textarea.form-control {
  height: 110px;
  resize: inherit;
  direction: inherit;
}
textarea.form-control::-webkit-input-placeholder {
  color: #bebebe;
  direction: inherit;
}
textarea.form-control::-moz-placeholder {
  color: #bebebe;
  direction: inherit;
}
textarea.form-control:-ms-input-placeholder {
  color: #bebebe;
  direction: inherit;
}
textarea.form-control::-ms-input-placeholder {
  color: #bebebe;
  direction: inherit;
}
textarea.form-control::placeholder {
  color: #bebebe;
  direction: inherit;
}
textarea.form-control:focus {
  outline: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #858270;
}
select {
  direction: inherit !important;
  -webkit-appearance: none;
  background-image: url(../img/dynamic/icons/back.png);
  background-position: 12px 24px;
  background-repeat: no-repeat;
}
.was-validated .invalid-feedback {
  position: absolute;
  bottom: -20px;
}
.form-control.is-invalid,
.form-control.is-valid,
.was-validated .form-control:invalid,
.was-validated .form-control:valid {
  background: none !important;
}
.custom-select.is-valid,
.was-validated .custom-select:valid {
  border-color: #28a745;
  padding-right: 12px;
  background:
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
      no-repeat left 2rem center/8px 10px,
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e")
      #fff no-repeat center left 0.75rem / calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.invalid-feedback {
  font-size: 13px;
  color: rgb(238, 62, 62);
  text-align: right;
}
.form-control[type="password"].is-invalid,
.form-control[type="password"].is-valid,
.was-validated .form-control[type="password"]:invalid,
.was-validated .form-control[type="password"]:valid {
  background-image: none !important;
}
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.single-select {
  min-width: 140px;
}
.rtl .custom-select,
[dir="rtl"] .custom-select {
  background: #fff url("../img/dynamic/icons/arrow-down.png") no-repeat left 0.75rem center;
  background-size: 12px;
  color: #728e9f;
  font-family: "Din-next-regular";
  border-radius: 5px;
  z-index: 2;
  height: 52px;
  padding-right: 15px;
  border: 1px solid #070707;
}
.rtl .custom-select:focus,
[dir="rtl"] .custom-select:focus {
  border-color: #858270;
  outline: 0;
}
.rtl .custom-control,
[dir="rtl"] .custom-control {
  margin-left: 0;
}
[dir="rtl"] .custom-select.no-caret {
  background: transparent;
}
.aside-filter .custom-control {
  position: relative;
}
.aside-filter .custom-control input {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.custom-checkbox label {
  text-align: right;
  font-family: "Din-next-regular";
}
.custom-checkbox label:focus {
  outline: unset;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.custom-checkbox .custom-control-label {
  padding-right: 5px;
  line-height: 30px;
}
.custom-checkbox .custom-control-label:after,
.custom-checkbox .custom-control-label:before {
  right: -1.5rem;
  left: auto;
  width: 20px;
  height: 20px;
}
.custom-checkbox .custom-control-label:before {
  border: 1px solid #070707;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label:before {
  color: #fff;
  background-color: #858270;
}
.btn {
  border-radius: 5px;
  font-size: 15px;
  height: 52px;
  line-height: 38px;
  font-family: "Din-next-medium";
  -webkit-transition: border-radius 0.3s ease-in;
  transition: border-radius 0.3s ease-in;
}
.btn:hover {
  border-radius: 40px;
  overflow: hidden;
  -webkit-transition: border-radius 0.3s ease-in;
  transition: border-radius 0.3s ease-in;
}
.btn-main {
  background-color: #858270;
  color: #ffffff;
  text-transform: uppercase;
}
.btn-main:focus,
.btn-main:hover {
  opacity: 1;
  color: #ffffff;
  outline: none;
  -webkit-box-shadow: unset;
  box-shadow: unset;
}
a .btn-main:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]) {
  color: #ffffff;
}
a .btn-main:not([href]):not([tabindex]):focus,
a .btn-main:not([href]):not([tabindex]):hover,
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #ffffff;
}
a.btn-grey:not([href]):not([tabindex]) {
  color: #373737;
}
a.btn-grey:not([href]):not([tabindex]):focus,
a.btn-grey:not([href]):not([tabindex]):hover {
  color: #ffffff;
}
.btn-second {
  background-color: #070707;
  color: #ffffff;
}
.btn-second:focus,
.btn-second:hover {
  background-color: #858270;
  color: #ffffff;
}
.btn-black {
  color: #ffffff;
  background-color: #484848;
  vertical-align: middle;
  line-height: 40px;
}
.btn-black:hover {
  color: #ffffff;
}
.btn-grey {
  background-color: #ededed;
  color: #585858;
}
.btn-grey:focus,
.btn-grey:hover {
  color: #858270;
}
.product-slide .btn-grey:focus,
.product-slide .btn-grey:hover {
  background-color: #858270;
  color: #ffffff;
}
.btn-transparent {
  background-color: transparent;
  border: 1px solid #858270;
  color: #585858;
}
.btn-transparent:focus,
.btn-transparent:hover {
  background-color: #858270;
  color: #ffffff;
}
.full-width-btn {
  width: 50%;
  padding: 12px;
}
.note {
  color: red;
  font-size: 13px;
  font-family: "Din-next-regular";
}
.main-color {
  color: #858270;
}
.font-color {
  color: #6b6b6b;
}
.text-underline {
  text-decoration: underline;
}
.text-main {
  color: #858270;
}
.text-black {
  color: #858270;
}
.white-bg {
  background-color: #ffffff;
}
.grey-bg {
  background-color: #a1a1a1;
}
.center {
  text-align: center;
  margin: auto;
  display: block;
}
[dir="rtl"] .was-validated textarea.form-control:invalid,
[dir="rtl"] textarea.form-control.is-invalid {
  padding-left: calc(1.5em + 0.75rem);
  padding-right: 12px;
  background-position: top calc(0.375em + 0.1875rem) left calc(0.375em + 0.1875rem);
}
[dir="rtl"] .slick-next,
[dir="rtl"] .slick-prev {
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: inherit;
  z-index: 2;
  opacity: 1;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
}
[dir="rtl"] .slick-next:before,
[dir="rtl"] .slick-prev:before {
  font-family: "Line Awesome Free";
  font-style: normal;
  font-weight: 900;
  line-height: 40px;
}
[dir="rtl"] .slick-next:focus,
[dir="rtl"] .slick-next:hover,
[dir="rtl"] .slick-prev:focus,
[dir="rtl"] .slick-prev:hover {
  opacity: 1;
  background-color: #070707;
}
[dir="rtl"] .slick-prev {
  left: unset;
  right: 15px;
}
[dir="rtl"] .slick-prev:before {
  opacity: 1;
  content: "\f061";
  display: block;
}
[dir="rtl"] .slick-next:before {
  opacity: 1;
  content: "\f060";
  display: block;
}
[dir="rtl"] .slick-dots {
  bottom: 20px;
}
[dir="rtl"] .slick-dots li button {
  height: 15px;
  width: 15px;
  border-radius: 15px;
  border: 1px solid #ffffff;
  background: transparent;
}
[dir="rtl"] .slick-dots li button:before {
  display: none;
}
[dir="rtl"] .slick-dots li.slick-active button {
  background-color: #070707;
  border-color: #070707;
}
.white-arrows .slick-next,
.white-arrows .slick-prev {
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #ffffff;
  color: #6b6b6b;
  border: 1px solid #cbcbcb;
}
.white-arrows .slick-next:before,
.white-arrows .slick-prev:before {
  color: #6b6b6b;
}
.white-arrows .slick-next:focus,
.white-arrows .slick-next:hover,
.white-arrows .slick-prev:focus,
.white-arrows .slick-prev:hover {
  opacity: 1;
  background-color: #070707;
}
.white-arrows .slick-prev {
  left: unset;
  right: 0px;
}
.top-arrows .slick-next,
.top-arrows .slick-prev {
  top: -50px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  left: 0;
}
.top-arrows .slick-prev {
  left: 50px;
  right: unset;
}
.all-item-slider .slick-next,
.all-item-slider .slick-prev {
  left: 0;
  background-color: #f5f5f5;
  color: #373737;
  border-radius: 5px 0 0 5px;
  height: 80px;
}
.all-item-slider .slick-next:before,
.all-item-slider .slick-prev:before {
  color: #373737;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.all-item-slider .slick-prev {
  right: 0;
  border-radius: 0 5px 5px 0;
}
.more-link {
  color: #ffffff;
  font-size: 16px;
  font-family: "Din-next-medium";
  text-align: center;
  margin: 30px auto 0;
  line-height: 38px;
  padding: 6px 30px;
}
.w-radius {
  border-radius: 5px;
  overflow: hidden;
}
.w-border {
  border: 1px solid #eeeeee;
}
.card {
  border: 1px solid #f2f2f2;
  border-radius: 5px;
  margin-bottom: 0px;
  overflow: hidden;
  background: #ffffff;
}
.card .card-title {
  color: #373737;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 16px;
  text-align: center;
  height: 24px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.card .card-body {
  padding: 20px 8px;
}
.card .card-body .card-text {
  text-align: center;
  font-weight: 600;
}
.card.w-radius {
  border-radius: 5px 5px 0 0;
}
.badge {
  padding: 5px;
  border-radius: 0;
  border: 1px solid transparent;
  color: #ffffff;
  font-size: 13px;
}
.badge.discount {
  background-color: #ff4646;
}
.fade:not(.show) {
  opacity: 0;
  display: none;
}
.tab-pane.fade.active.show {
  opacity: 1;
  display: block;
}
.menu-item {
  position: relative;
}
.menu-item .menu-link {
  position: relative;
}
.menu-item .menu-link:before {
  content: "";
  position: absolute;
  left: 0px;
  top: calc(100% - 4px);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #858270;
  opacity: 0;
}
.menu-item .menu-link:after {
  content: "\f107";
  font-family: "Line Awesome Free";
  font-style: normal;
  font-weight: 900;
  font-size: 12px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.menu-item .menu-link.no-arrow:before {
  left: 0px;
}
.menu-item .menu-link.no-arrow:after {
  display: none;
}
.menu-item .sub-menu {
  overflow: hidden;
  list-style: none;
  position: absolute;
  padding: 0;
  min-width: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  left: 0;
  top: 100%;
  height: 0;
  display: block;
  background-color: #ffffff;
  border: 1px solid #858270;
  border-radius: 0 5px 5px 5px;
  z-index: 99;
  visibility: hidden;
}
.menu-item .sub-menu ul {
  position: relative;
}
.menu-item .sub-menu ul li {
  display: block;
  width: 100%;
  color: #6b6b6b;
  position: relative;
}
.menu-item .sub-menu ul li:not(:last-of-type) {
  border-bottom: 1px solid #e9e9e9;
}
.menu-item .sub-menu ul li:after {
  content: "\f00c";
  font-family: "Line Awesome Free";
  font-style: normal;
  font-weight: 900;
  font-size: 15px;
  position: absolute;
  left: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  color: #858270;
}
.menu-item .sub-menu ul li a {
  text-transform: uppercase;
  width: 100%;
  display: block;
}
.menu-item .sub-menu ul li a:focus,
.menu-item .sub-menu ul li a:hover {
  color: #858270;
}
.menu-item .sub-menu ul li:focus,
.menu-item .sub-menu ul li:hover {
  color: #858270;
}
.menu-item .sub-menu ul li:focus:after,
.menu-item .sub-menu ul li:hover:after {
  opacity: 1;
}
.menu-item.open .menu-link:before,
.menu-item:focus .menu-link:before,
.menu-item:hover .menu-link:before {
  opacity: 1;
}
.menu-item.open .sub-menu,
.menu-item:focus .sub-menu,
.menu-item:hover .sub-menu {
  height: auto;
  visibility: visible;
  opacity: 1;
}
.menu-item.open .sub-menu ul,
.menu-item:focus .sub-menu ul,
.menu-item:hover .sub-menu ul {
  visibility: visible;
}
.menu-item.open .sub-menu.closed,
.menu-item:focus .sub-menu.closed,
.menu-item:hover .sub-menu.closed {
  height: 0;
  visibility: hidden;
  opacity: 0;
}
.sm-font {
  font-size: 13px;
}
.hidden {
  display: none;
}
.white-font {
  color: #ffffff;
}
.title {
  position: relative;
  margin-bottom: 30px;
}
.title .main-title {
  color: #484848;
  display: inline-block;
  padding: 0 10px;
  background-color: #ffffff;
  margin-right: 20px;
  margin-bottom: 0;
  z-index: 2;
  position: relative;
}
.title:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: calc(100% - 100px);
  height: 2px;
  background-color: #cbcbcb;
  z-index: 1;
}
.second-title {
  color: #484848;
  display: block;
  padding: 0;
  margin-bottom: 30px;
  text-align: center;
}
.sec-title {
  position: relative;
  margin-bottom: 20px;
}
.sec-title.border-btm {
  border-bottom: 1px solid #eeeeee;
}
.sec-title .border-label,
.sec-title h4 {
  display: inline-block;
  margin: 0;
  text-align: right;
  position: relative;
  font-size: 18px;
  padding-bottom: 10px;
  padding-left: 20px;
}
.sec-title .border-label:before,
.sec-title h4:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -2px;
  height: 4px;
  width: 0;
  background: #858270;
}
.sec-title .border-label.wow.animated:before,
.sec-title h4.wow.animated:before {
  width: 100%;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
  -webkit-transition: width 1s ease-in;
  transition: width 1s ease-in;
}
.sec-title .border-label {
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: -20px;
  right: 30px;
}
section {
  overflow: hidden;
}
.rtl .checkbox input,
.rtl .checkbox-inline input,
[dir="rtl"] .checkbox input,
[dir="rtl"] .checkbox-inline input {
  margin: 0;
}
.rtl .checkbox input,
.rtl .checkbox-inline input,
.rtl .radio input,
.rtl .radio-inline,
[dir="rtl"] .checkbox input,
[dir="rtl"] .checkbox-inline input,
[dir="rtl"] .radio input,
[dir="rtl"] .radio-inline {
  margin: 0;
}
.danger {
  color: #e21818;
}
.animate {
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  to {
    width: 200%;
    height: 200%;
    opacity: 1;
  }
}
@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  to {
    width: 200%;
    height: 200%;
    opacity: 1;
  }
}
@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes flash {
  0% {
    opacity: 0.6;
  }
  to {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: 0.6;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes stroke {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes stroke {
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes scale {
  0%,
  to {
    -webkit-transform: none;
    transform: none;
  }
  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes scale {
  0%,
  to {
    -webkit-transform: none;
    transform: none;
  }
  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
  }
}
@-webkit-keyframes fill {
  to {
    -webkit-box-shadow: inset 0px 0px 0px 30px #fff;
    box-shadow: inset 0px 0px 0px 30px #fff;
  }
}
@keyframes fill {
  to {
    -webkit-box-shadow: inset 0px 0px 0px 30px #fff;
    box-shadow: inset 0px 0px 0px 30px #fff;
  }
}
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.top-header {
  background-color: #373737;
  padding: 10px 0;
}
.top-header .grid-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.top-header .grid-lists ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
}
.top-header .grid-lists ul li:not(:last-of-type) {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 0.5px solid #ccc;
}
.top-header .grid-lists ul li span {
  display: inline-block;
}
.top-header .grid-lists ul li span.text {
  font-size: 13px;
  font-family: "Din-next-light";
  margin-right: 2px;
}
.top-header .grid-lists ul li span.icon img {
  max-height: 15px;
}
.top-header .grid-lists ul li a {
  color: #ffffff;
  font-size: 14px;
  font-family: "Din-next-light";
}
.top-header .grid-lists ul li a.menu-link {
  padding: 15px 0;
}
.top-header .grid-lists ul li a:hover {
  color: #858270;
}
.top-header .grid-lists .menu-item {
  position: relative;
}
.top-header .grid-lists .menu-item .menu-link:before {
  top: calc(100% - 9px);
}
.top-header .grid-lists .menu-item .sub-menu {
  top: calc(100% + 10px);
}
.top-header .grid-lists .menu-item .sub-menu ul {
  display: block;
}
.top-header .grid-lists .menu-item .sub-menu ul li {
  display: block;
}
.top-header .grid-lists .menu-item .sub-menu ul li.menu-item {
  color: #6b6b6b;
  font-size: 14px;
  padding: 10px;
  border-left: none;
  min-width: 80px;
}
.top-header .grid-lists .menu-item .sub-menu ul li.menu-item a {
  color: #6b6b6b;
  padding-left: 10px;
}
.top-header .grid-lists .menu-item .sub-menu ul li.menu-item a:hover {
  color: #858270;
}
.top-header .global {
  animation: lang-effect 5s linear infinite;
  -webkit-animation: lang-effect 5s linear infinite;
}
.second-header {
  padding: 20px 0;
  background-color: #ffffff;
}
.second-header .navbar-brand {
  width: 140px;
  margin: 0;
  padding: 0;
}
.second-header .dropdown .dropdown-content {
  position: relative;
  width: 100%;
}
.second-header .dropdown .dropdown-content .form-control {
  width: 100%;
}
.second-header .dropdown .dropdown-content .search-result {
  overflow: hidden;
  list-style: none;
  position: absolute;
  padding: 0;
  min-width: 100%;
  left: 0;
  top: 100%;
  display: none;
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
  background-color: #ffffff;
  border: 1px solid #858270;
  border-radius: 0 0 5px 5px;
  z-index: 99;
}
.second-header .dropdown .dropdown-content .search-result li {
  display: block;
  width: 100%;
  color: #6b6b6b;
  position: relative;
  padding: 10px;
}
.second-header .dropdown .dropdown-content .search-result li:not(:last-of-type) {
  border-bottom: 1px solid #e9e9e9;
}
.second-header .dropdown .dropdown-content .search-result li:after {
  content: "\f00c";
  font-family: "Line Awesome Free";
  font-style: normal;
  font-weight: 900;
  font-size: 15px;
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  color: #858270;
}
.second-header .dropdown .dropdown-content .search-result li a {
  text-transform: uppercase;
  width: 100%;
  display: block;
}
.second-header .dropdown .dropdown-content .search-result li a:focus,
.second-header .dropdown .dropdown-content .search-result li a:hover {
  color: #858270;
}
.second-header .dropdown .dropdown-content .search-result li:focus,
.second-header .dropdown .dropdown-content .search-result li:hover {
  color: #858270;
}
.second-header .dropdown .dropdown-content .search-result li:focus:after,
.second-header .dropdown .dropdown-content .search-result li:hover:after {
  opacity: 1;
}
.second-header .dropdown .dropdown-content .search-result.show {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  visibility: visible;
  display: block;
}
.second-header .dropdown .btn-search {
  position: absolute;
  left: 6px;
  top: 6px;
  z-index: 3;
  height: 40px;
  line-height: 18px;
}
.second-header .dropdown .btn-search:focus,
.second-header .dropdown .btn-search:hover {
  border-radius: 5px;
}
.second-header .dropdown .btn-search img {
  max-width: 25px;
}
.second-header .left-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 52px;
}
.second-header .left-grid li:not(:last-of-type) {
  margin-left: 10px;
  padding-left: 10px;
}
.second-header .left-grid li a {
  position: relative;
  display: inline-block;
}
.second-header .left-grid li a img {
  max-width: 30px;
}
.second-header .left-grid li a .counter {
  display: inline-block;
  position: absolute;
  right: -10px;
  top: -5px;
  background-color: #858270;
  color: #ffffff;
  font-size: 13px;
  padding: 2px;
  width: 22px;
  height: 22px;
  line-height: 11px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #ffffff;
  z-index: 2;
}
.second-header .left-grid .dropdown .dropdown-menu {
  display: block;
}
.second-header .cart-menu {
  min-width: 280px;
  width: 280px;
  border: none;
}
.second-header .cart-menu .cart-menu-content {
  padding: 10px;
  border: 1px solid #858270;
  border-radius: 0 5px 5px 5px;
  overflow: hidden;
}
.second-header .cart-menu ul li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e9e9e9;
}
.second-header .cart-menu ul li:after {
  display: none;
}
.second-header .cart-menu ul li:hover {
  background-color: #fcfcff;
}
.second-header .cart-menu .closed-div {
  position: relative;
}
.second-header .cart-menu .closed-div .close-btn {
  position: absolute;
  top: -5px;
  right: -5px;
  background-color: #f2f2f2;
  color: #6b6b6b;
  z-index: 9;
  font-size: 12px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
}
.second-header .cart-menu .closed-div a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.second-header .cart-menu .closed-div a .cart-img {
  width: 60px;
  height: 60px;
  border-radius: 5px;
  overflow: hidden;
}
.second-header .cart-menu .closed-div a .cart-img img {
  width: 100%;
  max-width: 100%;
}
.second-header .cart-menu .closed-div a .side-cart {
  width: calc(100% - 60px);
  padding-right: 10px;
}
.second-header .cart-menu .closed-div a .side-cart h6 {
  color: #6b6b6b;
  font-size: 15px;
  line-height: 25px;
  max-height: 25px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.second-header .cart-menu .closed-div a .side-cart span {
  display: block;
  font-family: "Din-next-medium";
}
.second-header .cart-menu .closed-div a .side-cart .cart-size {
  color: #a1a1a1;
  font-family: "Din-next-medium";
}
.second-header .cart-menu .total .total-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
  font-size: 15px;
  font-family: "Din-next-medium";
}
.second-header .cart-menu .total .total-price .total-text {
  color: #414141;
}
.second-header .cart-menu .total .btn {
  width: 120px;
  font-size: 14px;
  height: 42px;
  padding: 0;
}
.second-header .cart-menu .total .btn i {
  vertical-align: middle;
  margin-right: 5px;
}
.second-header .cart-menu .total .btn:first-of-type {
  margin-left: 10px;
}
.main-menu {
  background-color: #373737;
}
.main-menu .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  list-style: none;
  background-color: #ffffff;
}
.main-menu .dropdown-menu .col-md-4.col-lg-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-menu .dropdown-menu .preview-new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  border-radius: 5px;
  max-width: 255px;
  overflow: hidden;
  margin: auto;
}
.main-menu .dropdown-menu .preview-new img {
  width: 100%;
}
.main-menu .dropdown-menu .preview-new .overlay-preview {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.56)),
    color-stop(1%, rgba(85, 85, 85, 0.3)),
    color-stop(99%, rgba(77, 77, 77, 0.3))
  );
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.56) 0%, rgba(85, 85, 85, 0.3) 1%, rgba(77, 77, 77, 0.3) 99%);
  z-index: 1001;
}
.main-menu .dropdown-menu .preview-new .overlay-preview h3 {
  font-size: 20px;
  color: #ffffff;
  font-family: "Din-next-regular";
  margin-bottom: 15px;
}
.main-menu .dropdown-menu .preview-new .overlay-preview p {
  color: #ffffff;
  margin-bottom: 0;
  font-family: "Din-next-light";
  font-size: 14px;
}
.main-menu .mega-dropdown-menu {
  width: 100%;
  position: absolute;
  top: 52px;
  margin: 0px;
  padding: 20px 0;
  border: 1px solid #858270;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.main-menu .mega-dropdown-menu ul {
  list-style: none;
  margin: 0;
}
.main-menu .mega-dropdown-menu ul li {
  border-left: 1px solid #ebebeb;
}
.main-menu .dropdown-submenu .dropdown-menu {
  top: 0px;
  left: 100%;
}
.main-menu .mega-dropdown {
  position: unset;
}
.menu-wrapper {
  height: 31px;
  cursor: pointer;
}
.menu-wrapper:focus {
  outline: none;
}
.menu-wrapper .hamburger-menu {
  width: 25px;
  height: 3px;
  display: inline-block;
  border-radius: 5px;
  position: relative;
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
  background: #373737;
  display: block;
  margin-bottom: 15px;
}
.menu-wrapper .hamburger-menu:after,
.menu-wrapper .hamburger-menu:before {
  width: 25px;
  height: 3px;
  border-radius: 5px;
}
.menu-wrapper .hamburger-menu:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 8px;
  background: #373737;
}
.menu-wrapper .hamburger-menu:after {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  background: #373737;
}
.banner-slider {
  position: relative;
}
.banner-slider .banner-slide {
  max-height: 520px;
  height: 520px;
  overflow: hidden;
}
.banner-slider .banner-slide img {
  height: 100%;
}
.banner-slider .banner-slide-wrapper {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(226, 208, 215, 0.34)),
    color-stop(50%, rgba(255, 128, 176, 0.2)),
    color-stop(99%, rgba(255, 128, 176, 0.12))
  );
  background: linear-gradient(
    to bottom,
    rgba(226, 208, 215, 0.34) 0%,
    rgba(255, 128, 176, 0.2) 50%,
    rgba(255, 128, 176, 0.12) 99%
  );
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.banner-slider .banner-slide-wrapper .overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 3;
}
.banner-slider .banner-slide-wrapper .overlay .right-center {
  text-align: center;
}
.banner-slider .banner-slide-wrapper .overlay .right-center h1 {
  font-size: 48px;
  margin-bottom: 20px;
}
.banner-slider .banner-slide-wrapper .overlay .right-center .btn-second {
  width: 120px;
  height: 52px;
  line-height: 40px;
  text-align: center;
}
.banner-slider .banner-slide-wrapper .watermark-bottom-left {
  width: 80px;
  position: absolute;
  left: 100px;
  bottom: 20px;
  z-index: 3;
}
.categories-slider .category-slide {
  position: relative;
  -webkit-box-shadow: 0 15px 16px rgba(220, 220, 220, 0.16);
  box-shadow: 0 15px 16px rgba(220, 220, 220, 0.16);
}
.categories-slider .category-slide .category-img img {
  height: 100%;
}
.categories-slider .category-slide:focus .card-title,
.categories-slider .category-slide:hover .card-title {
  color: #858270;
}
.categories-slider .slick-next,
.categories-slider .slick-prev {
  background-color: rgba(0, 0, 0, 0.2);
}
.categories-slider .slick-next:before,
.categories-slider .slick-prev:before {
  color: #ffffff;
}
.categories-slider .slick-next {
  left: -60px;
}
.categories-slider .slick-prev {
  right: -60px;
}
.card .category-img.hover-item {
  height: 180px;
}
.card .hover-item {
  position: relative;
  overflow: hidden;
  height: 180px;
  margin: auto;
  text-align: center;
  padding: 10px;
}
.card .hover-item img {
  -webkit-transform: scale(1);
  transform: scale(1);
  height: 100%;
  width: auto;
  max-width: calc(100% - 20px);
  margin: auto;
}
.card .hover-item:after,
.card .hover-item:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: scale3d(0, 0, 1);
  transform: scale3d(0, 0, 1);
  -webkit-transition: -webkit-transform 0.3s ease-out 0s;
  transition: -webkit-transform 0.3s ease-out 0s;
  transition: transform 0.3s ease-out 0s;
  transition:
    transform 0.3s ease-out 0s,
    -webkit-transform 0.3s ease-out 0s;
  background: rgba(0, 0, 0, 0.32);
  content: "";
  pointer-events: none;
  z-index: 2;
}
.card .hover-item:before {
  -webkit-transform-origin: left top;
  transform-origin: left top;
}
.card .hover-item:after {
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
.card:focus .hover-item img,
.card:hover .hover-item img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.card:focus .hover-item:after,
.card:focus .hover-item:before,
.card:hover .hover-item:after,
.card:hover .hover-item:before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  z-index: 3;
}
.slick-slide {
  margin: 0 15px;
}
.slick-list {
  margin: 0 -15px;
}
.banner-grids .col-sm-6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.banner-grids .col-sm-6:first-of-type {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.banner-grids .col-sm-6:last-of-type {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.banner-grids .banner-div {
  border-radius: 5px;
  overflow: hidden;
}
.banner-grids .banner-div:hover:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}
.banner-grids .banner-div:hover img {
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}
.rate-stars {
  position: relative;
}
.rate-stars .static-stars {
  display: inline-block;
  direction: ltr;
  white-space: nowrap;
}
.rate-stars .static-stars label.star {
  font-size: 15px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  display: inline-block;
  margin: 0 0 0 -5px;
}
.rate-stars .static-stars label.star:before {
  content: "\f005";
  color: #e5e5e5;
  font-family: "Line Awesome Free";
  font-weight: 900;
  cursor: pointer;
}
.rate-stars .static-stars label.star:hover {
  transform: rotate(-15deg) scale(1.2);
  -webkit-transform: rotate(-15deg) scale(1.2);
}
.rate-stars .static-stars label.star:hover:first-of-type {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.rate-stars .static-stars label.star:hover:nth-of-type(2) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.rate-stars .static-stars label.star:hover:nth-of-type(3) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.rate-stars .static-stars label.star:hover:nth-of-type(4) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.rate-stars .static-stars label.star:hover:nth-of-type(5) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.rate-stars .static-stars input.star {
  cursor: pointer;
  position: absolute;
  top: 8px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.rate-stars .static-stars input.star:checked ~ label.star:before {
  color: #ffc107;
}
.rate-stars:hover .static-stars label {
  transform: rotate(-15deg) scale(1.2);
  -webkit-transform: rotate(-15deg) scale(1.2);
}
.rate-stars:hover .static-stars label:first-of-type {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.rate-stars:hover .static-stars label:nth-of-type(2) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.rate-stars:hover .static-stars label:nth-of-type(3) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.rate-stars:hover .static-stars label:nth-of-type(4) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.rate-stars:hover .static-stars label:nth-of-type(5) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.product-slide .card-title {
  font-size: 14px;
  margin-bottom: 15px;
}
.product-slide .price {
  font-size: 13px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3px;
}
.product-slide .price.recent {
  color: #373737;
  font-size: 14px;
  font-weight: 900;
}
.product-slide .price img {
  display: inline-block;
  vertical-align: middle;
}
.product-slide .price.discount {
  color: #FF4646;
  position: relative;
}
.product-slide .price.discount:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #FF4646;
  z-index: 2;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.product-slide:hover .rate-stars .static-stars label {
  transform: rotate(-15deg) scale(1.2);
  -webkit-transform: rotate(-15deg) scale(1.2);
}
.product-slide:hover .rate-stars .static-stars label:first-of-type {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.product-slide:hover .rate-stars .static-stars label:nth-of-type(2) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.product-slide:hover .rate-stars .static-stars label:nth-of-type(3) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.product-slide:hover .rate-stars .static-stars label:nth-of-type(4) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.product-slide:hover .rate-stars .static-stars label:nth-of-type(5) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.product-img {
  position: relative;
}
.product-img .badge.discount {
  position: absolute;
  top: 10px;
  right: 10px;
}
.product-img .form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  display: none;
}
.product-img .form-inline li:not(:last-of-type) {
  margin-left: 10px;
}
.product-img .form-inline .btn {
  padding: 0;
  height: 40px;
  width: 40px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  text-align: center;
  color: #8a8a8a;
}
.product-img .form-inline .btn i {
  font-size: 20px;
}
.product-img .form-inline .btn.btn-white {
  background-color: #ffffff;
}
.product-img .form-inline .btn .btn-fav .la-heart {
  font-weight: 400;
}
.product-img .form-inline .btn:hover {
  background-color: #858270;
  color: #ffffff;
}
.product-img:hover .form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bottom-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-slide .bottom-info {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.product-slide .prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  width: 100%;
}
.download-block {
  position: relative;
  margin: 30px 0;
  padding: 0;
}
.download-block .section-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.download-block .col-md-6:first-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.download-block .right-grid {
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.download-block .right-grid h3 {
  color: #ffffff;
  margin-bottom: 40px;
  font-size: 28px;
  font-weight: 700;
}
.download-block .right-grid .download-btns a {
  display: block;
  text-align: center;
  margin-bottom: 20px;
}
.download-block .right-grid .download-btns a img {
  width: 200px;
}
.download-block .mockups-preview {
  height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-top: 30px;
}
.download-block .mockups-preview img {
  margin-bottom: 0;
  margin-top: auto;
  height: 340px;
  position: absolute;
  bottom: 0;
}
.download-block .mockups-preview img.first {
  left: 0px;
}
.download-block .mockups-preview img.second {
  height: 280px;
  left: 100px;
}
.subscribe {
  position: relative;
  overflow: initial;
  padding-bottom: 55px;
}
.subscribe .form-subscribtion {
  width: 50%;
  margin: 0 auto 30px;
}
.subscribe .form-subscribtion .form-group {
  position: relative;
  margin: 0;
}
.subscribe .form-subscribtion .form-group .form-control {
  padding-left: 100px;
}
.subscribe .form-subscribtion .form-group .btn-absolute {
  position: absolute;
  left: 12px;
  top: 6px;
  height: 38px;
  padding: 0 20px;
  line-height: 34px;
}
.features-list {
  background-color: #f5f5f5;
  -webkit-box-shadow: 0 9px 17px rgba(0, 0, 0, 0.16);
  box-shadow: 0 9px 17px rgba(0, 0, 0, 0.16);
  padding: 30px 15px;
  position: absolute;
  z-index: 3;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -110px;
  width: 100%;
}
.features-list .col-md-3 {
  position: relative;
}
.features-list .col-md-3:not(:last-of-type):after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #d8d8d8;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.features-list .feature-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.features-list .feature-box img {
  width: 40px;
}
.features-list .feature-box .feature-info {
  width: calc(100% - 45px);
  padding-right: 10px;
}
.features-list .feature-box .feature-info .title {
  color: #414141;
  font-size: 14px;
  margin-bottom: 10px;
}
.features-list .feature-box .feature-info .title:before {
  display: none;
}
.features-list .feature-box .feature-info p {
  color: #a1a1a1;
  margin-bottom: 0;
}
.features-list .feature-box .feature-info .title,
.features-list .feature-box .feature-info p {
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
footer {
  background-color: #303030;
  position: relative;
  padding: 55px 0 30px;
  margin-top: 55px;
}
footer .container {
  position: relative;
}
footer .header-col {
  color: #ffffff;
  font-size: 18px;
  font-family: "Din-next-regular";
  margin-top: 25px;
}
footer .header-col.logo-div {
  width: 200px;
}
footer .header-col h3 {
  margin-bottom: 0;
  font-size: 18px;
  font-family: "Din-next-regular";
  color: #ffffff;
}
footer ul {
  margin: 15px 0;
}
footer .footer-link:not(:last-of-type) {
  margin-bottom: 15px;
}
footer .footer-link a {
  color: #ffffff;
  font-family: "Din-next-light";
}
footer .footer-link a:hover {
  color: #858270;
}
footer .footer-social li a {
  position: relative;
  color: #858270;
  margin-bottom: 0px;
  padding-right: 20px;
  display: inline-block;
  -webkit-transition: padding 0.5s ease-in;
  transition: padding 0.5s ease-in;
}
footer .footer-social li a .icon {
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 0;
  top: 0;
  color: #ffffff;
}
footer .footer-social li a .icon .la-circle:before {
  background-color: #ffffff;
  border-radius: 50%;
  font-size: 8px;
}
footer .footer-social li a span {
  color: #ffffff;
  text-align: right;
}
footer .footer-social li a:hover {
  padding-right: 25px;
  -webkit-transition: padding 0.5s ease-in;
  transition: padding 0.5s ease-in;
}
footer .footer-social li a:hover span {
  color: #858270;
}
footer .footer-social li a:hover .icon {
  color: #ffffff;
}
footer .d-center {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
footer .download-btns {
  position: relative;
}
footer .download-btns:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 2;
}
footer .download-btns a {
  padding: 0 20px;
  position: relative;
  background: #303030;
  border: 0;
  margin: 0;
  z-index: 3;
}
footer .download-btns a:first-of-type {
  margin-left: -5px;
}
footer .download-btns a img {
  width: 120px;
  position: relative;
  z-index: 3;
}
footer .payments img {
  border-radius: 5px;
}
footer .payments img:not(:last-of-type) {
  margin-left: 5px;
}
.copy-right {
  background-color: #858270;
  padding: 15px 0;
}
.copy-right .center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.copy-right .center p {
  margin: 0;
  color: #ffffff;
  text-align: center;
  font-size: 13px;
  font-family: "Din-next-light";
}
.copy-right .center p a {
  color: #ffffff;
  display: inline-block;
  margin-right: 2px;
}
.breadcrumbs-block {
  background-color: #f5f5f5;
}
.breadcrumbs-block .main-title {
  color: #484848;
  margin-bottom: 15px;
}
.breadcrumbs-block .main-title:after {
  display: none;
}
.breadcrumbs-block .breadcrumb {
  background-color: transparent;
  padding: 0;
  margin: 0;
}
.breadcrumbs-block .breadcrumb .breadcrumb-item {
  font-size: 15px;
}
.breadcrumbs-block .breadcrumb .breadcrumb-item a {
  color: #6b6b6b;
}
.breadcrumbs-block .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  content: "//";
}
.breadcrumbs-block .breadcrumb .breadcrumb-item.active {
  color: #858270;
}
.g-form.p-20 {
  padding: 20px;
}
.g-form .form-control {
  background-color: #f5f5f5;
}
.g-form .other-actions {
  margin-top: 25px;
}
.g-form .other-actions .forget {
  color: #8a8a8a;
  font-size: 14px;
  font-family: "Din-next-regular";
}
.g-form .other-actions a.forget {
  margin-bottom: 15px;
  display: block;
}
.g-form .other-actions p {
  margin-bottom: 0;
}
.g-form .form-group .inpt-w-icon {
  position: relative;
}
.g-form .form-group .inpt-w-icon.txtarea .toggle-edit,
.g-form .form-group .inpt-w-icon.txtarea .toggle-password {
  top: 10px;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.g-form .form-group .toggle-edit,
.g-form .form-group .toggle-password {
  position: absolute;
  top: 56px;
  left: 12px;
  z-index: 2;
  cursor: pointer;
  font-size: 20px;
}
input:disabled {
  cursor: no-drop;
}
.form-group.w-overflow {
  overflow: inherit;
}
.iti__flag {
  background-image: url("../img/flags.png");
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url("../img/flags@2x.png");
  }
}
.iti__flag {
  display: none;
}
.iti {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.iti__flag-container {
  right: auto !important;
  left: unset !important;
  margin-left: 10px;
  border-radius: 5px;
  border: 1px solid #d4d4d4;
  max-width: 80px;
  padding: 0 !important;
}
.iti__flag-container:focus {
  outline: none;
}
.iti--separate-dial-code .iti__selected-flag:focus {
  outline: none;
}
.iti--allow-dropdown input,
.iti--allow-dropdown input[type="tel"],
.iti--allow-dropdown input[type="text"],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type="tel"],
.iti--separate-dial-code input[type="text"] {
  position: relative;
  margin-right: 67px;
  padding: 6px 12px !important;
  margin-right: 90px;
}
.iti--separate-dial-code .iti__selected-dial-code {
  margin-left: 18px;
  direction: initial;
}
.iti__arrow {
  border: none;
  position: relative;
}
.iti__arrow:after {
  content: "\f107";
  font-family: "Line Awesome Free";
  font-style: normal;
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 10px;
}
.iti__arrow.iti__arrow--up:after {
  content: "\f106";
}
.iti__country-list {
  text-align: right;
  direction: initial;
}
.col-list {
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 30px;
}
.col-list .col-header {
  font-size: 16px;
  color: #484848;
  background-color: #f5f5f5;
  margin: 0;
  padding: 15px;
  border-bottom: 1px solid #e9e9e9;
}
.col-list .col-header li:not(:last-of-type) a {
  margin-bottom: 15px;
}
.col-list a {
  color: #8a8a8a;
  font-size: 14px;
  font-family: "Din-next-regular";
  padding: 8px 30px;
  display: block;
}
.col-list a:hover {
  color: #858270;
  background-color: rgba(245, 245, 245, 0.5);
}
.contact-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 10px 0 30px;
}
.contact-list li {
  width: calc(33.3333333333% - 2px);
  text-align: center;
  position: relative;
}
.contact-list li:not(:last-of-type):after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 40px;
  background-color: #f5f5f5;
  z-index: 1;
}
.contact-list .contact-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.contact-list .contact-link .icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
  border-radius: 5px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  background-color: #858270;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.contact-list .contact-link .icon i {
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  font-size: 20px;
  padding: 10px;
}
.contact-list .contact-link .icon svg {
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  display: block;
  padding: 0;
}
.contact-list .contact-link h6 {
  font-size: 16px;
  margin: 10px auto;
  color: #6b6b6b;
  font-family: "Din-next-regular";
}
.contact-list .contact-link p {
  font-size: 14px;
  margin-bottom: 0;
}
.contact-list .contact-link:hover .icon {
  border-radius: 50%;
}
.content-block .font-black {
  color: #484848;
  font-size: 15px;
  line-height: 25px;
  width: 85%;
}
.content-block .font-black:not(:last-of-type) {
  margin-bottom: 20px;
}
.modal-open .modal {
  padding: 0;
}
.modal-content {
  text-align: center;
  border-radius: 5px;
  border: none;
}
.modal-content .mgs-text {
  font-size: 18px;
  font-family: "Din-next-medium";
  color: #484848;
  margin-bottom: 0;
}
.modal-content .mgs-text.danger {
  color: #e21818;
}
.modal-content .modal-footer {
  margin: auto;
  text-align: center;
  border: none;
  padding: 15px 0 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.modal-content .modal-footer .btn {
  width: 120px;
}
.modal-content .modal-footer .btn i {
  vertical-align: middle;
  margin-right: 5px;
}
.modal-content .btn-close {
  width: 120px;
  height: 42px;
  line-height: 28px;
}
.success-msg .checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #1acc43;
  fill: #1acc43;
  -webkit-animation: stroke 0.05s cubic-bezier(0.65, 0, 0.45, 1) forwards;
  animation: stroke 0.05s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}
.success-msg .checkmark {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #ffffff;
  stroke-miterlimit: 10;
  margin: 30px auto 15px;
  -webkit-box-shadow: inset 0px 0px 0px #7ac142;
  box-shadow: inset 0px 0px 0px #7ac142;
  -webkit-animation:
    fill 0.1s ease-in-out 0.4s forwards,
    scale 0.3s ease-in-out 0.3s both;
  animation:
    fill 0.1s ease-in-out 0.4s forwards,
    scale 0.3s ease-in-out 0.3s both;
}
.success-msg .checkmark__check {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  -webkit-animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.3s forwards;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.3s forwards;
}
.radio {
  padding: 20px;
  position: relative;
}
.radio input[type="radio"] {
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  visibility: hidden;
  width: 0;
  margin: 0;
}
.radio input[type="radio"] + .radio-label {
  color: #858270;
  font-family: "Din-next-regular";
  font-size: 15px;
  margin-bottom: 0;
  position: relative;
}
.radio input[type="radio"] + .radio-label:before {
  content: "";
  background: #ffffff;
  border-radius: 100%;
  border: 1px solid #eeeeee;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: 0;
  margin-left: 10px;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
}
.radio input[type="radio"]:checked + .radio-label:before {
  background-color: #858270;
  -webkit-box-shadow: inset 0 0 0 4px #ffffff;
  box-shadow: inset 0 0 0 4px #ffffff;
  border: 1px solid #858270;
}
.radio input[type="radio"]:focus + .radio-label:before {
  outline: none;
  border-color: #858270;
}
.radio input[type="radio"] + .radio-label:empty:before {
  margin-left: 0;
}
.radio .btn-edit {
  position: absolute;
  left: 20px;
  top: 15px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 25px;
  padding: 0;
  color: #ffffff;
  display: inline-block;
  font-size: 18px;
}
.address-box .sec-title {
  margin-bottom: 0;
}
.address-box .remove-btn {
  position: absolute;
  left: 15px;
  top: 20px;
  background-color: #fd1c00;
  color: #ffffff;
  width: 30px;
  height: 30px;
  line-height: 25px;
  font-size: 18px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
  padding: 0;
}
.address-box .remove-btn:hover {
  border-radius: 50%;
}
.address-box .btn-edit {
  left: 50px;
  top: 20px;
}
.address-box .card-body {
  padding-right: 45px;
}
.address-box .card-body h5 {
  font-size: 15px;
  margin-bottom: 10px;
}
.address-box .card-body h5 span.main-color {
  font-size: 14px;
  display: inline-block;
  margin-right: 5px;
}
.address-box .card-body p {
  margin-bottom: 0;
}
.address-box .card-body p:not(:last-of-type) {
  margin-bottom: 10px;
}
.req-inpt .control-label,
.req-inpt label {
  position: relative;
  padding-left: 10px;
}
.req-inpt .control-label:after,
.req-inpt label:after {
  content: "*";
  color: #ff4646;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.address-list {
  display: block;
}
.address-list li {
  display: inline-block;
}
.address-list li:not(:last-of-type) {
  margin-left: 20px;
}
.address-list .radio-btn {
  position: relative;
  display: block;
  width: 120px;
  text-align: center;
}
.address-list .radio-btn label {
  display: block;
  background: #f5f5f5;
  color: #6b6b6b;
  border-radius: 5px;
  padding: 10px 20px;
  border: none;
  margin-bottom: 0;
  cursor: pointer;
}
.address-list .radio-btn label:after {
  display: none;
}
.address-list .radio-btn input[type="radio"] {
  display: none;
  position: absolute;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.address-list .radio-btn input[type="radio"]:checked + label {
  background: #858270;
  -webkit-animation-name: stroke;
  animation-name: stroke;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  color: #ffffff;
}
.sub-payment-hidden {
  margin-top: 15px;
}
.table-preview .table-top-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}
.table-preview .table-top-actions .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.table-preview .table-top-actions .form-group .label-control {
  margin-bottom: 0;
  margin-left: 10px;
  white-space: nowrap;
}
.table-preview .table-top-actions .form-group .form-control {
  font-size: 13px;
}
.table-preview .table-top-actions .form-group .form-control::-webkit-input-placeholder {
  font-size: 13px;
}
.table-preview .table-top-actions .form-group .form-control::-moz-placeholder {
  font-size: 13px;
}
.table-preview .table-top-actions .form-group .form-control:-ms-input-placeholder {
  font-size: 13px;
}
.table-preview .table-top-actions .form-group .form-control::-ms-input-placeholder {
  font-size: 13px;
}
.table-preview .table-top-actions .form-group .form-control::placeholder {
  font-size: 13px;
}
.table-preview .table-top-actions .form-group select {
  min-width: 120px;
  background-position: 12px center;
}
.table-preview .table-top-actions .table-search .btn-transparent {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
  border: none;
}
.table-preview .table-top-actions .table-search .btn-transparent:focus,
.table-preview .table-top-actions .table-search .btn-transparent:hover {
  background: transparent;
  color: #373737;
}
.table-preview .td-bold table tr td:first-of-type {
  font-weight: 600;
}
.table {
  margin-bottom: 0;
  color: #6b6b6b;
}
.table thead {
  overflow: hidden;
}
.table thead th {
  text-align: center;
  vertical-align: middle;
  background-color: #f5f5f5;
  border: 1px solid #eeeeee;
  border-top: 0;
  font-size: 15px;
  font-family: "Din-next-regular";
}
.table thead th:first-child {
  border-right: 0;
}
.table thead th:last-child {
  border-left: 0;
}
.table tr:last-child td,
.table tr:last-child th {
  border-bottom: 0;
}
.table tr td:last-child,
.table tr th:last-child {
  border-left: 0;
}
.table td,
.table th {
  border-left: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  text-align: center;
  vertical-align: middle;
}
.table td:first-child,
.table th:first-child {
  border-right: 1px solid #eeeeee;
}
.table td {
  font-size: 14px;
  font-family: "Din-next-medium";
}
.table .btn-grey {
  height: auto;
  font-size: 15px;
  font-family: "Din-next-medium";
  min-width: 80px;
}
.table .btn-grey:focus,
.table .btn-grey:hover {
  background-color: #858270;
  color: #ffffff;
}
.table p {
  margin: 0;
}
.table p.text-desc {
  color: #a2a2a2;
  font-size: 14px;
}
.table-w-radius {
  border-radius: 5px 5px 0 0;
  border: 1px solid #eeeeee;
}
.second-row {
  margin: 30px 0;
}
.second-row .sec-title {
  padding: 20px 20px 0 0;
}
.second-row .list-stripped li {
  border-top: 1px solid #eeeeee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.second-row .list-stripped li:nth-of-type(2n-1) {
  background-color: #f5f5f5;
}
.second-row .list-stripped li span {
  width: calc(50% - 1px);
  padding: 20px 20px;
  color: #585858;
}
.second-row .list-stripped li span:first-of-type {
  border-left: 1px solid #eeeeee;
}
.second-row .list-stripped li span.font-bold {
  font-family: "Din-next-medium";
}
.second-row .list-stripped li span.col-left {
  color: #707070;
}
.second-row .div-more {
  margin-top: 30px;
}
.second-row .div-more .btn {
  width: 200px;
}
.second-row .div-more .btn-danger {
  background-color: #f90f25;
  border: 1px solid #f90f25;
  color: #ffffff;
  margin-left: 20px;
}
.second-row .div-more .btn-danger:focus,
.second-row .div-more .btn-danger:hover {
  color: #f90f25 !important;
  background-color: #ffffff;
}
.comparing-table table tr:nth-of-type(2n + 0) {
  background-color: #fcfcfc;
}
.comparing-table table tr:first-child td,
.comparing-table table tr:first-child th {
  border-top: 0;
}
.comparing-table table tr th:first-child {
  border-right: 0;
  white-space: nowrap;
}
.list-status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px;
}
.list-status .status {
  position: relative;
  width: 25%;
  margin: auto;
  text-align: center;
}
.list-status .status .circle {
  width: 25px;
  height: 25px;
  border: 1px solid #eeeeee;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  text-align: center;
  position: relative;
}
.list-status .status .circle:after {
  content: "\f00c";
  font-family: "Line Awesome Free";
  font-style: normal;
  font-weight: 900;
  font-size: 15px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  color: #ffffff;
}
.list-status .status .status-text {
  position: absolute;
  bottom: -20px;
  text-align: center;
  width: 100%;
  right: -50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-family: "Din-next-regular";
}
.list-status .status:after {
  content: "";
  position: absolute;
  width: calc(100% - 25px);
  height: 2px;
  right: calc(50% + 12.5px);
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #eeeeee;
  z-index: 1;
}
.list-status .status.active .circle {
  border: 1px solid #858270;
  background-color: #858270;
}
.list-status .status.active .circle:after {
  opacity: 1;
}
.list-status .status.active:after {
  background-color: #858270;
  z-index: 3;
}
.list-status .status:first-of-type {
  text-align: right;
}
.list-status .status:first-of-type:after {
  width: calc(150% - 37.5px);
  right: 25px;
}
.list-status .status:first-of-type .status-text {
  text-align: right;
  right: 0;
  -webkit-transform: inherit;
  transform: inherit;
}
.list-status .status:last-of-type {
  text-align: left;
}
.list-status .status:last-of-type .status-text {
  text-align: left;
  right: unset;
  left: 0;
  -webkit-transform: inherit;
  transform: inherit;
}
.list-status .status:last-of-type:after {
  width: calc(150% - 37.5px);
  right: unset;
  left: 25px;
}
.list-status .status:nth-last-of-type(2):after {
  width: calc(150% - 37.5px);
  z-index: 3;
}
.table-img {
  max-height: 100px;
  width: 80px;
  margin: auto;
  border-radius: 5px;
  position: relative;
}
.table-img img {
  max-height: 100px;
  width: 100%;
  border-radius: 5px;
}
.table-img .close-btn {
  position: absolute;
  top: -5px;
  right: -5px;
  background-color: #f2f2f2;
  color: #6b6b6b;
  z-index: 9;
  font-size: 13px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 50%;
  overflow: hidden;
  -webkit-box-shadow: 0px 5px 5px rgba(121, 121, 121, 0.3);
  box-shadow: 0px 5px 5px rgba(121, 121, 121, 0.3);
  cursor: pointer;
}
.static-colors .inner-inputs {
  display: inline-block;
  vertical-align: middle;
}
.static-colors .inner-inputs > div {
  display: inline-block;
  cursor: pointer;
  position: relative;
  height: 23px;
}
label.color-input,
label.size-input {
  font-size: 16px;
  display: inline-block;
  height: 23px;
  width: 23px;
  background: transparent;
  border-radius: 50%;
  text-align: center;
  margin: 0;
  padding: 1px;
}
label.color-input:before,
label.size-input:before {
  content: "";
  right: 0px;
  top: 0px;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 3px solid transparent;
  border-radius: 50%;
  -webkit-transition: border-color 0.3s ease-in;
  transition: border-color 0.3s ease-in;
}
label.color-input:after,
label.size-input:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  content: "\f00c";
  font-family: "Line Awesome Free";
  font-style: normal;
  font-weight: 900;
  font-size: 14px;
  opacity: 0;
  color: #ffffff;
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  display: inline-block;
  line-height: 23px;
}
input.color-input,
input.size-input {
  cursor: pointer;
  position: absolute;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  height: 100%;
  visibility: hidden;
}
input.color-input:checked ~ label.color-input:before,
input.size-input:checked ~ label.color-input:before {
  border: 3px solid #ffffff;
}
input.color-input:checked ~ label.color-input:after,
input.size-input:checked ~ label.color-input:after {
  opacity: 1;
  -webkit-transform: rotate(360deg) scale(1);
  transform: rotate(360deg) scale(1);
}
.accordion .card {
  border: none;
}
.accordion .card .card-header {
  border: none;
  border-bottom: 1px solid #eeeeee;
  background-color: transparent;
  padding: 0;
}
.accordion .card .card-body {
  padding: 20px 10px;
}
.accordion .btn-link {
  color: #585858;
  text-decoration: none;
  background-color: transparent;
  position: relative;
  width: 100%;
  text-align: right;
  padding-right: 24px;
}
.accordion .btn-link:before {
  content: "\f0d9";
  font-family: "Line Awesome Free";
  font-style: normal;
  font-weight: 900;
  color: #858270;
  right: 0;
  position: absolute;
}
.accordion .btn-link:after {
  content: "\f068";
  font-family: "Line Awesome Free";
  font-style: normal;
  font-weight: 900;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  left: 0;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  color: #585858;
}
.accordion .btn-link.collapsed:after {
  content: "\f067";
  color: #858270;
}
.sec-title.full-border h4 {
  display: block;
  padding-bottom: 15px;
}
.custom-control:not(:last-of-type) {
  margin-bottom: 15px;
}
.custom-control-label {
  font-size: 14px;
  color: #585858;
  font-family: "Din-next-medium";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  position: relative;
}
.custom-control-label:after,
.custom-control-label:before {
  width: 18px;
  height: 18px;
  line-height: 18px;
  border-radius: 4px;
  top: 3px;
  left: 0;
  line-height: 18px;
  text-align: center;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  position: static;
}
.custom-control-label:before {
  border: 1px solid #ddd;
  background: #f2f2f2;
}
.custom-control-label:after {
  content: "\f00c";
  font-family: "Line Awesome Free";
  font-style: normal;
  font-weight: 900;
  color: #ffffff;
  opacity: 0;
  font-size: 12px;
  position: absolute;
  inset-inline-start: 0 !important;
}
.custom-control-input:checked ~ .custom-control-label:before {
  background: #858270;
  border-color: #858270;
}
.custom-control-input:checked ~ .custom-control-label:after {
  opacity: 1;
  background-color: #858270;
}
.custom-control-input:focus ~ .custom-control-label:before {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.price-filter .form-group .extra-controls.form-inline {
  margin-bottom: 15px;
}
.price-filter .form-group .extra-controls.form-inline .form-gruop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.price-filter .form-group .extra-controls.form-inline .form-gruop label.custom-label {
  width: 80px;
  margin-left: 10px;
}
.price-filter .form-group .extra-controls.form-inline .range-inpts {
  width: calc(100% - 90px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.price-filter .form-control {
  width: 80px;
  margin-left: 10px;
  max-width: 90px;
  padding: 8px;
  height: 32px;
  display: inline-block;
  border: none;
  border-radius: 0;
  text-align: center;
  color: #858270;
}
.price-filter .form-control::-webkit-input-placeholder {
  color: #858270;
}
.price-filter .form-control::-moz-placeholder {
  color: #858270;
}
.price-filter .form-control:-ms-input-placeholder {
  color: #858270;
}
.price-filter .form-control::-ms-input-placeholder {
  color: #858270;
}
.price-filter .form-control::placeholder {
  color: #858270;
}
.price-filter .form-control:last-of-type {
  margin-left: 0;
  text-align: left;
}
.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important;
}
.irs-line-left,
.irs-line-mid,
.irs-line-right {
  position: absolute;
  display: block;
  top: 33px;
}
.irs-line-left {
  left: 0;
  width: 11%;
}
.irs-line-mid {
  left: 9%;
  width: 82%;
}
.irs-line-right {
  right: 0;
  width: 11%;
}
.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0;
}
.irs-bar-edge {
  position: absolute;
  display: block;
  top: 33px;
  left: 0;
}
.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0;
}
.irs-slider {
  position: absolute;
  display: block;
  cursor: default;
  z-index: 1;
}
.irs-slider.type_last {
  z-index: 2;
  background: #858270;
  border-color: #858270;
}
.irs-min {
  position: absolute;
  display: block;
  left: 0;
  cursor: default;
}
.irs-max {
  position: absolute;
  display: block;
  right: 0;
  cursor: default;
}
.irs-from,
.irs-single,
.irs-to {
  position: absolute;
  display: block;
  top: 33px;
  left: 0;
  cursor: default;
  white-space: nowrap;
}
.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
}
.irs-with-grid .irs-grid {
  display: block;
}
.irs-grid-pol {
  position: absolute;
  top: 33px;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000;
}
.irs-grid-pol.small {
  height: 4px;
}
.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000;
}
.irs-disable-mask {
  position: absolute;
  display: block;
  top: 33px;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0);
  z-index: 2;
}
.lt-ie9 .irs-disable-mask {
  background: #000;
  filter: alpha(opacity=0);
  cursor: not-allowed;
}
.irs-disabled {
  opacity: 0.4;
}
.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important;
}
.irs {
  height: 55px;
}
.irs-with-grid {
  height: 75px;
}
.irs-line {
  top: 8px;
  background: #dddddd;
  border-radius: 0;
  border: none;
  height: 3px;
}
.irs-line-left {
  height: 8px;
}
.irs-line-mid {
  height: 8px;
}
.irs-line-right {
  height: 8px;
}
.irs-bar {
  height: 3px;
  top: 8px;
  background: #858270;
}
.irs-bar-edge {
  height: 10px;
  top: 0px;
  width: 14px;
  border: 1px solid #858270;
  border-right: 0;
  background: #858270;
  border-radius: 16px 0 0 16px;
  -moz-border-radius: 16px 0 0 16px;
}
.irs-shadow {
  height: 2px;
  top: 38px;
  background: #000;
  opacity: 0.3;
  border-radius: 5px;
  -moz-border-radius: 5px;
}
.lt-ie9 .irs-shadow {
  filter: alpha(opacity=30);
}
.irs-slider {
  top: 0px;
  width: 17px;
  height: 17px;
  border: 1px solid #707070;
  background: #ffffff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
}
.irs-slider.state_hover,
.irs-slider:hover {
  background: #fff;
}
.irs-max,
.irs-min {
  color: #333;
  font-size: 12px;
  line-height: 1.333;
  text-shadow: none;
  top: 33px;
  padding: 1px 5px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  -moz-border-radius: 3px;
}
.lt-ie9 .irs-max,
.lt-ie9 .irs-min {
  background: #ccc;
}
.irs-from,
.irs-single,
.irs-to {
  color: #585858;
  font-size: 14px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background: transparent;
}
.lt-ie9 .irs-from,
.lt-ie9 .irs-single,
.lt-ie9 .irs-to {
  background: transparent;
}
.irs-grid {
  height: 27px;
}
.irs-grid-pol {
  opacity: 0.5;
  background: #858270;
}
.irs-grid-pol.small {
  background: #999;
}
.irs-grid-text {
  bottom: 5px;
  color: #99a4ac;
}
.filter-div-row {
  margin-bottom: 15px;
}
.filter-div-row .main-filter-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.filter-div-row .main-filter-form label {
  margin: 0;
  margin-left: 10px;
  white-space: nowrap;
}
.filter-div-row .main-filter-form select.form-control {
  width: auto;
  height: auto;
  min-width: 52px;
  background-color: #f9f9f9;
  background-position: 8px 16px;
}
.filter-div-row .col-7 .main-filter-form {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.products-pg-sec .card {
  margin-bottom: 15px;
}
.products-pg-sec nav {
  margin: 30px 0;
}
.pagination .page-item .page-link {
  border: none;
  color: #707070;
  border-radius: 5px !important;
  cursor: pointer;
}
.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
  background-color: #f2f2f2;
}
.pagination .page-item:first-child:focus .page-link,
.pagination .page-item:first-child:hover .page-link,
.pagination .page-item:last-child:focus .page-link,
.pagination .page-item:last-child:hover .page-link {
  background-color: #f2f2f2;
}
.pagination .page-item.active .page-link,
.pagination .page-item:focus .page-link,
.pagination .page-item:hover .page-link {
  background-color: transparent;
  color: #858270;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.filter-responsive {
  position: fixed;
  bottom: 20px;
  right: 15px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  border-radius: 50%;
  background: #858270;
  color: #373737;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  z-index: 99;
  display: none;
}
.unactive-link {
  position: relative;
}
.unactive-link:after {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 0;
  z-index: 9998;
}
.slick-slide img {
  width: 100%;
}
.all-item-slider .item-for .slick-list {
  margin: 0;
}
.all-item-slider .item-for .slick-slide {
  margin: 0 0px;
  height: auto;
  max-height: 450px;
}
.all-item-slider .item-for .item {
  position: relative;
  overflow: hidden;
  max-height: 450px;
  border: 1px solid #d4d4d4;
  text-align: center;
  margin: auto;
}
.all-item-slider .item-for .item .bottom-overlay {
  position: absolute;
  color: #ffffff;
  background-color: #6b6b6b;
  bottom: 0;
  right: 0;
  padding: 10px 5px 5px 15px;
  border-radius: 50px 0 0 0;
  border-top: 0;
  border-right: 0;
  font-size: 18px;
}
.all-item-slider .item-nav {
  margin-top: 15px;
}
.all-item-slider .item-nav .slick-list {
  margin: 0;
  width: calc(100% - 80px);
  margin: auto;
}
.all-item-slider .item-nav .slick-slide {
  margin: 0 0px;
  padding: 0 10px;
}
.all-item-slider .item-nav .item {
  border-radius: 5px;
  overflow: hidden;
  height: 100px;
}
.all-item-slider .item-nav .item img {
  height: 100%;
}
.product-show-text .pro-name {
  color: #484848;
  font-size: 20px;
  font-family: "Din-next-medium";
}
.product-show-text .rate-numbers {
  color: #8a8a8a;
  font-size: 13px;
}
.product-show-text .price {
  font-size: 13px;
  display: inline-block;
}
.product-show-text .price.recent {
  color: #484848;
  font-size: 14px;
  font-weight: 900;
}
.product-show-text .price.discount {
  color: #ffc7c7;
  position: relative;
}
.product-show-text .price.discount:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #ffc7c7;
  z-index: 2;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.product-show-text .m-b-15 {
  margin-bottom: 20px;
}
.product-show-text p {
  color: #828282;
  word-break: break-word;
}
.product-show-text ul {
  list-style: disc;
  padding-right: 20px;
}
.product-show-text .sub-title {
  margin-left: 10px;
  font-family: "Din-next-medium";
}
.product-show-text .static-size {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-show-text .static-size label {
  margin: 0 0 0 10px;
}
.product-show-text .static-size .form-control {
  width: auto;
  background-color: #f5f5f5;
  color: #8e8e8e;
  height: 38px;
  background-position: 12px 18px;
  padding-left: 24px;
}
.product-show-text .counter-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}
.product-show-text .counter-div .inner-inputs .counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-show-text .counter-div .inner-inputs span {
  width: 38px;
  height: 38px;
  border-radius: 5px;
  background-color: #f5f5f5;
  color: #8e8e8e;
  display: inline-block;
  text-align: center;
  line-height: 34px;
  margin: 0 5px;
  font-size: 20px;
}
.product-show-text .counter-div .inner-inputs span:focus,
.product-show-text .counter-div .inner-inputs span:hover {
  color: #858270;
}
.product-show-text .counter-div .inner-inputs span:first-of-type {
  margin-right: 0;
}
.product-show-text .counter-div .inner-inputs span:last-of-type {
  margin-left: 0;
}
.product-show-text .counter-div .inner-inputs .form-control {
  background-color: #f5f5f5;
  color: #8e8e8e;
  width: 60px;
  height: 38px;
  text-align: center;
  border: none;
}
.product-show-text .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 30px;
  border-bottom: 1px solid #e9e9e9;
}
.product-show-text .actions .btn-main {
  color: #ffffff;
}
.product-show-text .actions .btn-main i {
  font-size: 24px;
  margin-left: 5px;
}
.product-show-text .actions .link {
  font-size: 16px;
  font-family: "Din-next-medium";
  color: #707070;
}
.product-show-text .actions .link i {
  font-size: 20px;
  margin-left: 5px;
}
.product-show-text .left-text {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-show-text .left-text .sub-title {
  width: 80px;
}
.product-show-text .left-text .share-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: calc(100% - 80px);
}
.product-show-text .left-text .share-social li:not(:last-of-type) {
  margin-left: 5px;
}
.product-show-text .left-text .share-social li img {
  max-width: 30px;
}
.product-show-text .left-text .share-social li.btn-main {
  width: inherit;
  height: 42px;
  line-height: 40px;
  padding: 0 12px;
  border: 0;
  display: inline-block;
}
.product-show-text .left-text .share-social li.btn-main:hover {
  border-radius: 5px;
}
.product-show-text .left-text .share-social li.btn-main.btn-twitter {
  background-color: #1da1f2;
}
.product-show-text .left-text .share-social li.btn-main.btn-facebook {
  background-color: #3b5998;
}
.product-show-text .left-text .share-social li.btn-main.btn-whatsapp {
  background-color: #075e54;
}
.product-show-text .description-w-p {
  margin-bottom: 20px;
}
.product-show-text .description-w-p p {
  padding: 0;
}
.all-details .aside-filter .sec-title h4 {
  padding-bottom: 25px;
  padding-top: 5px;
}
.all-details .iv-large-image {
  left: 50% !important;
  -webkit-transform: translateX(-50%) !important;
  transform: translateX(-50%) !important;
}
.all-details .nav {
  border-bottom: 1px solid #eeeeee;
  padding: 10px;
}
.all-details .nav .nav-item:not(:last-of-type) {
  margin-left: 15px;
}
.all-details .nav .nav-link {
  color: #707070;
  font-family: "Din-next-medium";
  font-size: 16px;
  padding: 8px 16px;
  position: relative;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.all-details .nav .nav-link:before {
  content: "";
  position: absolute;
  bottom: -11px;
  right: 0px;
  width: 0px;
  height: 4px;
  border-radius: 4px;
  background-color: #858270;
  z-index: 1;
  opacity: 0;
  -webkit-transition: width 1s;
  transition: width 1s;
}
.all-details .nav .nav-link.active,
.all-details .nav .nav-link:focus,
.all-details .nav .nav-link:hover {
  color: #858270;
  background-color: transparent;
}
.all-details .nav .nav-link.active:before,
.all-details .nav .nav-link:focus:before,
.all-details .nav .nav-link:hover:before {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.all-details .single-data p {
  color: #828282;
  font-size: 14px;
}
.all-details .single-data .description-w-p {
  margin-bottom: 30px;
}
.all-details .single-data .description-w-p p {
  padding: 0px 20px 5px 20px;
}
.all-details .single-data .description-w-p p:first-of-type {
  padding-top: 20px;
}
.all-details .single-data .description-w-p p:last-of-type {
  padding-bottom: 0;
}
.all-details .single-data .description-w-p ul {
  list-style: disc;
  padding: 20px 20px 0;
}
.all-details .single-data .p-3 p {
  word-break: break-word;
  display: inline;
}
.all-details .single-data .p-3 ul {
  list-style: disc;
  padding-right: 20px;
}
.all-details .single-data .list-stripped li {
  border-top: 1px solid #eeeeee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.all-details .single-data .list-stripped li:nth-of-type(2n-1) {
  background-color: #f5f5f5;
}
.all-details .single-data .list-stripped li span {
  width: calc(25% - 1px);
  padding: 20px;
  color: #585858;
}
.all-details .single-data .list-stripped li span:first-of-type {
  border-left: 1px solid #eeeeee;
}
.all-details .single-data .list-stripped li span.font-bold {
  font-family: "Din-next-medium";
}
.all-details .single-data .list-stripped li span.col-left {
  color: #707070;
}
.all-details .single-data .commnets-div {
  padding: 20px 20px 0;
}
.all-details .single-data .commnets-div .rev-det {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.all-details .single-data .commnets-div .rev-det .rev-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px;
}
.all-details .single-data .commnets-div .rev-det .rev-name .text-name {
  color: #707070;
  font-size: 16px;
  font-family: "Din-next-medium";
}
.all-details .single-data .commnets-div .rev-det .rev-name .rev-date {
  color: #a7a7a7;
}
.all-details .single-data .commnets-div .rev-det .rate-stars {
  margin-bottom: 15px;
}
.all-details .single-data .commnets-div .rev-det p {
  padding: 0;
  margin: 0;
}
.all-details .single-data .add-comment {
  padding: 20px;
}
.all-details .single-data .add-comment .sub-title {
  font-family: "Din-next-medium";
  margin: 0 0 0 10px;
  color: #6b6b6b;
  font-size: 14px;
}
.all-details .single-data .add-comment textarea.form-control {
  width: 50%;
}
.all-details .single-data .add-comment .btn-main {
  width: 200px;
}
.cart-block .counter-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.cart-block .counter-div .inner-inputs .counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cart-block .counter-div .inner-inputs span {
  width: 38px;
  height: 38px;
  border-radius: 5px;
  background-color: #f5f5f5;
  color: #8e8e8e;
  display: inline-block;
  text-align: center;
  line-height: 34px;
  margin: 0 5px;
  font-size: 20px;
  cursor: pointer;
}
.cart-block .counter-div .inner-inputs span:first-of-type {
  margin-right: 0;
}
.cart-block .counter-div .inner-inputs span:last-of-type {
  margin-left: 0;
}
.cart-block .counter-div .inner-inputs span:focus,
.cart-block .counter-div .inner-inputs span:hover {
  color: #ffffff;
  background-color: #858270;
}
.cart-block .counter-div .inner-inputs .form-control {
  background-color: #f5f5f5;
  color: #8e8e8e;
  width: 60px;
  height: 38px;
  text-align: center;
  border: none;
}
.coupon-details .coupon-body .justify-content-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.coupon-details .coupon-body .btn-transparent {
  color: #858270;
  width: 200px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  white-space: nowrap;
}
.coupon-details .coupon-body .btn-transparent:hover {
  color: #ffffff;
}
.pay-details .pay-list {
  border: 1px solid #eeeeee;
}
.pay-details .pay-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
  font-family: "Din-next-medium";
}
.pay-details .pay-list li:not(:last-of-type) {
  border-bottom: 1px solid #eeeeee;
}
.pay-details .pay-list li .right-text {
  direction: initial;
}
.pay-details .btn-main {
  margin-top: 25px;
  width: 100%;
}
.order-summary {
  position: relative;
}
.order-summary .coupon-absolute {
  position: absolute;
  left: 20px;
  top: 0;
  height: 40px;
}
.order-summary .items-preview-sm li,
.order-summary .pay-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Din-next-medium";
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.order-summary .items-preview-sm li:not(:last-of-type),
.order-summary .pay-list li:not(:last-of-type) {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 20px;
}
.order-summary .items-preview-sm li .right-text,
.order-summary .pay-list li .right-text {
  direction: initial;
}
.order-summary .items-preview-sm .item,
.order-summary .pay-list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.order-summary .items-preview-sm .item .item-img,
.order-summary .pay-list .item .item-img {
  width: auto;
  height: 80px;
  border-radius: 5px;
  overflow: hidden;
  margin-left: 15px;
  max-width: 80px;
}
.order-summary .items-preview-sm .item .item-img img,
.order-summary .pay-list .item .item-img img {
  height: 100%;
}
.order-summary .items-preview-sm .item .item-detail h5,
.order-summary .pay-list .item .item-detail h5 {
  font-size: 14px;
  color: #6b6b6b;
  margin-bottom: 10px;
}
.order-summary .items-preview-sm .item .item-detail p,
.order-summary .pay-list .item .item-detail p {
  margin: 0;
}
.order-summary .items-preview-sm .item .item-detail p:not(:last-of-type),
.order-summary .pay-list .item .item-detail p:not(:last-of-type) {
  margin-bottom: 8px;
}
.order-summary .items-preview-sm .item .item-detail p.light,
.order-summary .pay-list .item .item-detail p.light {
  font-size: 13px;
  line-height: 16px;
}
.order-summary .items-preview-sm .item .item-detail p.prices,
.order-summary .pay-list .item .item-detail p.prices {
  color: #858270;
}
.order-summary .items-preview-sm .item .item-detail p.prices .current-price,
.order-summary .pay-list .item .item-detail p.prices .current-price {
  margin-left: 15px;
}
.order-summary .items-preview-sm .item .item-detail p.prices img,
.order-summary .pay-list .item .item-detail p.prices img {
  max-width: 25px;
}
.order-summary .items-preview-sm {
  max-height: 464px;
  overflow: hidden;
  overflow-y: auto;
}
.order-summary .items-preview-sm::-webkit-scrollbar {
  width: 0px;
}
.order-summary .pay-list {
  padding-top: 20px;
  padding-bottom: 32px;
}
.order-summary .btn-main {
  margin-top: 25px;
  width: 100%;
}
.order-summary .btn-main.top-btn {
  margin: 0;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  border-radius: 0 0 5px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 20px;
}
.order-summary .btn-main.top-btn .right-text {
  direction: initial;
}
.payment-wizard .accordion .card {
  border: 1px solid #eeeeee !important;
  border-radius: 5px !important;
  margin-bottom: 15px;
}
.payment-wizard .accordion .card .card-header {
  border: none;
}
.payment-wizard .accordion .card .btn-link:after,
.payment-wizard .accordion .card .btn-link:before {
  display: none;
}
.payment-wizard .accordion .card .btn-link:hover {
  overflow: inherit;
  border-radius: 0;
}
.payment-wizard .accordion .card .btn-link.sec-title h4:before {
  bottom: -8px;
  width: 100%;
}
.payment-wizard .accordion .card .radio:not(:last-child) {
  margin-left: 15px;
}
.payment-wizard .accordion .card .radio .radio-label {
  color: #707070;
}
.payment-wizard .accordion .card .radio .radio-label:after {
  display: none;
}
.payment-wizard .accordion .card .btn-add {
  margin-left: 0;
  margin-right: auto;
}
.payment-wizard .accordion .card .checkout-step-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 12px;
  padding: 15px 24px;
  cursor: pointer;
}
.payment-wizard .accordion .card .checkout-step-title h4 {
  margin: 0;
}
.payment-wizard .accordion .card .checkout-address-toggle {
  width: 36px;
  height: 36px;
  border: 0;
  background: transparent;
  color: #858270;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
}
.payment-wizard .accordion .card .checkout-address-toggle svg {
  width: 24px;
  height: 24px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.payment-wizard .accordion .card .checkout-address-toggle.is-open svg {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.payment-wizard .accordion .card .checkout-address-item--hidden {
  display: none;
}
.payment-wizard .accordion .card .payment-hidden-2 {
  max-height: 430px;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-padding-end: 6px;
  padding-inline-end: 6px;
}
.payment-wizard .accordion .card .payment-hidden-2::-webkit-scrollbar {
  width: 4px;
}
.payment-wizard .accordion .card .payment-hidden-2::-webkit-scrollbar-thumb {
  background-color: rgba(133, 130, 112, 0.45);
  border-radius: 10px;
}
.payment-wizard .accordion .card .checkout-next-payment {
  margin-top: 20px;
}
.payment-wizard .accordion .card.finished-state .card-header .btn-link {
  margin-bottom: 0;
}
.payment-wizard .accordion .card.finished-state .card-header .sec-title h4:before {
  width: 0;
}
.payment-wizard .accordion .card.finished-state .card-header .btn-link:disabled.sec-title h4:before {
  width: 0;
}
.payment-wizard .accordion .card.finished-state .sec-title h4 {
  padding-right: 30px;
}
.payment-wizard .accordion .card.finished-state .sec-title h4 .step {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  background: url("../img/dynamic/icons/check.png") no-repeat;
  display: inline-block;
  background-size: contain;
}
.payment-wizard .accordion .card .all-date {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.payment-wizard .accordion .card .all-date .cvv-block .form-control {
  width: 80px;
  text-align: center;
}
.payment-wizard .accordion .card .date-block {
  width: 70%;
}
.payment-wizard .accordion .card .date-block .cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.payment-wizard .accordion .card .date-block .cols .single-col-date {
  width: 120px;
}
.payment-wizard .accordion .card .date-block .cols .single-col-date:nth-child(2) {
  width: 80px;
  margin-right: 10px;
}
.payment-wizard .accordion .card .btn.btn-full-width {
  width: 100%;
}
.sec-title.btn-link :disabled,
.sec-title.btn-link.disabled {
  border: 0 !important;
  margin: 0 !important;
}
.sec-title.btn-link :disabled h4:before,
.sec-title.btn-link.disabled h4:before {
  width: 0 !important;
}
.payment-hidden .address-box .sec-title,
.payment-hidden-2 .address-box .sec-title {
  padding: 10px;
}
.payment-hidden .address-box .sec-title .border-label:before,
.payment-hidden-2 .address-box .sec-title .border-label:before {
  bottom: 7.5px;
}
.payment-hidden .form-group:last-of-type,
.payment-hidden-2 .form-group:last-of-type {
  margin-bottom: 25px;
}
.failed-msg .modal-icon,
.verify-msg .modal-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: block;
  margin: 30px auto 15px;
  -webkit-animation-name: wobble;
  animation-name: wobble;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: 2s;
  -webkit-animation-timing-function: linear;
  -webkit-transform-origin: 50% 100%;
}
.failed-msg .input-code,
.verify-msg .input-code {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.failed-msg .input-code .inpt-col:not(:first-of-type),
.verify-msg .input-code .inpt-col:not(:first-of-type) {
  margin-left: 10px;
}
.failed-msg .input-code .form-control,
.verify-msg .input-code .form-control {
  text-align: center;
  width: 50px;
  height: 42px;
  padding: 5px;
  line-height: 32px;
  border: none;
  background-color: #f5f5f5;
}
.failed-msg p.resend-code,
.verify-msg p.resend-code {
  margin: 10px 0;
  font-size: 13px;
}
.failed-msg p.resend-code a,
.verify-msg p.resend-code a {
  color: #858270;
}
.failed-msg .modal-content .mgs-text,
.verify-msg .modal-content .mgs-text {
  margin-bottom: 15px;
}
.failed-msg .modal-content .md-font,
.verify-msg .modal-content .md-font {
  font-size: 14px;
}
.failed-msg .modal-content .modal-footer .btn,
.verify-msg .modal-content .modal-footer .btn {
  width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 16px;
}
.cancel-order .modal-content .modal-footer .btn {
  line-height: 36px;
}
.load {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.load .circle {
  position: relative;
  margin: 20px;
  height: 120px;
  width: 120px;
  background: url(../img/loader.svg) no-repeat center;
  border-radius: 50%;
}
.load .circle__spin {
  position: absolute;
  left: -10px;
  top: -10px;
  width: 140px;
  height: 140px;
}
.load .circle__spin svg {
  width: 100%;
  height: 100%;
  -webkit-animation: spin 10s linear infinite;
  animation: spin 10s linear infinite;
}
.load .circle__spin circle {
  stroke-width: 5;
  stroke-dasharray: 70, 14;
  fill: none;
  stroke: #000;
}
.empty-content {
  margin: auto;
  text-align: center;
}
.empty-content p {
  text-align: center;
}
.empty-content p.main-tilte {
  color: #6b6b6b;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 5px;
  font-family: "Din-next-medium";
}
.empty-content p.sm-title {
  font-size: 14px;
}
.req-inpt .form-control.is-invalid,
.req-inpt .form-control:invalid,
.req-inpt.was-validated .form-control:invalid,
.req-inpt.was-validated .form-control:valid {
  background: none !important;
}
.not-found-content {
  padding: 30px 0;
}
.not-found-content .not-found-img {
  width: 600px;
  margin: 30px auto;
}
.not-found-content .not-found-body h3 {
  font-size: 32px;
  color: #414141;
}
.not-found-content .not-found-body p {
  font-size: 18px;
  color: #6b6b6b;
}
.all-compared-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.all-compared-block .right-col {
  width: 120px;
  border: 1px solid #eee;
  border-radius: 0 5px 5px 0;
}
.all-compared-block .right-col ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.all-compared-block .right-col ul .border-bottom {
  font-family: "Din-next-medium";
  text-align: center;
  padding: 10px;
}
.all-compared-block .right-col ul .border-bottom:first-child {
  height: 120px;
  line-height: 120px;
}
.all-compared-block .right-col ul .border-bottom:last-child {
  border-bottom: none !important;
}
.all-compared-block .right-col ul .border-bottom.text-desc {
  height: 72px;
  line-height: 52px;
}
.all-compared-block .left-col {
  width: calc(100% - 120px);
}
.all-compared-block .left-col li .item-preview .border-bottom:first-child {
  height: 120px;
}
.all-compared-block .left-col li .item-preview .border-bottom.rate-stars,
.all-compared-block .left-col li .item-preview .border-bottom.static-colors {
  height: 45px;
}
.all-compared-block .left-col li .item-preview .border-bottom.text-desc.center {
  max-height: 72px;
  height: 72px;
  overflow: hidden;
}
.all-compared-block .left-col li .item-preview .border-bottom.last {
  padding: 10px;
  border-bottom: none !important;
}
.all-compared-block .left-col li .item-preview .border-bottom.last .btn {
  min-width: 80px;
}
.all-compared-block .left-col li .item-preview .border-bottom.last .btn .btn-grey:focus,
.all-compared-block .left-col li .item-preview .border-bottom.last .btn .btn-grey:hover {
  color: #ffffff;
}
.all-compared-block .all-items ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  overflow-x: auto;
}
.all-compared-block .all-items ul::-webkit-scrollbar {
  height: 8px;
}
.all-compared-block .all-items ul::-webkit-scrollbar-thumb {
  background-color: #858270;
  outline: 1px solid #858270;
  border-radius: 2px;
}
.all-compared-block .all-items ul li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  text-align: center;
  border: 1px solid #eee;
  border-right: 0;
}
.all-compared-block .all-items ul li:first-of-type {
  border-radius: 0;
}
.all-compared-block .all-items ul li:last-of-type {
  border-radius: 5px 0 0 5px;
}
.all-compared-block .all-items ul li p {
  margin: 0;
}
.all-compared-block .all-items ul li .border-bottom {
  padding: 10px;
}
.all-compared-block .all-items ul li:not(:last-of-type) {
  border-left: 1px solid #eee;
}
.all-compared-block .all-items .btn-grey:focus,
.all-compared-block .all-items .btn-grey:hover {
  background-color: #858270;
  color: #ffffff !important;
}
.all-compared-block .left-col li .item-preview .border-bottom.text-desc.center {
  max-height: 72px;
  height: 72px;
  line-height: 26px;
  overflow: hidden;
}
.all-compared-block .left-col li .item-preview .border-bottom.text-desc.center p {
  padding: 0;
}
html.noscroll {
  overflow: hidden;
}
@media (min-width: 992px) {
  .mobile-visible {
    display: none;
  }
  .navbar .search-box {
    display: none;
  }
  .dropdown .dropdown-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    max-height: 350px;
    overflow: hidden;
    overflow-y: auto;
  }
  .dropdown .dropdown-menu::-webkit-scrollbar {
    width: 8px;
  }
  .dropdown .dropdown-menu::-webkit-scrollbar-thumb {
    background-color: #858270;
    outline: 1px solid #858270;
    border-radius: 2px;
  }
  .dropdown:hover > .dropdown-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  .dropdown-submenu:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@media (min-width: 992px) {
  .navbar {
    padding: 8px 0;
  }
  .navbar .navbar-brand {
    margin: 0;
    padding: 0;
  }
  .navbar .navbar-nav {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
  .navbar .nav-item:first-of-type .nav-link {
    padding-right: 0;
  }
  .navbar .nav-item:first-of-type .nav-link:before {
    right: 0;
  }
  .navbar .nav-item:first-of-type .nav-link.active:before,
  .navbar .nav-item:first-of-type .nav-link:focus:before,
  .navbar .nav-item:first-of-type .nav-link:hover:before {
    width: calc(100% - 8px);
  }
  .navbar .nav-item .nav-link {
    color: #ffffff;
    font-family: "Din-next-medium";
    font-size: 18px;
    padding: 8px 16px;
    position: relative;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  .navbar .nav-item .nav-link:before {
    content: "";
    position: absolute;
    bottom: -8px;
    right: 8px;
    width: 0px;
    height: 4px;
    border-radius: 4px;
    background-color: #858270;
    z-index: 1;
    opacity: 0;
    -webkit-transition: width 1s;
    transition: width 1s;
  }
  .navbar .nav-item .nav-link.active,
  .navbar .nav-item .nav-link:focus,
  .navbar .nav-item .nav-link:hover {
    color: #858270;
  }
  .navbar .nav-item .nav-link.active:before,
  .navbar .nav-item .nav-link:focus:before,
  .navbar .nav-item .nav-link:hover:before {
    width: calc(100% - 16px);
    opacity: 1;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  .navbar .nav-item.dropdown .dropdown-toggle:after {
    display: none;
  }
  .navbar .nav-item.dropdown .dropdown-item {
    color: #585858;
    padding: 8px;
  }
  .navbar .nav-item.dropdown .dropdown-item:focus,
  .navbar .nav-item.dropdown .dropdown-item:hover {
    color: #858270;
    background-color: transparent;
  }
  .second-header.fixed {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    -webkit-box-shadow: 0 6px 6px rgba(220, 220, 220, 0.16);
    box-shadow: 0 6px 6px rgba(220, 220, 220, 0.16);
  }
  .ion-close-round,
  .ion-navicon-round {
    display: none;
  }
}
@media (max-width: 1199px) {
  .navbar .nav-item .nav-link {
    font-size: 14px;
  }
  .all-item-slider .slick-next,
  .all-item-slider .slick-prev {
    height: 60px;
  }
  .all-item-slider .item-for .item {
    max-height: 350px;
  }
  .all-compared-block .left-col li .item-preview .border-bottom.text-desc.center {
    line-height: 19px;
  }
  .product-show-text .actions .btn:not(:first-of-type) {
    margin-right: 10px;
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .pusha-panel .nav-item {
    padding: 0px;
    border-bottom: 1px solid #262626;
  }
  .pusha-panel .nav-item.menu-header {
    background: #444;
    border-top: 1px solid #5e5e5e;
    color: #999;
    display: block;
    font-size: 14px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.5;
    padding: 10px 20px;
  }
  .pusha-panel .nav-item .nav-link {
    color: rgba(255, 255, 255, 0.7019607843);
    font-size: 13px;
    padding: 10px 20px;
  }
  .pusha-panel .nav-item .nav-link:focus,
  .pusha-panel .nav-item .nav-link:hover {
    background-color: #5d5d5d;
  }
  .pusha-panel .nav-item .nav-link.dropdown-toggle {
    position: relative;
  }
  .pusha-panel .nav-item .nav-link.dropdown-toggle:after {
    border: none;
    content: "\f107";
    font-family: "Line Awesome Free";
    font-style: normal;
    font-weight: 900;
    font-size: 12px;
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  .pusha-panel .nav-item .nav-link.dropdown-toggle:focus:after {
    content: "\f106";
  }
  .pusha-panel .nav-item .nav-link.active:before,
  .pusha-panel .nav-item .nav-link:focus:before,
  .pusha-panel .nav-item .nav-link:hover:before {
    display: none;
  }
  .pusha-panel .nav-item.dropdown.mega-dropdown li a {
    color: rgba(255, 255, 255, 0.7019607843);
    font-size: 13px;
  }
  .pusha-panel .nav-item.dropdown.mega-dropdown li a.active,
  .pusha-panel .nav-item.dropdown.mega-dropdown li a:active,
  .pusha-panel .nav-item.dropdown.mega-dropdown li a:focus,
  .pusha-panel .nav-item.dropdown.mega-dropdown li a:hover {
    background-color: transparent;
  }
  .pusha-panel .nav-item.dropdown.mega-dropdown li:not(:last-of-type) {
    border-bottom: 1px solid #262626;
  }
  .pusha-panel .nav-item.dropdown.mega-dropdown.show .dropdown-menu.mega-dropdown-menu ul {
    border-left: 0;
  }
  .pusha-panel .nav-item.dropdown.mega-dropdown.show .dropdown-menu.mega-dropdown-menu .sub-links {
    max-height: 200px;
    overflow-y: scroll;
  }
  .pusha-panel .nav-item.dropdown.mega-dropdown.show .dropdown-menu.mega-dropdown-menu.show {
    display: block;
    position: sticky !important;
    -webkit-transform: unset !important;
    transform: unset !important;
    background: transparent;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow-x: hidden;
  }
  .pusha-panel .nav-item p {
    padding: 10px 20px;
    color: #ffffff;
    margin: 0;
    font-size: 12px;
  }
  .pusha-panel .nav-item p img {
    max-width: 18px;
    margin-left: 5px;
  }
  .ion-navicon-round:before {
    content: "\f0c9";
    font-family: "Line Awesome Free";
    font-style: normal;
    font-weight: 900;
  }
  .ion-close-round:before {
    content: "\f00d";
    font-family: "Line Awesome Free";
    font-style: normal;
    font-weight: 900;
  }
  .main-menu.fixed {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    -webkit-box-shadow: 0 6px 6px rgba(220, 220, 220, 0.16);
    box-shadow: 0 6px 6px rgba(220, 220, 220, 0.16);
  }
  .smobitrigger {
    color: #000;
    font-size: 30px;
    padding: 0;
    border: none;
    border-radius: 0;
  }
  .mnuclose {
    font-size: 25px;
    padding: 20px;
    width: 100%;
    background: transparent;
    display: block;
    text-align: left;
    color: #fff;
  }
  .mnuclose span,
  .smobitrigger span {
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
  }
  nav ul {
    padding-bottom: 40px;
    overflow-y: auto;
  }
  nav ul.pagination {
    overflow: hidden;
  }
  .navbar-toggler:focus,
  .navbar-toggler:hover {
    outline: none;
    border: 0;
  }
  .mobimenu {
    list-style: none;
    margin: 0px;
    width: 280px;
    position: fixed;
    height: 100%;
    top: 0px;
    right: -280px;
    -webkit-transition: all 3s ease-in;
    transition: all 3s ease-in;
  }
  .ovrActv {
    position: fixed;
    background: rgba(0, 0, 0, 0.79);
    width: 100%;
    height: 100%;
    z-index: 9998;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
  }
  .main-menu {
    background-color: #ffffff;
  }
  .navbar {
    padding: 10px 0;
  }
  .navbar .right-grid-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar .nav-item {
    padding: 0px 0 1px;
  }
  .navbar .nav-item .nav-link {
    color: #ffffff;
    font-size: 14px;
    padding: 10px 20px;
  }
  .navbar .nav-item .nav-link.dropdown-toggle {
    position: relative;
    background-color: #424242;
  }
  .navbar .nav-item .nav-link.dropdown-toggle:after {
    border: none;
    content: "\f107";
    font-family: "Line Awesome Free";
    font-style: normal;
    font-weight: 900;
    font-size: 12px;
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .navbar .nav-item .nav-link.active:before,
  .navbar .nav-item .nav-link:focus:before,
  .navbar .nav-item .nav-link:hover:before {
    display: none;
  }
  .navbar .nav-item.dropdown.mega-dropdown li a {
    color: #ffffff;
    font-size: 13px;
  }
  .navbar .nav-item.dropdown.mega-dropdown li a.active,
  .navbar .nav-item.dropdown.mega-dropdown li a:active,
  .navbar .nav-item.dropdown.mega-dropdown li a:focus,
  .navbar .nav-item.dropdown.mega-dropdown li a:hover {
    background-color: transparent;
  }
  .navbar .nav-item.dropdown.mega-dropdown.show .dropdown-menu.mega-dropdown-menu ul {
    border-left: 0;
    padding-bottom: 20px;
  }
  .navbar .nav-item.dropdown.mega-dropdown.show .dropdown-menu.mega-dropdown-menu .row {
    max-height: 200px;
    overflow-y: scroll;
  }
  .navbar .nav-item.dropdown.mega-dropdown.show .dropdown-menu.mega-dropdown-menu.show {
    display: block;
    position: sticky;
    background: transparent;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow-x: hidden;
  }
  .navbar .nav-item p {
    padding: 10px 20px;
    color: #ffffff;
    margin: 0;
    font-size: 12px;
  }
  .navbar .nav-item p img {
    max-width: 18px;
    margin-left: 5px;
  }
  .navbar .navbar-brand {
    width: 100px;
    margin-right: 10px;
    padding: 0;
  }
  .navbar .left-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
  }
  .navbar .left-grid .mobile-box {
    line-height: 32px;
    height: 24px;
  }
  .navbar .left-grid .mobile-box.cart {
    line-height: 24px;
  }
  .navbar .left-grid .mobile-box.cart img {
    max-width: 20px;
  }
  .navbar .left-grid .mobile-box.search-button {
    margin-left: 10px;
  }
  .navbar .left-grid .mobile-box.search-button .search-toggle {
    position: relative;
    display: block;
    color: #373737;
  }
  .navbar .left-grid .mobile-box.search-button .search-toggle i {
    font-size: 20px;
  }
  .navbar .left-grid .mobile-box.search-button .search-toggle.active {
    color: #ea291a;
  }
  .navbar .left-grid .mobile-box.search-button .search-toggle.active .la-search:before {
    content: "\f00d";
    font-family: "Line Awesome Free";
    font-style: normal;
    font-weight: 900;
  }
  .navbar .left-grid .mobile-box.user-menu.menu-item {
    margin-left: 10px;
  }
  .navbar .left-grid .mobile-box.user-menu.menu-item .menu-link:after,
  .navbar .left-grid .mobile-box.user-menu.menu-item .menu-link:before {
    display: none;
  }
  .navbar .left-grid .mobile-box.user-menu.menu-item i {
    font-size: 20px;
  }
  .navbar .left-grid .mobile-box.user-menu.menu-item .sub-menu ul li {
    padding: 5px 10px;
    font-size: 12px;
  }
  .navbar .left-grid .mobile-box.user-menu.menu-item .sub-menu ul li:hover:after {
    display: none;
  }
  .navbar .left-grid .mobile-box.user-menu.menu-item .sub-menu ul li a img {
    max-width: 15px;
  }
  .mobile-search .search-box {
    position: relative;
    bottom: 0px;
    width: 100%;
    height: 100%;
    max-height: 0;
    border: 1px solid #d4d4d4;
    color: #bebebe;
    caret-color: #9399ff;
    text-align: right;
    height: 52px;
    border-radius: 5px;
    font-size: 14px;
    font-family: "Din-next-medium";
    background-color: #f5f5f5;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    max-height: 40px;
    height: 40px;
    visibility: visible;
    opacity: 1;
    z-index: 3;
  }
  .mobile-search .search-box .search-button {
    height: 34px;
    line-height: 32px;
    font-size: 20px;
    color: #373737;
    position: absolute;
    left: 3px;
    top: 50%;
    line-height: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .mobile-search .search-box .search-button:focus,
  .mobile-search .search-box .search-button:hover {
    border-radius: 5px;
  }
  .mobile-search .search-box .search-input {
    width: 100%;
    height: 100%;
    padding: 0 1em 0 55px;
    border: 0;
    background-color: transparent;
    opacity: 0;
    color: #6b6b6b;
    font-size: 13px;
    opacity: 1;
    outline: none;
  }
  .mobile-search .search-box .search-input::-webkit-input-placeholder {
    font-size: 13px;
  }
  .mobile-search .search-box .search-input::-moz-placeholder {
    font-size: 13px;
  }
  .mobile-search .search-box .search-input:-ms-input-placeholder {
    font-size: 13px;
  }
  .mobile-search .search-box .search-input::-ms-input-placeholder {
    font-size: 13px;
  }
  .mobile-search .search-box .search-input::placeholder {
    font-size: 13px;
  }
  .rtl .navbar-nav .nav-item + .nav-item,
  [dir="rtl"] .navbar-nav .nav-item + .nav-item {
    margin-right: 0;
  }
  header {
    margin-bottom: 15px;
  }
  .top-header {
    display: none;
  }
  .second-header {
    display: none;
  }
  [dir="rtl"] .slick-dots {
    bottom: 10px;
  }
  [dir="rtl"] .slick-dots li {
    height: 15px;
    width: 15px;
    margin: 0 2px;
  }
  [dir="rtl"] .slick-dots li button {
    height: 10px;
    width: 10px;
    border-radius: 10px;
  }
  .banner-slider .slick-next,
  .banner-slider .slick-prev {
    display: none !important;
  }
  .all-item-slider .slick-next,
  .all-item-slider .slick-prev {
    height: 50px;
  }
  .all-item-slider .item-for .item.item {
    max-height: 250px;
  }
  .banner-slider .banner-slide-wrapper .overlay .right-center {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .banner-slider .banner-slide-wrapper .overlay .right-center h1 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .banner-slider .banner-slide-wrapper .watermark-bottom-left {
    width: 50px;
    left: 20px;
    bottom: 10px;
  }
  .banner-slider .banner-slide-wrapper .watermark-bottom-left img {
    max-width: 100%;
    height: auto;
  }
  .product-show-text .m-b-15 {
    margin-bottom: 10px;
  }
  .product-show-text .product-show-text p {
    font-size: 13px;
  }
  .product-show-text .actions {
    padding-bottom: 10px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .product-show-text .actions .btn {
    width: 60px;
    height: 42px;
    line-height: 46px;
    padding: 0 8px;
    text-align: center;
  }
  .product-show-text .actions .btn:not(:last-of-type) {
    margin-left: 10px;
  }
  .product-show-text .actions .btn i {
    margin: 0;
  }
  .product-show-text .actions .btn .text {
    display: none;
  }
  .product-show-text .actions .link {
    font-size: 13px;
  }
  .product-show-text .left-text {
    margin-top: 10px;
  }
  .product-show-text .left-text .share-social li.btn-main .text {
    display: none;
  }
  .payment-hidden .form-group.d-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .payment-wizard .accordion .card .date-block .cols .single-col-date {
    width: 80px;
  }
  .payment-wizard .accordion .btn-add {
    font-size: 13px;
  }
  .payment-wizard .form-group.d-flex .radio:not(:last-of-type) {
    margin-left: 10px;
  }
  .payment-wizard .form-group.d-flex .radio .radio-label {
    font-size: 13px;
  }
  .payment-wizard .form-group.d-flex .radio input[type="radio"] + .radio-label:before {
    width: 15px;
    height: 15px;
    margin-left: 5px;
  }
  .payment-wizard .form-group.all-date {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .not-found-content .not-found-img {
    width: 500px;
  }
  .not-found-content .not-found-body h3 {
    font-size: 24px;
  }
  .not-found-content .not-found-body p {
    font-size: 16px;
  }
  .banner-slider .banner-slide {
    max-height: 320px;
    height: 320px;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .form-group:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .control-label {
    font-size: 12px;
    margin-bottom: 10px;
  }
  select.form-control {
    background-position: 8px 20px;
  }
  .form-control {
    font-size: 12px;
    height: 42px;
  }
  .form-control::-webkit-input-placeholder {
    font-size: 12px;
  }
  .form-control::-moz-placeholder {
    font-size: 12px;
  }
  .form-control:-ms-input-placeholder {
    font-size: 12px;
  }
  .form-control::-ms-input-placeholder {
    font-size: 12px;
  }
  .form-control::placeholder {
    font-size: 12px;
  }
  .g-form .form-group .toggle-edit,
  .g-form .form-group .toggle-password {
    font-size: 16px;
  }
  .g-form .other-actions .forget {
    font-size: 12px;
  }
  .btn {
    height: 42px;
    line-height: 36px;
    padding: 0 12px;
  }
  section {
    padding: 15px 0;
  }
  .sec-title {
    margin-bottom: 15px;
  }
  .bottom-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .title .main-title {
    font-size: 15px;
  }
  .title:before {
    width: calc(100% - 80px);
  }
  .second-title {
    margin-bottom: 15px;
    font-size: 15px;
  }
  .sec-title .border-label,
  .sec-title h4 {
    font-size: 15px;
  }
  .product-show-text .sub-title {
    min-width: 50px;
  }
  .white-arrows .slick-next,
  .white-arrows .slick-prev {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .white-arrows .slick-next:before,
  .white-arrows .slick-prev:before {
    line-height: 30px;
    font-size: 18px;
  }
  .top-arrows .slick-next,
  .top-arrows .slick-prev {
    top: -40px;
  }
  .top-arrows .slick-prev {
    left: 40px;
    right: unset;
  }
  .card .hover-item {
    max-height: 110px;
  }
  .banner-grids .banner-div img {
    min-height: 80px;
  }
  .subscribe .form-subscribtion {
    width: 100%;
    margin: 0 auto 15px;
  }
  .download-block {
    display: none;
  }
  .subscribe {
    padding: 15px 0;
  }
  .subscribe .form-subscribtion .form-group .btn-absolute {
    position: absolute;
    left: 3px;
    top: 3px;
    height: 36px;
    line-height: 36px;
    padding: 0 20px;
  }
  .features-list {
    position: relative;
    top: 0;
  }
  .features-list .col-md-3:not(:last-of-type) {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .features-list .col-md-3:not(:last-of-type):after {
    width: 90%;
    height: 1px;
    left: 50%;
    top: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  footer {
    margin: 0;
    padding: 15px 0;
  }
  footer .header-col {
    margin-top: 10px;
  }
  footer .header-col.logo-div {
    width: 200px;
    margin: 30px auto;
  }
  footer .header-col h3 {
    margin-bottom: 0;
    font-size: 15px;
  }
  footer .footer-social li a {
    font-size: 13px;
  }
  footer .download-btns a img {
    width: 100px;
  }
  .copy-right {
    padding: 10px 0;
  }
  .copy-right .center p {
    font-size: 9px;
  }
  .breadcrumbs-block .main-title {
    font-size: 17px;
  }
  .breadcrumbs-block .breadcrumb .breadcrumb-item {
    font-size: 13px;
  }
  .contact-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contact-list li {
    margin-bottom: 20px;
    padding-bottom: 10px;
    width: 100%;
  }
  .contact-list li:not(:last-of-type):after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 2px;
    width: 80%;
  }
  .contact-list .contact-link h6 {
    font-size: 14px;
  }
  .contact-list .contact-link p {
    font-size: 12px;
  }
  .content-block .font-black {
    width: 100%;
    font-size: 13px;
    line-height: 23px;
  }
  .success-msg .checkmark {
    margin: 15px auto;
  }
  .modal-content {
    max-width: 280px;
    margin: auto;
  }
  .modal-content .mgs-text {
    font-size: 15px;
  }
  .modal-content .modal-footer {
    padding: 15px 0 15px;
  }
  .address-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .address-list li:not(:last-of-type) {
    margin-left: 4px;
  }
  .address-list .radio-btn {
    width: 100%;
  }
  .address-box {
    margin-bottom: 20px;
  }
  .address-box .card-body {
    padding-right: 45px;
  }
  .address-box .card-body h5 {
    font-size: 13px;
  }
  .address-box .card-body h5 span.main-color {
    font-size: 13px;
  }
  .address-box .card-body p {
    font-size: 12px;
  }
  .table-preview .table-top-actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .table-preview .table-top-actions .form-group {
    width: 100%;
  }
  .table-preview .table-top-actions .form-group .label-control {
    width: 85px;
  }
  .table thead td,
  .table thead th {
    font-size: 12px;
  }
  .table .btn-grey {
    font-size: 12px;
    width: 100px;
  }
  .list-status.list-unstyled {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .list-status .status .circle {
    width: 15px;
    height: 15px;
  }
  .list-status .status .circle:after {
    font-size: 11px;
  }
  .list-status .status:after {
    content: "";
    position: absolute;
    width: calc(100% - 15px);
    right: calc(50% + 7.5px);
  }
  .list-status .status:first-of-type {
    text-align: right;
  }
  .list-status .status:first-of-type:after {
    width: calc(150% - 22.5px);
    right: 15px;
  }
  .list-status .status:last-of-type:after {
    width: calc(150% - 22.5px);
    left: 15px;
  }
  .list-status .status:nth-last-of-type(2):after {
    width: calc(150% - 22.5px);
    z-index: 3;
  }
  .list-status .status .status-text {
    font-size: 11px;
  }
  .table-img {
    height: 60px;
    width: 60px;
  }
  .slick-dotted.slick-slider {
    margin-bottom: 0;
  }
  .product-img .form-inline .btn {
    width: 30px;
    height: 30px;
    line-height: 35px;
  }
  .product-img .form-inline .btn i {
    font-size: 16px;
  }
  .second-row .list-stripped li span {
    font-size: 12px;
    padding: 10px;
  }
  .second-row .col-md-6:first-of-type {
    margin-bottom: 30px;
  }
  .filter-grid {
    position: fixed;
    top: 0;
    height: 100%;
    background: #fff;
    -webkit-box-shadow: 0 0 8px #888;
    box-shadow: 0 0 8px #888;
    z-index: 9999;
    width: 250px;
    padding: 15px;
    overflow-y: auto;
    overflow-x: hidden;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
    right: -250px;
  }
  .filter-grid::-webkit-scrollbar {
    width: 8px;
  }
  .filter-grid::-webkit-scrollbar-thumb {
    background-color: #858270;
    outline: 1px solid #858270;
    border-radius: 2px;
  }
  .filter-grid.active {
    right: 0;
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -webkit-transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  .filter-responsive {
    display: inline-block;
  }
  .products-pg-sec nav {
    margin: 0px 0;
  }
  .badge {
    font-size: 10px;
  }
  .product-img .badge.discount {
    top: 6px;
    right: 6px;
  }
  .filter-div-row .main-filter-form label {
    width: 60px;
  }
  .filter-div-row .main-filter-form select.form-control {
    min-width: 120px;
    max-width: 200px;
  }
  .product-show-text .product-show-text p {
    font-size: 12px;
  }
  .product-show-text .actions .link {
    font-size: 12px;
  }
  .product-show-text .static-size {
    margin-bottom: 10px;
  }
  .product-show-text .left-text {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .all-details .nav .nav-link {
    font-size: 14px;
  }
  .all-details .single-data p {
    padding: 10px;
    font-size: 13px;
    line-height: 23px;
  }
  .all-details .single-data .list-stripped li span {
    width: calc(40% - 1px);
    padding: 10px 10px;
    font-size: 13px;
  }
  .all-details .single-data .commnets-div {
    padding: 10px 10px 0;
  }
  .all-details .single-data .commnets-div .rev-det {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .all-details .single-data .commnets-div .rev-det .rev-name {
    margin-bottom: 10px;
  }
  .all-details .single-data .commnets-div .rev-det .rev-name .text-name {
    font-size: 14px;
  }
  .all-details .single-data .commnets-div .rev-det .rev-name .rev-date {
    font-size: 12px;
  }
  .all-details .single-data .commnets-div .rev-det .rate-stars {
    margin-bottom: 10px;
  }
  .all-details .single-data .add-comment {
    padding: 10px;
  }
  .all-details .single-data .add-comment textarea.form-control {
    width: 100%;
  }
  .all-details .single-data .add-comment .btn-main {
    margin: auto;
    width: 120px;
    display: block;
  }
  .all-item-slider .item-for .item.item {
    max-height: 230px;
  }
  .coupon-details .coupon-body .justify-content-end {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .coupon-details .coupon-body .btn-transparent {
    width: 100%;
    max-width: 220px;
  }
  .pay-details .pay-list li {
    padding: 10px;
    font-size: 13px;
  }
  .pay-details .btn-main {
    margin-top: 15px;
  }
  .order-summary {
    margin-top: 20px;
  }
  .order-summary .items-preview-sm,
  .order-summary .pay-list {
    padding-top: 10px;
  }
  .order-summary .items-preview-sm li,
  .order-summary .pay-list li {
    padding-bottom: 10px;
  }
  .order-summary .items-preview-sm li:not(:last-of-type),
  .order-summary .pay-list li:not(:last-of-type) {
    margin-bottom: 10px;
    margin-bottom: 10px;
  }
  .verify-msg .modal-icon {
    width: 40px;
    height: 40px;
    margin: 20px auto 10px;
  }
  .verify-msg .modal-content .mgs-text {
    margin-bottom: 10px;
  }
  .verify-msg .modal-content .modal-footer {
    padding: 10px 0 10px;
  }
  .payment-wizard .accordion .card .btn-link.sec-title h4:before {
    bottom: -3px;
  }
  .table p.text-desc {
    font-size: 11px;
    line-height: 18px;
  }
  .cart-block .counter-div {
    margin: 0;
  }
  .cart-block .counter-div .sub-title {
    white-space: nowrap;
    display: none;
  }
  .iti-mobile .iti__country-list {
    max-height: 289px;
  }
  .order-summary .items-preview-sm .item-img,
  .order-summary .pay-list .item .item-img {
    height: 70px;
    margin-left: 10px;
    max-width: 70px;
  }
  .order-summary .items-preview-sm .item-detail h5,
  .order-summary .pay-list .item .item-detail h5 {
    font-size: 13px;
    margin-bottom: 5px;
  }
  .order-summary .items-preview-sm .item-detail p.light,
  .order-summary .items-preview-sm .item-detail p.prices,
  .order-summary .pay-list .item .item-detail p.light,
  .order-summary .pay-list .item .item-detail p.prices {
    font-size: 12px;
  }
  .table-w-radius {
    border: none;
  }
  .table-w-radius .table,
  .table-w-radius table {
    border: none;
  }
  .table-w-radius .table thead td,
  .table-w-radius .table thead th,
  .table-w-radius table thead td,
  .table-w-radius table thead th {
    display: none;
    border: none;
  }
  .table-w-radius .table td,
  .table-w-radius .table th,
  .table-w-radius table td,
  .table-w-radius table th {
    display: none;
    border: none;
  }
  .table-w-radius .table td.mobile-visible,
  .table-w-radius table td.mobile-visible {
    display: block;
    border-radius: 5px;
    border: 1px solid #eeeeee !important;
    margin-bottom: 10px;
  }
  .table-w-radius .table td.mobile-visible .item,
  .table-w-radius table td.mobile-visible .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 0;
  }
  .table-w-radius .table td.mobile-visible .item .item-img,
  .table-w-radius table td.mobile-visible .item .item-img {
    height: 130px;
    width: 100px;
    border-radius: 5px;
    margin-left: 10px;
    max-width: 100px;
    position: relative;
  }
  .table-w-radius .table td.mobile-visible .item .item-img img,
  .table-w-radius table td.mobile-visible .item .item-img img {
    height: 100%;
    width: 100%;
    border-radius: 5px;
  }
  .table-w-radius .table td.mobile-visible .item .item-img .close-btn,
  .table-w-radius table td.mobile-visible .item .item-img .close-btn {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: #f2f2f2;
    color: #6b6b6b;
    z-index: 9;
    font-size: 13px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 50%;
    overflow: hidden;
    -webkit-box-shadow: 0px 5px 5px rgba(121, 121, 121, 0.3);
    box-shadow: 0px 5px 5px rgba(121, 121, 121, 0.3);
    cursor: pointer;
  }
  .table-w-radius .table td.mobile-visible .item .item-detail,
  .table-w-radius table td.mobile-visible .item .item-detail {
    text-align: right;
    width: calc(100% - 100px);
  }
  .table-w-radius .table td.mobile-visible .item .item-detail h5,
  .table-w-radius table td.mobile-visible .item .item-detail h5 {
    font-size: 14px;
    margin-bottom: 10px;
    color: #373737;
    font-family: "Din-next-medium";
  }
  .table-w-radius .table td.mobile-visible .item .item-detail .d-flex,
  .table-w-radius table td.mobile-visible .item .item-detail .d-flex {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .table-w-radius .table td.mobile-visible .item .item-detail .d-flex p,
  .table-w-radius table td.mobile-visible .item .item-detail .d-flex p {
    margin: 0;
  }
  .table-w-radius .table td.mobile-visible .item .item-detail p,
  .table-w-radius table td.mobile-visible .item .item-detail p {
    margin-bottom: 10px;
  }
  .table-w-radius .table td.mobile-visible .item .item-detail p.light,
  .table-w-radius .table td.mobile-visible .item .item-detail p.prices,
  .table-w-radius table td.mobile-visible .item .item-detail p.light,
  .table-w-radius table td.mobile-visible .item .item-detail p.prices {
    font-size: 12px;
  }
  .table-w-radius .table td.mobile-visible .item .item-detail p.total,
  .table-w-radius table td.mobile-visible .item .item-detail p.total {
    color: #373737;
    font-size: 13px;
    font-family: "Din-next-medium";
  }
  .table-w-radius .table td.mobile-visible .item .item-detail .text-desc,
  .table-w-radius table td.mobile-visible .item .item-detail .text-desc {
    margin-bottom: 10px;
  }
  .table-w-radius .table td.mobile-visible .item-order .order-detail,
  .table-w-radius table td.mobile-visible .item-order .order-detail {
    text-align: right;
  }
  .table-w-radius .table td.mobile-visible .item-order .order-detail h5,
  .table-w-radius table td.mobile-visible .item-order .order-detail h5 {
    font-size: 14px;
    margin-bottom: 10px;
    color: #373737;
    font-family: "Din-next-medium";
  }
  .table-w-radius .table td.mobile-visible .item-order .order-detail p,
  .table-w-radius table td.mobile-visible .item-order .order-detail p {
    margin-bottom: 10px;
  }
  .iv-image-wrap img {
    width: 100% !important;
    height: 100% !important;
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
  }
  .not-found-content {
    padding: 15px 0;
  }
  .not-found-content .not-found-img {
    width: 200px;
    margin: 15px auto;
  }
  .not-found-content .not-found-body h3 {
    font-size: 18px;
  }
  .not-found-content .not-found-body p {
    font-size: 14px;
  }
  .all-compared-block.hidden-mobile {
    display: none;
  }
  .all-compared-block .right-col {
    display: none;
  }
  .all-compared-block .left-col .hidden-mobile {
    display: none;
  }
  .comparing-table .mobile-comparing-table .mobile-visible {
    display: block;
    border-radius: 5px;
    border: 1px solid #eeeeee !important;
    margin-bottom: 10px;
    padding: 0.75rem;
  }
  .comparing-table .mobile-comparing-table .mobile-visible .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 0;
  }
  .comparing-table .mobile-comparing-table .mobile-visible .item .item-img {
    height: 130px;
    width: 100px;
    border-radius: 5px;
    margin-left: 10px;
    max-width: 100px;
    position: relative;
  }
  .comparing-table .mobile-comparing-table .mobile-visible .item .item-img img {
    height: 100%;
    width: 100%;
    border-radius: 5px;
  }
  .comparing-table .mobile-comparing-table .mobile-visible .item .item-img .close-btn {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: #f2f2f2;
    color: #6b6b6b;
    z-index: 9;
    font-size: 13px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 50%;
    overflow: hidden;
    -webkit-box-shadow: 0px 5px 5px rgba(121, 121, 121, 0.3);
    box-shadow: 0px 5px 5px rgba(121, 121, 121, 0.3);
    cursor: pointer;
  }
  .comparing-table .mobile-comparing-table .mobile-visible .item .item-detail {
    text-align: right;
    width: calc(100% - 100px);
  }
  .comparing-table .mobile-comparing-table .mobile-visible .item .item-detail h5 {
    font-size: 14px;
    margin-bottom: 10px;
    color: #373737;
    font-family: "Din-next-medium";
  }
  .comparing-table .mobile-comparing-table .mobile-visible .item .item-detail .d-flex {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .comparing-table .mobile-comparing-table .mobile-visible .item .item-detail .d-flex p {
    margin: 0;
  }
  .comparing-table .mobile-comparing-table .mobile-visible .item .item-detail p {
    margin-bottom: 10px;
    padding: 0;
  }
  .comparing-table .mobile-comparing-table .mobile-visible .item .item-detail p.light,
  .comparing-table .mobile-comparing-table .mobile-visible .item .item-detail p.prices {
    font-size: 12px;
  }
  .comparing-table .mobile-comparing-table .mobile-visible .item .item-detail p.total {
    color: #373737;
    font-size: 13px;
    font-family: "Din-next-medium";
  }
  .comparing-table .mobile-comparing-table .mobile-visible .item .item-detail .text-desc {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 18px;
  }
  .comparing-table .mobile-comparing-table .mobile-visible .item .btn-grey {
    font-size: 12px;
    width: 100px;
  }
  .comparing-table .mobile-comparing-table .mobile-visible .item-order .order-detail {
    text-align: right;
  }
  .comparing-table .mobile-comparing-table .mobile-visible .item-order .order-detail h5 {
    font-size: 14px;
    margin-bottom: 10px;
    color: #373737;
    font-family: "Din-next-medium";
  }
  .comparing-table .mobile-comparing-table .mobile-visible .item-order .order-detail p {
    margin-bottom: 10px;
  }
  .banner-slider .banner-slide {
    max-height: 150px;
    height: 150px;
    overflow: hidden;
  }
  .description-w-p p {
    padding: 0;
  }
}
@media (max-width: 575px) {
  .slick-initialized .slick-slide {
    text-align: center;
  }
  .slick-initialized .slick-slide > div {
    margin: auto;
    margin: 0 auto;
  }
  .slick-slide {
    margin: 0 8px;
  }
  .slick-list {
    margin: 0 -8px;
  }
  .card-body {
    padding: 10px;
  }
  .product-slide .price,
  .product-slide .price.recent {
    font-size: 12px;
  }
  .card .card-title {
    font-size: 13px;
    margin-bottom: 0;
  }
  .banner-grids .banner-div {
    margin-bottom: 15px;
  }
  footer .footer-link:not(:last-of-type) {
    margin-bottom: 5px;
  }
  footer .f-width {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  footer .f-width .public-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  footer .f-width .public-info .footer-social {
    margin-bottom: 0;
  }
  footer .f-width .public-info .payments {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  footer .f-width .public-info .payments img {
    margin: 0 auto 10px;
    width: 50px;
  }
  footer .f-width .public-info .payments img:last-of-type {
    margin-bottom: 0;
  }
  footer .h-width {
    width: 50%;
  }
  .filter-div-row .col-sm-7 .main-filter-form {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .filter-div-row .main-filter-form select.form-control {
    width: auto;
    min-width: 52px;
  }
  .cart-block .counter-div .inner-inputs span {
    width: 30px;
    height: 30px;
    line-height: 25px;
    margin: 0 5px;
    font-size: 18px;
  }
  .cart-block .counter-div .inner-inputs .form-control {
    width: 40px;
    height: 30px;
  }
  .table-w-radius .table,
  .table-w-radius table {
    border: none;
  }
  .table-w-radius .table thead td,
  .table-w-radius .table thead th,
  .table-w-radius table thead td,
  .table-w-radius table thead th {
    display: none;
    border: none;
  }
  .table-w-radius .table td,
  .table-w-radius .table th,
  .table-w-radius table td,
  .table-w-radius table th {
    display: none;
    border: none;
  }
  .table-w-radius .table td.mobile-visible .item .item-img,
  .table-w-radius table td.mobile-visible .item .item-img {
    height: 70px;
    width: 60px;
    max-width: 60px;
  }
  .table-w-radius .table td.mobile-visible .item .item-detail,
  .table-w-radius table td.mobile-visible .item .item-detail {
    text-align: right;
    width: calc(100% - 60px);
  }
  .comparing-table .mobile-comparing-table .mobile-visible {
    display: block;
    border-radius: 5px;
    border: 1px solid #eeeeee !important;
    margin-bottom: 10px;
    padding: 0.75rem;
  }
  .comparing-table .mobile-comparing-table .mobile-visible .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 0;
  }
  .comparing-table .mobile-comparing-table .mobile-visible .item .item-img {
    height: 70px;
    width: 60px;
    max-width: 60px;
  }
  .comparing-table .mobile-comparing-table .mobile-visible .item .item-detail {
    text-align: right;
    width: calc(100% - 70px);
  }
  .comparing-table .mobile-comparing-table .mobile-visible .item .item-detail h5 {
    font-size: 13px;
  }
  .comparing-table .mobile-comparing-table .mobile-visible .item .item-detail p.light,
  .comparing-table .mobile-comparing-table .mobile-visible .item .item-detail p.prices {
    font-size: 12px;
  }
  .comparing-table .mobile-comparing-table .mobile-visible .item .item-detail p.total {
    font-size: 12px;
  }
  .comparing-table .mobile-comparing-table .mobile-visible .item-order .order-detail h5 {
    font-size: 13px;
  }
}
@media (max-width: 540px) {
  .all-item-slider .item-nav .item {
    width: 90px !important;
  }
}
@media (min-width: 768px) {
  .table td.mobile-visible,
  table td.mobile-visible {
    display: none;
  }
  .comparing-table .mobile-comparing-table .mobile-visible {
    display: none;
  }
}
@media (max-width: 991px) {
  .radio input[type="radio"] + .radio-label:before {
    width: 15px;
    height: 15px;
    margin-left: 5px;
  }
  .right-grid-mobile .mobimenu.navbar-nav {
    display: none;
  }
  .all-compared-block .left-col li .item-preview .border-bottom.text-desc.center {
    font-size: 13px;
  }
  footer .row.d-center {
    display: none;
  }
  .product-show-text .counter-div {
    margin-top: 15px;
  }
}

.main_card__.intro_card__ {
    background: linear-gradient(69deg, #DDD 14.86%, #FAF9F2 87.47%) !important;
}

.footer_sec__ {
  background-color: #111 !important;
}

.copyrights_content___ {
  background-color: unset !important;
  padding: 0 !important;
}

footer {
  padding-top: 0 !important;
  padding-bottom: 0 !important;

  margin-top: 0 !important;
}

.footer_socials__  {
  flex-wrap: wrap;
  gap: 1.4rem !important;
  row-gap: 1rem;
}

.footer_socials__ .link__ {
  width: 42px !important;
  height: 42px !important;
  padding: 0 !important;
}

.footer_socials__ .link__ img {
  display: block;
  width: 42px !important;
  height: 42px !important;
  object-fit: contain;
}

.page_head__ .head_content__ {
  padding: 0 !important;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.page_head__ .head_content__ .links_wrapper__ {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

@media (max-width: 573px) {
  .page_head__ .head_content__ {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 0.75rem !important;
    padding-top: 1rem !important;
  }

  .page_head__ .head_content__ .links_wrapper__ {
    justify-content: center;
    gap: 0.75rem;
  }

  .page_head__ .head_content__ .links_wrapper__:empty {
    display: none !important;
  }

  .page_head__ .head_content__ .single_product_page_link__ {
    margin: 0 !important;
  }

  a.link__.single_product_link__:first-child {
    margin-top: 0rem !important;
  }

  a.link__.single_product_link__ {
    margin-top: 3rem !important;
  }
}

button.button__.plus_button__.plus{
  display: flex;
  align-items: center;
  padding-top: 0.5rem;
}

button.button__.minus_button__.minus {
  display: flex;
  align-items: center;
  padding-top: 0.5rem;
  border: 0;
  background: none;
  color: #000;
}

span#count-of-item {
  padding-top: 6px;
}

/*# sourceMappingURL=style.css.map */


.business-copyright-content span {
  color: #B1B1B1;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 14.256px; /* 89.102% */
  letter-spacing: -0.132px;
}

.copyright-content-wrapper {
  padding: 2.8rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

a {
  text-decoration: none!important;
}

section.copyrights {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-self: end;
  gap: 8px;
  z-index: 1000;
  padding-top: 34px;
  overflow: visible;
}

@media (max-width: 993px) {
  section.copyrights {
    justify-self: center;
  }
}

section.copyrights .badge {
  position: absolute;
  top: -7px;
  left: 50%;
  transform: translateX(-50%);
  background: #ffffff;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 10px;
  border-radius: 4px;
  line-height: 1;
  white-space: nowrap;
  z-index: 2;

  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease;
  pointer-events: none;
}

section.copyrights:hover .badge {
  opacity: 1;
  visibility: visible;
}

/* triangle */
section.copyrights:hover .badge::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #ffffff;
}

.site_loader__ {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: grid;
  place-items: center;
  min-height: 100vh;
  min-height: 100dvh;
  padding: clamp(24px, 6vw, 72px);
  background: #f7f4ee;
  transition: opacity 0.55s ease, visibility 0.55s ease;
}

.site_loader__::before {
  content: "";
  position: absolute;
  inset: clamp(14px, 2.5vw, 34px);
  /* border: 1px solid rgba(145, 141, 120, 0.18); */
  pointer-events: none;
}

.site_loader_inner__ {
  position: relative;
  display: grid;
  place-items: center;
  width: min(78vw, 430px);
  min-height: clamp(92px, 16vw, 138px);
}

.site_loader_logo__ {
  position: relative;
  z-index: 1;
  display: block;
  width: clamp(168px, 34vw, 320px);
  max-width: 78vw;
  height: auto;
  animation: site-loader-breathe 1.8s ease-in-out infinite;
}

.site_loader__.is_hidden__ {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

@keyframes site-loader-breathe {
  0%, 100% {
    opacity: 0.72;
    transform: translateY(0);
  }
  50% {
    opacity: 1;
    transform: translateY(-2px);
  }
}

@media (max-width: 575px) {
  .site_loader__ {
    padding: 22px;
  }

  .site_loader_inner__ {
    width: 86vw;
    min-height: 92px;
  }

  .site_loader_logo__ {
    width: min(72vw, 250px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .site_loader_logo__ {
    animation: none;
  }
}

@media (max-width: 573px) {
  .copyrights_content___ .payment_methods__{
    margin-top: 1rem !important;
  }
}

span.price.discount {
  color: #A20101 !important;
}

input#search-name {
  padding-top: 1px !important;
}

.products-pg-sec .filter-div-row form > .row {
  align-items: center;
}

.products-pg-sec .filter-div-row .main-filter-form {
  align-items: center !important;
  gap: 1rem;
}

.products-pg-sec .filter-div-row .main-filter-form label {
  display: inline-flex;
  align-items: center;
  min-height: 3.2rem;
  margin: 0 !important;
  line-height: 1.2;
}

.products-pg-sec .filter-div-row .main-filter-form select.form-control {
  height: 3.2rem !important;
  min-height: 3.2rem;
  padding-block: 0;
  padding-inline: 1.2rem 3rem;
  line-height: 3.2rem;
  background-position: left 1rem center !important;
  text-align: start;
}

.products-pg-sec .filter-div-row #paginate_product {
  min-width: 5.8rem;
}

.products-pg-sec .filter-div-row #order_by_type {
  min-width: 14.5rem;
}

@media only screen and (max-width: 575px) {
  .products-pg-sec .filter-div-row form > .row {
    gap: 1rem 0;
  }

  .products-pg-sec .filter-div-row .col-5,
  .products-pg-sec .filter-div-row .col-7 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .products-pg-sec .filter-div-row .main-filter-form,
  .products-pg-sec .filter-div-row .col-7 .main-filter-form {
    justify-content: space-between !important;
  }

  .products-pg-sec .filter-div-row .main-filter-form label {
    width: auto !important;
  }

  .products-pg-sec .filter-div-row .main-filter-form select.form-control {
    width: 16rem;
    max-width: 60%;
  }
}

.home_page__ .products_sec__ .product_card__ .price_wrapper__ {
  align-items: center;
  flex-wrap: wrap;
  gap: 0.8rem 1rem;
}

.home_page__ .products_sec__ .product_card__ .price__ {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 2.2rem !important;
  line-height: 1.2;
}

.home_page__ .products_sec__ .product_card__ .price__.old__ {
  font-size: 1.7rem !important;
}

.home_page__ .products_sec__ .product_card__ .price__ img {
  width: auto !important;
  height: 1em !important;
  flex-shrink: 0;
}

@media only screen and (max-width: 991px) {
  .home_page__ .products_sec__ .product_card__ .image_wrapper .link__.shop_now_link__ {
    width: 82% !important;
    max-width: 18rem;
    min-width: 14rem;
    height: 5rem !important;
    padding: 0.8rem 1.2rem !important;
    font-size: 1.45rem !important;
    line-height: 1.1;
    gap: 0.8rem;
  }

  .home_page__ .products_sec__ .product_card__ .image_wrapper .link__.shop_now_link__ .icon_wrapper__ {
    width: 3rem !important;
    height: 3rem !important;
  }

  .home_page__ .products_sec__ .product_card__ .image_wrapper .link__.shop_now_link__ .icon_wrapper__ .icon__ {
    width: 1.7rem !important;
    height: 1.7rem !important;
  }

  .home_page__ .products_sec__ .product_card__ .price__ {
    font-size: 1.9rem !important;
  }

  .home_page__ .products_sec__ .product_card__ .price__.old__ {
    font-size: 1.45rem !important;
  }
}

@media only screen and (max-width: 575px) {
  .home_page__ .products_sec__ .product_card__ .title__ {
    font-size: 1.65rem !important;
    line-height: 1.25;
    margin-bottom: 1.2rem;
  }

  .home_page__ .products_sec__ .product_card__ .price_wrapper__ {
    gap: 0.45rem 0.8rem;
  }

  .home_page__ .products_sec__ .product_card__ .price__ {
    font-size: 1.7rem !important;
  }

  .home_page__ .products_sec__ .product_card__ .price__.old__ {
    font-size: 1.3rem !important;
  }

  .home_page__ .products_sec__ .product_card__ .image_wrapper .link__.shop_now_link__ {
    width: 78% !important;
    min-width: 13.5rem;
    height: 4.8rem !important;
    font-size: 1.35rem !important;
  }

  .home_page__ .products_sec__ .product_card__ .image_wrapper .status_label__ {
    padding: 1rem 1.6rem;
    font-size: 1.35rem;
  }
}

.product-img .form-inline .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.product-img .form-inline .btn .product-action-icon {
  display: block;
  width: 2.1rem;
  height: 2.1rem;
  margin: auto;
}

.product-img .form-inline .btn .product-action-icon path {
  transition: stroke 0.3s ease, fill 0.3s ease;
}

.product-img .form-inline .btn .heart-icon.lar path {
  fill: transparent;
}

.product-img .form-inline .btn .heart-icon.las path {
  fill: #000000;
}

.product-img .form-inline .btn:hover .product-action-icon path {
  stroke: #ffffff;
}

.product-img .form-inline .btn:hover .heart-icon.las path {
  fill: #ffffff;
}

.product-slide .product-img.hover-item {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 476 / 570;
  margin: 0;
  padding: 0;
  border-radius: 5px 5px 0 0;
  /* background-color: #f3f3f3; */
}

.product-slide .product-img.hover-item img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  margin: 0;
  object-fit: contain;
  object-position: center;
}

@media only screen and (max-width: 575px) {
  .product-slide .product-img.hover-item {
    aspect-ratio: 476 / 570;
  }
}

@media only screen and (max-width: 991px) {
  .top_toolbar_options__ {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

  .top_toolbar_options__ .block__ {
    width: 100%;
  }

  .user_drop_down__ {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }

  .user_drop_down__ .butt__,
  .dropdown__ .butt__,
  .dropdown__ > a {
    color: #080808;
    background-color: rgba(133, 130, 112, 0.1);
    width: 100%;
    max-width: 100%;
  }

  .user_drop_down__ .butt__::after,
  .dropdown__ .butt__::after,
  .dropdown__ > a::after {
    filter: none;
  }

  .user_drop_down__.open .sub-menu__,
  .user_drop_down__ .sub-menu__ {
    position: static;
    width: 100%;
    min-width: 100%;
    margin-top: 8px;
    box-shadow: none;
    border: 1px solid #e6e6e6;
    border-radius: 13px;
  }
}

.button-menu {
  color: #858270!important;
}

/* ===== Compare table: keep label column rows aligned with product columns ===== */
.all-compared-block .right-col ul .border-bottom:not(.text-desc),
.all-compared-block .left-col li .item-preview .border-bottom:not(.text-desc) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/* Row 1: product image */
.all-compared-block .right-col ul .border-bottom:nth-child(1),
.all-compared-block .left-col li .item-preview .border-bottom:nth-child(1) {
  height: 120px;
  line-height: normal;
}
/* Row 2: product name */
.all-compared-block .right-col ul .border-bottom:nth-child(2),
.all-compared-block .left-col li .item-preview .border-bottom:nth-child(2) {
  height: 56px;
  line-height: normal;
}
/* Row 3: price */
.all-compared-block .right-col ul .border-bottom:nth-child(3),
.all-compared-block .left-col li .item-preview .border-bottom:nth-child(3) {
  height: 50px;
}
/* Row 4: rate */
.all-compared-block .right-col ul .border-bottom:nth-child(4),
.all-compared-block .left-col li .item-preview .border-bottom:nth-child(4) {
  height: 50px;
}
/* Row 5: color */
.all-compared-block .right-col ul .border-bottom:nth-child(5),
.all-compared-block .left-col li .item-preview .border-bottom:nth-child(5) {
  height: 50px;
}
/* Row 6: description (kept as block so multi-line HTML flows normally) */
.all-compared-block .right-col ul .border-bottom:nth-child(6),
.all-compared-block .left-col li .item-preview .border-bottom:nth-child(6) {
  height: 72px;
}
/* Row 7: action button */
.all-compared-block .right-col ul .border-bottom:nth-child(7),
.all-compared-block .left-col li .item-preview .border-bottom:nth-child(7) {
  height: 64px;
}

/* Order details timeline: supports any number of statuses and keeps connectors centered. */
.order-status-list.list-status {
  position: relative;
  align-items: flex-start;
  justify-content: space-between;
}
.order-status-list.list-status .status {
  flex: 0 0 25px;
  width: 25px;
  min-width: 0;
  max-width: 25px;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.order-status-list.list-status:before {
  content: "";
  position: absolute;
  top: 12.5px;
  right: 12.5px;
  left: 12.5px;
  height: 2px;
  background-color: #eeeeee;
  z-index: 1;
}
.order-status-list.list-status:after {
  content: "";
  position: absolute;
  top: 12.5px;
  right: 12.5px;
  height: 2px;
  width: 0;
  background-color: #858270;
  z-index: 2;
}
.order-status-list.order-status-new:after {
  width: calc((100% - 25px) / 4);
}
.order-status-list.order-status-in_progress:after {
  width: calc((100% - 25px) / 2);
}
.order-status-list.order-status-in_shipping:after {
  width: calc((100% - 25px) * 3 / 4);
}
.order-status-list.order-status-done:after,
.order-status-list.order-status-cancel_order:after {
  width: calc(100% - 25px);
}
.order-status-list.list-status .status .circle {
  display: block;
  flex: 0 0 25px;
  position: relative;
  z-index: 4;
  background-color: #ffffff;
}
.order-status-list.list-status .status.active .circle {
  border-color: #858270;
  background-color: #858270;
}
.order-status-list.list-status .status.active .circle:after {
  opacity: 1;
}
.order-status-list.list-status .status .status-text,
.order-status-list.list-status .status:first-of-type .status-text,
.order-status-list.list-status .status:last-of-type .status-text {
  position: absolute;
  top: 33px;
  left: 50%;
  right: auto;
  width: max-content;
  max-width: 120px;
  margin-top: 0;
  transform: translateX(-50%);
  text-align: center;
  line-height: 20px;
  white-space: normal;
}
.order-status-list.list-status .status:after,
.order-status-list.list-status .status.active:after,
.order-status-list.list-status .status:first-of-type:after,
.order-status-list.list-status .status:nth-last-of-type(2):after {
  display: none;
}

@media (max-width: 767px) {
  .order-status-list.list-status:before {
    top: 7.5px;
    right: 7.5px;
    left: 7.5px;
  }
  .order-status-list.list-status:after {
    top: 7.5px;
    right: 7.5px;
  }
  .order-status-list.order-status-new:after {
    width: calc((100% - 15px) / 4);
  }
  .order-status-list.order-status-in_progress:after {
    width: calc((100% - 15px) / 2);
  }
  .order-status-list.order-status-in_shipping:after {
    width: calc((100% - 15px) * 3 / 4);
  }
  .order-status-list.order-status-done:after,
  .order-status-list.order-status-cancel_order:after {
    width: calc(100% - 15px);
  }
  .order-status-list.list-status .status {
    flex-basis: 15px;
    width: 15px;
    max-width: 15px;
  }
  .order-status-list.list-status .status .circle {
    flex-basis: 15px;
  }
  .order-status-list.list-status .status .status-text,
  .order-status-list.list-status .status:first-of-type .status-text,
  .order-status-list.list-status .status:last-of-type .status-text {
    top: 23px;
    max-width: 72px;
  }
}

span.count__ {
  padding-top: 2.3px!important;
}

.sec-title .border-label, .sec-title h4 {
  padding-bottom: 0!important;
}

.user_drop_down__ .butt__ {
  min-width: 0;
  max-width: 220px;
}

.user_drop_down__ .user_name_text__ {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.user_drop_down__ .butt__::after {
  flex: 0 0 auto;
}

.user_drop_down__ .sub-menu__ {
  width: 190px;
  min-width: 190px;
  max-width: calc(100vw - 30px);
}

.user_drop_down__.open .sub-menu__ {
  width: 190px;
  min-width: 190px;
}

@media only screen and (max-width: 991px) {
  .user_drop_down__ .butt__ {
    max-width: 100%;
  }

  .user_drop_down__ .sub-menu__,
  .user_drop_down__.open .sub-menu__ {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    display: block;
  }
}

.product_details_wrapper .block_wrapper.collapse_block__ .card-body {
  padding: 0!important;
}

.product_details_wrapper .block_wrapper.collapse_block__ .card-body .rating-section {
  padding: 1.5rem!important;
}

.product_details_wrapper .block_wrapper.collapse_block__ .head__ {
  margin-bottom: 1rem !important;
}

.product_details_wrapper table.product_features_table__ tr:nth-of-type(odd) {
  background: var(--Surface, #f7f7f7);
}

.product_details_wrapper table.product_features_table__ tr:nth-of-type(even) {
  background: transparent;
}

.rating-section .ratings .rating-row .star-label {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  direction: ltr;
  gap: 0.45rem;
  font-size: 1.35rem;
  flex: 0 0 3.4rem;
  white-space: nowrap;
}

.rating-section .ratings .rating-row .rating-star-icon {
  width: 1.35rem !important;
  height: 1.35rem !important;
}

.product_details_wrapper .rating-section {
  width: 100%;
  max-width: none;
  justify-content: space-between;
  gap: 6rem;
  margin: 0 0 2.8rem;
}

.product_details_wrapper .rating-section .ratings {
  flex: 0 1 38rem;
  max-width: 38rem;
  gap: 0.8rem;
}

.product_details_wrapper .rating-section .overall-rating {
  flex: 0 0 13rem;
}

.product_details_wrapper .rating-section .overall-rating .score {
  font-size: 7rem;
}

.product_details_wrapper .rating-section .ratings .rating-row .percentage {
  font-size: 1.3rem;
}

.rating-section .overall-rating .stars {
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
  font-size: 0;
}

.rating-section .overall-rating .stars .overall-star-icon {
  width: 1.55rem !important;
  height: 1.55rem !important;
  color: #858270;
}

.rating-section .overall-rating .stars .overall-star-icon.is-filled path {
  fill: currentColor;
  stroke: currentColor;
}

.rating-section .overall-rating .stars .overall-star-icon.is-empty path {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.1;
}

.rating_stars_wrapper .star_label .form-star-icon {
  width: 2.7rem;
  height: 2.7rem;
  color: #999999;
  transition: color 0.2s;
}

.rating_stars_wrapper .star_label:hover .form-star-icon,
.rating_stars_wrapper .star_label:hover ~ .star_label .form-star-icon {
  color: #fcd690;
}

.rating_stars_wrapper .star_label:has(input:checked) .form-star-icon,
.rating_stars_wrapper .star_label:has(input:checked) ~ .star_label .form-star-icon {
  color: #ecb018 !important;
}

.form-control {
  color: #33322e !important;
}
/* Compare table: give product descriptions room instead of clipping them. */
.all-compared-block .right-col ul .border-bottom:nth-child(6),
.all-compared-block .left-col li .item-preview .border-bottom:nth-child(6),
.all-compared-block .right-col ul .border-bottom.text-desc,
.all-compared-block .left-col li .item-preview .border-bottom.text-desc.center {
  height: 150px;
  max-height: none;
  line-height: 1.7;
}

.all-compared-block .left-col li .item-preview .border-bottom.text-desc.center {
  overflow-y: auto;
  overflow-x: hidden;
  padding: 14px 12px;
}

.all-compared-block .left-col li .item-preview .border-bottom.text-desc.center p {
  margin: 0;
  padding: 0;
  line-height: 1.7;
}

/* Compare/static color swatches: show white swatches clearly. */
label.color-input,
label.size-input {
  border: 1px solid #d9d9d9;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.04);
          box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.04);
}

label.color-input:before,
label.size-input:before {
  border-color: rgba(0, 0, 0, 0.08);
}
