@charset "UTF-8";

a {
  text-decoration: none;
  color: #515151;
}

a :hover {
  text-decoration: none;
  color: #515151;
}

a :active {
  text-decoration: none;
  color: #515151;
}

@-webkit-keyframes slideInFromLeft {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes slideInFromLeft {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(0);
  }
}

.path2 {
  stroke-dasharray: 1120;
  /*   stroke-dashoffset: 800; */
  -webkit-animation: 1s ease-out 0s 1 slideInFromLeft;
          animation: 1s ease-out 0s 1 slideInFromLeft;
}

@-webkit-keyframes draw1 {
  from {
    stroke-dashoffset: 1120;
  }

  to {
    stroke-dashoffset: 2240;
  }
}

@keyframes draw1 {
  from {
    stroke-dashoffset: 1120;
  }

  to {
    stroke-dashoffset: 2240;
  }
}

.cart-number {
  /* This section calls the slideInFromLeft animation we defined above */
  -webkit-animation: 1s ease-out 0s 1 slideInFromLeft;
          animation: 1s ease-out 0s 1 slideInFromLeft;
}

.alert-success {
  color: #ffffff;
  background-color: #fbaf3f;
  border-color: #fbaf3f;
  font-size: 21px;
  text-align: center;
  position: absolute;
  z-index: 1;
  width: 100%;
  border-radius: 0;
}

.container {
  max-width: 1230px;
}

.image_navigation {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  -o-object-position: left;
     object-position: left;
  max-width: 900px;
  height: 48px;
  border-bottom: 0px solid #423b36;
}

.logo_navbar {
  color: #fff;
  padding-left: 0px;
  padding-right: 0px;
  max-width: 480px;
  background: #131313;
}

.container-fluid {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

/*
.nav_overlay {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 0;
    opacity: 0.7;
    background: #000000a1;
}
*/

.menu_app_content {
  margin-top: 50px;
}

.in_f {
  display: inline-flex;
}

.w_100 {
  width: 100%;
}

.right_menu {
  text-align: right;
  margin-left: auto;
  color: #fff;
  z-index: 1;
  margin-top: 11px;
  display: flex;
}

.menu-logo {
  color: #fff;
  z-index: 1;
  margin-top: 2.5px;
  font-weight: 500;
  font-size: 22px;
  font-family: "Manrope", sans-serif;
  margin-left: 10px;
}

.img_nav {
  position: absolute;
  top: 0;
  max-width: 480px;
}

.svg_search_icon {
  margin-right: 4px;
}

.belt_text {
  color: #515151;
  font-size: 13px;
  font-weight: 500;
  white-space: normal;
  line-height: 1.1;
  margin-top: 5px;
}

.section_menu_images {
  font-family: "Manrope", sans-serif;
}

.section_menu_images-pro {
  font-family: "Manrope", sans-serif;
  margin-top: 51px;
}

.main_image {
  width: 100%;
  height: 240px;
  padding: 0;
  -o-object-position: center;
     object-position: center;
}

.card_title_main {
  font-size: 19px;
  font-weight: 600;
  color: #515151;
  margin-bottom: 3px;
  font-family: "Manrope", sans-serif;
}

.my_card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border-radius: 0.25rem;
}

.my_card_body {
  padding: 30PX 10px 30px 10px;
  BORDER-BOTTOM: 1PX SOLID #eaeaea;
}

.card_app_menu {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 12px;
  margin-top: 0;
  background-color: #fff;
  background-image: url(/images/bg.jpg?d92c8eb85dd4f8c6e3dc194c1b2d7d5b);
  height: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
}

.left_col_card {
  width: 85%;
}

.right_col_card {
  width: 15%;
  text-align: right;
}

.card_main_weight_info {
  font-weight: 600;
  font-size: 16px;
  color: #515151;
  margin-bottom: 0;
  margin-top: 2px;
}

.main_page_price {
  width: 50%;
}

.main_page_backet {
  width: 50%;
}

.p_main_price {
  font-weight: 600;
  font-size: 22px;
  color: #515151;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
}

.card_main_description {
  line-height: 1.2;
  font-size: 15px;
  margin-bottom: 0;
}

.card_main_description p {
  margin-bottom: 4px;
}

.card_body_inline {
  margin-top: 4px;
  margin-bottom: 20px;
}

.product_content {
  margin-top: 40px;
  font-family: "Manrope", sans-serif;
  padding-left: 0;
  padding-right: 0;
}

.back_button {
  width: 10%;
}

.product_center_heading {
  width: 80%;
}

.product_widght_right {
  width: 10%;
}

.product_info_title {
  font-size: 20px;
  font-weight: 600;
  color: #515151;
  text-align: center;
}

.width_p_product_info {
  font-weight: 600;
  font-size: 15px;
  color: #515151;
  margin-bottom: 0;
  margin-top: 4px;
}

.fa_back_product {
  font-size: 16px;
  margin-top: 4px;
  margin-right: 3px;
}

.product_info_image {
  width: 100%;
  height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.h1_description_product {
  font-size: 18px;
  font-weight: 600;
  color: #515151;
  margin-bottom: 3px;
}

.footer_content {
  margin-top: 30px;
  padding: 15px 0 15px 0;
  background: #fbaf3f;
}

.parag_description_product {
  line-height: 1.2;
  font-size: 15px;
}

.back_a_product {
  color: #515151;
  background: #ffbd5c;
  padding: 7px 14px;
  border-radius: 10px;
  font-size: 17px;
  border: 1px solid #ffaf39;
}

.icons_group_footer {
  width: 25%;
  text-align: center;
}

.fa_home_footer {
  font-size: 20px;
  color: #fff;
}

.fa_search_footer {
  font-size: 20px;
  color: #fff;
}

.fa_coment_foot {
  font-size: 21px;
  color: #fff;
}

.fa_backet_footer {
  font-size: 20px;
  color: #fff;
}

.left_col_product_info {
  width: 85%;
}

.right_col_product_info {
  width: 15%;
  text-align: right;
}

.p_product_info_widght {
  font-weight: 600;
  font-size: 15px;
  color: #515151;
  margin-bottom: 0;
}

.p_product_info_price {
  font-weight: 600;
  font-size: 21px;
  color: #515151;
  margin-top: 3px;
}

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

.right_col_proces_widght {
  width: 50%;
  text-align: right;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  overflow-x: hidden;
  padding-top: 0;
  transition: 0.5s;
}

.top_menu_mobile_cont {
  width: 100%;
  height: 30px;
  padding-top: 3px;
}

.hr_mobile_menu {
  margin-top: 9px;
  border-top: 1px solid #ebebeb;
  margin-bottom: 20px;
}

.side_nav_mobile a {
  color: #515151 !important;
  font-size: 18px !important;
  padding-bottom: 1px !important;
}

.sidenav a {
  padding: 7px 10px 5px 15px;
  text-decoration: none;
  font-size: 20px;
  color: #ffffff;
  display: block;
  transition: 0.3s;
}

.side_nav_mobile {
  background: #fff;
  font-family: "Manrope", sans-serif;
}

.title_open_menu {
  margin-bottom: 0;
  margin-top: 4px;
  margin-left: 13px;
  color: #515151;
  font-weight: 400;
  font-size: 20px;
}

.closebtn_mobile {
  font-size: 36px !important;
  padding: 0;
  margin-top: -18px;
  margin-left: auto;
  margin-right: 10px;
}

.logo_href {
  color: #fff;
}

.logo_href img {
  max-width: 70px;
  width: 100%;
}

#menu {
  position: relative;
  margin-top: 57px;
  margin-bottom: 7px;
}

.ul_belt {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  display: inline-flex;
  list-style: none;
  padding: 0;
}

.li_belt {
  height: auto;
  display: inline-block;
  text-align: center;
  width: 100%;
  min-width: 75px;
  margin: 10px 8px 3px 0;
}

#nav {
  position: absolute;
  top: 0;
  width: 100%;
}

#prev {
  display: inline-block;
  position: absolute;
  left: 1%;
  background-color: transparent;
  padding: 5px;
  cursor: pointer;
  top: 0;
  font-weight: bold;
  font-size: 32px;
  color: #818181;
}

#next {
  display: inline-block;
  position: absolute;
  right: 1%;
  background-color: transparent;
  padding: 5px;
  cursor: pointer;
  top: 0;
  font-weight: bold;
  font-size: 32px;
  color: #818181;
}

label {
  font-size: 15px;
  font-weight: 500;
  color: #515151;
  margin-bottom: 0;
}

.logo_moda_top {
  width: 230px;
  margin-top: -25px;
}

.icon-size {
  height: 55px;
  width: 55px;
}

/* check box - IMAGES */

ul {
  list-style-type: none;
}

input[type=checkbox][id^=cb] {
  display: none;
}

input[type=checkbox][id^=rb] {
  display: none;
}

input[type=checkbox][id^=lb] {
  display: none;
}

label {
  position: relative;
  cursor: pointer;
}

/*
label:before {
  background-color: white;
  color: white;
  content: " ";
  display: block;
  border-radius: 50%;
  border: 1px solid #fbaf3f;
  position: absolute;
  top: -15px;
  left: -7px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 22px;
  transition-duration: 0.4s;
  transform: scale(0);
}


label img {
  height: 100px;
  width: 100px;

}

:checked + label {

}

:checked + label:before {
  content: "✓";
  background-color:#fbaf3f;
  transform: scale(1);
}

:checked + label img {
  vertical-align: middle;
  border-style: none;

  object-fit: cover;
  height: auto;
  width: 65px;
}

*/

.item {
  text-align: center;
  margin-bottom: 10px;
  margin-right: 10px;
}

.scrolling-wrapper {
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  width: 100%;
  padding-left: 9px;
  padding-right: 9px;
  position: fixed;
  background: #fff;
  z-index: 100;
  margin-top: -13px;
  max-width: 480px;
}

.ajax_loader_img {
  width: 58px;
}

#progress {
  position: fixed;
  top: 149px;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 201;
  border-radius: 100px;
}

.h_category {
  margin-bottom: 0;
  padding: 106px 0 12px;
}

.max-container {
  max-width: 480px;
  padding: 0;
}

.pro_img {
  height: auto;
}

.add-btn {
  font-size: 15px;
  border: 1px solid #fec108;
  background: #fec108;
  color: #fff;
  margin-right: 0;
  width: 110px;
  border-radius: 4px;
  margin-left: 0;
  margin-top: -15px;
  position: relative;
  padding: 4px 6px 4px 4px;
}

/* cart page */

.w_50 {
  width: 50%;
}

.w_100 {
  width: 100%;
}

.mobile_app_price_h {
  font-size: 13px;
  margin-right: 15px;
}

.price_cart_h1 {
  width: 100%;
  margin-left: auto;
  text-align: right;
}

.main_image_cart {
  width: 120px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

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

.title_product_cart {
  font-size: 18px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
  align-items: center;
  justify-content: center;
  display: flex;
  color: #515151;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}

.products_header {
  width: 100%;
  display: inline-flex;
  padding-right: 10px;
}

.product_header_title {
  width: 45%;
  align-items: center;
}

.head_price {
  display: flex;
  width: 15%;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 500;
}

.head_quant {
  display: flex;
  width: 30%;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 500;
}

.head_total {
  display: flex;
  width: 10%;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 500;
}

.price_cart {
  width: 15%;
  align-items: center;
  justify-content: center;
  display: flex;
  font-size: 15px;
}

.quantity_cart {
  width: 30%;
  align-items: center;
  justify-content: center;
  display: flex;
  font-size: 15px;
}

.total_cart {
  width: 10%;
  align-items: center;
  display: flex;
  font-size: 15px;
}

.text_c {
  text-align: center;
}

.order_title_top {
  font-size: 23px;
  margin-right: auto;
  font-weight: 400;
  TEXT-ALIGN: center;
  width: 100%;
  color: #515151;
}

.svg_cart_top {
  width: 25px;
  height: 25px;
  margin-left: auto !important;
  margin-right: 10px;
  margin-top: 3px;
}

.text_c {
  text-align: center;
}

.product_qty {
  width: 20%;
}

.w_20 {
  width: 20%;
}

.product_total {
  width: 20%;
}

.w_30 {
  width: 30%;
}

.w_10 {
  width: 10%;
}

.delete_cart {
  text-align: right;
}

.plus_cart {
  font-size: 13px;
}

#plus_button {
  height: 32px;
  width: 32px;
  text-align: center;
  border: 1px solid #fbaf3f;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 5px;
  margin-left: 6px;
  color: #fff;
  background: #fbaf3f;
}

.cart-number-pro {
  font-weight: 500;
  color: #515151;
  font-size: 18px;
}

.cart-number-pro-price-total {
  padding-right: 10px;
}

#minus_button {
  height: 32px;
  width: 32px;
  text-align: center;
  border: 1px solid #fbaf3f;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 5px;
  margin-right: 6px;
  color: #fff;
  background: #fbaf3f;
}

.p-left-10 {
  padding-left: 10px;
}

.head_qty {
  font-weight: 500;
  font-size: 15px;
  /* text-align: center; */
  color: #515151;
  padding-right: 10px;
}

#bt_delete {
  display: block;
  font-size: 1rem;
  font-weight: 400;
  color: #515151;
  background-color: #f9f9f9;
  border-radius: 0.25rem;
  margin-left: auto !important;
  border: 1px solid #f3f3f3 !important;
  height: 33px;
  width: 33px;
  margin-right: -15px;
}

.text-right {
  text-align: right;
}

.cart_proces_row {
  margin-top: 10px;
  margin-bottom: 20px;
  padding-bottom: 13px;
  border-bottom: 1px solid #f3f3f3;
}

.h2_end {
  font-size: 20px;
  font-weight: 400;
  color: #515151;
}

.end_price {
  text-align: right;
  margin-top: 15px;
  padding-right: 10px;
  font-size: 28px;
}

.no_image_cart {
  width: 120px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.top_title_cart {
  margin-top: 20px;
}

.top_prodct_proces {
  margin-top: 15px;
}

.second_conten_proces {
  margin-top: -15px;
}

.card_main_weight_info_pro {
  font-weight: 600;
  font-size: 16px;
  color: #515151;
  margin-bottom: 5px;
}

.grid_last_item {
  width: 100%;
  height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
  padding-top: 10px;
}

.h1_grid_title {
  font-weight: 500;
  margin-bottom: 10px;
  text-align: center;
  font-size: 16px;
}

.top_products_h1 {
  color: #515151;
  font-size: 25px;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 0;
}

.nav_fixed {
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 0;
  background: #fff;
}

.new_order_section {
  margin-top: 30px;
  text-align: center;
}

.btn_new_order {
  font-size: 22px;
  border: 1px solid #fbaf3f;
  background: #fbaf3f;
  color: #ffff;
  margin-right: 0;
  width: 220px;
  border-radius: 4px;
  margin-left: 0;
  padding: 5px 5px 7px;
  margin-bottom: 200px;
}

.empty_backet {
  text-align: center;
}

.h2_empty {
  font-weight: 400;
  font-size: 22px;
}

.cart-number {
  background: #fec108;
  color: #ffffff;
  font-weight: normal;
  width: 21px;
  text-align: center;
  border-radius: 100px;
  height: 23px;
  padding-top: 0;
  font-size: 15px;
}

.cart-number {
  position: fixed;
  top: 5px;
  z-index: 200;
  right: 5px;
}

.progress-cont {
  margin: auto;
  background: white;
  width: 85px;
  border-radius: 100px;
  HEIGHT: 85px;
  padding: 14px 10px 10px;
}

.card_app_menu_pro {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 12px;
  margin-top: 0;
  background-color: #fff;
  height: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
}

.no_image_pro {
  width: 100%;
  height: 230px;
  padding: 15px;
  -o-object-fit: contain;
     object-fit: contain;
}

.pro-btn-back {
  width: 100%;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 5px;
}

.pro-btn-back-cart {
  width: 100%;
  text-align: left;
  margin-top: 5px;
  margin-bottom: 5px;
}

.back_a_product_cart {
  font-size: 22px;
  border: 1px solid #ebebeb;
  background: #f9f9f9;
  color: #565151;
  margin-right: 0;
  /* width: 220px; */
  border-radius: 4px;
  margin-left: 0;
  margin-bottom: 200px;
  padding: 5px 20px 11px 15px;
}

.right_menu {
  text-align: right;
  margin-left: auto;
  color: #fff;
  z-index: 1;
  margin-top: 6px;
  margin-right: 14px;
  margin-bottom: 6px;
}

.language-link {
  color: white;
  font-size: 18px;
  z-index: 1;
  position: relative;
  margin-top: 2px;
}

.vertical-line {
  color: white;
  z-index: 1;
  position: relative;
  margin-left: 9px;
  margin-right: 2px;
  font-size: 21px;
  margin-top: -1px;
}

::-webkit-scrollbar {
  -webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
  width: 0;
}

::-webkit-scrollbar:horizontal {
  height: 0;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(235, 235, 235, 0.5);
  border-radius: 10px;
  border: 0 solid #ffffff;
}

::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #ffffff;
}

