:root {
  --theme-deafult: #ff4c3b;
  --text-color: #4f4f4f;
  --accent-color: #ef3e33;
}

.auth-clients {
  padding: 0;
  list-style-type: none;
}

.login-page,
.register-page {
  padding-top: 50px;
}

.section-b-space {
    padding-bottom: 70px;
}

.large-section {
    padding-top: 120px;
    padding-bottom: 120px;
}

.p-t-0 {
    padding-top: 0;
}

.form-control {
  border-radius: 0;
}

.form-control.error {
  border: 1px solid #EF3E33;
}

.small-section a {
  margin-right: 5px;
  margin-bottom: 10px;
}

.border-section {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}

.border-b {
  border-bottom: 1px solid #38352f;
}

.border-bottom-grey {
  border-bottom: 1px solid #efefef;
}

.border-top-grey {
  border-top: 1px solid #efefef;
}

.light-layout {
  background-color: #F2F2F2;
}

.white-layout {
  background-color: #ffffff;
}

.bg-light0 {
  background-color: #d0edff;
}

.bg-light1 {
  background-color: #f1e7e6;
}

.bg-light2 {
  background-color: #bfbfbf;
}

.bg-blog {
  background-color: #eeeeee;
}

.bg-grey {
  background-color: #f7f7f7;
}

.ratio_square .bg-size:before {
  padding-top: 100%;
  content: "";
  display: block;
}

.ratio_asos .bg-size:before {
  padding-top: 127.7777778%;
  content: "";
  display: block;
}

/*Lazy load */
.blur-up {
  -webkit-filter: blur(5px);
  filter: blur(5px);
  transition: filter 400ms, -webkit-filter 400ms;
}

.blur-up.lazyloaded {
  -webkit-filter: blur(0);
  filter: blur(0);
}

/*=====================
    1.1.Button CSS start
==========================*/
button {
  cursor: pointer;
}

button.btn {
  line-height: 20px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  border-radius: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

button.btn:hover {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

button.btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn-disabled {
  border: 1px solid #828282;
  background-color: #f8f8f8;
  color: #828282;
  font-size: 9px;
  max-width: 260px;
  line-height: 1.1;
  white-space: pre-line;
  pointer-events: none;
}

a.btn-solid,
button.btn-solid {
  padding: 13px 29px;
  /* color: #ffffff; */
  color: #EF3E33;
  letter-spacing: 0.05em;
  border: 2px solid #EF3E33;
  background-size: 850px;
  background-repeat: no-repeat;
  background-position: 0;
  -webkit-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out;
  background-color: #FFF;
}

a.btn-solid:hover,
button.btn-solid:hover {
  background-position: 100%;
  color: #fff;
  background-color: #EF3E33;
  background-image: linear-gradient(30deg, #fff 50%, transparent 50%);
}

.btn-solid.black-btn {
  background-image: linear-gradient(30deg, #222222 50%, transparent 50%);
  border: 2px solid #222222;
}

.btn-solid.blue-btn {
  border: 2px solid #2d9cd8;
  color: #2D9CD8;
  background-color: #F2F2F2;
}

.btn-solid.blue-btn:hover,
.btn-solid.blue-btn:focus {
  background-color: #2D9CD8;
}

.btn-solid:focus {
  color: #fff;
}

.btn-outline {
  display: inline-block;
  padding: 13px 29px;
  letter-spacing: 0.05em;
  border: 2px solid #EF3E33;
  position: relative;
  color: #000000;
}

.btn-outline:before {
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  bottom: 0;
  opacity: 0;
  content: "";
  background-color: #EF3E33;
  z-index: -2;
}


button.btn.btn-solid:active, button.btn.btn-outline:active {
  background-image: linear-gradient(30deg, #EF3E33 50%, transparent 50%);
  color: #ffffff;
  background: #EF3E33;
}

.btn-theme {
  background-color: #EF3E33;
  color: #ffffff;
}

.btn.btn-red, .btn-red {
  background-color: #EF3E33;
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 10px 29px;
  border: 1px solid #EF3E33;
}

.btn.btn-red:hover, .btn-red:hover {
  color: #EF3E33;
  background-color: transparent;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/*=====================
    1.2.Title CSS start
==========================*/

.title4 {
  text-align: center;
  position: relative;
  color: #4F4F4F;
}

.title4 .title-inner4 {
  padding-bottom: 25px;
  margin-bottom: 0;
  position: relative;
  margin-top: -5px;
  font-size: 40px;
  font-weight: 900;
}

/*=====================
    5.Blog CSS start
==========================*/


.classic-effect {
  position: relative;
  overflow: hidden;
}

.classic-effect:before, .classic-effect:after {
  background: #EF3E33;
  width: 25%;
  position: absolute;
  content: "";
  opacity: 0;
  -webkit-transition: all 0.3s steps(4);
  transition: all 0.3s steps(4);
  z-index: 1;
  bottom: 100%;
  top: 0;
}

.classic-effect:before {
  left: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.classic-effect:after {
  left: 25%;
  -webkit-transition-delay: 0.025s;
  transition-delay: 0.025s;
}

.classic-effect span:before, .classic-effect span:after {
  background: #EF3E33;
  width: 25%;
  position: absolute;
  content: "";
  opacity: 0;
  -webkit-transition: all 0.3s steps(4);
  transition: all 0.3s steps(4);
  z-index: 1;
  bottom: 100%;
  top: 0;
}

.classic-effect span:before {
  left: 50%;
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

.classic-effect span:after {
  left: 75%;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.classic-effect:hover:before, .classic-effect:hover:after {
  bottom: 0;
  opacity: 0.5;
}

.classic-effect:hover span:before, .classic-effect:hover span:after {
  bottom: 0;
  opacity: 0.5;
}

.blog-details {
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}

.blog-details h4 {
  color: #EF3E33;
  margin-top: 25px;
  line-height: 1;
  margin-bottom: 0;
}

.blog-details p {
  color: #222222;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
  margin-top: 10px;
  margin-bottom: -5px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.blog-details p:hover {
  color: #EF3E33;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.blog-details h6 {
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 0;
}

.blog-2 .blog-details h6 {
  padding: 5px 0;
}

.blog-left .blog-details {
  text-align: left;
  padding: 0;
}

.blog-left .blog-details h4 {
  font-weight: 700;
  color: #000000;
}

.blog-left .blog-details p {
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 400;
  margin-top: -3px;
}

.blog-left .blog-details h6 {
  color: black;
  margin: 12px 0;
}

.shadow-effect .classic-effect {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15) !important;
}

/*=====================
    6.Service CSS start
==========================*/
.service .row {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}


/*=====================
    10.Product Box CSS start
==========================*/

.online-sale {
  display: none;
}

/*Product box --action*/

.prod-discount {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  border-radius: 50%;
  top: 60px;
  right: 20px;
  width: 42px;
  height: 42px;
  color: #ffffff;
  background-color: #EF3E33;
}

/*Product box --action end*/


.price {
  position: relative;
  padding-right: 20px;
}

.price span {
  font-size: 12px;
  position: absolute;
  right: 0;
  top: 2px;
}

.uah {
  font-weight: normal;
}

.del .price {
  color: #BDBDBD;
}

.grid-products {
  margin-bottom: -30px;
}

/*=====================
    12.Banner CSS start
==========================*/


.absolute_banner {
  margin-bottom: 22px;
}

.theme-card {
  position: relative;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.theme-card.center-align {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  align-items: center;
}

.theme-card.card-border {
  border: 1px solid #dddddd;
}

.theme-card.card-border h5 {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 30px;
  margin-top: 0;
  cursor: default;
}


.theme-card h5 {
  padding-bottom: 10px;
  margin-top: -5px;
  font-size: 20px;
  font-weight: 900;
  position: relative;
  color: #4f4f4f;
}

.theme-card h5:after {
  content: "";
  display: block;
  position: absolute;
  right: 63px;
  top: 30px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #4F4F4F;
  border-right: 1px solid #4F4F4F;
  transform: rotate(45deg);
}


.theme-card .media {
  border-bottom: 1px solid #F2F2F2;
  margin-bottom: 10px;
}

.theme-card .media:last-child {
  border-bottom: none;
}

.theme-card .media a {
  text-align: center;
  width: 100%;
}


.theme-card .media img {
  margin: auto;
}

.theme-card h5.title-border {
  border-bottom: 1px solid #F2F2F2;
  padding: 20px 25px;
}


.white-bg {
  background-color: #ffffff;
}

/*=====================
    17.11. pets demo CSS start
==========================*/

.form_search {
  height: 45px;
  -webkit-box-shadow: 0 0 0 1px #e2e2e2;
  box-shadow: 0 0 0 1px #e2e2e2;
  overflow: hidden;
  position: relative;
  width: 525px;
  background-color: #f5f5f5;
  border-radius: 25px;
}

.form_search input {
  width: 100%;
  height: 45px;
  font-size: 16px;
  color: darkgrey;
  border: none;
  outline: none;
  background: none;
  padding: 0 10px;
}

.form_search button {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 40px;
  height: 35px;
  padding: 0;
  border: none;
  outline: none;
  cursor: pointer;
  background-color: transparent;
  border-radius: 5px;
}

.form_search button i {
  font-size: 18px;
  color: #EF3E33;
}



/*=====================
    17.14. Christmas demo CSS start
==========================*/

.overflow-cls {
  overflow: visible !important;
}

.margin-add {
  margin-top: 60px;
}

.grey-bg {
  background-color: #f5f5f5;
}


#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

/*=====================
  22.Inner pages CSS start
==========================*/

.select_input select {
  padding: 15px 20px;
  margin-bottom: 30px;
}

.error-section {
  padding: 130px 0 140px;
  text-align: center;
}

.error-section h1 {
  font-size: 200px;
  font-weight: 900;
  margin: 0;
  line-height: 0.8;
  color: #aaaaaa;
  margin-top: -11px;
}

.error-section h2 {
  color: #aaaaaa;
  font-weight: 500;
  letter-spacing: 3px;
  margin: 40px 0;
}

.team {
  position: relative;
}

.team img {
  margin: 0 auto;
  padding: 0 10px;
}

.team h2 {
  color: #222222;
  padding-bottom: 15px;
  border-bottom: 1px solid #dddada;
  margin-bottom: 10px;
}

.team h4,
.team h6 {
  text-align: center;
}

.team h4 {
  color: #EF3E33;
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 5px;
}

.team h6 {
  margin-bottom: 0;
}

.collection-sidebar-banner {
  margin-top: 30px;
}

.collection-sidebar-banner img {
  width: 100%;
}

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

.pwd-page h2 {
  margin-bottom: 25px;
  color: #222222;
  margin-top: -5px;
}

.pwd-page .theme-form input {
  border-color: #dddddd;
  font-size: 15px;
  padding: 15px 25px;
  margin-bottom: 15px;
  height: inherit;
  text-align: center;
}

.pwd-page .theme-form .btn-solid,
.pwd-page .theme-form .btn-outline {
  margin: 0 auto;
}

.login-page h3 {
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #222222;
  font-weight: 700;
  margin-top: -5px;
}

.login-page .theme-card {
  padding: 30px;
  border: 1px solid #dddddd;
  line-height: 1;
}

.login-page .theme-card .theme-form label {
  text-transform: capitalize;
  color: #333333;
  font-size: 14px;
  font-weight: 600;
}

.login-page .theme-card .theme-form input {
  border-color: #dddddd;
  font-size: 12px;
  padding: 17px 25px;
  margin-bottom: 30px;
  height: inherit;
}

.login-page .authentication-right {
  height: calc(100% - 48px);
}

.login-page .authentication-right h6 {
  text-transform: uppercase;
  color: #333333;
  font-weight: 600;
  margin-bottom: 20px;
}

.login-page .authentication-right p {
  font-size: 14px;
  color: #555555;
  line-height: 2;
  margin-bottom: 1rem;
}

.register-page h3 {
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #222222;
  font-weight: 700;
  margin-top: -5px;
}

/*.register-page .theme-card {
  padding: 30px;
  border: 1px solid #dddddd;
  line-height: 1;
}*/

.register-page .theme-card .theme-form label {
  text-transform: capitalize;
  color: #333333;
  font-size: 14px;
  font-weight: 600;
}

.register-page .theme-card .theme-form input {
  border-color: #dddddd;
  font-size: 12px;
  padding: 17px 25px;
  margin-bottom: 30px;
  height: inherit;
}

.search-block {
  padding: 0;
}

.search-block .form-header .input-group input {
  border-radius: 0 5px 5px 0;
  padding: 15px 20px;
}

.search-block .form-header .input-group i {
  padding-right: 10px;
}

.search-block .form-header .input-group .btn {
  z-index: 0;
}

.contact-page .map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.contact-page .theme-form label {
  text-transform: capitalize;
  color: #333333;
  font-size: 14px;
  font-weight: 600;
}

.contact-page .theme-form input {
  border-color: #dddddd;
  font-size: 12px;
  padding: 17px 25px;
  margin-bottom: 30px;
  height: inherit;
}

.contact-page .theme-form textarea {
  border-color: #dddddd;
  font-size: 12px;
  padding: 17px 25px;
  margin-bottom: 30px;
  height: inherit;
}

.contact-page .form-control {
  border-radius: 0;
}

.order-history .responsive-data {
  display: none;
}

.order-history .responsive-data .price {
  margin-bottom: 2px;
}

.image-scroll div > div {
  padding-bottom: 20px;
}

.image-scroll div > div:last-child {
  padding: 0;
}


/*basket price*/

.price-bottom {
  display: none;
}

.basket-price--sale .price-bottom {
  display: block;

}

.basket-price--sale .sale-price {
  font-size: 20px;
  line-height: 24px;
  color: #ef3e33;
  font-weight: 700;
  word-spacing: -5px;
}

.basket-price--sale .price-bottom,
.basket-price--sale .total-price {
  font-size: 18px;
  line-height: 22px;
  color: #BDBDBD;
  text-decoration: line-through;
  text-decoration-color: #ef3e33;
}

.basket-price--sale .price-currency {
  display: none;
}


@media (max-width: 767px) {


  .basket-price--sale .price-bottom {
    font-size: 15px !important;
  }
}

/*Product price sale end*/

.product-price .price span {
  font-size: 18px;
  top: 4px;
}

.product-price .del {
  margin-bottom: 15px;
}

.product-price .del .price {
  font-size: 20px;
  font-weight: normal;
  color: #BDBDBD;
  padding-right: 18px;
  position: relative;
}

.product-price .del .price:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #EF3E33;
  top: 48%;
  left: 0;
}

.product-price .del .price span {
  font-size: 12px;
  color: #BDBDBD;
  top: 0;
}

.product-list {
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}


.checkout-page .checkout-title {
  margin-bottom: 25px;
}

.checkout-page .checkout-title h3 {
  color: #444444;
  font-weight: 700;
}

.checkout-page .checkout-form .checkout-details {
  position: relative;
  border: 1px solid #F2F2F2;
  padding-bottom: 35px;
}

.checkout-details .qty__inner {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 20px;
}

.checkout-details .qty__art {
  font-size: 10px;
}

.checkout-details .qty__price,
.checkout-details .qty__total {
  color: #4F4F4F;
  font-weight: bold;
  width: calc(100% / 3 - 3px);
}

.checkout-details .qty__price .price,
.checkout-details .qty__total .price {
  padding-right: 0;
  color: #4F4F4F;
  font-size: 14px;
}

.checkout-details .qty__price .uah,
.checkout-details .qty__total .uah {
  font-size: 10px;
  font-weight: bold;
}

.checkout-details .qty__count {
  color: #828282;
  width: calc(100% / 3 - 3px);
  text-align: center;
}

.checkout-details .qty__total {
  text-align: right;
}

.checkout-details .qty__name {
  width: 40%;
}

.checkout-details .qty__name p {
  margin-bottom: 0;
}

.checkout-details .qty__art {
  margin-top: 5px;
}

.checkout-details .qty__right {
  width: 60%;
  padding-left: 10px;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}

.checkout-page .checkout-form .form-group {
  position: relative;
  margin-bottom: 25px;
}

.checkout-page .checkout-form .form-group h3 {
  color: #444444;
  font-weight: 700;
  margin-bottom: 30px;
  margin-top: 30px;
}

.checkout-page .checkout-form .form-group .field-label {
  line-height: 24px;
  text-transform: capitalize;
  color: #333333;
  margin-bottom: 10px;
  font-weight: 700;
}

.checkout-page .checkout-form .form-group .field-label span {
  font-size: 16px;
  color: #222222;
  font-weight: 600;
}

.checkout-page .checkout-form .form-group label {
  color: #777777;
}

.checkout-page .checkout-form select {
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -moz-appearance: none;
  background: url(../images/dropdown.png) no-repeat 95%;
}

.checkout-page .checkout-form input[type="text"], .checkout-page .checkout-form input[type="email"], .checkout-page .checkout-form input[type="password"], .checkout-page .checkout-form input[type="tel"], .checkout-page .checkout-form input[type="number"], .checkout-page .checkout-form input[type="url"] {
  width: 100%;
  padding: 0 22px;
  height: 45px;
  border: 1px solid #dddddd;
}

.checkout-page .checkout-form select,
.checkout-page .checkout-form textarea {
  width: 100%;
  padding: 0 22px;
  height: 45px;
  border: 1px solid #dddddd;
}

.check-out__date > div,
.check-out__time > div,
.check-out__desc {
  margin-bottom: 15px;
}

.check-out__time-block-in {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.check-out__time .form-control {
  font-size: 12px;
}

.check-out__shop-adress {
  margin-bottom: 10px;
}

.check-out__shop-city p {
  margin-bottom: 0.5rem;
}

.check-out__time select.form-control:not([size]):not([multiple]) {
  height: calc(2rem + 2px);
}

.data-time--disable {
  position: relative;
}

.data-time--disable::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 10;
}

.check-out__time select.form-control .help-block-error {
  position: absolute;
  bottom: -15px;
  left: 0;
  margin-bottom: 0;
}

.check-out__time,
.check-out__date {
  width: 45%;
}

.check-out__date {
  margin-right: 5px;
}

.check-out__shop {
  width: 55%;
}

.check-out__shop-change {
  width: 30%;
}

.check-out__shop-info {
  font-size: 10px;
}

.check-out__shop-info strong {
  display: block;
  color: #EF3E33;
}

.checkout-form .row {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.check-out__username {
  font-size: 16px;
  margin-bottom: 10px;
}

.check-out__shop-change .btn {
  font-size: 10px;
  padding: 5px 8px;
  margin-bottom: 15px;
}

.check-out__shop-outer {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
}

.check-out__time-block {
  margin-bottom: 20px;
}

.checkout-page .check-box {
  line-height: 24px;
  font-size: 14px;
  font-weight: normal;
  padding-top: 5px;
}

.checkout-page .check-box label {
  position: relative;
  top: -1px;
  font-weight: normal;
  padding: 0;
  font-size: 16px;
  cursor: pointer;
  color: #333333;
}

.check-out {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.check-out__title {
  font-size: 18px;
  color: #444;
  font-weight: bold;
  margin-bottom: 20px;
}

.alert-pay .help-block.help-block-error,
.check-out .help-block.help-block-error {
  font-size: 10px;
  color: #EF3E33;
  text-transform: lowercase;
  text-align: center;
  background: #fff;
  border: 1px solid #EF3E33;
  padding: 10px 8px;
  margin-top: 8px;
  position: absolute;
  left: 0;
  top: 100%;
  opacity: 0;
  width: max-content;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.check-out .help-block.help-block-error.flat2-error {
  top: 42px;
}

.alert-pay .help-block.help-block-error:before,
.check-out .help-block.help-block-error:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: none;
  border-bottom: 7px solid #EF3E33;
  position: absolute;
  left: 50%;
  top: -7px;
  transform: translateX(-4px);
}

.alert-pay .help-block.help-block-error:after,
.check-out .help-block.help-block-error:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: none;
  border-bottom: 6px solid #fff;
  position: absolute;
  left: 50%;
  top: -6px;
  transform: translateX(-3px);
}

.alert-pay .form-group.has-error .help-block.help-block-error,
.check-out .form-group.has-error .help-block.help-block-error {
  display: block;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  animation: qty-show-count .3s ease;
}

.check-out .form-group.field-customerform-phone {
  margin-bottom: 15px;
}

.field-orderform-time label.control-label {
  display: none;
}

#customerform-phone {
  max-width: 300px;
}

#customerform-email {
  max-width: 300px;
}

.checkout-page .lower-content {
  margin-top: 30px;
}

.checkout-page .lower-content .order-column {
  margin-bottom: 40px;
}

.order-box {
  position: relative;
}

.title-box {
  position: relative;
  color: #444444;
  font-weight: 600;
  background-color: #f8f8f8;
  padding: 20px 30px;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.title-box__left {
  width: 40%;
}

.title-box__right {
  width: 60%;
  padding-left: 10px;
}

.title-box__right div {
  text-align: left;
}

.title-box__right div:last-child {
  text-align: right;
}

.title-box__right div:nth-child(2) {
  text-align: center;
}

.order-box .title-box .title-box__left div,
.title-box div {
  font-size: 18px;
  font-weight: bold;
  color: #4F4F4F;
}

.order-box .title-box .title-box__right {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
}

.order-box .title-box .title-box__right div {
  color: #828282;
  font-size: 12px;
  text-transform: uppercase;
  width: calc(100% / 3 - 3px);
}

.order-box .title-box span {
  position: relative;
  width: 35%;
  float: right;
  line-height: 1.2em;
}

.order-box .qty {
  position: relative;
  padding: 20px 30px;
}

.order-box .qty li {
  position: relative;
  display: block;
  font-size: 15px;
  color: #444444;
  line-height: 20px;
  margin-bottom: 20px;
}

.order-box .qty li span {
  float: right;
  font-size: 18px;
  line-height: 20px;
  color: #232323;
  font-weight: 400;
  width: 35%;
}

.order-box .sub-total {
  position: relative;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 30px;
}

.order-box .sub-total li {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  line-height: 20px;
  margin-bottom: 20px;
  width: 100%;
}

.order-box .sub-total li .count {
  position: relative;
  font-size: 18px;
  line-height: 20px;
  color: #EF3E33;
  font-weight: 400;
  width: 35%;
  float: right;
}

.order-box .sub-total .shopping-option label {
  position: relative;
  font-size: 16px;
  line-height: 32px;
  padding-left: 10px;
  color: #6f6f6f;
}

.order-box .sub-total .shipping {
  width: 35%;
  float: right;
}

.order-box .total {
  position: relative;
  padding: 20px 30px 30px;
  margin-bottom: 0;
}

.order-box .total {
  position: relative;
  padding: 25px 30px;
}

.order-box .total li {
  position: relative;
  display: flex;
  justify-content: space-between;
  font-weight: bold;
  line-height: 20px;
  font-size: 12px;
  margin-bottom: 15px;
}

.order-box .total li:last-child {
  margin-bottom: 0;
}

.order-box .total li .name {
  text-transform: uppercase;
  font-weight: 700;
}

.order-box .total li .name.not-bold {
  font-size: 14px;
  text-transform: none;
  font-weight: 400;
}

.order-box .total li .count {
  position: relative;
  font-size: 18px;
  line-height: 20px;
  color: var(--accent-color);
  font-weight: bold;
  text-align: right;
  text-transform: none;
}

.order-box .total li .count.not-bold {
  font-weight: 400;
  color: var(--text-color);
  font-size: 14px;
}

.order-box .total li .bold-red {
  color: var(--accent-color);
  text-transform: none;
}

.upper-box {
  padding: 0 30px;
}

.payment-box {
  position: relative;
}

.payment-box .custom-blue-btn {
  min-width: 250px;
  margin: 0 auto;
}

@media (min-width: 578px) {
  .payment-box .custom-blue-btn {
    min-width: 300px;
    margin: 0 0 0 30px;
  }
}

.payment-box .upper-box {
  position: relative;
}

.payment-box .payment-options {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
}

.payment-box .payment-options li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.payment-box .payment-options li .radio-option {
  position: relative;
}

.payment-box .payment-options li .radio-option label {
  position: relative;
  padding-left: 30px;
  text-transform: capitalize;
  color: #6f6f6f;
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 0;
}

.payment-box .payment-options li .radio-option input[type="radio"] {
  position: absolute;
  left: 0;
  top: 5px;
}

.payment-box .payment-options li .radio-option label .small-text {
  position: relative;
  display: none;
  font-size: 15px;
  line-height: 25px;
  font-weight: 300;
  color: #666666;
  margin-top: 10px;
}

.payment-box .payment-options li .radio-option label img {
  position: relative;
  display: block;
  max-width: 100%;
  margin-left: -30px;
  margin-top: 5px;
}


.padding-cls {
  padding-left: 50px;
  padding-right: 50px;
}

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

.success-text i {
  font-size: 50px;
  color: #4ead4e;
}

.success-text h2 {
  margin-top: 10px;
  margin-bottom: 15px;
}

.success-text p {
  font-size: 18px;
  text-transform: capitalize;
}

.success-text.order-fail i {
  color: #EF3E33;
}

.order-success-sec h4 {
  font-weight: 700;
  text-transform: capitalize;
}

.order-success-sec .order-detail li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: capitalize;
  line-height: 24px;
  font-size: 16px;
}

.order-success-sec .payment-mode p {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 0;
}


.product-order h3 {
  font-weight: 700;
  text-transform: uppercase;
  color: #000000;
}

.product-order .product-order-detail {
  margin-top: 15px;
}

.product-order .product-order-detail img {
  height: 130px;
}

.product-order .product-order-detail .order_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-order .product-order-detail .order_detail h4 {
  margin-bottom: 5px;
  text-transform: capitalize;
  font-weight: 700;
}

.product-order .product-order-detail .order_detail h5 {
  text-transform: capitalize;
  margin-bottom: 0;
}

.product-order .total-sec {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  margin: 15px 0;
  padding: 15px 0;
}

.product-order .total-sec ul li {
  font-size: 18px;
  display: block;
  text-transform: capitalize;
}

.product-order .total-sec ul li span {
  float: right;
}

.product-order .final-total h3 {
  display: block;
  margin-bottom: 0;
}

.product-order .final-total h3 span {
  float: right;
}

.profile-section {
  background-color: #f5f5f5;
  border: 1px solid #dddddd;
  padding: 15px;
}

.profile-section .profile-detail .profile-name {
  font-weight: 700;
}

.profile-section .profile-detail p {
  margin-bottom: 8px;
}

/*=====================
    24.Tab to top CSS start
==========================*/
.tap-top {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  position: fixed;
  bottom: 50px;
  right: 30px;
  z-index: 100;
  display: none;
  color: #fff;
  text-align: center;
  background: #EF3E33;
  border: none;
  font-size: 22px;
  padding: 7px;
  cursor: pointer;
}

.tap-top.top-cls {
  bottom: 130px;
}

/*=====================
    25.theme setting box CSS start
==========================*/
.color1 {
  background: #ff4c3b;
}

.color2 {
  background: #3fdda7;
}

.color3 {
  background: #f0b54d;
}

.color4 {
  background: #e4604a;
}

.color5 {
  background: #d4b196;
}

.color6 {
  background: #866e6c;
}

.color7 {
  background: #cc2121;
}

.color8 {
  background: #dc457e;
}

.color9 {
  background: #6d7e87;
}

.color10 {
  background: #fa869b;
}

.color11 {
  background: #81ba00;
}

.color12 {
  background: #fe816d;
}

.color13 {
  background: #01effc;
}

.color14 {
  background: #5d7227;
}

.color15 {
  background: #ff9944;
}

.color16 {
  background: #5fcbc4;
}

.color17 {
  background: #e38888;
}

.color18 {
  background: #000000;
}

.setting_box_body {
  position: relative;
  background-color: white;
  z-index: 9;
  height: 100vh;
}

@-webkit-keyframes ring-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes ring-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.sec-position {
  position: relative;
  top: -80px;
}

/*=====================
    26.RTL CSS start
==========================*/

.site-reset-password {
  padding: 70px 0;
}

.site-reset-password > p {
  font-size: 32px;
  margin-bottom: 25px;
  color: #222;
  font-weight: 700;
}

.site-reset-password .field-resetpasswordform-password {
  position: relative;
  margin-bottom: 30px;
}

.site-reset-password .help-block {
  position: absolute;
  left: 0;

}


/*=====================
    27.Menu css start
==========================*/


.panel.panel-default .panel-body {
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.panel-body a {
  color: #4F4F4F;
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
  position: relative;
  font-size: 14px;
  font-weight: 300;
  -webkit-flex-basis: 25%;
  flex-basis: 25%;
  margin-right: 0;
}

.panel-body a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 6px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #2D9CDB;
  border-right: 2px solid #2D9CDB;
  transform: rotate(45deg);
  transition: all .3s ease;
}

.sm, .sm ul, .sm li {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  direction: ltr;
  text-align: left;
}

.sm {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

.sm ul {
  display: none;
}

.sm li {
  position: relative;
}

.sm > li > h1 {
  margin: 0;
  padding: 0;
}

.sm > li > h2 {
  margin: 0;
  padding: 0;
}

.sm > li > h3 {
  margin: 0;
  padding: 0;
}

.sm > li > h4 {
  margin: 0;
  padding: 0;
}

.sm > li > h5 {
  margin: 0;
  padding: 0;
}

.sm > li > h6 {
  margin: 0;
  padding: 0;
}

.sm a {
  position: relative;
  display: block;
}

.sm a.disabled {
  cursor: default;
}

.sm * {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.sm *::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.sm *::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.sm::after {
  content: "";
  display: block;
  height: 0;
  font: 0/0 serif;
  clear: both;
  overflow: hidden;
}

.up-text {
  position: relative;
}

.up-text span {
  position: absolute;
  top: -5px;
  right: -10px;
  color: #EF3E33;
  font-size: 12px;
  font-weight: 700;
}


.sm-vertical {
  background-color: #ffffff;
}

@media (min-width: 1200px) {

  .sm-vertical li ul li a .sub-arrow {
    margin-top: -15px !important;
  }

  .mobile-back {
    display: none !important;
  }

}


@media (max-width: 1367px) {

  .panel-body a {
    -webkit-flex-basis: 33.3%;
    flex-basis: 33.3%;
  }
}

/*=====================
    29.Responsive CSS start
==========================*/

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

}


@media (max-width: 1367px) {

  h2 {
    font-size: 32px;
  }

  .title1 .title-inner1 {
    padding-bottom: 10px;
  }

  .title1 .title-inner1:after {
    height: 2px;
  }

  .title3 .line {
    height: 3px;
  }

  .title3 .line:after, .title3 .line:before {
    height: 3px;
  }

  .title3 .title-inner3 {
    margin-bottom: 10px;
  }

  .title4 .title-inner4 {
    padding-bottom: 15px;
  }

  .title1.title5 hr[role="tournament6"] {
    margin: 10px auto 30px auto;
  }

  .blog-details h4 {
    margin-top: 20px;
  }

  .blog-details p {
    font-size: 16px;
  }
}

@media (max-width: 1199px) {

  .title1 h4 {
    padding-bottom: 8px;
  }

  .title1 .title-inner1 {
    padding-bottom: 12px;
    margin-bottom: 25px;
  }


  .title2 h4 {
    padding-bottom: 8px;
  }

  .title2 .title-inner2 {
    margin-bottom: 25px;
  }

  .title3 h4 {
    padding-bottom: 8px;
  }

  .title3 .title-inner3 {
    margin-bottom: 10px;
  }

  .title3 .line {
    margin-bottom: 25px;
  }

  .title4 .title-inner4 {
    padding-bottom: 15px;
  }

  .title4 .line {
    margin-bottom: 25px;
  }

  .form_search {
    display: none;
  }

  .padding-bottom-cls {
    padding-bottom: 30px;
  }

  .layout-8 {
    padding: 0 40px;
  }


  .blog-detail-page .comment-section li {
    padding-top: 45px;
    padding-bottom: 45px;
  }

}


@media (max-width: 991px) {
  h2 {
    font-size: 28px;
  }

  .section-b-space {
    padding-bottom: 30px;
  }

  .small-section {
    padding: 10px 0;
  }

  h4 {
    font-size: 16px;
  }

  .blog-details h4 {
    margin-top: 17px;
    font-size: 13px;
  }

  .blog-details p {
    font-size: 15px;
    line-height: 1.3;
    margin-top: 10px;
  }

  .layout-8 .layout-8-bg {
    padding: 0;
  }

  .alert {
    max-width: 45% !important;
  }

  .login-page .authentication-right {
    height: auto;
  }


  .blog-detail-page .blog-advance ul {
    margin-bottom: 20px;
  }

  .blog-detail-page .blog-advance p:last-child {
    margin-bottom: 0;
  }

  .top-banner-content h4 {
    font-size: 20px;
  }

  .right-login {
    margin-top: 30px;
  }

  .contact-page .map iframe {
    height: 350px;
  }

  .order-up {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .bundle .bundle_img {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .checkout-page .checkout-form .checkout-details {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {

  .absolute_banner {
    margin-bottom: 0;
  }

  .insta-title {
    width: 170px;
    height: 30px;
  }

  .insta-title h4 {
    font-size: 14px;
  }

  .layout3-menu {
    max-width: 100%;
  }

  .section-b-space {
    padding-bottom: 40px;
  }

  .about-cls .service.border-section {
    border-bottom: none;
  }

  .about-cls .service.small-section {
    padding-bottom: 0;
  }

  .box-layout .small-section {
    padding-top: 0;
  }

  .background .col {
    flex-basis: unset;
  }

  .tap-top {
    bottom: 30px;
    right: 20px;
  }

  .blog-detail-page .comment-section li {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .team h2 {
    font-size: 25px;
  }

  .register-page .theme-card {
    padding: 25px;
  }

  .register-page .theme-card .theme-form input {
    margin-bottom: 25px;
    padding: 13px 18px;
  }

  .tab-pane iframe {
    width: 100%;
  }

  .product-order .product-order-detail img {
    height: auto;
  }


}

@media (max-width: 577px) {
  .checkout-details .qty__price .price, .checkout-details .qty__total .price,
  .checkout-details .qty__name p,
  .checkout-details .qty__count {
    font-size: 10px;
  }

  .order-box .total {
    padding: 10px 7px 20px;
  }

  .order-box .total li {
    font-size: 10px;
  }

  .order-box .total li .count {
    font-size: 12px;
  }

  #fb-root {
    display: none;
  }

  .section-b-space {
    padding-bottom: 35px;
  }

  h2 {
    font-size: 24px;
  }

  .search-overlay > div .closebtn {
    top: 15px;
    right: 30px;
  }

  .btn-solid,
  .btn-outline {
    padding: 7px 15px;
  }

  .alert {
    right: 0 !important;
    left: 0;
    max-width: 90% !important;
  }

  .tap-top {
    width: 35px;
    height: 35px;
    padding: 2px;
    font-size: 19px;
  }

  .layout-8 {
    padding: 0 15px;
  }

  .error-section {
    padding: 100px 0;
  }

  .error-section h1 {
    font-size: 100px;
  }

  .error-section h2 {
    margin: 20px 0;
    font-size: 18px;
  }


  .collection-wrapper .order-up {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .title-box {
    padding: 20px 7px;
  }

  .order-box .qty {
    padding: 20px 7px 5px;
  }

  .order-box .title-box .title-box__right div {
    font-size: 10px;
  }

  .padding-cls {
    padding-left: 15px;
    padding-right: 15px;
  }

  .success-text i {
    font-size: 40px;
  }

  .success-text p {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.2;
  }

  .success-text h2 {
    margin-bottom: 10px;
  }

  .order-success-sec > div {
    margin-top: 15px;
  }

  .product-order h3 {
    font-size: 20px;
  }

  .product-order .product-order-detail .order_detail h4,
  .product-order .product-order-detail .order_detail h5 {
    font-size: 14px;
    line-height: 1.2;
  }

  .product-order .total-sec ul li {
    font-size: 16px;
  }

  .product-order .final-total h3 {
    font-size: 16px;
  }

  .bundle .bundle_img .img-box img {
    max-width: 70px;
  }
}


@media (max-width: 480px) {
  .title1 .title-inner1 {
    margin-bottom: 20px;
  }

  .title1.title5 hr[role="tournament6"] {
    margin: 12px auto 20px auto;
  }

  .title2 .title-inner2 {
    margin-bottom: 20px;
  }

  .title3 .line {
    margin-bottom: 20px;
  }

  .title4 .line {
    margin-bottom: 20px;
  }


  .blog-details {
    padding-left: 0;
    padding-right: 0;
  }

  .tab-bg,
  .bg-block {
    padding: 35px 25px 30px 25px;
  }

  .select_input select {
    padding: 12px 15px;
    margin-bottom: 18px;
  }

  .pwd-page {
    padding: 70px 0;
  }

  .pwd-page h2 {
    font-size: 25px;
    margin-bottom: 15px;
  }

  .login-page .authentication-right h6 {
    margin-bottom: 10px;
  }

  .login-page .theme-card {
    padding: 25px;
  }

  .register-page .theme-card {
    padding: 18px;
  }

  .register-page .theme-card .theme-form input {
    margin-bottom: 20px;
    padding: 12px 15px;
  }

  .search-block .btn-solid {
    padding: 10px 15px;
  }

  .contact-page .map iframe {
    height: 275px;
  }

  .contact-page .theme-form input {
    padding: 12px 15px;
    margin-bottom: 18px;
  }

  .success-text h2 {
    font-size: 20px;
  }

  .success-text p {
    font-size: 14px;
  }

}

@media (max-width: 420px) {
  .order-box .title-box .title-box__right div {
    font-size: 8px;
  }

  h2 {
    font-size: 22px;
  }

  .subscribe h4 {
    display: block;
  }


  .blog-details p {
    font-size: 14px;
    line-height: 1.3;
  }


  .breadcrumb-section {
    padding: 15px 0;
  }

  .theme-card.center-align {
    display: unset;
    height: unset;
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
  }

  .team h6 {
    line-height: 15px;
  }

  .login-page .authentication-right p {
    line-height: 1.5;
  }

  .login-page .theme-card .theme-form input {
    padding: 15px 20px;
    margin-bottom: 25px;
  }

  .order-box .sub-total .shipping {
    width: unset;
    float: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .order-box .sub-total .shipping .shopping-option:last-child {
    padding-left: 20px;
  }

  .checkout-page .checkout-form .form-group {
    margin-bottom: 15px;
  }

  .checkout-page .checkout-form input[type="text"], .checkout-page .checkout-form input[type="email"], .checkout-page .checkout-form input[type="password"], .checkout-page .checkout-form input[type="tel"], .checkout-page .checkout-form input[type="number"], .checkout-page .checkout-form input[type="url"] {
    height: 40px;
  }

  .checkout-page .checkout-form select,
  .checkout-page .checkout-form textarea {
    height: 40px;
  }

}

@media (max-width: 360px) {
  .btn-solid,
  .btn-outline {
    padding: 10px 15px;
  }

  h2 {
    font-size: 25px;
  }


  .category-button .col {
    flex-basis: unset;
  }

  .login-page .theme-card {
    padding: 18px;
  }

  .search-block .btn-solid {
    padding: 10px 5px;
  }

  .search-block .form-header .input-group input {
    padding: 10px 12px;
  }

  .contact-page .map iframe {
    height: 200px;
  }

  .product-buttons .btn-solid,
  .product-buttons .btn-outline {
    padding: 7px 16px;
  }

}


.valuebles {
  display: flex;
  justify-content: space-between;
  cursor: default;
  align-items: center;
  content-visibility: auto;
  padding-top: 0;
  order: 2;
}

.valuebles__item {
  width: calc(100% / 3);
  min-height: 350px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.valuebles__item:after {
  content: '';
  min-height: inherit;
  font-size: 0;
}

.valuebles__desk {
  color: #FFF;
  font-size: 30px;
  font-weight: bold;
  max-width: 210px;
  line-height: 1.1;
  padding-left: 28px;
}

.news {
  padding-top: 70px;
  content-visibility: auto;
}

.news .title-inner4 {
  padding-bottom: 50px;
}

.news__items {
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.one-news {
  -webkit-align-self: stretch;
  align-self: stretch;
}

.one-news img {
  min-height: 350px;
}

.news__bottom {
  padding: 20px;
  text-align: center;
}


.one-news__date {
  color: #EF3E33;
  display: block;
  text-align: center;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.one-news__date:hover {
  color: #EF3E33;
  text-decoration: underline;
}

.one-news__title {
  font-size: 16px;
  line-height: 1.3;
  font-weight: bold;
  display: block;
  text-align: center;
  color: #4F4F4F;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.one-news__title:hover {
  opacity: 0.8;
  color: #4F4F4F;

}

.one-news__coments {
  font-size: 12px;
  line-height: 1.3;
  text-align: center;
  margin-top: 7px;
  cursor: pointer;
  color: #4F4F4F;
}

.one-news__coments span {
  padding-right: 3px;
}

.one-news__coments:hover {
  color: #000;
}

.subtitle {
  font-size: 20px;
  color: #4F4F4F;
  margin-bottom: 5px;
}

.products-section .title-inner4 {
  padding-bottom: 50px;
}

.choose-city {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.price {
  position: relative;
  padding-right: 20px;
}

.price span {
  font-size: 12px;
  position: absolute;
  right: 0;
  top: 2px;
}

.uah {
  font-weight: normal;
}

.del .price {
  color: #BDBDBD;
}

.product-price .price {
  font-size: 40px;
  font-weight: bold;
  padding-right: 25px;
}

.product-price .price span {
  font-size: 18px;
  top: 4px;
}

.product-price .del {
  margin-bottom: 15px;
}

.product-price .del .price {
  font-size: 20px;
  font-weight: normal;
  color: #BDBDBD;
  padding-right: 18px;
  position: relative;
}

.product-price .del .price:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #EF3E33;
  top: 48%;
  left: 0;
}

.product-price .del .price span {
  font-size: 12px;
  color: #BDBDBD;
  top: 0;
}


.choose-city__left {
  max-height: 20px;
  margin-right: 10px;
}

.select2-container {
  z-index: 99999;
  text-transform: uppercase;
  background-color: #fff;
  font-size: 12px;
  font-size: 15px;
  border-radius: 10px;
  text-align: left;
  border: 1px solid #F8F8F8;
}

.select2-container--default .select2-selection--single {
  min-height: 50px;
  border: none;

  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  padding: 15px 20px;
  outline: #FFF;
}


.select2-search__field {
  font-size: 16px;
}

.city-modal .select2-selection--single{
  border-radius: 10px !important;
}

.select2-container--open .select2-dropdown--below {
  padding: 5px;
}

.select2.select2-container.select2-container--default.select2-container--below.select2-container--open {
  border: 1px solid #2D9CDB;
}

.select2-dropdown, .select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #F8F8F8;
  outline: #FFF;
  min-height: 40px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #F8F8F8;
  color: #212529;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 12px;
  right: 20px;
}

.select2-results__option {
  font-size: 15px;
  width: 100%;
  text-transform: none;
}

.choose-city__text {
  font-weight: normal;
  color: #2D9CDB;
  text-decoration: underline;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.choose-city__text:hover {
  text-decoration: none;
}

.choose-city__city-name {
  display: block;
  font-weight: bold;
}

.choose-city__city {
  font-size: 12px;
  color: #4F4F4F;
  line-height: 1.2;
}

.autocomplete-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 56px;
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0, 52, 52, 0.3);
  display: flex;
  flex-direction: column;
}

.autocomplete-list li {
  padding: 10px 15px;
}

.autocomplete-list li:hover a {
  color: #ef3e33;
}

.autocomplete-list a {
  color: #262626;
  transition: 0.3s;
}

.autocomplete-list a:hover {
  color: #ef3e33 !important;
}

@media (max-width: 768px) {

  .autocomplete-list {
    width: 96%;
  }
}


.mobile-wishlist a {
  color: #4F4F4F;
  font-size: 25px;
  -webkit-transition: color .3s ease;
  -moz-transition: color .3s ease;
  -ms-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
}

.mobile-wishlist a:hover {
  color: #EF3E33;
}


.row-grey {
  background-color: #F2F2F2;
}

.tab-content > .active {
  padding-top: 15px;
  font-size: 12px;
  line-height: 1.3;
}


.tab-content > .active ul li {
  position: relative;
  padding-left: 25px;
  display: block;
  text-align: left;
}

.tab-content > .active ul li:before {
  height: 2px;
  width: 16px;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
  text-transform: uppercase;
}

.tab-content > .active p {
  font-size: 12px;
  line-height: 1.2;
  text-align: left;
}


.back-to {
  color: #4F4F4f;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 10px;
  transition: color .3s ease;
}

.back-to:hover {
  color: #EF3E33;
}

.back-to i {
  padding-left: 8px;
}


.panel.panel-default a:hover {
  color: #EF3E33;
}


.cart-buttons__right {
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
}

.cart-buttons__left {
  width: 38%;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}

.agree {
  width: 100%;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  padding-right: 30px;
  margin-bottom: 15px;
}

.agree a {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  margin-right: 3px;
}

.agree a:hover {
  text-decoration: underline;
}

.agree p {
  text-align: left;
  margin-bottom: 0;
  line-height: 1.2;
}

.checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 10px 0 0 20px;
}

.checkbox + label {
  position: relative;
  padding: 0 0 0 25px;
  cursor: pointer;
}

.checkbox + label:before {
  content: '';
  position: absolute;
  top: -4px;
  left: 0;
  width: 12px;
  height: 12px;
  border: 1px solid #BDBDBD;
  transition: .2s;
}

.checkbox + label:after {
  content: '';
  position: absolute;
  top: -11px;
  left: 2px;
  width: 8px;
  height: 14px;
  border-bottom: 1px solid #EF3E33;
  border-right: 1px solid #EF3E33;
  opacity: 0;
  transition: .2s;
  transform: rotate(37deg);
}

.checkbox.disabled + label:before {
  border-color: #EF3E33;
}

.checkbox:checked + label:after {
  opacity: 1;
}

.page-item.disabled {
  opacity: 0;
  pointer-events: none;
  font-size: 0;
}

/* ORDERS PAGE START */
.orders .card {
  margin-bottom: 45px;
}

.orders .table__body {
  background-color: #fff;;
}

.orders .card:last-child {
  margin-bottom: 0;
}

.orders .btn {
  padding-left: 40px;
  position: relative;
  color: #4F4F4F;
  font-size: 18px;
  line-height: 1.2;
  font-weight: bold;
  transition: all .3s ease;
}

.orders .btn:hover {
  opacity: 0.8;
}

.orders .btn:before {
  content: "";
  display: block;
  position: absolute;
  height: 15px;
  width: 15px;
  border-top: 1px solid #4F4F4F;
  border-right: 1px solid #4F4F4F;
  left: 0;
  top: 11px;
  transform: rotate(-45deg);
}

.orders .card-header {
  padding: 10px 40px;
}

.orders .card-body {
  padding: 0;
}

.orders .card-body__top {
  padding: 20px 20px 20px 40px;
}

.orders .btn.collapsed:before {
  top: 4px;
  transform: rotate(135deg);
}

.orders .btn p {
  font-size: 18px;
  line-height: 1.2;
  margin: 0;
  display: inline-block;
}

.orders .table {
  margin-bottom: 0;
}

.orders .table__head {
  border-top: 1px solid #F2F2F2;
  border-bottom: 1px solid #F2F2F2;
}

.orders .table__head .table__row {
  padding: 16px 0;
}

.orders .table__head .title {
  text-transform: uppercase;
  margin-left: 40px;
}

.orders .info {
  text-transform: uppercase;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  width: 33%;
}

.orders .info_mob {
  display: none;
}


.orders .table__body .quantity {
  width: 33%;
  height: 100%;
  border-left: 1px solid #F2F2F2;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.orders .table__body .quantity p {
  margin-bottom: 0;
}


.orders .col_l,
.orders .col_r {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}

.orders .table__row {
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}

.orders .table__body .table__row {
  border-bottom: 1px solid #F2F2F2;
}

.orders .col_l {
  width: 65%;
  height: 100%;
}

.orders .col_r {
  width: 35%;
  display: flex;
  -webkit-align-self: stretch;
  align-self: stretch;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}

.orders .table .title {
  margin-bottom: 0;
}

.orders .btn p:last-child {
  margin-left: 5px;
}

.orders .card-header__inner {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  background-color: #fff;
}

.orders .card-header__right {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}

.orders .card-header__label {
  font-size: 12px;
  color: #FFF;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 2px 10px;
  display: inline-block;
}

.orders .card-header__label_new {
  background: #448E2B;
}

.orders .card-header__label_filter {
  background-color: #F2C94C;

}

.orders .card-header__label_done {
  background-color: #2D9CDB;
}

.orders .card-header__label_deleted {
  background-color: #EF3E33;
}

.orders .card-header__code {
  font-size: 14px;
}

.orders .card-header__code span {
  font-weight: bold;
}

.orders .card-header__cards {
  background-color: #F5AFAB;
  padding: 8px 30px;
}

.orders .card-body__top-item {
  width: calc(100% / 3 - 10px);
}

.orders .card-header__cards span {
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  color: #FFF;
  margin-right: 14px;
}

.orders .card-body__top-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.orders .card-body__top-slide {
  display: none;
}

.card-body__top-slide .mark {
  background-color: #FFF;
  text-align: center;
  margin-top: 15px;
}

.card-body__top-slide .mark svg,
.card-body__top-slide .mark span {
  display: inline-block;
  vertical-align: middle;
}

.card-body__top-slide .mark svg {
  margin-left: 4px;
}

.card-body__top-slide img {
  width: auto;
}

.orders .card-body__top-inner:last-child {
  justify-content: flex-start;
  margin-top: 15px;
}

.orders .card-body__top-inner:last-child .col-l {
  margin-right: 25px;
}

.orders .card-body__top-inner:last-child .col-r {
  width: 80%;
}

.orders .card-header__cards.active {
  background-color: #EF3E33;
}


.orders .title {
  font-weight: bold;
  margin-bottom: 5px;
}

.orders .table__footer .table__row:last-child .col_l {
  width: 50%;
}


.orders .table__footer .table__row:last-child .col_r {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  width: 50%;
}

.orders .table__footer .table__row:last-child span {
  padding-left: 12px;
  text-align: right;
}

.card-body__read-more {
  margin: 15px 0 0;
  padding-left: 15px;
  position: relative;
  display: block;
}

.card-body__read-more:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 7px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #2D9CDB;
  transform-origin: center;
  transition: all .3s ease;
}

.card-body__read-more.active:before {
  top: 8px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.card-body__top-form {
  position: relative;
  margin-top: 20px;
}

.card-body__top-form .blue-btn {
  text-transform: uppercase;
  background-color: #FFF;
  padding: 10px 25px;
  margin-top: 15px;
}

.card-body__top-form .btn:before {
  content: none;
}

.card-body__top-form textarea {
  width: 100%;
  height: 115px;
  border: 1px solid #E0E0E0;
}

.card-body__top-form label {
  color: #828282;
  background-color: #fff;
  padding: 0 5px;
  position: absolute;
  margin-bottom: 0;
  font-size: 12px;
  top: -8px;
  left: 10px;
}

.orders .table__footer .table__row:first-child .col_r {
  border-left: 1px solid #F2F2F2;
}


.orders .table__footer .table__row {
  border-bottom: 1px solid #F2F2F2;
  padding: 20px 20px 20px 40px;
}

.orders .table__footer .table__row:first-child {
  padding: 0;
}

.orders .table__footer .table__row:last-child {
  border-bottom: none;
}

.orders .table__footer .table__row:last-child .col-r {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.orders .table__footer .table__row p {
  margin-bottom: 0;
}

.orders .table__footer .table__row span {
  display: inline-block;
  padding-left: 5px;

}

.orders .table__footer-nav {
  padding-left: 40px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.orders .table__footer .total {
  font-weight: bold;
  margin-bottom: 0;
  padding-right: 20px;
  width: 66%;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
}

.orders .table__footer .total_sum {
  width: 33%;
  height: 100%;
  padding: 16px 0;
  font-weight: bold;
  background-color: #F8F8F8;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  color: #448E2B;
}

.orders .table__footer .total_sum p {
  margin-bottom: 0;
  color: #448E2B;
}

.table__footer .col_l {
  display: flex;
  -webkit-align-items: center;
  align-items: center;

}


.orders .table__bottom-info {
  border-top: 1px solid #F2F2F2;
  padding: 20px 40px;
  display: none;
}

.table__bottom-info ol {
  list-style-type: none;
  counter-reset: section;
  padding: 0;
  margin-bottom: 0;
}

.table__bottom-info ol li {
  display: block;
  font-size: 14px;
  position: relative;
  padding-left: 30px;
}

.table__bottom-info ol li.active:before {
  background-color: #EF3E33;
  color: #fff;
  border-color: #EF3E33;
}

.table__bottom-info ol li.active.done:after {
  background-color: #EF3E33;
}

.table__bottom-info ol li.done:before {
  background-color: #fff;
  color: #EF3E33;
  border-color: #EF3E33;
}

.table__bottom-info ol li.done:after {
  background-color: #EF3E33;
}

.table__bottom-info li:before {
  counter-increment: section;
  content: counter(section);
  position: absolute;
  left: 0;
  top: -3px;
  line-height: 1;
  color: #F5AFAB;
  font-weight: bold;
  border: 2px solid #F5AFAB;
  background-color: #FFF;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 22px;
  padding: 2px 3px;
  text-align: center;
  z-index: 3;
}

.table__bottom-info li:after {
  content: "";
  position: absolute;
  left: 10px;
  bottom: -19px;
  display: block;
  width: 2px;
  height: 100%;
  background-color: #F5AFAB;
  z-index: 2;
}

.table__bottom-info li:last-child:after {
  content: none;
}

.orders .table__bottom-info .title {
  margin-bottom: 12px;
}

.orders .card .collapse.show ~ .table__bottom-info {
  display: block;
}


@media (max-width: 480px) {
  .orders .dismiss::after {
    top: 18%;
    right: 191px;
  }
}

/* ORDERS PAGE END */


@media (max-width: 1200px) {
  .orders .dismiss {
    margin-right: 2rem !important;
  }

  .one-news img {
    min-height: 200px;
  }

}


.pagination .page-item.next a,
.pagination .page-item.prev a {
  color: var(--secondary-color);
}

.popup-city.active {
  /* display: none; */
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  pointer-events: auto;
}

.popup-city {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(242, 242, 242, .9);
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;

}

.main-popup {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(242, 242, 242, .9);
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.main-popup.active {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  pointer-events: auto;
}

.popup-city__inner {
  background-color: #FFF;
  padding: 25px 30px 30px;
  position: absolute;
  width: 60%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.popup-city__close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 15px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.popup-city__close.active {
  pointer-events: auto;
  opacity: 1;
  cursor: pointer;
  z-index: 99991;
}

.popup-city__close:hover:before,
.popup-city__close:hover:after {
  background-color: #EF3E33;

}

.popup-city__close:before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 20px;
  background-color: #EF3E33;
  right: 15px;
  top: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: background-color .3s ease;
  -moz-transition: background-color .3s ease;
  -ms-transition: background-color .3s ease;
  -o-transition: background-color .3s ease;
  transition: background-color .3s ease;
}

.popup-city__close:after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 20px;
  background-color: #EF3E33;
  right: 15px;
  top: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: background-color .3s ease;
  -moz-transition: background-color .3s ease;
  -ms-transition: background-color .3s ease;
  -o-transition: background-color .3s ease;
  transition: background-color .3s ease;
}

.popup-city__alert {
  width: 300px;
  height: 200px;
  text-align: center;
  display: none;
  background-color: #F8F8F8;
  border: 1px solid #4f4f4f;
  padding: 35px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 999;
}

@media (max-width: 768px) {
  .popup-city__alert {
    top: 20%;
  }
}

.popup-city__alert button, .popup-city__alert a {
  margin: 0 15px;
  color: #fff;
  background-color: #EF3E33;
  cursor: pointer;
  border: 2px solid #EF3E33;
  padding: 5px 10px;
  min-width: 40px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.popup-city__alert button:hover, .popup-city__alert a:hover {
  background-color: #fff;
  color: #EF3E33;

}

.popup-city__alert a {
  text-decoration: none;
}

.popup-city__alert.active {
  display: block;
}

.popup-city .nav-tabs {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  position: relative;
  z-index: 99999;
}

.popup-city .leaflet-bottom {
  right: auto;
  left: 0;
}

.popup-city .tab-shop {
  text-align: center;
}

.popup-city img {
  max-width: 70px;
  margin-bottom: 10px;
}

.popup-city h5,
.popup-city .filters-wrapper .popup-city__title {
  font-size: 20px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 25px;
  margin-top: 0;
  color: #000000;
}

.popup-city h6 {
  font-size: 16px;
  font-weight: 900;
  text-align: left;
  margin-bottom: 20px;
}

.popup-city__alert h6 {
  text-align: center;

}

.popup-city h6 i {
  color: #F00;
  padding-right: 3px;
}

.popup-city .popup-city__store-title {
  text-align: left;
  font-size: 14px !important;
  font-weight: 900;
  text-transform: none;
  color: #262626;
  margin-bottom: 30px;
}

.popup-city .popup-city__store-title span {
  color: #2D9CDB;
}

.popup-city .popup-city__map .select2-container {
  min-width: 100%;
}

.popup-city__img {
  margin-left: -25px;
}

.popup-city .nav-tabs {
  border-bottom: none;
  margin-top: -38px;
}

.popup-city .nav-tabs .nav-link {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
  border: none;
  color: #4F4F4F;
  background-color: transparent;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;

}

.popup-city .nav-tabs .nav-link:hover,
.popup-city .nav-tabs .nav-link.active {
  color: #F00;
}

.popup-city .filters-header__info {
  position: absolute;
  width: 22px;
  height: 22px;
  padding: 3px;
  right: 15px;
  bottom: 15px;
  border: 1px solid rgba(79, 79, 79, 0.5);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  z-index: 999;
  text-align: center;
}

.popup-city .filters-header__info > img {
  filter: grayscale(1);
}

.popup-city .filters-header__info-data {
  display: none;
  position: absolute;
  text-align: center;
  font-size: 12px;
  padding: 7px 10px 13px;
  width: 200px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #FFF;
  border: 1px solid #4F4F4F;
}

.popup-city .filters-header__info-data a {
  display: inline-block;
  margin-top: 10px;
}

.popup-city .filters-header__info-data img {
  width: 32px;
  height: 20px;
  margin-bottom: 0;
}

.popup-city .filters-header__info-data.active {
  display: block;
}

.popup-city ul {
  text-align: left;
  margin-bottom: 15px;
}

.popup-city ul p {
  font-size: 16px;
}

.popup-city ul b {
  font-weight: normal;
  color: #F00;
}

.popup-city .tab-content > .active ul li:before {
  background-color: #F00;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  top: 5px;
}

.popup-city .tab-content > .active .visicom-suggests li::before {
  display: none;
}

.popup-city .filters__outer {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 20px;
}

.popup-city .filters__street {
  display: none;
}

.popup-city .filters__servise {
  display: none;
}

.popup-city .filters__item {
  text-align: center;
  -webkit-align-self: stretch;
  align-self: stretch;
}

.popup-city .filters__item_m {
  width: calc(50% - 10px);
  position: relative;
}

.popup-city .filters__item_s {
  /*margin: 0 auto;*/
  /* width: calc(100% / 3 - 10px); */
  width: calc(100% / 2 - 10px);
}

.popup-city .filters__item_s--hidden {
  display: none;
}

.popup-city .filters__item.filters__item_m label {
  padding: 15px;
  text-align: left;
}

.popup-city .filters__label_adress-delivery.disabled,
.popup-city .filters__label_self-delivery.disabled {
  pointer-events: none;
  filter: grayscale(1);
}


.popup-city .filters__item.filters__item_m input + label svg {
  margin-left: 0;
}

.popup-city .filters__outer .fieldset {
  position: relative;
  width: calc(50% - 10px);
}

.popup-city .filters__outer .fieldset.fieldset_region {
  width: calc(72% - 10px);
}

.popup-city .filters__outer .fieldset.fieldset_city {
  width: calc(18% - 10px);

}

.popup-city .filters__outer .fieldset.fieldset_flat {
  width: calc(28% - 10px);
  -webkit-align-self: stretch;
  align-self: stretch;
}

.popup-city .filters__outer input {
  border: 1px solid #E0E0E0;
  height: 100%;
  width: 100%;
  padding: 15px 20px;
}

.popup-city .filters__outer input:focus::placeholder {
  /* text-transform: uppercase; */
  opacity: 0;
}

.popup-city .filters__outer .fieldset label {
  position: absolute;
  margin-bottom: 0;
  padding: 2px 3px;
  background-color: #FFF;
  left: 17px;
  top: -8px;
  font-size: 12px;
  z-index: 999999;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  -ms-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.popup-city .filters__outer .fieldset label.active {
  opacity: 1;
}

.popup-city .filters__item input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.popup-city .btn.btn-solid {
  padding: 7px 29px;
}

.popup-city .btn.disabled {
  border-color: #BDBDBD;
  color: #BDBDBD;
  pointer-events: none;

}

.popup-city .filters__item input + label svg,
.popup-city .filters__item input + label span {
  display: block;
  margin: auto;
}

.popup-city .filters__item input + label svg {
  margin-bottom: 12px;
}

.popup-city .filters__item input + label span span {
  color: #828282;
}

.popup-city .filters__item input + label {
  position: relative;
  cursor: pointer;
  text-align: center;
  padding: 15px 15px 30px;
  margin-bottom: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #2D9CDB;

}

.popup-city .filters__item label:before {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 15px;
  height: 15px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #BDBDBD;
}

.popup-city .filters__item label:after {
  content: "";
  display: block;
  position: absolute;
  top: 18px;
  right: 19px;
  width: 7px;
  height: 5px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  /*   -webkit-border-radius: 50%;
          border-radius: 50%; */
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  opacity: 0;
}

.popup-city .filters__item input:checked + label,
.popup-city .filters__item input:focus + label {
  border-color: #EF3E33;
}

.popup-city .filters__item input:checked + label:after {
  opacity: 1;
}

.popup-city .filters__item input:checked + label:before {
  border-color: #EF3E33;
  background-color: #EF3E33;
}

.popup-city .filters__item input:focus + label:after {
  opacity: 1;
}

.popup-city .filters__item input:focus + label:before {
  border-color: #EF3E33;
  background-color: #EF3E33;
}

.popup-city .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0;
}

.popup-city .filters__item_s input + label {
  text-align: left;
  padding: 15px 30px 15px 15px;
  border: 1px solid #2D9CDB;

}


.slide-input {
  border: 1px solid #2D9CDB !important;
}

#street {
  border: none;
}

.popup-city .filters__item_s label:before {
  right: 15px;
  left: auto;
  bottom: auto;
  top: 15px;
  display: none;
}

.popup-city .filters__item_s label:after {
  right: 19px;
  left: auto;
  bottom: auto;
  top: 18px;
}

.popup-city .filters__outer .fieldset select {
  width: 100%;
}

.popup-city .form-control {
  width: calc(50% - 30px);
  text-transform: uppercase;
  background-color: #F8F8F8;
  font-size: 12px;
}

.check-age {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #F2F2F2;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  transition: all .3s ease;
}

.check-age__title {
  font-size: 11px;
  line-height: 1.1;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  margin-bottom: 16px;
}

.check-age__p {
  font-size: 11px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 15px;
  text-align: center;
}

.check-age__input {
  background-color: transparent;

  border: 1px solid #E0E0E0;
  padding: 10px;
  font-weight: 700;
  font-size: 12px;
  margin-bottom: 20px;
  transition: all .3s ease;
}

.product-age-checkout .check-age {
  opacity: 1;
  z-index: 100;
  pointer-events: auto;
}

@media (max-width: 436px) {
  .check-age__input_year {
    margin-top: 5px;
  }
}

.check-age__test-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: 98%;
  margin: 0 auto;
}

.check-age__test-wrapper button {
  padding: 10px;
  height: 30px;
}

.check-age__input:focus {
  border-color: #2D9CDB;
}

.check-age__input:focus::-webkit-input-placeholder {
  opacity: 0;
}

.check-age__input:focus::-moz-placeholder {
  opacity: 0;
}

.check-age__input:focus:-moz-placeholder {
  opacity: 0;
}

.check-age__input:focus:-ms-input-placeholder {
  opacity: 0;
}

.check-age__input::-webkit-input-placeholder {
  font-size: 10px;
  font-weight: 300;
}

.check-age__input::-moz-placeholder {
  font-size: 10px;
  font-weight: 300;
}

.check-age__input:-moz-placeholder {
  font-size: 10px;
  font-weight: 300;
}

.check-age__input:-ms-input-placeholder {
  font-size: 10px;
  font-weight: 300;
}

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

.check-age .btn-solid {
  background-color: transparent;
  font-size: 10px;
}

.popup-city__logo {
  position: relative;
  z-index: 9999;
  pointer-events: none;
}

.popup-city__map {
  display: none;
  padding-top: 320px;
  position: relative;
}

.popup-city__map #map {
  height: 380px;
  width: 100%;

}

.map-body__outer {
  position: absolute;
  top: -73px;
  left: -21px;
  width: 104%;
  height: 100%;
}

.stores__outer {
  max-height: 160px;
  -ms-overflow-y: auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.stores__outer::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  -webkit-appearance: none;
}

.stores__outer::-webkit-scrollbar-track {
  background: #f8f8f8;
}

.stores__outer::-webkit-scrollbar-thumb {
  background: #EF3E33;
}

.form__param {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  display: block;
  margin-bottom: 10px;
}

.form__param:last-child {
  margin-bottom: 0;
}

.form__param input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 10px 0 0 7px;

}

.form__param div:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #CDD1DA;
  border-radius: 50%;
  background: #FFF;
}

.form__param div:after {
  content: '';
  position: absolute;
  top: 7px;
  left: 5px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  opacity: 0;
  transition: .2s;
}

.form__param input:checked + div:after {
  opacity: 1;
}

.form__param input:focus + div:after {
  opacity: 1;
}

.form__param input:checked + div:before {
  border-color: #c32328;
  background-color: #c32328;
}

.form__param input:focus + div:before {
  border-color: #c32328;
  background-color: #c32328;
}


/* MOBILE HEADER START*/

.mobile-logo-icon {
  display: none;
}


.field-profileeditform-phone .input-group .input-group-addon {
  display: none;
}

#profileeditform-phone {
  max-width: 200px;
}

/* MOBILE HEADER END*/

@media (max-width: 1430px) {
  .orders .card-body__top-inner:last-child .col-r {
    width: calc(100% - 195px);
  }

  .orders .card-header__inner {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }

  .orders .card-header__code {
    width: 35%;
    text-align: right;
  }

  .orders .card-header__right {

    margin-top: 15px;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }

}

@media (max-width: 1380px) {

  .popup-city__inner {
    width: 80%;
  }
}

@media (max-width: 991px) {

  .popup-city .nav-tabs {
    margin-top: 0;
  }

  .popup-city .nav-tabs {
    -webkit-justify-content: center;
    justify-content: center;
  }

  .popup-city__logo {
    text-align: center;
    margin-bottom: 5px;
  }

  .map-body__outer {
    top: -108px;
    width: 100%;
    left: 0;
  }

  .popup-city__map {
    padding-top: 300px;
  }

  .popup-city h4 {
    margin-bottom: 20px;
  }

  .popup-city .tab-content > .active {
    padding-top: 7px;
  }

  .popup-city .form-control {
    width: 100%;
    margin-bottom: 15px;
  }

  .popup-city .filters__outer {
    margin-bottom: 20px;
  }

  .popup-city h5 {
    font-size: 16px;
  }

  .cart-buttons__left {
    max-width: 100%;
    width: 100%;
    margin-bottom: 15px;
  }

  .cart-buttons__right {
    display: block;
    max-width: 100%;
    width: 100%;
  }

  .agree {
    width: 100%;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin-bottom: 15px;
  }

  .check-age.active {
    opacity: 1;
    pointer-events: none;
    z-index: 99;
  }
}


@media (max-width: 980px) {
  .valuebles__item {
    min-height: 250px;
  }

  .valuebles__desk {
    font-size: 25px;
    padding-left: 15px;
    max-width: 120px;
  }

  .news__items {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 20px;
  }

  .one-news {
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
  }

  .popup-city .nav-item {
    text-align: center;
  }

}

@media (max-width: 768px) {
  .orders .card-body__top-inner:last-child .col-r {
    width: 100%;
  }

  .valuebles {
    display: block;
  }

  .valuebles__item {
    width: 100%;
    min-height: 200px;
  }

  .sun-block {
    -webkit-justify-content: center;
    justify-content: center;
  }


  .ratio2_3 .bg-size:before {
    padding-top: 50%;
  }

  .service .row {
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;

  }


  .check-out__shop-change {
    margin-bottom: 20px;
  }

  .check-out__shop-change,
  .check-out__shop,
  .check-out__time, .check-out__date {
    width: 100%;
  }

  .payment-box .btn-red {
    min-width: 100%;
    margin-left: 0;
  }

  .breadcrumb-item + .breadcrumb-item {
    text-align: center;
  }

  .map-body__outer {
    top: -83px;

  }

  .map-body__outer #map {
    height: 371px;
  }

  .orders .item.deleted:after,
  .orders .item.done:after,
  .orders .item.edited:after {
    right: 7px;
  }

}


.choose-city__outer {
  display: flex
}

/* search page */


.orders .table__footer-nav {
  padding-left: 40px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 350px) {

  .map-body__outer {
    left: -11px;
  }

  .popup-city__map #map {
    width: 109%;
  }
}


.search-results-section .img-wrapper .bg-size:before {
  padding-top: 127.7777778%;
  content: "";
  display: block;
}


@media (max-width: 767px) {

  .site-reset-password > p {
    font-size: 22px;
  }

  .panel-body a {
    flex-basis: 50%;

  }

  .popup-city .filters__outer {
    display: block;
  }

  .popup-city .filters__outer .fieldset {
    width: 100%;
    margin-bottom: 15px;
  }

  .popup-city .filters__outer .fieldset:last-child {
    margin-bottom: 0;
  }

  .popup-city .filters__outer .fieldset .select2-container {
    min-width: 100%;
  }

  .popup-city .filters__item_m {
    width: 100%;
    margin-bottom: 10px;
  }

  .popup-city .filters__item_m:last-child {
    margin-bottom: 0;
  }

  .popup-city .filters__item input + label svg {
    margin-bottom: 5px;
  }

  .popup-city .filters__item.filters__item_m input + label svg {
    max-height: 25px;
  }

  .filters__servise .filters__outer {
    display: flex;
  }

  .filters__servise .filters__outer_m {
    display: block;
  }

  .popup-city .filters__outer .fieldset.fieldset_region {
    width: 100%;
    margin-bottom: 20px;
  }

  .popup-city .filters__outer .fieldset.fieldset_flat {
    width: 100%;
  }

  .orders .card-header__inner {
    display: block;
  }

  .orders .card-header {
    padding: 14px 25px;
  }

  .orders .btn {
    text-transform: none;
    font-size: 16px;
  }

  .orders .table__row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .orders .table__footer .table__row {
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 20px;
  }

  .table__footer .col_l,
  .table__footer .col_r {
    width: 100%;
  }

  .orders .btn p {
    font-size: 16px;
  }

  .orders .card-header__right {
    width: 100%;
  }

  .orders .card-header__inner {
    position: relative;
  }

  .orders .card-header__label {
    position: absolute;
    top: 0;
    right: 0;
  }

  .orders .btn {
    padding-left: 30px;
  }

  .orders .card-header__code {
    width: 100%;
    text-align: left;
    margin-top: 15px;
  }

  .orders .table__footer .total {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding-right: 5px;
    padding-left: 20px;
  }

  .orders .table__footer-nav {
    padding: 20px;
  }

  .orders .table__footer .col_r {
    border-left: none;
    border-bottom: 1px solid #F2F2F2;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }

  .orders .table__footer .table__row:last-child .col_r {
    border-bottom: none;
    margin-bottom: 10px;
    width: 100%;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }

  .orders .table__bottom-info {
    padding: 20px;
  }

  .orders .table__footer .table__row:last-child .col_l {
    width: 100%;
  }

  .orders .table__head .title {
    margin-left: 20px;
  }

  .orders .item {
    padding: 15px 20px;
  }

  .orders .card-body__top {
    padding: 20px;
  }

  .orders .table__footer .total_sum {
    width: 36%;
  }

}

@media (max-width: 480px) {


  .orders .table__footer-nav {
    width: 100%;
    padding: 0 20px;
  }

  .orders .dismiss,
  .orders .repeat {
    display: block;
    margin: 0;
    padding: 15px 22px;
  }

  .orders .dismiss {
    border-bottom: 1px solid #F2F2F2;
  }

  .orders .table__head .col_r {
    display: none;
  }

  .orders .card-body__top-item {
    width: 100%;
  }

  .orders .info_mob {
    display: block;
    width: 100%;
    color: #828282;
    text-align: left;
  }

  .orders .table__body .col_l {
    width: 100%;
  }

  .orders .table__body .col_r {
    width: 100%;
    padding: 0 20px;
  }

  .orders .table__body .quantity {
    border: none;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }

  .orders .table__body .table__row {
    padding-bottom: 15px;
  }

  .orders .card-header__cards span {
    margin-right: 5px;
  }

  .orders .card-header__cards {
    padding: 7px;
  }

  .orders .card-header {
    padding: 7px 15px;
  }

  .orders .card-header__cards span {
    font-size: 8px;
  }
}

@media (max-width: 767px) {
  .check-out__shop-outer,
  .check-out__time-block-in {
    display: block;
  }

  .check-out__time select.form-control .help-block-error {
    bottom: -12px;
  }

  .popup-city__inner {
    width: 95%;
    height: 95%;
    padding: 20px 20px 100px;
    -ms-overflow-y: auto;
    overflow-y: auto;
  }

  .popup-city__logo {
    margin-bottom: 0;
  }

  .popup-city ul {
    margin-bottom: 5px;
  }

  .popup-city img {
    max-width: 85px;
  }

  .popup-city h5 {
    margin-bottom: 15px;
  }

  .popup-city h6 {
    margin-bottom: 10px;
  }

  .tab-content > .active p {
    font-size: 12px;
    line-height: 1.1;
    margin-bottom: 7px;
  }

  .tab-content > .active a.btn-solid {
    padding: 7px 29px;
  }

  #customerform-phone {
    max-width: 100%;
  }

  #customerform-email {
    max-width: 100%;
  }

}

@media (max-width: 577px) {

  .check-age .btn-solid {
    padding: 13px;
  }

  .popup-city .filters__item input + label svg, .popup-city .filters__item input + label span {
    margin-left: 0;
  }

  .popup-city .filters__item_s {
    width: 100%;
  }

  .popup-city .filters__item_s input + label {
    padding: 10px 17px 10px 10px;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
  }

  .popup-city .filters__outer .fieldset {
    margin-bottom: 15px;
  }

  .popup-city .filters__outer {
    margin-bottom: 15px;
    flex-direction: column;
  }

  .popup-city .filters__item_s label:before {
    right: 8px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .popup-city .filters__item_s label:after {
    right: 14px;
    top: 43%;
    -webkit-transform: rotate(45deg) translateY(-50%);
    -moz-transform: rotate(45deg) translateY(-50%);
    -ms-transform: rotate(45deg) translateY(-50%);
    -o-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
  }

  .popup-city .filters__item_m {
    margin-bottom: 15px;
  }

  .popup-city .filters__outer .fieldset.fieldset_region {
    margin-bottom: 15px;
  }
}

@media (max-width: 540px) {
  #profileeditform-phone {
    max-width: 100%;
  }

  .mob_bg {
    background-color: #FFF;
  }

  .choose-city__outer {
    background-color: #F2F2F2;
    width: 100%;
  }

  .choose-city {
    max-width: 100%;
  }

  .mobile-wishlist {
    display: none;
  }

  .mobile-cart {
    display: none;
  }

  .mobile-logo-icon {
    display: block;
  }

}


@media (max-width: 480px) {
  .popup-city img {
    max-width: 60px;
  }

  .popup-city .nav-tabs .nav-link {
    font-size: 10px;
  }

  .popup-city h5 {
    line-height: 14px;
    font-size: 12px;
  }

  .popup-city .form-control {
    margin-bottom: 10px;
  }

  .popup-city h6 {
    font-size: 12px;
  }

  .stores__outer {
    max-height: 27vh;
    transform: translateZ(0);
  }

  .box.ov-h {
    -ms-overflow-x: hidden;
    overflow-x: hidden;
  }

  .box-body.ov-a {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .box-body.ov-a::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    -webkit-appearance: none;
  }

  .box-body.ov-a::-webkit-scrollbar-track {
    background: #f8f8f8;
  }

  .box-body.ov-a::-webkit-scrollbar-thumb {
    background: #EF3E33;
  }

  .col-lg-9.ov-h {
    -ms-overflow-x: hidden;
    overflow-x: hidden;
  }

  .col-lg-9.ov-h .grid-view {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .col-lg-9.ov-h .grid-view::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    -webkit-appearance: none;
  }

  .col-lg-9.ov-h .grid-view::-webkit-scrollbar-track {
    background: #f8f8f8;
  }

  .col-lg-9.ov-h .grid-view::-webkit-scrollbar-thumb {
    background: #EF3E33;
  }

}


@media (max-width: 360px) {

  .upper-box {
    padding: 0 15px;
  }
}

.product-slick .blur-up {
  width: 100%;
}


