html {
  box-sizing: border-box;
  font-family: sans-serif;
  font-size: 16px;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: "Gilroy", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  color: #373a3c;
  background-color: #fff;
}

button {
  cursor: pointer;
}
.pointer {
  cursor: pointer;
}
*::marker {
  display: none;
}

.material-symbols-outlined {
  vertical-align: middle;
}

p {
  margin: 0;
}

a {
  transition: 0.3s;
}

a:hover {
  color: #ec6b81;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

span {
  display: inline-block;
}

progress {
  vertical-align: baseline;
}

[hidden],
template {
  display: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
  font-size: 0.875rem;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

h1,
.h1 {
  font-size: 24px;
  line-height: 24px;
  margin: 10px 0;
}

h2,
.h2 {
  font-size: 18px;
  line-height: 18px;
  margin: 10px 0;
}

.h3 {
  font-size: 16px;
  line-height: 16px;
  margin: 10px 0;
}

small {
  font-size: 80%;
  display: block;
  max-width: 60%;
  padding: 25px 0;
}

img {
  width: 100%;
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  margin: 0;
}

textarea {
  overflow: auto;
}

*,
:after,
:before {
  box-sizing: inherit;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* UTILITIES */
.text-center {
  text-align: center !important;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-underline {
  text-decoration: underline;
}
.d-flex {
  display: flex !important;
}
.f-reverse {
  flex-direction: row-reverse;
}
.d-revert {
  display: revert !important;
}

.align-center {
  align-items: center;
}

/* COLORS, BKGS */
.red {
  color: red !important;
}

/*WIDTHS*/
.w-unset {
  width: unset;
}

.w-10 {
  width: 10%;
}

.w-20 {
  width: 20%;
}

.w-80 {
  width: 80%;
}

.w-100 {
  width: 100% !important;
}
.mw-10 {
  min-width: 10% !important;
}
.h-100 {
  height: 100% !important;
}
.line-top {
  padding-top: 10px;
  border-top: 1px solid #ebebeb;
}

/* END UTILITIES */

/*BUTTONS */
.buttons {
  display: flex;
  justify-content: space-between;
}
.btn {
  font-weight: 400;
  font-size: 14px;
  border: none;
  line-height: 25px;
  box-shadow: none;
  padding: 5px 20px;
  border-radius: 5px;
  display: inline-block;
  transition: all 300ms ease;
  cursor: pointer;
}

.btn-primary {
  background: #0f0f0f;
  color: #fff;
}

.btn-primary:hover {
  background: #ec6b81;
  color: #fff;
}

/* END BUTTONS */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border-radius: 0;
}

.form-control:focus {
  color: #7a7a7a;
  border-color: #66afe9;
  outline: none;
}

#headerwrapper {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 15px 0;
}

#header-center {
  width: 33.33%;
  text-align: center;
}

#page > .clearfix {
  display: flex;
}

#center_column {
  width: 100%;
}

.container {
  max-width: 1440px;
  padding: 0 15px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 25px;
}

.main_content {
  width: 100%;
}

/*custom forms*/
.button {
  display: inline-block;
  text-align: center;
  color: #0f0f0f;
  font-weight: 400;
  padding: 10px;
  font-size: 14px;
  line-height: 28px;
  cursor: pointer;
}

.submit {
  background: #f6f5f4;
  padding: 5px 55px 5px 25px;
  border: none;
  border-radius: 30px;
  height: 48px;
}

.framing {
  display: flex;
}

.input {
  background: transparent;
  padding: 5px;
  border: 1px solid #e5e5e5;
  margin: 0;
  font-size: 18px;
  border-radius: 0;
}
.input:focus {
  outline: none;
}

.arrows {
  height: 25px;
  border: 1px solid #ebebeb;
  display: block;
  background-color: transparent;
  padding: 0;
  margin: 0;
  line-height: 5px;
  transition: 0.3s;
  cursor: pointer;
}

.arrows:hover {
  background-color: #f1f1f1;
}
#add_to_cart,
#quantity_wanted_p {
  display: inline-block;
}
.favorites {
  margin-bottom: 15px;
  border-bottom: 1px solid #ebebeb;
}
.input.framing {
  padding: 0;
  display: flex;
  width: 85px;
  margin-right: 10px;
}

.framing .transparent {
  height: 48px;
  width: 60px;
  padding: 3px 5px;
}

#primary_block {
  width: 100%;
  padding-top: 40px;
  display: flex;
  flex-wrap: wrap;
}

.transparent {
  padding: 5px;
  outline: none;
  border: none;
  background: transparent;
}

/*end custom forms*/

/*header*/
.header-nav {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 16px;
  background: #0f0f0f;
  color: #fff;
}

.sale-info {
  text-align: center;
}

.nav-parts {
  text-align: right;
}

#header-right {
  width: 33.33%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 50px;
}
#header-right > a {
  display: flex;
  align-items: center;
  position: relative;
}

#user-info {
  display: flex;
  align-items: center;
}

#user-info a {
  margin-right: 10px;
}
#user-info svg {
  vertical-align: middle;
}

#cart_block_top {
  margin-left: 10px;
  display: flex;
  align-items: center;
  padding: 0 10px;
}

#cart_block_top .cart_icon {
  padding-bottom: 6px;
}

.logoimg {
  max-width: 200px;
}

#cart_block_top:hover ~ #cart_block {
  display: block;
}

#cart_block:hover {
  display: block;
}

.hheader {
  font-size: 19px;
  line-height: 1;
  color: #0f0f0f;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-weight: 700;
  position: relative;
  display: block;
  border-bottom: 1px solid #ebebeb;
}

.hheader:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 60px;
  height: 2px;
  background: #ec6b81;
}

#cart_block {
  display: none;
  position: absolute;
  margin: 0;
  top: 43px;
  width: 350px;
  left: auto;
  right: 3rem;
  z-index: 101;
  text-align: left;
  padding: 15px 0;
  background: #fff;
  box-shadow: 0 0 10px 1px #afabab;
}

.quantity-formated {
  min-width: 20px;
  line-height: 20px;
  border-radius: 100%;
  text-align: center;
  color: #fff;
  font-size: 12px;
  width: 20px;
  height: 20px;
  background: #ec6b81;
  margin-right: 10px;
}

.cart_block_product_name {
  display: block;
  font-size: 15px;
  line-height: 20px;
  color: #0f0f0f;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#cart_block .price {
  display: block;
  margin: 0;
  font-size: 17px;
  font-weight: 700;
  color: #0f0f0f;
  min-width: 68px;
  text-align: right;
}

.cart_button {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  border: none;
  color: #0f0f0f;
  padding: 10px 15px;
  line-height: 28px;
  width: 90%;
  margin: 10px auto;
  background: #f6f6f6;
  border-radius: 30px;
  transition: all 300ms linear;
  display: inline-block;
}

#cart-buttons {
  text-align: center;
}

.cart_button:hover {
  color: #fff;
  background: #ec6b81;
}

.search {
  display: none;
  position: relative;
  width: 100%;
}
.search .fleft {
  position: absolute;
  right: 0;
  z-index: 2;
}
.rotated {
  transform: rotate(90deg);
}
#search_query {
  padding: 10px 70px 10px 20px;
  width: 100%;
  height: 46px;
  font-size: 14px;
  background: #fff;
  color: #1d1d1d;
  border: 2px solid #eee;
  border-radius: 5px;
  appearance: none;
  outline: none;
  z-index: 1;
}

#search_query::placeholder {
  color: #a9a9a9;
}

.submit_search {
  position: absolute;
  right: 15px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  width: 65px;
  color: #fff;
  border-radius: 0 5px 5px 0;
  padding: 0;
  border: 0;
  transition: all 300ms linear;
  background: #ec6b81;
}

.submit_search:hover {
  background-color: #000;
}

.magnifer-styled {
  color: #fff;
}

body .ac_results {
  border: 2px solid #eee;
  border-radius: 5px;
}

body .ac_results li {
  padding: 16px;
  font-size: 14px;
  font-weight: 600;
  background-color: #fff;
  border-bottom: 1px solid #eee;
  transition: all 300ms linear;
  cursor: pointer;
  color: #000;
}

body .ac_results li:hover {
  color: #ec6b81;
}

.account_icon {
  display: none;
}

/*end header*/

#categories_block_left {
  padding: 0 20px 0 15px;
}
.header-links .header-links-ul {
  display: none;
}
.menu_button_text {
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 5px;
  font-weight: 600;
}

/* -- menu -- */
.menu {
  position: absolute;
  top: 9px;
  left: -197px;
  width: 193px;
  background: white;
}
.menu .item {
  padding: 5px;
}
.menu .item.odd {
  border-bottom: 1px solid #cccccc;
  background: #fff;
}
.menu .item.even {
  border-bottom: 1px solid #cccccc;
  background: #f5f5f5;
}
.menu .item:hover {
  background: #ba1b02;
  color: #fff !important;
}
.menu .more-info {
  border-top: 1px solid #cccccc;
  background: #fff;
  color: #000;
}
.menu table th,
.menu table td {
  border: 0 none !important;
  background: #f0f0f0 !important;
}
/* -- menu END -- */

@media (min-width: 991px) {
  .back_button {
    display: none !important;
  }
  .mobile_account,
  .shadow_mask,
  .butt_back_menu,
  .mobile_menu {
    display: none;
  }
  .tree {
    padding: 0;
  }

  .tree .item {
    font-weight: 400;
    color: #666;
    font-size: 14px;
    line-height: 25px;
  }

  .header-links {
    padding: 0 15px;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .tree ul ul .mobile_dropdown_lines {
    display: block;
  }
  .mobile_dropdown_lines {
    transition: 0.3s;
    display: none;
  }

  .header-links ul {
    display: flex;
    list-style: none;
    justify-content: center;
    width: 100%;
  }
  .block_content {
    width: 100%;
  }
  .container-links {
    max-width: 1410px;
    margin: auto;
    padding: 0 15px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    position: relative;
  }

  .header-links li,
  .header-links li.item {
    font-size: 16px;
    color: #1d1d1d;
    line-height: 26px;
    font-weight: 700;
    width: 100%;
  }
  .tree ul > li {
    color: #666;
    line-height: 28px;
    font-weight: 400;
    font-size: 14px;
    display: block;
    transition: 0.3s;
  }
  .tree > li > ul > li > a {
    line-height: 1;
    font-size: 19px;
    display: block;
    border-bottom: 1px solid #ebebeb;
  }
  .ajax_cart_block_remove_link {
    display: block;
  }
  .tree ul > li:hover {
    color: #ec6b81;
  }

  .tree ul ul {
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .tree ul ul > li {
    border: none;
  }

  .tree ul ul > li a {
    padding-top: 7px;
    padding-bottom: 7px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  /*.tree ul ul>li:hover{*/
  /*    transform: translateX(10px);*/
  /*}*/
  .tree ul ul ul {
    display: none;
  }
  .tree ul ul .amd:hover ~ ul {
    display: none;
  }

  .tree ul ul a {
    padding-left: 15px;
  }
  .tree ul ul ul a {
    padding-left: 25px;
  }
  .tree ul ul ul ul a {
    padding-left: 45px;
  }
  .tree ul ul ul ul ul a {
    padding-left: 65px;
  }

  .tree > li > .amd ~ ul {
    background: #fff;
    position: absolute;
    left: 0;
    top: 48px;
    padding: 5px 5px 15px;
    line-height: 1;
    width: 100%;
    justify-content: space-between;
    z-index: 10;
    box-shadow: 0 0 3.76px 0.24px rgba(0, 0, 0, 0.15);
  }
  .tree .amd:hover ~ ul {
    display: flex;
  }
  .tree ul:hover {
    display: flex;
  }
  .tree ul {
    display: none;
  }
  .header-links li a {
    color: #1d1d1d;
    text-decoration: none;
    padding: 19px 15px;
    font-size: 17px;
    display: inline-block;
    line-height: 1;
    width: 100%;
  }

  .header-links li a:hover {
    color: #ec6b81;
  }
  .tree > .item > a {
    text-align: center;
  }
}

.contact-link {
  width: 33.33%;
  align-items: center;
  display: flex;
  padding-left: 50px;
}
.contact-link svg {
  width: 30px !important;
  height: 30px !important;
}

.phone_ico {
  padding-right: 10px;
  font-size: 35px;
}

.phone a {
  font-weight: bold;
}

.product-name {
  color: #0f0f0f;
  font-size: 17px;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  margin-bottom: 8px;
}

/*header*/

/* временно отключенное меню с товарами */
#left_column {
  display: none;
  width: 25%;
}

.product-bkg {
  position: relative;
}

.icon_add_cart {
  position: relative;
  background: transparent;
  border: 3px solid #ccc;
  border-radius: 50%;
  padding: 7px;
}

.icon_add_cart:after {
  content: "";
  display: inline-block;
  background: transparent;
  border: 3px solid transparent;
  border-radius: 50%;
  position: absolute;
  left: -3px;
  top: -3px;
  width: 44px;
  height: 44px;
  transition: 0.3s;
}

.icon_add_cart:hover:after {
  border-color: #ec6b81;
}

.breadcrumb {
  width: 100%;
  background: #fff;
  text-align: center;
}

.breadcrumb * {
  font-size: 15px !important;
}

.breadcrumb .pipe {
  color: #666;
  margin: 0 10px;
}

.breadcrumb .end {
  color: #ec6b81 !important;
}

.page-title {
  width: 100%;
  text-align: center;
  background: #fbf6f3;
  margin-bottom: 20px;
  position: relative;
  height: 200px;
  background: url(../img/bg_breadcrumb.jpg) no-repeat;
  background-size: cover;
}

.page-title .info {
  line-height: 1;
  padding: 0;
  height: 200px;
  font-size: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-title a,
.page-title span {
  font-size: 14px;
}
.warning-inline {
  margin-top: 15px;
}

#product_list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  flex: 1 1 0px;
  padding: 10px 30px;
}

.ajax_block_product {
  width: 25%;
  text-align: center;
  padding: 15px;
  position: relative;
  transition: 0.3s;
}
.profile-breadcrumb-title {
  padding: 20px 0;
}
.product-list-size {
  width: 25%;
}
.ajax_block_product:hover {
  box-shadow: 0 0 10px 1px #afabab;
}

.ajax_block_product img {
  width: 100%;
  object-fit: cover;
  height: auto;
}

.ajax_add_to_cart_button img {
  width: auto;
}

/*product list*/
.i-set,
.i-new,
.product-manufacturer {
  position: absolute;
  top: 34px;
  right: 5px;
  color: #fff;
  background: #090;
  padding: 1px 3px;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  border-radius: 5px;
}

.i-new {
  top: -13px;
  background: #0f0f0f;
}

.product-manufacturer {
  top: 12px;
  background: #ec6b81;
}
#fav_qties,
.qu_circle {
  position: absolute;
  bottom: -2px;
  left: 11px;
  width: 20px;
  height: 20px;
  color: #fff;
  line-height: 20px;
  font-size: 12px;
  border-radius: 100%;
  background: #ec6b81;
  text-align: center;
}
#fav_qties {
  top: 12px;
}
.wrap_cart_ico {
  position: relative;
  min-height: 40px;
}

.ajax_cart_total {
  font-size: 16px;
  font-weight: 700;
  padding: 10px 0 10px 15px;
  color: #0f0f0f;
}

#thead_static .cart_product {
  width: 53% !important;
  padding: 0 !important;
}
.cart_blck {
  width: 47%;
  display: inline-block;
  text-align: right;
}
.cart_blck div {
  display: inline-block;
}

.cart_total {
  width: 25%;
}

.cart_del {
  width: 10%;
}

.cols_title,
.label_select {
  color: #888;
  line-height: 20px;
  font-size: 14px;
  padding: 5px 10px 5px 0;
}

.container_select {
  display: inline-block;
  position: relative;
}

.select-title {
  border: 1px solid #ebebeb;
  padding: 2px 25px 2px 15px;
  line-height: 24px;
  font-size: 14px;
  margin: 0;
  border-radius: 30px;
  color: #0f0f0f;
  text-align: left;
  box-shadow: none;
  position: relative;
  background: #fff;
  cursor: pointer;
  min-width: 250px;
}

.select-title:after {
  content: "";
  position: absolute;
  right: 6px;
  top: 12px;
  width: 5px;
  height: 5px;
  border: 5px solid transparent;
  border-top: 5px solid #000;
}

.links_select_container {
  background: #fff;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  right: 0;
  left: 0;
  width: auto;
  text-align: right;
  box-shadow: none;
  max-width: 100%;
  position: absolute;
  top: 100%;
  z-index: 100;
  display: none;
}

.links_select_container div {
  line-height: 24px;
  font-size: 14px;
  padding: 3px 15px;
  transition: 0.3s;
}

.links_select_container div:hover {
  background: #ec6b81;
  color: #fff;
}

.checkbox-styled,
.btn-circle {
  border: 1px solid #ebebeb;
  padding: 2px 15px;
  line-height: 24px;
  font-size: 14px;
  margin: 0;
  border-radius: 30px;
  outline: none;
}

.product-container {
  max-height: 281px;
  overflow-y: auto;
  padding: 0 15px;
  border-right: 5px solid;
}

.product-container::-webkit-scrollbar {
  width: 0;
}

#cart_block_no_products,
#cart_block_summary,
#cart-prices {
  position: relative;
  padding: 6px 15px;
}

.text-cart {
  font-weight: 400;
  color: #9b9b9b;
  font-size: 15px;
  text-transform: uppercase;
}

#cart_block .ajax_block_cart_total {
  color: #ec6b81;
}

#cart_block .ajax_cart_total_pd,
#cart_block .ajax_cart_shipping_cost {
  color: #9b9b9b;
}

.product-container .item,
.product-container .last_item,
.product-container .first_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: relative;
  padding: 7px 20px 7px 0;
  border-bottom: 1px solid #ebebeb;
}
.wrap_cart_prod_block {
  display: flex;
  align-items: center;
  overflow: hidden;
}

.product-container .remove_link {
  position: absolute;
  right: 0;
}

.ajax_cart_block_remove_link .icon-trash {
  padding: 12px 0 12px 5px;
}

.cart_block_no_products {
  color: #9b9b9b;
  font-size: 15px;
  text-transform: uppercase;
}

.line-cart {
  display: flex;
  justify-content: space-between;
}
#bigpic {
  max-width: 500px;
}

/*end product list*/

/*price*/
.price-discount,
.price {
  color: #0f0f0f;
  font-weight: 700;
  font-size: 18px;
}

.product-prices {
  display: flex;
  align-items: center;
  justify-content: center;
}

.discount {
  color: #9b9b9b;
  font-weight: 400;
  text-decoration: line-through;
  margin-right: 2px;
  font-size: 15px;
  padding: 4px 5px 0 5px;
}
.cart_discount_price {
  display: flex;
  align-items: center;
}
.cart_discount_delete {
  padding: 0 5px 4px;
}
.cart_discount_delete .icon-trash {
  background: none;
  border: none;
  transition: 0.3s;
}
.cart_discount_delete .icon-trash:hover {
  color: #ec6b81;
}
.price-discounted {
  font-size: 18px;
  color: #ec6b81;
  font-weight: 700;
}

.cart_update {
  width: 20px;
  height: 20px;
}

.cart_delete {
  background: none;
  border: none;
  font-size: 23px;
  padding: 5px;
  transition: 0.3s;
}
.cart_delete .icon-trash {
  font-size: 23px;
}
.cart_delete:hover {
  color: #ec6b81;
}

.total_line {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 1.25rem;
  border-bottom: 1px solid #ebebeb;
}
.voucher_wrapper.total_line {
  border: none;
}

/*end price*/

/*pagination*/
.pagination {
  text-align: center;
  padding: 10px 0;
}

.pagination li {
  cursor: pointer;
  font-weight: 400;
  color: #0f0f0f;
  padding: 0;
  font-size: 18px;
  height: 36px;
  line-height: 36px;
  background: #f6f6f6;
  display: inline-block;
  width: 36px;
  border-radius: 100%;
  text-align: center;
  vertical-align: top;
  margin-right: 3px;
}

.pagination li a {
  display: block;
  height: 36px;
  line-height: 36px;
  margin: 0;
  padding: 0;
}

.pagination .current {
  background: #ec6b81;
  color: #fff;
}

/*end pagination*/

/*product list*/
.central_container {
  max-width: 1440px;
  width: 100%;
}

/*end product list*/

/*product*/
.pb-right-column {
  width: 50%;
  padding-left: 15px;
}

.pb-left-column {
  position: relative;
  width: 50%;
  padding-right: 10px;
}

#image-block {
  text-align: center;
}

.pd-badges {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 10px;
}

.pd-badges.list {
  top: 12px;
  padding: 0px;
}

.tpo-free-badge {
  background: #5b00ff;
  padding: 10px 15px;
  color: white;
  font-weight: bold;
  border-radius: 10px;
}

.list .tpo-free-badge {
  padding: 1px 3px;
  font-size: 12px;
  font-weight: 500;
  border-radius: 5px;
}

.pb-left-column .title {
  color: #0f0f0f;
  font-size: 23px;
  line-height: 1;
  font-weight: 400;
  margin: 0 0 20px 0;
}

.price {
  display: inline-block;
}

#old_price {
  /*text-decoration: line-through;*/
  position: relative;
  font-weight: 400;
  line-height: 20px;
  color: #9b9b9b;
  font-size: 18px;
  margin-right: 10px;
}
.reduction_text {
  border-radius: 10px;
  padding: 10px;
  color: #000;
  background: #ebffe7;
  margin: 5px 0;
  text-align: center;
}
.reduce_in_price {
  font-weight: bold;
  color: #4bae59;
  font-size: 18px;
}
/*#old_price>span{*/
/*     text-decoration: line-through;*/
/* }*/
#old_price:after {
  content: "";
  background: #9b9b9b;
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: rotate(353deg);
}

.sale_small {
  font-size: 25px;
  width: 85px;
  height: 85px;
  line-height: 85px;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  right: 12px;
  top: 0;
  padding: 0;
  color: #fff;
  background: #c91f28;
  font-weight: bold;
}

#our_price_display {
  font-weight: 700;
  color: #0f0f0f;
  font-size: 24px;
  line-height: 20px;
  display: inline-block;
}

.mailalerts_oos_email:focus {
  border-color: #676767;
}
#mailalert_link {
  max-width: 200px;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  background: #ec6b81;
  color: #fff;
  padding: 8px 4px;
  vertical-align: middle;
}

.add_to_cart {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #f6f5f4;
  margin-top: 10px;
}

.add_to_cart:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  display: block;
  transform-origin: right top;
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  background: #ec6b81;
  -webkit-transition: transform 0.4s cubic-bezier(0.5, 0.24, 0, 1);
  transition: transform 0.4s cubic-bezier(0.5, 0.24, 0, 1);
}
@keyframes spin {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}
.icon-reload {
  animation: spin 5s linear 0s infinite;
}

.add_to_cart:hover:before {
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.cart-disabled {
  cursor: not-allowed;
  opacity: 0.8;
  background: #cecece;
  color: #5f5f5f;
}

.cart-disabled:hover:before {
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
}

.line_buy {
  margin: 10px 0;
  display: flex;
}

#buy_block {
  border-top: 1px solid #ebebeb;
  margin-top: 15px;
  padding-top: 10px;
}

.icon_cart_product {
  width: 35px;
  height: 35px;
  position: absolute;
  right: 7px;
  top: 7px;
  border-radius: 50%;
  padding: 7px;
  background: #fff;
  color: black !important;
}
.code_desc {
  color: #888;
}
.added_to_cart {
  background: #7fc592;
  color: white;
  font-weight: bold;
}
.added_to_cart:hover {
  background: #7fc592;
  color: white;
  font-weight: bold;
}

.icon_head_acc {
  font-size: 20px;
}

.header-ico {
  cursor: pointer;
  font-size: 27px;
  padding: 10px;
  transition: 0.3s;
}

.header-ico:hover {
  color: #ec6b81;
}

.cart_icon {
  font-size: 27px;
}

#thumbs_list a img {
  border: 1px solid #ebebeb;
  transition: 0.3s;
  padding: 3px;
}

#crossselling_list li {
  float: left;
  margin: 0 3px;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
}

#crossselling_list li img {
  width: 200px;
  height: 200px;
}

#thumbs_list a img:hover {
  border-color: #ec6b81;
}

#crossselling {
  width: 100%;
}

#crossselling_list {
  overflow: hidden;
  float: left;
  width: 100%;
}

#crossselling_list ul {
  /*display: flex;*/
  margin: auto;
}

#crossselling {
  width: 500px;
}

#thumbs_list_frame {
  display: flex;
}

#thumbs_list_frame .slider-item {
  margin-right: 10px;
}

.pb-right-column .title {
  margin: 0 0 20px 0;
  line-height: 1;
  font-weight: 400;
  font-size: 23px;
}

.short_desc {
  margin: 15px 0;
  color: #666;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.product_description_full {
  color: #888;
  padding: 30px;
  border: 1px solid #ebebeb;
}

.product_description_full h3 {
  font-size: 15px;
  font-weight: normal;
}

.idTabs {
  line-height: 1;
  font-size: 34px;
  color: #0f0f0f;
  font-weight: 700;
  text-align: center;
  margin: 40px 0 25px;
  width: 100%;
}

.owl-product-carouse .ajax_block_product {
  width: auto;
}

/*end product*/

/*global rules*/
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 1rem !important;
}
.p-2 {
  padding: 2rem !important;
}
.ptb-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.pt-1 {
  padding-top: 1rem !important;
}
.pb-1 {
  padding-bottom: 1rem !important;
}
.plr-1 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.hidden,
.hide {
  display: none !important;
}

.inline-block {
  display: inline-block;
}

.ml5 {
  margin-left: 5px;
}

.mt15 {
  margin-top: 15px !important;
}
.m-auto {
  margin: auto;
}
.m-0 {
  margin: 0;
}
.m-1 {
  margin: 1rem !important;
}
.mr-1 {
  margin-right: 1rem;
}
.mr-2 {
  margin-right: 2rem;
}
.mr-3 {
  margin-right: 3rem;
}
.mt-1 {
  margin-top: 1rem !important;
}
.mt-2 {
  margin-top: 2rem !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 1rem;
}

.mb-2 {
  margin-bottom: 2rem;
}
.mb15 {
  margin-bottom: 15px !important;
}

.mr5x {
  margin-right: 5px;
}

.bold {
  color: #0f0f0f;
  font-weight: 700;
}

.float-r {
  float: right;
}

/*global rules*/

/*forms and registration*/
.f_wrapper {
  width: 1440px;
  max-width: 100%;
  margin: auto;
  padding: 60px 30px;
}

.form_wrapper h2 {
  font-size: 24px;
  line-height: 1;
  font-style: normal;
  margin: 0 0 20px 0;
}

.account_creation {
  border: 1px solid #ebebeb;
  padding: 16px;
}

.step_content .account_creation {
  border: none;
}
.alr_wait_img,
#alr_wait_img {
  margin-right: 48%;
  display: none;
  position: relative;
  top: 140px;
  margin-top: -33px;
  max-width: 44px;
  z-index: 100;
  left: 50%;
}
.step_header {
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  cursor: pointer;
}
.finished .step_header {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}
.finished .step_header:after {
  font-family: "simple-line-icons";
  content: "\e080";
  color: #5cb85c;
  font-size: 23px;
  vertical-align: middle;
  margin-right: 4px;
  margin-bottom: 2px;
  display: inline-block;
}
.account_creation .form_center {
  width: 100%;
}

.steps_cart {
  border: 1px solid #ebebeb;
  padding: 15px;
  margin-bottom: 10px;
}

.form_center {
  display: flex;
  margin-bottom: 15px;
  flex-wrap: wrap;
}

.form-control-label {
  font-size: 13px;
  width: 25%;
}

.form_center input {
  background-color: transparent;
  border: 1px solid #ebebeb;
  font-size: 14px;
  line-height: 1.25;
  border-radius: 0;
}
.account_creation .account_input,
.form_center input,
#phone_mobile_number {
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

#phone_mobile_number,
#phone_mobile_prefix {
  font-size: 14px;
}

#phone_mobile_number_div {
  width: 56%;
  margin-bottom: 15px;
  justify-content: space-between;
}
#phone_mobile_number:focus {
  outline: none;
}

.account_input {
  border: 1px solid #ebebeb;
  font-size: 14px;
  padding: 0.5rem 1rem;
  color: #0f0f0f;
  line-height: 1.25;
  width: 70%;
  display: block;
  outline: 0;
}

.form-group {
  display: flex;
  justify-content: space-between;
  padding-right: 11rem;
  margin-bottom: 1rem;
}

.error {
  background-color: #f2dede;
  border-color: #ebcccc;
  color: #a94442;
  font-size: 0.8125rem;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1em;
}

.input_a {
  all: unset;
  color: inherit;
  text-decoration: none;
  background-color: transparent;
  font-size: 0.875rem;
  -webkit-text-decoration-skip: objects;
  transition: 0.3s;
}

.input_a:hover {
  cursor: pointer;
  color: #ec6b81;
}

.r-checkbox {
  width: 13px;
  height: 13px;
  border: 2px solid black !important;
  margin-right: 8px;
}

.radio input {
  margin: 0 6px;
}

.labels span,
.labels label {
  font-size: 13px;
  text-align: left;
  color: #0f0f0f;
}

.form_info,
.ex_blur,
.ex_focus {
  margin-left: 10px !important;
  font-size: 0.875rem;
  padding-top: 0.5rem;
  color: #7a7a7a;
  float: left;
}

.selects-wrapper {
  margin-bottom: 15px;
  width: 56%;
}

.selects:nth-last-child(-n + 2) {
  margin-left: 15px;
}

sup {
  color: red;
  font-size: 16px;
  margin: 0 5px;
}

.table-flex {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.line-tf {
  width: 100%;
  display: flex;
  flex-direction: row;
  padding: 15px 0;
  background: #f6f6f6;
  margin-bottom: 10px;
}

.line-tf .item {
  padding: 0 10px;
}

/*end forms and registration*/

/*TEXT STYLES*/
.page_header {
  margin-bottom: 1.5rem;
  color: #0f0f0f;
  text-align: left;
  font-size: 24px;
  line-height: 1;
  font-style: normal;
  text-transform: none;
}

/* NONE  - timed display:none content*/
.md-slider-products {
  display: none;
}

#header-middle {
  display: none;
}

#page {
  width: 100%;
}

#right_column {
  display: none;
}

#IMS_box1 {
  display: none;
}

/*BORDERS*/
.no-border {
  border: none;
}

.form-border {
  border: 1px solid #ebebeb;
  padding: 1rem;
}

/*END BORDERS*/
/*END NONE */

/*cart */
#form {
  max-width: 1440px;
  padding: 15px;
  margin: auto;
}
.empty-cart {
  text-align: center;
}
.empty-cart p {
  max-width: 25rem !important;
  margin: 2rem auto !important;
  padding: 5px !important;
}
.empty-cart img {
  max-width: 20rem;
}

.title_cart {
  padding: 90px 0;
  background: url(../img/bg_breadcrumb.jpg) no-repeat;
  background-size: cover;
  margin: auto;
  color: #0f0f0f;
  font-size: 44px;
  line-height: 1;
  text-align: center;
}
.animation_image {
  max-width: 50px;
  margin: auto;
}
#order-detail-content {
  width: 100%;
  display: flex;
  align-items: flex-start;
}

#form {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

#order-detail-content,
.tab_next_step {
  width: 65%;
  padding-right: 1.6666%;
  flex-direction: column;
}

#cart_summary {
  width: 100%;
}

.wrap_tfoot {
  border: 1px solid #ebebeb;
}

#tfoot_static {
  width: 33.3333%;
  text-align: center;
}

.tabel_container {
  display: flex;
  flex-wrap: wrap;
}

.header_table {
  display: flex;
}

#alr_fieldset {
  border: 1px solid #ebebeb;
  padding: 10px;
  margin-bottom: 10px;
}

.order_button {
  border: none;
  background-color: #0f0f0f;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  padding: 5px 20px;
  border-radius: 5px;
  transition: 0.3s;
  margin: 15px 0;
  cursor: pointer;
}

.order_button:hover {
  background: #ec6b81;
}

.order_button:hover a {
  color: #fff;
}

.cart_item {
  width: 100%;
  padding: 1rem 0;
  border-bottom: 1px solid #ebebeb;
  align-items: center;
  display: flex;
}

.cart_product {
  width: 15%;
  padding: 0 15px;
}

.cart_description {
  width: 38%;
  line-height: 20px;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 13px;
  color: #0f0f0f;
  padding: 0 15px;
}
.button_container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
#thead_static .item {
  font-weight: bold;
}

.cart_unit {
  width: 10%;
  display: none;
  font-weight: 700;
}

.container_adaptive {
  width: 41.66667%;
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
}

.cart_stock_qty {
  width: 10%;
  text-align: center;
}
.cart_total {
  font-weight: 600;
  display: flex;
  align-items: center;
}

#cart_voucher {
  width: 100%;
}

.voucher_wrapper {
  border: none;
  padding: 15px 0;
}

.voucher_container {
  padding-top: 15px;
  display: flex;
}

.label_voucher {
  padding: 10px;
}

.discount_name {
  display: inline-block;
}

#delivery_address_form .form_center p {
  width: 100%;
}

#carrier-selection table,
#payment-selection table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

#carrier-selection td,
#payment-selection td {
  padding: 10px;
  vertical-align: middle;
  cursor: pointer;
}

#carrier-selection .carrier img,
#payment-selection .payment img {
  max-width: 70%;
  height: auto !important;
}

#carrier-selection .carrier:hover,
#payment-selection .payment:hover {
  background: #f2f2f2;
}

#carrier-selection .item.active,
#payment-selection .item.active {
  border: 2px solid #ec6b81;
}

#carrier-selection .selected,
#payment-selection .selected {
  padding: 0 8px;
  border-radius: 20px;
  text-transform: uppercase;
  font-size: 90%;
  display: none;
  opacity: 1;
  height: 27px;
  overflow: hidden;
  line-height: 27px;
  transition: 0.3s;
  color: #fff;
  background: #ec6b81;
}

#carrier-selection .active .selected,
#payment-selection .active .selected {
  display: table-caption;
}

/* overlay */
.shipping.overlay {
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.75);
  z-index: 10002;
  position: fixed;
  left: 0;
  top: 0;
}
.shipping.overlay .rounded {
  border-radius: 5px;
}
.shipping.overlay .wrapper {
  margin: auto;
  width: calc(100% - 100px);
  height: calc(100% - 100px);
  background: #fff;
  box-shadow: 0 2px 10px rgb(0 0 0 / 20%);
  box-sizing: border-box;
  padding: 15px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.shipping.overlay .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 15px;
  margin-bottom: 10px;
}
#carrier-selection .shipping.overlay .box img {
  height: 100px !important;
  max-width: 100% !important;
}
.shipping.overlay .close {
  cursor: pointer;
}
#carrier-selection .shipping.overlay .close img {
  height: 50px !important;
}
.shipping.overlay .frame {
  width: 100%;
  height: inherit;
}

.h-text {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}

.step_end {
  margin: auto 0 auto auto;
  display: block;
}

#cart_block_list .product-container {
  margin: 0;
}
#vouchers {
  width: 100%;
  padding: 0 15px;
  color: #9b9b9b;
}

.voucher_table {
  padding: 0 10px;
}
.voucher_table .line-tf,
.table_voucher_ajax .line-tf {
  background: transparent;
  padding: 0;
}

.table_voucher_ajax .line-tf {
  justify-content: space-between;
}
/*end cart */

@media only screen and (min-width: 990px) {
  .search {
    width: 100%;
    position: absolute;
    top: 126px;
  }
  #search_query {
    width: 40%;
    min-width: 300px;
    position: absolute;
    right: 15px;
  }

  body .ac_results {
    width: 50% !important;
  }
}

/*FOOTER*/
#footer h3 {
  font-size: 24px;
}

.footer_top {
  display: flex;
  background-color: black;
  color: white;
  justify-content: space-around;
  padding: 30px 0;
}

.ft-section {
  width: 33.33%;
  padding: 0 15px;
  text-align: center;
}

.f-icon {
  width: 35px;
  margin-bottom: 15px;
  height: 35px;
}

.f-bordered {
  border-right: 1px solid rgba(255, 255, 255, 0.25);
  border-left: 1px solid rgba(255, 255, 255, 0.25);
}

.fm-icons {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.fm-icon {
  width: 42px;
  height: 42px;
  border-radius: 100px;
  background-color: transparent;
  transition: 0.4s;
  display: flex;
  color: black;
  align-items: center;
  font-size: 25px;
  justify-content: center;
}

.fm-icon:hover {
  cursor: pointer;
  background-color: #ec6b81;
  color: white;
}

.small-text {
  font-size: 13px;
  color: #615d5d;
  margin: 30px auto auto;
  line-height: 24px;
  max-width: 420px;
}

.small-text-secondary {
  color: #ffffff80;
  font-size: 14px;
  line-height: 20px;
  max-width: 330px;
}

.newsletter-form {
  position: relative;
}

.newsletter-input {
  height: 52px;
  background: #fff;
  color: #b2b2b2;
  padding: 10px 120px 10px 10px;
  display: inline-block;
  width: 100%;
  font-size: 14px;
  border: 1px solid #bcbcbc;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}

.newsletter-btn {
  position: absolute;
  top: 6px;
  right: 6px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  border: 0;
  box-shadow: none;
  padding: 0 20px;
  line-height: 40px;
  height: 40px;
  border-radius: 30px;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  cursor: pointer;
}

.footer_middle {
  display: flex;
  justify-content: space-around;
  padding: 90px 0;
}

.footer_bottom {
  display: flex;
  justify-content: space-evenly;
  padding: 60px 0;
  background-color: #0f0f0f;
}

.footer_bottom div {
  padding: 0 30px;
}

.footer-link {
  color: #fff;
  line-height: 24px;
  display: block;
  font-size: 14px;
  cursor: pointer;
  transition: all 300ms linear;
  width: 50%;
}

.footer-link:hover {
  color: #ec6b81;
}

.links {
  color: white !important;
  flex-wrap: wrap;
}

.footer_info {
  justify-content: space-between;
  padding: 5px 20px;
  background-color: #1f1f1f;
}

/*END FOOTER */

/* PROFILE PAGE */
.page-header {
  max-width: 1440px;
  padding: 60px 30px 0;
  margin: auto auto 2rem;
}

.profile-link {
  text-align: center;
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #7a7a7a;
  padding: 0 0.9375rem;
  margin-bottom: 1.875rem;
  width: 33.33%;
}

.profile-link:hover {
  color: #232323;
}

.profile-link:hover .link-item i {
  color: #ec6b81;
}

.profile-link:hover .link-item {
  border-color: #232323;
  border-radius: 10px;
}

.link-item {
  box-shadow: none;
  border: 1px solid #ebebeb;
  font-size: 14px;
  display: flex;
  height: 100%;
  background: #fff;
  padding: 1rem;
  flex-direction: column;
  align-items: center;
  transition: 0.2s;
}

.link-item .feather {
  width: 30px;
  height: 30px;
}

.link-item i {
  display: block;
  font-size: 2.6rem;
  width: 100%;
  color: #232323;
  padding-bottom: 1.5rem;
}
.profile-footer {
  flex-wrap: wrap;
  margin-bottom: 1rem;
}

.profile-footer a {
  margin-right: 1rem;
}

.addresses {
  padding: 2rem 0;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
}

.address_card {
  border: 1px solid #ebebeb;
  min-width: 26vw;
}

.profile-breadcrumb-title {
  margin: auto;
  color: #0f0f0f;
  font-size: 44px;
  line-height: 1;
  text-align: center;
}

.addrBody {
  padding: 1rem;
}

.addrBody h4 {
  margin: 0 0 1rem;
}

.addrFooter {
  border-top: 1px solid #ebebeb;
  padding: 1rem;
  display: flex;
  justify-content: space-between;
}

.warning {
  padding: 2rem 1rem;
  border: 1px solid #ff9a52;
  background-color: rgba(255, 154, 82, 0.3);
  color: #232323;
}

.table_wrapper {
  overflow-x: auto;
  transform: rotateX(180deg);
  border-radius: 15px;
}
.table_wrapper .warning {
  transform: rotateX(180deg);
}

#order-list {
  width: 100%;
  border-spacing: 0 !important;
  transform: rotateX(180deg);
}

#order-list td {
  padding: 0.75rem;
  border: 1px solid #f6f6f6;
  font-size: 0.875rem;
  color: #7a7a7a;
}

.tHeadTR {
  font-size: 15px;
  text-align: left;
  background: #f2f2f2 !important;
}

.tHeadTR th {
  padding: 1rem;
}

.tBodyTR {
  font-size: 14px;
  text-align: left;
  background: #f6f6f6 !important;
}

.tBodyTR td {
  padding: 1rem;
  font-size: 14px;
}

.order-state {
  padding: 5px 10px;
  border-radius: 10px;
  font-weight: bold;
}

.o-success {
  background-color: #5cb85c;
  color: white;
  /* 5 12 */
}

.o-status-ok {
  background-color: #7cd992;
  color: black;
  /*  2  */
}

.o-processing {
  background-color: #0275d8;
  color: white;
  /* 3 10 11 */
}

.o-danger {
  background-color: #d9534f;
  color: white;
  /* 6 8 9 14 */
}

.o-warning {
  background-color: #f0ad4e;
  color: white;
  /* 7 25 */
}

.o-info {
  background-color: #5bc0de;
  color: white;
  /* 4 15 16 17 19 20 21 23 35 40 */
}

.order-detail-card {
  box-shadow:
    0 2px 6px 0 rgba(0, 0, 0, 0.12),
    inset 0 -1px 0 0 #dadce0;
  background: #fff;
  padding: 1rem;
  margin-bottom: 1.5rem;
  flex: 1 1 auto;
  border-radius: 10px;
}

.address_wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

/*CMS pages*/
.cms_links {
  max-width: 1440px;
  margin: auto;
  padding-bottom: 10px;
}
.rte {
  max-width: 1440px;
  padding: 15px 0;
  margin: auto;
}

.rte h1 {
  font-size: 24px;
}

.rte h1 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

.rte p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
}

#cms img {
  width: auto;
}
#cms .logoimg img {
  width: 100%;
}
.home_link {
  transition: all 300ms linear;
  font-size: 14px;
  font-weight: 700;
  color: #0f0f0f;
  background: #fff;
  border-radius: 30px;
  margin-top: 40px;
  text-transform: uppercase;
  line-height: 1;
  padding: 10px 20px;
  border: 1px solid #d5d5d5;
}
.home_link:hover {
  color: #fff;
  background: #ec6b81;
}
.cms_links .icon-home {
  transition: 0.3s;
  font-size: 20px;
  margin-bottom: 5px;
}
.home_link:hover .icon-home {
  color: #fff;
}

/*end CMS pages*/

/*slider*/
.owl-nav button {
  position: absolute;
  top: 50%;
  display: inline-block;
  font-size: 0;
  line-height: 1;
  cursor: pointer;
  text-align: center;
  color: #0f0f0f;
  width: 50px;
  height: 50px;
  border: none;
  margin-top: -40px;
  background: #fff;
  z-index: 1;
  border-radius: 100%;
  box-shadow: 0 3px 25px 5px rgba(0, 0, 0, 0.06);
  transition: all 300ms linear;
}
.owl-nav button span {
  font-size: 30px;
  line-height: 50px;
  display: block;
  font-weight: 900;
  transition: all 300ms linear;
}

.owl-nav button:hover {
  border-color: #ec6b81;
}
.owl-nav button:hover span {
  color: #fff;
}
.owl-next {
  right: -10px;
}
.owl-prev {
  left: -10px;
}
/*end slider*/

/*home page*/
.sale_block {
  position: relative;
}
.back_img {
  width: 100%;
}
.text_container_sale {
  color: #fff;
  max-width: 70%;
  margin: auto;
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  z-index: 8;
  transform: translateY(-50%);
  line-height: 1;
}

.home_t1 {
  font-size: 28px;
  margin-bottom: 20px;
}
#index .container,
.home_t2 {
  font-size: 48px;
  line-height: revert;
}
.home_t3 {
  font-size: 48px;
  font-weight: bold;
  line-height: revert;
}
.but_light {
  transition: all 300ms linear;
  font-size: 14px;
  font-weight: 700;
  color: #0f0f0f;
  background: #fff;
  line-height: 50px;
  padding: 0 35px;
  border-radius: 30px;
  margin-top: 40px;
  text-transform: uppercase;
}
.but_light:hover {
  background: #ec6b81;
  color: #fff;
}
.home_sales {
  display: flex;
  width: 100%;
  margin-top: 30px;
}
.sale_block {
  width: 33.33%;
  padding: 0 15px;
}
.sale_block:hover img {
  transition: all 300ms linear;
  transform: scale(1.045) rotate(0.05deg);
}
.tab_panel {
  width: 100%;
  padding: 30px 0;
  text-align: center;
}
.title_tabs {
  font-size: 34px;
  margin: 0 0 10px;
}
.r_text {
  color: #918e8e;
  font-size: 16px;
  font-weight: 500;
}
.tab_link {
  font-size: 14px;
  cursor: pointer;
  color: #0f0f0f;
  text-decoration: none;
  margin: 0 10px;
  text-transform: uppercase;
  position: relative;
  transition: 0.3s;
}
.tab_link.active {
  color: #ec6b81;
}
.tab_link.active:after {
  content: "";
  position: absolute;
  bottom: -6px;
  width: 100%;
  height: 1px;
  left: 0;
  background-color: #ec6b81;
}
.button.shop_now {
  margin-top: 30px;
  font-size: 14px;
  font-weight: 700;
  color: #253237;
  background: #fff;
  line-height: 50px;
  height: 50px;
  padding: 0 30px;
  border-radius: 30px;
  text-transform: uppercase;
  display: inline-block;
  border: none;
}
.sale_title {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
}
.sale_text_block * {
  color: #fff;
}
.big_percent {
  font-size: 90px;
  line-height: 1;
  font-weight: 700;
  margin: 10px 0 20px;
}
.sale_text {
  font-size: 20px;
  margin-bottom: 35px;
}
.countdown_banner {
  display: flex;
}
.countdown-section {
  position: relative;
  margin-right: 15px;
  padding: 5px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 4px;
  width: 70px;
}
.countdown-section p {
  margin: 0;
  font-size: 10px;
}
.countdown-section .timer {
  font-weight: bold;
  font-size: 24px;
}
.sale_container {
  width: 100%;
  position: relative;
  padding: 90px 0;
  background: url("/modules/mdcountdown/background.webp") center no-repeat;
  background-size: cover;
  margin-bottom: 15px;
}
.countdown-section:after {
  content: ":";
  position: absolute;
  right: -9px;
  top: 50%;
  margin-top: -10px;
  font-size: 20px;
}
#index .add_to_cart {
  padding: 5px 45px 5px 10px;
}
.countdown-section:nth-last-child(1):after {
  content: none;
}
.owl-main.owl-carousel .owl-nav.disabled + .owl-dots {
  z-index: 1;
  margin-top: -30px;
  position: relative;
}
.owl-theme.owl-carousel .owl-dots .owl-dot span {
  background-color: #fff;
}
.owl-theme.owl-carousel .owl-dots .owl-dot:hover span,
.owl-theme.owl-carousel .owl-dots .owl-dot:active span {
  background-color: #ec6b81;
}
.owl-container-product .ajax_block_product {
  width: 100%;
}
.owl-container-product .owl-item {
  padding: 3px;
}

/*home page*/

/*--- HOME NEW MODULE ---*/
.image-container {
  transition: all 300ms linear;
  flex: 1 1 0px;
  background-image: url(https://demo2.posthemes.com/pos_argima/layout2/modules/posnewproducts/img/cms.jpg);
  background-position-x: center;
}
.image-container:hover {
  transform: scale(1.045) rotate(0.05deg);
}
.icon-home {
  color: #ec6b81;
  font-size: 25px;
}
.module-header p {
  font-size: 30px;
  color: #0f0f0f;
  font-weight: 700;
}
.module-header small,
.page-header small {
  max-width: 100% !important;
  padding-top: 0;
}
.order-success-h2 {
  color: #0f0f0f;
  line-height: 24px;
  font-weight: 700;
  font-size: 1.375rem;
}
.order-success-h2 span,
.icon-check {
  color: #5cb85c;
}

.icon-ban,
.icon-close {
  color: #d9534f;
}
.payment-card {
  display: flex;
  max-width: 50%;
  padding: 10px;
  border: 1px solid #e7e7e7;
  border-radius: 15px;
  margin-bottom: 1rem;
}
.payment-card img {
  transition: 0.3s;
}
.payment-card:hover {
  border-color: #ec6b81 !important;
}
.payment-card:hover img {
  scale: 1.1;
}
.order-summary-header span {
  font-size: 40px;
}
.order-summary-header h2 {
  font-size: 35px;
}
.feather {
  width: 24px;
  height: 24px;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}
.favorites .mv-auto {
  padding-left: 5px;
}

.feather-fill {
  fill: currentColor !important;
}
#headerwrapper .feather {
  color: #0f0f0f !important;
}
.back_button {
  padding: 5px 15px 5px 20px;
}
.payment-methods {
  padding-right: 50px;
}
.title_category {
  padding: 30px 15px;
  margin: auto;
  color: #0f0f0f;
  font-size: 44px;
  line-height: 1;
  text-align: center;
}

#countdown_datetime {
  display: none;
}

.prefix-item {
  padding: 5px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.prefix-item:hover {
  background: #eee;
}
.prefix-item img {
  width: auto !important;
  height: auto !important;
  margin-right: 5px;
}
#prefix-list-home,
#prefix-list {
  position: absolute;
  background: white;
  width: auto;
  padding: 0;
  margin-left: -4.5px;
  margin-top: 10.5px;
  z-index: 15;
  height: 140px;
  overflow-y: scroll;
}

#sitemap_content {
  display: flex;
  gap: 40px;
}
.packeta-selector-open,
.baliknapostu-selector-open,
.balikobox-selector-open,
.postapoint-selector-open {
  all: unset;
  background: #ba1b02;
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  margin: 2px 0;
  transition: 0.4s;
  cursor: pointer;
}
.packeta-selector-open:hover,
.baliknapostu-selector-open:hover,
.balikobox-selector-open:hover,
.postapoint-selector-open:hover {
  background: #9a1501;
}

.search_icon_wrap {
  background: #ba1b02;
  color: white;
  padding: 5px 10px;
  border-radius: 0 5px 5px 0;
  margin: 2px 0;
  transition: 0.4s;
  cursor: pointer;
}

.search_icon_wrap input {
  opacity: 0;
}

.search_icon_wrap:hover {
  background: #9a1501;
}
#c-mppickuppoints {
  width: 150px;
}
#c-mppickuppoints-btn,
#c-balikobox-btn,
#c-baliknapostu-btn {
  display: inline-block;
  width: 0;
  min-width: auto !important;
  height: 0;
  padding: 0;
  background: transparent;
  color: transparent;
}

.slider_text_background {
  position: absolute;
  left: -5px;
  right: -5px;
  top: -5px;
  bottom: -5px;
  background-color: black;
  opacity: 0.5;
  z-index: -1;
}
.order_confirmation_card {
  max-width: 25rem;
  margin: 2rem auto;
  padding: 1rem 1.5rem;
  border-radius: 10px;
  box-shadow:
    0 2px 6px 0 rgba(0, 0, 0, 0.12),
    inset 0 -1px 0 0 #dadce0;
}
.color-black {
  color: black;
}
.color-red {
  color: red;
}
.color-green {
  color: #7cd992;
}
.color-yellow {
  color: #f0ad4e;
}
.gopay-wrapper {
  background: #1899d6;
  color: white;
  padding: 1rem;
  margin: 2rem auto;
  max-width: 10rem;
  min-width: 10rem;
  border-radius: 15px;
}
.width-5rem {
  width: 5rem;
  height: 5rem;
}
.filter-aside {
  padding: 0 2rem;
  min-width: 16rem;
}

/* SLIDER STYLES */
.price-input {
  width: 100%;
  display: flex;
  margin: 30px 0 35px;
}
.field input {
  -moz-appearance: textfield;
}
.field input::-webkit-outer-spin-button,
.field input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.price-input .separator {
  width: 130px;
  display: flex;
  font-size: 19px;
  align-items: center;
  justify-content: center;
}
.slider {
  height: 5px;
  position: relative;
  background: #ddd;
  border-radius: 5px;
}
.slider .progress {
  height: 100%;
  left: 0;
  right: 0;
  position: absolute;
  border-radius: 5px;
  background: #ec6b81;
}
.range-input {
  position: relative;
}
.range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
input[type="range"]::-webkit-slider-thumb {
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: #17a2b8;
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}
input[type="range"]::-moz-range-thumb {
  height: 17px;
  width: 17px;
  border: none;
  border-radius: 50%;
  background: #fff;
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}
.customCheckbox {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #fff;
  border: solid 1px #333;
  border-radius: 4px;
  transition: 0.3s;
}
.customCheckbox:after {
  content: "";
  position: absolute;
  display: none;
}
.filter-checkbox-label .customCheckbox:after {
  left: 7px;
  top: -6px;
  width: 5px;
  height: 14px;
  border: solid #333;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(4deg);
  -ms-transform: rotate(4deg);
  transform: rotate(45deg);
}
.filter-checkbox-label {
  transition: 0.3s;
}
.filter-checkbox-label:hover {
  color: #ec6b81;
}
.filter-checkbox-label:hover .customCheckbox {
  border-color: #ec6b81;
}
.filter-checkbox-label input:checked ~ .customCheckbox:after {
  display: block;
}
