.top_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  margin: 0 auto;
  border-bottom: 2px solid #DDDDDD80;
}

.header {
  max-width: 1530px;
  border-bottom: 2px solid #DDDDDD;
  margin: 0 auto;
  padding: 0 20px;
}

.header_menu {
  margin: 0 auto;
  padding: 20px 0;
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.options_color {
  min-height: 20px;
}

.icons_menu {
  display: flex;
}

.icons_menu button {
  margin: 0 12px;
}

.main_menu {
  display: flex;
}

.main_menu li {
  margin-right: 30px;
}

.main_menu li:last-child {
  margin-right: 0px;
}

#common-home .card {
  max-width: 315px;
}

.main_menu li a {
  font-size: 18px;
  color: #000;
}

.main_menu li a:hover {
  color: #267fd9;
  transition: 0.3s;
}

.main_menu li:last-child {
  margin: 0 0px;
}

.header_topmenu ul {
  display: flex;
}

.header_topmenu ul li {
  margin: 0 10px;
}

.header_topmenu ul li a {
  color: #267fd9;
  font-size: 18px;
  transition: 0.3s;
}

.header_topmenu ul li a:hover {
  color: #000;
}

.mobile-switch {
  position: relative;
  z-index: 16;
  /* padding-right: 20px; */

  /* background: rgba(253, 253, 253, 0); */
  font-size: 12px;
  line-height: 30px;
}

.dropdown-menu {
  display: none;
  position: absolute;
  z-index: 9;
  border: 1px solid #DDD;
  background: white;
  padding: 5px;
  border-radius: 4px;
}

.rotate-180 {
  transform: rotate(180deg);
}

.dropdown_language .language-select:hover {
  text-decoration: underline;
}

.mobile-switch p {
  -moz-user-select: none;
  display: flex;
  -webkit-user-select: none;
  -ms-user-select: none;
  font-size: 12px;
  user-select: none;
  position: relative;
  font-weight: 400;
  z-index: 1;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  transition: all .25s ease
}

.arrow_mobile {
  margin-left: 10px;
  cursor: pointer;
}

.mobile-switch p a {
  color: #707070;
  display: flex;
  align-items: center;
  height: 31px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  padding: 5px;
  padding-left: 10px;
  padding-right: 0px
}

.mobile-switch p a:hover {
  color: #267fd9;
  transition: 0.3s;
}

.mobile-switch p a img {
  margin-right: 10px;
}

.mobile-switch ul {
  position: absolute;
  left: 0;
  border-radius: 30px;
  right: 0;
  top: 0;
  padding: 40px 0 0;
  visibility: hidden;
  opacity: 0;
  border-radius: 8px
}

.mobile-switch li {
  transition: .3s
}

.mobile-switch li a:hover {
  /* background-color: #ebebeb; */
  transition: .3s
}

.mobile-switch li a {
  position: relative;
  display: block;
  color: #666;
  height: 31px;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  padding-left: 40px
}

.mobile-switch li a:hover {
  color: #267fd9;
  transition: 0.3s;
}

.mobile-switch.active ul {
  /* background: #F5F5F5; */
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .25s ease;
  -moz-transition: opacity .25s ease;
  transition: opacity .25s ease
}

.language_switch {
  margin-left: 20px;
}

.mobile_language {
  display: flex;
  align-items: center;
  gap: 20px;
}

.language_line {
  width: 2px;
  height: 30px;
  background: #DDD;
}

.language-switch {
  position: relative;
  border-left: 2px solid #DDDDDD;
  padding-left: 15px;
  z-index: 16;
  line-height: 30px;
  display: inline-block;
}

.language-switch h3 {
  -moz-user-select: none;
  cursor: pointer;
  display: flex;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  font-weight: 400;
  z-index: 1;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  transition: all .25s ease
}

.language-switch h3 img {
  margin-left: 10px;
}

.language-switch h3 a {
  color: #4899EB;
  display: block;
  font-size: 18px;
  height: 31px;
  font-weight: 700;
  text-align: center
}

.language-switch ul {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding: 31px 0 0;
  visibility: hidden;
  opacity: 0;
  border-radius: 8px
}

.language-switch li {
  transition: .3s
}

.language-switch li a:hover {
  transition: .3s
}

.language-switch li a {
  position: relative;
  display: block;
  color: #666;
  height: 31px;
  font-size: 14px;
  margin-left: 2px;
}


.product_list .col-left_list {
  position: relative;
  padding-left: 20px
}

.language-switch.active ul {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .25s ease;
  -moz-transition: opacity .25s ease;
  transition: opacity .25s ease
}

.cart {
  position: relative;
}

.cart-items {
  position: absolute;
  border-radius: 10px;
  padding: 2px 6px;
  font-size: 12px;
  color: #fff;
  top: -5px;
  background-color: #4899EB;
  right: -7px;
}

.brands {
  margin: 25px 0;
}

.brand_logo {
  display: flex !important;
  justify-content: center;
}

.cart-order {
  background: rgba(0, 0, 0, .5);
  width: 99.8%;
  height: 320%;
  display: none;
  top: 0;
  z-index: 43242342365;
  position: absolute;
  left: 0;
  margin: 0 auto;

}

.cart_item {
  display: flex;
  margin-top: 30px;
  justify-content: space-between;
  padding-bottom: 30px;
  border-bottom: 1px solid #DDDDDD;
  align-items: center;
}

.shopping-cart .cart_item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.sku_cart {
  color: #909090;
  font-size: 12px;
}

.item_name {
  width: 400px;
}

.cart_name {
  font-size: 14px;
  color: #000;
  font-weight: 700;
  display: block;
  margin: 14px 0;
}

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

.options_color p {
  display: flex;
  margin-right: 10px;
  font-size: 12px;
  color: #909090;
  align-items: center;
}

.options_color img {
  margin-left: 5px;
}

.shopping-cart li {
  width: 800px;
  max-height: 550px;
  margin: 0 auto;
  margin-top: 100px;
  background: white;
  padding: 20px;
}

.shopping-cart .shopping-cart-header {
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 15px;
}

.shopping-cart .shopping-cart-header .shopping-cart-total {
  float: right;
}

.shopping-cart .shopping-cart-items {
  padding-top: 20px;
}

.m-menu .contact_text a {
  border-bottom: 0 !important;
  font-size: 18px !important;
  padding: 0 !important;
}

.w70 {
  width: 70px;
}

.item-name a {
  color: #000;
}

.products_cart {
  width: 100%;
}

.products_cart tr {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cart_header {
  font-weight: 700;
  font-size: 24px;
  color: #000;
}

.btn_order a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 8px;
  background: #607FD5;
  height: 35px;
  border-radius: 5px;
  color: #fff;
  transition: .3s;
}

.counter {
  display: flex;
}

.buttonCountPlus {
  cursor: pointer;
  font-family: 'Century Gothic';
  background: none;
  border: 0;
  color: #4899eb;
  font-weight: 700;
  margin-right: 15px;
  font-size: 24px;
}

.buttonCountMinus {
  cursor: pointer;
  margin-left: 15px;
  font-family: 'Century Gothic';
  background: none;
  color: #4899eb;
  font-weight: 700;
  font-size: 24px;
  border: 0;
}

.option-quantity-input {
  width: 20px;
  font-size: 24px;
  font-weight: 700;
  border: 0;
  text-align: center;
  margin: 0 15px;
}

.cart_price {
  font-size: 18px;
}

.img_name {
  width: 100px;
}

.item_names {
  margin-top: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
}

.item_names div {
  color: #909090;
  font-size: 14px;
}

.product_names {
  width: 400px;
}

.cart_checkout {
  max-width: 370px;
  padding: 20px 10px;
  margin: 15px auto;
  text-align: center;
  border: 1px solid #DDDDDD;
  border-radius: 8px;
}

.cart_total {
  font-size: 32px;
  text-align: center;
}

.cart_total span {
  font-size: 24px;
}

.quantity_name {
  width: 262.5px;
  text-align: center;
}

.price_name {
  width: 125px;
}

.trash_name {
  width: 54px;
}

.cart_items {
  max-height: 260px;
  overflow: auto;
}


.brands {
  width: 90%;
  margin: 25px auto;

}

.m-menu__toggle svg {
  stroke: #4899EB;
}

.navigation {
  height: 50px;
  padding: 0 16px !important;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  /* fade in checked menu */
}

.navigation .m-menu__checkbox {
  display: none;
}

.navigation label.m-menu__toggle {
  cursor: pointer;
}

.navigation .m-menu {
  position: absolute;
  top: 0;
  height: 100vh;
  left: 0;
  max-width: 450px;
  width: 100%;
  /* width: calc(100vw - 30px); */
  -moz-transform: translate3d(-450px, 0, 0);
  -o-transform: translate3d(-450px, 0, 0);
  -ms-transform: translate3d(-450px, 0, 0);
  -webkit-transform: translate3d(-450px, 0, 0);
  transform: translate3d(-450px, 0, 0);
  -moz-transition: transform 0.35s;
  -o-transition: transform 0.35s;
  -webkit-transition: transform 0.35s;
  transition: transform 0.35s;
  z-index: 9999;
  overflow: auto;
  background-color: #1259A1;
}

.navigation .m-menu__overlay {
  background-color: rgba(103, 103, 103, 0.5);
  position: absolute;
  top: 0;
  width: 100%;
  bottom: 0;
  z-index: 1;
  display: none;
}

.navigation .m-menu__header {
  padding: 0 16px;
  height: 50px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: space-around;
  -webkit-align-items: center;
  align-items: center;
  /* border-bottom: 1px solid #e8e8e8; */
}

.navigation .m-menu__header span {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  width: 100%;
}

.navigation .m-menu .m-menu {
  -moz-transform: translate3d(480px, 0, 0);
  -o-transform: translate3d(480px, 0, 0);
  -ms-transform: translate3d(480px, 0, 0);
  -webkit-transform: translate3d(480px, 0, 0);
  transform: translate3d(480px, 0, 0);
}

.block_menu {
  /* height: 100%; */
  overflow-y: auto;
  padding: 20px;
  margin: 20px;
  border-radius: 8px;
  border: 1px solid #267fd9;
}

.call_button {
  width: 35px;
}

.navigation .m-menu ul li .accordeon__button>div,
.navigation .m-menu ul li label {
  display: block;
  text-align: left;
  /* padding: 15px 0px; */
  line-height: 47px;
  padding-bottom: 10px !important;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
  font-size: 24px;
  /* text-transform: uppercase; */
  border-bottom: 1px solid #e8e8e8;
  position: relative;
}

.navigation .m-menu ul li .accordeon__button>div>a,
.navigation .m-menu ul li label a {
  font-size: 24px;
  text-decoration: none;
  color: #fff;
  line-height: 47px;
}

.navigation .m-menu ul li label.a-label__chevron::after {
  content: "";
  position: absolute;
  display: inline-block;
  height: 10px;
  width: 10px;
  border-color: #333;
  border-style: solid;
  border-width: 1px 1px 0 0;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  margin-top: -5px;
  right: 16px;
}

.navigation .m-menu ul li .-invisible {
  border-bottom: 0;
}

.navigation .m-menu .m-menu label.m-menu__toggle {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  border-bottom: 0;
  padding: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.navigation .m-menu__checkbox:checked~.m-menu__overlay {
  display: block;
}

.navigation .m-menu__checkbox:checked~.m-menu {
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.menu_logo img {
  width: 100% !important;
}

.navigation a img {
  width: 70%;
}

.accordeon__item {
  /* background: #e7e7e7; */
  border-radius: 22px;
  margin-bottom: 6px;
}

.space_menu {
  width: 85px;
}

.menu_logo {
  width: 100%;
  margin-top: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.non_category a {
  border-bottom: 0 !important;
  display: block;
  font-size: 24px !important;
  padding: 15px 0 !important;
  /* text-transform: capitalize !important; */
}

.accordeon__button {
  position: relative;
  /* background: #696666; */
  color: #fff;
  font-size: 24px;
  padding: 15px 0px;
  border-radius: 22px;
  cursor: pointer;
}

.accordeon__panel>a {
  display: inline;
}

.accordeon__panel li a {
  text-transform: capitalize !important;
  font-size: 16px !important;
  border-bottom: 0 !important;
  color: #9eccfa;
  line-height: normal !important;
}

.accordeon__button:after {
  content: '';
  position: absolute;
  right: 20px;
  bottom: 26px;
  border: 8px solid transparent;
  border-top: 14px solid #9ECCFA;
  border-bottom: 14px solid transparent;
  transition: border-bottom 0.5s ease, border-top 0.5s ease, bottom 0.5s ease;
}

/* .accordeon__item:nth-child(2n) .accordeon__button {
    background: #e7e7e7;
    color: #4f4f4f;
 } */
/* .accordeon__item:nth-child(2n) .accordeon__button.active {
    background: #ff8663;
    color: #fff;
 } */
.accordeon__panel {
  color: #fff;
  border-radius: 22px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
}

.panel__text {
  list-style-type: none;
  padding: 5px 10px;
  color: #fff;
}

/* .active {
    background: #ff8663;
    color: #fff;
 } */
.active:after {
  bottom: 40px;
  border-top: 14px solid transparent;
  border-bottom: 14px solid #fff;
}

.logomob {
  display: flex;
  justify-content: center;
  align-items: center;
}

.m-menu ul li a {
  padding: 0 !important;
}

.navigation .m-menu ul li label:last-child {
  border-bottom: 0;
}

.dropdownmenu ul {
  list-style: none;
  width: 100%;
}

.dropdownmenu li {
  float: left;
  position: relative;
  width: 146px;
  padding: 5px 4px;
  text-align: center;
  border-radius: 5px 5px 0 0;
  /* width:auto; */
}

.dropdownmenu a {
  text-decoration: none;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

#submenu {
  left: 0;
  width: auto;
  opacity: 0;
  border-radius: 0px 0px 5px 0;
  background-color: #fff;
  position: absolute;
  margin-top: 5px;
  padding-top: 10px;
  border-right: 1px solid #6EB2F7;
  visibility: hidden;
  border-top: 1px solid #ddd;
  z-index: 1;
  box-shadow: -1px 20px 20px 0px #00000040;
}

li:hover ul#submenu {
  opacity: 1;
  visibility: visible;
}

#submenu li {
  float: none;
  width: 100%;
  margin-right: 0;
  margin-bottom: 5px;
  width: 146px;
}

.cont_submenu:hover {
  border-right: 1px solid #6EB2F7;
  box-shadow: 1px -3px 20px 0px #00000040;
  background-color: #fff;
}

#submenu a {
  color: #000;
}

#submenu a:hover {
  color: #267fd9;
  transition: 0.3s;
}

.cart-quantity {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart-quantity__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 34px;
  flex: 0 0 30px;
  background: #fff;
}

.cart-quantity__btn:first-child {
  border-right: none;
}

.cart-quantity__btn:last-child {
  border-left: none;
}

.cart-quantity__btn:hover {
  color: #000;
}

.cart-quantity__input {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  text-align: center;
  border: none;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  box-shadow: none;
}

.header .top_header .main_logo {
  width: 230px;
  height: 26px;
}

.plus-cart {
  border-left: none;
}

.pull-left {
  display: block;
}

.mobile_language_switch {
  display: none;
  margin: 10px 0 20px;
}

.mobile_language_switch ul {
  display: flex;
  justify-content: center;
}

.mobile_language_switch ul li:first-child {
  border-radius: 0 8px 0 0;
  border-right: 1px solid #4899EB;
  position: relative;
  left: 1px;
  top: -6px;
}

.mobile_language_switch ul li:last-child {
  border-radius: 8px 0 0 0;
  border-left: 1px solid #4899EB;
  position: relative;
  left: -1px;
  top: -6px;
}

.mobile_language_switch ul li:first-child,
.mobile_language_switch ul li:last-child {
  width: 100%;
  border-top: 1px solid #4899EB;
  border-bottom: none;
}

.mobile_language_switch ul li button {
  padding: 4px 5px 5px 5px;
  color: var(--B_80, #9ECCFA);
  text-align: center;
  font-family: "Century Gothic";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 5px;
}

.mobile_language_switch ul li button.active {
  border-radius: 8px;
  background: var(--B_50, #267FD9);
  color: var(--W_0, #FFF);
}

.mobile_language_switch ul li.language_item {
  border-bottom: 1px solid #4899EB;
}

.mobile_language_switch ul li.language_item.first {
  border-left: 1px solid #4899EB;
  border-bottom: 1px solid #4899EB;
  border-radius: 0 0 0 8px;
}

.mobile_language_switch ul li.language_item.last {
  border-right: 1px solid #4899EB;
  border-bottom: 1px solid #4899EB;
  border-radius: 0 0 8px 0;
}

@media screen and (max-width: 1100px) {
  .pull-left {
    display: none;
  }

  .mobile_language_switch {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .item_names {
    display: none;
  }

  .shopping-cart li {
    width: 83%;
  }

  .cart_item {
    width: 100%;
    overflow: auto;
    padding-bottom: 0;
  }

  .cart_item>a {
    display: none;
  }

  .item_name {
    width: 100%;
  }

  .m-menu .footer_menu {
    background: transparent;
  }

  .m-menu .footer_menu ul {
    margin: 10px 0;
  }

  .m-menu .social_links {
    justify-content: center;
    margin-bottom: 115px;
  }

  .m-menu .social_links a {
    margin: 0 15px;
  }

  .m-menu .social_links a img {
    width: 42px;
    height: 42px;
  }

}

@media all and (min-width: 767px) {
  .cart_items::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
  }

  .cart_items::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
  }

  .cart_items::-webkit-scrollbar-thumb {
    background-color: #000000;
    border: 2px solid #555555;
  }
}