@charset "UTF-8";
:root {
  --main-color-bl: #0F4C86;
  --hover-color-bl: #135EA4;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}

.content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 100%;
  overflow: hidden;
  margin-top: 95px !important;
}

@media (max-width: 575.98px) {
  .content {
    margin-top: 74px !important;
  }
  .content.product_page {
    margin-top: 49px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .content {
    margin-top: 74px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .content {
    margin-top: 74px !important;
  }
}

body.woocommerce-checkout .content {
  background-color: #f1f0ee;
  margin-bottom: 0;
  padding-bottom: 30px;
}

body.woocommerce-checkout footer {
  display: none;
}

button {
  outline: none !important;
}

.btn-close {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

input:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
}

.slick-slide {
  outline: none !important;
}

/* bootstrap hack: fix content width inside hidden tabs */
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: block;
  width: 100%;
  height: 0;
}

.tab-content > .active,
.pill-content > .active {
  height: auto;
  /* let the content decide it  */
}

/* bootstrap hack end */
/*pagination*/
.pagination {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 46px;
}

.pagination .page-item.active .page-link {
  color: #FFFFFF;
  background: #183c67;
}

.pagination .page-item .page-link {
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: #261B0F;
  border: 1px solid #7C8285;
  border-radius: 4px;
  width: 50px;
  height: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 575.98px) {
  .pagination .page-item .page-link {
    width: 40px;
    height: 40px;
  }
}

/*pagination*/
/*breadcrumb*/
.breadcrumb {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 10px;
}

.breadcrumb .breadcrumb-item {
  color: #525454;
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
}

.breadcrumb .breadcrumb-item::before {
  color: var(--main-color-bl);
}

.breadcrumb .breadcrumb-item a {
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  color: var(--main-color-bl);
  text-decoration: none;
}

.breadcrumb .breadcrumb-item.active {
  color: var(--main-color-bl);
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
}

.breadcrumb .breadcrumb-item.active::before {
  color: #525454;
}

/*breadcrumb*/
/*header*/
header {
  height: 95px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  background: #fff;
  border-bottom: 1px solid #D0D0D0;
}

@media (max-width: 575.98px) {
  header {
    padding: 0px 21px;
    margin-bottom: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 74px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  header {
    padding: 0px 21px;
    margin-bottom: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 74px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  header {
    padding: 0px 21px;
    margin-bottom: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 74px;
  }
}

header .container .row {
  height: 95px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 575.98px) {
  header .container .row {
    height: auto;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  header .container .row {
    height: auto;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  header .container .row {
    height: auto;
  }
}

header .row {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

@media (max-width: 575.98px) {
  header .nav {
    display: none;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  header .nav {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  header .nav {
    display: none;
  }
}

header .nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

header .nav ul li a {
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  color: #4F4F4F;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

header .nav ul li a:hover {
  color: #135ea4;
}

header .controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

@media (max-width: 575.98px) {
  header .controls {
    display: none;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  header .controls {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  header .controls {
    display: none;
  }
}

header .controls .search {
  margin-right: 26px;
  cursor: pointer;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  header .controls .search {
    margin-right: 8px;
  }
}

header .controls .user {
  margin-right: 26px;
  position: relative;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  header .controls .user {
    margin-right: 8px;
  }
}

header .controls .profile {
  margin-right: 12px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  header .controls .profile {
    margin-right: 8px;
  }
}

header .controls .compare {
  margin-right: 26px;
  position: relative;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  header .controls .compare {
    margin-right: 8px;
  }
}

header .controls .compare .compare-counter {
  position: absolute;
  top: -7px;
  right: -8px;
  width: 21px;
  height: 21px;
  background: var(--main-color-bl);
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
}

header .controls .wishlist {
  margin-right: 26px;
  position: relative;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  header .controls .wishlist {
    margin-right: 8px;
  }
}

header .controls .wishlist .wishlist-counter {
  position: absolute;
  top: -7px;
  right: -8px;
  width: 21px;
  height: 21px;
  background: var(--main-color-bl);
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
}

header .controls .bag {
  margin-right: 19px;
  position: relative;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  header .controls .bag {
    margin-right: 12px;
  }
}

header .controls .bag .count {
  position: absolute;
  top: -7px;
  right: -8px;
  width: 21px;
  height: 21px;
  background: var(--main-color-bl);
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
}

header .controls .lang {
  margin-right: 11px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  header .controls .lang {
    margin-right: 8px;
  }
}

header .controls .lang #language_list .dropdown-toggle {
  display: block;
}

header .controls .lang #language_list .dropdown-toggle img {
  width: 28px;
  height: 28px;
}

header .controls .lang #language_list .dropdown-toggle::after {
  display: none;
}

header .controls .lang #language_list .dropdown-menu {
  padding: 10px 10px 0px;
  min-width: 120px;
  border-radius: 0;
}

header .controls .lang #language_list .dropdown-menu li {
  color: #565555;
  font-size: 12px;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

header .controls .lang #language_list .dropdown-menu li img {
  width: 24px;
  height: 24px;
}

header .controls .lang #language_list .dropdown-menu li a {
  color: #565555;
  font-size: 12px;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

header .controls .communication {
  background: #00B1FF;
  width: 55px;
  height: 74px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  padding-bottom: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all .3s;
  transition: all .3s;
}

header .controls .communication svg {
  z-index: 2;
}

header .controls .communication:hover {
  cursor: pointer;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}

header .controls .communication::after {
  position: absolute;
  background: #00B1FF;
  top: -5px;
  content: '';
  width: 55px;
  height: 5px;
}

@media (max-width: 575.98px) {
  header .controls .communication::after {
    display: none;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  header .controls .communication::after {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  header .controls .communication::after {
    display: none;
  }
}

header .search-container {
  position: relative;
  opacity: 1;
  background-color: #f5f5f5;
}

header .search-container .container .row {
  height: unset;
}

header .search-field {
  position: absolute;
  display: none;
  left: 0;
  top: 0px;
  z-index: 9;
  opacity: 1;
  background-color: #f5f5f5;
  padding: 2rem;
}

@media (max-width: 575.98px) {
  header .search-field {
    top: 75px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  header .search-field {
    top: 75px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  header .search-field {
    top: 75px;
  }
}

header .search-field .header_search_input {
  border: 1px solid #4F4F4F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FFFFFF;
  height: 48px;
  max-width: 38.25rem;
  margin: 0 auto 3rem auto;
}

header .search-field .header_search_result {
  overflow-y: scroll;
  height: auto;
  max-height: 21.25rem;
  max-width: 38.25rem;
  margin: 0 auto;
}

header .search-field .header_search_result .header_search_result_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.25rem 0;
  border-top: 0.0625rem solid #bbbbbb;
  text-decoration: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .search-field .header_search_result .header_search_result_item .search_img_parent {
  max-width: 150px;
  margin-right: 15px;
}

@media (max-width: 575.98px) {
  header .search-field .header_search_result .header_search_result_item .search_img_parent {
    max-width: 70px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  header .search-field .header_search_result .header_search_result_item .search_img_parent {
    max-width: 70px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  header .search-field .header_search_result .header_search_result_item .search_img_parent {
    max-width: 70px;
  }
}

header .search-field .header_search_result .header_search_result_item .search_img_parent img {
  max-width: 100%;
  height: auto;
}

header .search-field .header_search_result .header_search_result_item .header_search_result_title {
  font-size: 14px;
  line-height: 16px;
  color: #4F4F4F;
}

header .search-field input[type=search] {
  width: 100%;
  border: none;
  border-radius: 0px;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: #C4C4C4;
  outline: none;
  padding-left: 10px;
}

header .search-field input[type=search]::-webkit-input-placeholder {
  color: #C4C4C4;
}

header .search-field input[type=search]:-ms-input-placeholder {
  color: #C4C4C4;
}

header .search-field input[type=search]::-ms-input-placeholder {
  color: #C4C4C4;
}

header .search-field input[type=search]::placeholder {
  color: #C4C4C4;
}

header .search-field svg {
  margin-right: 26px;
  cursor: pointer;
}

@media (max-width: 575.98px) {
  header .search-field svg {
    margin-right: 10px;
  }
}

.wd-search-full-screen {
  position: fixed;
  z-index: 400;
  background-color: #fff;
  -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 14px rgba(0, 0, 0, 0.08);
  -webkit-transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.5s, -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.5s, -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.5s, transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.5s, transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
  opacity: 0;
  right: 0;
  bottom: 0;
  left: 0;
  top: 100px;
}

.wd-search-full-screen.wd-opened {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
  -webkit-transition: opacity 0s, -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0s, -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0s, transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0s, transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.wd-search-full-screen .wd-close-search {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1;
}

.wd-search-full-screen .wd-close-search a {
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

@media (max-width: 991.98px) {
  .wd-search-full-screen .wd-close-search a {
    width: 60px;
    height: 60px;
    padding: 0;
    margin: 0;
  }
}

.wd-search-full-screen .wd-close-search a svg {
  width: 55px;
}

.wd-search-full-screen .searchform {
  padding-right: 100px;
  padding-left: 100px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.105);
  color: #333;
}

@media (max-width: 991.98px) {
  .wd-search-full-screen .searchform {
    padding-right: 60px;
    padding-left: 0px;
  }
}

.wd-search-full-screen .searchform input[type="text"] {
  padding: 0;
  height: 110px;
  border: none;
  text-align: center;
  font-weight: 600;
  font-size: 48px;
  max-width: 100%;
  width: 100%;
}

@media (max-width: 991.98px) {
  .wd-search-full-screen .searchform input[type="text"] {
    height: 60px;
    font-size: 20px;
  }
}

.wd-search-full-screen .searchform .searchsubmit {
  display: none;
}

.wd-search-full-screen .search-info-text {
  margin-top: 10px;
  padding: 0 15px;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  color: #777777;
}

.wd-search-full-screen .search-info-text .wd-search-loader {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1002;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  visibility: hidden;
  background-color: rgba(var(--bgcolor-white-rgb), 0.8);
  opacity: 0;
  -webkit-transition: opacity 0.2s cubic-bezier(0.19, 1, 0.22, 1), visibility 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.2s cubic-bezier(0.19, 1, 0.22, 1), visibility 0.2s cubic-bezier(0.19, 1, 0.22, 1);
}

.wd-search-full-screen .search-info-text .wd-search-loader.wd-fill {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1), visibility 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1), visibility 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.wd-search-full-screen .search-info-text .wd-search-loader.wd-fill:after {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  border: 1px solid #0000001f;
  border-left-color: #242424;
  border-radius: 50%;
  vertical-align: middle;
  -webkit-animation: wd-rotate 450ms infinite linear;
          animation: wd-rotate 450ms infinite linear;
}

.mobil_nav #sidebarMenu {
  position: absolute;
  left: 0;
  width: 100%;
  max-width: 320px;
  margin-top: 0px;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  height: 100vh;
  min-height: 450px;
  -webkit-transition: -webkit-transform 250ms ease-in-out;
  transition: -webkit-transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 99;
  top: 74px;
}

.mobil_nav #sidebarMenu .data {
  min-height: 100%;
  background: #fff;
  padding: 0px;
  border-right: 1px solid #D0D0D0;
}

.mobil_nav #sidebarMenu .data .sidebarMenuInner {
  margin: 0;
  padding: 0;
  padding-top: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.mobil_nav #sidebarMenu .data .sidebarMenuInner .controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 57px;
}

.mobil_nav #sidebarMenu .data .sidebarMenuInner .controls .search {
  margin-right: 21px;
}

.mobil_nav #sidebarMenu .data .sidebarMenuInner .controls .profile {
  margin-right: 16px;
}

.mobil_nav #sidebarMenu .data .sidebarMenuInner .controls .compare {
  margin-right: 16px;
}

.mobil_nav #sidebarMenu .data .sidebarMenuInner .controls .bag {
  margin-right: 24px;
}

.mobil_nav #sidebarMenu .data .sidebarMenuInner .controls .lang {
  margin-right: 28px;
}

.mobil_nav #sidebarMenu .data .sidebarMenuInner .controls .communication {
  height: 50px;
}

.mobil_nav #sidebarMenu .data .sidebarMenuInner .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mobil_nav #sidebarMenu .data .sidebarMenuInner .nav ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.mobil_nav #sidebarMenu .data .sidebarMenuInner .nav ul li {
  padding: 0px;
  border-top: 1px solid #D0D0D0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mobil_nav #sidebarMenu .data .sidebarMenuInner .nav ul li a {
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  text-transform: capitalize;
  color: #183B67;
  padding: 17px 27px;
  width: 100%;
  text-align: left;
}

.mobil_nav input[type="checkbox"]:checked ~ #sidebarMenu {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.mobil_nav input[type=checkbox] {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
}

.mobil_nav .sidebarIconToggle {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  position: absolute;
  z-index: 99;
  height: 100%;
  width: 100%;
  top: 10px;
  right: 17px;
  height: 40px;
  width: 40px;
  z-index: 999;
  padding: 15px 7px;
}

.mobil_nav .sidebarIconToggle svg {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.mobil_nav .spinner {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  height: 3px;
  border-radius: 30px;
  width: 100%;
  background-color: var(--main-color-bl);
}

.mobil_nav .horizontal {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  float: left;
  margin-top: 4px;
}

.mobil_nav .diagonal.part-1 {
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
}

.mobil_nav .diagonal.part-2 {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  float: left;
  margin-top: 4px;
}

.mobil_nav input[type=checkbox]:checked ~ .sidebarIconToggle {
  opacity: 1;
  width: 40px;
  height: 40px;
  right: 8px;
}

.mobil_nav input[type=checkbox]:checked ~ .sidebarIconToggle > .horizontal {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
}

.mobil_nav input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-1 {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  margin-top: 11px;
}

.mobil_nav input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  margin-top: -10px;
}

/*header*/
/*footer*/
footer {
  padding: 60px 0px;
  background: #000000;
  margin-top: 100px;
}

@media (max-width: 575.98px) {
  footer {
    padding: 40px 15px;
    margin-top: 30px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  footer {
    padding: 46px 46px;
    margin-top: 30px;
  }
}

footer .item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
}

@media (max-width: 575.98px) {
  footer .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  footer .item:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  footer .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
  footer .item:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .item.footer_logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 20px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  footer .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
  footer .item.footer_logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  footer .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
  footer .item.footer_logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 20px;
  }
}

@media (max-width: 575.98px) {
  footer .copyright {
    margin-top: 16px;
    color: #fff;
    font-size: 14px;
    margin-bottom: 18px;
  }
}

@media (max-width: 575.98px) {
  footer .footer_nav {
    margin-bottom: 28px;
  }
}

footer .footer_nav .title {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #FFFFFF;
  margin-bottom: 33px;
}

@media (max-width: 575.98px) {
  footer .footer_nav .title {
    font-family: Roboto;
    font-size: 18px;
    font-weight: 500;
    line-height: 21px;
    margin-bottom: 16px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  footer .footer_nav .title {
    margin-bottom: 6px;
  }
}

footer .footer_nav ul {
  margin-bottom: 0px;
}

footer .footer_nav ul li {
  margin-bottom: 4px;
}

footer .footer_nav ul li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #FFFFFF;
  text-decoration: none;
}

footer .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .social a {
  margin-right: 20px;
}

@media (max-width: 575.98px) {
  footer .social a {
    margin-left: 0px;
    margin-right: 20px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  footer .social a {
    margin-left: 0px;
    margin-right: 20px;
  }
}

footer .social a svg {
  width: 32px;
  height: 32px;
}

footer .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 56px;
}

@media (max-width: 575.98px) {
  footer .info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 24px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  footer .info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 24px;
  }
}

footer .info .copyright {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #FFFFFF;
}

@media (max-width: 575.98px) {
  footer .info .copyright {
    font-size: 12px;
    line-height: 14px;
    margin-top: 38px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  footer .info .copyright {
    font-size: 12px;
    line-height: 14px;
    margin-top: 38px;
  }
}

/*footer*/
.promo {
  margin-bottom: 74px;
}

@media (max-width: 575.98px) {
  .promo {
    margin-bottom: 6px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .promo {
    margin-bottom: 6px;
  }
}

@media (max-width: 575.98px) {
  .promo.desktop {
    display: none;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .promo.desktop {
    display: none;
  }
}

.promo.mobile {
  display: none;
}

@media (max-width: 575.98px) {
  .promo.mobile {
    display: block;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .promo.mobile {
    display: block;
  }
}

.promo .slick-slide img {
  display: block;
  margin: 0 auto;
  min-height: 285px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 575.98px) {
  .promo .slick-slide img {
    min-height: 120px;
  }
}

.promo .slick-dots {
  bottom: 5px;
}

.promo .slick-dots li {
  width: 35px;
}

.promo .slick-dots li.slick-active {
  width: 44px;
}

.promo .slick-dots li.slick-active button::before {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='41' height='6' viewBox='0 0 41 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 3L38 3' stroke='%230F4C86' stroke-width='5' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  width: 44px;
  opacity: 1;
}

.promo .slick-dots li button::before {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='6' viewBox='0 0 26 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 3H23' stroke='white' stroke-width='5' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  width: 35px;
  opacity: 1;
}

.front_page .slide a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.front_page .slide:nth-child(2) {
  display: none;
}

.front_page .category .item {
  margin-bottom: 10px;
}

@media (max-width: 575.98px) {
  .front_page .category .item {
    margin-bottom: 5px;
  }
}

.front_page .category .item .category-image {
  height: 280px;
  position: relative;
}

@media (max-width: 767.98px) {
  .front_page .category .item .category-image {
    height: auto;
  }
}

.front_page .category .item .mob {
  display: none;
  height: 146px;
}

@media (max-width: 575.98px) {
  .front_page .category .item .mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .front_page .category .item .mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 180px;
  }
}

.front_page .category .item img.img-fluid {
  -o-object-fit: fill;
     object-fit: fill;
  max-height: 100%;
  max-width: 100%;
  height: 100%;
  width: 100%;
  opacity: 1;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  position: absolute;
}

@media (max-width: 767.98px) {
  .front_page .category .item img.img-fluid {
    position: relative;
    max-height: auto;
    height: auto;
  }
}

.front_page .category .item img.img-fluid:hover {
  opacity: 0;
}

@media (max-width: 767.98px) {
  .front_page .category .item img.img-fluid:hover {
    opacity: 1;
  }
}

.front_page .category .item img.img-hover {
  -o-object-fit: fill;
     object-fit: fill;
  max-height: 100%;
  max-width: 100%;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  position: absolute;
}

@media (max-width: 767.98px) {
  .front_page .category .item img.img-hover {
    display: none;
  }
}

.front_page .category .item img.img-hover:hover {
  opacity: 1;
}

.front_page .result .nav {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  border-top: 1px solid #D0D0D0;
  margin-top: 80px;
  padding-top: 52px;
  margin-bottom: 34px;
}

@media (max-width: 575.98px) {
  .front_page .result .nav {
    margin-top: 26px;
    padding-top: 22px;
    margin-bottom: 22px;
  }
}

.front_page .result .nav .nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.front_page .result .nav .nav-item:first-child:after {
  content: '•';
  font-weight: 500;
  font-size: 36px;
  line-height: 42px;
  color: #525454;
}

@media (max-width: 575.98px) {
  .front_page .result .nav .nav-item:first-child:after {
    display: none;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .front_page .result .nav .nav-item:first-child:after {
    display: none;
  }
}

.front_page .result .nav .nav-item .nav-link {
  font-size: 36px;
  line-height: 42px;
  text-align: center;
  text-transform: uppercase;
  color: #525454;
  border: none;
}

@media (max-width: 575.98px) {
  .front_page .result .nav .nav-item .nav-link {
    font-size: 28px;
    line-height: 33px;
    padding-bottom: 0px;
    padding-top: 0px;
  }
}

.front_page .result .nav .nav-item .nav-link.active {
  font-weight: 500;
  color: var(--hover-color-bl);
}

.front_page .result .tab-content {
  padding-bottom: 62px;
  overflow: hidden;
}

@media (max-width: 575.98px) {
  .front_page .result .tab-content {
    padding-bottom: 36px;
  }
}

.front_page .result .tab-content .product_list {
  margin: 0px -2px;
}

.front_page .result .tab-content .product_list .product_item {
  padding-bottom: 20px;
  width: 100%;
}

.front_page .result .tab-content .product_list .product_item .info .button-group {
  display: none;
}

.front_page .result .tab-content .item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.front_page .result .tab-content .item .image img {
  max-width: 494px;
  max-height: 473px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 575.98px) {
  .front_page .result .tab-content .item .image img {
    max-width: 248px;
  }
}

.front_page .result .tab-content .item .wishlist {
  display: none;
}

.front_page .result .tab-content .item .compare {
  display: none;
}

.front_page .result .tab-content .data {
  margin-top: 66px;
}

@media (max-width: 575.98px) {
  .front_page .result .tab-content .data {
    margin: 0 auto;
    margin-top: 29px;
  }
}

.front_page .result .tab-content .data .title a {
  font-weight: bold;
  font-size: 45px;
  line-height: 53px;
  text-transform: uppercase;
  color: #003D6E;
  margin-bottom: 26px;
  text-decoration: none;
  display: block;
}

@media (max-width: 575.98px) {
  .front_page .result .tab-content .data .title a {
    font-family: Roboto;
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0em;
    margin-bottom: 10px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .front_page .result .tab-content .data .title a {
    font-family: Roboto;
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0em;
    margin-bottom: 10px;
  }
}

.front_page .result .tab-content .data .title a .model {
  font-weight: 400;
}

.front_page .result .tab-content .data .desc {
  margin-bottom: 33px;
}

@media (max-width: 575.98px) {
  .front_page .result .tab-content .data .desc {
    margin-bottom: 10px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .front_page .result .tab-content .data .desc {
    margin-bottom: 10px;
  }
}

.front_page .result .tab-content .data .desc ul {
  padding-left: 28px;
  list-style: none;
}

@media (max-width: 575.98px) {
  .front_page .result .tab-content .data .desc ul {
    padding-left: 0px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .front_page .result .tab-content .data .desc ul {
    padding-left: 0px;
  }
}

.front_page .result .tab-content .data .desc ul li {
  font-size: 18px;
  line-height: 21px;
  color: #525454;
}

@media (max-width: 575.98px) {
  .front_page .result .tab-content .data .desc ul li {
    font-size: 14px;
    line-height: 16px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .front_page .result .tab-content .data .desc ul li {
    font-size: 14px;
    line-height: 16px;
  }
}

.front_page .result .tab-content .data .btn_gr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .front_page .result .tab-content .data .btn_gr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media (max-width: 575.98px) {
  .front_page .result .tab-content .data .btn_gr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.front_page .result .tab-content .data .btn_gr a {
  width: 290px;
  height: 50px;
  background: var(--main-color-bl);
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFFFFF;
  margin-right: 25px;
  border: none;
  text-decoration: none;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

@media (max-width: 575.98px) {
  .front_page .result .tab-content .data .btn_gr a {
    width: 100%;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .front_page .result .tab-content .data .btn_gr a {
    margin-top: 10px;
  }
}

.front_page .result .tab-content .data .btn_gr a:hover {
  background: var(--hover-color-bl);
}

.front_page .result .tab-content .data .btn_gr .option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 575.98px) {
  .front_page .result .tab-content .data .btn_gr .option {
    margin-top: 20px;
  }
}

.front_page .result .tab-content .data .btn_gr .option .item {
  margin-right: 20px;
}

@media (max-width: 575.98px) {
  .front_page .result .tab-content .data .btn_gr .option .item {
    margin-right: 17px;
  }
}

.front_page .result .tab-content .data .btn_gr .option .item:last-child {
  margin-right: 0px;
}

@media (max-width: 575.98px) {
  .front_page .result .tab-content .data .btn_gr .option .item svg {
    width: 50px;
    height: 50px;
  }
}

.front_page .service {
  background: var(--main-color-bl);
  padding: 60px 0px;
}

@media (max-width: 575.98px) {
  .front_page .service {
    padding: 40px 15px;
  }
}

.front_page .service .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 575.98px) {
  .front_page .service .icon {
    display: none;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .front_page .service .icon {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .front_page .service .icon {
    display: none;
  }
}

.front_page .service .title {
  font-family: Roboto;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  color: #fff;
  width: 100%;
  max-width: 692px;
  margin-bottom: 16px;
}

.front_page .service .desc {
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  color: #fff;
  width: 100%;
  max-width: 692px;
  margin-bottom: 12px;
  display: inline-block;
}

.front_page .service .link {
  margin-top: 15px;
}

.front_page .service .link a {
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  text-decoration: none;
  color: #525454;
  padding: 10px 24px;
  background-color: #fff;
  border-radius: 5px;
  text-transform: uppercase;
}

.home footer {
  margin-top: 0;
}

.pluses {
  margin-bottom: 70px;
}

@media (max-width: 575.98px) {
  .pluses {
    margin-bottom: 20px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pluses {
    margin-bottom: 20px;
  }
}

.pluses .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}

@media (max-width: 575.98px) {
  .pluses .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 27px;
    max-width: 278px;
    margin: 0 auto;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pluses .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 27px;
    margin: 0 auto;
  }
}

.pluses .item .icon {
  margin-right: 20px;
}

@media (max-width: 575.98px) {
  .pluses .item .icon {
    margin-right: 19px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pluses .item .icon {
    margin-right: 19px;
  }
}

@media (max-width: 575.98px) {
  .pluses .item .icon svg {
    width: 60px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pluses .item .icon svg {
    width: 60px;
  }
}

.pluses .item .text {
  margin-top: 6px;
}

@media (max-width: 575.98px) {
  .pluses .item .text {
    margin-top: 14px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pluses .item .text {
    margin-top: 14px;
  }
}

.pluses .item .text .title {
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
  color: #525454;
}

@media (max-width: 575.98px) {
  .pluses .item .text .title {
    font-size: 18px;
    line-height: 21px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pluses .item .text .title {
    font-size: 18px;
    line-height: 21px;
  }
}

.pluses .item .text .data {
  font-size: 16px;
  line-height: 21px;
  color: #525454;
  margin-top: -3px;
}

@media (max-width: 575.98px) {
  .pluses .item .text .data {
    font-size: 14px;
    line-height: 16px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pluses .item .text .data {
    font-size: 14px;
    line-height: 16px;
  }
}

.size {
  margin-top: 98px;
}

@media (max-width: 575.98px) {
  .size {
    margin-top: 24px;
  }
}

.size .title_block {
  margin-bottom: 36px;
}

@media (max-width: 575.98px) {
  .size .title_block {
    margin-bottom: 10px;
  }
}

.size .title_block h2 {
  font-size: 36px;
  line-height: 42px;
  text-align: center;
  text-transform: uppercase;
  color: #525454;
}

@media (max-width: 575.98px) {
  .size .title_block h2 {
    font-size: 28px;
    line-height: 33px;
  }
}

.size .list_filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.size .list_filter .item {
  margin: 0px 9px;
  cursor: pointer;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .size .list_filter .item {
    margin-bottom: 18px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .size .list_filter .item {
    margin-bottom: 18px;
  }
}

@media (max-width: 575.98px) {
  .size .list_filter .item {
    margin-bottom: 18px;
  }
}

.size .list_filter .item:hover a img {
  -webkit-filter: invert(0.5);
          filter: invert(0.5);
}

@media (max-width: 575.98px) {
  .size .list_filter .item a.active svg, .size .list_filter .item a:hover svg {
    width: 50px;
    height: 50px;
  }
}

.size .list_filter .item a.active svg g path:nth-child(-n+6), .size .list_filter .item a:hover svg g path:nth-child(-n+6) {
  stroke: #003D6E;
}

.size .list_filter .item a.active svg g path:nth-child(n+6), .size .list_filter .item a:hover svg g path:nth-child(n+6) {
  fill: #003D6E;
}

@media (max-width: 575.98px) {
  .size .list_filter .item a svg {
    width: 50px;
    height: 50px;
  }
}

.size .list_filter .item a svg g path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.place {
  margin-top: 98px;
}

@media (max-width: 575.98px) {
  .place {
    margin-top: 26px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .place {
    margin-top: 26px;
  }
}

.place .title_block {
  margin-bottom: 36px;
}

@media (max-width: 575.98px) {
  .place .title_block {
    margin-bottom: 8px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .place .title_block {
    margin-bottom: 8px;
  }
}

.place .title_block h2 {
  font-size: 36px;
  line-height: 42px;
  text-align: center;
  text-transform: uppercase;
  color: #525454;
}

@media (max-width: 575.98px) {
  .place .title_block h2 {
    font-size: 28px;
    line-height: 33px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .place .title_block h2 {
    font-size: 28px;
    line-height: 33px;
  }
}

.place .filter_place .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 575.98px) {
  .place .filter_place .list .item {
    margin-bottom: 5px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .place .filter_place .list .item {
    margin-bottom: 5px;
  }
}

.place .filter_place .list .item a {
  position: relative;
  max-width: 393px;
  height: 256px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 575.98px) {
  .place .filter_place .list .item a {
    max-height: 160px;
    max-width: 100%;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .place .filter_place .list .item a {
    max-width: 100%;
  }
}

.place .filter_place .list .item a:hover .title, .place .filter_place .list .item a.active .title {
  opacity: 1;
}

.place .filter_place .list .item a img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
}

.place .filter_place .list .item a .title {
  position: absolute;
  font-size: 36px;
  line-height: 42px;
  text-transform: capitalize;
  color: #FFFFFF;
  height: 100%;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgba(24, 60, 103, 0.8);
  top: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}

@media (max-width: 575.98px) {
  .place .filter_place .list .item a .title {
    font-size: 28px;
    line-height: 33px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .place .filter_place .list .item a .title {
    font-size: 28px;
    line-height: 33px;
  }
}

.suport {
  margin-top: 68px;
  margin-bottom: 70px;
}

@media (max-width: 575.98px) {
  .suport {
    margin-top: 24px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .suport {
    margin-top: 24px;
  }
}

.suport .title_block {
  margin-bottom: 32px;
}

@media (max-width: 575.98px) {
  .suport .title_block {
    padding-left: 42px;
    padding-right: 42px;
    margin-bottom: 20px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .suport .title_block {
    padding-left: 42px;
    padding-right: 42px;
    margin-bottom: 20px;
  }
}

.suport .title_block h2 {
  font-size: 36px;
  line-height: 42px;
  text-align: center;
  text-transform: uppercase;
  color: #525454;
}

@media (max-width: 575.98px) {
  .suport .title_block h2 {
    font-size: 28px;
    line-height: 33px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .suport .title_block h2 {
    font-size: 28px;
    line-height: 33px;
  }
}

.suport .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 575.98px) {
  .suport .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 240px;
    margin: 0 auto;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .suport .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto;
  }
}

.suport .list .item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
}

@media (max-width: 575.98px) {
  .suport .list .item {
    margin-bottom: 8px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .suport .list .item {
    margin-bottom: 8px;
  }
}

.suport .list .item a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

@media (max-width: 575.98px) {
  .suport .list .item a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: left;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .suport .list .item a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: left;
  }
}

.suport .list .item a .icon {
  margin-bottom: 40px;
}

@media (max-width: 575.98px) {
  .suport .list .item a .icon {
    margin-bottom: 0px;
    margin-right: 24px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .suport .list .item a .icon {
    margin-bottom: 0px;
    margin-right: 24px;
  }
}

@media (max-width: 575.98px) {
  .suport .list .item a .icon .full {
    display: none;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .suport .list .item a .icon .full {
    display: none;
  }
}

.suport .list .item a .icon .mob {
  display: none;
}

@media (max-width: 575.98px) {
  .suport .list .item a .icon .mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .suport .list .item a .icon .mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.suport .list .item a .title {
  font-size: 18px;
  line-height: 21px;
  color: #000000;
}

.title_block .title {
  padding-bottom: 11px;
  margin-bottom: 26px;
  border-bottom: 1px solid #D0D0D0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.title_block .title h1 {
  font-size: 46px;
  line-height: 54px;
  color: #525454;
  font-weight: normal;
}

@media (max-width: 575.98px) {
  .title_block .title h1 {
    font-size: 28px;
    line-height: 33px;
  }
}

@media (max-width: 575.98px) {
  .title_block .title h1 {
    font-size: 28px;
    line-height: 33px;
  }
}

.catalog_page .promo {
  margin-bottom: -17px;
}

@media (max-width: 575.98px) {
  .catalog_page .promo {
    margin-bottom: 6px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .catalog_page .promo {
    margin-bottom: 6px;
  }
}

.catalog_page .title_block .title {
  padding-bottom: 11px;
  margin-bottom: 26px;
  border-bottom: 1px solid #D0D0D0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.catalog_page .title_block .title h1 {
  font-size: 46px;
  line-height: 54px;
  color: #525454;
  font-weight: normal;
}

@media (max-width: 575.98px) {
  .catalog_page .title_block .title h1 {
    font-size: 28px;
    line-height: 33px;
  }
}

@media (max-width: 575.98px) {
  .catalog_page .title_block .title h1 {
    font-size: 28px;
    line-height: 33px;
  }
}

.catalog_page .title_block .title .mobile_filter {
  display: none;
}

.catalog_page .title_block .title .mobile_filter.active button {
  font-family: Roboto;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  color: #28282C;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1_477)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.916903 7.77082L6.22864 12.2142C6.22864 12.2142 6.23547 12.2205 6.24078 12.2321C6.24611 12.2437 6.25 12.259 6.25 12.2766V17.4335C6.25 19.2484 8.14167 20.623 9.88836 19.7098L12.3884 18.4027C13.2426 17.9561 13.75 17.0654 13.75 16.1265V12.2766C13.75 12.259 13.7539 12.2437 13.7592 12.2321C13.7645 12.2205 13.7714 12.2142 13.7714 12.2142L19.0831 7.77082C19.6722 7.27799 20 6.54727 20 5.79196V2.55655C20 1.19826 18.9332 0 17.5 0H2.5C1.06681 0 0 1.19826 0 2.55655V5.79196C0 6.54727 0.327756 7.27799 0.916903 7.77082ZM17.7998 6.23679L12.4488 10.713C12.2375 10.909 12.0629 11.1338 11.942 11.3968C11.8167 11.6694 11.75 11.9696 11.75 12.2766V16.1265C11.75 16.3566 11.625 16.545 11.4617 16.6303L8.96171 17.9374C8.84837 17.9967 8.76995 18.0027 8.71889 17.9992C8.66059 17.9953 8.59042 17.9747 8.51608 17.9256C8.35549 17.8196 8.25 17.6338 8.25 17.4335V12.2766C8.25 11.9697 8.18335 11.6695 8.05799 11.3968C7.97823 11.2233 7.88622 11.0864 7.80707 10.9854C7.71714 10.8706 7.63803 10.7936 7.55109 10.713L2.20016 6.23679C2.07981 6.13611 2 5.97424 2 5.79196V2.55655C2 2.40057 2.06253 2.25171 2.1626 2.14636C2.25395 2.0502 2.3643 2 2.5 2H17.5C17.6357 2 17.746 2.0502 17.8374 2.14636C17.9375 2.25171 18 2.40057 18 2.55655V5.79196C18 5.97424 17.9202 6.13611 17.7998 6.23679Z' fill='%234D4D4F'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1_477'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

@media (max-width: 575.98px) {
  .catalog_page .title_block .title .mobile_filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 15px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .catalog_page .title_block .title .mobile_filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .catalog_page .title_block .title .mobile_filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.catalog_page .title_block .title .mobile_filter button {
  padding: 0px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 23px;
  height: 23px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center right;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1_477)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.916903 7.77082L6.22864 12.2142C6.22864 12.2142 6.23547 12.2205 6.24078 12.2321C6.24611 12.2437 6.25 12.259 6.25 12.2766V17.4335C6.25 19.2484 8.14167 20.623 9.88836 19.7098L12.3884 18.4027C13.2426 17.9561 13.75 17.0654 13.75 16.1265V12.2766C13.75 12.259 13.7539 12.2437 13.7592 12.2321C13.7645 12.2205 13.7714 12.2142 13.7714 12.2142L19.0831 7.77082C19.6722 7.27799 20 6.54727 20 5.79196V2.55655C20 1.19826 18.9332 0 17.5 0H2.5C1.06681 0 0 1.19826 0 2.55655V5.79196C0 6.54727 0.327756 7.27799 0.916903 7.77082ZM17.7998 6.23679L12.4488 10.713C12.2375 10.909 12.0629 11.1338 11.942 11.3968C11.8167 11.6694 11.75 11.9696 11.75 12.2766V16.1265C11.75 16.3566 11.625 16.545 11.4617 16.6303L8.96171 17.9374C8.84837 17.9967 8.76995 18.0027 8.71889 17.9992C8.66059 17.9953 8.59042 17.9747 8.51608 17.9256C8.35549 17.8196 8.25 17.6338 8.25 17.4335V12.2766C8.25 11.9697 8.18335 11.6695 8.05799 11.3968C7.97823 11.2233 7.88622 11.0864 7.80707 10.9854C7.71714 10.8706 7.63803 10.7936 7.55109 10.713L2.20016 6.23679C2.07981 6.13611 2 5.97424 2 5.79196V2.55655C2 2.40057 2.06253 2.25171 2.1626 2.14636C2.25395 2.0502 2.3643 2 2.5 2H17.5C17.6357 2 17.746 2.0502 17.8374 2.14636C17.9375 2.25171 18 2.40057 18 2.55655V5.79196C18 5.97424 17.9202 6.13611 17.7998 6.23679Z' fill='%234D4D4F'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1_477'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

.catalog_page .place {
  margin-top: 0px;
}

@media (max-width: 575.98px) {
  .catalog_page .place {
    display: none;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .catalog_page .place {
    display: none;
  }
}

.catalog_page .place .filter_place .list .item a {
  height: 122px;
}

.catalog_page .filter_block {
  padding-right: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 274px;
  width: 100%;
}

@media (max-width: 575.98px) {
  .catalog_page .filter_block {
    display: none;
    max-width: 320px;
    position: absolute;
    z-index: 9;
    background: #fff;
    padding: 0px 18px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .catalog_page .filter_block {
    display: none;
    max-width: 320px;
    position: absolute;
    z-index: 9;
    background: #fff;
    padding: 0px 18px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .catalog_page .filter_block {
    display: none;
    max-width: 320px;
    position: absolute;
    z-index: 9;
    background: #fff;
    padding: 0px 18px;
  }
}

.catalog_page .filter_block .yith-wcan-active-filters {
  display: none;
}

.catalog_page .filter_block .filters-container .filter-title {
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  margin-bottom: 12px;
  font-weight: 400;
}

.catalog_page .filter_block .filters-container .yith-wcan-active-filters .active-filter b {
  display: none;
}

.catalog_page .filter_block .filters-container .filter-content .checkbox {
  margin-bottom: 12px;
}

.catalog_page .filter_block .filters-container .filter-content .checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.catalog_page .filter_block .filters-container .filter-content .checkbox input {
  width: 18px;
  height: 18px;
  border-radius: 3px;
  border: 1px solid #009EE3;
  cursor: pointer;
}

.catalog_page .filter_block .filters-container .filter-content .checkbox input:checked {
  background: var(--hover-color-bl);
  border: 1px solid var(--hover-color-bl);
  background-image: none;
}

.catalog_page .filter_block .filters-container .filter-content .checkbox a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  line-height: 19px;
  color: #525454 !important;
  padding-left: 12px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.catalog_page .filter_block .filters-container .filter-content .with-images .filter-item {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  padding: 0px;
}

.catalog_page .filter_block .filters-container .filter-content .with-images .filter-item a::after {
  display: none;
}

.catalog_page .filter_block .filters-container .filter-content .with-images .filter-item:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.catalog_page .filter_block .filters-container .filter-content .with-images .filter-item:hover .term-image img {
  -webkit-filter: invert(0.5) sepia(1) saturate(5) hue-rotate(175deg);
          filter: invert(0.5) sepia(1) saturate(5) hue-rotate(175deg);
}

.catalog_page .filter_block .filters-container .filter-content .with-images .filter-item.active {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.catalog_page .filter_block .filters-container .filter-content .with-images .filter-item.active .term-image img {
  -webkit-filter: invert(0.5) sepia(1) saturate(5) hue-rotate(175deg);
          filter: invert(0.5) sepia(1) saturate(5) hue-rotate(175deg);
}

.catalog_page .filter_block .filters-container .filter-content .with-images .filter-item .term-image {
  width: 52px;
  height: 52px;
}

.catalog_page .filter_block .filters-container .filter-content .with-images .filter-item .term-label {
  display: none;
}

.catalog_page .filter_block .filters-container .filter-content .yith-wcan-dropdown {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.catalog_page .filter_block .filters-container .filter-content .yith-wcan-dropdown.open {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.catalog_page .filter_block .filters-container .filter-content .yith-wcan-dropdown .dropdown-wrapper {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.catalog_page .filter_block .item {
  padding-bottom: 17px;
  padding-right: 6px;
}

.catalog_page .filter_block .item.price {
  padding-right: 24px;
  padding-bottom: 32px;
}

.catalog_page .filter_block .item.price .title {
  margin-bottom: 1px;
}

.catalog_page .filter_block .item .title {
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  margin-bottom: 12px;
}

.catalog_page .filter_block .item .price-field {
  position: relative;
  width: 100%;
  height: 34px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 12px;
  border-radius: 3px;
}

.catalog_page .filter_block .item .price-field input[type=range] {
  position: absolute;
  width: 100%;
  height: 1px;
  border: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  pointer-events: none;
  -webkit-appearance: none;
}

.catalog_page .filter_block .item .price-field input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
}

.catalog_page .filter_block .item .price-field input[type=range]:active, .catalog_page .filter_block .item .price-field input[type=range]:focus {
  outline: 0;
}

.catalog_page .filter_block .item .price-field input[type=range]::-ms-track {
  width: 100%;
  height: 3px;
  border: 0;
  outline: 0;
  box-sizing: border-box;
  border-radius: 5px;
  pointer-events: none;
  background: var(--hover-color-bl);
  border-color: var(--hover-color-bl);
  color: var(--hover-color-bl);
  border-radius: 5px;
}

.catalog_page .filter_block .item .price-field input[type=range]::-webkit-slider-thumb {
  /* WebKit/Blink */
  position: relative;
  -webkit-appearance: none;
  margin: 0;
  border: 0;
  outline: 0;
  border-radius: 50%;
  height: 19px;
  width: 19px;
  margin-top: -8px;
  background-color: var(--hover-color-bl);
  cursor: pointer;
  pointer-events: all;
  z-index: 100;
}

.catalog_page .filter_block .item .price-field input[type=range]::-moz-range-thumb {
  /* Firefox */
  position: relative;
  -moz-appearance: none;
       appearance: none;
  margin: 0;
  border: 0;
  outline: 0;
  border-radius: 50%;
  height: 19px;
  width: 19px;
  margin-top: -8px;
  background-color: var(--hover-color-bl);
  cursor: pointer;
  pointer-events: all;
  z-index: 100;
}

.catalog_page .filter_block .item .price-field input[type=range]::-ms-thumb {
  /* IE */
  position: relative;
  appearance: none;
  margin: 0;
  border: 0;
  outline: 0;
  border-radius: 50%;
  height: 19px;
  width: 19px;
  margin-top: -8px;
  background-color: var(--hover-color-bl);
  cursor: pointer;
  pointer-events: all;
  z-index: 100;
}

.catalog_page .filter_block .item .price-field input[type=range]::-webkit-slider-runnable-track {
  /* WebKit/Blink */
  width: 100%;
  height: 1px;
  cursor: pointer;
  background: #7C8285;
  border-radius: 5px;
}

.catalog_page .filter_block .item .price-field input[type=range]::-moz-range-track {
  /* Firefox */
  width: 100%;
  height: 1px;
  cursor: pointer;
  background: #7C8285;
  border-radius: 5px;
}

.catalog_page .filter_block .item .price-field input[type=range]::-ms-track {
  /* IE */
  width: 100%;
  height: 1px;
  cursor: pointer;
  background: #7C8285;
  border-radius: 5px;
}

.catalog_page .filter_block .item .price-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.catalog_page .filter_block .item .price-wrap .price-wrap-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.catalog_page .filter_block .item .price-wrap .price-wrap_line {
  width: 22px;
  height: 1px;
  background: #D0D0D0;
}

.catalog_page .filter_block .item .price-wrap #one,
.catalog_page .filter_block .item .price-wrap #two {
  border: 1px solid #009EE3;
  border-radius: 5px;
  margin-right: 2px;
  outline: 0;
  font-size: 16px;
  line-height: 19px;
  color: #323333;
  width: 105px;
  height: 27px;
  padding: 0px 7px;
}

.catalog_page .filter_block .item .price-wrap .price-field input[type=range]:hover::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 0.5px #fff;
          box-shadow: 0 0 0 0.5px #fff;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.catalog_page .filter_block .item .price-wrap .price-field input[type=range]:active::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 0.5px #fff;
          box-shadow: 0 0 0 0.5px #fff;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.catalog_page .filter_block .item .form-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 6px;
}

.catalog_page .filter_block .item .form-check .form-check-input {
  width: 18px;
  height: 18px;
  border-radius: 3px;
  border: 1px solid #009EE3;
  cursor: pointer;
}

.catalog_page .filter_block .item .form-check .form-check-input:checked {
  background: var(--hover-color-bl);
  border: 1px solid var(--hover-color-bl);
  background-image: none;
}

.catalog_page .filter_block .item .form-check .form-check-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  line-height: 19px;
  color: #525454;
  padding-left: 12px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.catalog_page .filter_block .size_filter .title {
  margin-bottom: 17px;
}

.catalog_page .filter_block .size_filter .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.catalog_page .filter_block .size_filter .form-check {
  padding-left: 0px;
  margin-bottom: 12px;
  margin-right: 14px;
}

.catalog_page .filter_block .size_filter .form-check .form-check-input {
  display: none;
}

.catalog_page .filter_block .size_filter .form-check .form-check-label {
  padding-left: 0px;
  cursor: pointer;
}

.catalog_page .filter_block .size_filter .form-check .form-check-label svg path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.catalog_page .filter_block .size_filter .form-check .form-check-input:checked ~ .form-check-label svg path {
  fill: var(--hover-color-bl);
}

.catalog_page .filter_rezult {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  margin-top: 17px;
  margin-bottom: 20px;
}

.catalog_page .filter_rezult .filtr_yith .yith-wcan-active-filters {
  margin-bottom: 0px;
}

.catalog_page .filter_rezult .filtr_yith h4 {
  display: none;
}

.catalog_page .filter_rezult .filtr_yith .active-filter {
  margin-right: 0px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.catalog_page .filter_rezult .filtr_yith .active-filter:hover .active-filter-label {
  background: #00B1FF;
  color: #FFFFFF;
}

.catalog_page .filter_rezult .filtr_yith .active-filter:hover .active-filter-label::after {
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 7 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.88671 3.50002L6.91991 0.466802C7.0267 0.360011 7.0267 0.186871 6.91991 0.0800932C6.81312 -0.0266841 6.63998 -0.0266977 6.5332 0.0800932L3.49999 3.11331L0.466801 0.0800932C0.36001 -0.0266977 0.18687 -0.0266977 0.080093 0.0800932C-0.026684 0.186884 -0.0266977 0.360025 0.080093 0.466802L3.11329 3.5L0.080093 6.53322C-0.0266977 6.64001 -0.0266977 6.81315 0.080093 6.91992C0.133482 6.97331 0.203468 7 0.273454 7C0.34344 7 0.413412 6.97331 0.466815 6.91992L3.49999 3.88672L6.53319 6.91992C6.58657 6.97331 6.65656 7 6.72655 7C6.79653 7 6.8665 6.97331 6.91991 6.91992C7.0267 6.81313 7.0267 6.63999 6.91991 6.53322L3.88671 3.50002Z' fill='%23FFFFFF'%3E%3C/path%3E%3C/svg%3E");
}

.catalog_page .filter_rezult .filtr_yith .active-filter b {
  display: none;
}

.catalog_page .filter_rezult .filtr_yith .active-filter .active-filter-label {
  padding: 0px 16px 0px 8px;
  font-size: 14px;
  line-height: 16px;
  color: #525454;
  border: 1px solid #009EE3;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.catalog_page .filter_rezult .filtr_yith .active-filter .active-filter-label::after {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 7 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.88671 3.50002L6.91991 0.466802C7.0267 0.360011 7.0267 0.186871 6.91991 0.0800932C6.81312 -0.0266841 6.63998 -0.0266977 6.5332 0.0800932L3.49999 3.11331L0.466801 0.0800932C0.36001 -0.0266977 0.18687 -0.0266977 0.080093 0.0800932C-0.026684 0.186884 -0.0266977 0.360025 0.080093 0.466802L3.11329 3.5L0.080093 6.53322C-0.0266977 6.64001 -0.0266977 6.81315 0.080093 6.91992C0.133482 6.97331 0.203468 7 0.273454 7C0.34344 7 0.413412 6.97331 0.466815 6.91992L3.49999 3.88672L6.53319 6.91992C6.58657 6.97331 6.65656 7 6.72655 7C6.79653 7 6.8665 6.97331 6.91991 6.91992C7.0267 6.81313 7.0267 6.63999 6.91991 6.53322L3.88671 3.50002Z' fill='%23525454'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  content: '';
  background-color: transparent;
  width: 10px;
  height: 10px;
  top: 5px;
  right: 4px;
}

.catalog_page .filter_rezult .filter_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.catalog_page .filter_rezult .filter_info .quantity {
  font-size: 16px;
  line-height: 19px;
  color: #525454;
  margin-bottom: 10px;
}

.catalog_page .filter_rezult .filter_info .filter_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.catalog_page .filter_rezult .filter_info .filter_button .clear {
  margin-right: 4px;
  height: 24px;
  width: 65px;
}

.catalog_page .filter_rezult .filter_info .filter_button .clear button {
  background: #00B1FF;
  border-radius: 3px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0px;
  font-size: 14px;
  line-height: 16px;
  color: #FFFFFF;
  height: 100%;
  width: 100%;
  padding: 0px 7px 0px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.catalog_page .filter_rezult .filter_info .filter_button .item {
  margin-right: 4px;
  height: 24px;
}

.catalog_page .filter_rezult .filter_info .filter_button .item button {
  background: transparent;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0px;
  font-size: 14px;
  line-height: 16px;
  color: #525454;
  border: 1px solid #009EE3;
  border-radius: 3px;
  height: 100%;
  padding: 0px 7px 0px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.catalog_page .filter_rezult .filter_info .filter_button .item button svg {
  margin-left: 4px;
}

.catalog_page .filter_rezult .sort {
  margin-bottom: 5px;
  z-index: 4;
}

@media (max-width: 575.98px) {
  .catalog_page .filter_rezult .sort {
    display: none;
  }
}

.catalog_page .filter_rezult .sort .scrollableList {
  color: #666;
  width: 140px;
  height: 24px;
  float: left;
  display: none;
  padding: 5px;
  background: var(--hover-color-bl);
  border-radius: 3px;
  cursor: pointer;
  position: relative;
}

.catalog_page .filter_rezult .sort .scrollableList::after {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='9' viewBox='0 0 14 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 7L13 1' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  content: '';
  width: 14px;
  height: 9px;
  position: absolute;
  top: 8px;
  right: 7px;
}

.catalog_page .filter_rezult .sort .scrollableList .selectedOption {
  font-size: 14px;
  line-height: 16px;
  color: #FFFFFF;
}

.catalog_page .filter_rezult .sort .scrollableList ul {
  padding: 3px 0px 3px 0px;
  margin: 0;
  margin-left: -5px;
  position: absolute;
  width: 140px;
  background: #FAFAFA;
  margin-top: 5px;
  border: 1px solid #DEDEDE;
}

.catalog_page .filter_rezult .sort .scrollableList ul li {
  list-style: none;
  cursor: pointer;
  margin-left: 14px;
  line-height: 25px;
  font-size: 14px;
  line-height: 16px;
}

.catalog_page .filter_rezult .sort h4 {
  display: none;
}

.catalog_page .filter_rezult .sort select {
  font-size: 14px;
  line-height: 16px;
  color: #FFFFFF;
  background-color: var(--hover-color-bl);
  border-radius: 3px;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  border: none;
  width: 132px;
  height: 24px;
  padding: 0px 8px;
  cursor: pointer;
}

@media (max-width: 767.98px) {
  .product_page .container {
    padding-right: 22px;
    padding-left: 22px;
  }
}

@media (max-width: 575.98px) {
  .product_page .product_tabs {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.product_page .product_tabs li a {
  font-size: 14px;
  line-height: 16px;
  color: #525454;
  border: none;
  padding: 13px 32px;
  padding-top: 0px;
  text-transform: uppercase;
  border-bottom: 3px solid transparent;
}

@media screen and (max-width: 360px) {
  .product_page .product_tabs li a {
    font-size: 12px;
  }
}

@media (max-width: 575.98px) {
  .product_page .product_tabs li a {
    padding: 13px 0px;
    padding-top: 0px;
  }
}

.product_page .product_tabs li a:hover {
  border: none;
  border-radius: 2px;
  border-bottom: 3px solid var(--hover-color-bl);
  padding-top: 0px;
}

.product_page .breadcrumb {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin-top: 10px;
}

@media (max-width: 767.98px) {
  .product_page .breadcrumb {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    margin-bottom: 0;
  }
}

.product_page .image_product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

@media (max-width: 575.98px) {
  .product_page .image_product {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.product_page .image_product .btn-juliet {
  background: transparent;
  width: 100%;
  border: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

@media (max-width: 575.98px) {
  .product_page .image_product .btn-juliet {
    position: absolute;
    top: 50%;
    padding: 0px;
    z-index: 10;
    font-size: 0;
    width: 20px;
    height: 12px;
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
  .product_page .image_product .btn-juliet#prev {
    left: -20px;
  }
  .product_page .image_product .btn-juliet#next {
    right: -20px;
  }
}

.product_page .image_product .btn-juliet:hover svg path {
  stroke: var(--main-color-bl);
}

.product_page .image_product .slider-product {
  width: 440px;
  margin-left: 36px;
}

@media (max-width: 575.98px) {
  .product_page .image_product .slider-product {
    width: 100%;
    margin-left: unset;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .product_page .image_product .slider-product {
    margin-left: unset;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .product_page .image_product .slider-product {
    width: 400px;
    margin-left: unset;
    margin-left: 10px;
  }
}

.product_page .image_product .slider-product .image {
  height: 285px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product_page .image_product .slider-product .image img {
  max-height: 285px;
  margin: 0 auto;
}

.product_page .image_product .slider-product-nav {
  width: 91px;
}

@media (max-width: 767.98px) {
  .product_page .image_product .slider-product-nav {
    width: 90%;
    margin: 0 auto;
    position: relative;
    margin-top: 00px;
    margin-bottom: 16px;
  }
}

.product_page .image_product .slider-product-nav .slick-slide {
  opacity: 0.6;
}

.product_page .image_product .slider-product-nav .slick-slide.slick-current {
  opacity: 1;
}

.product_page .image_product .slider-product-nav .image {
  margin: 7px 0px;
}

@media (max-width: 575.98px) {
  .product_page .image_product .slider-product-nav .image {
    height: 86px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 91px;
    margin: 0 auto;
  }
}

.product_page .image_product .slider-product-nav .image img {
  max-height: 59px;
  margin: 0 auto;
}

@media (max-width: 575.98px) {
  .product_page .image_product .slider-product-nav .image img {
    max-height: 86px;
  }
}

.product_page .info_product {
  z-index: 1;
}

.product_page .info_product .info_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.product_page .info_product .button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product_page .info_product .button-group .compare-button a {
  font-size: 0;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 18px;
  width: 18px;
  height: 100%;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.62132 1L1.25977 5.40395L5.62132 9.80791' stroke='%234D4D4F' stroke-width='1.4514' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M1.25977 5.40381H18.1983' stroke='%234D4D4F' stroke-width='1.4514' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M14.6367 20.0979L18.9983 15.694L14.6367 11.29' stroke='%234D4D4F' stroke-width='1.4514' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M18.9991 15.6938H2.06055' stroke='%234D4D4F' stroke-width='1.4514' stroke-miterlimit='10' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}

.product_page .info_product .button-group .compare-button a:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.62132 1L1.25977 5.40395L5.62132 9.80791' stroke='%23135EA4' stroke-width='1.4514' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M1.25977 5.40381H18.1983' stroke='%23135EA4' stroke-width='1.4514' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M14.6367 20.0979L18.9983 15.694L14.6367 11.29' stroke='%23135EA4' stroke-width='1.4514' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M18.9991 15.6938H2.06055' stroke='%23135EA4' stroke-width='1.4514' stroke-miterlimit='10' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}

.product_page .info_product .button-group .compare-button a.added {
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.62132 1L1.25977 5.40395L5.62132 9.80791' stroke='%23135EA4' stroke-width='1.4514' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M1.25977 5.40381H18.1983' stroke='%23135EA4' stroke-width='1.4514' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M14.6367 20.0979L18.9983 15.694L14.6367 11.29' stroke='%23135EA4' stroke-width='1.4514' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M18.9991 15.6938H2.06055' stroke='%23135EA4' stroke-width='1.4514' stroke-miterlimit='10' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}

.product_page .info_product .button-group div {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  padding: 0px;
  margin-right: 18px;
  cursor: pointer;
}

.product_page .info_product .button-group div:hover svg path, .product_page .info_product .button-group div.active svg path {
  stroke: var(--hover-color-bl);
}

.product_page .info_product .button-group div svg path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.product_page .info_product .button-group .compare.remove-from-compare svg path, .product_page .info_product .button-group .compare:hover svg path {
  fill: var(--main-color-bl);
}

.product_page .info_product .button-group .wishlist.remove-from-wishlist svg {
  fill: var(--main-color-bl);
}

.product_page .info_product .button-group .wishlist.remove-from-wishlist svg path {
  stroke: var(--main-color-bl);
}

.product_page .info_product .button-group .wishlist.remove-from-wishlist svg rect {
  fill: var(--main-color-bl);
}

.product_page .info_product .button-group .wishlist:hover svg {
  fill: var(--main-color-bl);
}

.product_page .info_product .button-group .wishlist:hover svg path {
  stroke: var(--main-color-bl);
}

.product_page .info_product .button-group .wishlist:hover svg rect {
  fill: var(--main-color-bl);
}

.product_page .info_product .button-group .share:hover svg path {
  fill: var(--main-color-bl);
}

.product_page .info_product .stiker {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 37px;
  width: auto;
}

.product_page .info_product .stiker .new {
  background: var(--hover-color-bl);
  padding: 0px 18px 0px 12px;
}

.product_page .info_product .stiker .onsale {
  background: #E52836;
  padding: 0px 18px 0px 12px;
}

.product_page .info_product .stiker .special {
  background: #FF8500;
  padding: 0px 18px 0px 12px;
}

.product_page .title_product {
  font-size: 46px;
  line-height: 54px;
  color: #183B67;
  margin-top: 15px;
  margin-bottom: 25px;
}

@media (max-width: 767.98px) {
  .product_page .title_product {
    font-size: 28px;
    line-height: 33px;
    margin-top: 0px;
    margin-bottom: 10px;
  }
}

.product_page .title_product h1 {
  font-size: 46px;
  line-height: 54px;
  color: #183B67;
  margin-bottom: 0px;
  font-weight: 400;
}

@media (max-width: 767.98px) {
  .product_page .title_product h1 {
    font-size: 28px;
    line-height: 33px;
  }
}

.product_page .option_product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
}

@media (max-width: 767.98px) {
  .product_page .option_product {
    margin-top: 0px;
  }
}

.product_page .option_product .form-check {
  padding-left: 0px;
  margin-bottom: 12px;
  margin-right: 14px;
}

.product_page .option_product .form-check .form-check-input {
  display: none;
}

.product_page .option_product .form-check .form-check-label {
  padding-left: 0px;
  cursor: pointer;
}

.product_page .option_product .form-check .form-check-label svg path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.product_page .option_product .form-check .form-check-input:checked ~ .form-check-label svg path {
  fill: #183B67;
}

.product_page .short_desc {
  font-size: 16px;
  line-height: 22px;
  color: #525454;
}

@media (max-width: 767.98px) {
  .product_page .short_desc {
    border: none;
    padding-bottom: 12px;
  }
}

.product_page .short_desc ul {
  margin-bottom: 0px;
}

.product_page .short_desc ul li {
  font-size: 16px;
  line-height: 22px;
  color: #525454;
}

.product_page .by_product {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 575.98px) {
  .product_page .by_product {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0px;
  }
}

.product_page .by_product .price {
  font-weight: 500;
  font-size: 28px;
  line-height: 32px;
  color: #183C67;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
}

@media (max-width: 767.98px) {
  .product_page .by_product .price {
    padding-bottom: 0px;
  }
}

.product_page .by_product .price del {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
  color: #183C67;
}

.product_page .by_product .price ins {
  text-decoration: none;
}

.product_page .by_product .status {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #525454;
}

.product_page .by_product .add_to_cart {
  margin-bottom: 50px;
}

@media (max-width: 575.98px) {
  .product_page .by_product .add_to_cart {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}

.product_page .by_product .add_to_cart .quantity {
  display: none;
}

.product_page .by_product .add_to_cart .stock.in-stock {
  display: none;
}

.product_page .by_product .add_to_cart .btn_group .alt {
  background: var(--main-color-bl);
  color: #fff;
  border-radius: 5px;
  max-width: 290px;
  width: 100%;
  height: 50px;
  border: none;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0px 12px;
}

@media (max-width: 767.98px) {
  .product_page .by_product .add_to_cart .btn_group .alt {
    width: 100%;
    max-width: unset;
  }
}

.product_page .by_product .add_to_cart .btn_group .fast_order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 5px;
}

.product_page .by_product .add_to_cart .btn_group .fast_order button {
  background: var(--main-color-bl);
  color: #fff;
  border-radius: 5px;
  max-width: 290px;
  width: 100%;
  height: 50px;
  border: none;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.product_page .description_product {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}

.product_page .description_product .block_head {
  border-top: 1px solid #D0D0D0;
}

@media (max-width: 575.98px) {
  .product_page .description_product .block_head {
    border: none;
  }
}

.product_page .description_product .block_head .data {
  padding-top: 64px;
  font-weight: 400;
  font-size: 35px;
  line-height: 41px;
  text-align: center;
  color: #183B67;
  max-width: 824px;
  margin: 0 auto;
  margin-bottom: 58px;
}

@media (max-width: 575.98px) {
  .product_page .description_product .block_head .data {
    font-size: 24px;
    line-height: 28px;
    padding-top: 20px;
    margin-bottom: 20px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .product_page .description_product .block_head .data {
    font-size: 24px;
    line-height: 28px;
    padding-top: 20px;
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .product_page .description_product .block_head .data {
    font-size: 24px;
    line-height: 28px;
    padding-top: 20px;
    margin-bottom: 20px;
  }
}

.product_page .description_product .description_block {
  position: relative;
  margin-bottom: 40px;
  left: 0;
  right: 0;
}

@media (max-width: 575.98px) {
  .product_page .description_product .description_block {
    margin-bottom: 20px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .product_page .description_product .description_block {
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .product_page .description_product .description_block {
    margin-bottom: 20px;
  }
}

.product_page .description_product .description_block .background {
  margin: 0 auto;
  max-width: 1920px;
}

@media (max-width: 575.98px) {
  .product_page .description_product .description_block .background {
    margin-bottom: 20px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .product_page .description_product .description_block .background {
    margin-bottom: 20px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .product_page .description_product .description_block .background {
    margin-bottom: 20px !important;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .product_page .description_product .description_block .background {
    margin-bottom: 20px !important;
  }
}

@media (max-width: 575.98px) {
  .product_page .description_product .description_block.right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .product_page .description_product .description_block.right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .product_page .description_product .description_block.right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .product_page .description_product .description_block.right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.product_page .description_product .description_block.right .background {
  margin: 0 auto;
  max-width: 1920px;
}

.product_page .description_product .description_block.right .background img {
  width: 100%;
}

.product_page .description_product .description_block.right .container {
  position: absolute;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media (max-width: 575.98px) {
  .product_page .description_product .description_block.right .container {
    position: relative;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .product_page .description_product .description_block.right .container {
    position: relative;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .product_page .description_product .description_block.right .container {
    position: relative;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .product_page .description_product .description_block.right .container {
    position: relative;
  }
}

.product_page .description_product .description_block.right .pos {
  margin-left: auto;
}

.product_page .description_product .description_block.right .pos .data {
  padding: 40px;
}

@media (max-width: 575.98px) {
  .product_page .description_product .description_block.right .pos .data {
    background: transparent;
    border-radius: 0;
    padding: 0;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .product_page .description_product .description_block.right .pos .data {
    background: transparent;
    border-radius: 0;
    padding: 0;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .product_page .description_product .description_block.right .pos .data {
    background: transparent;
    border-radius: 0;
    padding: 0;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .product_page .description_product .description_block.right .pos .data {
    background: transparent;
    border-radius: 0;
    padding: 0;
  }
}

@media (max-width: 575.98px) {
  .product_page .description_product .description_block.left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .product_page .description_product .description_block.left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .product_page .description_product .description_block.left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .product_page .description_product .description_block.left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.product_page .description_product .description_block.left .background {
  margin: 0 auto;
  max-width: 1920px;
}

.product_page .description_product .description_block.left .background img {
  width: 100%;
}

.product_page .description_product .description_block.left .container {
  position: absolute;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media (max-width: 575.98px) {
  .product_page .description_product .description_block.left .container {
    position: relative;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .product_page .description_product .description_block.left .container {
    position: relative;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .product_page .description_product .description_block.left .container {
    position: relative;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .product_page .description_product .description_block.left .container {
    position: relative;
  }
}

.product_page .description_product .description_block.left .pos {
  margin-right: auto;
}

.product_page .description_product .description_block.left .pos .data {
  padding: 40px;
}

@media (max-width: 575.98px) {
  .product_page .description_product .description_block.left .pos .data {
    background: transparent;
    border-radius: 0;
    padding: 0;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .product_page .description_product .description_block.left .pos .data {
    background: transparent;
    border-radius: 0;
    padding: 0;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .product_page .description_product .description_block.left .pos .data {
    background: transparent;
    border-radius: 0;
    padding: 0;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .product_page .description_product .description_block.left .pos .data {
    background: transparent;
    border-radius: 0;
    padding: 0;
  }
}

.product_page .description_product .description_block.botton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.product_page .description_product .description_block.botton .pos {
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.product_page .description_product .description_block.top .pos {
  width: 100%;
  text-align: center;
}

@media (max-width: 575.98px) {
  .product_page .description_product .description_block {
    width: 100% !important;
    right: 0 !important;
    left: 0 !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .product_page .description_product .description_block {
    width: 100% !important;
    right: 0 !important;
    left: 0 !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .product_page .description_product .description_block {
    margin-bottom: 20px;
  }
}

.product_page .description_product .description_block .data .title {
  font-weight: 400;
  font-size: 25px;
  line-height: 29px;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 15px;
}

@media (max-width: 575.98px) {
  .product_page .description_product .description_block .data .title {
    font-size: 28px;
    line-height: 33px;
    margin-bottom: 15px;
    color: #000000 !important;
    text-align: center;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .product_page .description_product .description_block .data .title {
    font-size: 28px;
    line-height: 33px;
    margin-bottom: 15px;
    color: #000000 !important;
    text-align: center;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .product_page .description_product .description_block .data .title {
    font-size: 28px;
    line-height: 33px;
    margin-bottom: 15px;
    color: #000000 !important;
    text-align: center;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .product_page .description_product .description_block .data .title {
    color: #000000 !important;
    text-align: center;
  }
}

.product_page .description_product .description_block .data .desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
}

@media (max-width: 575.98px) {
  .product_page .description_product .description_block .data .desc {
    font-size: 14px;
    line-height: 16px;
    color: #000000 !important;
    text-align: center;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .product_page .description_product .description_block .data .desc {
    font-size: 14px;
    line-height: 16px;
    color: #000000 !important;
    text-align: center;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .product_page .description_product .description_block .data .desc {
    font-size: 14px;
    line-height: 16px;
    color: #000000 !important;
    text-align: center;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .product_page .description_product .description_block .data .desc {
    color: #000000 !important;
    text-align: center;
  }
}

@media (max-width: 575.98px) {
  .product_page .description_product .description_block .data .desc span {
    font-size: 14px;
    line-height: 16px;
    color: #000000 !important;
    text-align: center;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .product_page .description_product .description_block .data .desc span {
    font-size: 14px;
    line-height: 16px;
    color: #000000 !important;
    text-align: center;
  }
}

.product_page .atributes_block {
  overflow: hidden;
}

.product_page .atributes_block .block_head {
  text-align: center;
  font-weight: 400;
  font-size: 35px;
  line-height: 41px;
  color: #183B67;
  margin-bottom: 36px;
}

@media (max-width: 575.98px) {
  .product_page .atributes_block .block_head {
    font-size: 24px;
    line-height: 28px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .product_page .atributes_block .block_head {
    font-size: 24px;
    line-height: 28px;
  }
}

.product_page .atributes_block .attributes_tabs {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  margin-bottom: 45px;
}

.product_page .atributes_block .attributes_tabs li button {
  font-size: 18px;
  line-height: 21px;
  color: #4D4D4F;
  border: none;
  padding: 13px 32px;
  padding-top: 0px;
}

.product_page .atributes_block .attributes_tabs li button.active {
  border: none;
  border-radius: 2px;
  border-bottom: 3px solid var(--hover-color-bl);
  padding-top: 0px;
  color: var(--hover-color-bl);
}

.product_page .atributes_block #allattributes .attributes_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product_page .atributes_block #allattributes .attributes_group.hidden {
  display: none;
}

.product_page .atributes_block #allattributes .click {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 20px;
  right: 0;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.product_page .atributes_block #allattributes .group_value {
  height: 75px;
  overflow: hidden;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  max-height: 75px;
}

@media (max-width: 575.98px) {
  .product_page .atributes_block #allattributes .group_value {
    height: 110px;
    max-height: 110px;
    font-size: 14px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .product_page .atributes_block #allattributes .group_value {
    height: 110px;
    max-height: 110px;
    font-size: 14px;
  }
}

.product_page .atributes_block #allattributes .group_value.all {
  max-height: 300px;
  height: 100%;
}

@media (max-width: 575.98px) {
  .product_page .atributes_block #allattributes .group_value.all {
    max-height: 660px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .product_page .atributes_block #allattributes .group_value.all {
    max-height: 660px;
  }
}

.product_page .atributes_block #allattributes .group_value.all .click {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.product_page .atributes_block #allattributes .group_value .group_value_one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product_page .atributes_block .attributes_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #D0D0D0;
  margin-bottom: 68px;
  padding-top: 15px;
  position: relative;
}

@media (max-width: 575.98px) {
  .product_page .atributes_block .attributes_group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 24px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .product_page .atributes_block .attributes_group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 24px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .product_page .atributes_block .attributes_group {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.product_page .atributes_block .attributes_group.hidden {
  display: none;
}

.product_page .atributes_block .group_nane {
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #C4C4C4;
  width: 40%;
}

@media (max-width: 575.98px) {
  .product_page .atributes_block .group_nane {
    width: 100%;
    margin-bottom: 12px;
    font-size: 16px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .product_page .atributes_block .group_nane {
    width: 100%;
    margin-bottom: 12px;
    font-size: 16px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .product_page .atributes_block .group_nane {
    width: 100%;
    margin-bottom: 10px;
  }
}

.product_page .atributes_block .group_value {
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #4D4D4F;
  width: 60%;
}

@media (max-width: 575.98px) {
  .product_page .atributes_block .group_value {
    width: 100%;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .product_page .atributes_block .group_value {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .product_page .atributes_block .group_value {
    width: 100%;
  }
}

.product_page .atributes_block .group_value .group_value_one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4px;
}

@media (max-width: 575.98px) {
  .product_page .atributes_block .group_value .group_value_one {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 12px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .product_page .atributes_block .group_value .group_value_one {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 12px;
  }
}

.product_page .atributes_block .group_value .group_value_one.hidden {
  display: none;
}

.product_page .atributes_block .group_value .group_value_one .attribute_lable {
  min-width: 324px;
}

.product_page .related_product .title_block {
  font-weight: 400;
  font-size: 35px;
  line-height: 41px;
  color: #183B67;
  text-align: center;
  margin-bottom: 37px;
}

@media (max-width: 575.98px) {
  .product_page .related_product .title_block {
    font-size: 24px;
    line-height: 28px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .product_page .related_product .title_block {
    font-size: 24px;
    line-height: 28px;
  }
}

.product_page .related_product .product_list {
  margin: 0px -2px;
}

.product_page .related_product .product_list .product_item {
  padding-bottom: 20px;
}

.product_page .related_product .product_list .product_item .info .button-group {
  display: none;
}

.product_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0px -1px;
}

.product_list .product_item {
  padding: 0px 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product_list .product_item .product-layout {
  border: 1px solid #F1F0F0;
  border-radius: 5px;
  padding: 23px 20px;
  position: relative;
  margin-bottom: 1px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
}

.product_list .product_item .product-layout:hover {
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
}

@media (max-width: 767.98px) {
  .product_list .product_item .product-layout {
    padding: 10px;
  }
}

.product_list .product_item .button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.product_list .product_item .button-group .compare-button a {
  font-size: 0;
  background-position: center;
  background-repeat: no-repeat;
  width: 18px;
  height: 20px;
  margin-bottom: 8px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.62132 1L1.25977 5.40395L5.62132 9.80791' stroke='%234D4D4F' stroke-width='1.4514' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M1.25977 5.40381H18.1983' stroke='%234D4D4F' stroke-width='1.4514' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M14.6367 20.0979L18.9983 15.694L14.6367 11.29' stroke='%234D4D4F' stroke-width='1.4514' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M18.9991 15.6938H2.06055' stroke='%234D4D4F' stroke-width='1.4514' stroke-miterlimit='10' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}

.product_list .product_item .button-group .compare-button a:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.62132 1L1.25977 5.40395L5.62132 9.80791' stroke='%23135EA4' stroke-width='1.4514' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M1.25977 5.40381H18.1983' stroke='%23135EA4' stroke-width='1.4514' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M14.6367 20.0979L18.9983 15.694L14.6367 11.29' stroke='%23135EA4' stroke-width='1.4514' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M18.9991 15.6938H2.06055' stroke='%23135EA4' stroke-width='1.4514' stroke-miterlimit='10' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}

.product_list .product_item .button-group .compare-button a.added {
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.62132 1L1.25977 5.40395L5.62132 9.80791' stroke='%23135EA4' stroke-width='1.4514' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M1.25977 5.40381H18.1983' stroke='%23135EA4' stroke-width='1.4514' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M14.6367 20.0979L18.9983 15.694L14.6367 11.29' stroke='%23135EA4' stroke-width='1.4514' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M18.9991 15.6938H2.06055' stroke='%23135EA4' stroke-width='1.4514' stroke-miterlimit='10' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}

.product_list .product_item .button-group .compare.remove-from-compare svg path, .product_list .product_item .button-group .compare:hover svg path {
  fill: var(--main-color-bl);
}

.product_list .product_item .button-group .wishlist.remove-from-wishlist svg {
  fill: var(--main-color-bl);
}

.product_list .product_item .button-group .wishlist.remove-from-wishlist svg path {
  stroke: var(--main-color-bl);
}

.product_list .product_item .button-group .wishlist.remove-from-wishlist svg rect {
  fill: var(--main-color-bl);
}

.product_list .product_item .button-group .wishlist:hover svg {
  fill: var(--main-color-bl);
}

.product_list .product_item .button-group .wishlist:hover svg path {
  stroke: var(--main-color-bl);
}

.product_list .product_item .button-group .wishlist:hover svg rect {
  fill: var(--main-color-bl);
}

.product_list .product_item .button-group .share:hover svg path {
  fill: var(--main-color-bl);
}

.product_list .product_item .button-group div {
  margin-bottom: 8px;
  margin-left: 14px;
  cursor: pointer;
}

.product_list .product_item .button-group div svg path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.product_list .product_item .button-group button {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  padding: 0px;
  margin-bottom: 8px;
  margin-left: 14px;
}

.product_list .product_item .button-group button:hover svg path, .product_list .product_item .button-group button.active svg path {
  stroke: var(--hover-color-bl);
}

.product_list .product_item .button-group button svg path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.product_list .product_item .image {
  height: 167px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 44px;
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .product_list .product_item .image {
    height: 140px;
    margin-bottom: 6px;
  }
}

.product_list .product_item .image a {
  height: 167px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product_list .product_item .image:hover .img {
  display: none;
  opacity: 0;
}

.product_list .product_item .image:hover .hoverImg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
}

.product_list .product_item .image .hoverImg {
  display: none;
  opacity: 0;
}

.product_list .product_item .image img {
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 1;
}

.product_list .product_item .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

.product_list .product_item .info .caption .title {
  margin-bottom: 18px;
}

@media (max-width: 767.98px) {
  .product_list .product_item .info .caption .title {
    margin-bottom: 7px;
  }
}

.product_list .product_item .info .caption .title a {
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  color: #183C67;
  text-decoration: none;
}

@media (max-width: 767.98px) {
  .product_list .product_item .info .caption .title a {
    font-size: 17px;
    line-height: 16px;
  }
}

.product_list .product_item .info .caption .description {
  font-size: 14px;
  line-height: 17px;
  color: #525454;
}

.product_list .product_item .info .caption .description ul {
  margin-bottom: 0px;
}

.product_list .product_item .info_size {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.product_list .product_item .info_size .stiker {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 0;
  height: 37px;
}

.product_list .product_item .info_size .stiker .new {
  background: var(--hover-color-bl);
  padding: 0px 18px 0px 12px;
}

.product_list .product_item .info_size .stiker .onsale {
  background: #E52836;
  padding: 0px 18px 0px 12px;
}

.product_list .product_item .info_size .stiker .special {
  background: #FF8500;
  padding: 0px 18px 0px 12px;
}

.product_list .product_item .info_price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.product_list .product_item .info_price .price {
  font-weight: 500;
  font-size: 38px;
  line-height: 45px;
  color: #183C67;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.product_list .product_item .info_price .price .old_price {
  font-weight: 500;
  font-size: 15px;
  line-height: 17px;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
  color: #7C8285;
}

.product_list .product_item .info_price .price .new_price {
  font-family: Roboto;
  font-size: 18px;
  font-weight: 500;
  line-height: 17px;
  color: #EA5959;
}

.product_list .product_item .info_price .price .st_price {
  font-family: Roboto;
  font-size: 18px;
  font-weight: 500;
  line-height: 17px;
  color: #183C67;
}

.product_list .product_item .info_price .add_cart .stock.in-stock {
  display: none;
}

.product_list .product_item .info_price .add_cart .quantity {
  display: none;
}

.product_list .product_item .info_price .add_cart .btn_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.product_list .product_item .info_price .add_cart .btn_group button {
  width: 38px;
  height: 38px;
  background-image: url("data:image/svg+xml,%3Csvg width='38' height='38' viewBox='0 0 38 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='38' height='38' rx='19' fill='%230F4C86'/%3E%3Cg clip-path='url(%23clip0_2079_1778)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 11.8824C10 11.395 10.3904 11 10.8719 11H11.5295C12.4815 11 13.3367 11.5201 13.795 12.3235H24.3828C26.1135 12.3235 27.367 13.9939 26.9025 15.6811L26.8073 16.0267C26.3157 17.8125 24.7733 19.0967 22.9471 19.241L15.7627 19.8084L15.8203 20.0394C15.918 20.4312 16.2663 20.7059 16.6657 20.7059H23.514C23.9955 20.7059 24.3859 21.1009 24.3859 21.5882C24.3859 22.0756 23.9955 22.4706 23.514 22.4706H16.6657C15.4675 22.4706 14.4225 21.6466 14.1295 20.4709L12.3749 13.4313C12.2772 13.0393 11.9289 12.7647 11.5295 12.7647H10.8719C10.3904 12.7647 10 12.3697 10 11.8824ZM15.3328 18.0833L14.337 14.0882H24.3828C24.9597 14.0882 25.3775 14.645 25.2227 15.2074L25.1276 15.5531C24.8325 16.6246 23.9071 17.395 22.8114 17.4816L15.4693 18.0615C15.4225 18.0652 15.3769 18.0726 15.3328 18.0833ZM16.1031 24.6765C16.1031 25.4074 15.5176 26 14.7953 26C14.073 26 13.4875 25.4074 13.4875 24.6765C13.4875 23.9455 14.073 23.3529 14.7953 23.3529C15.5176 23.3529 16.1031 23.9455 16.1031 24.6765ZM24.8218 24.6765C24.8218 25.4074 24.2362 26 23.514 26C22.7917 26 22.2062 25.4074 22.2062 24.6765C22.2062 23.9455 22.7917 23.3529 23.514 23.3529C24.2362 23.3529 24.8218 23.9455 24.8218 24.6765Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2079_1778'%3E%3Crect width='24' height='24' fill='white' transform='translate(7 7)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  border: none;
  font-size: 0px;
  background-color: transparent;
}

.product_list .product_item .info_price .add_cart button {
  padding: 0;
  background: transparent;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.product_list .product_item .info_price .add_cart .quantity {
  display: none;
}

.product_list .product_item .info_price .add_cart .btn_group .fast_order {
  display: none;
}

.product_list .product_item .info_price .add_cart .btn_group .added_to_cart {
  display: none;
}

.product_list .product_item .info_price .add_cart .btn_group .alt {
  font-size: 0px;
}

.product_list .product_item .info_price .add_cart .btn_group .alt svg g path {
  stroke: #183B67;
}

.product_list .product_item .link_more a {
  text-decoration: none;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  text-transform: capitalize;
  color: #7C8285;
}

.search-product-result .product_item {
  padding: 0px 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 575.98px) {
  .search-product-result .product_item {
    width: 100%;
  }
}

.search-product-result .product_item .product-layout {
  border: 1px solid #F1F0F0;
  border-radius: 5px;
  padding: 23px 20px;
  position: relative;
  margin-bottom: 1px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
}

.search-product-result .product_item .product-layout:hover {
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
}

.search-product-result .product_item .button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.search-product-result .product_item .button-group .compare-button a {
  font-size: 0;
  background-position: center;
  background-repeat: no-repeat;
  width: 18px;
  height: 20px;
  margin-bottom: 8px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.62132 1L1.25977 5.40395L5.62132 9.80791' stroke='%234D4D4F' stroke-width='1.4514' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M1.25977 5.40381H18.1983' stroke='%234D4D4F' stroke-width='1.4514' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M14.6367 20.0979L18.9983 15.694L14.6367 11.29' stroke='%234D4D4F' stroke-width='1.4514' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M18.9991 15.6938H2.06055' stroke='%234D4D4F' stroke-width='1.4514' stroke-miterlimit='10' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}

.search-product-result .product_item .button-group .compare-button a:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.62132 1L1.25977 5.40395L5.62132 9.80791' stroke='%23135EA4' stroke-width='1.4514' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M1.25977 5.40381H18.1983' stroke='%23135EA4' stroke-width='1.4514' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M14.6367 20.0979L18.9983 15.694L14.6367 11.29' stroke='%23135EA4' stroke-width='1.4514' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M18.9991 15.6938H2.06055' stroke='%23135EA4' stroke-width='1.4514' stroke-miterlimit='10' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}

.search-product-result .product_item .button-group .compare-button a.added {
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.62132 1L1.25977 5.40395L5.62132 9.80791' stroke='%23135EA4' stroke-width='1.4514' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M1.25977 5.40381H18.1983' stroke='%23135EA4' stroke-width='1.4514' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M14.6367 20.0979L18.9983 15.694L14.6367 11.29' stroke='%23135EA4' stroke-width='1.4514' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M18.9991 15.6938H2.06055' stroke='%23135EA4' stroke-width='1.4514' stroke-miterlimit='10' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}

.search-product-result .product_item .button-group .compare.remove-from-compare svg path, .search-product-result .product_item .button-group .compare:hover svg path {
  fill: var(--main-color-bl);
}

.search-product-result .product_item .button-group .wishlist.remove-from-wishlist svg {
  fill: var(--main-color-bl);
}

.search-product-result .product_item .button-group .wishlist.remove-from-wishlist svg path {
  stroke: var(--main-color-bl);
}

.search-product-result .product_item .button-group .wishlist.remove-from-wishlist svg rect {
  fill: var(--main-color-bl);
}

.search-product-result .product_item .button-group .wishlist:hover svg {
  fill: var(--main-color-bl);
}

.search-product-result .product_item .button-group .wishlist:hover svg path {
  stroke: var(--main-color-bl);
}

.search-product-result .product_item .button-group .wishlist:hover svg rect {
  fill: var(--main-color-bl);
}

.search-product-result .product_item .button-group .share:hover svg path {
  fill: var(--main-color-bl);
}

.search-product-result .product_item .button-group div {
  margin-bottom: 8px;
  margin-left: 14px;
  cursor: pointer;
}

.search-product-result .product_item .button-group div svg path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.search-product-result .product_item .button-group button {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  padding: 0px;
  margin-bottom: 8px;
  margin-left: 14px;
}

.search-product-result .product_item .button-group button:hover svg path, .search-product-result .product_item .button-group button.active svg path {
  stroke: var(--hover-color-bl);
}

.search-product-result .product_item .button-group button svg path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.search-product-result .product_item .image {
  height: 167px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 44px;
  overflow: hidden;
}

.search-product-result .product_item .image a {
  height: 167px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search-product-result .product_item .image .img {
  opacity: 1;
}

.search-product-result .product_item .image:hover .img {
  display: none;
  opacity: 0;
}

.search-product-result .product_item .image:hover .hoverImg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
}

.search-product-result .product_item .image .hoverImg {
  display: none;
  opacity: 0;
}

.search-product-result .product_item .image img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.search-product-result .product_item .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

.search-product-result .product_item .info .caption .title {
  margin-bottom: 18px;
}

.search-product-result .product_item .info .caption .title a {
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  color: #183C67;
  text-decoration: none;
}

.search-product-result .product_item .info .caption .description {
  font-size: 14px;
  line-height: 17px;
  color: #525454;
}

.search-product-result .product_item .info .caption .description ul {
  margin-bottom: 0px;
}

.search-product-result .product_item .info_size {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.search-product-result .product_item .info_size .stiker {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 0;
  height: 37px;
}

.search-product-result .product_item .info_size .stiker .new {
  background: var(--hover-color-bl);
  padding: 0px 18px 0px 12px;
}

.search-product-result .product_item .info_size .stiker .onsale {
  background: #E52836;
  padding: 0px 18px 0px 12px;
}

.search-product-result .product_item .info_size .stiker .special {
  background: #FF8500;
  padding: 0px 18px 0px 12px;
}

.search-product-result .product_item .info_price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.search-product-result .product_item .info_price .price {
  font-weight: 500;
  font-size: 38px;
  line-height: 45px;
  color: #183C67;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.search-product-result .product_item .info_price .price .old_price {
  font-weight: 500;
  font-size: 15px;
  line-height: 17px;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
  color: #7C8285;
}

.search-product-result .product_item .info_price .price .new_price {
  font-family: Roboto;
  font-size: 18px;
  font-weight: 500;
  line-height: 17px;
  color: #EA5959;
}

.search-product-result .product_item .info_price .price .st_price {
  font-family: Roboto;
  font-size: 18px;
  font-weight: 500;
  line-height: 17px;
  color: #183C67;
}

.search-product-result .product_item .info_price .add_cart .quantity {
  display: none;
}

.search-product-result .product_item .info_price .add_cart .btn_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.search-product-result .product_item .info_price .add_cart .btn_group button {
  width: 38px;
  height: 38px;
  background-image: url("data:image/svg+xml,%3Csvg width='38' height='38' viewBox='0 0 38 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='38' height='38' rx='19' fill='%230F4C86'/%3E%3Cg clip-path='url(%23clip0_2079_1778)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 11.8824C10 11.395 10.3904 11 10.8719 11H11.5295C12.4815 11 13.3367 11.5201 13.795 12.3235H24.3828C26.1135 12.3235 27.367 13.9939 26.9025 15.6811L26.8073 16.0267C26.3157 17.8125 24.7733 19.0967 22.9471 19.241L15.7627 19.8084L15.8203 20.0394C15.918 20.4312 16.2663 20.7059 16.6657 20.7059H23.514C23.9955 20.7059 24.3859 21.1009 24.3859 21.5882C24.3859 22.0756 23.9955 22.4706 23.514 22.4706H16.6657C15.4675 22.4706 14.4225 21.6466 14.1295 20.4709L12.3749 13.4313C12.2772 13.0393 11.9289 12.7647 11.5295 12.7647H10.8719C10.3904 12.7647 10 12.3697 10 11.8824ZM15.3328 18.0833L14.337 14.0882H24.3828C24.9597 14.0882 25.3775 14.645 25.2227 15.2074L25.1276 15.5531C24.8325 16.6246 23.9071 17.395 22.8114 17.4816L15.4693 18.0615C15.4225 18.0652 15.3769 18.0726 15.3328 18.0833ZM16.1031 24.6765C16.1031 25.4074 15.5176 26 14.7953 26C14.073 26 13.4875 25.4074 13.4875 24.6765C13.4875 23.9455 14.073 23.3529 14.7953 23.3529C15.5176 23.3529 16.1031 23.9455 16.1031 24.6765ZM24.8218 24.6765C24.8218 25.4074 24.2362 26 23.514 26C22.7917 26 22.2062 25.4074 22.2062 24.6765C22.2062 23.9455 22.7917 23.3529 23.514 23.3529C24.2362 23.3529 24.8218 23.9455 24.8218 24.6765Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2079_1778'%3E%3Crect width='24' height='24' fill='white' transform='translate(7 7)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  border: none;
  font-size: 0px;
  background-color: transparent;
}

.search-product-result .product_item .info_price .add_cart button {
  padding: 0;
  background: transparent;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.search-product-result .product_item .info_price .add_cart .quantity {
  display: none;
}

.search-product-result .product_item .info_price .add_cart .btn_group .fast_order {
  display: none;
}

.search-product-result .product_item .info_price .add_cart .btn_group .added_to_cart {
  display: none;
}

.search-product-result .product_item .info_price .add_cart .btn_group .alt {
  font-size: 0px;
}

.search-product-result .product_item .info_price .add_cart .btn_group .alt svg g path {
  stroke: #183B67;
}

.search-product-result .product_item .link_more a {
  text-decoration: none;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  text-transform: capitalize;
  color: #7C8285;
}

.login_form .modal-dialog {
  max-width: 398px;
  border-radius: 5px;
}

.login_form .modal-dialog .modal-content {
  padding: 35px 30px;
}

.login_form .modal-dialog .modal-content .modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding: 0px;
  border: none;
  margin-bottom: 20px;
}

.login_form .modal-dialog .modal-content .modal-header .modal-title {
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  color: #525454;
  margin-bottom: 5px;
}

.login_form .modal-dialog .modal-content .modal-header .sub_title {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #525454;
}

.login_form .modal-dialog .modal-content .modal-body {
  padding: 0px;
  margin-bottom: 0px;
}

.login_form .modal-dialog .modal-content .modal-body .form label {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #757575;
  margin-bottom: 0;
}

.login_form .modal-dialog .modal-content .modal-body .form input {
  border: 1px solid #D0D0D0;
  border-radius: 5px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #525454;
  height: 40px;
}

.login_form .modal-dialog .modal-content .modal-body .form .form-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0px !important;
}

.login_form .modal-dialog .modal-content .modal-body .form .form-check input {
  border: 1px solid #D0D0D0;
  border-radius: 5px;
  width: 16px;
  height: 16px;
  margin-top: 0px;
}

.login_form .modal-dialog .modal-content .modal-body .form .form-check label {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #525454;
  margin-left: 10px;
}

.login_form .modal-dialog .modal-content .modal-body .form .form-check .remember {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #183C67;
  text-decoration: none;
  margin-left: auto;
}

.login_form .modal-dialog .modal-content .modal-footer {
  padding: 0px;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #757575;
  margin-top: 30px;
}

.login_form .modal-dialog .modal-content .modal-footer .submit {
  font-size: 24px;
  line-height: 28px;
  color: #FFFFFF;
  background: var(--hover-color-bl);
  border-radius: 5px;
  height: 50px;
  max-width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 15px;
}

.login_form .modal-dialog .modal-content .modal-footer .link {
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #183C67;
  margin-bottom: 5px;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0px;
}

.complected_page .image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
  margin-top: 30px;
}

@media (max-width: 575.98px) {
  .complected_page .image svg {
    width: 74px;
    height: 74px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .complected_page .image svg {
    width: 74px;
    height: 74px;
  }
}

.complected_page .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
}

@media (max-width: 575.98px) {
  .complected_page .title {
    margin-bottom: 5px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .complected_page .title {
    margin-bottom: 5px;
  }
}

.complected_page .title h1 {
  font-weight: 400;
  font-size: 36px;
  line-height: 42px;
  text-align: center;
  color: #525454;
}

@media (max-width: 575.98px) {
  .complected_page .title h1 {
    font-size: 28px;
    line-height: 33px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .complected_page .title h1 {
    font-size: 28px;
    line-height: 33px;
  }
}

.complected_page .sub_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #525454;
  margin-bottom: 18px;
}

@media (max-width: 575.98px) {
  .complected_page .sub_title {
    font-size: 16px;
    line-height: 19px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .complected_page .sub_title {
    font-size: 16px;
    line-height: 19px;
  }
}

.complected_page .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 70px;
}

@media (max-width: 575.98px) {
  .complected_page .link {
    margin-bottom: 70px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .complected_page .link {
    margin-bottom: 70px;
  }
}

.complected_page .link a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 400px;
  height: 50px;
  background: var(--hover-color-bl);
  border-radius: 5px;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  color: #FFFFFF;
}

@media (max-width: 575.98px) {
  .complected_page .link a {
    height: 40px;
    font-size: 18px;
    line-height: 21px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .complected_page .link a {
    height: 40px;
    font-size: 18px;
    line-height: 21px;
  }
}

.not_found_page {
  margin-top: 60px;
  margin-bottom: 160px;
}

.not_found_page .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 575.98px) {
  .not_found_page .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .not_found_page .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media (max-width: 575.98px) {
  .not_found_page .image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 25px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .not_found_page .image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 25px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .not_found_page .image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}

@media (max-width: 575.98px) {
  .not_found_page .image svg {
    width: 219px;
    height: 163px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .not_found_page .image svg {
    width: 219px;
    height: 163px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .not_found_page .image svg {
    width: 286px;
    height: 213px;
  }
}

.not_found_page .title {
  margin-bottom: 15px;
}

.not_found_page .title h1 {
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  color: #525454;
}

.not_found_page .sub_title {
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #525454;
  margin-bottom: 25px;
}

.not_found_page .link a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 300px;
  height: 50px;
  background: var(--hover-color-bl);
  border-radius: 5px;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  color: #FFFFFF;
}

@media (max-width: 575.98px) {
  .not_found_page .link a {
    font-size: 18px;
    line-height: 21px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .not_found_page .link a {
    font-size: 18px;
    line-height: 21px;
  }
}

.faq_page {
  margin-top: 30px;
}

.faq_page .page_head .title {
  font-weight: 400;
  font-size: 36px;
  line-height: 42px;
  color: #525454;
  margin-bottom: 30px;
}

@media (max-width: 575.98px) {
  .faq_page .page_head .title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 20px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .faq_page .page_head .title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 20px;
  }
}

.faq_page .page_head .sub_title {
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  color: #525454;
  margin-bottom: 20px;
}

@media (max-width: 575.98px) {
  .faq_page .page_head .sub_title {
    font-size: 18px;
    line-height: 21px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .faq_page .page_head .sub_title {
    font-size: 18px;
    line-height: 21px;
  }
}

.faq_page .block_data {
  /* Vertical line */
}

.faq_page .block_data .collapsible-link::before {
  content: '';
  width: 20px;
  height: 12px;
  position: absolute;
  right: 9px;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='12' viewBox='0 0 20 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.38464L10 10.3846' stroke='%23C4C4C4' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M10 10.3846L19 1.38464' stroke='%23C4C4C4' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}

@media (max-width: 575.98px) {
  .faq_page .block_data .collapsible-link::before {
    position: relative;
    right: unset;
    margin: 0 auto;
    margin-top: 15px;
  }
}

.faq_page .block_data .collapsible-link[aria-expanded='true']::after {
  -webkit-transform: rotate(90deg) translateX(-1px);
          transform: rotate(90deg) translateX(-1px);
}

.faq_page .block_data .collapsible-link[aria-expanded='true']::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='12' viewBox='0 0 20 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.38464L10 10.3846' stroke='%23183C67' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M10 10.3846L19 1.38464' stroke='%23183C67' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}

.faq_page .block_data .card {
  margin-bottom: 20px;
  background: #FFFFFF;
  border: 1px solid #D0D0D0;
  border-radius: 5px;
}

.faq_page .block_data .card .card-header {
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #525454;
  background: transparent;
  border: none;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 11px;
}

@media (max-width: 575.98px) {
  .faq_page .block_data .card .card-header {
    height: unset;
  }
}

.faq_page .block_data .card .card-header .title_block {
  width: 100%;
}

.faq_page .block_data .card .card-header .title_block a {
  text-decoration: none;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #525454;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 575.98px) {
  .faq_page .block_data .card .card-header .title_block a {
    font-size: 14px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    padding-top: 15px;
    padding-bottom: 12px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .faq_page .block_data .card .card-header .title_block a {
    font-size: 14px;
  }
}

.faq_page .block_data .card .card-body {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #525454;
  padding: 0px 11px;
  padding-top: 5px;
  padding-bottom: 40px;
}

@media (max-width: 575.98px) {
  .faq_page .block_data .card .card-body {
    font-size: 14px;
    padding-bottom: 20px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .faq_page .block_data .card .card-body {
    font-size: 14px;
  }
}

.faq_page .block_data .card .card-body p {
  margin: 0px;
}

.file_page .page_head .title {
  font-weight: 400;
  font-size: 36px;
  line-height: 42px;
  color: #525454;
  margin-bottom: 40px;
}

@media (max-width: 575.98px) {
  .file_page .page_head .title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

.file_page .page_content .file_data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.file_page .page_content .file_data .item {
  width: 16.6677%;
  margin-bottom: 50px;
}

@media (max-width: 575.98px) {
  .file_page .page_content .file_data .item {
    width: 50%;
    margin-bottom: 30px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .file_page .page_content .file_data .item {
    width: 50%;
    margin-bottom: 30px;
  }
}

.file_page .page_content .file_data .item a {
  text-decoration: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #525454;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.file_page .page_content .file_data .item a .image {
  margin-bottom: 10px;
}

.contact_page .page_head .title {
  font-weight: 400;
  font-size: 36px;
  line-height: 42px;
  color: #525454;
  margin-bottom: 10px;
}

@media (max-width: 575.98px) {
  .contact_page .page_head .title {
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    color: #525454;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .contact_page .page_head .title {
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    color: #525454;
  }
}

.contact_page .page_content .info_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.contact_page .page_content .info_contact .sub_title {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #525454;
  margin-bottom: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
}

@media (max-width: 575.98px) {
  .contact_page .page_content .info_contact .sub_title {
    font-size: 16px;
  }
}

.contact_page .page_content .info_contact .phone {
  -webkit-box-flex: 0;
      -ms-flex: 0 50%;
          flex: 0 50%;
  margin-bottom: 15px;
}

.contact_page .page_content .info_contact .mail {
  -webkit-box-flex: 0;
      -ms-flex: 0 50%;
          flex: 0 50%;
  margin-bottom: 15px;
}

.contact_page .page_content .info_contact .social {
  -webkit-box-flex: 0;
      -ms-flex: 0 50%;
          flex: 0 50%;
}

.contact_page .page_content .info_contact .social svg {
  margin-right: 16px;
}

.contact_page .page_content .info_contact .illustration {
  margin-left: auto;
}

@media (max-width: 575.98px) {
  .contact_page .page_content .info_contact .illustration {
    margin: 0 auto;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .contact_page .page_content .info_contact .illustration {
    margin: 0 auto;
  }
}

.contact_page .page_content .info_contact .illustration svg {
  max-width: 100%;
}

@media (max-width: 575.98px) {
  .contact_page .page_content .info_contact .illustration svg {
    width: 208px;
    height: 193px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .contact_page .page_content .info_contact .illustration svg {
    width: 208px;
    height: 193px;
  }
}

.contact_page .page_content .info_contact .title {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #183C67;
  margin-bottom: 5px;
}

@media (max-width: 575.98px) {
  .contact_page .page_content .info_contact .title {
    font-size: 16px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .contact_page .page_content .info_contact .title {
    font-size: 16px;
  }
}

.contact_page .page_content .info_contact a {
  font-size: 16px;
  line-height: 22px;
  color: #525454;
  text-decoration: none;
}

@media (max-width: 575.98px) {
  .contact_page .page_content .info_contact a {
    font-size: 14px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .contact_page .page_content .info_contact a {
    font-size: 14px;
  }
}

.contact_page .page_content .contact_form .form {
  max-width: 458px;
  border: 1px solid #D0D0D0;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  margin-left: auto;
  padding: 35px;
  margin-bottom: 40px;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .contact_page .page_content .contact_form .form {
    max-width: 100%;
  }
}

@media (max-width: 575.98px) {
  .contact_page .page_content .contact_form .form {
    max-width: 100%;
    padding: 30px 15px;
  }
}

.contact_page .page_content .contact_form .form .title_fotm {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #525454;
  margin-bottom: 15px;
}

.contact_page .page_content .contact_form .form .form-group {
  margin-bottom: 20px;
}

@media (max-width: 575.98px) {
  .contact_page .page_content .contact_form .form .form-group {
    margin-bottom: 15px;
  }
}

.contact_page .page_content .contact_form .form .form-group label {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #757575;
  margin-bottom: 0px;
}

.contact_page .page_content .contact_form .form .form-group input {
  border: 1px solid #D0D0D0;
  border-radius: 5px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 11px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #525454;
}

.contact_page .page_content .contact_form .form .form-group textarea {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.contact_page .page_content .contact_form .form .btn {
  width: 100%;
  background: var(--hover-color-bl);
  border-radius: 5px;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  color: #FFFFFF;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.woocommerce-checkout h1.title {
  font-family: Roboto;
  font-size: 46px;
  font-weight: 400;
  line-height: 54px;
  text-align: left;
  color: #525454;
  padding-top: 44px;
  padding-bottom: 11px;
  border-bottom: 1px solid #D0D0D0;
  padding-left: 0;
  padding-right: 0;
  width: calc(100% - 20px);
  margin: 0 auto;
  margin-bottom: 26px;
}

.bag_page .page_head .title {
  font-weight: 400;
  font-size: 36px;
  line-height: 42px;
  color: #525454;
  margin-bottom: 50px;
}

@media (max-width: 575.98px) {
  .bag_page .page_head .title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 30px;
  }
}

.bag_page .info_bag .info {
  margin-bottom: 46px;
}

@media (max-width: 575.98px) {
  .bag_page .info_bag .info {
    margin-bottom: 25px;
  }
}

.bag_page .info_bag .info .title {
  font-family: Roboto;
  font-size: 24px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  color: #525454;
  margin-bottom: 20px;
}

.bag_page .info_bag .info .title span {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #525454;
  background: #D0D0D0;
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50px;
  margin-right: 15px;
}

.bag_page .info_bag .info .shipping_address div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bag_page .info_bag .info #billing_country_field .woocommerce-input-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.bag_page .info_bag .info textarea {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #D0D0D0;
  border-radius: 5px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #525454;
  padding: 11px;
}

.bag_page .info_bag .info .form .delivery_fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bag_page .info_bag .info .form .form-row {
  margin-bottom: 15px;
  width: calc(50% - 10px);
}

@media (max-width: 575.98px) {
  .bag_page .info_bag .info .form .form-row {
    margin-bottom: 10px;
    width: 100%;
  }
}

.bag_page .info_bag .info .form .form-row label {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #757575;
  margin-bottom: 0px;
  display: none;
}

.bag_page .info_bag .info .form .form-row input {
  background: #FFFFFF;
  border: 1px solid #D0D0D0;
  border-radius: 5px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #525454;
  max-width: 350px;
  width: 100%;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 11px;
}

@media (max-width: 575.98px) {
  .bag_page .info_bag .info .form .form-row input {
    max-width: 100%;
  }
}

.bag_page .info_bag .info .form .form-row select {
  background: #FFFFFF;
  border: 1px solid #D0D0D0;
  border-radius: 5px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #525454;
  max-width: 350px;
  width: 100%;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 11px;
}

@media (max-width: 575.98px) {
  .bag_page .info_bag .info .form .form-row select {
    max-width: 100%;
  }
}

.bag_page .info_bag .info .form .form-row .select2-container {
  background: #FFFFFF;
  border: 1px solid #D0D0D0;
  border-radius: 5px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #525454;
  max-width: 350px;
  width: 100%;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 11px;
}

@media (max-width: 575.98px) {
  .bag_page .info_bag .info .form .form-row .select2-container {
    max-width: 100%;
  }
}

@media (max-width: 575.98px) {
  .bag_page .info_bag .delivery {
    margin-bottom: 25px;
  }
}

.bag_page .info_bag .delivery .title {
  font-family: Roboto;
  font-size: 24px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  color: #525454;
  margin-bottom: 20px;
}

.bag_page .info_bag .delivery .title span {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #525454;
  background: #D0D0D0;
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50px;
  margin-right: 15px;
}

.bag_page .info_bag .delivery .title .icon {
  margin-left: 20px;
}

.bag_page .info_bag .delivery .form #shipping_method {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
}

.bag_page .info_bag .delivery .form #shipping_method li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  color: #525454;
  width: 100%;
}

.bag_page .info_bag .delivery .form #shipping_method input {
  width: 24px;
  height: 24px;
  position: relative;
  cursor: pointer;
}

.bag_page .info_bag .delivery .form #shipping_method input::after {
  content: "";
  border: 1px solid var(--main-color-bl);
  border-radius: 50px;
  width: 24px;
  height: 24px;
  display: block;
  background: #fff;
}

.bag_page .info_bag .delivery .form #shipping_method input:checked::before {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 50px;
  background: var(--main-color-bl);
  position: absolute;
  display: block;
  left: 3px;
  top: 3px;
}

.bag_page .info_bag .delivery .form #shipping_method label {
  margin-left: 15px;
}

.bag_page .info_bag .payment {
  margin-bottom: 46px;
}

@media (max-width: 575.98px) {
  .bag_page .info_bag .payment {
    margin-bottom: 25px;
  }
}

.bag_page .info_bag .payment .title {
  font-family: Roboto;
  font-size: 24px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  color: #525454;
  margin-bottom: 20px;
}

.bag_page .info_bag .payment .title span {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #525454;
  background: #D0D0D0;
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50px;
  margin-right: 15px;
}

.bag_page .info_bag .payment .form .payment_methods {
  padding-left: 0px;
  list-style: none;
}

.bag_page .info_bag .payment .form .payment_methods li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  color: #525454;
  margin-bottom: 20px;
}

.bag_page .info_bag .payment .form .payment_methods input {
  width: 24px;
  height: 24px;
  position: relative;
  cursor: pointer;
}

.bag_page .info_bag .payment .form .payment_methods input::after {
  content: "";
  border: 1px solid var(--main-color-bl);
  border-radius: 50px;
  width: 24px;
  height: 24px;
  display: block;
  background: #fff;
}

.bag_page .info_bag .payment .form .payment_methods input:checked::before {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 50px;
  background: var(--main-color-bl);
  position: absolute;
  display: block;
  left: 3px;
  top: 3px;
}

.bag_page .info_bag .payment .form .payment_methods label {
  margin-left: 15px;
}

.bag_page .info_bag .payment #place_order {
  width: 100%;
  border: none;
  background: var(--main-color-bl);
  height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
  color: #fff;
  display: none;
}

.bag_page .info_bag .create_profile .title {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #525454;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.bag_page .info_bag .create_profile .form .form-group {
  margin-bottom: 20px;
}

.bag_page .info_bag .create_profile .form .form-group label {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #757575;
  margin-bottom: 0px;
}

.bag_page .info_bag .create_profile .form .form-group input {
  background: #FFFFFF;
  border: 1px solid #D0D0D0;
  border-radius: 5px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #525454;
  max-width: 350px;
  width: 100%;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 11px;
}

.bag_page .data_bag {
  margin-left: auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

@media (max-width: 575.98px) {
  .bag_page .data_bag {
    max-width: 100%;
    padding-left: 5px;
    border-left: none;
    margin-top: 25px;
  }
}

.bag_page .data_bag .block_head {
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  color: #525454;
  padding-bottom: 15px;
}

.bag_page .data_bag .product_list_bag {
  margin-bottom: 20px;
}

.bag_page .data_bag .product_list_bag .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #D0D0D0;
  position: relative;
}

.bag_page .data_bag .product_list_bag .item:first-child {
  border-top: 1px solid #D0D0D0;
}

.bag_page .data_bag .product_list_bag .item .image {
  max-width: 183px;
  width: 100%;
  margin-right: 20px;
  max-height: 148px;
  height: 100%;
}

.bag_page .data_bag .product_list_bag .item .image img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  width: 100%;
}

.bag_page .data_bag .product_list_bag .item .product_data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bag_page .data_bag .product_list_bag .item .product_data .product_title a {
  font-family: Roboto;
  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
  text-decoration: none;
  color: #183B67;
}

.bag_page .data_bag .product_list_bag .item .product_data .price {
  font-family: Roboto;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  color: #183B67;
}

.bag_page .data_bag .product_list_bag .item .product_data .product-subtotal {
  display: none;
}

.bag_page .data_bag .product_list_bag .item .product_data .delete_product {
  position: absolute;
  right: 0;
  top: 0;
}

.bag_page .data_bag .product_list_bag .item .product-quantity {
  display: none;
}

.bag_page .data_bag .product_list_bag .item .caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bag_page .data_bag .product_list_bag .item .caption .title_product a {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
  color: #183B67;
}

.bag_page .data_bag .product_list_bag .item .caption .price {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #183C67;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bag_page .data_bag .product_list_bag .item .caption .price .old {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-decoration: line-through;
  color: #757575;
  margin-right: 7px;
}

.bag_page .data_bag .delivery {
  margin-bottom: 46px;
}

@media (max-width: 575.98px) {
  .bag_page .data_bag .delivery {
    margin-bottom: 25px;
  }
}

.bag_page .data_bag .delivery .title {
  font-family: Roboto;
  font-size: 24px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  color: #525454;
  margin-bottom: 20px;
}

.bag_page .data_bag .delivery .title span {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #525454;
  background: #D0D0D0;
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50px;
  margin-right: 15px;
}

.bag_page .data_bag .delivery .title .icon {
  margin-left: 20px;
}

.bag_page .data_bag .delivery .form div,
.bag_page .data_bag .delivery .form p,
.bag_page .data_bag .delivery .form a {
  font-size: 16px;
}

.bag_page .data_bag .delivery .form #shipping_method {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bag_page .data_bag .delivery .form #shipping_method li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  color: #525454;
  margin-bottom: 10px;
}

.bag_page .data_bag .delivery .form #shipping_method input {
  width: 24px;
  height: 24px;
  position: relative;
  cursor: pointer;
}

.bag_page .data_bag .delivery .form #shipping_method input::after {
  content: "";
  border: 1px solid var(--main-color-bl);
  border-radius: 50px;
  width: 24px;
  height: 24px;
  display: block;
  background: #fff;
}

.bag_page .data_bag .delivery .form #shipping_method input:checked::before {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 50px;
  background: var(--main-color-bl);
  position: absolute;
  display: block;
  left: 3px;
  top: 3px;
}

.bag_page .data_bag .delivery .form #shipping_method label {
  margin-left: 15px;
}

.bag_page .data_bag .delivery .form button {
  width: 100%;
  border: none;
  background: var(--main-color-bl);
  height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
  color: #fff;
  border-radius: 35px;
}

.bag_page .data_bag .total {
  padding-bottom: 10px;
}

.bag_page .data_bag .total .page_head {
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  color: #525454;
  margin-bottom: 20px;
  margin-top: 25px;
}

.bag_page .data_bag .total .total_price {
  border-top: 1px solid #D0D0D0;
}

.bag_page .data_bag .total .total_price,
.bag_page .data_bag .total .delivery_coast {
  padding: 14px 0px;
  border-bottom: 1px solid #D0D0D0;
}

.bag_page .data_bag .total .total_price .text,
.bag_page .data_bag .total .delivery_coast .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #525454;
}

.bag_page .data_bag .total .total_price .data,
.bag_page .data_bag .total .delivery_coast .data {
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #183C67;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.bag_page .data_bag .confirm {
  margin-top: 20px;
  margin-bottom: 30px;
}

.bag_page .data_bag .confirm #place_order {
  width: 100%;
  border: none;
  background: var(--main-color-bl);
  height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
  color: #fff;
}

.bag_page .data_bag .confirm #place_order.disabled {
  background: #9E9E9E;
  cursor: no-drop;
}

.bag_page .data_bag .confirm .confirm_order {
  background: var(--hover-color-bl);
  border-radius: 5px;
  height: 40px;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
}

.bag_page .data_bag .confirm .form-check {
  margin-top: 15px;
}

.bag_page .data_bag .confirm .form-check label {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #757575;
  cursor: pointer;
}

.bag_page .data_bag .confirm .form-check label a {
  color: #757575;
}

.bag_page .data_bag .confirm .checkout_additional_checkboxes {
  margin-top: 10px;
  margin-bottom: 10px;
}

.xoo-wsc-modal .xoo-wsc-container .xoo-wsc-body .xoo-wsc-products .xoo-wsc-product .xoo-wsc-sm-sales {
  display: none;
}

.xoo-wsc-modal .xoo-wsc-container .xoo-wsc-body .xoo-wsc-products .xoo-wsc-product .xoo-wsc-pname a {
  font-size: 16px;
  line-height: 130%;
  color: #261B0F;
  text-decoration: none;
}

.xoo-wsc-modal .xoo-wsc-container .xoo-wsc-body .xoo-wsc-products .xoo-wsc-product .xoo-wsc-sm-left .d-flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.xoo-wsc-modal .xoo-wsc-container .xoo-wsc-body .xoo-wsc-products .xoo-wsc-product .variation {
  display: none;
}

.xoo-wsc-modal .xoo-wsc-container .xoo-wsc-footer .xoo-wsc-ecl {
  color: red;
}

.xoo-wsc-modal .xoo-wsc-container .xoo-wsc-footer .xoo-wsc-ft-buttons-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.xoo-wsc-modal .xoo-wsc-container .xoo-wsc-footer .xoo-wsc-ft-buttons-cont .xoo-wsc-ft-btn-continue {
  color: #0068B4;
  text-align: center;
  font-family: Roboto;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-decoration: none;
  width: 300px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  border: 2px solid #0068B4;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.xoo-wsc-modal .xoo-wsc-container .xoo-wsc-footer .xoo-wsc-ft-buttons-cont a {
  color: #0068B4;
  text-align: center;
  font-family: Roboto;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-decoration: none;
  width: 300px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  border: 2px solid #0068B4;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.xoo-wsc-modal .xoo-wsc-container .xoo-wsc-footer .xoo-wsc-ft-buttons-cont .catalog_link {
  display: none;
}

.bag_template {
  border: 1px solid #D0D0D0;
  border-radius: 5px;
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  padding: 0px 30px 30px;
  margin-top: 30px;
}

.bag_template .actions {
  display: none;
}

.bag_template .shop_table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.bag_template .shop_table .cart_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 43px 0px;
  border-bottom: 1px solid #eee;
  position: relative;
}

.bag_template .shop_table .cart_item .product-thumbnail {
  width: 110px;
  height: 70px;
}

.bag_template .shop_table .cart_item .product-thumbnail img {
  max-width: 100%;
  height: auto;
}

.bag_template .shop_table .cart_item .product_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
  padding-left: 33px;
}

.bag_template .shop_table .cart_item .product_info .product-name a {
  text-decoration: none;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #183B67;
}

.bag_template .shop_table .cart_item .product_info .product_price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.bag_template .shop_table .cart_item .product_info .product-price {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #183C67;
  max-width: 350px;
  width: 100%;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .bag_template .shop_table .cart_item .product_info .product-price {
    max-width: 200px;
  }
}

.bag_template .shop_table .cart_item .product_info .product-quantity .quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bag_template .shop_table .cart_item .product_info .product-quantity .quantity button {
  background: transparent;
  border: none;
}

.bag_template .shop_table .cart_item .product_info .product-quantity .quantity input {
  border: 1px solid #D0D0D0;
  width: 55px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  margin: 0px 10px;
  text-align: center;
}

.bag_template .shop_table .cart_item .product_info .product-quantity .quantity input[type='number'] {
  -moz-appearance: textfield;
}

.bag_template .shop_table .cart_item .product_info .product-quantity .quantity input::-webkit-outer-spin-button,
.bag_template .shop_table .cart_item .product_info .product-quantity .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.bag_template .shop_table .cart_item .product_info .product_total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  margin-left: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.bag_template .shop_table .cart_item .product_info .product-subtotal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}

.bag_template .shop_table .cart_item .product_info .product-subtotal .amount {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #183C67;
}

.bag_template .shop_table .cart_item .product_info .product-remove {
  margin-left: auto;
  margin-bottom: 7px;
}

.bag_template .cart-collaterals .cart_totals {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: auto;
  max-width: 310px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}

.bag_template .cart-collaterals .cart_totals h2 {
  display: none;
}

.bag_template .cart-collaterals .cart_totals .cart-subtotal {
  display: none;
}

.bag_template .cart-collaterals .cart_totals .order-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 17px;
  margin-top: 40px;
}

.bag_template .cart-collaterals .cart_totals .order-total th {
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #183B67;
}

.bag_template .cart-collaterals .cart_totals .order-total td {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #183C67;
}

.bag_template .cart-collaterals .cart_totals .wc-proceed-to-checkout a {
  background: var(--hover-color-bl);
  border-radius: 5px;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  color: #FFFFFF;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
}

#yith-woocompare {
  position: relative;
}

#yith-woocompare .product_info th {
  font-size: 0px;
}

#yith-woocompare .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: absolute;
  top: 100px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 2;
}

@media (max-width: 575.98px) {
  #yith-woocompare .list {
    display: none;
  }
}

#yith-woocompare .list .left #left-button {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#yith-woocompare .list button {
  background: transparent;
  border: 2px solid #D0D0D0;
  width: 43px;
  height: 43px;
  border-radius: 50%;
}

@media (max-width: 575.98px) {
  #yith-woocompare .DTFC_LeftWrapper .DTFC_LeftBodyWrapper {
    width: 100vw;
    z-index: -1;
  }
}

@media (max-width: 575.98px) {
  #yith-woocompare .DTFC_LeftWrapper .DTFC_LeftBodyWrapper .DTFC_LeftBodyLiner {
    overflow: unset !important;
    width: 100% !important;
    padding-right: 10px !important;
  }
}

#yith-woocompare .DTFC_LeftWrapper .DTFC_LeftBodyWrapper .DTFC_LeftBodyLiner .product_info {
  background: #fff !important;
}

@media (max-width: 575.98px) {
  #yith-woocompare .DTFC_LeftWrapper .DTFC_LeftBodyWrapper .DTFC_LeftBodyLiner .product_info {
    display: none !important;
  }
}

@media (max-width: 575.98px) {
  #yith-woocompare .DTFC_LeftWrapper .DTFC_LeftBodyWrapper .DTFC_LeftBodyLiner .price {
    margin-top: 188px;
  }
}

@media (max-width: 575.98px) {
  #yith-woocompare .DTFC_LeftWrapper .DTFC_LeftBodyWrapper .DTFC_LeftBodyLiner tr {
    display: block;
    min-height: 35px;
    margin-bottom: 35px;
    position: relative;
  }
  #yith-woocompare .DTFC_LeftWrapper .DTFC_LeftBodyWrapper .DTFC_LeftBodyLiner tr th {
    max-width: 100%;
    position: absolute;
    width: 100%;
    text-align: center;
    z-index: 2;
  }
}

#yith-woocompare .dataTables_scroll .dataTables_scrollBody {
  overflow: hidden !important;
}

@media (max-width: 575.98px) {
  #yith-woocompare .dataTables_scroll .dataTables_scrollBody #yith-woocompare-table .group {
    opacity: 0;
  }
}

@media (max-width: 575.98px) {
  #yith-woocompare .dataTables_scroll .dataTables_scrollBody #yith-woocompare-table tr {
    display: block;
    min-height: 35px;
    margin-top: 35px;
  }
  #yith-woocompare .dataTables_scroll .dataTables_scrollBody #yith-woocompare-table tr th {
    display: none;
  }
}

@media (max-width: 575.98px) {
  #yith-woocompare .dataTables_scroll .dataTables_scrollBody {
    overflow: auto !important;
  }
}

#yith-woocompare table.compare-list td {
  width: 202px;
  max-width: 202px;
  min-width: 202px;
}

#yith-woocompare table.compare-list tbody th {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #525454;
  text-transform: none;
  width: 230px;
  max-width: 230px;
  min-width: 230px;
  background: transparent;
  padding: 5px 10px !important;
}

#yith-woocompare table.compare-list tbody td {
  text-align: left;
  padding: 5px 10px !important;
}

#yith-woocompare table.compare-list tbody tr.odd {
  background: #F1F0F0;
}

#yith-woocompare table.compare-list tbody .stock {
  display: none !important;
}

#yith-woocompare table.compare-list tbody .product_info {
  background: transparent !important;
}

@media (max-width: 575.98px) {
  #yith-woocompare table.compare-list tbody .product_info {
    display: unset !important;
  }
}

#yith-woocompare table.compare-list tbody .product_info th {
  border-top: none;
  font-size: 0px;
}

#yith-woocompare table.compare-list tbody .product_info td {
  border-top: none;
}

#yith-woocompare table.compare-list .image-wrap {
  width: 110px;
}

#yith-woocompare table.compare-list .product_title {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #183B67;
}

#yith-woocompare table.compare-list .add_to_cart_wrap .button {
  background: var(--hover-color-bl);
  border-radius: 5px;
  width: 102px;
  height: 30px;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  text-transform: none;
}

#yith-woocompare .compare-list .group {
  margin-top: 30px;
}

#yith-woocompare .compare-list .group th {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #183C67;
  border: none !important;
}

#yith-woocompare .compare-list .group td {
  border: none !important;
}

@media (max-width: 575.98px) {
  #yith-woocompare .compare-list .group td {
    display: none;
  }
}

.partners_page .page_head .title {
  font-weight: 400;
  font-size: 36px;
  line-height: 42px;
  color: #525454;
}

@media (max-width: 575.98px) {
  .partners_page .page_head .title {
    font-size: 24px;
    line-height: 28px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .partners_page .page_head .title {
    font-size: 24px;
    line-height: 28px;
  }
}

.partners_page .page_content {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #525454;
  margin-bottom: 70px;
}

@media (max-width: 575.98px) {
  .partners_page .page_content {
    margin-bottom: 40px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .partners_page .page_content {
    margin-bottom: 40px;
  }
}

.partners_page .partners .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.partners_page .partners .item .image {
  margin-bottom: 50px;
}

@media (max-width: 575.98px) {
  .partners_page .partners .item .image {
    margin-bottom: 20px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .partners_page .partners .item .image {
    margin-bottom: 20px;
  }
}

.partners_page .partners .item .link {
  margin-bottom: 60px;
}

@media (max-width: 575.98px) {
  .partners_page .partners .item .link {
    margin-bottom: 34px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .partners_page .partners .item .link {
    margin-bottom: 34px;
  }
}

.partners_page .partners .item .link a {
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #525454;
}

/*region*/
.region_form .modal-dialog {
  max-width: 999px;
}

.region_form .modal-dialog .modal-header {
  border: none;
  padding-top: 30px;
}

.region_form .modal-dialog .modal-header .btn-close {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.region_form .modal-dialog .modal-header .modal-title {
  font-weight: 400;
  font-size: 36px;
  line-height: 42px;
  color: #525454;
}

@media (max-width: 575.98px) {
  .region_form .modal-dialog .modal-header .modal-title {
    font-size: 28px;
    line-height: 33px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .region_form .modal-dialog .modal-header .modal-title {
    font-size: 28px;
    line-height: 33px;
  }
}

.region_form .modal-dialog .region .map {
  margin: 0 auto;
  margin-bottom: 40px;
  text-align: center;
}

@media (max-width: 575.98px) {
  .region_form .modal-dialog .region .map {
    display: none;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .region_form .modal-dialog .region .map {
    display: none;
  }
}

.region_form .modal-dialog .region .list .item {
  margin-bottom: 40px;
}

.region_form .modal-dialog .region .list .item .title {
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  color: #183B67;
  margin-bottom: 15px;
}

.region_form .modal-dialog .region .list .item .link {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-transform: capitalize;
  color: #757575;
  text-decoration: none;
  margin-bottom: 15px;
  display: block;
}

.about_page .cd-horizontal-timeline ol,
.about_page .cd-horizontal-timeline ul {
  list-style: none;
}

.about_page .cd-timeline-navigation a:hover,
.about_page .cd-timeline-navigation a:focus {
  border-color: #313740;
}

.about_page .cd-horizontal-timeline a,
.about_page .cd-horizontal-timeline a:hover,
.about_page .cd-horizontal-timeline a:focus {
  color: #313740;
}

.about_page .cd-horizontal-timeline blockquote,
.about_page .cd-horizontal-timeline q {
  quotes: none;
}

.about_page .cd-horizontal-timeline blockquote:before,
.about_page .cd-horizontal-timeline blockquote:after,
.about_page .cd-horizontal-timeline q:before,
.about_page .cd-horizontal-timeline q:after {
  content: '';
  content: none;
}

.about_page .cd-horizontal-timeline {
  opacity: 0;
  margin: 2em auto;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.about_page .cd-horizontal-timeline .title {
  font-size: 24px;
  line-height: 28px;
  color: #525454;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about_page .cd-horizontal-timeline table {
  border-collapse: collapse;
  border-spacing: 0;
}

.about_page .cd-horizontal-timeline::before {
  content: 'mobile';
  display: none;
}

.about_page .cd-horizontal-timeline.loaded {
  opacity: 1;
}

.about_page .cd-horizontal-timeline .timeline {
  position: relative;
  height: 200px;
  width: 100%;
  margin: 0 auto;
}

.about_page .cd-horizontal-timeline .events-wrapper {
  position: relative;
  height: 100%;
  margin: 0 40px;
  overflow: hidden;
}

.about_page .cd-horizontal-timeline .events-wrapper::before {
  left: 0;
}

.about_page .cd-horizontal-timeline .events-wrapper::after {
  right: 0;
}

.about_page .cd-horizontal-timeline .events {
  min-width: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 100px;
  height: 2px;
  background: #dfdfdf;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.about_page .cd-horizontal-timeline .events ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.about_page .cd-horizontal-timeline .events a {
  position: absolute;
  bottom: 0;
  z-index: 2;
  text-align: center;
  font-size: 1rem;
  padding-bottom: 15px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  font-weight: 400;
  font-size: 28px;
  line-height: 33px;
  text-decoration: none;
  color: #525454;
}

.about_page .cd-horizontal-timeline .events a::after {
  content: '';
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -5px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  border: 2px solid #dfdfdf;
  background-color: #f8f8f8;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
}

.about_page .cd-horizontal-timeline .events a.selected {
  pointer-events: none;
}

.about_page .cd-horizontal-timeline .events a.selected::after {
  background-color: var(--hover-color-bl);
  border-color: var(--hover-color-bl);
}

.about_page .cd-horizontal-timeline .events a.selected::before {
  content: '';
  border: 1px solid var(--hover-color-bl);
  width: 200px;
  height: 200px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  overflow: auto;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: -20px;
  right: 0;
  border-radius: 100px;
}

@media (max-width: 575.98px) {
  .about_page .cd-horizontal-timeline .events a.selected::before {
    height: unset;
    width: unset;
    border: none;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .about_page .cd-horizontal-timeline .events a.selected::before {
    height: unset;
    width: unset;
    border: none;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .about_page .cd-horizontal-timeline .events a.selected::before {
    height: unset;
    width: unset;
    border: none;
  }
}

.about_page .cd-horizontal-timeline .events a.older-event::after {
  border-color: #313740;
}

.about_page .cd-horizontal-timeline .filling-line {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #313740;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.about_page .cd-horizontal-timeline .events-content {
  position: relative;
  width: 100%;
  overflow: hidden;
  -webkit-transition: height 0.4s;
  transition: height 0.4s;
}

.about_page .cd-horizontal-timeline .events-content li {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  padding: 0 5%;
  opacity: 0;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #525454;
}

.about_page .cd-horizontal-timeline .events-content li.selected {
  position: relative;
  z-index: 2;
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.about_page .cd-horizontal-timeline .events-content li > * {
  max-width: 800px;
  margin: 0 auto;
}

.about_page .cd-horizontal-timeline .events-content h4 {
  font-weight: 700;
  margin-bottom: 0px;
  line-height: 20px;
  margin-bottom: 15px;
}

.about_page .cd-horizontal-timeline .events-content h4 small {
  font-weight: 400;
  line-height: normal;
  font-size: 15px;
}

.about_page .cd-horizontal-timeline .events-content em {
  display: block;
  font-style: italic;
  margin: 10px auto;
}

.about_page .cd-horizontal-timeline .events-content em::before {
  content: '- ';
}

.about_page .cd-horizontal-timeline .events-content p {
  font-size: 16px;
  margin-top: 15px;
}

.about_page .cd-horizontal-timeline .events-wrapper::after,
.about_page .cd-horizontal-timeline .events-wrapper::before {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  width: 20px;
}

.about_page .no-touch .cd-horizontal-timeline .events a:hover::after {
  background-color: #313740;
  border-color: #313740;
}

.about_page .no-touch .cd-timeline-navigation a:hover {
  border-color: #7b9d6f;
}

.about_page .no-touch .cd-timeline-navigation a.inactive:hover {
  border-color: #dfdfdf;
}

.about_page .cd-timeline-navigation a {
  position: absolute;
  z-index: 999;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 34px;
  width: 34px;
  border-radius: 50%;
  border: 2px solid #dfdfdf;
  overflow: hidden;
  color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  background: #fff;
}

.about_page .cd-timeline-navigation a::after {
  content: '';
  position: absolute;
  height: 16px;
  width: 16px;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.about_page .cd-timeline-navigation a.prev {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.about_page .cd-timeline-navigation a.next {
  right: 0;
}

.about_page .cd-timeline-navigation a.inactive {
  cursor: not-allowed;
}

.about_page .cd-timeline-navigation a.inactive::after {
  background-position: 0 -16px;
}

.about_page .cd-horizontal-timeline .events-content li.enter-right,
.about_page .cd-horizontal-timeline .events-content li.leave-right {
  -webkit-animation-name: cd-enter-right;
  animation-name: cd-enter-right;
}

.about_page .cd-horizontal-timeline .events-content li.enter-left,
.about_page .cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-name: cd-enter-left;
  animation-name: cd-enter-left;
}

.about_page .cd-horizontal-timeline .events-content li.leave-right,
.about_page .cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}

/*pagination*/
.woocommerce-pagination .page-numbers {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

.woocommerce-pagination .page-numbers li .current {
  color: #FFFFFF !important;
  background: #183c67;
}

.woocommerce-pagination .page-numbers li .page-numbers {
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: #261B0F;
  border: 1px solid #7C8285;
  border-radius: 4px;
  width: 50px;
  height: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}

@media (max-width: 575.98px) {
  .woocommerce-pagination .page-numbers li .page-numbers {
    width: 40px;
    height: 40px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .woocommerce-pagination .page-numbers li .page-numbers {
    width: 40px;
    height: 40px;
  }
}

.woocommerce-pagination .page-numbers .page-item.active .page-link {
  color: #FFFFFF;
  background: #183c67;
}

.woocommerce-pagination .page-numbers .page-item .page-link {
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: #261B0F;
  border: 1px solid #7C8285;
  border-radius: 4px;
  width: 50px;
  height: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 575.98px) {
  .woocommerce-pagination .page-numbers .page-item .page-link {
    width: 40px;
    height: 40px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .woocommerce-pagination .page-numbers .page-item .page-link {
    width: 40px;
    height: 40px;
  }
}

/*pagination*/
.xoo-wsc-basket {
  bottom: 0;
  right: 0;
}

.lightbox-container,
.lightbox-btn,
.lightbox-image-wrapper,
.lightbox-image {
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.lightbox-enabled {
  padding-top: 100%;
  cursor: pointer;
  background-size: cover;
  background-position: center;
}

.lightbox-container {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
}

.lightbox-container.active {
  opacity: 1;
  pointer-events: all;
}

.lightbox-image-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 90vw;
  max-height: 90vh;
  position: relative;
}

.lightbox-container.active .lightbox-image-wrapper {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.lightbox-btn,
#close {
  color: white;
  z-index: 9999999;
  cursor: pointer;
  position: absolute;
  font-family: 'Material Icons' !important;
  font-size: 50px;
}

.lightbox-btn:focus {
  outline: none;
}

.left {
  left: 50px;
}

.right {
  right: 50px;
}

#close {
  top: 50px;
  right: 50px;
}

.lightbox-image {
  width: 100%;
  -webkit-box-shadow: 5px 5px 20px 2px rgba(0, 0, 0, 0.19);
  box-shadow: 5px 5px 20px 2px rgba(0, 0, 0, 0.19);
  max-height: 95vh;
  -o-object-fit: cover;
     object-fit: cover;
}

@-webkit-keyframes slideleft {
  33% {
    -webkit-transform: translateX(-300px);
            transform: translateX(-300px);
    opacity: 0;
  }
  66% {
    -webkit-transform: translateX(300px);
            transform: translateX(300px);
    opacity: 0;
  }
}

@keyframes slideleft {
  33% {
    -webkit-transform: translateX(-300px);
            transform: translateX(-300px);
    opacity: 0;
  }
  66% {
    -webkit-transform: translateX(300px);
            transform: translateX(300px);
    opacity: 0;
  }
}

.slideleft {
  -webkit-animation-name: slideleft;
          animation-name: slideleft;
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
}

@-webkit-keyframes slideright {
  33% {
    -webkit-transform: translateX(300px);
            transform: translateX(300px);
    opacity: 0;
  }
  66% {
    -webkit-transform: translateX(-300px);
            transform: translateX(-300px);
    opacity: 0;
  }
}

@keyframes slideright {
  33% {
    -webkit-transform: translateX(300px);
            transform: translateX(300px);
    opacity: 0;
  }
  66% {
    -webkit-transform: translateX(-300px);
            transform: translateX(-300px);
    opacity: 0;
  }
}

.slideright {
  -webkit-animation-name: slideright;
          animation-name: slideright;
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
}

.instruction {
  width: 100%;
  margin-bottom: 70px;
}

.instruction .video {
  height: auto;
  max-height: 80vh;
  width: 100%;
}

.instruction .video iframe {
  width: 100%;
  min-height: 50vw;
  height: auto;
}

@media (min-width: 1440px) {
  .instruction .video iframe {
    min-height: 630px;
  }
}

.instruction .video a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.instruction .video a img {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.instruction .video .yt {
  width: 68px;
  height: 48px;
  margin: 0 auto;
  background: var(--hover-color-bl);
  position: absolute;
  border-radius: 15px 15px 15px 15px / 45px 45px 45px 45px;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: fill 0.1s cubic-bezier(0.4, 0, 1, 1), fill-opacity 0.1s cubic-bezier(0.4, 0, 1, 1);
  transition: fill 0.1s cubic-bezier(0.4, 0, 1, 1), fill-opacity 0.1s cubic-bezier(0.4, 0, 1, 1);
}

.instruction .video .yt:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -7px;
  margin-top: -10px;
  border-left: 18px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.instruction .video:hover .yt {
  background: #f00;
}

.instruction .instruction_text {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  color: #000000;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 16px;
  margin-bottom: 50px;
}

@media (max-width: 575.98px) {
  .instruction .instruction_text {
    font-size: 15px;
    margin-bottom: 19px;
    margin-top: 32px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .instruction .instruction_text {
    font-size: 15px;
    margin-bottom: 19px;
    margin-top: 32px;
  }
}

.instruction .link_instruction {
  width: 370px;
  height: 69px;
  background: var(--hover-color-bl);
  border-radius: 5px;
  font-weight: 400;
  font-size: 19px;
  line-height: 40px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
}

.instruction .link_instruction svg {
  margin-left: 8px;
  width: 33px;
  height: 33px;
}

@media (max-width: 575.98px) {
  .instruction .link_instruction {
    font-size: 14px;
    width: 86%;
    height: 50px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .instruction .link_instruction {
    font-size: 14px;
    width: 86%;
    height: 50px;
  }
}

.compare_page .compare {
  overflow: hidden;
}

.compare_page .compare .row {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-overflow-scroll: touch;
}

.compare_page .compare .product_item .product-layout .desc_info {
  border: 1px solid #F1F0F0;
  height: 280px;
  padding: 14px;
  border-radius: 5px;
  margin-bottom: 34px;
}

.compare_page .compare .product_item .product-layout .desc_info .button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.compare_page .compare .product_item .product-layout .desc_info .button-group div {
  margin-left: 14px;
}

.compare_page .compare .product_item .product-layout .desc_info .image {
  max-width: 130px;
  margin: 0 auto;
  margin-top: 6px;
}

.compare_page .compare .product_item .product-layout .desc_info .image .hoverImg {
  display: none;
}

.compare_page .compare .product_item .product-layout .desc_info .info {
  padding: 0px 8px;
  margin-top: 4px;
  margin-bottom: 14px;
}

.compare_page .compare .product_item .product-layout .desc_info .info .caption .title {
  line-height: 18px;
}

.compare_page .compare .product_item .product-layout .desc_info .info .caption .title a {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  color: #183C67;
  text-decoration: none;
}

.compare_page .compare .product_item .product-layout .desc_info .info_price {
  padding: 0px 8px;
}

.compare_page .compare .product_item .product-layout .desc_info .info_price .price {
  font-family: Roboto;
  font-size: 18px;
  font-weight: 500;
  line-height: 17px;
  color: #183C67;
}

.compare_page .compare .product_item .product-layout .desc_info .info_price .price .old_price {
  display: none;
}

.compare_page .compare .product_item .product-layout .desc_info .info_price .add_cart .quantity {
  display: none;
}

.compare_page .compare .product_item .product-layout .desc_info .info_price .add_cart .btn_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.compare_page .compare .product_item .product-layout .desc_info .info_price .add_cart .btn_group button {
  width: 38px;
  height: 38px;
  background-image: url("data:image/svg+xml,%3Csvg width='38' height='38' viewBox='0 0 38 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='38' height='38' rx='19' fill='%230F4C86'/%3E%3Cg clip-path='url(%23clip0_2079_1778)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 11.8824C10 11.395 10.3904 11 10.8719 11H11.5295C12.4815 11 13.3367 11.5201 13.795 12.3235H24.3828C26.1135 12.3235 27.367 13.9939 26.9025 15.6811L26.8073 16.0267C26.3157 17.8125 24.7733 19.0967 22.9471 19.241L15.7627 19.8084L15.8203 20.0394C15.918 20.4312 16.2663 20.7059 16.6657 20.7059H23.514C23.9955 20.7059 24.3859 21.1009 24.3859 21.5882C24.3859 22.0756 23.9955 22.4706 23.514 22.4706H16.6657C15.4675 22.4706 14.4225 21.6466 14.1295 20.4709L12.3749 13.4313C12.2772 13.0393 11.9289 12.7647 11.5295 12.7647H10.8719C10.3904 12.7647 10 12.3697 10 11.8824ZM15.3328 18.0833L14.337 14.0882H24.3828C24.9597 14.0882 25.3775 14.645 25.2227 15.2074L25.1276 15.5531C24.8325 16.6246 23.9071 17.395 22.8114 17.4816L15.4693 18.0615C15.4225 18.0652 15.3769 18.0726 15.3328 18.0833ZM16.1031 24.6765C16.1031 25.4074 15.5176 26 14.7953 26C14.073 26 13.4875 25.4074 13.4875 24.6765C13.4875 23.9455 14.073 23.3529 14.7953 23.3529C15.5176 23.3529 16.1031 23.9455 16.1031 24.6765ZM24.8218 24.6765C24.8218 25.4074 24.2362 26 23.514 26C22.7917 26 22.2062 25.4074 22.2062 24.6765C22.2062 23.9455 22.7917 23.3529 23.514 23.3529C24.2362 23.3529 24.8218 23.9455 24.8218 24.6765Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2079_1778'%3E%3Crect width='24' height='24' fill='white' transform='translate(7 7)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  border: none;
  font-size: 0px;
  background-color: transparent;
}

.compare_page .compare .product_item .product-layout .attributes_group {
  padding-left: 22px;
  padding-bottom: 14px;
  margin-bottom: 24px;
}

.compare_page .compare .product_item .product-layout .attributes_group .group_nane {
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  color: #C4C4C4;
  margin-bottom: 10px;
}

.compare_page .compare .product_item .product-layout .attributes_group .group_value {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #4D4D4F;
}

.thankyou_page {
  position: relative;
}

.thankyou_page .woocommerce-notice--success {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 32px;
  margin: 60px 0 0px 0;
  font-family: 'Roboto', sans-serif;
  color: #0468b1;
}

@media (max-width: 767.98px) {
  .thankyou_page .woocommerce-notice--success {
    text-align: center;
    line-height: 29px;
    font-size: 27px;
    width: 80%;
    margin: 0 auto 10px;
  }
}

.thankyou_page .woocommerce-order-details {
  position: relative;
  background: #f7f7f7;
  padding: 20px;
  margin: 0 0 40px;
}

.thankyou_page .woocommerce-order-details::before {
  top: -10px;
  background-position: -3px -5px, 0 0;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 10px;
  background-color: transparent;
  background-image: radial-gradient(farthest-side, transparent 6px, #f7f7f7 0);
  background-size: 15px 15px;
}

.thankyou_page .woocommerce-order-details:after {
  bottom: -10px;
  background-position: -3px 2px, 0 0;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 10px;
  background-color: transparent;
  background-image: radial-gradient(farthest-side, transparent 6px, #f7f7f7 0);
  background-size: 15px 15px;
}

.thankyou_page .woocommerce-order-details .woocommerce-order-details__title {
  position: relative;
  font-family: 'Roboto', sans-serif;
  color: #212529;
  font-size: 25px;
  font-weight: 800;
}

.thankyou_page .woocommerce-order-details .order_number {
  position: relative;
  font-family: 'Roboto', sans-serif;
  color: #0468b1;
  font-size: 25px;
}

.thankyou_page .woocommerce-order-details .woocommerce-table--order-details {
  position: relative;
  font-family: 'Roboto', sans-serif;
  color: #212529;
  font-size: 14px;
}

.thankyou_page .woocommerce-customer-details {
  position: relative;
}

@media (max-width: 767.98px) {
  .thankyou_page .woocommerce-customer-details {
    padding: 20px;
  }
}

.thankyou_page .woocommerce-customer-details .woocommerce-column__title {
  position: relative;
  font-family: 'Roboto', sans-serif;
  color: #212529;
  font-size: 21px;
}

.thankyou_page .woocommerce-customer-details .addresses {
  display: -ms-grid;
  display: grid;
  gap: 2rem;
}

.thankyou_page .woocommerce-customer-details .addresses .woocommerce-Address {
  display: -ms-grid;
  display: grid;
  gap: 1.5rem;
  -ms-flex-line-pack: start;
      align-content: start;
}

.thankyou_page .woocommerce-customer-details .woocommerce-column--billing-address {
  position: relative;
}

.thankyou_page .woocommerce-customer-details .woocommerce-column--shipping-address {
  position: relative;
}

.thankyou_page .woocommerce-customer-details address {
  position: relative;
  font-family: 'Roboto', sans-serif;
  color: #212529;
  font-size: 14px;
}

.thankyou_page .woocommerce-customer-details address p {
  margin: 0;
}

@media screen and (min-width: 480px) {
  .account__user_data .account__my_info_form_block,
  .addresses,
  .product_new_review__form .user_info,
  .woocommerce-address-fields__field-wrapper {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
}

.account_page .menu {
  background: #F9F9F9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.account_page .menu ul li {
  max-width: 200px;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.account_page .menu ul li.active {
  background: #0468B1;
}

.account_page .menu ul li.active a {
  color: #FFFFFF;
}

.account_page .menu ul li.active::after {
  content: '';
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-right: 12px solid #0468B1;
  border-bottom: 6px solid transparent;
  position: absolute;
  left: -12px;
}

.account_page .menu ul li:last-child {
  border-top: 1px solid #9F9F9F;
}

.account_page .menu ul li a {
  font-size: 17px;
  line-height: 20px;
  color: #141414;
  text-decoration: none;
  padding: 12px;
  display: block;
}

.page_page .row > * {
  padding-right: revert;
  padding-left: revert;
}

.woocommerce-page .page_page h1 {
  padding-left: 10px;
}

.woocommerce-page .woocommerce-form-coupon-toggle {
  padding-left: 10px;
}

.woocommerce-page .woocommerce-form-coupon {
  padding-left: 10px;
}

.woocommerce-page .woocommerce-form-coupon button {
  text-align: center;
  padding: 14px 0;
  border-radius: 30px;
  cursor: pointer;
  font-weight: 500;
  font-size: 17px;
  line-height: 130%;
  color: #FFFFFF;
  text-decoration: none;
  background: #0468B1;
  width: 300px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  border: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  margin: 0 auto;
}

.woocommerce-page .woocommerce-form-coupon button::after {
  content: '';
  width: 0;
  height: 100%;
  border-top: 9px solid #fff;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #fff;
  position: absolute;
  left: 0;
}

.woocommerce-page .woocommerce-form-coupon button::before {
  content: '';
  width: 0;
  height: 100%;
  border-top: 9px solid #fff;
  border-left: 9px solid transparent;
  border-bottom: 9px solid #fff;
  right: 0;
  position: absolute;
}

.woocommerce {
  /* steps */
  /* content */
  /* step1 */
  /* step2 */
  /* step3 */
  /* step4 */
  /**order-summary */
  /**promo-code-section */
  /**cart-items */
  /* woocommerce-billing-fields */
  /* delivery */
  /* payment_methods */
}

.woocommerce .coupon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 575.98px) {
  .woocommerce .coupon {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}

.woocommerce .coupon button {
  font-weight: 500;
  font-size: 17px;
  line-height: 130%;
  color: #FFFFFF;
  text-decoration: none;
  background: #0468B1;
  width: 300px;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  border: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.woocommerce .coupon button::after {
  content: '';
  width: 0;
  height: 100%;
  border-top: 9px solid #fff;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #fff;
  position: absolute;
  left: 0;
}

.woocommerce .coupon button::before {
  content: '';
  width: 0;
  height: 100%;
  border-top: 9px solid #fff;
  border-left: 9px solid transparent;
  border-bottom: 9px solid #fff;
  right: 0;
  position: absolute;
}

.woocommerce .coupon label {
  margin-right: 15px;
}

.woocommerce .coupon input {
  margin-right: 15px;
}

.woocommerce .actions button {
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 17px;
  line-height: 130%;
  text-decoration: none;
  width: 300px;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  border: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.woocommerce .actions button::after {
  content: '';
  width: 0;
  height: 100%;
  border-top: 9px solid #fff;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #fff;
  position: absolute;
  left: 0;
}

.woocommerce .actions button::before {
  content: '';
  width: 0;
  height: 100%;
  border-top: 9px solid #fff;
  border-left: 9px solid transparent;
  border-bottom: 9px solid #fff;
  right: 0;
  position: absolute;
}

.woocommerce .bag_template {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 10px;
  padding-right: 10px;
}

.woocommerce .bag_template .shipping-calculator-form input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #9F9F9F;
  font-size: 17px;
  line-height: 22px;
  color: #808080;
}

.woocommerce .bag_template .shipping-calculator-form button {
  font-weight: 500;
  font-size: 17px;
  line-height: 130%;
  color: #FFFFFF;
  text-decoration: none;
  background: #0468B1;
  width: 300px;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  border: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.woocommerce .bag_template .shipping-calculator-form button::after {
  content: '';
  width: 0;
  height: 100%;
  border-top: 9px solid #fff;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #fff;
  position: absolute;
  left: 0;
}

.woocommerce .bag_template .shipping-calculator-form button::before {
  content: '';
  width: 0;
  height: 100%;
  border-top: 9px solid #fff;
  border-left: 9px solid transparent;
  border-bottom: 9px solid #fff;
  right: 0;
  position: absolute;
}

.woocommerce .bag_template .woocommerce-cart-form {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 66.6666666667%;
}

@media (max-width: 575.98px) {
  .woocommerce .bag_template .woocommerce-cart-form {
    width: 100%;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .woocommerce .bag_template .woocommerce-cart-form {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .woocommerce .bag_template .woocommerce-cart-form {
    width: 100%;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .woocommerce .bag_template .woocommerce-cart-form {
    width: 100%;
  }
}

.woocommerce .bag_template .woocommerce-cart-form .cart_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

.woocommerce .bag_template .woocommerce-cart-form .cart_item .product-thumbnail {
  width: 100px;
  height: 100px;
  margin-right: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.woocommerce .bag_template .woocommerce-cart-form .cart_item .product-thumbnail img {
  width: 100%;
  height: 100%;
}

.woocommerce .bag_template .woocommerce-cart-form .cart_item .product_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 575.98px) {
  .woocommerce .bag_template .woocommerce-cart-form .cart_item .product_info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .woocommerce .bag_template .woocommerce-cart-form .cart_item .product_info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}

.woocommerce .bag_template .woocommerce-cart-form .cart_item .product_info .product-name {
  width: 280px;
}

.woocommerce .bag_template .woocommerce-cart-form .cart_item .product_info .product-name a {
  font-size: 20px;
  line-height: 125%;
  color: #141414;
  text-decoration: none;
}

.woocommerce .bag_template .woocommerce-cart-form .cart_item .product_info .product_price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 50px;
}

@media (max-width: 575.98px) {
  .woocommerce .bag_template .woocommerce-cart-form .cart_item .product_info .product_price {
    margin-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .woocommerce .bag_template .woocommerce-cart-form .cart_item .product_info .product_price {
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .woocommerce .bag_template .woocommerce-cart-form .cart_item .product_info .product_price {
    margin-left: 30px;
  }
}

.woocommerce .bag_template .woocommerce-cart-form .cart_item .product_info .product_price .product-price {
  display: none;
}

.woocommerce .bag_template .woocommerce-cart-form .cart_item .product_info .product_price .product-quantity {
  margin-right: 70px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .woocommerce .bag_template .woocommerce-cart-form .cart_item .product_info .product_price .product-quantity {
    margin-right: 34px;
  }
}

.woocommerce .bag_template .woocommerce-cart-form .cart_item .product_info .product_price .product-quantity .quantity_attributes {
  display: none;
}

.woocommerce .bag_template .woocommerce-cart-form .cart_item .product_info .product_price .product-quantity .quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
}

.woocommerce .bag_template .woocommerce-cart-form .cart_item .product_info .product_price .product-quantity .quantity input {
  width: 40px;
  text-align: center;
  border: 1px solid #9F9F9F;
}

.woocommerce .bag_template .woocommerce-cart-form .cart_item .product_info .product_price .product-quantity .quantity input::-webkit-outer-spin-button, .woocommerce .bag_template .woocommerce-cart-form .cart_item .product_info .product_price .product-quantity .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: textfield;
}

.woocommerce .bag_template .woocommerce-cart-form .cart_item .product_info .product_price .product-quantity .quantity button {
  background: transparent;
}

.woocommerce .bag_template .woocommerce-cart-form .cart_item .product_info .product_price .product-quantity .quantity button.minus {
  border-width: 1px 0px 1px 1px;
  border-style: solid;
  border-color: #9F9F9F;
}

.woocommerce .bag_template .woocommerce-cart-form .cart_item .product_info .product_price .product-quantity .quantity button.plus {
  border-width: 1px 1px 1px 0px;
  border-style: solid;
  border-color: #9F9F9F;
}

.woocommerce .bag_template .woocommerce-cart-form .cart_item .product_info .product_price .product_total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 140px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.woocommerce .bag_template .woocommerce-cart-form .cart_item .product_info .product_price .product_total .amount {
  font-size: 20px;
  line-height: 125%;
  color: #141414;
}

.woocommerce .bag_template .woocommerce-shipping-methods {
  list-style: none;
  padding: 0;
  margin: 0;
}

.woocommerce .bag_template .woocommerce-shipping-methods li {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.woocommerce .bag_template .woocommerce-shipping-methods li input {
  width: 24px;
  height: 24px;
  opacity: 0;
}

.woocommerce .bag_template .woocommerce-shipping-methods li label {
  font-size: 17px;
  line-height: 22px;
  color: #353535;
  margin-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.woocommerce .bag_template .woocommerce-shipping-methods li label::after {
  content: '';
  width: 24px;
  height: 24px;
  border: 1px solid #0468B1;
  border-radius: 50%;
  position: absolute;
  left: 0;
}

.woocommerce .bag_template .woocommerce-shipping-methods li input:checked ~ label::after {
  border: 9px solid #0468B1;
}

.woocommerce .bag_template .woocommerce-shipping-totals {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.woocommerce .bag_template .cart-collaterals {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.3333333333%;
  border-left: 1px solid #9F9F9F;
  padding: 0px 0px 0px 40px;
}

@media (max-width: 575.98px) {
  .woocommerce .bag_template .cart-collaterals {
    width: 100%;
    padding: 0;
    border: none;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .woocommerce .bag_template .cart-collaterals {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .woocommerce .bag_template .cart-collaterals {
    width: 50%;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .woocommerce .bag_template .cart-collaterals {
    width: 50%;
  }
}

.woocommerce .bag_template .cart-collaterals .shop_table {
  width: 100%;
}

.woocommerce .bag_template .cart-collaterals .shop_table .cart-subtotal {
  display: none;
}

.woocommerce .bag_template .cart-collaterals .shop_table .order-total {
  font-weight: 400;
  font-size: 20px;
  line-height: 125%;
  color: #141414;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}

.woocommerce .bag_template .cart-collaterals .shop_table .order-total th {
  font-weight: 400;
}

.woocommerce .bag_template .cart-collaterals .shop_table .order-total td {
  font-weight: 400;
}

.woocommerce .bag_template .cart-collaterals .shop_table .order-total td strong {
  font-weight: 400;
}

.woocommerce .bag_template .cart-collaterals .wc-proceed-to-checkout a,
.woocommerce .bag_template .cart-collaterals .woocommerce-shipping-calculator a {
  font-weight: 500;
  font-size: 17px;
  line-height: 130%;
  color: #FFFFFF;
  text-decoration: none;
  background: #0468B1;
  width: 300px;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin-top: 60px;
  margin-bottom: 20px;
}

.woocommerce .bag_template .cart-collaterals .wc-proceed-to-checkout a::after,
.woocommerce .bag_template .cart-collaterals .woocommerce-shipping-calculator a::after {
  content: '';
  width: 0;
  height: 100%;
  border-top: 9px solid #fff;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #fff;
  position: absolute;
  left: 0;
}

.woocommerce .bag_template .cart-collaterals .wc-proceed-to-checkout a::before,
.woocommerce .bag_template .cart-collaterals .woocommerce-shipping-calculator a::before {
  content: '';
  width: 0;
  height: 100%;
  border-top: 9px solid #fff;
  border-left: 9px solid transparent;
  border-bottom: 9px solid #fff;
  right: 0;
  position: absolute;
}

.woocommerce .checkout-steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  margin-bottom: 50px;
  margin-top: 50px;
}

.woocommerce .checkout-steps .step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #888;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}

.woocommerce .checkout-steps .step .circle {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: white;
  border: 1px solid #ccc;
  color: #888;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 8px;
  font-weight: bold;
}

.woocommerce .checkout-steps .step.active {
  color: black;
}

.woocommerce .checkout-steps .step.active .circle {
  background-color: #0063ae;
  color: white;
  border: none;
}

.woocommerce .checkout-steps .separator {
  width: 30px;
  height: 1px;
  background-color: #999;
}

.woocommerce .checkout-steps-content .cart-items-summary-promo-code {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 370px;
      grid-template-columns: 1fr 370px;
  -ms-grid-rows: 1fr 1fr;
      grid-template-rows: 1fr 1fr;
  gap: 20px;
}

.woocommerce .checkout-steps-content .cart-items-summary-promo-code.step1 form {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 370px;
      grid-template-columns: 1fr 370px;
  -ms-grid-rows: 1fr 1fr;
      grid-template-rows: 1fr 1fr;
  gap: 20px;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: 1 / 1 / 3 / 3;
}

.woocommerce .checkout-steps-content .cart-items-summary-promo-code.step1 .cart-items-h1 {
  display: none;
}

.woocommerce .checkout-steps-content .cart-items-summary-promo-code.step1 .woocommerce-billing-fields {
  display: none;
}

.woocommerce .checkout-steps-content .cart-items-summary-promo-code.step1 .woocommerce_checkout_shipping {
  display: none;
}

.woocommerce .checkout-steps-content .cart-items-summary-promo-code.step1 .payment {
  display: none;
}

.woocommerce .checkout-steps-content .cart-items-summary-promo-code.step1 .create_profile {
  display: none;
}

.woocommerce .checkout-steps-content .cart-items-summary-promo-code.step1 .confirm {
  display: none;
}

.woocommerce .checkout-steps-content .cart-items-summary-promo-code.step1 .order_review {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 370px;
      grid-template-columns: 1fr 370px;
  -ms-grid-rows: 1fr 1fr;
      grid-template-rows: 1fr 1fr;
  gap: 20px;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: 1 / 1 / 3 / 3;
}

.woocommerce .checkout-steps-content .cart-items-summary-promo-code.step1 .order_review .product_list_bag {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1 / 1 / 3 / 2;
}

.woocommerce .checkout-steps-content .cart-items-summary-promo-code.step1 .order_review .delivery {
  display: none;
}

.woocommerce .checkout-steps-content .cart-items-summary-promo-code.step1 .order_review .total {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 1 / 2 / 1 / 3;
}

.woocommerce .checkout-steps-content .cart-items-summary-promo-code.step1 .order_review .total .next_step_delivery {
  display: none;
}

.woocommerce .checkout-steps-content .cart-items-summary-promo-code.step1 .order_review .total .next_step_payment {
  display: none;
}

.woocommerce .checkout-steps-content .cart-items-summary-promo-code.step1 .promo-code-section {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 2 / 2 / 3 / 3;
}

.woocommerce .checkout-steps-content .cart-items-summary-promo-code.step2 form {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 3fr 2fr;
      grid-template-columns: 3fr 2fr;
  -ms-grid-rows: 1fr 1fr;
      grid-template-rows: 1fr 1fr;
  gap: 20px;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: 1 / 1 / 3 / 3;
}

.woocommerce .checkout-steps-content .cart-items-summary-promo-code.step2 .cart-items-h1 {
  display: none;
}

.woocommerce .checkout-steps-content .cart-items-summary-promo-code.step2 .woocommerce-billing-fields {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1 / 1 / 2 / 2;
}

.woocommerce .checkout-steps-content .cart-items-summary-promo-code.step2 .woocommerce_checkout_shipping {
  display: none;
}

.woocommerce .checkout-steps-content .cart-items-summary-promo-code.step2 .payment {
  display: none;
}

.woocommerce .checkout-steps-content .cart-items-summary-promo-code.step2 .create_profile {
  display: none;
}

.woocommerce .checkout-steps-content .cart-items-summary-promo-code.step2 .confirm {
  display: none;
}

.woocommerce .checkout-steps-content .cart-items-summary-promo-code.step2 .order_review {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 1 / 2 / 3 / 3;
}

.woocommerce .checkout-steps-content .cart-items-summary-promo-code.step2 .order_review .delivery {
  display: none;
}

.woocommerce .checkout-steps-content .cart-items-summary-promo-code.step2 .order_review .total {
  margin-top: 20px;
}

.woocommerce .checkout-steps-content .cart-items-summary-promo-code.step2 .order_review .total .next_step_billing {
  display: none;
}

.woocommerce .checkout-steps-content .cart-items-summary-promo-code.step2 .order_review .total .next_step_payment {
  display: none;
}

.woocommerce .checkout-steps-content .cart-items-summary-promo-code.step2 .promo-code-section {
  display: none;
}

.woocommerce .checkout-steps-content .cart-items-summary-promo-code.step3 form {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 3fr 2fr;
      grid-template-columns: 3fr 2fr;
  -ms-grid-rows: 1fr 1fr;
      grid-template-rows: 1fr 1fr;
  gap: 20px;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: 1 / 1 / 3 / 3;
}

.woocommerce .checkout-steps-content .cart-items-summary-promo-code.step3 .cart-items-h1 {
  display: none;
}

.woocommerce .checkout-steps-content .cart-items-summary-promo-code.step3 .woocommerce-billing-fields {
  display: none;
}

.woocommerce .checkout-steps-content .cart-items-summary-promo-code.step3 .woocommerce_checkout_shipping {
  display: none;
}

.woocommerce .checkout-steps-content .cart-items-summary-promo-code.step3 .payment {
  display: none;
}

.woocommerce .checkout-steps-content .cart-items-summary-promo-code.step3 .create_profile {
  display: none;
}

.woocommerce .checkout-steps-content .cart-items-summary-promo-code.step3 .confirm {
  display: none;
}

.woocommerce .checkout-steps-content .cart-items-summary-promo-code.step3 .order_review {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 370px;
      grid-template-columns: 1fr 370px;
  -ms-grid-rows: 1fr 1fr 1fr;
      grid-template-rows: 1fr 1fr 1fr;
  gap: 20px;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: 1 / 1 / 3 / 3;
}

.woocommerce .checkout-steps-content .cart-items-summary-promo-code.step3 .order_review .total {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 1 / 2 / 2 / 3;
}

.woocommerce .checkout-steps-content .cart-items-summary-promo-code.step3 .order_review .total .next_step_billing {
  display: none;
}

.woocommerce .checkout-steps-content .cart-items-summary-promo-code.step3 .order_review .total .next_step_delivery {
  display: none;
}

.woocommerce .checkout-steps-content .cart-items-summary-promo-code.step3 .promo-code-section {
  display: none;
}

.woocommerce .checkout-steps-content .cart-items-summary-promo-code.step4 form {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 370px;
      grid-template-columns: 1fr 370px;
  -ms-grid-rows: 1fr 1fr;
      grid-template-rows: 1fr 1fr;
  gap: 20px;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: 1 / 1 / 3 / 3;
}

.woocommerce .checkout-steps-content .cart-items-summary-promo-code.step4 .cart-items-h1 {
  display: none;
}

.woocommerce .checkout-steps-content .cart-items-summary-promo-code.step4 .woocommerce-billing-fields {
  display: none;
}

.woocommerce .checkout-steps-content .cart-items-summary-promo-code.step4 .woocommerce_checkout_shipping {
  display: none;
}

.woocommerce .checkout-steps-content .cart-items-summary-promo-code.step4 .payment {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 2 / 1 / 3 / 2;
}

.woocommerce .checkout-steps-content .cart-items-summary-promo-code.step4 .create_profile {
  display: none;
}

.woocommerce .checkout-steps-content .cart-items-summary-promo-code.step4 .confirm {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 2 / 2 / 3 / 3;
}

.woocommerce .checkout-steps-content .cart-items-summary-promo-code.step4 .order_review {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 370px;
      grid-template-columns: 1fr 370px;
  -ms-grid-rows: 1fr;
      grid-template-rows: 1fr;
  gap: 20px;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: 1 / 1 / 2 / 3;
}

.woocommerce .checkout-steps-content .cart-items-summary-promo-code.step4 .order_review .product_list_bag {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1 / 1 / 3 / 2;
}

.woocommerce .checkout-steps-content .cart-items-summary-promo-code.step4 .order_review .delivery {
  display: none;
}

.woocommerce .checkout-steps-content .cart-items-summary-promo-code.step4 .order_review .total {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 1 / 2 / 3 / 3;
}

.woocommerce .checkout-steps-content .cart-items-summary-promo-code.step4 .order_review .total .next_step_billing {
  display: none;
}

.woocommerce .checkout-steps-content .cart-items-summary-promo-code.step4 .order_review .total .next_step_delivery {
  display: none;
}

.woocommerce .checkout-steps-content .cart-items-summary-promo-code.step4 .order_review .total .next_step_payment {
  display: none;
}

.woocommerce .checkout-steps-content .cart-items-summary-promo-code.step4 .promo-code-section {
  display: none;
}

.woocommerce .order-summary {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 1 / 2 / 2 / 3;
  background: white;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  margin: 0 auto;
  width: 100%;
  padding: 20px;
}

.woocommerce .order-summary .order-summary-h1 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}

.woocommerce .order-summary .product-value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #666;
  font-size: 14px;
  margin-bottom: 10px;
}

.woocommerce .order-summary .product-value .old-price {
  text-decoration: line-through;
  color: #999;
}

.woocommerce .order-summary .product-value .new-price {
  font-weight: 500;
  color: #23424a;
}

.woocommerce .order-summary .line {
  border-top: 1px solid #ccc;
  margin: 15px 0;
}

.woocommerce .order-summary .total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

.woocommerce .order-summary .btn-next {
  display: block;
  width: 100%;
  background-color: #006ac6;
  color: white;
  text-align: center;
  padding: 14px 0;
  border: none;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
}

.woocommerce .order-summary .btn-next:hover {
  background-color: #005bb5;
}

.woocommerce .promo-code-section {
  background: #fff;
  padding: 20px;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  margin: 0 auto;
  width: 100%;
}

.woocommerce .promo-code-section .checkout_coupon {
  display: block !important;
}

.woocommerce .promo-code-section label {
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}

.woocommerce .promo-code-section .promo-input-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #ccc;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 20px;
}

.woocommerce .promo-code-section .promo-input-wrapper input[type="text"] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 12px;
  border: none;
  outline: none;
  font-size: 14px;
}

.woocommerce .promo-code-section .promo-input-wrapper button.inline {
  background: none;
  border: none;
  padding: 12px 16px;
  font-weight: bold;
  color: #333;
  border-left: 1px solid #ccc;
  cursor: pointer;
  font-size: 14px;
  text-decoration: underline;
  width: unset;
}

.woocommerce .promo-code-section .promo-submit:hover {
  background-color: #3d8ac4;
}

.woocommerce .woocommerce-page .promo-code-section button.promo-submit {
  text-align: center;
  padding: 14px 0;
  border-radius: 30px;
  cursor: pointer;
  font-weight: 500;
  font-size: 17px;
  line-height: 130%;
  color: #FFFFFF;
  text-decoration: none;
  background: #0468B1;
  width: 300px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  border: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.woocommerce .cart-items .cart-items-h1 {
  font-size: 24px;
  margin-bottom: 20px;
}

.woocommerce .cart-items .delivery {
  display: none;
}

.woocommerce .cart-items .total {
  display: none;
}

.woocommerce .order_review .product_list_bag {
  background-color: #fff;
  padding: 20px;
  border-radius: 4px;
  font-family: 'Roboto', sans-serif;
  background-color: #fff;
  border-radius: 8px;
  color: #333;
  max-width: 1000px;
  display: block;
}

.woocommerce .order_review .product_list_bag .cart_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0;
  gap: 20px;
  background: #fff;
  margin: 0;
  overflow: hidden;
}

.woocommerce .order_review .product_list_bag .cart_item .image {
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
  width: 100px;
}

.woocommerce .order_review .product_list_bag .cart_item .image img {
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
  background-color: #f9f9f9;
  border-radius: 4px;
}

.woocommerce .order_review .product_list_bag .cart_item .product_data {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.woocommerce .order_review .product_list_bag .cart_item .product_data .product_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.woocommerce .order_review .product_list_bag .cart_item .product_data .product_title a {
  font-size: 16px;
  font-weight: 500;
  color: #444;
  text-decoration: none;
}

.woocommerce .order_review .product_list_bag .cart_item .product_data .product-quantity {
  margin-top: 8px;
}

.woocommerce .order_review .product_list_bag .cart_item .product_data .product-quantity .quantity_attributes {
  display: none;
}

.woocommerce .order_review .product_list_bag .cart_item .product_data .product-quantity .quantity {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 6px;
  overflow: hidden;
}

.woocommerce .order_review .product_list_bag .cart_item .product_data .product-quantity .quantity button {
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0;
  cursor: pointer;
  -webkit-transition: all 0.4ms;
  transition: all 0.4ms;
}

.woocommerce .order_review .product_list_bag .cart_item .product_data .product-quantity .quantity button.minus {
  background: #E0E1E0;
  border-radius: 4px 0px 0px 4px;
}

.woocommerce .order_review .product_list_bag .cart_item .product_data .product-quantity .quantity button.plus {
  background: #0468b1;
  border-radius: 0px 4px 4px 0px;
}

.woocommerce .order_review .product_list_bag .cart_item .product_data .product-quantity .quantity input {
  width: 40px;
  height: 32px;
  text-align: center;
  border: none;
  font-size: 16px;
  moz-appearance: textfield;
}

.woocommerce .order_review .product_list_bag .cart_item .product_data .price_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 150px;
}

.woocommerce .order_review .product_list_bag .cart_item .price_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}

.woocommerce .order_review .product_list_bag .cart_item .price_info .product-subtotal {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

.woocommerce .order_review .product_list_bag .cart_item .price_info .price {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

.woocommerce .order_review .product_list_bag .cart_item .price_info .delete_product .product-remove a {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: .25em .25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: .25rem;
  opacity: .5;
}

.woocommerce .woocommerce-billing-fields {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1 / 1 / 3 / 2;
  background-color: #fff;
  padding: 20px;
  border-radius: 4px;
  font-family: 'Roboto', sans-serif;
  background-color: #fff;
  border-radius: 8px;
  color: #333;
  max-width: 1000px;
}

.woocommerce .woocommerce-billing-fields .title {
  display: none;
}

.woocommerce .woocommerce-billing-fields .delivery_fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.woocommerce .woocommerce-billing-fields .delivery_fields .form-row {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.woocommerce .woocommerce-billing-fields .delivery_fields .form-row label {
  display: none;
}

.woocommerce .woocommerce-billing-fields .delivery_fields .form-row input {
  background: #FFFFFF;
  border: 1px solid #D0D0D0;
  border-radius: 5px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #525454;
  max-width: 350px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  border: none;
  border: 2px solid rgba(0, 0, 0, 0.1);
  padding: 0 15px;
  height: 42px;
  font-size: 14px;
}

.woocommerce .delivery {
  padding: 20px;
  font-family: 'Roboto', sans-serif;
  background-color: #fff;
  border-radius: 8px;
  color: #333;
  max-width: 1000px;
}

.woocommerce .delivery .woocommerce-shipping-methods {
  list-style: none;
  padding: 0;
  margin: 0;
}

.woocommerce .delivery ul li {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.woocommerce .delivery ul li label {
  font-size: 17px;
  line-height: 22px;
  color: #353535;
  margin-left: 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.woocommerce .delivery ul li label::after {
  content: '';
  width: 24px;
  height: 24px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  border: 1px solid #0468B1;
  border: 9px solid #0468B1;
}

.woocommerce .delivery ul:has(li:nth-child(2)) li input {
  width: 24px;
  height: 24px;
  opacity: 0;
}

.woocommerce .delivery ul:has(li:nth-child(2)) li input:checked ~ label::after {
  border: 9px solid #0468B1;
}

.woocommerce .delivery ul:has(li:nth-child(2)) li label {
  margin-left: 10px;
}

.woocommerce .delivery ul:has(li:nth-child(2)) li label::after {
  content: '';
  width: 24px;
  height: 24px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  border: 1px solid #0468B1;
}

.woocommerce .payment {
  padding: 20px;
  font-family: 'Roboto', sans-serif;
  background-color: #fff;
  border-radius: 8px;
  color: #333;
  max-width: 1000px;
}

.woocommerce .payment .payment_methods {
  list-style: none;
  padding: 0;
  margin: 0;
}

.woocommerce .payment ul li {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.woocommerce .payment ul li label {
  font-size: 17px;
  line-height: 22px;
  color: #353535;
  margin-left: 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.woocommerce .payment ul li label::after {
  content: '';
  width: 24px;
  height: 24px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  border: 1px solid #0468B1;
  border: 9px solid #0468B1;
}

.woocommerce .payment ul:has(li:nth-child(2)) li input {
  width: 24px;
  height: 24px;
  opacity: 0;
}

.woocommerce .payment ul:has(li:nth-child(2)) li input:checked ~ label::after {
  border: 9px solid #0468B1;
}

.woocommerce .payment ul:has(li:nth-child(2)) li label {
  margin-left: 10px;
}

.woocommerce .payment ul:has(li:nth-child(2)) li label::after {
  content: '';
  width: 24px;
  height: 24px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  border: 1px solid #0468B1;
}

.woocommerce .payment .title {
  display: none;
}

.woocommerce .payment .place-order {
  display: none !important;
}

.woocommerce .confirm {
  padding: 20px;
  font-family: 'Roboto', sans-serif;
  background-color: #fff;
  border-radius: 8px;
  color: #333;
  max-width: 1000px;
}

.woocommerce .confirm button {
  background-color: #4a9bd9;
  color: white;
  text-align: center;
  padding: 14px 0;
  border: none;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  font-weight: 500;
  font-size: 17px;
  line-height: 130%;
  color: #FFFFFF;
  text-decoration: none;
  background: #0468B1;
  width: 300px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  border: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  margin-top: 28px;
}

.woocommerce .confirm button.disabled {
  background: #9E9E9E;
  cursor: no-drop;
}

.woocommerce .confirm .custom-checkboxes {
  font-size: 14px;
  line-height: 22px;
  color: #808080;
}

.woocommerce .total {
  padding: 20px;
  font-family: 'Roboto', sans-serif;
  background-color: #fff;
  border-radius: 8px;
  color: #333;
  max-width: 1000px;
}

.woocommerce .total .next_step {
  text-align: center;
  padding: 14px 0;
  border-radius: 30px;
  cursor: pointer;
  font-weight: 500;
  font-size: 17px;
  line-height: 130%;
  color: #FFFFFF;
  text-decoration: none;
  background: #0468B1;
  width: 300px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  border: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  margin: 0 auto;
}

.woocommerce .total .page_head {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
}

.woocommerce .total .delivery_coast {
  margin: 10px 0;
}

.woocommerce .total .delivery_coast .text {
  font-size: 14px;
  color: #555;
}

.woocommerce .total .delivery_coast .data {
  text-align: right;
  font-size: 16px;
  font-weight: bold;
}

.woocommerce .total .total_price {
  margin: 10px 0;
}

.woocommerce .total .total_price .text {
  font-size: 14px;
  color: #555;
}

.woocommerce .total .total_price .data {
  text-align: right;
  font-size: 16px;
  font-weight: bold;
}

.woocommerce .total .total_price .data .order-total {
  font-size: 18px;
  font-weight: bold;
}

.woocommerce .total .total_price .data .order-total del {
  color: #999;
  margin-right: 8px;
  font-weight: normal;
}

.woocommerce .total .total_price .data .order-total ins {
  text-decoration: none;
  color: #000;
  font-weight: 600;
}

.woocommerce .total hr {
  border: none;
  border-top: 1px solid #ddd;
  margin: 10px 0;
}

@media (max-width: 700px) {
  .woocommerce .checkout-steps {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0px 13px;
    max-width: 500px;
    margin: 10px auto;
  }
  .woocommerce .checkout-steps .step {
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    white-space: nowrap;
    width: calc(50% - 20px);
    margin-bottom: 10px;
    padding-left: 20px;
    margin-top: 10px;
  }
  .woocommerce .checkout-steps .separator {
    display: none;
  }
}

@media (max-width: 991px) {
  .woocommerce .checkout-steps-content {
    padding-left: 10px;
    padding-right: 10px;
  }
  .woocommerce .checkout-steps-content .cart-items-summary-promo-code {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    -ms-grid-rows: 2fr 210px 210px;
        grid-template-rows: 2fr 210px 210px;
    gap: 10px;
  }
  .woocommerce .checkout-steps-content .cart-items-summary-promo-code.step2 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    -ms-grid-rows: 1fr 1fr 210px;
        grid-template-rows: 1fr 1fr 210px;
    gap: 10px;
  }
  .woocommerce .checkout-steps-content .cart-items-summary-promo-code.step2 form {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -ms-grid-rows: 1fr 1fr 210px;
        grid-template-rows: 1fr 1fr 210px;
    gap: 10px;
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1 / 1 / 4 / 2;
  }
  .woocommerce .checkout-steps-content .cart-items-summary-promo-code.step2 .order_review {
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 2 / 1 / 4 / 2;
  }
  .woocommerce .checkout-steps-content .cart-items-summary-promo-code.step2 .order_review .total {
    margin-top: 10px;
  }
  .woocommerce .checkout-steps-content .cart-items-summary-promo-code.step4 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    -ms-grid-rows: 1fr 210px 210px 210px;
        grid-template-rows: 1fr 210px 210px 210px;
    gap: 10px;
  }
  .woocommerce .checkout-steps-content .cart-items-summary-promo-code.step4 form {
    -ms-grid-row: 1;
    -ms-grid-row-span: 4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1 / 1 / 5 / 2;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    -ms-grid-rows: 1fr 210px 210px 210px;
        grid-template-rows: 1fr 210px 210px 210px;
    gap: 10px;
  }
  .woocommerce .checkout-steps-content .cart-items-summary-promo-code.step4 .payment {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 3 / 1 / 4 / 2;
  }
  .woocommerce .checkout-steps-content .cart-items-summary-promo-code.step4 .confirm {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 4 / 1 / 5 / 2;
    padding: 20px;
  }
  .woocommerce .checkout-steps-content .cart-items-summary-promo-code.step4 .order_review {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -ms-grid-rows: 1fr 210px;
        grid-template-rows: 1fr 210px;
    gap: 10px;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1 / 1 / 3 / 2;
  }
  .woocommerce .checkout-steps-content .cart-items-summary-promo-code.step4 .order_review .product_list_bag {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1 / 1 / 2 / 2;
  }
  .woocommerce .checkout-steps-content .cart-items-summary-promo-code.step4 .order_review .total {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 2 / 1 / 3 / 2;
  }
  .woocommerce .checkout-steps-content .cart-items-summary-promo-code.step1 form {
    display: block;
    width: 100%;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1 / 1 / 3 / 2;
  }
  .woocommerce .checkout-steps-content .cart-items-summary-promo-code.step1 .order_review {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -ms-grid-rows: 1fr 210px;
        grid-template-rows: 1fr 210px;
    gap: 10px;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1 / 1 / 2 / 2;
    width: 100%;
  }
  .woocommerce .checkout-steps-content .cart-items-summary-promo-code.step1 .order_review .product_list_bag {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 1 / 1 / 2 / 3;
  }
  .woocommerce .checkout-steps-content .cart-items-summary-promo-code.step1 .order_review .total {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 2 / 1 / 3 / 3;
  }
  .woocommerce .checkout-steps-content .cart-items-summary-promo-code.step1 .promo-code-section {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 3 / 1 / 4 / 2;
  }
  .woocommerce .checkout-steps-content .cart-items-summary-promo-code.step3 form {
    display: block;
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1 / 1 / 4 / 2;
  }
  .woocommerce .checkout-steps-content .cart-items-summary-promo-code.step3 .order_review {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    -ms-grid-rows: 2fr 260px 210px;
        grid-template-rows: 2fr 260px 210px;
    gap: 10px;
  }
  .woocommerce .checkout-steps-content .cart-items-summary-promo-code.step3 .order_review .total {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 3 / 1 / 4 / 2;
  }
}

@media (max-width: 585px) {
  .woocommerce .checkout-steps-content .cart-items-summary-promo-code.step4 .order_review .product_list_bag {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1 / 1 / 2 / 2;
  }
  .woocommerce .checkout-steps-content .cart-items-summary-promo-code.step4 .order_review .total {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 2 / 1 / 3 / 2;
    width: calc(100vw - 20px);
  }
  .woocommerce .order_review .product_list_bag {
    width: calc(100vw - 20px);
    padding: 9px;
  }
  .woocommerce .woocommerce-billing-fields .delivery_fields .form-row {
    width: 100%;
  }
}

@media (max-width: 575.98px) {
  .woocommerce .checkout .confirm {
    padding-left: 0;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .woocommerce .checkout .confirm {
    padding-left: 0;
  }
}

.account__log_in,
.account__register {
  margin: 0 auto;
  min-width: 320px;
  padding: 0 7.5px;
}

.account__log_in .account__h2,
.account__register .account__h2 {
  text-align: center;
  color: #333;
  text-transform: none;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 8px;
}

.account__log_in .woocommerce-form-row,
.account__log_in .form-row,
.account__register .woocommerce-form-row,
.account__register .form-row {
  width: 100% !important;
  color: #333;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 0;
}

.account__log_in .woocommerce-form-row label,
.account__log_in .form-row label,
.account__register .woocommerce-form-row label,
.account__register .form-row label {
  font-size: 18px;
}

.account__log_in input[type=date],
.account__log_in input[type=email],
.account__log_in input[type=password],
.account__log_in input[type=search],
.account__log_in input[type=tel],
.account__log_in input[type=text],
.account__log_in textarea,
.account__register input[type=date],
.account__register input[type=email],
.account__register input[type=password],
.account__register input[type=search],
.account__register input[type=tel],
.account__register input[type=text],
.account__register textarea {
  outline: 0;
  font-weight: 500;
  font-size: 24px;
  color: #333;
  padding: 2px 8px;
  border: 1px solid #bbb;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 45px;
}

.account__log_in .lost_password,
.account__register .lost_password {
  display: -ms-grid;
  display: grid;
  justify-items: center;
  gap: 0.5rem;
}

.account__log_in .lost_password p,
.account__register .lost_password p {
  margin-bottom: 0;
}

.account__log_in .login,
.account__log_in .register,
.account__register .login,
.account__register .register,
.comment-respond,
.comments,
.lost_reset_password,
.product_new_review__form .user_info {
  display: -ms-grid;
  display: grid;
  gap: 24px;
}

.woocommerce-form-login__submit,
.woocommerce-form-register__submit,
.woocommerce-Button {
  padding: 12px 20px;
  font-size: 13px;
  line-height: 18px;
  color: #FFFFFF;
  text-decoration: none;
  background: #0468B1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  border: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  margin: 16px auto;
  font-weight: 600;
  border-radius: 35px;
}

.woocommerce-form-login__submit:hover,
.woocommerce-form-register__submit:hover,
.woocommerce-Button:hover {
  color: #FFFFFF;
  background: #0468B1;
}

.account_orders_link_a,
.comment-respond a,
.main_page__sertificate_item span {
  color: #0468b1;
  text-transform: none;
  text-decoration: underline;
  -webkit-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
}

.account__main {
  padding-top: 2.5rem;
  display: -ms-grid;
  display: grid;
  gap: 4rem;
}

@media screen and (min-width: 756px) {
  .account__main {
    -ms-grid-columns: 3fr 9fr;
        grid-template-columns: 3fr 9fr;
    gap: 4.25rem;
    max-width: 76.5rem;
    width: 100%;
    margin: 0 auto;
    padding-top: 4.5rem;
  }
}

.account__main .account__head {
  background-color: #0a0a0a;
  background-image: url("../img/shoes-page-title.jpg");
  background-size: cover;
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 0px;
  margin-right: -10px;
  margin-left: -10px;
  margin-bottom: 20px;
}

.account__main .account__head h1 {
  color: #fff;
  text-align: center;
  font-size: 68px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  margin-top: 40px;
}

@media (max-width: 575.98px) {
  .account__main .account__head h1 {
    font-size: 36px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .account__main .account__head h1 {
    font-size: 36px;
  }
}

.account__main .account__head .breadcrumb {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 11px;
  text-decoration: none;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.account__main .account__head .breadcrumb a {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 11px;
  text-decoration: none;
  color: #fff;
}

.account__main .account__head .breadcrumb .breadcrumb a {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 11px;
  text-decoration: none;
  color: #fff;
}

.account__main .account__menu_section {
  display: -ms-grid;
  display: grid;
  gap: 2rem;
  -ms-flex-line-pack: start;
      align-content: start;
}

.account__main .account__head,
.account__main .account__order_delivery_info {
  display: -ms-grid;
  display: grid;
  gap: 0.75rem;
}

.account__main .account__title,
.account__main .section-title h1 {
  color: #333;
  text-transform: uppercase;
}

.account__main .account__menu_block,
.account__main .landing_page,
.account__main .main_page__showcase_item,
.account__main .woo-variation-swatches .variable-items-wrapper {
  display: -ms-grid;
  display: grid;
}

.account__main .woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
}

.account__main .account__menu_block_item {
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  text-transform: uppercase;
  position: relative;
}

.account__main .account__menu_block_item.is-active a {
  background-color: #f1f1f1;
}

.account__main .account__menu_block_item a {
  padding: 10px 15px;
  color: #242424;
  line-height: 20px;
  text-transform: none;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  display: block;
}

.account__main .account__menu_block_item a:hover {
  background-color: #f7f7f7;
}

.account__main .account__order_panel_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.account__main .account__order_panel_head span {
  width: 20%;
  font-size: 16px;
  line-height: 22.4px;
  color: #242424;
  text-transform: uppercase;
  height: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.account__main .account__order_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.105);
  border-top: 1px solid rgba(0, 0, 0, 0.105);
}

.account__main .account__order_item div {
  width: 20%;
  height: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.account__main .account__order_item .woocommerce-orders-table__cell-order-number a {
  text-decoration: none;
  font-size: 14px;
  line-height: 19.6px;
  color: #333;
}

.account__main .account__order_item .woocommerce-orders-table__cell-order-date {
  text-decoration: none;
  font-size: 14px;
  line-height: 19.6px;
  color: #777;
}

.account__main .account__order_item .woocommerce-orders-table__cell-order-status {
  text-decoration: none;
  font-size: 14px;
  line-height: 19.6px;
  color: #777;
}

.account__main .account__order_item .woocommerce-orders-table__cell-order-total {
  text-decoration: none;
  font-size: 14px;
  line-height: 19.6px;
  color: #777;
}

.account__main .account__order_item .woocommerce-orders-table__cell-order-total .amount {
  color: #005AA7;
  font-size: 14px;
  line-height: 19.6px;
  font-weight: 600;
}

.account__main .account__order_item .woocommerce-orders-table__cell-order-total .woocommerce-Price-currencySymbol {
  color: #005AA7;
  font-size: 14px;
  line-height: 19.6px;
  font-weight: 600;
}

.account__main .account__order_item .woocommerce-orders-table__cell-order-actions a {
  text-decoration: none;
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  padding: 10px 14px;
  background: #005aa7;
  border-radius: 35px;
  margin-left: auto;
}

.account__main #wps_rma_return_request_subject:after,
.account__main .account__menu_block_item:after,
.account__main .account__order_item.active::before {
  background-image: url("../img/arrow_bottom_grey.svg");
}

.account__my_info_form_block,
.account__my_info_forms div,
.account__my_info_head,
.thankyou-content {
  gap: 1.5rem;
  display: -ms-grid;
  display: grid;
}

.account_form_label {
  font-weight: 500;
  color: #111;
}

.account__my_info_form_block,
.account__my_info_forms div,
.account__my_info_head,
.thankyou-content {
  gap: 1.5rem;
  display: -ms-grid;
  display: grid;
}

@media screen and (min-width: 480px) {
  .account__password .account__my_info_form_block {
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
  }
}

.account__my_info_form_block .form_item input {
  height: 3rem;
  background-color: rgba(0, 0, 0, 0);
  z-index: 2;
  padding-bottom: 0;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #333;
  padding: 0.75rem 1.5rem;
  border: 0.0625rem solid #bbb;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 480px) {
  .account__user_data .account__my_info_form_block,
  .addresses,
  .product_new_review__form .user_info,
  .woocommerce-address-fields__field-wrapper {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
}

.account__my_info_form_block,
.account__my_info_forms div,
.account__my_info_head,
.thankyou-content {
  gap: 1.5rem;
  display: -ms-grid;
  display: grid;
}

.account__main .form-row {
  width: 100% !important;
  color: #333;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}

.account__user_data input[type=date],
.account__user_data input[type=email],
.account__user_data input[type=password],
.account__user_data input[type=search],
.account__user_data input[type=tel],
.account__user_data input[type=text],
.account__user_data textarea {
  outline: 0;
  height: 45px;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #333;
  padding: 0.75rem 1.5rem;
  border: 0.0625rem solid #bbb;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.addresses {
  display: -ms-grid;
  display: grid;
  gap: 2rem;
}

.addresses .woocommerce-Address {
  display: -ms-grid;
  display: grid;
  gap: 1.5rem;
  -ms-flex-line-pack: start;
      align-content: start;
}
/*# sourceMappingURL=style.css.map */