@media (min-width: 870px) {
  .container {
    width: 850px;
  }
}

@media (min-width: 970px) {
  .container {
    width: 950px;
  }
}

@media (min-width: 1050px) {
  .container {
    width: 1030px;
  }
}

@media (min-width: 1120px) {
  .container {
    width: 1100px;
  }
}

@media (min-width: 1185px) {
  .container {
    width: 1170px;
  }
}

@media (min-width: 1215px) {
  .container {
    width: 1200px;
  }
}

@media (min-width: 1315px) {
  .container {
    width: 1300px;
  }
}

@media (min-width: 1415px) {
  .container {
    width: 1400px;
  }
}

@media (min-width: 1515px) {
  .container {
    width: 1500px;
  }
}

/* default font size */
.fa {
  font-size: 14px;
}

/* Override the bootstrap defaults */
h1 {
  font-size: 35px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 21px;
}

h4 {
  font-size: 15px;
}

h5 {
  font-size: 12px;
}

h6 {
  font-size: 10.2px;
}

a:hover {
  /* text-decoration: none; */
}

legend {
  font-size: 18px;
  padding: 7px 0px;
}

label {
  /* font-size: 16px; */
  /* font-weight: normal; */
}

select.form-control,
textarea.form-control,
input[type="text"].form-control,
input[type="password"].form-control,
input[type="datetime"].form-control,
input[type="datetime-local"].form-control,
input[type="date"].form-control,
input[type="month"].form-control,
input[type="time"].form-control,
input[type="week"].form-control,
input[type="number"].form-control,
input[type="email"].form-control,
input[type="url"].form-control,
input[type="search"].form-control,
input[type="tel"].form-control,
input[type="color"].form-control {
  font-size: 14px;
}

.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover {
  font-size: 14px;
}

.input-group .input-group-addon {
  font-size: 14px;
  height: 30px;
}


/* Fix some bootstrap issues */
span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
  display: inline;
}

.nav-tabs {
  margin-bottom: 15px;
}

div.required .control-label:before {
  content: "* ";
  color: #f00;
  font-weight: bold;
}

/* Gradent to all drop down menus */
.dropdown-menu li>a:hover {
  text-decoration: none;
  color: var(--main-color);
  background-color: transparent;
}

/* top */
#top {
  background-color: #ddd;
}

#top .container {
  padding: 0 20px;
}

#top-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 7px 0;
}

header .header-inner {
  display: grid;
  padding: 1.2rem 0;
  grid-template-columns: 170px 180px 1fr auto;
  grid-gap: 30px;
  align-items: center;
}


.catalog-btn {
  width: 100%;
  text-align: center;
  background-color: var(--main-color);
  display: flex;
  justify-content: center;
  align-items: center;
  border: 7px;
  height: 45px;
  color: #fff;
  cursor: pointer;
  /* background: #54b783; */
  display: block;
  position: absolute;
  top: 26px;
  right: 20px;
  background: url(../img/hamburger.svg) center / contain no-repeat;
  width: 29px;
  height: 30px;
}

.catalog-btn:hover {
  /* background: #3aaf71; */
}

.close-menu {
  position: absolute;
  top: -10px;
  right: 10px;
  background-color: #54b783;
  color: #fff;
  border-radius: 7px;
  height: 40px;
  width: 40px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
}

.close-menu:hover {
  background-color: #54b783;
}

.logo-box {
  line-height: 1;
}

.logo-box a {
  text-transform: uppercase;
  color: #121212;
  font-size: 35px;
  font-family: var(--font-bold);
  letter-spacing: 3px;
}

.text-btn {
  display: flex;
}

.text-btn span {
  padding: 0 4px;
}

.text-btn svg {
  height: 18px;
  margin: 0 5px 0 0;
  position: relative;
  top: 1px;
}

.right-header {
  display: flex;
  gap: 8px;
}

.telephone-header a {
  font-family: var(--font-semibold);
  font-size: 1.1em;
  color: #121212;
}

.currency-box svg {
  height: 15px;
  margin-right: 5px;
}

.currency-box .dropdown-toggle {
  padding: 0;
  background: transparent;
  box-shadow: none;
  border: none;
  display: flex;
  align-items: center;
}

.currency-box .dropdown-menu button {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  background: transparent;
  box-shadow: none;
  border: none;
  font-size: 14px;
}

.currency-box .dropdown-menu {
  border: 1px solid #f1f1f1;
  border-radius: 7px;
  padding: 15px 10px;
  box-shadow: 0 5px 9px 7px rgb(0 0 0 / 8%);
  margin-top: 15px;
}

.btn-group.open .dropdown-toggle {
  box-shadow: none !important;
}

.language-box svg {
  height: 15px;
  margin-right: 5px;
}

.language-box .dropdown-toggle {
  padding: 0;
  background: transparent;
  box-shadow: none;
  border: none;
  display: flex;
  align-items: center;
}

.language-box .dropdown-menu button {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  background: transparent;
  box-shadow: none;
  border: none;
  font-size: 14px;
}

.language-box .dropdown-menu button:hover {
  color: var(--main-hover-color);
}

.currency-box .dropdown-menu button:hover {
  color: var(--main-hover-color);
}

.language-box .dropdown-toggle:hover {
  color: var(--main-hover-color);
}

.currency-box .dropdown-toggle:hover {
  color: var(--main-hover-color);
}

.language-box .dropdown-menu {
  border: 1px solid #f1f1f1;
  border-radius: 7px;
  padding: 15px 10px;
  box-shadow: 0 5px 9px 7px rgb(0 0 0 / 8%);
  margin-top: 15px;
}

.menu-main {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 30vw;
  background: #fff;
  z-index: 5000;
  padding: 20px 0;
  display: none;
  box-shadow: 5px 0px 20px 0px rgb(0 0 0 / 20%);
  z-index: 999999;
}

.menu-box {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
}

.menu-box li {
  padding: 0 20px;
}

.children-list {
  display: flex;
  flex-wrap: wrap;
}

.children-list li {
  width: 30vw;
}

.titles {
  font-family: var(--font-bold);
  font-size: 2rem;
  color: #121212;
  line-height: 1;
}

.title-menu {
  padding: 20px 30px;
  font-size: 2.5rem;
}

.menu-box li a {
  color: #121212;
  font-size: 16px;
  display: block;
  border-radius: 7px;
  padding: 10px;
}

.menu-box li a:hover {
  background-color: #fff;
  color: var(--main-color);
}

.menu-box__child-inner {
  display: none;
}

.menu-box__child-have:hover .menu-box__child-inner {
  display: flex;
  position: fixed;
  flex-direction: column;
  width: 70vw;
  height: 100vh;
  left: 30vw;
  top: 0;
  background-color: #fff;
  padding: 40px 30px;
}

.active-menu {
  display: block;
  overflow: auto;
}

.menu-box__child-have {
  position: relative;
}

.lock-bodu {
  overflow: hidden;
}

.menu-box li:hover .menu-box__child-have::after {
  background-color: red;
}

.menu-box__child-have::after {
  height: 8px;
  width: 8px;
  border-right: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
  position: absolute;
  content: "";
  right: 30px;
  top: 17px;
  transform: rotate(-45deg);
}

.top-links__list {
  display: flex;
  align-items: center;
}

.top-links__list>ul {
  display: flex;
  margin: 0;
}

.top-links__list>ul li {
  margin-right: 30px;
}

.top-links__list>ul li:last-child {
  margin-right: 0;
}

.top-links__information {
  display: flex;
  align-items: center;
}

.top-links__information svg {
  height: 15px;
  margin-right: 5px;
}

.top-links__information .dropdown-toggle {
  display: flex;
  align-items: center;
}

.top-links__information .dropdown-menu {
  border: 1px solid #f1f1f1;
  border-radius: 7px;
  padding: 15px 10px;
  box-shadow: 0 5px 9px 7px rgba(0, 0, 0, 0.08);
  margin-top: 15px;
}

.top-links__information a {
  color: #121212;
}

#search .input-lg {
  height: 45px;
  border-radius: 7px 0 0 7px;
  background-color: #f5f7f6;
  padding: 0 15px;
  color: #121212;
  box-shadow: none;
  border-color: #f5f7f6;
}

#search .btn-lg svg {
  height: 16px;
}

#search .btn-lg {
  height: 45px;
  width: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  border-radius: 0 7px 7px 0;
  background: #f5f7f6;
  border-color: #f5f7f6;
  box-shadow: none;
}

#cart>button {
  /* background: url(/img/cart-icon.svg); */
  /* background-size: 23px; */
  /* border: none; */
  /* background-repeat: no-repeat; */
  /* background-position: center top; */
  /* padding: 0; */
  /* height: 50px; */
  /* width: 70px; */
  /* font-size: 14px; */
  /* display: flex; */
  /* align-items: end; */
  /* justify-content: center; */
  /* position: relative; */
  /* color: #121212; */
  /* z-index: 5; */
  /* height: 45px; */
  /* width: 55px; */
}

.cart-inner {
  display: flex;
  flex-direction: column;
}

.cart-inner__row {
  display: grid;
  grid-template-columns: 70px 1fr auto 40px;
  gap: 10px;
  padding-bottom: 10px;
}

.btn-drop-cart {
  display: flex;
  height: 40px;
  width: 40px;
  justify-content: center;
  align-items: center;
  box-shadow: none;
  background: transparent;
  border: none;
}

.cart-inner__cell--name-opt {
  padding: 0 10px;
}

.cart-inner__cell--image img {
  width: 100%;
  border-radius: 7px;
}

.cart-inner__cell {
  display: flex;
  flex-direction: column;
  justify-content: center;

}

.cart-inner__cell--total {
  font-family: var(--font-bold);
  padding: 0 10px;
  font-size: 17px;
}

.cart-inner__name {
  margin-bottom: 5px;
}

.cart-inner__name a {
  font-size: 16px;
  font-family: var(--font-medium);
  color: #121212;
}

.cart-inner__row-total {
  display: none;
  justify-content: end;
  padding-top: 10px;
  font-family: var(--font-bold);
  font-size: 17px;

}

.cart-inner__row-total:last-child {
  display: flex;
}

.cart-inner__buttons {
  display: flex;
  justify-content: center;
  padding-top: 20px;
}

.cart-inner__cell-title {
  margin-right: 10px;
  text-align: right;
}

.btn-drop-cart svg {
  height: 18px;
  color: #ef0808;
}

.city-box a {
  background: url(/image/placeholder.svg);
  background-size: 23px;
  border: none;
  background-repeat: no-repeat;
  background-position: center top;
  padding: 0;
  height: 50px;
  min-width: 70px;
  font-size: 14px;
  display: flex;
  align-items: end;
  justify-content: center;
  color: #121212;
}

.account-box .dropdown-toggle {
  background: url(/img/profile-icon.svg);
  background-size: 23px;
  border: none;
  background-repeat: no-repeat;
  background-position: center top;
  padding: 0;
  /* height: 50px; */
  /* width: 70px; */
  font-size: 14px;
  display: flex;
  align-items: end;
  justify-content: center;
  color: #121212;
  line-height: 1;
  background-size: 19px;
  height: 45px;
  width: 55px;
}

.account-box .dropdown-toggle:hover {
  color: var(--main-hover-color);
}

.cart-box:hover .title-cart {
  color: var(--main-hover-color);
}

.account-box .dropdown-menu {
  border: 1px solid #f1f1f1;
  border-radius: 7px;
  padding: 15px 10px;
  box-shadow: 0 5px 9px 7px rgb(0 0 0 / 8%);
  margin-top: 5px;
}

#cart-total {
  /* position: absolute; */
  /* top: -7px; */
  /* right: 7px; */
  /* border-radius: 5px; */
  /* width: 18px; */
  /* height: 18px; */
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: center; */
  /* color: #fff; */
  /* font-size: 13px; */
  /* background-color: var(--main-color); */
}

#cart-total i {
  display: none !important;
}

#cart>.btn i {
  display: none;
}

.title-cart {
  position: absolute;
  bottom: 0;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  z-index: 0;
  line-height: 1;
}

#cart .dropdown-menu {
  background: #fff;
  z-index: 1001;
  border: 1px solid #f1f1f1;
  border-radius: 7px;
  padding: 30px 20px;
  box-shadow: 0 5px 9px 7px rgb(0 0 0 / 8%);
  margin-top: 15px;
}

.titles-cart {
  text-align: center;
  font-size: 25px;
  padding-bottom: 25px;
}

#cart .dropdown-menu {
  min-width: 350px;
  overflow-y: auto;
  max-height: 800px;
  scrollbar-width: thin;
  overflow-x: hidden;
}

.cart-inner__empty {
  text-align: center;
  font-size: 16px;
}

@media (max-width: 478px) {
  #cart .dropdown-menu {
    width: 100%;
  }
}

#cart .dropdown-menu table {
  margin-bottom: 10px;
}

#cart .dropdown-menu li>div {
  min-width: 427px;
}

@media (max-width: 478px) {
  #cart .dropdown-menu li>div {
    min-width: 100%;
  }
}

#cart .dropdown-menu li p {
  margin: 0
}

#content {
  min-height: 300px;
}


.rating .fa-stack {
  font-size: 8px;
}

.rating .fa-star-o {
  color: #999;
  font-size: 15px;
}

.rating .fa-star {
  color: #fc0;
  font-size: 15px;
}

.rating .fa-star+.fa-star-o {
  color: #e69500;
}

.product-grid .price {
  color: #121212;
  font-family: var(--font-semibold);
  font-size: 20px;
  padding: 7px 0;
}

.product-grid .price-old {
  color: #777;
  text-decoration: line-through;
  text-decoration-color: red;
  margin-left: 10px;

}

.thumbnail {
  border: none;
  padding: 0;
}

.thumbnails {
  overflow: auto;
  clear: both;
  list-style: none;
  padding: 0;
  margin: 0;
}

.thumbnails>li {
  margin-left: 20px;
}

.thumbnails {
  position: relative;
  border: 1px solid var(--main-light-color);
  border-radius: 7px;
  padding: 30px;
}

.thumbnails>img {
  width: 100%;
}

.image-additional a {
  margin-bottom: 20px;
  padding: 5px;
  display: block;
  border: none;
}

.image-additional {
  max-width: 78px;
}

.thumbnails .image-additional {
  float: left;
  margin-left: 20px;
}

@media (min-width: 1200px) {

  #content .col-lg-2:nth-child(6n + 1),
  #content .col-lg-3:nth-child(4n + 1),
  #content .col-lg-4:nth-child(3n + 1),
  #content .col-lg-6:nth-child(2n + 1) {
    clear: left;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {

  #content .col-md-2:nth-child(6n + 1),
  #content .col-md-3:nth-child(4n + 1),
  #content .col-md-4:nth-child(3n + 1),
  #content .col-md-6:nth-child(2n + 1) {
    clear: left;
  }
}

@media (min-width: 768px) and (max-width: 991px) {

  #content .col-sm-2:nth-child(6n + 1),
  #content .col-sm-3:nth-child(4n + 1),
  #content .col-sm-4:nth-child(3n + 1),
  #content .col-sm-6:nth-child(2n + 1) {
    clear: left;
  }
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
  #column-left .product-layout .col-md-3 {
    width: 100%;
  }

  #column-left+#content .product-layout .col-md-3 {
    width: 50%;
  }

  #column-left+#content+#column-right .product-layout .col-md-3 {
    width: 100%;
  }

  #content+#column-right .product-layout .col-md-3 {
    width: 100%;
  }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout,
#column-right .product-layout {
  width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^="quantity"] {
  min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  background-image: none;
  background-color: #df5c39;
}

.callback-inner {
  display: flex;
  padding: 2em 0 5rem 0;
  /* background: white; */
}

.callback-img {
  width: 39%;
  overflow: hidden;
  border-radius: 7px;
}

.callback-img img {
  width: 100%;
}

.callback-form {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 35px 1px 50px 60px;
  background: white;
}


.callback-inner.callback-inner-category fieldset {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  width: 75%;
}
.callback-inner.callback-inner-category .input-box input {
  width: 100%;
}
.callback-inner.callback-inner-category .callback-form {
  width: 80%;
  padding: 0 0 20px 200px;
  position: relative;
  z-index: 1;
}
.callback-bg {
  background-color: var(--light-gray);
  padding: 50px 0;
}
.callback-inner.callback-inner-category .callback-img {
  width: 24%;
  position: relative;
  z-index: 1;
}
.callback-inner.callback-inner-category {
  padding: 20px;
  background-color: #fff;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
}
.callback-inner.callback-inner-category .submit-button.buttonss {
  width: 336px;
}
.callback-inner.callback-inner-category::after {
  content: '';
  position: absolute;
  z-index: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 39%;
  background-image: url(/image/flower.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}


#content h1.title-free {
  font-size: 38px;
  line-height: 1.15;
  color: var(--main-hover-color);
  margin-bottom: 5px;
  
}

.subtitle {
  font-size: 2.5rem;
  line-height: 1.1;
  padding: 10px 0 30px 0;
}

.send-request {
  font-size: 2rem;
  padding-bottom: 20px;
}


.input-box {
  padding: 10px 0;
}

.input-box input {
  height: 50px;
  width: 50%;
  padding: 0 15px;
  border: 1px solid var(--light-gray);
  background-color: var(--light-gray);
  border-radius: 7px;
  background: #3c763d1f;
}

.buttonss {
  background: #df3e6b;
  border: 1px solid var(--main-color);
  color: #fff;
  font-family: var(--font-medium);
  border-radius: 7px;
  padding: 17px 35px;
  cursor: pointer;
  line-height: 1;
  box-shadow: none;
  font-size: 16px;
}

.buttonss:hover {
  background: #3c763d;
  color: #fff;
}

.submit-button {
  display: inline-block;
  margin-top: 0;
}

.subcat-inner {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 15px;
  padding: 20px 0;
}

.subcat-cell img {
  width: 100%;
}

.subcat-cell__image {
  border-radius: 7px;
  overflow: hidden;
}


.subcat-cell__title a {
  color: #121212;
  font-size: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border: 1px solid #ddd;
  border-radius: 7px;
  min-height: 45px;
}

.xdstickers_wrapper.position_upleft {
  top: 15px !important;
  font-size: 12px;
  position: absolute;
  display: flex;
  flex-direction: column;
}

.xdsticker_sale {
  background-color: #ff004d;
  color: #ffffff;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 7px;
}

.xdstickers {
  display: inline-block;
  padding: 4px 10px;
  text-align: center;
  border-radius: 7px;
  font-family: var(--font-medium);
  margin-bottom: 5px;
}

.text-category {
  margin: 0 -15px;
  font-size: 16px;
  color: #121212;
  padding: 50px 0;
}

.text-category h1 {
  margin-bottom: 20px;
}

.text-category h2,
.text-category h3,
.text-category h4 {
  margin: 20px 0;
}

.text-category h2:first-child {
  margin-top: 0;
}

.sort-inner {
  display: flex;
  padding: 0 0 20px 0;
}

.sort-inner a {
  margin-right: 30px;
  color: #555;
}

.sort-inner a:last-child {
  margin: 0;
}

.sort-inner a:hover {
  color: #000000;
}

a.sort-inner__selected {
  color: var(--main-hover-color);
  font-family: var(--font-medium);
}

.pagination>li>a,
.pagination>li>span {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  width: 40px;
  height: 40px;
  color: #121212;
  font-size: 16px;
  margin-right: 5px;
  font-family: var(--font-medium);
}

.pagination>li:first-child>a,
.pagination>li:first-child>span,
.pagination>li:last-child>a,
.pagination>li:last-child>span {
  border-radius: 7px;
}

.pagination {
  margin-top: 25px;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
  background: var(--main-color);
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
  background: transparent;
  color: var(--main-hover-color);
}

.ocfilter .panel-heading {
  display: none;
}

.ocfilter.panel {
  border: none;
  padding-right: 30px;
}

/*! nouislider - 8.5.1 - 2016-04-24 16:00:30 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.noUi-target {
  position: relative;
  direction: ltr
}

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1
}

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0
}

.noUi-handle {
  position: relative;
  z-index: 1
}

.noUi-stacking .noUi-handle {
  z-index: 10
}

.noUi-state-tap .noUi-origin {
  -webkit-transition: left .3s, top .3s;
  transition: left .3s, top .3s
}

.noUi-state-drag * {
  cursor: inherit !important
}

.noUi-base,
.noUi-handle {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.noUi-horizontal {
  height: 5px
}

.noUi-horizontal .noUi-handle {
  width: 17px;
  height: 17px;
  left: -17px;
  top: -6px;
}

.noUi-vertical {
  width: 18px
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px
}

.noUi-background {
  background: #FAFAFA;
  box-shadow: inset 0 1px 1px #f0f0f0
}

.noUi-connect {
  background: var(--main-color);
}

.noUi-draggable {
  cursor: w-resize
}

.noUi-vertical .noUi-draggable {
  cursor: n-resize
}

.noUi-handle {

  border-radius: 7px;
  background: var(--main-color);
  cursor: pointer;
}

.noUi-handle:after {
  left: 17px
}

.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px
}

.noUi-vertical .noUi-handle:after {
  top: 17px
}

[disabled] .noUi-connect,
[disabled].noUi-connect {
  background: #B8B8B8
}

[disabled] .noUi-handle,
[disabled].noUi-origin {
  cursor: not-allowed
}

.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.noUi-pips {
  position: absolute;
  color: #999;
  font-size: 10px
}

.noUi-value {
  position: absolute;
  text-align: center
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px
}

.noUi-marker {
  position: absolute;
  background: #CCC
}

.noUi-marker-large,
.noUi-marker-sub {
  background: #AAA
}

.noUi-pips-horizontal {
  display: none;
}

.noUi-value-horizontal {
  -webkit-transform: translate3d(-50%, 50%, 0);
  transform: translate3d(-50%, 50%, 0)
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 12px
}

.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%
}

.noUi-value-vertical {
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  padding-left: 25px
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  padding: 5px;
  text-align: center
}

.noUi-horizontal .noUi-handle-lower .noUi-tooltip {
  top: -32px
}

.noUi-horizontal .noUi-handle-upper .noUi-tooltip {
  bottom: -32px
}

.noUi-vertical .noUi-handle-lower .noUi-tooltip {
  left: 120%
}

.noUi-vertical .noUi-handle-upper .noUi-tooltip {
  right: 120%
}

.list-group-item {
  border: none;
  padding-left: 0;
}

/*=Font size */
.ocfilter-option .ocf-option-name,
.ocfilter-option .ocf-option-values,
.ocfilter-option .ocf-option-description,
.ocfilter-option .fields-price {
  font-size: 12px;
}

.ocfilter-option .ocf-option-name {
  font-size: 16px;
  margin-bottom: 20px;
  font-family: var(--font-bold);
  color: #121212;
}

.ocfilter-option .ocf-option-values {
  overflow: visible;
}

.list-group-item {
  overflow: visible !important;
}

.ocfilter-option .ocf-option-values .dropdown-menu {
  min-width: 100%;
  max-height: 250px;
  overflow: auto;
  padding: 10px;
}

.ocfilter-option .ocf-color {
  border-radius: 3px 3px 3px 3px;
  float: left;
  height: 19px;
  margin: 1px -16px 0 -3px;
  width: 19px;
}

.ocfilter-option .ocf-image {
  background-repeat: no-repeat;
  background-position: 0 0;
  float: left;
  height: 19px;
  margin: 1px -16px 0 -3px;
  position: relative;
  width: 19px;
  z-index: 10;
}

.ocfilter-option label {
  cursor: pointer;
  display: flex;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.2;
  white-space: normal;
  padding: 5px 0;
  width: 100%;
  align-items: center;
}

.ocfilter-option .dropdown-menu label {
  white-space: nowrap;
}

.ocfilter-option label input {
  display: inline-block;
  margin: 0 15px 0 0;
  vertical-align: top;
}

.ocfilter-option label small {
  background-color: var(--main-light-color);
  color: var(--main-hover-color);
  font-weight: 200;
  font-size: 10px;
  margin-left: 8px;
}

.ocfilter-option label.disabled {
  color: #999999;
}

.ocfilter-option label.disabled small {
  background-color: #EFEFEF;
  color: #999999;
}

.ocfilter-option label {
  color: #444;
  text-decoration: none;
}

.ocfilter-option label.ocf-selected {
  color: #E56101;
}

.ocfilter-option label.ocf-selected small {
  opacity: 0;
}

/*=Collapse Options */
button[data-target="#ocfilter-hidden-options"] {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

button[data-target="#ocfilter-hidden-options"] .fa:before {
  content: "\f078";
}

button[data-target="#ocfilter-hidden-options"][aria-expanded="true"] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

button[data-target="#ocfilter-hidden-options"][aria-expanded="true"] .fa:before {
  content: "\f077";
}

/*=Collapse Values */
.collapse-value {
  margin-bottom: 10px;
}

.collapse-value>button,
.collapse-value>button:focus,
.collapse-value>button:active,
.collapse-value>button:active:focus {
  text-align: left;
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
  font-size: 12px;
  text-decoration: underline;
  outline: none;
}

.collapse-value>button .fa:before {
  content: "\f107";
}

.collapse-value>button[aria-expanded="true"] {}

.collapse-value>button[aria-expanded="true"] .fa:before {
  content: "\f106";
}

/*=Selected Options */
.selected-options {
  color: #333333;
  padding: 0;
}

.selected-options .ocfilter-option {
  background-color: #F8F8F8;
  font-size: 10px;
  padding: 4px 5px;
}

/*=Price filtering */
#ocfilter-price .ocf-option-values {
  padding: 10px 10px 5px;
}

.trackbar,
.trackbar .left-block,
.trackbar .right-block {
  height: 4px;
}

.popover-content .form-inline {
  white-space: nowrap;
}

.popover-content .form-inline .form-group {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}

.scale {
  margin-bottom: 35px;
  margin-left: 15px;
  margin-right: 15px;
}

.ocfilter .popover .form-inline .form-control {
  width: 100px;
}

/* Position center style */
.ocfilter-content-top,
.ocfilter-content-bottom {}

.ocfilter-content-top .box-content,
.ocfilter-content-bottom .box-content {
  font-size: 0;
}

.ocfilter-content-top .ocfilter-option,
.ocfilter-content-bottom .ocfilter-option {
  display: inline-block;
  vertical-align: top;
  width: 33%;
}

.ocfilter-content-top .ocfilter-option+.ocfilter-option,
.ocfilter-content-bottom .ocfilter-option+.ocfilter-option {
  border-top: none;
}

/*=Mobile */
.ocf-offcanvas {
  position: fixed;
  top: 0;
  background-color: #fff;
  bottom: 0;
  left: -250px;
  z-index: 1000;
  height: 100%;
  width: 250px;
  padding: 0;

  -webkit-transition: left 250ms ease;
  -moz-transition: left 250ms ease;
  -ms-transition: left 250ms ease;
  -o-transition: left 250ms ease;
  transition: left 250ms ease;
}

.ocf-offcanvas.active {
  left: 0;
}

.ocf-offcanvas .ocfilter-mobile-handle {
  position: absolute;
  left: 100%;
  top: 88px;
}

.ocf-offcanvas .ocfilter-mobile-handle .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.ocf-offcanvas .ocf-offcanvas-body {
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#content h1 {
  margin-bottom: 30px;
}

.ocfilter-option[data-toggle="popover-price"] {
  padding-top: 0;
}

.ocfilter-option[data-toggle="popover-price"] .ocf-option-name {
  margin-bottom: 30px;
  cursor: pointer;
}

.free-delivery {
  display: flex;
  align-items: center;
  font-size: 13px;
  padding-top: 10px;
}

.free-delivery svg {
  height: 14px;
  color: #fff;
}

.free-delivery__svg {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to left bottom, #b800e6, var(--main-color));
  border-radius: 50%;
  margin-right: 10px;
}

.land-sticer {
  position: absolute;
  top: 15px;
  right: 15px;
}

.land-sticer__title {
  background: #583d60;
  color: #fff;
  display: inline-block;
  padding: 4px 10px;
  text-align: center;
  border-radius: 7px;
  position: relative;
  font-size: 12px;
  font-family: var(--font-medium);
  cursor: default;
}

.land-sticer__popup {
  display: none;
  position: absolute;
  top: 100%;
  background-color: #fff;
  color: #121212;
  box-shadow: 0 5px 9px 7px rgb(0 0 0 / 8%);
  padding: 10px;
  border-radius: 7px;
  z-index: 5;
  left: calc(-100% - 15px);
  margin-top: 10px;
  font-size: 12px;
}

.land-sticer:hover .land-sticer__popup {
  display: block;
}

.card-product {
  display: flex;
  flex-wrap: wrap;
}

.card-product__right {
  width: 50%;
  padding-left: 50px;
}

.card-product__left {
  width: 50%;
}

.card-product__bottom {
  width: 100%;
}

.price-product-card {
  font-family: var(--font-bold);
  font-size: 30px;
  line-height: 1;
  padding: 20px 0;
  display: flex;
}

.price-product-card__new-price {
  margin-left: 20px;
  text-decoration: line-through;
  text-decoration-color: red;
  font-family: var(--font-medium);
}

.info-line-card {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding-top: 15px;
}

.info-line-card .rating {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.info-line-card .rating a {
  color: #121212;
  font-size: 15px;
}

.info-line-card .rating p {
  margin-bottom: 0;
}

.info-line-card .rating svg {
  height: 17px;
  margin: 0 8px;
  position: relative;
  top: 2px;
}

.info-line-card .free-delivery {
  padding-top: 0;
}

.points-product-card {
  display: flex;
  background-color: var(--light-gray);
  padding: 10px;
  border-radius: 7px;
  width: max-content;
  align-items: center;
}

.points-product-card__value {
  display: flex;
  align-items: center;
  background: #fff;
  padding: 3px 7px;
  border-radius: 5px;
  margin-left: 10px;

}

.points-product-card__value svg {
  height: 15px;
  margin-right: 3px;
  color: var(--main-hover-color);
}

#product {
  padding-top: 20px;
}

.option-border .radio input {
  display: none;
}

.option-border__inner {
  display: flex;
  flex-wrap: wrap;
}

.option-border .radio {
  display: flex;
  height: 50px;
  min-width: 90px;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
  border: 2px solid var(--main-light-color);
  color: #121212;
  margin: 0 10px 0 0;
  cursor: pointer;

}

.option-border .radio:last-child {
  margin-right: 0;
}

.option-border .radio.active {
  border-color: var(--main-color);
  color: var(--main-color);
  cursor: default;
  font-family: var(--font-medium);
}

#product select {
  height: 50px;
  border: 2px solid var(--main-light-color);
  box-shadow: none;
}

select {
  font-size: 16px;
}

select option {
  font-size: 16px;
}

.order-btns-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  padding-top: 10px;
}

.btn-block+.btn-block {
  margin-top: 0;
}

.order-btns-inner button {
  padding: 18px 0;
  box-shadow: none;
}

.boc_order_btn {
  /* background: var(--main-light-color); */
  /* border-color: var(--main-light-color); */
  /* color: #6d899b; */
}

.order-btns-inner #button-cart:active,
.order-btns-inner #button-cart:focus {
  background: var(--main-hover-color) !important;
  border-color: var(--main-hover-color) !important;
  outline: none !important;
  box-shadow: none !important;
}

.boc_order_btn:active,
.boc_order_btn:focus,
.boc_order_btn:hover {
  /* background: #d6e2dc !important; */
  /* border-color: #d6e2dc !important; */
  /* color: #121212 !important; */
  /* outline: none !important; */
  /* box-shadow: none !important; */
}

.glyphicon-map-marker {
  display: none;
}

.plus-inner {
  padding: 15px 15px 0 15px;
  box-shadow: 0 5px 10px 5px rgb(0 0 0 / 5%);
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  border-radius: 7px;
}

.plus-inner__item {
  width: calc(50% - 10px);
  margin: 0 5px 15px 5px;
  display: flex;
  align-items: center;
}

.plus-inner__svg {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  width: 30px;
  min-height: 30px;
  min-width: 30px;
  margin-right: 15px;
  border-radius: 5px;
}

.plus-inner__svg svg {
  height: 20px;
}

.text_free_hour {
  background: #e7d8ee;
}

.text_free_hour svg {
  color: #a963c2;
}

.text_free_professionak {
  background-color: #fbf1e6;
}

.text_free_professionak svg {
  color: #feba5d;
}

.text_free_fresh {
  background-color: #e4f7f5;
}


.text_free_fresh svg {
  color: #4ce6d1;
}

.text_free_order {
  background-color: #ffeeee;
}

.text_free_order svg {
  color: #fd7272;
}

.fresh-deliv {
  padding-top: 20px;
}

.unique-30 {
  padding: 30px 30px 30px 140px;
  border-radius: 7px;
  background-color: #ccc;
  margin: 55px 0 50px 0;
  position: relative;
  font-size: 17px;
  line-height: 1.3;
}

.unique-30::before {
  content: "";
  height: 165px;
  width: 165px;
  position: absolute;
  left: 0;
  top: -30px;
  background-image: url(/image/bouq.png);
  background-repeat: no-repeat;
  background-size: 85px;
}

#product label {
  font-family: var(--font-medium);
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
  /* color: var(--main-color); */
  /* cursor: default; */
  /* background-color: #fff; */
  /* padding: 17px 25px; */
  /* border-radius: 7px; */
  /* border: 2px solid var(--main-color); */
  /* font-family: var(--font-semibold); */
}

.nav-tabs>li>a {
  padding: 17px 25px;
  border-radius: 7px;
  color: #333;
  margin-right: 10px;
  border: 2px solid transparent;
}

.nav-tabs {
  border-bottom: none !important;
}

.nav-tabs>li>a:hover {
  border-color: transparent;
  color: #000000;
  background-color: transparent;
}

.tab-content {
  padding: 20px 0;
}

.rating-inner {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--main-light-color);
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 7px;
}

.rating-inner__two {
  display: flex;
  justify-content: space-between;
}

.rating-inner__author {
  font-family: var(--font-bold);
  font-size: 17px;
}

.rating-inner__stars {
  padding: 5px 0;
}

.rating-inner__stars .fa-stack {
  width: 14px;

}
/* Общие стили формы */
.form-horizontal {
    margin-bottom: 20px; /* Примерный отступ снизу формы */
}

.form-group {
    margin-bottom: 15px; /* Отступ между группами элементов формы */
}

.control-label {
    font-weight: bold; /* Жирный шрифт для меток полей */
}

.input-name {
    width: 100%; /* Ширина поля ввода имени */
    padding: 8px; /* Поля вокруг текста внутри поля ввода */
    font-size: 14px; /* Размер шрифта */
}

.input-review {
    width: 100%; /* Ширина поля ввода отзыва */
    padding: 8px; /* Поля вокруг текста внутри поля ввода */
    font-size: 14px; /* Размер шрифта */
}

.help-block {
    font-size: 12px; /* Размер шрифта для блока помощи */
    color: #777; /* Цвет текста */
}

/* Стили для рейтинга */
.form-group.required {
    margin-bottom: 20px; /* Отступ снизу группы рейтинга */
}

.form-group.required .control-label {
    font-weight: bold; /* Жирный шрифт для метки рейтинга */
}

/* Стили для кнопки */
.buttons {
    margin-top: 20px; /* Отступ над кнопкой */
}

.btn-primary {
    background-color: #007bff; /* Цвет фона основной кнопки */
    border-color: #007bff; /* Цвет границы основной кнопки */
    color: #fff; /* Цвет текста основной кнопки */
    padding: 10px 20px; /* Внутренние отступы кнопки */
    font-size: 16px; /* Размер шрифта */
}

.btn-primary:hover {
    background-color: #0056b3; /* Цвет фона основной кнопки при наведении */
    border-color: #0056b3; /* Цвет границы основной кнопки при наведении */
    color: #fff; /* Цвет текста основной кнопки при наведении */
}

/* Стили для отзывов */
#review {
    margin-top: 20px; /* Отступ над блоком с отзывами */
}

.review-item {
    border: 1px solid #ddd; /* Граница блока отзыва */
    padding: 15px; /* Внутренний отступ блока отзыва */
    margin-bottom: 20px; /* Отступ между блоками отзывов */
    background: white;
    width: 100%;
}

.rc-heading {
    margin-bottom: 10px; /* Отступ между заголовком и информацией об авторе */
}

.rc-author-info {
    display: flex; /* Использование flexbox для информации об авторе */
    align-items: center; /* Выравнивание элементов в центре */
    margin-bottom: 5px; /* Отступ снизу информации об авторе */
}

.rc-author {
    font-weight: bold; /* Жирный шрифт для имени автора */
}

.rc-date {
    margin-left: 10px; /* Отступ слева у даты */
    color: #888; /* Цвет текста даты */
}

.comment {
    margin-top: 10px; /* Отступ над текстом отзыва */
}

/* Стили для рейтинга в отзывах */
.product-rating {
    display: flex; /* Использование flexbox для рейтинга */
    align-items: center; /* Выравнивание элементов в центре */
    margin-bottom: 10px; /* Отступ снизу рейтинга */
}

.hidden {
    display: none; /* Скрытие инпутов рейтинга */
}

.star-rating {
    font-size: 20px; /* Размер звезд рейтинга */
    color: #ffc107; /* Цвет звезд рейтинга */
    cursor: pointer; /* Показать, что элемент можно кликнуть */
}

.label-star-prod.active.checked {
    color: #f0ad4e; /* Цвет активных и выбранных звезд рейтинга */
}
#form-review {
  display: flex;
  flex-wrap: wrap;
}

#review {
  width: 100%;
  padding-right: 50px;
  margin-bottom: 20px;
}

.rating_product_card {
  width: 35%;
  border: 1px solid var(--main-light-color);
  padding: 50px;
  border-radius: 7px;
}

.rating1,
.rating2,
.rating3,
.rating4,
.rating5 {
  background: url(/image/star.svg) no-repeat;
  background-size: 20px;
  background-position: center;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  cursor: pointer;
}

.rating1 input,
.rating2 input,
.rating3 input,
.rating4 input,
.rating5 input {
  width: 20px;
  height: 20px;
  opacity: 0;
  cursor: pointer;
}

.fullrating {
  background: url(/image/star-yellow.svg) no-repeat;
  background-size: 20px;
  background-position: center;
}

.stars-input {
  padding-top: 20px;
}

.rating_product_card .titles {
  font-size: 30px;
}

.inputs {
  border-color: var(--light-gray);
  background-color: var(--light-gray);
  border-radius: 7px;
  box-shadow: none;
  height: 50px;
}

.textareas {
  border-color: var(--light-gray);
  background-color: var(--light-gray);
  border-radius: 7px;
  box-shadow: none;
  resize: none;
  height: 70px;
}

.form-group input:active,
.form-group input:focus,
.form-group textarea:active,
.form-group textarea:focus {
  outline: none !important;
  box-shadow: none !important;
  border-color: var(--light-gray) !important;
}

input:active,
input:focus {
  outline: none !important;
}

.rating_product_card .buttons {
  margin-bottom: 0;
}

.powered__pay {

  background-color: #edefee;
  padding: 20px 0;

}

.powered__pay .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.powered__pay img {
  height: 100%;
}

.powered__pay-right {
  display: flex;
  width: 50%;
  justify-content: end;
}

.powered__pay-right div {
  height: 70px;
  display: flex;
  padding: 20px;
  align-items: center;
  background-color: #f2f2f2;
  margin-left: 15px;
  border-radius: 7px;
  font-size: 14px;
  box-shadow: 0 5px 12px 5px rgb(0 0 0 / 3%);
}

.powered__pay-right div img {
  margin-right: 13px;
}

.powered__powered {
  width: 50%;
}

.powered__powered a {
  color: #121212;
}

.powered__powered a b {
  font-family: var(--font-bold);
  color: var(--main-hover-color);
}

.powered__powered a:hover {
  color: var(--main-hover-color);
}

.prmn-cmngr {
  position: relative;
}

.prmn-cmngr a {
  cursor: pointer;
}

.prmn-cmngr__confirm {
  position: absolute;
  top: 25px;
  left: -50px;
  background: #fff;
  padding: 15px 25px;
  min-width: 250px;
  max-width: 400px;
  z-index: 9999;
  border: 1px solid #dadada;
  -webkit-box-shadow: 0 2px 5px #5b5a5a;
  -moz-box-shadow: 0 2px 5px #5b5a5a;
  box-shadow: 0 2px 5px #5b5a5a;
  line-height: 20px;
  font-size: 16px;
  text-align: center;
  color: #333;
  display: none;
}

.prmn-cmngr .prmn-cmngr__confirm-city {
  white-space: nowrap;
}

.prmn-cmngr .prmn-cmngr__confirm-btns {
  margin-top: 15px;
}

.prmn-cmngr-cities__title {
  margin-bottom: 20px;
  font-size: 30px;
}

.prmn-cmngr-cities__close {
  position: absolute;
  top: -10px;
  right: -10px;
  background-color: var(--main-color);
  color: #fff;
  width: 35px;
  height: 35px;
  border-radius: 7px;
  font-size: 19px;
  opacity: 1;
  border: none;
  outline: none;
  box-shadow: 0 0 15px 5px rgb(0 0 0 / 10%);
}

.prmn-cmngr-cities__close:focus,
.prmn-cmngr-cities__close:hover {
  background-color: var(--main-hover-color);
  cursor: pointer;

}

.prmn-cmngr-cities a {
  cursor: pointer;
  color: #121212;
  font-family: var(--font-medium);
}

.prmn-cmngr-cities a:hover {
  color: var(--main-hover-color);
}

.prmn-cmngr-cities__city {
  margin-bottom: 8px;
}

.prmn-cmngr-cities__search-block {
  margin-bottom: 25px;
}

.prmn-cmngr-cities__search-label {
  font-size: 15px;
  font-weight: 500;
}

.prmn-cmngr-cities__search {
  max-width: 400px;
}

.error-callback {
  background-color: red;
  color: #fff;
  font-size: 17px;
  padding: 20px;
  border-radius: 7px;
  margin-top: 15px;
  font-family: var(--font-bold);
}

.success-callback {
  background-color: var(--main-light-color);
  color: var(--main-hover-color);
  font-size: 17px;
  padding: 20px;
  border-radius: 7px;
  margin-top: 15px;
  font-family: var(--font-bold);
}

.prmn-cmngr-cities__search-item>span {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
  cursor: pointer;
}

.prmn-cmngr-cities__search-item_selected {
  background-color: var(--main-color);
}

.prmn-cmngr-cities__search-item_selected>span {
  color: #ffffff;
}

@media (max-width: 400px) {
  .prmn-cmngr-cities .col-xs-4 {
    width: 100%;
  }
}

.prmn-cmngr-simplecity {
  cursor: pointer;
}

.prmn-cmngr-cities .modal-body {
  padding: 30px;
}

.prmn-cmngr__city-name {
  white-space: nowrap;
  line-height: 1;
}

.empty-list {
  border-radius: 7px;
  border: 1px solid var(--main-light-color);
  padding: 40px 20px;
  display: flex;
  align-items: center;
}

.empty-list svg {
  height: 20px;
  margin-right: 10px;
  color: var(--main-color);
}

.live-search {
  width: 100%;
  position: absolute;
  z-index: 1000;
  padding: 5px 0 55px;
  margin-top: 55px;
  background-color: #FFF;
  left: 0;
  display: none;
  border: 1px solid #f1f1f1;
  border-radius: 7px;
  box-shadow: 0 5px 9px 7px rgb(0 0 0 / 8%);
}

.live-search .loading {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.live-search ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

.live-search ul li {
  cursor: pointer;
  padding: 5px;
  margin: 0px 5px;
  background-color: #FFF;
  min-height: 60px;
  clear: both;
}

.live-search ul li a {
  text-decoration: none;
  display: block;
}

.live-search ul li .product-image {
  float: left;
  margin-right: 5px;
}

.live-search ul li .product-name p {
  display: none;
}

.live-search ul li .product-name {

  float: left;
  width: 70%;
  color: #121212;
}

.live-search ul li .product-add-cart {
  display: none;
}

.live-search ul li .product-price {
  text-align: right;
  font-size: 14px;
  font-family: var(--font-bold);
  float: right;
  margin-top: 10px;
  width: 17%;
}

.live-search ul li .product-price .price {
  color: #121212;
  display: block;
}

.live-search ul li .product-price .special {
  color: #777;
  text-decoration: line-through;
  text-decoration-color: red;
  display: block;
}

.live-search .product-price>.special {
  margin-top: -5px;
}

.live-search .result-text {
  text-align: center;
  font-size: 14px;
  color: var(--main-color);
  background-color: var(--light-gray);
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 15px 0;
  border-radius: 0 0 7px 7px;

}

.live-search .view-all-results {
  color: var(--main-color);
}

.live-search .product-image {
  width: auto;
}

.live-search .product-image img {
  width: auto;
}

#product-search .product-wrap {
  grid-template-columns: repeat(4, 1fr);
}

#product-search h1 {
  padding-bottom: 20px;
}

.login-inner {
  display: flex;
  flex-wrap: wrap;
}

.login-inner__register {
  width: 50%;
  padding: 50px;
  background-color: var(--light-gray);
  color: #121212;
  border-radius: 7px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 17px;
}

.login-inner__register .titles {
  font-size: 30px;
  padding-bottom: 20px;
}

.login-inner__form {
  width: 50%;
  padding: 50px 0 50px 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;

}

.login-inner__form form {
  width: 50%;
}

.login-inner__form p {
  margin-bottom: 30px;
}

.login-inner__form .titles {
  font-size: 30px;
  padding-bottom: 20px;
}

.login-inner__img {
  background-color: var(--main-light-color);
  border-radius: 7px;
  margin-bottom: 30px;
  width: 150px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.login-inner__img img {
  width: 50%;
}

.login-inner__register p {
  margin-bottom: 30px;
}

.login-inner__form .titless {
  font-size: 30px;
}

.seapch-inputs-inner {
  display: none;
}

.login-inner__fogot svg {
  height: 20px;
  margin-right: 10px;
}

.login-inner__fogot {
  display: flex;
  align-items: center;
  color: var(--main-color);
  margin: 20px 0;
}

a:active,
a:hover {
  color: var(--main-hover-color);
}

.product-wrap--related .product-wrap {
  grid-template-columns: repeat(4, 1fr);
}

.simple-content {
  margin: 0px 1px;
}

.simple-content fieldset {
  /* text-align: left; */
}

.simple-content fieldset h3 {
  margin: 0;
}

.simple-content .name {
  float: none !important;
}

.simple-content .button,
#simplecheckout_login .button {
  margin: 0px !important;
}

.simple-content .buttons {
  margin: 0px 0px 15px 0px;
  border: none;
}

.simple-content .form-control {
  width: 100%;
}

#simplecheckout_login .buttons {
  margin: 0;
  border: none;
  background: inherit !important;
  padding: 0px !important;
}

.simplecheckout {
  width: 100%;
}

.simplecheckout:after {
  content: "";
  display: block;
  clear: both;
}

.simplecheckout-button-block:after {
  content: "";
  display: block;
  clear: both;
}

.simplecheckout-three-column {
  float: left;
  margin-right: 2%;
  min-width: 200px;
  max-width: 500px;
  width: 32%;
}

#simplecheckout_payment_form {
  width: 36%;
}

.simplecheckout-three-column+.simplecheckout-three-column+.simplecheckout-three-column {
  margin-right: 0px;
  float: right;
}

.well-sm {
  background-color: var(--main-light-color);
  font-size: 17px;
  border: none;
  border-radius: 7px;
  box-shadow: none;
  padding: 20px;
  font-family: var(--font-medium);
}

.well-sm img {
  max-width: 100%;
  margin-top: 15px;
}

@media only screen and (max-width:768px) {
  .simplecheckout-three-column {
    display: block;
    float: none;
    min-width: auto !important;
    max-width: 1900px !important;
    width: 100%;
  }
}

.simplecheckout-left-column {
  /* float: right; */
  /* margin-right: 10px; */
  /* min-width: 280px; */
  /* max-width: 900px; */
  /* width: 63%; */
  /* padding-left: 100px; */
  /* position: sticky; */
  /* top: 50px; */
}

.simplecheckout-right-column .form-horizontal label.control-label {
  text-align: left;
  margin-bottom: 10px;
}

.simplecheckout-right-column {
  float: left;
  min-width: 280px;
  max-width: 900px;
  width: 36%;
}



@media only screen and (max-width:1200px) {
  .simplecheckout label.col-sm-2 {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media only screen and (max-width:768px) {
  .simplecheckout label.col-sm-2 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.simplecheckout-block {
  clear: both;
  margin-bottom: 20px;
}

.simplecheckout-block-content {
  padding: 0;
}

@media only screen and (min-width:1200px) {

  .simplecheckout-block-content>fieldset:nth-of-type(2),
  .simplecheckout-block-content>fieldset:nth-last-of-type(2) {
    width: 49%;
    margin-right: 1%;
    float: left;
    text-align: left;
  }
}

.simplecheckout-block-content:after {
  content: "";
  display: block;
  clear: both;
}

.simpleregister {
  margin-bottom: 5px;
}

.simpleregister-block-content {
  margin-bottom: 10px;
}

.simpleregister-block-content .form-horizontal .control-label {
  /* text-align: left; */
  /* margin-bottom: 10px; */
}

@media only screen and (min-width:1200px) {

  .simpleregister-block-content>fieldset:nth-of-type(2),
  .simpleregister-block-content>fieldset:nth-last-of-type(2) {
    width: 49%;
    margin-right: 1%;
    float: left;
    text-align: left;
  }
}

.simpleregister-block-content:after {
  content: "";
  display: block;
  clear: both;
}

@media only screen and (max-width:600px) {
  .simpleregister-block-content .simplecheckout-customer {
    width: 100%;
  }
}

.simpleregister-button-block {
  overflow: auto;
  margin-bottom: 20px;
  background: none repeat scroll 0 0 #FFFFFF;
  text-align: left;
}

.simpleregister-button-right {
  float: left;
  text-align: left;
}

.simpleregister-button-left {
  float: left;
  text-align: left;
}

.simplecheckout-methods-table {
  width: 100%;
}

.simplecheckout-methods-table td.code {
  width: 1px;
}

.simplecheckout-methods-table td.title {
  padding: 5px;
}

.simplecheckout-methods-table td.title label {
  display: block !important;
}

.simplecheckout-methods-table td.quote {
  width: 15%;
  text-align: right;
}

.simplecheckout-methods-description {
  padding: 5px;
  margin: 5px 0px;
}

.simplecheckout-required {
  color: #FF0000;
  font-weight: bold;
}

.simplecheckout-button-block {
  clear: both;
  margin-bottom: 20px;
  padding: 6px;
  background: none repeat scroll 0 0 #FFFFFF;
  text-align: right;
}

.simplecheckout-button-right {
  float: right;
  text-align: right;
}

.simplecheckout-button-left {
  float: left;
  text-align: left;
}

.simplecheckout-button {
  display: inline-block;
  padding: 6px 12px 6px 12px;
  -webkit-border-radius: 7px 7px 7px 7px;
  -moz-border-radius: 7px 7px 7px 7px;
  border-radius: 7px 7px 7px 7px;
  -webkit-box-shadow: 0px 2px 2px #DDDDDD;
  -moz-box-shadow: 0px 2px 2px #DDDDDD;
  box-shadow: 0px 2px 2px #DDDDDD;
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 12px;
  cursor: pointer;
  -khtml-border-radius: 7px 7px 7px 7px;
}

.simplecheckout-button-left .button {
  margin: 0;
}

.simplecheckout-button-left .btn-primary {

  background: var(--main-color);
  border: 1px solid var(--main-color);
  color: #fff;
  font-family: var(--font-medium);
  border-radius: 7px;
  padding: 19px 35px;
  cursor: pointer;
  line-height: 1;
  box-shadow: none;
  font-size: 15px;
}

.checkout-simplecheckout .simple-content .buttons {
  padding: 15px 0 0 0;
}


#simplecheckout_customer .simplecheckout-block-content {
  text-align: center;
}

.simplecheckout-login {
  display: inline-block;
}

.simplecheckout-login-left {
  width: 50%;
  text-align: left;
}

.simplecheckout-login-right {
  width: 50%;
  text-align: left;
}

.simplecheckout-login-right .button {
  float: left;
  margin: 0;
}

.simplecheckout-login-right input {
  max-width: 160px !important;
  text-align: left;
}

#simplecheckout_cart .form-control {
  display: inline-block !important;

}

#simplecheckout_cart {
  /* box-shadow: 0 0 15px 5px rgb(0 0 0 / 4%); */
  border-radius: 7px;
  padding: 30px;
}

.quantity__delete svg {
  height: 18px;
  color: #518f6f;
}

.quantity__delete:hover svg {
  color: red;
}

.simplecheckout-cart {
  margin: 0px !important;
  width: 100%;
  border-collapse: collapse;
}

.simplecheckout-cart-total {
  padding: 7px 3px;
  text-align: right;
}

.simplecheckout-cart-total:after {
  content: "";
  display: block;
  clear: both;
}

.simplecheckout-cart-total .buttons {
  background: inherit !important;
  padding: 0px !important;
}

.simplecheckout-cart-total input {
  margin-right: 0px !important;
  max-width: 150px;
}

#total_sub_total {
  font-family: var(--font-bold);
  font-size: 22px;
}

#total_total {
  font-family: var(--font-bold);
  font-size: 17px;
  padding-bottom: 30px;
}

.simplecheckout-cart-total span.inputs {
  margin: 0 3px 0 0 !important;
  display: inline-block !important;
}

.simplecheckout-cart-total span.inputs input[type=text] {
  margin: 0px;
}

.simplecheckout-cart-total-value {
  display: inline-block;
  margin: 0px 0 0 3px;
  min-width: 60px;
}

.simplecheckout-cart-total-remove {
  display: inline-block;
  text-align: center;
}

.simplecheckout-cart-total-remove img {
  vertical-align: -2px;
  cursor: pointer;
}

.simplecheckout-cart col.image {
  width: 5%;
}

.simplecheckout-cart-total .buttonss {
  padding: 17px 30px;
  font-size: 14px;
  top: -2px;
  position: relative;
  margin-left: -11px !important;
}

.simplecheckout-cart col.model {
  width: 10%;
}

.simple-new-cart__row {
  display: grid;
  grid-template-columns: 90px 1fr auto auto;
  gap: 15px;
  padding-bottom: 20px;
  align-items: center;
}

.simple-new-cart__row img {
  border-radius: 7px;
}

.simple-new-cart__row .name a {
  color: #121212;
  font-size: 17px;
}

.simple-new-cart__row .total {
  min-width: 100px;
  text-align: right;
  font-family: var(--font-bold);
  font-size: 17px;
}

.simplecheckout-cart col.price {
  width: 10%;
}

.simplecheckout-cart col.total {
  width: 10%;
}

.simplecheckout-cart col.remove {
  width: 7px;
}

.simplecheckout-cart th {
  padding: 8px;
  border-bottom: 1px solid #DDDDDD;
  background-color: #F8F8F8;
  color: #4D4D4D;
  font-weight: bold;
}

.simplecheckout-cart th.image {
  width: 1px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  position: static !important;
}

.simplecheckout-cart th.name {
  text-align: center;
}

.simplecheckout-cart .name {
  font-size: inherit !important;
}

.simplecheckout-cart th.model {
  text-align: center;
}

.simplecheckout-cart th.quantity {
  text-align: center;
}

.simplecheckout-cart .price {
  text-align: right;
  display: table-cell !important;
  font: inherit !important;
  font-weight: bold !important;
}

.simplecheckout-cart .total {
  text-align: right;
  display: table-cell !important;
  font: inherit !important;
  font-weight: bold !important;
}

.simplecheckout-cart .quantity {
  display: table-cell !important;
  float: none !important;
  position: static !important;
}

.simplecheckout-cart th.remove {
  width: 7px;
  text-align: center;
}

.simplecheckout-cart td {
  padding: 7px;
  vertical-align: top;
}

.simplecheckout-cart td.image {
  text-align: center;
  display: table-cell;
  vertical-align: middle !important;
  position: static !important;
}

.simplecheckout-cart td.name {
  text-align: center;
}

.simplecheckout-cart td.name div.image {
  display: none;
}

.simplecheckout-cart td.model {
  text-align: center;
}

.another-shops {
  display: flex;
  flex-direction: column;
  width: 100%;
  border: 1px solid var(--main-light-color);
  margin: 20px 0 50px 0;
  border-radius: 7px;
}

.title-cell {
  font-family: var(--font-medium);
}

.another-shops__line {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  justify-content: center;
}

.another-shops__rating {
  display: flex;
  gap: 5px;
}

.another-shops__rating i {
  color: var(--main-color);
}

.another-shops__cell {
  display: flex;
  padding: 20px;
  align-items: center;
  min-height: 50px;
}

.quantity__minus {
  height: 35px;
  width: 35px;
  min-width: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--main-color);
  color: #fff;
  border-radius: 7px;
  border: none;
  box-shadow: none;
  font-size: 15px;
}

.quantity__plus {
  height: 35px;
  width: 35px;
  min-width: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--main-color);
  color: #fff;
  border-radius: 7px;
  border: none;
  box-shadow: none;
  font-size: 15px;
}

.quantity__btns input {
  border: none;
  height: 35px;
  width: 35px;
  min-width: 35px;
  box-shadow: none;
  text-align: center;
}

.quantity__plus:hover,
.quantity__minus:hover {
  background-color: var(--main-hover-color);
}

.quantity__delete {
  height: 35px;
  width: 35px;
  min-width: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  color: #121212;
  border-radius: 7px;
  border: none;
  box-shadow: none;
  margin-left: 10px;

}

.quantity__btns {
  display: flex;
}

.simplecheckout-cart td.quantity {
  min-width: 70px;
  vertical-align: top;
  text-align: center;
  white-space: nowrap;
}

.simplecheckout-cart td.quantity input {
  float: none !important;
}

.simplecheckout-cart td.quantity .input-group {
  margin: auto !important;
}

.simplecheckout-cart td.quantity .quantity button {
  margin: 0 !important;
}

.simplecheckout-cart td.quantity img {
  display: inline-block;
  border: 0px;
  cursor: pointer;
}

.simplecheckout-cart td.price {
  text-align: right;
  white-space: nowrap;
  display: table-cell !important;
  font: inherit !important;
}

.simplecheckout-cart td.total {
  text-align: right;
  white-space: nowrap;
  display: table-cell !important;
}

.simplecheckout-cart td.remove {
  padding-right: 3px;
  padding-left: 3px;
  width: 7px;
  vertical-align: top;
  text-align: center;
}

.simplecheckout-cart td.remove img {
  max-width: 30px !important;
  cursor: pointer;
}

.simplecheckout-cart td.product-warning {
  color: #FF0000;
  font-weight: bold;
}

.simplecheckout-cart td.right {
  vertical-align: middle;
  text-align: right;
}

.simplecheckout-three-column .simplecheckout-cart col.image,
.simplecheckout-three-column .simplecheckout-cart th.image,
.simplecheckout-three-column .simplecheckout-cart td.image,
.simplecheckout-three-column .simplecheckout-cart col.price,
.simplecheckout-three-column .simplecheckout-cart th.price,
.simplecheckout-three-column .simplecheckout-cart td.price,
.simplecheckout-three-column .simplecheckout-cart col.model,
.simplecheckout-three-column .simplecheckout-cart th.model,
.simplecheckout-three-column .simplecheckout-cart td.model {
  display: none;
}

.simplecheckout-three-column .simplecheckout-cart td.name .image {
  display: block;
}

.simplecheckout-scroll {
  overflow-y: scroll;
  max-height: 300px;
}

.simplecheckout-error-text {
  display: block;
  margin-top: 3px;
  color: #FF0000;
}

.simplecheckout-warning-text {
  margin: 5px 0;
  font-weight: bold;
}



.simplecheckout-proceed-payment {
  display: none;
  margin-bottom: 10px;
  padding: 10px;
  text-align: center;
  font-weight: bold;
}

#simple_payment_address_block {
  margin-top: 15px;
}

.simplecheckout-customer-same-address {
  text-align: left;
  margin: 15px 0px;
}

#simplecheckout_login {
  margin: auto;
  text-align: center;
}

#simplecheckout_payment_form {
  padding: 5px;
}

#simplecheckout_payment_form .checkout-content {
  display: block;
}

#simplecheckout_payment_form div.buttons {
  display: none;
}

#simplecheckout_login .simplecheckout-block-content {
  padding: 5px !important;
}

#simple_login_layer {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99990;
  display: none;
  width: 100%;
  background-color: #000000;
}

#simple_login {
  position: fixed;
  z-index: 99991;
  display: none;
  padding: 5px;
  width: 300px;
  height: 250px;
  border: 1px solid #FFD9FF;
  -webkit-border-radius: 7px 7px 7px 7px;
  -moz-border-radius: 7px 7px 7px 7px;
  border-radius: 7px 7px 7px 7px;
  background: none repeat scroll 0 0 #FFFFFF;
  -khtml-border-radius: 7px 7px 7px 7px;
}

#simple_login:after {
  content: "";
  display: block;
  clear: both;
}

#simple_login_header {
  padding: 0px 0px;
  text-align: right;
}

.news-cell {
  box-shadow: 0 5px 10px 5px rgb(0 0 0 / 4%);
  border-radius: 7px;
  position: relative;
  padding: 15px;
}

.news-cell:hover {
  box-shadow: 0 0 15px 5px rgb(0 0 0 / 10%);
}

.news-list {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, 1fr);
  padding: 30px 0;
}

.news-cell__image {
  width: 100%;
}

.news-cell__title a {
  font-family: var(--font-medium);
  font-size: 17px;
  color: #121212;
}

.news-cell__title {

  margin: 15px 0;
}

#simple_login_header img {
  margin: 0 0 0 auto;
}

.you-will-be-registered {
  font-weight: bold;
  margin-bottom: 10px;
}

.simplecheckout label,
.simpleregister label {
  /* display: inline-block !important; */
  /* margin: 0; */
}

#simple_summary {
  display: none;
}

#simplecheckout_step_menu {
  margin-bottom: 10px;
}

.simple-step {
  display: inline-block;
  padding: 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  background-color: #D9D9D9;
  color: #000000;
  font-size: 13px;
  -khtml-border-radius: 5px 5px 5px 5px;
  cursor: pointer;
  margin-bottom: 5px;
}

.simple-step-current {
  display: inline-block;
  padding: 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  background-color: #38B0E3;
  color: #FFFFFF;
  font-size: 13px;
  -khtml-border-radius: 5px 5px 5px 5px;
}

.simple-step-delimiter {
  display: inline-block;
  vertical-align: middle;
  line-height: 13px;
  margin: 0px 5px;
}

.simple-step-completed {
  display: inline-block;
  padding: 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  background-color: #38B0E3;
  color: #FFFFFF;
  font-size: 13px;
  -khtml-border-radius: 5px 5px 5px 5px;
}

.simple-step-completed a {
  color: #FFFFFF !important;
  text-decoration: none !important;
  font-size: 13px !important;
}

.simplecheckout-summary-info {
  margin-top: 15px !important;
}

.simplecheckout-summary-info th.name {
  text-align: left;
}

.simplecheckout-summary-info td {
  text-align: left;
}

.simplecheckout-cart-buttons .buttons {
  border: none !important;
  padding: 0 !important;
}

#simple_login .simplecheckout-block-content {
  border: none !important;
}

#temp_flat_container {
  text-align: center;
  margin: 10px 0px 20px 0px;
}

#simplecheckout_comment .simplecheckout-block-content {
  border: 0 !important;
  padding: 0 !important;
}

#simplecheckout_comment textarea {
  width: 100% !important;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 100px;
}

.simple-content input[type=text],
.simple-content input[type=password],
.simple-content input[type=email],
.simple-content input[type=tel],
.simple-content input[type=phone],
.simple-content input[type=date],
.simple-content input[type=time],
.simple-content select,
.simple-content textarea {
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0px !important;
}

.checkout-heading:after {
  content: "";
  display: block;
  clear: both;
}

.simple-content .checkout-heading {
  background-color: #f5f5f5;
  border-color: #ddd;
  color: #333;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  padding: 10px 15px;
}

.checkout-heading span {
  display: inline-block !important;
  float: left;
}

.checkout-heading-button {
  float: right !important;
  display: inline-block !important;
}

.simplecheckout-select-address {
  text-align: left;
  margin-bottom: 10px;
}

.simple-captcha-container {
  margin-top: 5px;
}

.simplecheckout-tooltip {
  display: none;
}

#easyTooltip {
  padding: 5px;
  border: 1px solid #ccc;
  background: #fde910;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -khtml-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  -webkit-box-shadow: 0px 2px 2px #DDDDDD;
  -moz-box-shadow: 0px 2px 2px #DDDDDD;
  box-shadow: 0px 2px 2px #DDDDDD;
  opacity: 1 !important;
}

#easyTooltip:before {
  content: '';
  position: absolute;
  left: 10px;
  top: -8px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 8px solid #fde910;
}

.simplecheckout-cart i {
  cursor: pointer;
}

.simple-content .table-responsive {
  margin-bottom: 0 !important;
  border: none !important;
}

@media only screen and (max-width:640px) {

  .simplecheckout-cart col.image,
  .simplecheckout-cart th.image,
  .simplecheckout-cart td.image,
  .simplecheckout-cart col.model,
  .simplecheckout-cart th.model,
  .simplecheckout-cart td.model,
  .simplecheckout-cart col.price,
  .simplecheckout-cart th.price,
  .simplecheckout-cart td.price,
  .simplecheckout-cart td.quantity [data-onclick*=increase],
  .simplecheckout-cart td.quantity [data-onclick*=decrease] {
    display: none !important;
  }

  .simplecheckout-cart td.name div.image {
    display: block;
  }

}

@media only screen and (max-width:1000px) {

  .simplecheckout-cart col.model,
  .simplecheckout-cart th.model,
  .simplecheckout-cart td.model {
    display: none;
  }
}

@media only screen and (max-width:600px) {
  #total_shipping span:first-child {
    max-width: 300px;
    display: inline-block;
  }
}

@media only screen and (max-width:420px) {
  #total_shipping span:first-child {
    max-width: 200px;
    display: inline-block;
  }
}

#total_shipping {
  display: none;
}

.row-customer_register .radio {
  display: inline-block !important;
  margin-right: 10px;
}

.simplecheckout-vertical-menu .checkout-heading {
  cursor: pointer;
  margin-bottom: 3px;
}

.simplecheckout-steps-wrapper {
  padding: 10px;
}

#agreement_checkbox {
  float: left;
  margin-right: 20px;
}

#agreement_checkbox .checkbox {
  margin: 0;
}

.simplecheckout-summary-totals .simplecheckout-cart-total {
  border: 0;
}

.simpleregister-have-account {
  display: flex;
  align-items: center;
  margin: 20px 0 15px 0;
  font-size: 16px;
}

.simpleregister-have-account svg {
  height: 20px;
  margin-right: 10px;
  color: var(--main-color);
}

.simpleregister-have-account a {
  color: var(--main-color);
  font-size: 15px;
  font-size: 16px;
  margin-left: 5px;
}

.simpleregister-button-block .btn-primary {
  background: #3c763d;
  border: 1px solid var(--main-color);
  color: #f5f5f5;
  font-family: var(--font-medium);
  border-radius: 7px;
  padding: 17px 35px;
  cursor: pointer;
  line-height: 1;
  box-shadow: none;
  font-size: 16px;
}

#simpleregister fieldset {
  /* width: 30%; */
}

#common-success #content h1 {
  margin-bottom: 30px;
}

#common-success #content {
  font-size: 16px;
}

.accounte-list {
  display: flex;
  flex-wrap: wrap;
  padding: 15px 15px 15px 0;
  margin-top: 50px;
  background-color: var(--main-light-color);
  border-radius: 7px;
}

.accounte-list__item {
  background-color: var(--light-gray);
  padding: 30px;
  width: calc(25% - 15px);
  margin-left: 15px;
  border-radius: 7px;
  display: flex;
  align-items: center;
}

.accounte-list__item:hover {
  background-color: #fff;
}

.accounte-list__item a {
  color: #121212;
  display: flex;
  align-items: center;
}

.accounte-list__item svg {
  height: 20px;
  color: #fff;
}

.accounte-list__svg {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  min-width: 40px;
  margin-right: 25px;
  border-radius: 7px;
}

.accounte-list__svg--contant {
  background: #e7d8ee;
}

.accounte-list__svg--pass {
  background-color: #ffeeee;
}

.accounte-list__svg--address {
  background-color: #e4f7f5;
}

.accounte-list__svg--order {
  background-color: #fbf1e6;
}

.accounte-list__svg--newsletter {
  background: var(--main-light-color);
}

.accounte-list__svg--contant svg {
  color: #a963c2;
}

.accounte-list__svg--pass svg {
  color: #fd7272;
}

.accounte-list__svg--address svg {
  color: #4ce6d1;
}

.accounte-list__svg--order svg {
  color: #feba5d;
}

.accounte-list__svg--newsletter svg {
  color: var(--main-color);
}

#account-account #content {
  min-height: initial;
}

.home-tabs-product__column {
  width: 25%;
  float: left;
  padding: 0 7px 15px 7px;
}

.home-tabs-product__column .product-thumb__title {
  height: 62px;
  overflow: hidden;
}

.partners-logos {
  overflow: hidden;
  padding: 90px 0 20px 0;
  width: 100%;
}

.partners-logos__inner {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 25px;
}

.partners-logos__inner img {
  width: 100%;
  border-radius: 7px;
  overflow: hidden;
}

.partners-logos .titles {
  font-size: 35px;
  padding-bottom: 30px;
}

.category-tab {
  width: 100%;
  float: left;
}

.questions {
  width: 100%;
  float: left;
  overflow: hidden;
  padding: 50px;
  margin-top: 90px;
  background-color: #edefee;
  border-radius: 7px;
  position: relative;
}

.questions .bg-flower {
  position: absolute;
  right: 20px;
  top: 20px;
  height: 230px;
  opacity: 0.1;
}

.questions .bg-flower-down {
  position: absolute;
  bottom: 20px;
  left: 20px;
  height: 120px;
  opacity: 0.05;
}

.questions .titles {
  font-size: 35px;
  padding-bottom: 30px;
}

.questions summary {
  background-color: #f9f9f9;
  border-radius: 7px;
  padding: 19px;
  font-size: 1.8rem;
  box-shadow: 0 5px 12px 5px rgb(0 0 0 / 3%);
}

.questions summary:hover {
  background-color: #fff;
  color: var(--main-hover-color);
  cursor: pointer;
}

.questions summary::after {
  position: absolute;
  content: "+";
  right: 20px;
  top: 19px;
  font-size: 35px;
  font-family: var(--font-medium);
  color: var(--main-hover-color);
}

.questions details[open]>summary::after {
  content: "-";
}

.questions details {
  padding-bottom: 20px;
  position: relative;
}

.questions details p {
  padding-top: 20px;
  font-size: 17px;
}

.questions details ul {
  font-size: 17px;
  padding-top: 20px;

}

.text-home {
  height: 300px;
  overflow-y: auto;
  margin: 75px 0 0 0;
  padding-right: 40px;
  font-size: 17px;
  float: left;
  width: 100%;
}

.text-home h1 {
  margin-bottom: 30px;
}

.text-home h2,
.text-home h3 {
  margin: 30px 0;
}


.text-home::-webkit-scrollbar-button {
  background-image: url('');
  background-repeat: no-repeat;
  width: 5px;
  height: 0px
}

.text-home::-webkit-scrollbar-track {
  background-color: #F4F5F5
}

.text-home::-webkit-scrollbar-thumb {
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background-color: #7D7D7D;
}

.text-home::-webkit-scrollbar-thumb:hover {
  background-color: black;
}

.text-home::-webkit-resizer {
  background-image: url('');
  background-repeat: no-repeat;
  width: 4px;
  height: 0px;

}

.text-home::-webkit-scrollbar {
  width: 4px;

}

.text-home::-webkit-scrollbar {
  width: 2px !important;
}

.text-home::-webkit-scrollbar-button {
  background-image: url('');
  background-repeat: no-repeat;
  width: 2px;
  height: 0px
}

.text-home::-webkit-scrollbar-track {
  background-color: #ddd;

}

.checkout-simplecheckout .logo-box {
  max-width: 150px;
}


.text-home::-webkit-scrollbar-thumb {
  -webkit-border-radius: 15px;
  border-radius: 15px;
  background-color: #383838;
  width: 6px
}

.text-home::-webkit-scrollbar-thumb:hover {
  background-color: #000;
}

.text-home::-webkit-resizer {
  background-image: url('');
  background-repeat: no-repeat;
  width: 4px;
  height: 0px
}



::-webkit-scrollbar-button {
  /* background-image: url(''); */
  /* background-repeat: no-repeat; */
  /* width: 8px; */
  /* height: 0px; */
}

::-webkit-scrollbar-track {
  /* background-color: #fbfbfb; */
  /* border: 1px solid #f1f1f1; */
}

::-webkit-scrollbar-thumb {
  /* -webkit-border-radius: 0px; */
  /* border-radius: 0px; */
  /* background-color: #666; */
}

::-webkit-scrollbar-thumb:hover {
  background-color: #333;
}

::-webkit-resizer {
  /* background-image: url(''); */
  /* background-repeat: no-repeat; */
  /* width: 8px; */
  /* height: 0px; */
}

::-webkit-scrollbar {
  /* width: 10px; */
}


::-webkit-scrollbar-button {
  /* background-image: url(''); */
  /* background-repeat: no-repeat; */
  /* width: 8px; */
  /* height: 0px; */
}

::-webkit-scrollbar-track {
  /* background-color: #fbfbfb; */
}

::-webkit-scrollbar-thumb {
  /* -webkit-border-radius: 2px; */
  /* border-radius: 2px; */
  /* background-color: #666; */
}

::-webkit-scrollbar-thumb:hover {
  background-color: #333;
}

::-webkit-resizer {
  /* background-image: url(''); */
  /* background-repeat: no-repeat; */
  /* width: 8px; */
  /* height: 0px; */
}

::-webkit-scrollbar {
  /* width: 8px; */
}

.popup-cart-inner {
  padding-top: 20px;
}

.alert a.popup-cart-inner__to-cart {
  background-color: #d5f1e2;
  color: #0d6c3a;
  padding: 15px 20px;
  border-radius: 7px;
  display: inline-block;
  box-shadow: 0 0 15px 5px rgb(0 0 0 / 10%);
}

.alert a.popup-cart-inner__to-cart:hover {
  background-color: #e2eee8;
  color: var(--main-hover-color);
}

.alert a:hover {
  color: #fff;
}

#boc_order hr {
  display: none;
}

#boc_product_field {
  display: none;
}

#boc_order .modal-header {
  border-bottom: none;
  padding: 0 0 10px 0;
}

#boc_order .input-group-addon {
  display: none;
}

#boc_order .col-mb-10 {
  width: 100%;
}

#boc_order input.form-control {
  height: 50px;
  padding: 0 15px;
  box-shadow: none;
  border: 1px solid var(--light-gray);
  background-color: var(--light-gray);
  border-radius: 7px;
  margin-bottom: 10px;
}


#boc_order textarea.form-control {
  height: 90px;
  padding: 15px;
  box-shadow: none;
  border: 1px solid var(--light-gray);
  background-color: var(--light-gray);
  border-radius: 7px;
  margin-bottom: 20px;
}

#boc_order .modal-dialog {
  width: 400px;
}

#boc_order .modal-content {
  padding: 25px;
}

#boc_submit {
  max-width: 100% !important;
  width: 100%;
  padding: 18px 0;
}

#boc_order .close {
  position: absolute;
  top: -10px !important;
  right: -10px !important;
  opacity: 1;
  width: 35px;
  height: 35px;
  background-color: var(--main-color);
  color: #fff;
  font-size: 19px;
  font-weight: 200;
  border-radius: 7px;
  box-shadow: 0 0 15px 5px rgb(0 0 0 / 10%);
}

#boc_order .close:hover {
  background-color: var(--main-hover-color);
  cursor: pointer;
}

#boc_order .has-error input.form-control {
  background-color: #f8e6e6;
}

#content .card-product__right h1 {
  margin-bottom: 0;
}

#product-category .callback-form h1 {
  margin-bottom: 5px;
  font-size: 41px;
}
#product-category .send-request {
  font-size: 24px;
}
.checkout-simplecheckout .breadcrumb {
  display: none;
}

.checkout-simplecheckout .catalog-inner {
  display: none;
}

.checkout-simplecheckout .search-box {
  display: none;
}
.callback-form-top {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}
.callback-form-top .cost-sale {
  background: var(--main-color);
  color: #fff;
  font-family: var(--font-bold);
  font-size: 41px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  line-height: 1;
  padding: 3px 10px 5px 10px;
  margin-bottom: 5px;
  gap: 5px;
}

.checkout-simplecheckout header {
  border-bottom: 1px solid var(--light-gray);
  margin-bottom: 30px;
}

.checkout-simplecheckout .top-links__information {
  display: none;
}

.checkout-simplecheckout header .header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mobile-menu {
  display: none;
}

.date button {
  border-color: var(--light-gray);
  background: var(--light-gray);
  border-radius: 7px;
  box-shadow: none;
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: none;
}

.date button:hover {
  border-color: var(--light-gray);
  background: var(--light-gray);
  border-radius: 7px;
  box-shadow: none;
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: none;
}

.date button svg {
  height: 15px;
  color: var(--main-hover-color);
}

.date button:hover svg {
  color: #333;
}

.row-shipping_address_time_recipient select:active,
.row-shipping_address_time_recipient select:focus {
  box-shadow: none !important;
  border-color: var(--light-gray) !important;
}

.checkout-heading.panel-heading {
  font-family: var(--font-bold);
  font-size: 2rem;
  color: #121212;
  line-height: 1;
  background-color: transparent;
  padding: 0;
  border-bottom: none;
  margin-bottom: 20px;
}

#simplecheckout_shipping {
  margin-bottom: 50px;
}

#simplecheckout_payment {
  margin-bottom: 50px;
}

#comment {
  border-color: var(--light-gray);
  background-color: var(--light-gray);
  border-radius: 7px;
  box-shadow: none;
  height: 90px;
}

#account-forgotten fieldset {
  width: 30%;
}

.form-horizontal .control-label {
  /* margin-bottom: 10px; */
}

.account-simpleedit #content fieldset {
  width: 30%;
}

.account-password #content fieldset {
  width: 30%;
}

.account-password .form-horizontal .control-label {
  text-align: left;
  float: left;
}

.titles-related {
  margin-bottom: 20px;
  font-size: 25px;
}

.error_text {
  font-size: 17px;
  margin-bottom: 50px;
  display: flex;
  align-items: center;
}

.error_text svg {
  color: var(--main-color);
  height: 35px;
  margin-right: 20px;
}

.contact-social {
  display: flex;
  padding: 30px 0 50px 0;
  width: 100%;
  float: left;
}

.contact-social__item {
  margin-right: 10px;
  height: 50px;
  width: 50px;
  border-radius: 7px;
  background-color: var(--light-gray);
}

.contact-social__item a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}

.contact-social__item img {
  height: 15px;
}

.contact-social__item:hover {
  background-color: var(--main-color);
  transition: all 0.2s ease-in-out;
}

.contact-social__item:hover img {
  filter: invert(1);
  transition: all 0.2s ease-in-out;
}

.contact-map iframe {
  width: 100%;
  height: 500px;
  border-radius: 7px;
}

.contact-phone {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}


.contact-phone a {
  font-family: var(--font-medium);
  font-size: 25px;
  color: #121212;
  margin-right: 10px;
}

.footer {
  /* display: grid; */
  /* grid-template-columns: 1fr 2fr 2fr; */
  /* gap: 30px; */
}

.footer-col .contact-social__item {
  background-color: #edefee;
}

.footer-col .logo-box img {
  height: 60px;
}

.footer-col .contact-social__item:hover {
  background-color: var(--main-color);
}

.footer-col_phone {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.footer-col_phone a {
  color: #121212;
  font-family: var(--font-medium);
  font-size: 20px;
  margin-right: 5px;
}

.information-mobile__list a {
  color: #121212;
  font-size: 16px;
  display: block;
  border-radius: 7px;
  padding: 10px 0;
}

@media (max-width:1270px) {
  h1 {
    font-size: 30px;
  }

  .card-product__right {
    padding-left: 40px;
  }
}

@media (max-width:1199px) {
  header .header-inner {
    grid-template-columns: 135px 180px 1fr auto;
  }

  .menu-main {
    width: 40vw;
  }

  .menu-box__child-have:hover .menu-box__child-inner {
    width: 60vw;
    left: 40vw;
  }

  .children-list li {
    width: 26vw;
  }

  .title-free {
    font-size: 34px;
  }

  .subtitle {
    font-size: 2.2rem;
  }

  .callback-form {
    padding-left: 65px;
  }

  .input-box input {
    width: 70%;
  }

  .home-tabs-product__column {
    width: 33.33%;
  }

  .product-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .ocfilter.panel {
    padding-right: 0;
  }

  .list-group-item {
    padding: 0;
  }

  .footer-col {
    padding-bottom: 20px;
  }

  .rating_product_card {
    padding: 30px;
  }

  #review {
    padding-right: 30px;
  }

  #product-search .product-wrap {
    grid-template-columns: repeat(3, 1fr);
  }

  .simplecheckout-left-column {
    width: 61%;
    padding-left: 20px;
  }

  #simplecheckout_cart {
    padding: 20px;
  }

  #simpleregister fieldset {
    width: 40%;
  }
}

@media (max-width:1048px) {
  .title-free {
    font-size: 30px;
  }

  h1 {
    font-size: 26px;
  }

  .order-btns-inner {
    gap: 10px;
  }

  .card-product__right {
    padding-left: 30px;
  }

  .send-request {
    font-size: 1.8rem;
  }

  .subtitle {
    padding-bottom: 20px;
  }

  .send-request {
    padding-bottom: 15px;
  }

  .callback-form {
    padding: 40px 0 40px 50px;
  }

  .powered__pay-right {
    width: 100%;
    justify-content: center;
  }

  .powered__pay .container {
    flex-wrap: wrap;
  }

  .powered__powered {
    width: 100%;
    order: 2;
    text-align: center;
    padding-top: 20px;
  }

  .powered__pay-right div:first-child {
    margin: 0;
  }

  .product-wrap--related .product-wrap {
    grid-template-columns: repeat(3, 1fr);
  }

  .login-inner__form {
    padding: 40px 0 40px 45px;
  }

  .login-inner__register {
    padding: 30px;
  }

  .login-inner__register p {
    font-size: 14px;
  }

  .login-inner__register .titles {
    padding-bottom: 0;
  }

  .login-inner__img {
    width: 100px;
    height: 100px;
  }

  .login-inner__form form {
    width: 100%;
  }

  #simpleregister fieldset {
    width: 50%;
  }

  #account-forgotten fieldset {
    width: 100%;
  }

  .accounte-list__item {
    width: 100%;
    margin: 0;
  }

  .accounte-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    padding: 15px;
  }

  .account-simpleedit #content fieldset {
    width: 50%;
  }

  .account-password #content fieldset {
    width: 50%;
  }

}

@media only screen and (max-width:1024px) {
  .simplecheckout-left-column {
    display: block;
    float: none;
    min-width: auto !important;
    max-width: 1900px !important;
    width: 100% !important;
    padding: 0;
    position: static;
  }

  .simplecheckout-right-column {
    display: block;
    float: none;
    min-width: auto !important;
    max-width: 1900px !important;
    width: 100% !important;
  }

  #simplecheckout_payment_form {
    width: 100%;
  }
}

@media (max-width:991px) {
  .catalog-btn span {
    display: none;
  }

  .questions summary::after {
    right: 15px;
    top: 15px;
    font-size: 29px;
  }

  .questions summary {
    font-size: 1.7rem;
  }

  .text-home {
    margin-top: 30px;
  }

  .partners-logos {
    padding: 30px 0 0 0;
  }

  .questions {
    margin-top: 35px;
    padding: 30px;
  }

  .partners-logos__inner {
    gap: 10px;
  }

  .questions .titles {
    font-size: 22px;
  }

  .partners-logos .titles {
    font-size: 22px;
  }

  .questions details {
    padding-bottom: 10px;
  }

  .questions summary {
    padding: 15px;
  }

  .plus-inner__item {
    font-size: 13px;
    line-height: 1.1;
  }

  header .header-inner {
    grid-template-columns: 115px 125px 1fr auto;
    grid-gap: 15px;
  }

  .title-free {
    font-size: 27px;
  }

  #review {
    width: 100%;
    padding: 0;
  }

  .rating_product_card {
    width: 100%;
  }

  .info-line-card {
    grid-template-columns: 1fr auto;
  }

  .subtitle {
    font-size: 2rem;
  }

  .card-product__right {
    padding-left: 20px;
  }

  .send-request {
    font-size: 15px;
  }

  .callback-form {
    padding: 0 0 0 40px;
  }

  .home-tabs-product__column {
    width: 50%;
  }

  .footer {
    grid-template-columns: 1fr 1fr;
  }

  .contact-social {
    padding-bottom: 0;
  }

  .over-footer {
    margin-bottom: 30px;
  }

  .contact-map iframe {
    margin-top: 30px;
  }

  .footer-col:first-child {
    display: none;
  }

  .unique-30 {
    padding: 30px 30px 30px 110px;
    font-size: 16px;
  }

  .login-inner__register {
    width: 100%;
  }

  .login-inner__form {
    width: 100%;
  }

  .login-inner__form {
    padding: 30px 0;
  }

  .login-inner__register .titles {
    font-size: 25px;
  }

  .account-simpleedit #content fieldset {
    width: 100%;
  }

  .account-password #content fieldset {
    width: 100%;
  }

  .subcat-inner {
    grid-template-columns: repeat(4, 1fr);

  }
}

@media (max-width:869px) {
  .card-product__right {
    width: 100%;
    padding: 30px 0 0 0;
  }

  .card-product__left {
    width: 100%;
  }

  .product-wrap--related .product-wrap {
    grid-template-columns: 1fr 1fr;
  }

  #product-search .product-wrap {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width:768px) {
  .account-box {
    /* display: none; */
  }

  #simpleregister fieldset {
    width: 100%;
  }

  #simplecheckout_cart {
    padding: 15px;
  }

  .simpleregister-have-account svg {
    margin-right: 5px;
  }

  #total_sub_total {
    font-size: 19px;
  }

  #total_total {
    font-size: 16px;
  }

  #top {
    display: none;
  }

  .powered__pay-right {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }

  .right-header {
    gap: 15px;
  }

  .over-footer li {
    margin: 15px;
  }

  .powered__pay-right div {
    margin: 0;
    padding: 15px;
    font-size: 13px;
  }

  .search-box {
    display: none;
  }

  .seapch-inputs-inner {
    display: flex;
    padding: 0 10px 20px 10px;
  }

  #product-search .breadcrumb {
    padding: 10px 10px 20px 10px;
  }

  #product-search h1 {
    padding: 0 10px 20px;
    font-size: 25px;
  }

  .alert {
    /* padding: 15px; */
    /* width: 100%; */
    /* margin: 0; */
    /* right: 0; */
    /* bottom: 0; */
  }

  .alert .close {
    top: 3px !important;
    right: 3px !important;
  }

  header .header-inner {
    grid-template-columns: 115px 125px 1fr;
  }

  .right-header {
    justify-content: end;
  }

  header {
    box-shadow: 0 10px 15px 0 rgb(0 0 0 / 5%);
  }

  .callback-img {
    display: none;
  }

  .callback-inner {
    width: 100%;
  }

  .callback-form {
    width: 100%;
    padding: 40px;
    border-radius: 7px;
    border: 2px solid #ebebeb;
  }

  .menu-box {
    display: none;
  }

  .menu-main {
    width: 70vw;
    overflow-y: auto;
  }

  .title-menu {
    padding: 20px;
    font-size: 2rem;
  }

  .mobile-menu {
    padding: 0 20px;
  }

  .information-mobile {
    padding: 0 20px;
  }

  .mobile-menu li a {
    color: #121212;
    font-size: 16px;
    display: block;
    border-radius: 7px;
    padding: 10px 0;
  }

  .mobile-menu__child-have summary {
    color: #121212;
    font-size: 16px;
    display: block;
    border-radius: 7px;
    padding: 10px 0;
    position: relative;
  }

  .mobile-menu__child-have summary::after {
    height: 8px;
    width: 8px;
    border-right: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
    position: absolute;
    content: "";
    right: 5px;
    top: 17px;
    transform: rotate(-45deg);
  }

  .mobile-menu__child-have ul {
    padding: 15px;
    background-color: #3c763d12;
    border-radius: 7px;
  }

  .mobile-menu {
    display: block;
  }

  .information-mobile .titles {
    padding-bottom: 10px;
  }

  .account-mobile a {
    height: 100%;
    background-color: var(--main-light-color);
    border-radius: 7px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    color: #121212;
  }

  .mobile-menu-three {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 9px;
  }

  .language-box-mobile button,
  .currency-box-mobile button,
  .search-box-mobile a {
    height: 100%;
    width: 100%;
    background-color: var(--main-light-color);
    border-radius: 7px;
    border: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    color: #121212;
  }

  .language-box-mobile .btn-group,
  .language-box-mobile form,
  .currency-box-mobile .btn-group,
  .currency-box-mobile form {
    height: 100%;
    width: 100%;
  }

  .language-box-mobile button svg,
  .currency-box-mobile button svg,
  .account-mobile a svg,
  .search-box-mobile a svg {
    height: 25px;
    color: var(--main-hover-color);
    margin-bottom: 5px;
  }

  .telephone-mobile {
    padding: 20px 0;
  }

  .telephone-mobile a {
    font-size: 20px;
    color: #121212;
    font-family: var(--font-bold);

  }

  .language-box-mobile ul.dropdown-menu button {
    color: #fff;
    font-size: 16px;
    border-radius: 0;
    background-color: #727272;
  }

  .language-box-mobile ul.dropdown-menu {
    padding: 0;
    border-color: transparent;
    border-radius: 7px;
    overflow: hidden;
    margin-top: -202px;
  }

  .currency-box-mobile ul.dropdown-menu button {
    color: #fff;
    font-size: 16px;
    border-radius: 0;
    background-color: #676e67;
  }

  .currency-box-mobile ul.dropdown-menu {
    padding: 0;
    border-color: transparent;
    border-radius: 7px;
    overflow: hidden;
    margin-top: -202px;
    margin-left: -52px;
    /* width: 47px; */
  }

  .product-wrap {
    padding: 0 10px;
  }

  .sort-inner {
    padding: 0 10px 20px 10px;
  }

  .product-wrap {
    gap: 5px;
  }

  .product-grid {
    box-shadow: 0 5px 5px 1px rgb(0 0 0 / 4%);
  }

  .list-group {
    padding: 15px;
  }

  .pagination {
    padding: 0 10px;
  }

  .text-category {
    padding: 20px 10px;
  }

  #product-search {
    padding: 0 0 20px 0;
  }

  .simpleregister-have-account {
    display: block;
  }
}

@media (max-width:610px) {

  #content h1.title-free {
    font-size: 27px;
    text-align: center;
  }

  .subtitle {
    font-size: 1.5rem;
    text-align: center;
  }

  .send-request {
    font-size: 14px;
    text-align: center;
  }

  .product-grid {
    padding: 10px;
  }

  .partners-logos__inner {
    grid-template-columns: repeat(3, 1fr);
  }

  .accounte-list {
    margin-top: 0;
  }

  .home-tabs-product__column {
    padding: 0 2px 2px 5px;
  }

  .login-inner__register {
    padding: 20px;
  }

  #common-home {
    padding: 0 10px;
  }

  .common-home {
    overflow-x: hidden;
  }

  .login-inner__form .titles {
    font-size: 22px;
  }

  .simple-new-cart__row .total {
    min-width: 80px;
  }

  .simple-new-cart__row {
    grid-template-columns: 55px 1fr auto auto;
    gap: 10px;
  }

  .simplecheckout-cart-total {
    padding: 3px;
  }

  .simple-new-cart__row img {
    width: 100%;
  }

  #content .card-product__right h1 {
    font-size: 25px;
  }

  .product-thumb__title a {
    font-size: 15px;
  }

  .buttonss {
    font-size: 15px;
  }

  .unique-30 {
    padding: 15px 15px 15px 70px;
    font-size: 14px;
  }

  .unique-30::before {
    background-size: 70px;
    left: -10px;
  }

  .product-grid .price {
    font-size: 18px;
  }

  .sort-inner a {
    margin-right: 20px;
    white-space: nowrap;
    font-size: 14px;
  }

  .sort-inner {
    overflow-x: auto;
  }

  #product-category h1 {
    margin-bottom: 15px;
    font-size: 27px;
  }

  .footer {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
  }

  .simple-new-cart__row .name a {
    font-size: 14px;
  }

  .quantity__plus {
    height: 30px;
    width: 30px;
    min-width: 30px;
  }

  .quantity__minus {
    height: 30px;
    width: 30px;
    min-width: 30px;
  }

  .quantity__delete {
    height: 30px;
    width: 30px;
    min-width: 30px;
    margin-left: 5px;
  }

  .quantity__btns input {
    height: 30px;
    width: 35px !important;
    min-width: 30px;
  }

  .simple-new-cart__row .total {
    min-width: 75px;
  }

  .simple-new-cart__row .total {
    font-size: 15px;
  }

  #simplecheckout_cart {
    padding: 10px;
  }

  .accounte-list {
    grid-template-columns: 1fr;
  }

  .questions {
    padding: 20px;
  }
}

@media (max-width:480px) {
  #cart>button {
    /* background-size: 19px; */
    /* height: 45px; */
    /* width: 55px; */
  }

  .questions summary {
    padding: 10px;
    font-size: 1.5rem;
  }

  .questions summary::after {
    right: 11px;
    top: 11px;
    font-size: 25px;
  }

  .questions details p {
    font-size: 15px;
  }

  .contact-phone {
    display: block;
  }

  .questions {
    padding: 15px;
  }

  .prmn-cmngr-cities__title {
    margin-bottom: 20px;
    font-size: 22px;
  }

  .prmn-cmngr-cities .modal-body {
    padding: 15px;
  }

  #cart .dropdown-menu {
    min-width: 330px;
  }

  .cart-inner__cell--name-opt {
    padding: 0;
  }

  #cart .dropdown-menu {
    padding: 10px;
  }

  .cart-inner__row {
    grid-template-columns: 60px 1fr auto 35px;
  }

  .cart-inner__cell--total {
    font-size: 15px;
  }

  .cart-inner__name a {
    font-size: 13px;
  }

  .simple-content .name {
    line-height: 1.1;
  }

  .simple-new-cart__row .name a {
    font-size: 13px;
  }

  .simple-new-cart__row .total {
    min-width: 56px;
  }

  .simple-new-cart__row {
    gap: 5px;
  }

  .rating_product_card {
    padding: 15px;
  }

  #simplecheckout_cart {
    padding: 5px;
  }

  .rating_product_card .titles {
    font-size: 24px;
  }

  #content .card-product__right h1 {
    font-size: 22px;
  }

  .product-wrap--related .product-wrap {
    grid-template-columns: 1fr;
  }

  #product-category h1 {
    margin-bottom: 15px;
    font-size: 24px;
  }

  .order-btns-inner button {
    padding: 16px 0;
  }

  .mobile-menu-three {
    grid-template-columns: 0.fr 0.5fr;
    padding-bottom: 49px;
    list-style-type: none;
  }

  .callback-form {
    padding: 20px;
  }

  .city-box a {
    font-size: 12px;
    background-size: 19px;
    height: 45px;
    width: 55px;
  }

  .buttonss {
    font-size: 14px;
  }

  .unique-30 {
    padding: 15px;
    margin: 35px 0 30px 0;
  }

  .nav-tabs>li {
    margin-bottom: 10px;
    width: 50%;
    text-align: center;
  }

  .nav-tabs>li>a {
    padding: 17px 0;
    font-size: 14px;
  }

  .tab-content {
    padding-top: 5px;
  }

  .unique-30::before {
    display: none;
  }

  .input-box input {
    width: 100%;
  }

  .subtitle {
    padding-bottom: 14px;
  }

  .title-free {
    font-size: 22px;
  }


  .title-cart {
    font-size: 12px;
    line-height: 1;
  }

  #cart-total {
    /* width: 16px; */
    /* height: 16px; */
    /* font-size: 12px; */
  }

  .catalog-btn {
    height: 42px;
    font-size: 0;
    display: block;
    position: absolute;
    top: 26px;
    right: 20px;
    background: url(../img/hamburger.svg) center / contain no-repeat;
    width: 29px;
    height: 30px;
    /* display: none; */
    border: navajowhite;
  }

  header .header-inner {
    grid-template-columns: 95px 45px 1fr;
  }

  .text-btn svg {
    margin: 0;
  }

  .logo-box a {
    font-size: 24px;
  }

  .submit-button {
    display: block;
    text-align: center;
  }

  .product-grid {
    padding: 8px;
  }

  .product-thumb__title {
    line-height: 1.1;
  }

  .product-thumb__title a {
    font-size: 14px;
  }

  .free-delivery__svg {
    width: 20px;
    height: 20px;
    margin-right: 5px;
  }

  .free-delivery svg {
    height: 12px;
  }

  .free-delivery {
    font-size: 12px;
  }

  .land-sticer__title {
    padding: 0px 3px;
    font-size: 10px;
  }

  .xdstickers {
    padding: 0px 3px;
    font-size: 10px;
  }

  .buttonss {
    padding: 15px 30px;
  }
}

@media (min-width: 769px) {

  .information-mobile,
  .account-mobile,
  .language-box-mobile,
  .currency-box-mobile,
  .telephone-mobile {
    display: none;
  }
}

@media (max-width: 550px) {

  .menu-main {
    width: 100vw;
  }

  .another-shops__cell {
    padding: 5px;
    font-size: 13px;
  }

  .another-shops__line {
    grid-template-columns: 1fr 2fr 2fr;
  }

  .another-shops__rating {
    padding: 5px 20px;
  }
}

.bage004 {
  padding: 10px 0;
  background-color: #e5f3fe;
  position: relative;

}

.bage004 .container {
  display: flex;
  justify-content: space-between;
}

.bage004 .container::after {
  display: none;
}

.bage004 .container::before {
  display: none;
}

.bage004__text {
  color: #1c72e6;

}

.bage004__text p {
  margin-bottom: 0;
  font-weight: bold;
}

.bage004__text p:first-child {
  font-size: 20px;
}

.bage004__text p:last-child {
  font-size: 17px;
}

.bage004__btns a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 20px;
  background-color: #011337;
  color: #fff;
  font-weight: bold;
}

.bage004__close {


  cursor: pointer;


  width: 32px;
  height: 32px;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 1;

}

.bage004__close::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(315deg);
  -ms-transform: translate(-50%, -50%) rotate(315deg);
  transform: translate(-50%, -50%) rotate(315deg);
  height: 1px;
  width: 55%;
  background: #121212;
}

.bage004__close::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  height: 1px;
  width: 55%;
  background: #121212;
}

@media (max-width: 600px) {

  .bage004__text p:first-child {
    font-size: 16px;
  }

  .bage004__text p:last-child {
    font-size: 14px;
  }

  .bage004 .container {

    padding: 0 32px 0 15px;
  }

  .subcat-inner {
    grid-template-columns: repeat(2, 1fr);
  }
}

.form-onclick {
  display: none
}

#whatsapp_link {
  position: fixed;
  left: 20px;
  bottom: 20px;
  width: 45px;
  height: 45px;
  z-index: 50;
  border-radius: 50%;
  overflow: hidden;
  transform-origin: center;
  background-image: url(/image/whatsapp.svg);
  background-position: 100%;
}

.information-contact-success .breadcrumb {
  display: none;
}

.information-contact-success h1 {
  display: none;
}

.information-contact-success #content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.information-contact-success #content .sale_message h1 {
  display: initial;
}

.information-contact-success .sale_message {
  display: flex;
  text-align: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.input-box-form {
  margin-top: 10px;
}
.input-box input {
  box-shadow: none;
}
.input-box input:active, .input-box input:focus {
    border: black;
    box-shadow: none;
    /* background: black; */
}

@media (max-width: 768px) {
  .input-box-form input{
    width: 100%;
  }
}

@media (max-width: 1415px) {
  #product-category .callback-form h1 {
    font-size: 33px;
  }
  .callback-form-top .cost-sale {
    font-size: 33px;
        padding: 10px;
        align-items: center;
  }
  .callback-inner.callback-inner-category .submit-button.buttonss {
    width: max-content;
  }
}

@media (max-width: 1191px) {
  #product-category .callback-form h1 {
    font-size: 27px;
  }
  .callback-form-top .cost-sale {
    font-size: 27px;
  }
  #product-category .send-request {
    font-size: 20px;
  }
  .callback-inner.callback-inner-category fieldset {
    width: 100%;
  }
  .callback-inner.callback-inner-category .callback-form {
    padding: 0 0 20px 130px;
  }
  .callback-inner.callback-inner-category::after {
    width: 50%;
  }

} 
@media (max-width: 991px) {
  .callback-inner.callback-inner-category .callback-form {
    padding: 0px 0 20px 70px;
  }
  #product-category .callback-form h1 {
    font-size: 24px;
  }
  .callback-form-top .cost-sale {
    font-size: 24px;
  }
  .callback-inner.callback-inner-category::after {
    width: 55%;
}
}

@media (max-width: 768px) {
  .callback-inner.callback-inner-category .callback-form {
    padding: 20px 10px;
    background-color: #54B582;
    color: #fff;
    width: 100%;
    border: none;
    position: relative;
  }
  .callback-inner.callback-inner-category .callback-form::before {
    content: '';
    position: absolute;
    z-index: 0;
    left: 0;
    bottom: 0;
    height: 74%;
    width: 93%;
    background-image: url(/image/leaf.svg);
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .callback-bg {
    padding: 0;
    background-color: transparent;
  }
  .callback-inner.callback-inner-category::after {
    display: none;
  }
  #product-category .callback-form h1 {
    color: #fff;
  }
  .callback-form-top {
    gap: 0;
  }
  .callback-form-top .cost-sale {
    width: 100%;
    justify-content: flex-start;
    padding: 0;
}
#product-category .send-request {
  padding-right: 100px;
  position: relative;
  text-align: left;
}
#product-category .send-request::after {
    content: '';
    position: absolute;
    z-index: 0;
    right: 0;
    bottom: -10px;
    height: 95px;
    width: 80px;
    background-image: url(/image/flowermobile.svg);
    background-size: 100%;
    background-repeat: no-repeat;
}
.callback-inner.callback-inner-category {
  padding: 0 15px;
}
.callback-inner.callback-inner-category fieldset {
  position: relative;
  z-index: 2;
}
.callback-inner.callback-inner-category fieldset {
  grid-template-columns: 1fr;
  gap: 0;
}
.callback-inner.callback-inner-category .submit-button.buttonss {
  width: 100%;
  background-color: #fff;
  color: #121212;
  border-bottom: 3px solid #121212;
  position: relative;
  z-index: 2;
}


} 


/* Скрыть кнопку на ПК */
@media screen and (min-width: 768px) {
  .catalog-btn {
    display: none;
  }
}

/* Показать кнопку на телефоне */
@media screen and (max-width: 767px) {
  .catalog-btn {
    display: inline-block; /* или другой display, который вам нужен */
  }
}

