/*import vendors*/
@import url(vendors/normalize.css);
@import url(vendors/bootstrap.min.css);
/*import plugins*/
@import url(plugins/jquery-ui.css);
@import url(plugins/magnific-popup.css);
@import url(plugins/select2.min.css);
/*RESET*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

thead {
  font-weight: 600;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  max-width: 100%;
}

*:focus,
select:focus,
button:focus,
textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
[type=text].form-control:focus,
[type=password].form-control:focus,
[type=email].form-control:focus,
[type=tel].form-control:focus,
[contenteditable].form-control:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

input:focus::-moz-placeholder {
  opacity: 0;
  -webkit-transition: .4s;
  transition: .4s;
}

.iti {
  display: block !important;
}

a {
  color: #ff8b19;
}

a:hover {
  color: #f99531;
}

li.hr span {
  width: 100%;
  height: 1px;
  background-color: #e4e4e4;
  margin: 20px 0;
  display: block;
}

.form-select {
  border: 1px solid #DADEEA;
  border-radius: 10px;
  height: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 20px;
  font-size: 16px;
  width: 100%;
}

#cb-cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    border-radius: 0;
    display: none;
    background: #000000bd;
    color: #fff;
  }

/*--- Common Classes---------------------*/
::-moz-selection {
  background: #ff8b19;
  /* WebKit/Blink Browsers */
  color: #fff;
}
::selection {
  background: #ff8b19;
  /* WebKit/Blink Browsers */
  color: #fff;
}

::-moz-selection {
  background: #ff8b19;
  /* Gecko Browsers */
  color: #fff;
}

::-webkit-input-placeholder {
  color: #838383;
}

::-ms-input-placeholder {
  color: #838383;
}

::placeholder {
  color: #838383;
}
.gray {
  background: #F6F6FC;
  padding-top: 1px;
}

.f-gray {
  color:#CDD1E0;
}

.fix {
  overflow: hidden;
}

.hidden {
  display: none;
}

.clear {
  clear: both;
}

.section {
  float: left;
  width: 100%;
}

.capitalize {
  text-transform: capitalize;
}

.uppercase {
  text-transform: uppercase;
}

.position-relative {
  position: relative;
}

*:focus,
select:focus,
button:focus,
textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
[type=text].form-control:focus,
[type=password].form-control:focus,
[type=email].form-control:focus,
[type=tel].form-control:focus,
[contenteditable].form-control:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.border-radius {
  border-radius: 4px;
}

.border-radius-10 {
  border-radius: 10px;
}

.border-radius-15 {
  border-radius: 15px;
}

.img-hover-scale img {
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  transition: transform .5s,-webkit-transform .5s;
}

.img-hover-scale:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  transition: transform .5s,-webkit-transform .5s;
}

.text-black {
  color: #000000 !important;
}

.text-brand {
  color: #ff8b19 !important;
}

.text-primary {
  color: #ff8b19 !important;
}

.text-danger {
  color: #FD3C6A !important;
}

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

.text-success {
  color: #27C200 !important;
}

.text-info {
  color: #2cc1d8 !important;
}

.text-grey-4 {
  color: #adadad !important;
}

.text-muted {
  color: #7B85A4 !important;
}

.text-white {
  color: #fff !important;
}

.bg-blue {
background-color: #ff8b19 !important;
}

.psale {
  background-color: #27C200 !important;
  border-radius: 5px;
  font-size: 12px;
  line-height: 12px;
  padding: 6px 8px;
  color: #fff;
}

.bg-grey {
  background-color: #F6F6FC !important;
}

.font-xs {
  font-size: 13px;
}

.box-shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.border {
  border: 1px solid #DADEEA !important;
}

/*****************************
*********  BORDER  *****
******************************/

a,
button,
img,
input,
span,
h4 {
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

@-webkit-keyframes slideleft {
  10% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
    right: 0;
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  90% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
    right: 100%;
  }
}

@keyframes slideleft {
  10% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
    right: 0;
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  90% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
    right: 100%;
  }
}

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: perspective(120px) rotateX(0) rotateY(0);
    transform: perspective(120px) rotateX(0) rotateY(0);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(0);
    transform: perspective(120px) rotateX(-180deg) rotateY(0);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-180deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-180deg);
  }
}

@keyframes spinner {
  0% {
    -webkit-transform: perspective(120px) rotateX(0) rotateY(0);
    transform: perspective(120px) rotateX(0) rotateY(0);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(0);
    transform: perspective(120px) rotateX(-180deg) rotateY(0);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-180deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-180deg);
  }
}

@-webkit-keyframes shadow-pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(239, 63, 72, 0.8);
            box-shadow: 0 0 0 0px rgba(239, 63, 72, 0.8);
  }
  100% {
    -webkit-box-shadow: 0 0 0 5px rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 5px rgba(0, 0, 0, 0);
  }
}

@keyframes shadow-pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(239, 63, 72, 0.8);
            box-shadow: 0 0 0 0px rgba(239, 63, 72, 0.8);
  }
  100% {
    -webkit-box-shadow: 0 0 0 5px rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 5px rgba(0, 0, 0, 0);
  }
}

@-webkit-keyframes shadow-pulse-big {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(239, 63, 72, 0.1);
            box-shadow: 0 0 0 0px rgba(239, 63, 72, 0.1);
  }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}

@keyframes shadow-pulse-big {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(239, 63, 72, 0.1);
            box-shadow: 0 0 0 0px rgba(239, 63, 72, 0.1);
  }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}

@-webkit-keyframes jump {
  0% {
    -webkit-transform: translate3d(0, 20%, 0);
            transform: translate3d(0, 20%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes jump {
  0% {
    -webkit-transform: translate3d(0, 20%, 0);
            transform: translate3d(0, 20%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.jump {
  -webkit-transform-origin: 0;
          transform-origin: 0;
  -webkit-animation: jump .5s linear alternate infinite;
          animation: jump .5s linear alternate infinite;
}

.pblue {
  background-color: #5451EC !important;
  border-radius: 5px;
  font-size: 12px;
  line-height: 12px;
  padding: 6px 8px;
  color: #fff;
}

.psale {
  background-color: #27C200 !important;
  border-radius: 5px;
  font-size: 12px;
  line-height: 12px;
  padding: 6px 8px;
  color: #fff;
}

.pwarning {
  background-color: #FFEDAF !important;
  border-radius: 5px;
  font-size: 12px;
  line-height: 12px;
  padding: 6px 8px;
  color: #1A1A1A;
}

.pdanger {
  background-color: #FD6E6E !important;
  border-radius: 5px;
  font-size: 12px;
  line-height: 12px;
  padding: 6px 8px;
  color: #fff;
}


/*TYPOGRAPHY*/
body {
  color: #1A1A1A;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-style: normal;
  font-weight: 400;
}

h0,
h1,
h2,
h3,
h4,
h5,
h6,
.font-heading {
  font-family: "Inter", sans-serif;
  color: #1A1A1A;
  line-height: 1.2;
}

h0 {
  font-size: 50px;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

.heading-1, .heading-2, .heading-3, .heading-4, .heading-5, .heading-6  {
  font-size: 36px;
  font-family: "Montserrat Alternates", sans-serif;
  color: #1A1A1A;
  line-height: 1.2;
}

.heading-2 {
  font-size: 30px;
}

.heading-3 {
  font-size: 24px;
}

.heading-4 {
  font-size: 20px;
}

.heading-5 {
  font-size: 16px;
}

.heading-6 {
  font-size: 14px;
}

.text-center {
  text-align: center;
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 2px;
  color: #1A1A1A;
}

.text-heading {
  color: #1a1a1a;
  font-size: 16px;
  line-height: 24px;
}

p:last-child {
  margin-bottom: 0;
}

a,
button {
  text-decoration: none;
  cursor: pointer;
}

b {
  font-weight: 700;
}

strong,
.fw-600 {
  font-weight: 600;
}

.section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: end;
  margin-bottom: 30px;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.section-title .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.section-title h3 {
  font-weight: 700;
  font-size: 30px;
  margin-right: 20px;
}

.section-title h2 {
    font-weight: 700;
    font-size: 30px;
    margin-right: 20px;
}

.section-title span {
  color: #ff8b19;
}

.text-body {
  color: #1A1A1A !important;
}

.font-xxs {
  font-size: 12px;
}

.font-xs {
  font-size: 13px;
}

.font-sm {
  font-size: 14px;
}

.font-md {
  font-size: 16px;
}

.font-lg {
  font-size: 17px;
}

.font-xl {
  font-size: 19px;
}

.font-m {
  font-size: 24px !important;
}

.font-l {
  font-size: 36px !important;
}

.text-hot {
  color: #f74b81;
}

.text-new {
  color: #55bb90;
}

.hide
{
   margin-left:100%;
   transition: all 0.2s ease;
 }

.side-menu
{
  position:absolute;
  top:60px;
  color:white;
  width: calc(100% - 50px);
  height:350px;
  background: transparent;
  background-color:  #fff;
}
.show-menu
{
  margin-left:0 !important;
    
}

.menu-expand {
  float: right;
}

.fw-700 {
  font-weight: 700;
}

.lk-border {
  border: 1px solid #B6BDD5;
}

.lk-border-add {
  border: 1px dashed #B6BDD4;
}

.lk-border:hover {
  border: 1px solid #f99531;
}

.lk-border-add:hover {
  border: 1px solid #f99531;
}

.lk-card-body {
  text-align: center;
  padding: 30px 20px;
}

.lk-card-title {
  font-size: 28px;
}

.signup-content {
    background: #fff;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    padding: 20px 30px;
}
.form-title {
  margin: 0;
  padding: 0;
  font-weight: 700;
  font-size: 30px;
  line-height: 38px;
  text-align: center;
  margin-bottom: 30px;
}
.required::after {
  content: "*";
  color: red;
  margin-left:2px
}
/*COMPONENTS -> BUTTONS*/
.btn-default {
  color: #ff8b19;
  background-color: #fff;
  border-radius: 10px;
  padding: 13px 28px;
  font-family: "Inter", sans-serif;
}

.btn-grey {
  color: #1A1A1A !important;
  background-color: #DADEEA !important;
  border-radius: 10px !important;
  padding: 5px 15px !important;
}

.btn-default:hover {
  background-color: #f99531 !important;
}

.btn-default i {
  font-weight: 400;
  font-size: 14px;
}

.btn-sm {
  padding: 8px 18px !important;
  font-size: 12px;
}

 .btn:focus {
  outline: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.btn {
  font-family: "Inter", sans-serif;
}

.btn:hover {
  color: #fff;
}

.btn, .button {
  display: inline-block;
  border: 1px solid transparent;
  font-size: 14px;
  padding: 12px 30px;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  letter-spacing: 0.5px;
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn:hover, .button:hover {
  background-color: #f99531;
  color:#fff;
}

.btn.btn-sm, .button.btn-sm {
  padding: 8px 18px;
  font-size: 12px;
  text-transform: none;
  line-height: 1.8;
}

.btn.btn-secondary, .button.btn-secondary {
  background-color: #3e5379;
  border-color: #3e5379;
}

.tags .btn, .tags .button {
  border-radius: 4px;
  float: left;
}

.tags a {
  display: inline-block;
  display: -webkit-inline-box;
  border: 1px solid #ff8b19;
  border-radius: 32px;
  padding: 10px 15px;
  background: #fff;
  color: #1A1A1A;
  margin: 4px 0 0 0;
}

.tags a.active {
  background: #ff8b19;
}

.tags a:hover {
  border: 1px solid #ff8b19;
  border-radius: 32px;
  padding: 10px 15px;
  background: #ff8b19;
}

/*COMPONENTS -> FORM*/
input:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 1;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
}

input {
  border: 1px solid #DADEEA;
  border-radius: 10px;
  height: 50px;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-left: 20px;
  font-size: 16px;
  width: 100%;
}

input:focus {
  background: transparent;
  border: 1px solid #BCE3C9;
}

input.square {
  border-radius: 0;
}

select {
  width: 100%;
  background: transparent;
  border: 0px solid #DADEEA;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 16px;
  color: #7E7E7E;
}

option {
  background: #fff;
  border: 0px solid #626262;
  padding-left: 10px;
  font-size: 16px;
}

textarea {
  border: 1px solid #DADEEA;
  border-radius: 10px;
  height: 50px;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 10px 10px 10px 20px;
  font-size: 16px;
  width: 100%;
  min-height: 80px;
  resize: none;
}

textarea:focus {
  background: transparent;
  border: 1px solid #BCE3C9;
}

.shop-product-fillter .view {
  margin-left: auto;
}
.shop-product-fillter_item {
  color: #7B85A4;
}

.shop-product-fillter .active {
  color: #ff8b19;
}


.shop-product-fillter .dropdown-menu {
  background: #FFFFFF;
  box-shadow: 0px 3px 10px rgba(56, 66, 98, 0.15);
  border-radius: 5px;
  border: 0;
  margin: 0px 0px 0px -16px !important;
  min-width: 100px;
  overflow: hidden;
  inset: unset !important;
  transform: unset !important;
}

.shop-product-fillter .dropdown-item {
  font-size: 14px;
  line-height: 20px;
  color: #7B85A4;
}

.select2-dropdown {
  border: 1px solid #DADEEA;
  border-radius: 0 0 4px 4px;
  padding: 15px;
  min-width: 220px;
}

.select2-dropdown .select2-search--dropdown {
  padding: 0;
}

.select2-dropdown .select2-search--dropdown .select2-search__field {
  border: 1px solid #BCE3C9;
  margin-bottom: 15px;
  border-radius: 5px;
  height: 40px;
  padding-left: 20px;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.select2-results__options::-webkit-scrollbar {
  width: 16px;
  background-clip: padding-box;
}

.select2-results__options::-webkit-scrollbar-track {
  background-color: #F4F4F4;
  height: 8px;
  background-clip: padding-box;
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-top: 10px solid rgba(0, 0, 0, 0);
  border-bottom: 10px solid rgba(0, 0, 0, 0);
}

.select2-results__options::-webkit-scrollbar-thumb {
  background-clip: padding-box;
  background-color: #d1d1d1;
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-top: 10px solid rgba(0, 0, 0, 0);
  border-bottom: 10px solid rgba(0, 0, 0, 0);
}

.select2-results__options::-webkit-scrollbar-button {
  display: none;
}

.select2-container {
  max-width: 135px;
}

/*contact form*/
.contact-from-area .contact-form-style button {
  font-size: 17px;
  font-weight: 500;
  padding: 20px 40px;
  border-radius: 10px;
  font-family: "Inter", sans-serif;
}

.contact-from-area .contact-form-style button:hover {
  background-color: #fff !important;
  color: #000;
  border: 1px solid #ff8b19 !important;
}

.form-group {
  margin-bottom: 1rem;
}

.form-floating>label {
    left: 10px;
    color:#7B85A4;
}

.form-group input {
  background: #fff;
  border: 1px solid #DADEEA;
  height: 64px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 20px;
  font-size: 16px;
  width: 100%;
}

.form-group input:focus {
  background: transparent;
  border-color: #BCE3C9;
}

label {
  margin-bottom: 6px;
}

/* COLORS RADIO */

input[type='radio'] {
  box-sizing: border-box;
  appearance: none;
  background: white;
  border: 1px solid #CDD1E0;
  width: 45px;
  height: 45px;
}

input[type='radio']:after {
        width: 20px;
        height: 20px;
        border-radius: 15px;
        top: 11px;
        left: 11px;
        position: relative;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 2px solid white;
    }

input[type='radio']:checked {
  border: 1px solid #f99531;;
}
.beige::after {
  background-color: #f5f5dc;
}
.beige::after {
  background-color: #f5f5dc;
}
.white::after {
 background-color: #fff;
 border: 1px solid #000  !important;
}
.turquoise::after {
  background-color: #08e8de;
}
.many::after {
 background: linear-gradient(90deg, rgba(63,94,251,1) 0%, rgba(252,70,113,1) 100%);
}
.light-blue::after {
  background-color: #00bfff;
}
.yellow::after {
  background-color: #ffff00;
}
.green::after {
  background-color: #4f7942;
}
.gold::after {
  background-color: #cfb53b;
}
.coral::after {
  background-color: #ff7f50;
}
.yellow::after {
  background-color: #ffff00;
}
.green::after {
  background-color: #4f7942;
}
.gold::after {
  background-color: #cfb53b;
}
.red::after {
 background-color: #cc0000;
}
.salmon::after {
  background-color: 	#FA8072;
}
.leopard::after {
  background-image: url("../img/theme/colors/leopard.svg");
}
.orange::after {
  background-color: #ffa500;
}
.orange::after {
  background-color: #ffa500;
}
.transparent::after {
 background: radial-gradient(circle, rgba(0,0,0,0) 14%, rgba(0,0,0,1) 100%);
}
.pink::after {
  background-color: #ffc0cb;
}
.silver::after {
  background-color: #e3e5e4;
}
.gray::after {
  background-color: #848482;
}
.pink::after {
  background-color: #ffc0cb;
}
.silver::after {
  background-color: #e3e5e4;
}
.gray::after {
  background-color: #848482;
}
.blue::after {
 background-color: #000090;
}
.body::after {
 background-color: #fbd1b9;
}
.purple::after {
  background-color: #650065;
}
.purple::after {
  background-color: #650065;
}
.black::after {
 background-color: #000;
}
.chocolate::after {
  background-color: #6b574a;
}
.zebra::after {
  background: linear-gradient(325deg, rgba(0,0,0,1) 20%, rgba(255,255,255,1) 35%, rgba(0,0,0,1) 50%, rgba(255,255,255,1) 65%, rgba(0,0,0,1) 80%);
}
.salad::after {
  background-color: #7fff00; 
}
.brown::after {
  background-color: #654321; 
}
.chrome::after {
  background-color: #dbe4eb; 
}
.pinkgold::after {
  background-color: #b76e79; 
}
.ivory::after {
  background-color: #ded09f; 
}
.burgundy::after {
  background-color: #790604; 
}
.lilac::after {
  background-color: #c8a2c8; 
}
.fuchsia::after {
  background-color: #ff00ff; 
}
.seawave::after {
  background-color: #00ffff; 
}
.brown::after {
  background-color: #654321;
}
.chrome::after {
  background-color: #dbe4eb;
}
.fuchsia::after {
  background-color: #ff00ff;
}

.chb {
    visibility: hidden;
    border: unset;
    border-radius: unset;
    height: unset;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    padding-left: unset;
    font-size: unset;
    width: unset;
}

.chb + label {
  position: relative;
  padding-left: 5px;
  margin-bottom: 15px;
}

.chb-1 + label::before {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  content: "";
  top: -2px;
  left: -20px;
  padding-bottom: 5px;
  text-align: center;
  font-weight: bolder;
}

.chb-1:checked + label::before {
  color: #707c82;
  content: '\2713';
}


.custome-checkbox .form-check-label {
  position: relative;
  cursor: pointer;
}

.custome-checkbox .form-check-label {
  position: relative;
  cursor: pointer;
  padding-bottom: 2px;
}

.custome-checkbox .form-check-label::before {
  content: "";
  border: 2px solid #ced4da;
  height: 17px;
  width: 17px;
  margin: 0px 10px 0px 0;
  display: inline-block;
  vertical-align: middle;
  border-radius: 2px;
}

.custome-checkbox .form-check-label span {
  vertical-align: middle;
}

.custome-checkbox input[type="checkbox"]:checked + .form-check-label::after {
  opacity: 1;
}

.custome-checkbox input[type="checkbox"] + .form-check-label::after {
  content: "";
  width: 11px;
  position: absolute;
  top: 12px;
  left: 3px;
  opacity: 0;
  height: 6px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: translateY(-65%) rotate(-45deg);
  transform: translateY(-65%) rotate(-45deg);
}


.custome-checkbox .form-check-input {
  display: none;
}

.custome-checkbox input[type="checkbox"]:checked + .form-check-label::before {
  background-color: #f99531;
  border-color: #f99531;
}

.custome-checkbox input[type="checkbox"]:checked + .form-check-label::after {
  opacity: 1;
}

.checkbox-invalid::before {
    border: 1px solid red !important;
}

/*comment*/

.single-comment {
  border: 1px solid #DADEEA;
  border-radius: 15px;
  padding: 25px;
  margin-right: 20px;
}

.single-comment p {
  font-size: 14px;
}

.artikul {
  float:right;
}

.comment-form .email {
  padding-right: 0px;
}

.form-control {
  border: 1px solid #f0e9ff;
  border-radius: 10px;
  height: 48px;
  padding-left: 18px;
  font-size: 16px;
  background: transparent;
}

.comment-form {
  padding-top: 45px;
  margin-bottom: 20px;
}

.comment-form .form-group {
  margin-bottom: 20px;
}

.comment-form textarea {
  min-height: 200px;
  padding-top: 15px;
}

.comment-form textarea:focus {
  background: transparent;
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #BCE3C9;
}

.form-control:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-control::-webkit-input-placeholder {
  font-weight: 300;
  color: #999999;
  color: #777777;
}

.form-control:-ms-input-placeholder {
  font-weight: 300;
  color: #999999;
  color: #777777;
}

.form-control::-ms-input-placeholder {
  font-weight: 300;
  color: #999999;
  color: #777777;
}

.form-control::placeholder {
  font-weight: 300;
  color: #999999;
  color: #777777;
}

.button-contactForm {
  background: #ff8b19;
  color: #fff;
  border-color: #ff8b19;
  padding: 12px 25px;
}

/** search */


@media only screen and (max-width:600px) {
  .autoComplete_wrapper {
    width: 100%;
    display: inline-block;
    position: relative
  }
  
  .autoComplete_wrapper>input {
    width: 18rem;
    padding-left: 10px;
    font-size: 1rem;
    color: #747474;
    border-radius: 4px;
    border: 1px solid rgba(33, 33, 33, .2);
    outline: 0
  }
  
  .autoComplete_wrapper>input::placeholder {
    color: rgba(123, 123, 123, .5);
    transition: all .3s ease
  }
  
  .autoComplete_wrapper>ul {
    position: absolute;
    max-height: 450px;
    top: 100%;
    left: 0;
    right: 0;
    padding: 0;
    margin: .5rem 0 0 0;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid rgba(33, 33, 33, .1);
    z-index: 1000;
    outline: 0
  }
  
  .autoComplete_wrapper>ul>li {
    padding: 10px;
    list-style: none;
    text-align: left;
    font-size: 16px;
    color: #212121;
    transition: all .1s ease-in-out;
    border-radius: 3px;
    background-color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .2s ease
  }
  .autoComplete_wrapper>ul>li::before {
    font-family: "ef";
    content: '\e818';
    color: #CDD1E0;
    padding-right: 10px;
  }
  
  .autoComplete_wrapper>ul>li::selection {
    color: rgba(#fff, 0);
    background-color: rgba(#fff, 0)
  }
  
  .autoComplete_wrapper>ul>li:hover {
    cursor: pointer;
    background-color: rgba(123, 123, 123, .1)
  }
  
  .autoComplete_wrapper>ul>li mark {
    background-color: transparent;
    color: #ff7a7a;
    font-weight: 700
  }
  
  .autoComplete_wrapper>ul>li mark::selection {
    color: rgba(#fff, 0);
    background-color: rgba(#fff, 0)
  }
  
  .autoComplete_wrapper>ul>li[aria-selected=true] {
    background-color: rgba(123, 123, 123, .1)
  }
}

/*COMPONENTS -> SLIDER*/

.hero-slider-1 {
  position: relative;
}

.hero-slider-1 img {
  width: 100%;
  height: auto;
  display: block;
}

.dot-style-1 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dot-style-1 ul li {
  margin: 0 3px;
}

.dot-style-1 ul li button {
  width: 50px;
  height: 6px;
  border-radius: 5px;
  border: 0px solid;
  padding: 0;
  font-size: 0px;
  background: #CDD1E0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.dot-style-1 ul li button:hover {
  background: #BCE3C9;
}

.dot-style-1.dot-style-1-position-1 ul {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -40px;
}
.slider-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  width: 100%;
}

.slider-arrow .slider-btn {
  cursor: pointer;
  background: #F2F3F461;
  width: 45px;
  height: 45px;
  position: absolute;
  display: block;
  z-index: 100;
  border-radius: 10px;
  border: 0.9375px solid #7B85A4;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  text-align: center;
  line-height: 46px;
  font-size: 16px;
  color: #7E7E7E;
}

.slider-arrow .slider-btn.slider-prev {
  left: 20px;
}

.slider-arrow .slider-btn.slider-prev i {
  margin-right: 2px;
}

.slider-arrow .slider-btn.slider-next {
  right: 20px;
}

.slider-arrow .slider-btn.slider-next i {
  margin-left: 2px;
}

.slider-arrow .slider-btn:hover {
  background-color: #ff8b19 !important;
  color: #fff;
  border-color: transparent;
}

.slider-arrow.slider-arrow-2 .slider-btn {
  width: 40px;
  height: 40px;
  font-size: 24px;
}

.slider-arrow.slider-arrow-2.flex-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  max-width: 200px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  top: unset;
  -webkit-transform: unset;
          transform: unset;
}

.slider-arrow.slider-arrow-2.flex-right .slider-btn {
  position: relative;
  left: unset;
  right: unset;
}

.slider-arrow.slider-arrow-2.flex-right .slider-btn.slider-prev {
  margin-right: 10px;
}

.home-slide-cover {
  position: relative;
}

.home-slide-cover .slider-arrow {
  left: 0;
}

/*Carausel*/
/*
.carausel-6-columns-cover .carausel-6-columns {
  overflow: hidden;
  margin: 0 -12px;
}

.carausel-6-columns-cover .carausel-6-columns .card-2 {
  margin-right: 12px;
  margin-left: 12px;
}

.carausel-6-columns-cover .product-img {
  border: 1px solid #cce7d0;
}

.carausel-6-columns-cover .slider-arrow {
  top: -58px;
}

.carausel-6-columns-cover .slider-arrow .slider-btn.slider-next {
  right: 0;
}

.carausel-6-columns-cover .slider-arrow .slider-btn.slider-prev {
  right: 48px;
  left: unset;
}
*/
.home-slider .slider-arrow {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.home-slider:hover .slider-arrow {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.home-slider.style-2 {
  background: url(../imgs/banner/banner-12.png) no-repeat center bottom;
  background-size: cover;
  width: 100%;
  padding: 50px 0;
}

/*COMPONENTS -> CARD*/

.card-2 {
  position: relative;
  text-align: center;
  /*border: 1px solid #F4F6FA;
  border-radius: 10px;*/
  margin-bottom: 30px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  overflow: hidden;
}

@media (hover: hover) {
  .card-2:hover {
    /*border: 1px solid #f99531;*/
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
}

.card-2 figure {
  text-align: center;
}

.card-2 figure img {
  border-radius: 10px;
  display: block;
  width: 215px;
  height: 215px;
}

.card-2 figure img:hover {
  border-radius: 10px;
  overflow: hidden;
}

.card-2 h5 {
  white-space: nowrap;
  margin: 14px 0;
}

.card-2 h5 a {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #000;
}
@media (hover: hover) {
.card-2:hover a {
  color: #ff8b19;
}
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #DADEEA;
  border-radius: .25rem;
}

.account .card {
  border: 0;
}

.account .card table td, .account .card table th {
  border: 0;
}

.account .card .table > thead {
  font-family: "Inter", sans-serif;
  font-size: 17px;
}

/*COMPONENTS -> TABS*/
.nav-tabs {
  border: 0;
}

.nav-tabs .nav-link {
  font-size: 20px;
  color: #444;
  padding: 10px 14px;
  border: 0;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  font-family: "Inter", sans-serif;
  line-height: 1;
}

.nav-tabs .nav-link.active {
  border-bottom: 2px solid #ff8b19;
  position: relative;
}

.nav-tabs .nav-link:hover {
  border-bottom: 2px solid #f99531;
}
.nav-tabs.links .nav-link {
  padding: 0 10px;
  background: none;
  font-size: 16px;
  font-weight: 400;
  color: #ff8b19;
}

.nav-tabs.links .nav-link:hover, .nav-tabs.links .nav-link.active {
  color: #f99531;
}

.nav-tabs.no-border {
  border: none;
}

.nav-tabs.right .nav-item:last-child .nav-link {
  margin-right: 0;
}

.nav-tabs .lk-link {
  font-size: 20px;
  color: #7B85A4;
  font-weight: 700;
  padding: 10px 14px;
  border: 0;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  font-family: "Inter", sans-serif;
  line-height: 1;
}

.nav-tabs .lk-link.active {
  color: #1A1A1A;
}

.nav-tabs .lk-link:hover {
  color: #1A1A1A;
}
.nav-tabs.links .lk-link {
  padding: 0 10px;
  background: none;
  font-size: 16px;
  font-weight: 400;
  color: #ff8b19;
}

.nav-tabs.links .lk-link:hover, .nav-tabs.links .lk-link.active {
  color: #f99531;
}

.nav-tabs.no-border {
  border: none;
}

.nav-tabs.right .nav-item:last-child .nav-link {
  margin-right: 0;
}

.nav.right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.nav-link[data-toggle].collapsed:before {
    font-family: "uicons-regular-straight";
    font-weight: 700; 
    content: "\f10c";
    font-size: 24px;
    float: left;
    color: #1A1A1A;
    padding-right: 10px;
}
.nav-link[data-toggle]:not(.collapsed):before {
    font-family: "uicons-regular-straight";
    font-weight: 700; 
    content: "\f113";
    font-size: 24px;
    float: left;
    color: #1A1A1A;
    padding-right: 10px;
}

.tab-content {
  border-top: 1px solid #DADEEA;
}

.tab-content .lk {
  border-top: 0;
}

/*COMPONENTS -> MISC*/
/*Countdown*/

/*Heading tab*/

/*page loading*/
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding-bottom: 200px;
  overflow: hidden;
  /* фоновый цвет */
  background: #e0e0e0;
  z-index: 1001;
}
.preloader_container {
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  width:350px;
  height:100px;
}

.preloader_logo {
  text-align: center;
}

.preloader_logo img {
  width: 100%;
  height: 100%;
}

.preloader_container .progress-bar {
  width:0%;
  height:5px;
  background:#ff8b19;
  margin-top:10px;
  background-size:350px 5px;
  border-radius:10px;
  animation:loading 6s ease-in-out forwards;
}

@keyframes loading {
  to {
    width:100%;
  }
}

.loaded_hiding .preloader {
  transition: 0.3s opacity;
  opacity: 0;
}

.loaded .preloader {
  display: none;
}

/*page header*/

.page-header.breadcrumb-wrap {
  padding: 15px;
  background-color: #fff;
  font-family: "Inter", sans-serif;
}

.breadcrumb {
  display: block;
  padding: 0;
  text-transform: capitalize;
  color: #7B85A4;
  font-size: 14px;
  font-weight: 400;
  background: none;
  margin: 0;
  border-radius: 0;
  white-space: nowrap;
  overflow-x: scroll;
}
.breadcrumb::-webkit-scrollbar {
  display: none;
}

.breadcrumb a {
  color: #7B85A4;
}

.breadcrumb span {
  position: relative;
  text-align: center;
  padding: 0 10px;
}

.breadcrumb span::before {
  content: "\f1ce";
  font-family: "uicons-regular-straight"  !important;
  display: inline-block;
  font-size: 9px;
}

/*****************************
*********  SOCIAL NETWORKS  **********
******************************/

/*Map*/

/*table*/
table {
  width: 100%;
  margin-bottom: 0px !important;
  border-collapse: collapse;
  vertical-align: middle;
}

table td, table th {
  padding: 10px 20px;
  vertical-align: middle;
}

table thead > tr > th {
  vertical-align: middle;
  border-bottom: 0;
}

table p {
  margin-bottom: 0;
}

table.clean td, table.clean th {
  border: 0;
}

/*divider*/

/*modal*/
.modal-content {
  border-radius: 26px;
}
.modal-header {
  border: transparent;
}

.modal-footer {
  border: transparent;
}
.modal-footer {
  justify-content: flex-start;
}

.modal-body {
  padding: 0 1rem 1rem;
}

.modal-backdrop {
    width: 100%;
    height: 100%;
}

.modal-open {
  overflow: hidden;
}

.zoomContainer, .zoomWindow {
  z-index: 9999;
}

.img18 {
  height: 100%;
}

/*COMPONENTS -> BANNERS*/
.banner-left-icon {
  /*margin-right: 10px;*/
  position: relative;
  background: #F6F6FC;
  border-radius: 10px;
  height: 80px;
}

.hunset {
  height: unset !important;
}

.banner-left-icon img {
  margin: auto;
  max-height: 80px;
  width: auto;
  padding: 10px;
}

.banner-left-icon.style-2 {
  position: relative;
  border: 1px solid #DADEEA;
  padding: 20px;
}

.banner-img {
  position: relative;
  clear: both;
  border-radius: 25px;
  overflow: hidden;
  padding: 5px;
}

.banner-img img {
  border-radius: 25px;
  width: 100%;
  height: 100%;
}

.order-banner-img img {
  height: 485px;
}

.news-img {
  height: 220px;
}

.banner-img:hover img {
  opacity: 0.9;
}

.banner-img.style-2 {
  border-radius: 15px;
  overflow: hidden;
  height: 520px;
  background: url(../imgs/banner/banner-4.png) no-repeat center bottom;
  background-size: cover;
  width: 100%;
}

/*Deal banners*/
.deal {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  background-color: #fff;
  background-size: contain;
  background-position: right center;
  background-repeat: no-repeat;
  min-height: 420px;
}

.deal > div {
  width: 100%;
}

.deal h2 {
  color: #FD6E6E;
  font-weight: 600;
  font-size: 26px;
  line-height: 1.1;
  margin-bottom: 5px;
}

.deal h5 {
  color: #242424;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 20px;
  max-width: 240px;
}

.deal .btn {
  background: #ff8b19;
  border: 0;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  padding: 10px 24px;
}

.deal .btn i {
  margin-left: 5px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  font-size: 12px;
}

.deal .btn:hover i {
  margin-left: 10px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

/*Page > About*/

/*page 404*/

/*SHOP*/
.product-cart-wrap {
  position: relative;
  max-width: 100%;
  background-color: #fff;
  border-radius: 15px;
  overflow: hidden;
  border: 2px solid rgba(0, 0, 0, 0);
  transition: .2s;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
}

.accordion {
  width: 100%;
  max-width: 360px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.accordion .link {
  cursor: pointer;
  display: block;
  padding: 15px 15px 15px 42px;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px solid #DADEEA;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion li:last-child .link { border-bottom: 0; }

.accordion li i {
  position: absolute;
  left: 12px;
  font-size: 18px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion li i.fi-rs-angle-down {
  right: 12px;
  left: auto;
  font-size: 16px;
}

.accordion li.open .link { color: #ff8b19; }

.accordion li.open i { color: #ff8b19; }

.accordion li.open i.fi-rs-angle-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media (hover: hover) {
  .product-cart-wrap:hover {
   border: 2px solid #f99531;
  }
}

.table-bt-catalog .product-img-action-wrap {
  position: relative;
  background-color: #fff;
  overflow: hidden;
}

.table-bt-catalog .product-img {
  position: relative;
  overflow: hidden;
}

.table-bt-catalog .product-img img {
  width: 210px;
}

.table-bt-catalog .product-badges.product-badges-position {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 9;
}

.table-bt-catalog .product-badges span.best {
    background-color: #f99531;
}

.table-bt-catalog .product-badges span {
    font-size: 12px;
    line-height: 12px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 6px 8px;
    border-radius: 5px;
    color: #fff;
}

.table-bt-catalog .product-thumbnail-catalog {
  width: 210px;
  padding: 10px 0;
}

.product-cart-wrap .product-img-action-wrap {
  position: relative;
  background-color: #fff;
  overflow: hidden;
  max-height: 330px;
  /*padding: 10px 10px 0 10px;*/
}

.product-cart-wrap .product-img-action-wrap .product-img {
  position: relative;
  overflow: hidden;
}

.product-cart-wrap .product-img-action-wrap .product-img a {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-cart-wrap .product-img-action-wrap .product-img a img {
  width: 100%;
}

.product-favorites {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 18px;
  z-index: 9;
}
.product-instock {
  position: absolute;
  bottom: 15px;
  right: 15px;
  font-size: 18px;
  z-index: 9;
}

.product-cz-logo {
  /*height: 28px;*/
  position: absolute;
  bottom: 15px;
  left: 15px;
  font-size: 18px;
  z-index: 9;
}

.product-cz-logo img {
  height: 20px;
}

.product-favorites i {
  color: #000;
}

.product-favorites i:hover {
  color: #ff8b19;
}

button.action-btn {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  outline: none;
}

.product-cart-wrap .product-badges {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-cart-wrap .product-badges.product-badges-mrg {
  margin: 0 0 10px;
}

.product-cart-wrap .product-badges.product-badges-position {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 9;
}

.notification-status span {
  font-size: 12px;
  line-height: 12px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 6px 8px;
  border-radius: 5px;
  color: #fff;
  background-color: #f99531;
}

.product-cart-wrap .product-badges span {
  font-size: 12px;
  line-height: 12px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 6px 8px;
  border-radius: 5px;
  color: #fff;
}

.product-discount-badge {
  position: absolute;
}

span.discount {
  position: relative;
  left: -4px;
  bottom: 26px;
  padding: 4px 6px;
  border-radius: 10px !important;
  background-color: #ff8b19;
  font-size: 14px !important;
  color: #fff;
  z-index: 10;
}
/*
.product-discount span {
  position: absolute;
  left: 0px;
  top: 184px;
  border-radius: 10px !important;
  background-color: #ff8b19;
  font-size: 14px !important;
}
*/
#toast {
  visibility: hidden;
  max-width: 350px;
  height: 50px;
  /*margin-left: -125px;*/
  margin: auto;
  background-color: #333333db;
  color: #fff;
  text-align: center;
  border-radius: 2px;

  position: fixed;
  z-index: 999;
  left: 0;
  right: 0;
  top: 60px;
  font-size: 17px;
  white-space: nowrap;
}
#toast #desc {
  color: #fff;

  padding: 16px;

  overflow: hidden;
  white-space: nowrap;
}

#toast.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
  from {
    top: 0;
    opacity: 0;
  }
  to {
    top: 60px;
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    top: 0;
    opacity: 0;
  }
  to {
    top: 60px;
    opacity: 1;
  }
}

@-webkit-keyframes fadeout {
  from {
    top: 60px;
    opacity: 1;
  }
  to {
    top: 0px;
    opacity: 0;
  }
}

@keyframes fadeout {
  from {
    top: 60px;
    opacity: 1;
  }
  to {
    top: 0px;
    opacity: 0;
  }
}


.product-cart-wrap .product-badges span:last-child {
  margin-right: 0px;
}

.product-cart-wrap .product-badges span.hot {
  background-color: #f74b81;
}

.product-cart-wrap .product-badges span.new {
  background-color: #ff8b19;
}

.product-cart-wrap .product-badges span.best {
  background-color: #f99531;
}

.product-cart-wrap .product-content-wrap {
  padding: 10px 6px 10px;
}

.product-cart-wrap .product-content-wrap p {
    font-size: 14px;
    margin-bottom: 5px;
    padding-top: 10px;
    clear: both;
    height: 4.3em;
    color: #1A1A1A;
    line-height: 1.2;
}

.product-des.product-name p a {
  color: #1A1A1A;
}

.product-des.product-name p a:hover {
  color: #FF8FAA;
}


.product-cart-wrap .product-content-wrap p a {
  color: #1A1A1A;
}

.product-cart-wrap .product-content-wrap p a:hover {
  color: #ff8b19;
}

.product-cart-wrap .product-content-wrap .product-price span {
  font-size: 20px;
  font-weight: bold;
  color: #1A1A1A;
}

.product-cart-wrap .product-content-wrap .product-price span.old-price {
  font-size: 14px;
  color: #adadad;
  margin: 0 0 0 7px;
  text-decoration: line-through;
  font-weight: 400;
}

.product-page .discount {
    border-radius: 10px !important;
    background-color: #ff8b19;
    font-size: 14px !important;
    color: #fff !important;
    font-weight: 400 !important;
    padding: 2px 5px;
    margin: 1rem;
}

.product-page .product-price span {
  font-size: 30px;
  font-weight: bold;
  color: #1A1A1A;
  left: 0;
  bottom: 0;
}

.product-page .product-price span.old-price {
  font-size: 14px;
  color: #adadad;
  margin: 0 0 0 7px;
  text-decoration: line-through;
  font-weight: 400;
}

.product-card-bottom .price {
    display: flex;
    white-space: nowrap;
    padding: 20px 0;
}

.product-cart-wrap .product-card-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 15px;
}

.product-cart-wrap .product-card-bottom .add-cart {
  cursor: pointer;
}

.product-card-bottom .add-cart .add-s {
  position: relative;
  display: inline-block;
  padding: 6px 14px 6px 14px;
  border-radius: 10px;
  background-color: #ff8b19;
  color: #fff;
  font-size: 16px;
  white-space: nowrap;
}

.product-cart-wrap .product-card-bottom .add-cart .add-s:hover {
  background-color: #f99531;
  color: #fff;
}

.product-cart-wrap .progress {
  height: 5px;
}

.product-cart-wrap.small {
  border: 0;
  text-align: center;
}

.product-cart-wrap.small .product-content-wrap {
  padding: 5px 15px 0 15px;
}

.product-cart-wrap.small .product-price {
  padding-top: 0;
}

.product-cart-wrap.small:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.product-cart-wrap.small h2 {
  border-bottom: 0;
  padding: 0;
  margin-bottom: 0;
}

.product-cart-wrap.small .product-badges span {
  font-size: 10px;
}

.product-cart-wrap.style-2 {
  border: 0;
  padding-bottom: 25px;
}

.product-cart-wrap.style-2:hover {
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.product-cart-wrap.style-2 .product-img-action-wrap {
  padding: 0;
  position: relative;
  z-index: 1;
  max-height: unset;
}

.product-cart-wrap.style-2 .product-img-action-wrap img {
  border-radius: 15px;
}

.product-cart-wrap.style-2 .product-content-wrap {
  position: relative;
  margin-top: -90px;
  z-index: 3;
  padding: 0;
  max-width: 86%;
  margin-left: auto;
  margin-right: auto;
  transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  -o-transition: .3s;
}

.product-cart-wrap.style-2:hover .product-content-wrap {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  -o-transition: .3s;
}

.product-price {
  font-family: "Inter", sans-serif;
}

.product-price2 {
  color:#000;
  font-size: 12px;
}

.product-price2 .retail {
  padding: 0 4px;
  float: left;
  background: #FFEDAF;
}

.product-price2 .code {
  float: right;
  text-align: end;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 44%;
  overflow: hidden;
}

.list-group {
    overflow: auto;
    height: 360px;
}

.range .list-group-item {
  position: relative;
  display: block;
  padding: 0;
  background: none;
  border: 0;
}

.range .checkbox {
  font-size: 0.8em;
}

.range_inputs input:first-child {
  margin-right: 20px;
}

.irs--round .irs-bar {
  background-color: #01016B !important;
}

.irs--round .irs-handle {
  background-color: #01016B !important;
  border-color: #01016B !important;
}

.irs--round .irs-handle.state_hover,
.irs--round .irs-handle:hover {
  background-color: #01016B !important;
}

.irs--round .irs-handle {
  width: 20px !important;
  height: 20px !important;
  top: 29px !important;
}

.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
  display: none !important;
}

.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before,
.irs--round .irs-min,
.irs--round .irs-max {
  display: none !important;
}

.shop-product-fillter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.shop-product-fillter.style-2 {
  padding-bottom: 20px;
  border-bottom: 1px solid #DADEEA;
}

/*Product list*/

/*PRODUCT DETAILS*/

/* Переопределение поведения сетки внутри слайдера */
.swiper-slide .col-xl-3,
.swiper-slide .col-md-4,
.swiper-slide .col-6,
.swiper-slide .col-grid-box {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    padding-right: 0;
    padding-left: 0;
}

/* Обеспечиваем, чтобы карточки занимали всё доступное пространство в слайде */
.swiper-slide {
    height: auto;
    display: flex;
}

.swiper-slide > div {
    width: 100%;
}

.slider-nav-thumbnails:hover button {
  opacity: 1;
}

.product-prev {
  border: 0;
  background: transparent;
  font-size: 20px;
  margin: 0px 0px 0px 16px;
  transform: rotate(90deg);
  color: #384262;

}
.product-next {
  border: 0;
  background: transparent;
  font-size: 20px;
  margin: 0px 0px 0px 16px;
  transform: rotate(90deg);
  color: #384262;
}

.slider-nav-thumbnails-h {
  display: flex;
}

.slider-nav-thumbnails-h:hover button {
  opacity: 1;
}

.product-rate {
  vertical-align: middle;
  background-image: url("../img/theme/rating-stars.png");
  background-position: 0 -18px;
  background-repeat: repeat-x;
  height: 18px;
  width: 100px;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}

.product-rating {
  height: 18px;
  background-repeat: repeat-x;
  background-image: url("../img/theme/rating-stars.png");
  background-position: 0 0;
}

.filter-submit {
  bottom: 0;
  position: sticky;
  background: linear-gradient(360deg, #ffffff 80%, transparent 100%);
  padding-top: 20px;
  z-index: 1;
}

.list-filter {
  margin: 0;
  padding: 0;
  list-style: none;
}

.list-filter li {
  display: inline-block;
}

.list-filter li a {
  color: #555;
  display: block;
  min-width: 30px;
  text-align: center;
  position: relative;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}

.size-filter.list-filter a {
  border-radius: 5px;
  padding: 0 9px;
  background: #fff;
}

.size-filter.list-filter li a {
  color: #7E7E7E;
  height: 32px;
  line-height: 32px;
  min-width: 40px;
  text-align: center;
}

.size-filter.list-filter li a:hover,
.size-filter.list-filter li.active a {
  color: #fff;
  background-color: #ff8b19;
  border-color: #ff8b19;
}

/*
 * size card style
 */
.sizes-table {
  border-bottom: 1px dashed;
  font-size: 16px;
  line-height: 22px;
  color: #242424;
  text-decoration: none;
  cursor: pointer;
  color: #8b8b8b;
  border-color: #8b8b8b;
  margin-bottom: 12px;
}

.sizes-list{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap
}
.sizes-list .sizes-list__item{
    padding: 0 6px;
}
.sizes-list .product-qty {
    padding: 0 6px;
}
.sizes-list input{
    position:absolute;
    clip:rect(0 0 0 0);
    width:1px;
    height:1px;
    margin:-1px;
    overflow:hidden
}
.sizes-list label{
    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;
    text-align:center;
    white-space:nowrap;
    text-transform:uppercase;
    position:relative;
    min-width:42px;
    min-height:42px;
    padding:3px 12px 4px;
    border:1px solid #e8e8e8;
    border-radius:8px;
    -webkit-box-shadow:inset 0 0 0 1px #fff;
    box-shadow:inset 0 0 0 1px #fff;
    cursor:pointer
}
.sizes-list label .sizes-list__size{
    font-size:14px;
    line-height:20px;
    color:#242424
}
.sizes-list label .sizes-list__size-ru{
    font-size:10px;
    line-height:13px;
    text-transform:uppercase;
    color:#8b8b8b
}
.sizes-list label.active{
    border:1px solid #f99531;
    -webkit-box-shadow:inset 0 0 0 1px #f99531;
    box-shadow:inset 0 0 0 1px #f99531
}
.sizes-list label.active .sizes-list__size,.sizes-list label.active .sizes-list__size-ru{
    color:#f99531
}
@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){
    .sizes-list label:hover{
        border:1px solid #f99531;
        -webkit-box-shadow:inset 0 0 0 1px #f99531;
        box-shadow:inset 0 0 0 1px #f99531
    }
    .sizes-list label:hover .sizes-list__size,.sizes-list label:hover .sizes-list__size-ru{
        color:#f99531
    }
}
@media (hover:hover) and (pointer:fine){
    .sizes-list label:hover{
        border:1px solid #f99531;
        -webkit-box-shadow:inset 0 0 0 1px #f99531;
        box-shadow:inset 0 0 0 1px #f99531
    }
    .sizes-list label:hover .sizes-list__size,.sizes-list label:hover .sizes-list__size-ru{
        color:#f99531
    }
}
.sizes-list label.disabled{
    border:1px solid #f6f6f6;
    background-color:#f6f6f6;
    -webkit-box-shadow:inset 0 0 0 1px #f6f6f6;
    box-shadow:inset 0 0 0 1px #f6f6f6
}
.sizes-list label.disabled .sizes-list__size,.sizes-list label.disabled .sizes-list__size-ru{
    color:#d5d5d5
}
.sizes-list label.disabled.active{
    border:1px solid #f99531;
    -webkit-box-shadow:inset 0 0 0 1px #f99531;
    box-shadow:inset 0 0 0 1px #f99531
}
@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){
    .sizes-list label.disabled:hover{
        border:1px solid #f99531;
        -webkit-box-shadow:inset 0 0 0 1px #f99531;
        box-shadow:inset 0 0 0 1px #f99531
    }
}
@media (hover:hover) and (pointer:fine){
    .sizes-list label.disabled:hover{
        border:1px solid #f99531;
        -webkit-box-shadow:inset 0 0 0 1px #f99531;
        box-shadow:inset 0 0 0 1px #f99531
    }
}

.table-sizes__table {
    width:100%;
    max-width:100%
}

/*
 * qty style
 */

.numberstyle-qty {
  display: flex;
}

.numberstyle-qty input,
.numberstyle-qty .qty-btn {
  position: relative;
  display: block;
  float: left;
  height: 35px;
  padding: 0;
  margin: 0;
  border: 0px;
  text-align: center;
  line-height: 30px;
  outline: 0;
  box-shadow: 0px;
  color: #ff8b19;
}
.numberstyle-qty input {
  border-radius: 0;
}
.qty-add {
  border-radius: 0px 10px 10px 0px;
}
.qty-rem {
  border-radius: 10px 0px 0px 10px;
}

.size-link{
  border-radius: 10px;
  background-color: #ff8b19;
  color: #fff;
  font-size: 16px;
  white-space: nowrap;
  display: inline-block;
  padding: 6px 10px;
}

.numberstyle-qty .qty-btn {
  background: #F6F6FC;
  width: 40px;
  font-size: 30px;
  cursor: pointer;
  z-index: 2;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: all 250ms ease;
}

.numberstyle-qty .qty-btn.disabled {
  cursor: default;
  color: rgba(116, 116, 116, 0.5);
}

.numberstyle-qty input {
  width: 40px;
  border-left: 0;
  border-right: 0;
  color: #ff8b19;
  font-size: 16px;
  z-index: 1;
}

.numberstyle-qty input:focus {
  outline: 0;
  box-shadow: 0px;
}

.numberstyle-qty input[type=number]::-webkit-inner-spin-button,
.numberstyle-qty input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.numberstyle-qty input[type=number] {
  -moz-appearance: textfield;
}

.detail-qty {
  max-width: 80px;
  padding: 9px 20px;
  position: relative;
  width: 100%;
  border-radius: 5px;
}

.detail-qty > a {
  font-size: 16px;
  position: absolute;
  right: 8px;
  color: #ff8b19;
}

.detail-qty > a:hover {
  color: #29A56C;
}

.detail-qty > a.qty-up {
  top: 0;
}

.detail-qty > a.qty-down {
  bottom: -4px;
}

.out-of-stock-card {
  background-color: #6c757d !important;
}

.detail-info {
  /*width: 121px;*/
  vertical-align: baseline;
}

.detail-info .product-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 15px 0 30px 0;
}

.detail-info .product-price .old-price {
  text-decoration: line-through;
  color: #B6B6B6;
  margin-left: 20px;
  font-size: 28px;
  font-weight: 700;
  display: block;
}

.card-params__table {
    font-size: 16px;
    line-height: 20px;
    width: 100%;
}
.card-params__table th {
    width: 50%;
    font-weight: 400;
    text-align: left;
    vertical-align: top;
    padding: 4px 0;
}
.card-params__cell-decor {
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    width: 100%;
}
.card-params__cell-decor span {
    padding-right: 12px;
    position: relative;
    z-index: 1;
    background-color: #fff;
}
.card-params__cell-decor::after {
    content: "";
    display: block;
    width: 100%;
    height: 20px;
    position: absolute;
    left: 0;
    bottom: 5px;
    border-bottom: 1px dashed #d3d4dd;
}
.card-params__table td {
    width: 50%;
    text-align: left;
    vertical-align: bottom;
    padding: 4px 0 4px 12px;
    color: #4A5474;
}

.progress + .progress {
  margin-top: 1rem;
}

.progress span {
  line-height: 16px;
  background: #fff;
  padding-right: 10px;
  width: 45px;
}

.progress-bar {
  background-color: #ff8b19;
}

.catalogList__settings-perpage, .catalogList__settings-counts {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}
        
.catalogList__settings-counts-item {
  margin-left: 10px;
  display: inline-block;
}

.main-heading {
  padding: 10px 0;
}

td.product-thumbnail{
  vertical-align: top;
}

.shopping-summery table > :not(caption) > * > * {
  padding: 15px 0;
}

.shopping-summery table td, .shopping-summery table th, .shopping-summery table thead {
  border: 0;
}

.order_thumb {
  max-width: 90px;
}

td.price {
  width: 150px;
  max-width: 150px;
  overflow: hidden;
  white-space: nowrap;
  text-align: end;
  padding-right: 25px !important;
  padding-left: 30px !important;
  vertical-align: baseline;
}
div.price {
  height: 30px;
}

.shopping-summery table thead th {
  padding: 18px 0;
  font-family: "Inter", sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #253D4E;
}

.shopping-summery table thead th.start {
  border-radius: 20px 0 0 20px;
}

.shopping-summery table thead th.end {
  border-radius: 0 20px 20px 0;
}

table.no-border td, table.no-border th, table.no-border thead {
  border: 0;
}

.cart-totals {
  border-radius: 15px;
  padding: 30px 40px;
}

.cart-promo input{
  font-size: 16px;
  height: 60px;
  border-color: transparent;
}

.cart-promo_applied {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.promo_applied {
  padding: 20px;
}

.basket-button {
    font-size: 16px;
    line-height: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 14px;
    border: 1px solid #DADEEA;
    border-radius: 8px;
    color: #000;
    justify-content: space-between;
}

.out_of_stock {
  background: #FDD2DC;
}

.error {
    border-color: red !important;
    animation: shake 0.5s;
}

@keyframes shake {
      0% { transform: translateX(0); }
      20% { transform: translateX(-10px); }
      40% { transform: translateX(10px); }
      60% { transform: translateX(-10px); }
      80% { transform: translateX(10px); }
      100% { transform: translateX(0); }
    }

.zoomWindow {
  border-radius: 15px;
  overflow: hidden;
}

.table-wishlist {
  border: 0;
}

.table-bt {
  border-top: 1px solid #dadeea;
}

.table-bt-catalog td {
  border: 0;
}

.product-thumbnail-catalog {
  padding: 0;
}

.table-bt-catalog {
  border-top: 1px solid #dadeea;
  height: auto;
}

/*BLOG*/

/*Entry meta*/

/*Loop Grid*/

/*FLATPAGES*/

/*LAYOUT -> HEADER STYLE*/
/*Header default*/
.header-top-ptb-1 {
  padding: 5px 0;
  font-size: 13px;
  line-height: 1;
}
.header-info-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-right: 0px;
}

.header-info > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-info > ul > li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-info > ul > li:last-child {
  margin-right: 0;
}

.header-info > ul > li:last-child:before {
  display: none;
}
/*.header1 > ul > li a {
  padding: 8px 0px !important;
}*/

.header1 > ul > li:hover > a {
  background: none !important;
  color: #1A1A1A !important;
}
.location {
  position: absolute;
  padding: 2.4rem;
  visibility: hidden;
  opacity: 0;
  background: #ffffff;
  transition: all 0.25s cubic-bezier(0, 0, 0.2, 1);
  border-radius: 0.4rem;
  box-shadow: 0 0.2rem 0.5rem #0000000d, 0 0 1.1rem #0000000d;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translate3d(0, 0.5rem, 0);
  z-index: 9;
}

.location::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  top: -0.7rem;
  border-width: 0 0.7rem 0.7rem 0.7rem;
  border-color: transparent transparent #ffffff transparent;
  filter: drop-shadow(1px -1px 1px #dfdee2);
  left: 1.2rem;
}
.city > .location {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.4s, opacity 0.4s linear;
}

.city:hover > .location {
  visibility: visible;
  opacity: 1;
  transition-delay: 0.1s;
  -webkit-transition: opacity 0.1s ease-in;
  -moz-transition: opacity 0.1s ease-in;
  -ms-transition: opacity 0.1s ease-in;
  -o-transition: opacity 0.1s ease-in;
  transition: opacity 0.1s ease-in;
}

.modal-city {
  overflow: hidden;
  height: 509px;
}

.list-group li {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.5rem;
  position: relative;
  padding: 6px 0px;
  list-style-type: none;
}

.list-group .active {
  font-weight: 700;
  color: #ff8b19;
  padding-right: 60px;
}

.header-info > ul > li a {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 10px;
  height: 30px;
  border-radius: 10px;
  color: #ff8b19;
}
.header-info > ul > li a i {
  font-size: 14px;
  margin-right: 5px;
  line-height: 20px;
}

.language-dropdown-active img{
  max-width: 15px;
  display: inline-block;
  margin-right: 5px;
}

.header-info > ul > li > ul.language-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  min-width: 120px;
  background: #fff;
  border-radius: 0 0 4px 4px;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  visibility: hidden;
  opacity: 0;
  padding: 10px 15px;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  border: 1px solid #DADEEA;
}

.header-info > ul > li > ul li {
  display: block;
}

.header-info > ul > li > ul li a {
  display: block;
  color: #696969;
  padding: 5px;
}

.header-info > ul > li > ul li a:hover {
  color: #ff8b19;
  background-color: none;
}

.header-info > ul > li > ul li a img {
  max-width: 15px;
  display: inline-block;
  margin-right: 5px;
}

.header-info > ul > li:hover > a {
  background: #ff8b19;
  color: #fff;
}

.header-info > ul > li:hover > ul.language-dropdown {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  top: 25px;
}

.header-info i {
  font-size: 12px;
  margin-right: 5px;
  line-height: 6px;
}

.header-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-wrap .header-nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-grid;
  display: grid !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-wrap.header-space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-wrap .header-right {
  width: 100%;
  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;
}

.logo a {
  display: block;
}

.logo.logo-width-1 {
  margin-right: 30px;
  margin-top: 6px;
}

.logo.logo-width-1 a img {
  width: 289px;
  min-width: 289px;
  height: 100%;
}

.header-action-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-action-2 .header-action-icon-2:last-child {
  /*padding: 0 0px 0 8px;*/
}

.header-action-2 .header-action-icon-2 > a {
  font-size: 20px;
  color: #ff8b19;
  line-height: 1;
  display: inline-block;
  position: relative;
}

.header-action-2 .header-action-icon-2 > a img {
  width: 100%;
  max-width: 25px;
}

a span.notify-status {
  position: absolute;
  right: -14px;
  top: -5px;
  color: #ffffff;
  background-color: #ff8b19;
  height: 10px;
  width: 10px;
  border-radius: 101px;
  font-weight: 400;
  font-size: 10px;
  text-align: center;
  line-height: 12px;
}

li a span.notify-status-li {
  position: absolute;
  color: #ffffff;
  background-color: #ff8b19;
  height: 7px;
  width: 7px;
  border-radius: 101px;
  line-height: 12px;
}

.header-action-2 .header-action-icon-2 > a span {
  font-size: 14px;
  color: #000;
}

.header-action-2 .header-action-icon-2 > a span.pro-count {
  position: absolute;
  right: -14px;
  top: -5px;
  color: #ffffff;
  height: 13px;
  width: 17px;
  border-radius: 101px;
  font-weight: 400;
  font-size: 10px;
  text-align: center;
  line-height: 12px;
}

.separator {
  border-top: 1px solid #DADEEA;
}

.cart-dropdown-wrap ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 10px;
}

.catalog_head {
  display: inline-flex;
}
.good_count {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
  margin-left: 8px;
}

.view .nav-item {
  margin-top: 6px;
}
.view ul.nav li.nav-item a.nav-linkv {
    font-size: 20px;
    color: #7B85A4;
    border: none;
    padding: 7px 7px 2px;
    margin: 0;
}
.view ul.nav li.nav-item a.nav-linkv.active {
  color: #ff8b19;
    background: #fff;
    border-radius: 10px;
}

.view .nav-tabs {
  display: inline-flex;
  background: #DADEEA;
  border-radius: 10px;
  padding: 3px;
}

.mobile-header-wrapper-style.sidebar-visible {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.mobile-menu a {
  color: #1A1A1A;
}
.catalog-menu a {
  color: #1A1A1A;
}
.leftSide__catalog-main {
  display: table;
  position: relative;
  padding: 4px 0px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #1a1a1a;
  outline: none;
}
.cat_cat .active .text {
  padding: 4px 12px;
  background: #DADEEA;
  border-radius: 8px;
  margin-bottom: 4px;
}
    /*  
     * Rating styles
     */

     .star-cb-group {
  /* remove inline-block whitespace */
  font-size: 0;
  /* flip the order so we can use the + and ~ combinators */
  unicode-bidi: bidi-override;
  direction: rtl;
  /* the hidden clearer */
}
.star-cb-group * {
  font-size: 25px;
}
.star-cb-group > input {
  display: none;
}
.star-cb-group > input + label {
  /* only enough room for the star */
  display: inline-block;
  overflow: hidden;
  text-indent: 9999px;
  width: 1em;
  white-space: nowrap;
  cursor: pointer;
}
.star-cb-group > input + label:before {
  display: inline-block;
  text-indent: -9999px;
  content: "★";
  color: #FDD2DC;
}
.star-cb-group > input:checked ~ label:before, .star-cb-group > input + label:hover ~ label:before, .star-cb-group > input + label:hover:before {
  content: "★";
  color: #ff8b19;
}
.star-cb-group > .star-cb-clear + label {
  text-indent: -9999px;
  width: .5em;
  margin-left: -.5em;
}
.star-cb-group > .star-cb-clear + label:before {
  width: .5em;
}
.star-cb-group:hover > input + label:before {
  content: "★";
  color: #FDD2DC;
}
.star-cb-group:hover > input + label:hover ~ label:before, .star-cb-group:hover > input + label:hover:before {
  content: "★";
  color: #ff8b19;
}

.leftSide__catalog-sub li {
  display: table;
  position: relative;
  padding: 4px 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #1a1a1a;
  outline: none;
}
.leftSide__catalog-sub .active {
  background: #DADEEA;
  border-radius: 8px;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top .mobile-header-logo a {
  display: block;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav {
  height: 100%;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .main-categori-wrap a i {
  margin-right: 15px;
}

/*.header-action-right {
  width: 30%;
  height: 100%;
}*/

.header-action-2 .header-action-icon-2 {
  position: relative;
  display: -webkit-box;
  display: -ms-inline-grid;
  display: inline-grid;
  justify-items: center;
  padding: 0 1.3rem;
}

.header-action-2 .header-action-icon-2 > a svg {
  width: 1em;
  height: 1em;
}

.header-action-2 .header-action-icon-2 > a span.pro-count.blue {
  background-color: #ff8b19;
}

.header-action-2 .header-action-icon-2:hover > a {
  color: #ff8b19;
  fill: #ff8b19;
}

.header-action-2 .header-action-icon-2:hover .cart-dropdown-wrap {
  opacity: 1;
  visibility: visible;
  top: calc(100% + 10px);
}

.cart-dropdown-wrap {
  position: absolute;
  right: 0;
  top: calc(100% + 20px);
  z-index: 99;
  width: 320px;
  background-color: #fff;
  -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
  padding: 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  border-radius: 10px;
  border: 1px solid #DADEEA;
}

.cart-dropdown-wrap.cart-dropdown-hm2 {
  right: 0;
}

.cart-dropdown-wrap.account-dropdown {
  width: 240px;
}

.cart-dropdown-wrap.account-dropdown a {
  color: #000;
}

.cart-dropdown-wrap.account-dropdown a:hover {
  color: #ff8b19;
}

.cart-dropdown-wrap ul li:last-child {
  margin: 0 0 0px;
}

.sticky-bar.stick {
  -webkit-animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.05);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 50;
  left: 0;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  background: #fff;
}

.close-style-wrap {
  position: absolute;
  right: 55px;
  top: 40px;
}

.close-style-wrap.close-style-position-inherit {
  position: inherit;
}

.close-style-wrap .close-style {
  position: relative;
  background-color: transparent;
  padding: 0;
  border: none;
  width: 26px;
  height: 26px;
  background-color: #DEF9EC;
  border-radius: 30px;
}

.close-style-wrap .close-style > i {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 1px;
  margin: 0 !important;
  -webkit-transform-origin: center;
  transform-origin: center;
  display: block;
  overflow: hidden;
}

.close-style-wrap .close-style > i.icon-top {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.close-style-wrap .close-style > i.icon-top::before {
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s, -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
  -webkit-transform-origin: right;
  transform-origin: right;
}

.close-style-wrap .close-style > i.icon-top::after {
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: scaleX(0) translateZ(0);
  transform: scaleX(0) translateZ(0);
  -webkit-transform-origin: left;
  transform-origin: left;
}

.close-style-wrap .close-style > i.icon-bottom {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.close-style-wrap .close-style > i.icon-bottom::before {
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s, -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
  -webkit-transform-origin: right;
  transform-origin: right;
}

.close-style-wrap .close-style > i.icon-bottom::after {
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: scaleX(0) translateZ(0);
  transform: scaleX(0) translateZ(0);
  -webkit-transform-origin: left;
  transform-origin: left;
}

.close-style-wrap .close-style:hover {
  -webkit-transform: rotateZ(360deg);
  transform: rotateZ(360deg);
}

.close-style-wrap .close-style > i::before,
.close-style-wrap .close-style > i::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #111;
}

.burger-icon {
  position: relative;
  width: 24px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.burger-icon > span {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
}

.burger-icon > span.burger-icon-top {
  top: 2px;
}

.burger-icon > span.burger-icon-bottom {
  bottom: 2px;
}

.burger-icon > span.burger-icon-mid {
  top: 9px;
}

.burger-icon > span::before,
.burger-icon > span::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #333;
}

.burger-icon.burger-icon-white > span::before,
.burger-icon.burger-icon-white > span::after {
  background-color: #253D4E;
}

.body-overlay-1 {
  background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  visibility: hidden;
  width: 100%;
  cursor: crosshair;
  z-index: 9999;
}

.mobile-menu-active .body-overlay-1 {
  opacity: 1;
  visibility: visible;
}

.mobile-header-wrapper-style {
  position: fixed;
  top: 0;
  width: 100%;
  min-height: 100vh;
  bottom: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transform: translate(-200px, 0);
  transform: translate(-200px, 0);
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.09);
  z-index: 99999;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner {
  padding: 0px 0px 30px;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px 30px;
  background-color: #ffffff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top .mobile-header-logo a img {
  width: 100px;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area {
  padding: 30px 30px 30px;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li {
  display: block;
  position: relative;
  padding: 13px 0;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li:last-child {
  border-bottom: none;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li.menu-item-has-children .menu-expand {
  right: 0;
  position: absolute;
  cursor: pointer;
  z-index: 9;
  text-align: center;
  font-size: 12px;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 38px;
  top: 5px;
  color: #253D4E;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li.menu-item-has-children .menu-expand i {
  font-size: 14px;
  font-weight: 300;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li.menu-item-has-children.active > .menu-expand {
  background: rgba(255, 255, 255, 0.2);
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li.menu-item-has-children.active > .menu-expand i::before {
      content: "\f113";
}

.catalog-menu li.menu-item-has-children.active > .menu-expand i::before {
      content: "\f113";
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li a {
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
  font-weight: 400;
  position: relative;
  display: inline-block;
  color: #253D4E;
  width: 100%;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li a i {
  margin-right: 5px;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul {
  padding: 10px 0 0 10px;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li {
  padding: 10px 0;
  border-bottom: none;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li.menu-item-has-children .menu-expand {
  top: 0px;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li a {
  font-size: 14px;
  display: block;
  font-weight: 500;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li ul {
  margin-top: 0;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li.menu-item-has-children.active {
  padding-bottom: 0;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li:hover > a {
  color: #ff8b19;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-border {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

/* Header style 1 */

/*.header-style-1 .header-bottom-bg-color {
  background-color: #fff;
  border-bottom: 1px solid #DADEEA;
}*/

.main-menu {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch;
}

.main-menu::-webkit-scrollbar {
  display: none;
}
.nav-prev {
    float: left;
    position: absolute;
    margin-top: -22px;
    background: linear-gradient(90deg, white, 90%, transparent);
}
.nav-next {    
    float: right;
    position: relative;
    margin-top: -22px;
    background: linear-gradient(270deg, white, 90%, transparent);
}

/*LAYOUT -> NAVIGATION STYLE*/

.main-menu > nav > ul > li > a {
  display: inline-block;
  font-size: 16px;
  color: #ff8b19;
  font-family: "Inter", sans-serif;
}

.main-menu > nav > ul > li > a i {
  font-size: 8px;
  position: relative;
  margin-left: 4px;
}

.main-menu > nav > ul > li > a.active {
  color: #ff8b19;
}

div.left-menu {
  background-color: #f5f5f6;
  grid-column: left/6;
  padding: 1.2rem 0;
}

div.left-menu__item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  box-sizing: border-box;
  border-right: 0.2rem solid #f5f5f6;
  padding-left: 40px;
}

div.left-menu__item_selected {
  background-color: #fff;
  border-right: 2px solid #ff8b19;
}

div.links-container {
  opacity: 1;
  order: 0;
  height: auto;
  grid-column: 6/main-content-end;
  overflow: hidden;
}

a.last-level-category {
  color: #1A1A1A;
  transition: color .2s;
  cursor: pointer;
  font-size:14px;
  text-decoration: none;
}

span.last-level-category__name {
  display: flex;
  align-items: center;
}


div.main-links__last-link {
  padding: 4px 0;
  font-weight: normal;
  outline: none;
  color: #1A1A1A;
  text-decoration: none;
  display: block;
}


div.main-links__middle-link {
  line-height: 2rem;
  font-weight: normal;
  outline: none;
  color: #1A1A1A;
  text-decoration: none;
  display: block;
}

div.main-links {
  margin: 10px;
  grid-column: 6/main-content-end;
  display: grid;
  grid-column-gap: 2.05rem;
  grid-template-columns: repeat(4,1fr);
  grid-row-gap: 4rem;
}

.main-menu > nav > ul > li:hover > a {
  color: #ff8b19;
}

.main-menu > nav > ul > li {
  display: inline-block;
  position: relative;
}

.main-categori-wrap {
  /*position: relative;*/
  margin-right: 35px;
}

.main-categori-wrap > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
}

.main-categori-wrap > a span {
  margin-right: 7px;
  color: #7E7E7E;
}

.main-categori-wrap > a > i {
  margin-left: 5px;
  margin-top: 7px;
  color: #999;
}

.main-categori-wrap > a > i.up {
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  opacity: 0;
  visibility: hidden;
}

.main-categori-wrap > a.open > i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.categories-dropdown-active-large {
  list-style-type: none;
  position: absolute;
  top: 177%;
  left: 0;
  z-index: 99;
  margin: 0;
  padding: 30px;
  background: #fff;
  border: 1px solid #BCE3C9;
  border-radius: 10px;
  font-size: 16px;
  min-width: 270px;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
  visibility: hidden;
  margin-top: 26px;
}

.categories-dropdown-active-large.open {
  opacity: 1;
  visibility: visible;
}

/*Pagination*/
.pagination-area .page-item {
  margin: 0 5px;
}

.pagination-area .page-item:first-child {
  margin-left: 0;
}

.pagination-area .page-item:first-child .page-link {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.pagination-area .page-item:last-child .page-link {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.pagination-area .page-item.active .page-link, .pagination-area .page-item:hover .page-link {
  color: #fff;
  background: #ff8b19;
}

.pagination-area .page-link {
  border: 0;
  padding: 0 10px;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
  width: 38px;
  height: 40px;
  display: block;
  border-radius: 10px;
  color: #4A5474;
  line-height: 40px;
  text-align: center;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  background-color: #F6F6FC;
}

.pagination-area .page-link.dot {
  background-color: transparent;
  color: #7E7E7E;
  letter-spacing: 2px;
}

  div.brands_main-links {
  margin: 10px;
  grid-column: 6/main-content-end;
  display: grid;
  grid-column-gap: 2.05rem;
  grid-template-columns: repeat(4,1fr);
  grid-row-gap: 4rem;
}
/*
.brands_main-links .main-links__middle-link {
    width: 17%;
}
*/
@media (max-width: 768px) {
    .brands_main-links .main-links__middle-link {
        width: 33%;
    }
}
@media (max-width: 576px) {
    .brands_main-links .main-links__middle-link {
        width: 45%;
    }
}

/*LAYOUT -> SIDEBAR*/

.primary-sidebar .sidebar-widget {
  min-width: 300px;
  position: relative;
  padding: 14px;
  border: 1px solid #DADEEA;
  border-radius: 15px;
  -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
}

/*Social network widget*/

.sidebar-widget .banner-img {
  float: none;
}

/*dealers*/

.footer-link-widget:not(:last-child) {
  margin-right: 80px;
}

.footer-link-widget p {
  font-size: 15px;
  color: #253D4E;
}

.footer-list {
  list-style: outside none none;
  margin: 0;
  padding: 0;
  min-width: 170px;
}

.footer-list li {
  display: block;
  margin: 0 0 13px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.footer-list li:last-child {
  margin: 0;
}

.footer-list li:hover {
  padding-left: 5px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.footer-list li a {
  font-size: 14px;
  color: #fff;
  display: block;
}

.footer-list li a:hover {
  color: #ff8b19;
}

#scrollUp {
  width: 36px;
  height: 36px;
  color: #fff;
  right: 30px;
  bottom: 100px;
  border-radius: 5px;
  text-align: center;
  overflow: hidden;
  z-index: 999 !important;
  background-color: #f99531;
}

#scrollUp i {
  display: block;
  line-height: 42px !important;
  font-size: 25px;
}

#scrollUp:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
/*Decoration*/
.tlt{
text-decoration: line-through;
}

/*LAYOUT -> SPACING**/

.section-padding {
  padding: 25px 0 0;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.p-15 {
  padding: 15px !important;
}

.p-20 {
  padding: 20px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pb-120 {
  padding-bottom: 120px !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

/***************************
    Page section margin 
****************************/

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-130 {
  margin-top: 130px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-45 {
  margin-left: 45px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-20 {
  margin-right: 20px !important;
}
/*
@media only screen and (max-width: 1400px) and (min-width: 821px) {
  body {
    zoom: 88%;
}
}*/

@media only screen and (max-width: 768px) {
  .shop-product-fillter {
    justify-content: right;
  }
  .buy-product {
    position: fixed;
    background: #fff;
    bottom: 25px;
    /*margin: 0 -25px;*/
    padding: 0 !important;
    border-top: 1px #DADEEA solid;
    z-index: 9;
  }
  .primary-sidebar .sidebar-widget {
    border: 0px;
}
  .flex-nowrap {
  overflow-x: auto;
}

  .artikul {
    position: absolute;
    margin-top: 42px;
    left: 10px;
  }
  /*.header-style-1 .header-bottom-bg-color {
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.07);
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.07);
  }*/
  .header-action-2 .header-action-icon-2:last-child {
    padding: 0;
  }
  .logo.logo-width-1 a img {
    width: 201px;
    min-width: 201px;
    height: 100%;
  }
  /*.header-bottom {
    padding: 20px 0;
  }*/
  .header-action-2 .header-action-icon-2 {
    padding: 0 6px;
  }
  .header-action-2 .header-action-icon-2:last-child {
    padding: 0 0 0 6px;
  }
  .header-action-2 .header-action-icon-2 > a {
    font-size: 22px;
    margin-right: 0.9rem;
  }
  .cart-dropdown-wrap {
    width: 290px;
    right: -39px;
  }
  .mobile-header-wrapper-style {
    width: 100%;
  }
  .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top {
    padding: 15px 30px 13px 30px;
    border-bottom: 1px solid #DADEEA;
  }
  .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top .mobile-header-logo a img {
    width: 140px;
  }
  .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area {
    padding: 30px;
  }
  .home-slider.pt-50 {
    padding-top: 0 !important;
  }
  .slider-arrow-2 {
    display: none;
  }
  .home-slider .slider-arrow {
    display: none;
  }
  .home-slider .hero-slider-1 {
    height: 350px;
  }
  .home-slider .hero-slider-1.style-2 {
    height: 400px;
  }
  .banner-img {
    float: left;
  }
  .detail-info {
    padding: 0 !important;
  }
  .detail-info h2 {
    font-size: 30px;
  }
  .shopping-summery table tbody tr img {
    max-width: 80px;
    margin-right: 15px;
  }

  .shopping-summery h6 {
    font-size: 14px;
  }
  .shopping-summery td.pl-30 {
    padding-left: 0 !important;
  }
  .shopping-summery button.btn {
    width: 120px;
    margin-left: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .mhide {
    display: none;
  }
}

/*Mobile landscape*/
@media only screen and (min-width: 480px) and (max-width: 767px) {
  
  .header-action-2 {
    display: none;
  }
  .cart-dropdown-wrap {
    width: 310px;
  }
  .comment-form .name {
    padding-right: 0px;
    margin-bottom: 1rem;
  }
}

/*Tablet*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .container {
    max-width: 100%;
  }
  .header-action-2 .header-action-icon-2 {
    padding: 0 0.9rem;
  }
  .comment-form .email {
    padding-left: 0px;
  }
}
@media only screen and (max-width: 991px) {
/*  .m-nav {
    padding-top: 20px;
}
  .logo.logo-width-1 {
    margin-right: 0;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }*/
/*.header-bottom {
  padding: 0 0 10px 0;
}*/
/*.header-style-1 .header-bottom-bg-color {
  -webkit-box-shadow: 0 2px 5px rgb(0 0 0 / 7%);
  box-shadow: 0 2px 5px rgb(0 0 0 / 7%);
}*/
  .mobile-menu-bottom {
    position: fixed;
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
  }

  .menu {
    display: flex;
    flex-grow: 1;
    height: 52px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: inset 0px 1px 0px #C8D8EB;
  }
  
  .menu-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    text-decoration: none;
    padding: 30px 0;
  }
  .menu-item .pro-count {
    background-color: #ff8b19;
    color: #fff;
    position: absolute;
    margin-right: -40px;
    top: 5px;
    height: 13px;
    width: 17px;
    border-radius: 101px;
    font-weight: 400;
    font-size: 10px;
    text-align: center;
    line-height: 12px;
  }
  .menu-item:focus, .menu-item:hover {
    outline: none;
  }
  .menu-item:focus .material-icons, .menu-item:hover .material-icons {
    font-family: "Material Icons";
    color: #342ead;
  }
  .menu-item:focus .menu-item-label, .menu-item:hover .menu-item-label {
    color: #342ead;
  }
  
  .material-icons {
    font-family: "Material Icons Outlined";
    display: block;
    font-size: 20px;
    color: #7B85A4;
    transition: 0.25s ease;
    margin-bottom: -6px;
  }
  
  .menu-item-label {
    display: block;
    font-size: 12px;
    color: #7B85A4;
    transition: 0.25s ease;
  }
  .search-overlay {
    height: 60px;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 5;
    top: 0;
    left: 0;
    background-color: #fff;
  }

  .header-action-right .openBtn {
    position: absolute;
    font-size: 20px;
    top: 20px;
    right: 0px;
    color: #ff8b19;
  }
  
  /* The content */
  .search-overlay-content {
    position: relative;
    top: 0;
    text-align: center;
    margin-top: -4px;
  }
  
  /* Close button */
  .search-overlay .closebtn {
    position: absolute;
    padding: 18px 0;
    right: 10px;
    font-size: 12px;
    cursor: pointer;
    color: #ff8b19;
    z-index: 2;
  }
  
  /* Style the search field */
  .search-overlay input[type=search] {
    margin-left: 10px;
    margin-top: 15px;
    padding: 15px;
    height: 40px;
    font-size: 14px;
    border: none;
    float: left;
    width: 80%;
    background: white;
    border-radius: 10px;
    border: 1px solid #DADEEA;
  }

  .search-overlay input[type=search]::-webkit-search-cancel-button {
    -webkit-appearance: searchfield-cancel-button;
}

  .search-overlay input:focus{
    border: 1px solid #f99531;
  }
  
  /* Style the submit button */
  .search-overlay button {
    display: none;
  }
  .scroll-tabs {
    display: block;
    overflow-y: hidden;
    max-width: 100%;
    white-space: nowrap;
  }
  .scroll-tabs li {
    display: inline-block;
  }
}

/*Desktop*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-slider-1 {
    height: 350px;
  }
}

/*Wide screen*/

@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1440px;
  }
  .col-lg-1-4 {
    width: 16%;
    padding-bottom: 15px;
  }
  .col-lg-1-5 {
    width: 20%;
  }
  .header-action-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media only screen and (max-width: 1400px) {
  .product-cart-wrap.style-2 .product-content-wrap {
    max-width: 94%;
  }
  .banner-img.style-2 {
    height: 483px;
  }
  .zoomContainer {
    display: none;
  }
  .detail-info h2 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 1199px) {
  .tags {
    height: 64px;
    overflow-x: scroll;
    white-space: nowrap;
  }
  .header-wrap .header-right {
    overflow: hidden;
  }
  .et {
    display: none !important;
  }
  .header-action-2 .header-action-icon-2:last-child {
    /*padding: 0 0 0 8px;*/
  }
  .nav-tabs.links .nav-link {
    padding: 0 7px;
    font-size: 14px;
  }
  .section-title.style-2 {
    display: block;
  }
  .section-title.style-2 h3 {
    margin-bottom: 25px;
    font-size: 28px;
  }
  .modal-open .modal {
    padding-right: 0 !important;
  }
  .modal-backdrop.show {
    opacity: .9 !important;
  }
  div.main-links {
    grid-column-gap: 2rem;
    grid-template-columns: repeat(2,1fr);
}
  .product-thumbnail img {
    height: 90px;
  }
  .truncate-text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.text-heading {
  font-size: 14px;
}
.cart-product-mobile {
    border-top: 1px solid #dadeea;
}
.shopping-summery button.btn {
  width: 36.33px;
  height: 36px;
  margin-left: 0;
}
.shopping-summery input {
  width: 36.33px;
  height: 36px;
}
.end {
  display: flex;
}
}

/*small phone*/
@media only screen and (max-width: 480px) {
footer {
  padding-bottom: 50px;
}
.main-menu > nav > ul > li > a {
  font-size: 18px;
}
  .news-img {
  height: unset;
  }
  .header-wrap {
    padding-top: 10px;
  }

  h1 {
    font-size: 26px;
  }
  .filter-header-active {
    position: fixed;
    top: 0;
    width: 100%;
    min-height: 100vh;
    bottom: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transform: translate(-200px, 0);
    transform: translate(-200px, 0);
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 15px 0 rgb(0 0 0 / 9%);
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 9%);
    z-index: 99999;
  }

  .filter-header-wrapper-inner {
    padding: 0px 0px 30px;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
  }

  .filter-header-wrapper-style.sidebar-visible {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.filter-header-wrapper-style .filter-header-wrapper-inner .filter-header-top {
    padding: 4px 10px 4px 20px;
    border-bottom: 1px solid #DADEEA;
}

.filter-header-top .mobile-header-logo {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
}

.filter-header-wrapper-style .filter-header-wrapper-inner .filter-header-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #ffffff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.filter-header-wrapper-inner .mobile-header-border {
  padding: 20px 20% 0px 20px;
}

.filter-submit {
  position: fixed;
  bottom: 0px;
  width: 100%;
  right: 0;
  background: linear-gradient(0deg, #FFFFFF 88.13%, rgba(255, 255, 255, 0) 101.88%);
  padding: 15px;
  z-index: 9;
}

  .mfilters {
    margin-right: auto;
    font-size: 16px;
  }
  .mfilters .pro-count {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1px 5px;
    gap: 10px;
    width: 20px;
    height: 20px;
    color: #ffffff;
    border-radius: 101px;
    font-weight: 400;
    font-size: 10px;
    line-height: 10px;
    background-color: #ff8b19;
    text-align: center;
  }
  .page-header {
    margin-bottom: 0px !important;
  }
  /*.m-nav {
    padding-top:20px;
  }*/
  .buy-product {
    margin: 0px;
  }

  .prm-15 {
    padding-right: 15px !important;
  }
  .plm-15 {
    padding-left: 15px !important;
  }

  .brands .main-links {
    grid-column-gap: 2rem;
    grid-template-columns: repeat(1,1fr);
}
  .home-slider .hero-slider-1 {
    height: 300px;
  }
  .hero-slider-1 {
    height: unset;
  }
  .banner-left-icon, .banner-img {
    width: 100%;
    margin-bottom: 15px;
  }
  .header-action-2 {
    display: none !important;
  }
  
  .header-action-2 .header-action-icon-2:last-child {
    padding: 0;
  }
  .popular-categories .slider-btn.slider-prev {
    right: 50px !important;
    left: unset !important;
  }
  .mb-sm-5 {
    margin-bottom: 2rem;
  }
  .nav.right {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
  ul.footer-list {
    margin-bottom: 30px;
  }
  .pt-60, .pt-40 {
    padding-top: 30px !important;
  }
  .mb-60 {
    margin-bottom: 30px !important;
  }
  .table td {
    display: table-cell;
    width: 100%;
    white-space: nowrap;
  }

  .table td::before {
    content: attr(data-title) " ";
    float: left;
    text-transform: capitalize;
    margin-right: 15px;
    font-weight: bold;
  }
  .cart-totals {
    padding: 20px 15px;
  }
  .table thead {
    display: none;
  }
  .d-sm-none {
    display: none;
  }
  .product-cart-wrap:not(:last-child) {
    margin-bottom: 30px !important;
  }
  .nav-tabs .nav-link {
    font-size: 13px;
    padding: 10px 12px;
  }
  .deal {
    background-position: left bottom;
  }
  .dot-style-1 ul li button {
    width: 20px;
  }
  .section-title {
    display: block;
    margin-bottom: 15px;
  }
  .section-title .title {
    display: block;
  }
  .section-title h3 {
    font-size: 28px;
  }
  .slider-arrow.slider-arrow-2 .slider-btn {
    display: none;
  }
  .nav-tabs.links .nav-link {
    margin-bottom: 10px;
  }
  .slider-arrow.slider-arrow-2.flex-right {
    display: none;
  }
  .product-grid-4 .product-cart-wrap {
    margin-bottom: 30px;
  }
  .footer-link-widget:not(:last-child) {
    margin-right: 0;
  }
  footer p.font-md {
    font-size: 13px;
  }
  .product-info {
    border: 0;
    padding: 0;
  }
  .shopping-summery table tbody tr img {
    margin-right: 0;
  }
  .cart-totals.ml-30 {
    margin-left: 0 !important;
    text-align: center;
  }
  .modal-open .modal {
    padding-right: 0 !important;
  }
  div.brands_main-links {
    grid-template-columns: repeat(3,1fr);
  }
}

/*phone landscape*/
@media only screen and (min-width: 480px) and (max-width: 667px) {
  .col-lg-4 .banner-img {
    margin-bottom: 30px;
  }
  .modal-open .modal {
    padding-right: 0 !important;
  }
}

/*small phone*/
@media only screen and (max-width: 375px) {
  .deal {
    padding: 30px;
  }
  .modal-open .modal {
    padding-right: 0 !important;
  }
}

.company-item {
  cursor: pointer;
}

.company-button:hover {
  background-color: #f99531 !important;
  color: white !important;
}

.promo-img {
    width: 100%;
    height: 220px !important;
    object-fit: cover;
    max-width: 100%;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  background-color: #ecebeb;
}

.grecaptcha-badge {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    bottom: -1000px;
}


.input-disabled {
    background-color: #e9ecef;
    color: #6c757d;
    border: 1px solid #ced4da;
    cursor: not-allowed;
}

#toastContainer {
    position: fixed;
    top: 150px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1050;
}

#toastMessage {
    border-radius: .75rem !important;
    width: auto;
    min-width: 150px;
    max-width: 90vw;
}

.required-asterisk {
    font-size: 1.5em;
    margin-left: 2px;
}

.extra-checkboxes {
    overflow: hidden;
    max-height: 100px;
    opacity: 1;
    transition: max-height 0.3s ease, opacity 0.3s ease;
}

.extra-checkboxes.hidden {
    max-height: 0;
    opacity: 0;
    pointer-events: none;
}

/* Стили для слайдера продукта */
.product-main-swiper {
    width: 100%;
    height: 100%;
    margin-bottom: 20px;
}

.product-main-swiper .swiper-slide {
    text-align: center;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-main-swiper img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.product-thumbs-swiper {
    height: 420px;
    box-sizing: border-box;
    padding: 10px 0;
}

.product-thumbs-swiper .swiper-slide {
    opacity: 0.4;
    cursor: pointer;
    border: 1px solid transparent;
    transition: all 0.3s ease;
}

.product-thumbs-swiper .swiper-slide img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 1199px) {
    .product-thumbs-swiper {
        height: auto;
        padding: 0 10px;
    }
    
    .product-thumbs-swiper .swiper-wrapper {
        display: flex;
        flex-direction: row;
    }
}

/* Контейнер для миниатюр со стрелками */
.thumb-slider-container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}

/* Стрелки для вертикальных миниатюр */
.thumb-nav-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 24px;
    height: 24px;
    z-index: 8;
    margin: 10px 0;
    color: #01016B;
    transition: all 0.3s ease;
}

.thumb-nav-arrow:hover {
    color: #FF8FAA;
}

.thumb-nav-arrow i {
    font-size: 24px;
}

/* Стили для миниатюр */
.product-thumbs-swiper {
    width: 100%;
    height: 400px; /* Фиксированная высота для вертикального слайдера */
    overflow: hidden;
}

.product-thumbs-swiper .swiper-slide {
    opacity: 0.6;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 5px 0;
    height: auto !important; /* Переопределяем высоту слайда */
}

.product-thumbs-swiper .swiper-slide-thumb-active {
    opacity: 1;
}

.product-thumbs-swiper .swiper-slide img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    border: 1px solid #CDD1E0;
    object-fit: cover; /* Гарантируем правильное соотношение сторон */
}

.product-thumbs-swiper .swiper-slide-thumb-active img {
    border-color: #5451EC;
}

/* Дополнительная настройка для слайда */
.sidebar-image {
    height: auto;
    display: flex;
    align-items: center;
}

/* Адаптивность для горизонтального расположения на мобильных */
@media (max-width: 1199px) {
    .thumb-slider-container {
        flex-direction: row;
        justify-content: center;
        margin-bottom: 15px;
    }
    
    .product-thumbs-swiper {
        height: auto;
        width: calc(100% - 70px);
        margin: 0 10px;
    }
    
    .thumb-nav-arrow {
        margin: 0 5px;
    }
    
    .thumb-nav-prev i {
        transform: rotate(-90deg);
    }
    
    .thumb-nav-next i {
        transform: rotate(-90deg);
    }
    
    .product-thumbs-swiper .swiper-slide {
        padding: 0 5px;
        height: auto !important;
    }
}