.breadcrumbs li a {
  color: #75C94D;
}

body .breadcrumbs>li::after {
  content: '';
  display: inline-block;
  right: -2px;
  transform: unset;
  top: -5px;
  border: none;
  background: url(/image/arrow_breadcrumbs.svg);
  background-repeat: no-repeat;
  background-position: center;
}

body .h1 {
  font-family: 'Roboto_Bold';
  font-style: normal;
  font-weight: 500;
  font-size: 38px;
  line-height: 42px;
  color: #111111;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  text-decoration: underline;
  text-decoration-color: #FFF000;
  text-decoration-thickness: 10px;
  text-decoration-skip-ink: none;
  text-underline-position: from-font;
  text-underline-offset: -15px;
  text-transform: uppercase;
  max-width: 755px;
  margin: 0;
  background-image: none;
}

.category_content {
  width: 100%;
  max-width: 1156px;
  margin: 0 auto;
}

.cc-card-grid {
  grid-template-columns: repeat(3, 1fr);
}

@media screen and (max-width: 660px) {
  .cc-card-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}

.category_col.column:after {
  content: '';
  display: block;
  clear: both;
}

body #column-left {
  margin-top: 0;
  width: 100%;
  padding: 0;
}

.category_box {
  margin-top: 35px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.category_col.column {
  width: 23%;
}

.category_col.items {
  width: 72%;
}

.sort_box_content {
  display: flex;
  align-items: center;
}

.product_count_in_cart {
  display: none;
  text-align: center;
}

input.input_product_count_in_cart {
  border: 2px solid #dddddd;
}

input.input_product_count_in_cart {
  border: 2px solid #dddddd;
  max-width: 200px;
  height: 40px;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  color: #EF7F1A;
  width: calc(100% - 96px);
}

input.input_product_count_in_cart:focus {
  outline: none;
}

span.minus,
span.plus {
  width: 48px;
  display: inline-block;
  border: 2px solid #dddddd;
  padding-top: 8px;
  padding-bottom: 8px;
  cursor: pointer;
}

span.minus {
  border-right: none;
  border-radius: 8px 0 0 8px;
}

span.plus {
  border-left: none;
  border-radius: 0px 8px 8px 0px;
}

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

.sort_box_content a {
  white-space: nowrap;
  color: #888888;
  padding: 0;
  margin-right: 24px;
}

.sort_box_content a:last-child {
  margin-right: 0;
}

.sort_box_content a.active {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  pointer-events: none;
}

.limit_box_content {
  border: 1px solid #6F6F6F;
  border-radius: 8px;
  padding: 0 10px;
  cursor: pointer;
  position: relative;
  background: #fff;
  border-radius: 8px;
  height: 21px;
}


.limit_box_content img {
  margin-left: 8px;
}

.limit-vals.limit-op {
  display: block;
  right: -1px;
  margin-right: 0;
  width: 61px;
  border: 1px solid #6F6F6F;
  top: 100%;
  margin-top: 0px;
  border-top: none;
  padding-left: 7px;
  background: #fff;
  border-radius: 0 0 8px 8px;
  padding-top: 4px
}

body .limit-vals a:hover {
  background: #F17E00;
  border-radius: 4px;
  color: #ffffff;
}

body .limit-vals a.active {
  background-color: #dddddd;
  border-radius: 4px;
}

.limit_box_content.open img {
  transform: rotate(180deg);
}

.limit_box_content.open {
  border-bottom: none;
  border-radius: 8px 8px 0 0;
}

.mob_filter_btn {
  max-width: 45px;
  display: none;
}

body .limit-vals a {
  color: #111;
  padding: 0;
  padding-left: 4px;
  max-width: 34px;
  width: auto;
  padding-right: 4px;
  display: table;
  float: none;
  margin-bottom: 3px;
}

.open .limit_box_content_list span {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 1px;
}

body .subcategory_box a {
  width: auto;
  display: block;
  border: 1px solid #F2830A;
  border-radius: 100px;
  padding-top: 6px;
  padding-bottom: 6px;
  margin-bottom: 0;
  color: #888;
  padding-left: 10px;
  padding-right: 10px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  display: inline-block;
  vertical-align: middle;
  align-items: center;
  text-align: center;
  color: #797979;
  background: #F8F8F8;
  border-radius: 49px;
  padding: 5px 15px;
  margin-bottom: 0;
  padding-bottom: 6px;
  margin-right: 12px;
}

body .category_box .subcategory_box {
  padding-left: 0px;
}

body .btn_more {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -22.5px;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #f9f9f9;
  padding-left: 10px;
}

body .static .btn_more {
  position: static;
  top: 0;
  right: 0;
  margin-top: 0;
  display: inline;
}

body .subcategory_box a {
  margin-right: 14px;
  margin-bottom: 10px;
}

body .btn_more a {
  margin-right: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  border-bottom: 1px dashed #F2830A;
  color: #F2830A;
  text-decoration: none;
}

body .category_links_box {
  max-width: 950px;
  width: 100%;
  margin-bottom: 23px;
  display: flex;
  align-items: center;
}

.category_links_box.static .category_links {
  display: inline;
  white-space: inherit;
}

.category_links_box,
.product_links_box,
.account_top_menu_box {
  max-width: 950px;
  width: 100%;
  margin-bottom: 23px;
  display: flex;
  align-items: center;
}

body .category_links {
  position: relative;
  width: 90%;
  min-height: 32px;
  overflow-x: hidden;
  overflow-y: hidden;
  white-space: nowrap;
  transition: all 0.2s;
  transform: scale(1);
  will-change: transform;
  user-select: none;
  cursor: pointer;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  padding-right: 0;
}

.category_items {
  display: flex;
  flex-wrap: wrap;
  margin-top: 25px;
}

.category_items .prod-cust {
  width: 33%;
}

.product-layout.prod-cust .product-thumb .price_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  margin-bottom: 10px;
}

.product-list .product-thumb .product-weight b {
  margin-right: 6px;
}

.category_links_box.subcategory_box.static {
  max-height: initial;
}

.prod-cust .product-thumb {
  overflow: hidden;
}

.category_items .prod-cust {
  width: 32%;
  margin: 0px calc(4% / 2) 20px 0;
  transform: scale(0.98);
  transition: ease 0.3s;
  min-height: auto;
  /* height: 490px; */
  height: auto;
  margin-bottom: 10px;
}

.p-in-cart button.button_cart_product {
  background-color: #eb7c09;
}

a.category_load_next_page {
  border: 2px solid #75C94D;
  border-radius: 12px;
  background: none;
  color: #75C94D;
  width: 290px;
  height: 55px;
  box-shadow: none;
  text-shadow: none;
  font-weight: 300;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
}

body .category_items .prod-cust:nth-child(3n + 3) {
  margin-right: 0;
}

body .prod-cust .product-thumb {
  width: 100%;
  margin: 0;
  border-radius: 12px;
  border: none;
  /* height: 490px; */
  height: auto;
  max-height: 490px;
}

body .category_col.items {
  width: 77%;
  padding-left: 38.5px;
  margin-bottom: 40px;
}

body .product-thumb .image img {
  width: 100%;
  border-radius: 12px 12px 0 0;
}

body .sort_box {
  padding-left: 0;
}

ul.categories-types {    
  padding-inline-start: 20px;
}

nav#menu .navbar-header {
  display: none;
}

body .category_load_next_page {
  padding-top: 0px;
  padding-bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

body .appendBlock .category_items {
  margin-top: 0;
  display: flex;
  justify-content: space-between;
}

body .category_items .prod-cust:hover {
  transform: scale(1.04);
}

body .category_items .prod-cust:hover .product-thumb {
  box-shadow: 4px 15px 30px rgba(0, 0, 0, 0.08);
}

body .product-thumb .image a:hover {
  opacity: 1;
}

body .options_list {
  border-radius: 8px;
  padding: 0;
  cursor: pointer;
  position: relative;
  background: #fff;
  border-radius: 8px;
  height: 21px;
  background: url(/image/select_option_arrow.svg) calc(100% - 4px) center no-repeat;
  border: 1px solid #F17E00;
  border-radius: 8px;
  height: 27px;
  width: auto;
  padding-right: 20px;
}

body .options_list_box {
  display: none;
  right: -1px;
  position: absolute;
  margin-right: 0;
  width: calc(100% + 2px);
  border: 1px solid #e57a11;
  top: 100%;
  margin-top: 0px;
  border-top: none;
  padding-left: 5px;
  background: #fff;
  border-radius: 0 0 8px 8px;
  padding-top: 4px;
  padding-bottom: 4px;
}

body .options_list_box p.active {
  background: #dddddd;
  color: #666666;
  border-radius: 4px;
}

body .options_list.open .options_list_box {
  display: block;
}

.options_list span {
  padding-left: 10px;
  position: relative;
  top: 4px;
}

body .options_list.open {
  border-bottom: none;
  border-radius: 8px 8px 0 0;
}

body .options_list_box p {
  margin-bottom: 5px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  padding: 0 6px;
}

body .options_list_box p:last-child {
  margin-bottom: 0;
}

body .options_list_box p:hover {
  background-color: #e57a11;
  border-radius: 4px;
  color: #ffffff;
}

body .product-thumb-body {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  margin-bottom: 0;
}

body .product-list.prod-cust .product-thumb .caption {
  min-height: auto;
}

body .product-list.prod-cust .product-thumb .prod-desc-wrap {
  min-height: auto;
  width: 100%;
  height: 50px;
}

body .product-list.prod-cust .product_bottom_box {
  margin-top: 0;
  margin-bottom: 0;
}

body .prod-desc-wrap p {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #6F6F6F;
}

body .slider-inp {
  width: 126px;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #666666;
  border-radius: 8px;
}

body span.label-add {
  font-weight: 300;
  font-size: 16px;
}

.sort-vals {
  display: flex;
}

.category_box .price-filter .accordion-toggle.list-group-item {
  border-top: none !important;
  border-bottom: none !important;
}

body .accordion-toggle.list-group-item img {
  max-width: 17px;
}

body .product-list .product-thumb .button-group {
  width: calc(100% - 0px);
}

body .category_items .prod-cust:hover {
  z-index: 1;
}

body .btn_wishlist .hover,
body .btn_wishlist:hover .no_hover {
  display: none;
}

body .btn_wishlist:hover .hover {
  display: block;
}

button.btn_wishlist img {
  max-width: 21px;
}
.product_count_in_cart {
  display: none;
}

.product_count_in_cart.in_cart {
  display: block;
}

.product_count_in_cart.in_cart+button.button_cart_product {
  display: none;
}

body .breadcrumbs {
  margin-left: 0;
}

body .btn_wishlist {
  cursor: pointer;
}

body .btn_wishlist img {
  max-width: 20px;
}

p.product_text_no_av {
  padding: 0 20px;
}

body input.input_product_count_in_cart {
  pointer-events: none
}

.in_cart_single {
  margin: 0;
}

body .category-product-title+p {
  display: none;
}

.options_list_content {
  padding: 5px;
  margin: -5px;
}

.options_list.no_select {
  background: none;
  text-align: center;
  width: auto;
  padding-left: 7px;
  padding-right: 7px;
}

.options_list.no_select span {
  padding-left: 10px;
  position: relative;
  top: 3px;
  padding-left: 0;
}

body .options_list.no_select.open {
  border-bottom: none;
  border-radius: 8px;
  padding-bottom: 0;
  position: relative;
  top: 0;
  overflow: visible;
  border-bottom: 1px solid #F17E00;
}

.col-sm-12.bottom_description {
  padding: 0;
}

body .appendBlock .category_items:after {
  content: '';
  width: 32%;
}

@media (max-width: 1200px) {

  .category_content .breadcrumbs,
  .category_content {
    padding-left: 15px;
    padding-right: 15px;
  }

  body .slider-inp {
    width: 116px;
  }
}

@media (max-width: 1170px) {
  body .prod-cust .product-thumb,
  body .category_items .prod-cust {
    height: auto;
  }

  body .product-thumb .price-new,
  body .product-thumb .price_one {
    font-size: 19px;
  }
}

@media (max-width: 1070px) {
  body .slider-inp {
    width: 106px;
  }
}


@media (max-width: 1024px) {
  body .category_links {
    overflow: auto;
    width: 100%;
  }

  body .limit_box_content {
    display: none;
  }

  body .btn_more {
    display: none;
  }

  body .category_box .subcategory_box {
    padding-left: 0px;
    padding-right: 0;
  }

  body .category_items .prod-cust:hover .product-thumb {
    box-shadow: none;
  }

  .product-thumb .button-group button:hover {
    background: #eb7c09;
  }

  body .category_items .prod-cust:hover {
    transform: scale(0.98);
  }

  body .btn_wishlist:hover .hover {
    display: none;
  }

  body .btn_wishlist .no_hover {
    display: block;
  }

  .prod-cust:hover .category-product-title a {
    text-decoration: none;
  }

  body #column-left {
    overflow-y: auto;
    z-index: 9999999;
    top: 0;
    left: 0;
    background: #f9f9f9;
    margin: 0;
    transform-origin: 0 0;
    padding-right: 15px;
    padding-left: 15px;
  }

  .mm-li {
    border-bottom: 1px solid #ddd;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    list-style-type: none;
    height: 50px;
    line-height: 50px;
    display: block !important;
  }

  .accordion-toggle.list-group-item {
    padding-left: 15px;
  }

  .mm-li .mm-head {
    font-family: Roboto_Bold;
    color: #111;
    font-size: 18px;
  }

  .ico-close-mm {
    background: url(/image/catalog/home/close_mm.png) 50% 50% no-repeat;
    background-size: 100% auto;
    width: 22px;
    height: 22px;
    cursor: pointer;
    padding: 0;
    margin: 13px 0;
    display: block;
  }

  #column-left.fils-op,
  .tab-content>.active {
    display: block !important;
  }

  .category_col.column.open {
    display: block;
  }

  .mob_filter_btn {
    display: block;
    cursor: pointer;
  }

  .category_col_items_box {
    display: flex;
    flex-wrap: wrap;
  }

  .category_col_items_box_content {
    width: calc(100% - 45px);
    padding-left: 37px;
  }

  .category_col.column {
    display: none;
  }

  body .category_col.items {
    width: 100%;
    padding-left: 0;
  }

  body .product-list .product-thumb .image {
    max-height: 266px;
  }

}

@media (max-width: 960px) {
  body .images_additional_box {
    display: none;
  }
}

@media (max-width: 768px) {
  body .category_col_content .options_list.no_select span {
    top: 0px;
    white-space: nowrap;
  }

  body .product-list.prod-cust .product_bottom_box {
    width: 100%;
  }

  body input.input_product_count_in_cart {
    border-radius: 0 !important;
  }

  body .sort-wrap a.sort-button {
    display: none;
  }

  nav#menu .navbar-header {
    display: block;
  }
  #menu {
    background-color: transparent;
  }

  .slick-dots li button:before {
    font-size: 12px;
    opacity: .25;
    color: var(--black);
  }

  .slick-dots li.slick-active button:before {
    color: var(--green);
    opacity: 1!important;
  }

  .sort_box_content a.active {
    display: none;
  }

  .sort-wrap a:first-of-type {
    border: none;
  }

  body .images_additional_box {
    display: block;
    overflow: hidden;
    border-radius: 12px 0 0 12px;
  }

  body .owl-dots {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 10px;
    z-index: 1;
  }

  body .owl-dots button.owl-dot {
    background: none;
    border: none;
    padding: 0;
  }

  body .owl-dots span {
    width: 8px;
    height: 8px;
    border: none;
    margin: 0 4px;
    border-radius: 50%;
    background: #cacaca;
    background: #FFFFFF;
    display: block;
  }

  body .owl-dots button.owl-dot.active span {
    color: #75c94d;
    background-color: #75c94d;
  }

  .sort_box_content {
    justify-content: flex-end;
  }

  body .sort-vals {
    position: absolute;
    width: 200px;
    transition: 0.2s;
    right: 0;
    margin-right: 15px;
    z-index: 899;
    transform-origin: 50% 0;
    transform: scaleY(0);
    margin-top: 50px;
    background: #eee;
    border: 1px solid #8dbf33;
  }

  body .sort-wrap {
    width: 100%;
    padding-right: 0;
  }

  body .sort-vals.limit-op {
    transform: scaleY(1);
    display: block;
    margin-top: 30px;
    margin-right: 0;
    background: #F5F5F5;
    border: 1px solid #6F6F6F;
    border-radius: 8px;
  }

  body .sort-wrap a {
    margin-right: 19px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  body .sort-wrap a.sort-button:after {
    content: '';
    position: absolute;
    right: 0px;
    bottom: 9px;
    border: 5px solid transparent;
    border-top: 8px solid #888888;
  }

  body .sort-wrap .sort-button img {
    display: none;
  }

  body .sort-wrap a.sort-button {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    padding-right: 0;
    line-height: 20px;
    color: #6F6F6F;
    position: relative;
    padding-right: 17px;
    display: none !important;
  }

  body .sort-wrap .sort-vals {
    width: auto;
    display: flex;
    position: static;
    transform: scaleY(1);
    background: none;
    border: none;
    margin-top: 0;
  }

  body .sort-wrap .sort-vals a {
    display: block;
  }

  .limit_box_content {
    display: none;
  }

  body .sort_box {
    padding-left: 0;
    justify-content: flex-start;
  }

  body .options_list_box {
    z-index: 9;
  }

  body .product-thumb .price-new,
  body .product-thumb .price_one,
  body .product-thumb .price-old {
    white-space: nowrap;
    margin-top: -4px;
  }

  body .product-thumb .price-new,
  body .product-thumb .price_one {
    font-size: 20px !important;
  }

  body .product-thumb .price-old {
    font-size: 16px !important;
  }

  .product-layout .prod-desc-wrap .category-product-title a {
    font-size: 14px;
    font-weight: 600;
  }

  body .category_items .prod-cust {
    border: none;
  }

  body .product-list.prod-cust .product-thumb .prod-desc-wrap {
    height: auto;
    margin-bottom: 0;
  }

  body .product-thumb .button-group button {
    margin-top: 0;
    position: static;
    right: 0;
  }

  body .product-thumb-body {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    margin-bottom: 0;
    height: auto;
  }

  body .product-list .product-thumb .button-group {
    border-left: none;
    background-color: transparent;
    margin-top: 8px;
    padding-top: 0px;
    position: static;
    bottom: 15px;
    border-top: none;
    width: 100%;
    overflow: hidden;
  }

  body .product_bottom_box {
    position: static;
    bottom: 60px;
    width: 86%;
  }

  body .options_list {
    height: 22px;
    width: auto;
    font-size: 11px;
    z-index: 10;
  }

  body .options_list span {
    padding-left: 6px;
    position: relative;
    top: 0px;
  }

  body button.btn_wishlist {
    position: absolute;
    right: 5px;
  }
}

@media (max-width: 767px) {
  .product-layout .prod-desc-wrap .category-product-title a {
    font-size: 13px;
    font-weight: 600;
  }
}

@media (max-width: 740px) {
  body .product-thumb .price-new,
  body .product-thumb .price_one {
    font-size: 16px !important;
  }

  body .product-thumb .price-old {
    font-size: 14px !important;
    margin-top: -7px;
    margin-left: 10px;
  }
}

@media (max-width: 670px) {
  body span.label-add {
    font-size: 14px;
  }

  body ul.sticker_box .ribbon {
    position: static !important;
    margin-bottom: 10px;
    width: 30px !important;
    height: 30px !important;
  }

  body .ribbon span {
    font-size: 11px !important;
    line-height: 32px !important;
  }

  body ul.sticker_box li img {
    position: static !important;
    max-width: 30px !important;
  }
}

@media (max-width: 640px) {
  body .sort-wrap .sort-vals {
    position: absolute;
    width: 200px;
    transition: 0.2s;
    right: 0;
    margin-right: 15px;
    z-index: 899;
    transform-origin: 50% 0;
    transform: scaleY(0);
    margin-top: 50px;
    background: #eee;
    border: 1px solid #8dbf33;
    display: none;
  }

  body .sort_box {
    justify-content: flex-end;
  }

  body .sort-vals.limit-op {
    display: block;
    transform: scaleY(1);
    margin-top: 30px;
    border: 1px solid #888888;
  }

  body .sort-wrap a.sort-button {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    padding-right: 0;
    line-height: 20px;
    color: #6F6F6F;
    position: relative;
    padding-right: 17px;
    display: block !important;
  }

  body .sort_box_content a.active {
    display: none;
  }

  body span.label-add {
    font-weight: 300;
    font-size: 13px;
  }
}

@media (max-width: 600px) {
  body .product-thumb .price-old {
    font-size: 13px !important;
    margin-top: -7px;
    margin-left: 3px;
  }

  body .product-thumb .price-new,
  body .product-thumb .price_one {
    font-size: 15px !important;
  }
}

@media (max-width: 570px) {
  body .product-thumb .price-old {
    position: absolute;
    bottom: -6px;
    left: 80px;
    margin-top: -10px;
    margin-left: 0;
  }

  body .product-thumb .price-new,
  body .product-thumb .price_one {
    position: relative;
    top: 0px;
  }

  body .product-thumb .price-old {
    top: 3px;
  }

  body .category_items .prod-cust,
  body .category_items .prod-cust:nth-child(3n + 3) {
    border: none;
    width: 49%;
    margin: 0px calc(4% / 2) 20px 0;
  }

  body .category_items .prod-cust:nth-child(2n + 2) {
    margin-right: 0;
  }
}


@media (max-width: 480px) {
  body .product-thumb .price-old {
    left: 60px;
  }

  body .product-layout.prod-cust .product-thumb .price_box {
    padding-left: 10px;
    padding-right: 10px;
  }

  body .product_bottom_box {
    width: calc(100% - 14px);
  }

  body ul.sticker_box .ribbon {
    position: static !important;
    margin-bottom: 6px !important;
    width: 30px !important;
    height: 30px !important;
    float: right;
  }

  body .product-thumb .price-old {
    left: 70px;
  }

  ul.sticker_box li {
    margin-bottom: 0 !important;
  }

  body .category_content .breadcrumbs {
    padding-left: 0;
  }

  body .h1 {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    color: #111111;
    text-decoration-thickness: 5px;
    background-image: none;
    text-underline-offset: -7px;
    -webkit-font-smoothing: subpixel-antialiased;
    padding-left: 0;
  }

  body .category_box {
    margin-top: 14px;
  }

  .category_col_items_box {
    position: relative;
  }

  body .btn_more {
    display: none;
  }

  body .category_links {
    width: 100%;
    padding-right: 0;
    overflow: auto;
  }

  .mob_filter_btn {
    display: block;
    cursor: pointer;
    position: absolute;
  }

  .mob_filter_btn img {
    max-width: 23px;
  }

  body .category_box .subcategory_box {
    padding-left: 0px;
    padding-right: 0;
    margin-top: 10px;
  }

  .category_items {
    margin-top: 0;
  }

  .category_col_items_box_content {
    width: calc(100% - 0px);
    padding-left: 0;
  }

  .product-thumb .button-group button,
  input.input_product_count_in_cart,
  .product_count_in_cart_content span.plus,
  .product_count_in_cart_content span.minus {
    height: 32px;
    width: 32px;
    height: 32px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;

  }

  body .product_count_in_cart_content span.plus,
  body .product_count_in_cart_content span.minus {
    width: 48px;
  }

  body input.input_product_count_in_cart {
    width: calc(100% - 96px);
  }

  .product-thumb .button-group button.button_cart_product {
    width: 100%;
    line-height: 20px;
  }
}

@media (max-width: 420px) {
  body .product-layout.prod-cust .product-thumb .price_box {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 6px;
  }

  body .product-list .product-thumb .button-group {
    width: 100%;
  }

  body ul.sticker_box .ribbon {
    margin-bottom: 5px;
  }

  body .product-thumb .price-old {
    left: 65px;
  }

  .product-layout.prod-cust .product-thumb .price_box,
  body .product-thumb-body {
    padding-left: 7px;
    padding-right: 7px;
  }

  body .product-thumb-body {
    padding-left: 10px;
    padding-right: 10px;
  }

  body span.label-add {
    font-size: 12px;
  }

  .product-layout .prod-desc-wrap .category-product-title a {
    font-size: 12px;
  }

  ul.sticker_box li {
    margin-bottom: 0 !important;
    padding-bottom: 0;
  }

  body .category_items .prod-cust,
  body .category_items .prod-cust:nth-child(3n + 3) {
    margin-bottom: 0;
  }
}

@media (max-width: 375px) {
  .product-list .product-thumb .product-weight {
    display: flex;
    flex-wrap: wrap;
  }

  body .product-thumb .price-new,
  body .product-thumb .price_one {
    font-size: 13px !important;
  }

  body .product-thumb .price-old {
    left: 60px;
    bottom: -5px;
  }

  body .product-thumb .price-old {
    font-size: 11px !important;
  }

  ul.sticker_box li {
    margin-bottom: 0 !important;
    padding-bottom: 0;
    padding-right: 0;
    padding-top: 3px;
  }

  body ul.sticker_box .ribbon {
    margin-bottom: 3px;
    margin-right: 0;
  }
}

@media (max-width: 360px) {
  body .product-layout.prod-cust .product-thumb .price_box {
    padding: 7px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 0;
  }

  body .product-thumb-body {
    padding-left: 10px;
    padding-right: 10px;
  }

  body .product-thumb .price-new,
  body .product-thumb .price_one {
    font-size: 14px !important;
    top: 2px;
  }

  body .product-thumb .price-old {
    top: 5px;
    left: 65px;
  }

  .product-thumb .button-group button {
    height: 32px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  body .product_count_in_cart_content span.plus,
  body .product_count_in_cart_content span.minus {
    width: 32px;
  }

  body input.input_product_count_in_cart {
    width: calc(100% - 64px);
  }

  input.input_product_count_in_cart {
    height: 32px;
    width: calc(100% - 64px);
  }
}

/* FAQ start */

#accordion .panel {
  box-shadow: none;
  background: unset;
  margin-bottom: 22px;
  border: none;
}

#accordion .panel:last-child {
  margin-bottom: 0px;
}

#accordion h3 {
  position: relative;
  display: block;
  padding-right: 20px;
  color: unset;
  text-transform: unset;
  margin: unset;
}
  
#accordion button {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAzMCAzMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNMjguODc1IDE1YzAgNy42NjMtNi4yMTIgMTMuODc1LTEzLjg3NSAxMy44NzVTMS4xMjUgMjIuNjYzIDEuMTI1IDE1IDcuMzM3IDEuMTI1IDE1IDEuMTI1IDI4Ljg3NSA3LjMzNyAyOC44NzUgMTVaIiBzdHJva2U9IiM4REJGMzMiIHN0cm9rZS13aWR0aD0iMi4yNSIvPgogIDxwYXRoIGQ9Ik0xNi4wNzkgMTguMTY0Yy0uMTA4LjU4OS0uNTggMS4wNzgtMS4xNzkgMS4wNzgtLjYwMyAwLTEuMTAyLS40OTQtMS4wMzItMS4wOTNxLjA1LS40MTcuMTM2LS43NDcuMi0uNzI2LjY0NC0xLjMyNC40NDYtLjU5NyAxLjE4NC0xLjM2LjU0LS41NS45ODQtMS4wMy40NTctLjQ5My43MzktMS4wNTUuMjgtLjU3NS4yOC0xLjM3MSAwLS44MS0uMjkyLTEuMzk1YTIgMiAwIDAgMC0uODQ0LS45MDJxLS41NS0uMzE3LTEuMzctLjMxN2EzLjQgMy40IDAgMCAwLTEuMjkuMjQ3IDIuMiAyLjIgMCAwIDAtLjk4NC43NjEgMS43IDEuNyAwIDAgMC0uMTczLjI4OGMtLjI1NC41MzQtLjY5IDEuMDM2LTEuMjggMS4wMzYtLjYwNiAwLTEuMTExLS41MDMtLjk2NC0xLjA5cS4xNjQtLjY1LjUxOC0xLjE4M2E0LjE2IDQuMTYgMCAwIDEgMS43MzUtMS40NTNxMS4wOS0uNTA0IDIuNDM3LS41MDQgMS40ODggMCAyLjUzMS41NCAxLjA1NS41MzcgMS42MDYgMS41NDYuNTUuOTk2LjU1IDIuMzY3IDAgMS4wNTUtLjQzMyAxLjk0NWE3LjUgNy41IDAgMCAxLTEuMDkgMS42NTMgMTkgMTkgMCAwIDEtMS40MTggMS40NzZxLS42NDUuNTk4LS44NjcgMS4zNDhhNSA1IDAgMCAwLS4xMjguNTM5bS0yLjM2OCA0Ljc5M3EwLS41MjcuMzI4LS44OS4zMjgtLjM2NC45NS0uMzY0LjYzMSAwIC45Ni4zNjMuMzI4LjM2NC4zMjguODkxIDAgLjUwNC0uMzI4Ljg2N3QtLjk2LjM2M3EtLjYyMiAwLS45NS0uMzYzYTEuMjUgMS4yNSAwIDAgMS0uMzI4LS44NjciIGZpbGw9IiM4REJGMzMiLz4KPC9zdmc+Cg==') 0% 50% no-repeat;
  border: none;
  width: 100%;
  line-height: 20px;
  font-size: 20px;
  padding-left: 40px;
  transition: 300ms;
  position: relative;
  display: flex;
  min-height: 40px;
  margin: 0px 0px;
  color: var(--green);
  text-align: left;
  flex-direction: row;
  align-items: center;
}

#accordion .card button:after {
  content: '';
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDIzIDEyIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0xMS4zLjAxMyAyMi42MTUgMCAxMS4zMDEgMTEuMzE0IDAgLjAxNHoiIGZpbGw9IiM4REJGMzMiLz48L3N2Zz4=') 100% 50% no-repeat;
  width: 20px;
  position: absolute;
  height: 9px;
  right: 0px;
  transition: 200ms;
  transform: rotate(-90deg);
}

#accordion .card button:not(.collapsed), #accordion .card button:hover {
  color: var(--orange);
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAzMCAzMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMjguODc1IDE1YzAgNy42NjMtNi4yMTIgMTMuODc1LTEzLjg3NSAxMy44NzVTMS4xMjUgMjIuNjYzIDEuMTI1IDE1IDcuMzM3IDEuMTI1IDE1IDEuMTI1IDI4Ljg3NSA3LjMzNyAyOC44NzUgMTVaIiBzdHJva2U9IiNFRjdGMUEiIHN0cm9rZS13aWR0aD0iMi4yNSIvPjxwYXRoIGQ9Ik0xNi4wNzkgMTguMTY0Yy0uMTA4LjU4OS0uNTggMS4wNzgtMS4xNzkgMS4wNzgtLjYwMyAwLTEuMTAyLS40OTQtMS4wMzItMS4wOTNxLjA1LS40MTcuMTM2LS43NDcuMi0uNzI2LjY0NC0xLjMyNC40NDYtLjU5NyAxLjE4NC0xLjM2LjU0LS41NS45ODQtMS4wMy40NTctLjQ5My43MzktMS4wNTUuMjgtLjU3NS4yOC0xLjM3MSAwLS44MS0uMjkyLTEuMzk1YTIgMiAwIDAgMC0uODQ0LS45MDJxLS41NS0uMzE3LTEuMzctLjMxN2EzLjQgMy40IDAgMCAwLTEuMjkuMjQ3IDIuMiAyLjIgMCAwIDAtLjk4NC43NjEgMS43IDEuNyAwIDAgMC0uMTczLjI4OGMtLjI1NC41MzQtLjY5IDEuMDM2LTEuMjggMS4wMzYtLjYwNiAwLTEuMTExLS41MDMtLjk2NC0xLjA5cS4xNjQtLjY1LjUxOC0xLjE4M2E0LjE2IDQuMTYgMCAwIDEgMS43MzUtMS40NTNxMS4wOS0uNTA0IDIuNDM3LS41MDQgMS40ODggMCAyLjUzMS41NCAxLjA1NS41MzcgMS42MDYgMS41NDYuNTUuOTk2LjU1IDIuMzY3IDAgMS4wNTUtLjQzMyAxLjk0NWE3LjUgNy41IDAgMCAxLTEuMDkgMS42NTMgMTkgMTkgMCAwIDEtMS40MTggMS40NzZxLS42NDUuNTk4LS44NjcgMS4zNDhhNSA1IDAgMCAwLS4xMjguNTM5bS0yLjM2OCA0Ljc5M3EwLS41MjcuMzI4LS44OS4zMjgtLjM2NC45NS0uMzY0LjYzMSAwIC45Ni4zNjMuMzI4LjM2NC4zMjguODkxIDAgLjUwNC0uMzI4Ljg2N3QtLjk2LjM2M3EtLjYyMiAwLS45NS0uMzYzYTEuMjUgMS4yNSAwIDAgMS0uMzI4LS44NjciIGZpbGw9IiNFRjdGMUEiLz48L3N2Zz4=') 0% 50% no-repeat;
}

#accordion .card button:not(.collapsed):after, #accordion .card button:hover:after{ 
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDIzIDEyIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0xMS4zLjAxMyAyMi42MTUgMCAxMS4zMDEgMTEuMzE0IDAgLjAxNHoiIGZpbGw9IiNlZjdmMWEiLz48L3N2Zz4=') 100% 50% no-repeat  
}

#accordion .card button:not(.collapsed):after, #accordion .card button:not(.collapsed):after{ 
  transform: rotate(0deg);
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDIzIDEyIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0xMS4zLjAxMyAyMi42MTUgMCAxMS4zMDEgMTEuMzE0IDAgLjAxNHoiIGZpbGw9IiNlZjdmMWEiLz48L3N2Zz4=') 100% 50% no-repeat
}

#accordion .card-body {
  font-size: 16px;
  padding-left: 40px;
  line-height: 22px;
  margin-bottom: 22px;
  padding: 10px 40px;
}
/* FAQ */
