@font-face {
  font-family: "Roboto Condensed";
  src: url(../../fonts/RobotoCondensed-Regular.ttf);
  font-display: swap;
}
@font-face {
  font-family: "Roboto Condensed";
  font-weight: bold;
  src: url(../../fonts/RobotoCondensed-Bold.ttf);
  font-display: swap;
}
:root {
  font-family: "Roboto Condensed", sans-serif;
  --ff-main: "Roboto Condensed", sans-serif;
  --clr-primary: #525B71;
  --clr-link: #149EFF;
  --clr-border: #CBD3DC;
  --clr-btn-start: #38EF7D;
  --clr-btn-end: #11998E;
  --bg-main: #EEF4F9;
  --size-minimal: 280px;
}
html, body, main {
  height: 100%;
}
a, a:hover {
  text-decoration: none;
  color: #1696EF;
}
form {
  margin: 0;
  display: inline;
}
a img {
  border: 0;
}
*, ::after, ::before {
  box-sizing: inherit;
}
img {
  color: #000;
  vertical-align: middle;
}
body {
  padding: 0;
  margin: 0;
  font: 15px "Roboto Condensed", Sans-Serif;
  line-height: 1.25em;
}
textarea:focus, input:focus, a:focus, div:focus, li:focus {
  outline: none;
}
.hidden {
  display: none;
}
.normal {
  font-weight: normal;
}
.clear {
  clear: both;
}
.flex {
  display: flex;
}
.left {
  float: left;
}
.right {
  float: right;
}
.center {
  text-align: center;
}
.header {
  background: #FFF;
  color: #7A7A7A;
  display: block;
  box-sizing: border-box;
}
.header_nav {
  margin-bottom: 0;
  max-height: 50px;
  background-color: #222529;
  color: #FFF;
  padding: 10px 0;
}
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: calc(100% - 60px);
  max-width: 100%
}
.container:after {
  content: "";
  display: table;
  clear: both
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row:after {
  content: "";
  display: table;
  clear: both
}
.header_nav_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.header_nav_left {
  flex: 0 0 80%;
  max-width: 80%;
  justify-content: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.header_nav_right {
  flex: 0 0 20%;
  max-width: 20%;
  justify-content: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.header_nav_right a {
  margin-left: 15px;
  color: #FFF;
}
.header_nav_right a i::before {
  font-size: 22px;
}
.header_nav_right a:hover {
  color: #007AFF;
  transition: all 0.5s ease 0s;
}
.nav_glyph {
  margin-right: 30px;
  font-size: 15px;
  font-weight: bold;
  color: white;
  text-decoration: none;
}
.nav_glyph i {
  margin-right: 8px;
  font-weight: normal;
}
.header_top {
  padding-bottom: 15px;
}
.header_top .container .row {
  position: relative;
}
.header_top_wrapper {
  margin: 10px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.header_logo {
  display:flex;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
  float: left;
}
.h1_logo {
  margin-bottom: 0;
  margin-top: -5px;
}
.logo {
  max-width: 100%;
  max-height: 60px;
}
.header_menu {
  width: calc(100% - 260px);
  text-align: center;
  flex: 0 0 60%;
  max-width: 60%;
  margin-bottom: 15px;
  position: static;
}
.header_options {
  float: right;
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
  position: absolute;
  right: 0;
}
.header_option_action {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
  color: #1696EF;
}
.header_option_action a {
  font-size: 18px;
  color: #1696EF;
}
.header_option_button {
  border: none;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
}
.header_option_action i::before {
  font-size: 23px;
  color: black;
}
.header_selection_content {
  position: absolute;
  min-width: 200px;
  background-color: #FFF;
  z-index: 99;
  border: 1px solid rgba(0, 0, 0, .15);
  border-top: 2px solid #1696EF;
  right: 0;
  top: calc(100% + 15px);
  padding: 25px 20px;
  display: none;
  opacity: 1;
  visibility: visible;
}
.nav {
  padding-left: 0;
  margin: 0;
  list-style: none;
  float: none;
}
.nav > li {
  margin: 0 5px;
  display: inline-block;
  padding: 15px 0;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  -webkit-transition: all 350ms ease-out;
  transition: all 350ms ease-out;
}
.nav > li > a {
  text-decoration: none;
  padding: 5px 25px 5px 25px;
  color: #333;
}
.nav li .active {
  color: #1696EF;
}
.nav > li > a {
  background-color: #E6EFFF;
  padding: 5px 25px 5px 25px;
  border-radius: 3px;
  color: #5686EF;
  transition: all 0.2s ease 0s;
}
.nav > li > a:hover {
  color: #FFF;
  background-color: #5686EF;
}
.vertical_menu {
  display: flex;
}
.vertical_main {
  background: #FFF none repeat scroll 0 0;
  border-radius: 3px;
  box-shadow: 0 0 1px rgba(0, 0, 0, .15);
  border: 2px solid #CCC;
  padding: 0;
  position: absolute;
  margin: 0 0 0 -15px;
  visibility: visible;
  opacity: 1;
  z-index: 10;
  max-width: 100%;
  width: 100%;
  top: 120%;
  display: none;
}
.vertical_main ul {
  margin-top: 0;
  margin-bottom: 0;
}
.vertical_main ul li {
  color: #43454B;
  border-bottom: 1px solid #CCC;
  padding: 12px 18px;
  font-size: 16px;
  cursor: pointer;
}
.vertical_main ul li a:hover {
  color: #1696EF;
}
@keyframes anim_dd {
  from {
    margin-left: 20px;
    opacity: 0.7
  }
  to {
    margin-left: 0;
    opacity: 1
  }
}
.vertical_main ul li:hover {
  background-color: #DEF;
}
.vertical_main ul li:hover > ul {
  display: block;
  animation-name: anim_dd;
  animation-duration: 0.2s;
  animation-timing-function: ease-in;
}
.vertical_main ul li ul li {
  padding: 8px 18px;
  border: 0;
  cursor: pointer;
}
.vertical_main ul li ul li a::after {
  content: '';
}
.vertical_main ul li ul {
  min-height: 394px;
}
.vertical_main ul li ul li:hover {
  display: block;
}
.dropdown_menu {
  position: absolute;
  display: none;
  top: -2px;
  left: 100%;
  z-index: 1000;
  min-width: 450px;
  color: #363A42;
  text-align: left;
  list-style: none;
  background-color: #FFF;
  background-clip: padding-box;
  border: 2px solid #CCC;
  border-radius: 0;
  background-repeat: no-repeat;
  background-position: bottom right;
}
.search_top {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  margin-left: 25px;
  margin-right: 25px;
  width: auto;
  float: none;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}
.vertical_menu_title {
  padding: 11px 15px;
  border-radius: 3px;
  cursor: pointer;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 9;
  background-color: #1696EF;
  color: #FFF;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
  min-width: 200px;
}
.vertical_menu_title i {
  margin-right: 5px;
  margin-top: 3px;
}
.vertical_menu_title i::before {
  font-size: 23px;
  font-weight: bold;
}
.vertical_menu_title h3 {
  margin: 0 0 0 5px;
  padding: 0;
  font-size: 18px;
  font-weight: bold;
}
.search_query::placeholder {
  color: #9A9A9A;
  opacity: 1;
}
.search_form {
  display: block;
  opacity: 1;
  visibility: visible;
  top: 0;
  position: relative;
  transform: none !important;
  width: auto;
}
.search_form #search_box {
  border: 2px #EEE solid;
  display: flex;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #FFF;
  border-radius: 5px;
}
.search_field {
  width: calc(100%);
  display: inline-block;
  float: left;
  padding: 0;
  position: relative;
}
.search_field input {
  border-radius: 0;
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  background-color: #FFF;
  border: none;
  padding: 8px 40px 8px 8px;
  display: inline-block;
  vertical-align: middle;
}
.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .5rem 1rem;
  font-size: 1rem;
  border-radius: 0;
}
.search_field button {
  position: absolute;
  background-color: transparent;
  right: 0;
  padding: 9px 8px;
  top: -5px;
}
.total {
  display: flex;
}
.total_compare, .total_builder, .total_wishlist, .order_tracking_top_link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 18px;
  font-weight: bold;
}
.order_tracking_top_link {
  margin-right: 0;
}
.total_builder i::before, .total_compare i::before, .total_wishlist i::before, .order_tracking_top_link i::before {
  font-size: 27px;
  font-weight: bold;
  text-decoration: none;
  margin-right: 8px;
  color: #7A7A7A;
}
.total_compare strong, .total_builder strong, .total_wishlist strong, .order_tracking_top_link strong {
  color: #1696EF;
  margin-right: 8px;
}
.vertical_menu a {
  font-weight: normal;
  color: #444;
}
.services {
  margin-top: 20px;
  margin-bottom: 25px;
  box-sizing: border-box;
}
.services .container .row {
  border: 1px solid #EEE;
  border-radius: 3px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.services_box {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  padding: 20px 15px;
}
.services_box_wrapper {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
}
.services_box_wrapper::after {
  content: "";
  position: absolute;
  background-color: #EEE;
  height: 100%;
  width: 1px;
  top: 0;
  right: 0;
}
.feature_img {
  font-size: 17px;
}
.feature_img i::before {
  font-size: 2.9em;
  color: #1696EF !important;
  vertical-align: middle;
}
.feature_content {
  line-height: 20px;
  margin-left: 12px;
  font-size: 17px;
}
.flex_content p {
  margin-bottom: 0
}
.flex_content h3 {
  margin: 0;
  color: #333;
  font-weight: 700;
}
.flex_content p {
  margin: 0;
  font-size: 14px;
}
.services .container .row .services_box:last-child .services_box_wrapper::after {
  display: none;
}
.categories_carousel {
  margin-bottom: 10px;
  margin-top: 10px;
  box-sizing: border-box;
}
.category_carousel_title {
  font-size: 26px;
  line-height: normal;
}
.categories_carousel_wrapper {
  margin-bottom: 10px;
  gap: 10px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: flex-start;
}
.sl_prev, .sl_next {
  text-decoration: none;
  transition: all 0.5s ease 0s;
  outline: none !important;
  position: relative;
  top: auto;
  right: auto;
  left: auto;
  display: inline-block !important;
  cursor: pointer;
  border: 1px #EEE solid;
  background-color: transparent;
  width: 32px;
  height: 32px;
  padding: 0;
  text-align: center;
  border-radius: 2px;
}
.sl_prev:hover, .sl_next:hover, .slick_arrow:hover {
  color: #007AFF;
  border-color: #007AFF;
}
.sl_prev i::before, .sl_next i::before {
  font-size: 14px;
}
.categories_list {
  text-align: center;
  margin: 0 -10px 30px -10px;
  height: auto;
  display: flex;
  align-items: stretch;
}
.categories_list li {
  padding: 0 10px;
  display: inline-block;
  float: left;
  cursor: pointer;
}
.categories_list li img {
  width: auto !important;
  max-width: 100%;
  text-align: center;
  margin: 0 auto;
}
.categories_list li > div {
  min-height: 390px;
  border: 1px solid #F5F5F5;
  padding: 15px;
  position: relative;
  background-color: #FFF;
  transition: all 0.5s ease 0s;
  border-radius: 3px;
}
ul {
  list-style: none;
  padding-left: 0;
  box-sizing: border-box;
}
.categories_carousel_nav {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  flex: 0 0 15.6666666667%;
  max-width: 15.6666666667%;
  min-width: 270px;
}
.categories_container {
  position: relative;
  width: 100%;
  min-height: 240px;
  padding: 0;
  flex: 1;
  max-width: 100%;
}
.images {
  padding: 0 0 0;
}
.category_info {
  margin-top:50px;
}
.category_info_data a {
  font-size: 19px;
  font-weight: bold;
  transition: all 0.5s ease 0s;
  color: #444;
}
.category_info_data a:hover, .product_name:hover {
  color: #1696EF;
}
.categories_list li > div:hover {
  border: 1px solid #1696EF;
}
.deal_products .container .row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.count_down_data {
  position: relative;
  width: 100%;
  min-height: 1px;
  flex: 0 0 27.3333333333%;
  max-width: 27.3333333333%;
  float: none;
  padding: 25px 15px;
  border-radius: 3px;
  background: #FFF none repeat scroll 0 0;
  border: 2px #F5F5F5 solid;
}
.count_down_title {
}
.count_down_title > h3 {
  margin-bottom: 40px;
  margin-top: 0;
  display: block;
  font-size: 25px;
  font-weight: 500;
  position: relative;
  color: #333;
}
.count_down_title > h3::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #EDEDED;
  left: 0;
  bottom: -15px;
}
.count_down_product_list {
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  display: none;
}
.left_block {
  width: 100%;
  float: none;
  padding: 0;
  margin: 0;
}
.right_block {
  width: 100%;
  float: none;
  padding: 0;
  clear: both;
}
.product_image_container {
  border: medium none;
  border-radius: 0;
  float: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
  text-align: center;
}
.discount_percentage {
  background: #E14546 none repeat scroll 0 0;
  border: 1px solid #E14546;
  border-radius: 50%;
  color: #FFF;
  height: 60px;
  left: 8px;
  line-height: 60px;
  position: absolute;
  text-align: center;
  top: 6px !important;
  width: 60px;
}
.slick_arrow {
  position: absolute;
  top: -70px;
  right: 0;
  cursor: pointer;
  border: 1px #EEE solid;
  background-color: transparent;
  width: 32px;
  height: 32px;
  padding: 0;
  text-align: center;
  border-radius: 3px;
  text-decoration: none;
  transition: all 0.5s ease 0s;
  outline: none !important;
}
.slick_arrow i::before {
  font-size: 13px;
}
.arrow_left {
  float: left;
  right: 35px;
}
.arrow_right {
  float: right;
  right: 0;
}
.product_category {
  font-size: 14px;
  color: lightgrey;
}
.product_name {
  font-size: 20px;
  color: #626060;
  font-weight: 600;
  line-height: 1.25;
}
.product_title {
  margin-top: 5px;
  margin-bottom: 10px;
}
.product_price {
  text-align: left;
}
.product_price .price {
  font-weight: bold;
  font-size: 24px !important;
  color: #1696EF;
}
.product_price .regular_price {
  color: #848484;
  font-size: 16px;
  text-decoration: line-through;
}
.infoProcess {
  display: table;
  width: 100%;
  color: #979797;
}
.infoProcess strong {
  color: #101010;
}
.progress {
  background-color: #DDD;
  border-radius: .571em;
  display: block;
  height: 1em;
  margin-bottom: 9px;
  margin-top: 10px;
  width: 100%;
  overflow: hidden;
}
.progress .progress-bar {
  border-radius: .571em;
  display: block;
  height: 100%;
  text-indent: -999em;
  background-color: #52AFC6;
  max-width: 100% !important;
}
.infoProcess *, .txt_offer_countdown {
  font-size: 14px;
  color: #979797;
}
.countdown-daily .item-time {
  display: inline-block;
  background: none !important;
  padding: 0 3px;
  text-align: center;
  width: 25%
}
.countdown-daily .item-time:first-child {
  padding-left: 0
}
.countdown-daily .item-time .dw-time {
  background: #2FB5D2 none repeat scroll 0 0;
  border: 1px solid #2FB5D2;
  border-radius: 50%;
  color: #FFF !important;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  text-align: center;
  width: 50px;
  display: inline-block
}
.countdown-daily {
  clear: left;
  padding-top: 10px;
  position: relative;
  text-align: left;
}
.product_thumbnail img {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  width: 450px;
  height: 550px;
}
.product_tabs {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 30px;
  flex: 0 0 72.6666666667%;
  max-width: 72.6666666667%;
  float: none;
}
.product_tabs .nav li {
  padding: 5px 0 15px 0;
}
.bottom_border {
  border-bottom: 1px solid #DDD;
}
.product_tabs .nav .active a {
  color: #1656AF;
  font-weight: bold;
  font-size: 25px;
}
.product_tabs_content {
  margin: 5px 0 20px 0;
  position: relative;
  overflow: hidden;
}
article .product_wish_list {
  opacity: 0;
  visibility: hidden;
  display: none;
}
.add_wish_list {
  position: absolute;
  right: 10px;
  z-index: 99;
  opacity: 1;
  top: 25px;
}
.product_tabs .product_image_container ul {
  border: 0;
}
.product_flags {
  pointer-events: none;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 2;
  margin: 0;
}
.product_flag_status {
  pointer-events: auto;
  width: -moz-fit-content;
  width: fit-content;
  background: #2FB5D2;
  font-weight: 500;
  padding: 0.3rem 0.5rem 0.2rem 0.5rem;
  text-transform: none;
  color: #FFF;
  margin-top: .625rem;
  font-size: 14px;
  box-shadow: 0 0 0;
  border-radius: 3px;
}
.open_packing {
  background-color: darkgoldenrod;
}
.brand {
  background-color: #C9C9C9;
}
.friday {
  background-color: black;
}
.promo {
  background-color: green;
}
.on_sale {
  background-color: #1696EF;
}
.percent {
  background-color: #F39D72;
}
.amount {
  background-color: darkseagreen;
}
.stats {
  background-color: #EC6;
}
.missing {
  background: red;
}
.sr_only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.product_actions {
  bottom: 5%;
  display: block;
  left: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  transition: all 0.5s ease 0s;
  visibility: hidden;
  width: 100%;
  z-index: 98;
  height: auto;
  margin: 0;
  background: transparent;
  box-shadow: none;
}
.product_actions a, .product_actions button {
  transition: all 0.4s ease 0s;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 20px;
  border-radius: 50%;
  background-color: #333;
  text-align: center;
  margin-left: 5px;
  margin-right: 5px;
  color: white;
  cursor: pointer;
}
.btn_add_product {
  transition: all 0.4s ease 0s;
  text-transform: none;
  font-weight: 400;
  padding: 0;
  box-shadow: none;
  line-height: 37px;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #333;
  text-align: center;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: -5px;
  color: white;
}
.product {
  float: left;
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 20px !important;
}
.product_mini_container {
  border: 1px #EEE solid;
  padding: 0 10px 10px 10px;
  position: relative;
  border-radius: 5px;
}
.product_image {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  object-fit: contain;
  width: 250px;
  height: 250px;
  transition: transform .3s;
}
.product_image:hover {
  transform: scale(1.3);
  z-index: 0;
}
.product_mini_title {
  font-size: 1rem;
  font-weight: 500;
  height: 58px;
  overflow: hidden;
  margin:0 0 10px 0;
}
.product_mini_title a {
  color: #323030;
  display: -webkit-box;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.product_mini_title a:hover, .footer_group_link li a:hover, .breadcrumb_nav li a:hover {
  color: #1696EF;
  transition: all 0.5s ease 0s;
}
.product_mini_category {
  font-size: 0.75rem;
  line-height: 1.2;
  margin: -4px 0 6px;
  color: #888;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product_mini_category a {
  color: #888;
}
.product_mini_category a:hover {
  color: #1696EF;
}
.product_mini_container:hover {
  border-color: #1696EF;
  transition: all 0.5s ease 0s;
}
.news_letter {
  background-color: #1696EF;
  padding: 20px 0;
  box-sizing: border-box;
}
.news_letter .row {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.news_letter_left {
  margin-right: 35px;
  flex: 0 0 31%;
  max-width: 31%;
  display: flex;
  align-items: center;
}
.news_letter_icon {
  margin-right: 15px;
  margin-top: 10px;
"
}
.news_letter_icon i::before {
  color: white;
  font-size: 45px;
}
.news_letter_title h2 {
  font-size: 21px;
  color: #FFF;
  margin-top: 0;
  margin-bottom: 0;
}
.news_letter_title p {
  margin: 0;
  color: #DDD;
  padding-top: 0;
}
.news_letter_form {
  flex: 0 0 41%;
  max-width: 41%;
}
.news_letter_form_main {
  height: 100%;
  border-radius: 35px;
  background-color: #FFF;
  position: relative;
  display: block;
}
.news_letter_form .row_item {
  width: calc(100% - 7px);
  max-width: 100%;
  height: 100%;
}
.news_letter_form .row_item .input_wrapper {
  width: 100%;
  height: 100%;
  display: grid;
  align-content: center;
}
.input_wrapper input {
  width: 100%;
  height: 48px;
  border-radius: 25px 0 0 25px;
  outline: none !important;
  border: none;
  padding: 10px 20px;
  font-size: 15px;
  color: #7A7A7A;
}
.news_letter_submit {
  display: grid;
  align-content: center;
}
.news_letter_submit input {
  transition: all 0.4s ease 0s;
  background-color: #333;
  border: none;
  color: #FFF;
  border-radius: 25px 25px 25px 25px;
  box-shadow: none;
  height: 36px;
  font-weight: 600;
  padding-right: 30px;
  padding-left: 30px;
  cursor: pointer;
}
.btn.disabled, .btn:disabled {
  cursor: not-allowed;
  opacity: .65;
}
.news_letter_social {
  display: flex;
  flex: 1;
  justify-content: flex-end;
  white-space: nowrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  align-items: center;
  max-width: 45%;
}
.news_letter_social a {
  margin: 0 20px;
  color: #FFF;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  line-height: 39px;
  text-align: center;
}
.news_letter_social a i::before {
  font-size: 35px;
}
.copyright {
  background: #444;
}
.copyright_container {
  padding: 20px 0;
  position: relative;
}
.copyright_wrapper {
  text-align: center;
  color: #FFF;
  font-size: 16px;
}
.copyright_wrapper a {
  color: #1696EF;
  font-weight: bold;
}
.creator {
  font-size: 14px;
  float: right;
  margin-right: 15px;
  color: #AAA;
}
.footer {
  margin: 0;
  background-color: #222529;
  box-sizing: border-box;
}
.footer_section {
  display: block;
  width: 25%;
  float: left;
  padding: 15px;
  font-size: 1rem;
  color: #9A9A9A;
  line-height: 25px;
}
.footer_links {
  width: 50%;
  float: left;
  padding-top: 15px;
  display: flex;
}
.contact_footer i {
  color: white;
  margin-top: 10px;
  float: left;
}
.contact_footer i::before {
  font-size: 40px;
  padding-right: 15px;
}
.contact_footer_title {
  color: #FFF;
  width: calc(100% - 45px);
  font-weight: 400;
}
.contact_footer_title h5 {
  margin-bottom: 5px;
  font-size: 16px;
}
.contact_footer_title p {
  color: #7A7A7A;
  font-weight: 400;
}
.contact_footer_info {
  font-size: 20px;
  font-weight: 700;
  color: #1696EF;
}
.footer_link {
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
}
.footer_group_link {
  width: 50%;
  display: inline-block;
  padding-right: 15px;
  padding-left: 15px;
}
.footer_group_link h4, .footer_section h4 {
  color: #FFF;
  font-weight: 500;
  margin: 0px;
  font-size: 20px;
}
.footer_group_link li {
  line-height: 25px;
}
.footer_group_link li a {
  font-size: 1rem;
  color: #9A9A9A;
}
.crypto {
  margin-right: 10px;
}
.pay_method {
  margin-right: 10px;
  background: #444;
  padding: 10px;
  border-radius: 3px;
}
.pay_jet {
  border-radius: 3px;
}
.breadcrumb .container {
  -ms-flex-align: center;
  align-items: center;
  min-height: 100px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #F6F6F6;
  box-sizing: border-box;
}
.breadcrumb_title h1 {
  font-size: 32px;
  text-transform: none;
  text-align: center;
  line-height: 1.1;
  padding: 0 15px;
}
.breadcrumb_nav ol {
  padding: 0;
  text-align: center;
}
.breadcrumb_nav li {
  display: inline;
}
.breadcrumb_nav li a {
  color: #232323;
  font-size: 16px;
  font-weight: bold;
}
.breadcrumb_nav li::after {
  content: "\bb";
  color: #7A7A7A;
  margin: .3125rem;
}
.breadcrumb_nav li:last-child::after {
  content: "";
}
.wrapper {
  display: block;
  background-color: white;
  padding-top: 1.563rem;
  box-sizing: border-box;
}
.category_description {
  text-align: justify;
  font: 18px "Roboto Condensed", sans-serif;
}
.left_column {
  max-width: 20.3333333333%;
  order: 1;
  width: 100%;
  padding-left: 0;
  float: left;
  display: grid;
  gap: 10px;
}
.content_wrapper {
  padding-right: 0;
  padding-left: 15px;
  float: left;
  flex: 0 0 79.6666666667%;
  max-width: 79.6666666667%;
  order: 2;
  width: 100%;
}
.sub_categories_swiper {
  margin-top: 20px;
  padding-bottom: 40px;
  margin-bottom: 25px;
  position: relative;
  border-bottom: 1px solid #EEE;
  flex-direction: row;
  align-items: stretch;
}
.sub_categories_swiper ul {
  display: flex;
  width: 100%;
}
.sub_category_image {
  overflow: hidden;
  border-radius: 70%;
  box-shadow: 0 0 10px lightgrey;
  width: 260px;
  height: 260px;
  display: block;
  margin: 0 auto;
}
.sub_category_image:hover {
  transition: all 0.5s ease 0s;
}
.sub_category_image span, .sub_category_title {
  display: block;
  margin-top: 15px;
  text-align: center;
  font: bold 20px Roboto Condensed, sans-serif;
}
.sub_category_image img {
  overflow: hidden;
  max-width: 100%;
  height: auto;
  display: inline-block;
  text-align: center;
}
.sub_category_image img:hover {
  transition: all 0.5s ease 0s;
  transform: scale(1.5);
}
.sub_category {
  margin-top: 10px;
}
.sub_category a {
  color: #333;
}
.sub_category:hover a {
  color: #1696EF;
}
.sub_category:hover a span {
  transition: all 0.5s ease 0s;
  border-color: #1696EF;
}
.sub_category:hover a span img {
  transition: all 0.5s ease 0s;
  transform: scale(1.5);
}
.vertical_sub_menu h3 {
  font-size: 25px;
  margin-top: 0;
}
.sub_menu_item a {
  float: left;
}
.sub_menu_item a {
  transition: 0.5s;
  font-size: 18px;
  padding: 8px;
  color: #2A2A2A;
}
.sub_menu {
  display: none;
}
.sub_menu li {
  padding-left: 20px;
}
.sub_menu li a {
  font-size: 16px;
  color: #4A4A4A;
  padding: 8px;
  display: block;
}
.sub_menu_item {
  display: flow-root;
  cursor: pointer;
}
.sub_menu_item:hover, .sub_menu li:hover {
  background-color: #DEF;
}
.sub_menu_item a:hover, .sub_menu_item span:hover, .sub_menu li a:hover {
  color: #1696EF;
}
.product_top_status {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  margin-top: -5px;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
.filter_button_wrapper, .sort_products {
  font-size: 17px;
  color: #7A7A7A;
}
.filter_button {
  display: none;
}
.sort_products {
  display: flex;
  align-items: center;
  justify-content: right;
  flex-wrap: wrap;
}
.sort_products span {
  margin-right: 10px;
}
.display_control {
  white-space: nowrap;
  margin-left: 10px;
}
.products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-right: -10px;
  margin-left: -10px;
}
.cols_6 {
  width: calc(16.6667%);
}
.active_category {
  font-weight: bold;
  background-color: #E9EFFF;
}
.tab_panel {
  margin-top: 2rem;
  background: #FFF;
  padding: 1.25rem 1.875rem;
  padding-left: 0;
  padding-right: 0;
}
.tab_navigation {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: none;
  padding: 0;
  margin: 0 0 40px;
  list-style: none;
}
.tab_navigation::before {
  left: 0;
  right: 0;
  content: '';
  position: absolute;
  height: 60px !important;
  background-color: #F7F9FA;
  top: -23px;
}
.tab_item {
  float: none;
  display: inline-block;
  position: relative;
  height: 64px;
}
.tab_link {
  height: 60px;
  border-top: 4px #F7F9FA solid;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  padding: 18px 45px;
  text-decoration: none;
  color: #A3A3A3;
  cursor: pointer;
}
.tab_item .active {
  border-radius: 4px 4px 0 0;
  border-top: 4px #1696EF solid;
  background-color: white;
  color: black;
}
.tab_panel_content {
  display: none;
}
.profile_dd {
  position: absolute;
  top: 45px;
  width: 280px;
  padding: 20px 20px 0 20px;
  background: #FFF;
  -webkit-box-shadow: 0 0 11px -1px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 0 11px -1px rgba(0, 0, 0, 0.19);
  box-shadow: 0 0 11px -1px rgba(0, 0, 0, 0.19);
  -webkit-transition: all 0.36s ease-in-out;
  -moz-transition: all 0.36s ease-in-out;
  -o-transition: all 0.36s ease-in-out;
  transition: all 0.36s ease-in-out;
  z-index: 100;
  display: none;
  cursor: pointer;
}
.profile_dd::before {
  height: 20px;
  content: '';
  background: transparent;
}
.profile_dd_name {
  color: #000;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
.profile_link {
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 10px;
  display: block;
  width: 100%;
  color: grey;
  font: 16px "Roboto Condensed";
}
.border_radius {
  border-radius: 3px;
}
.border_dark {
  border-color: #E7E7E7;
}
.border_top {
  border-top: 1px dashed lightgrey;
}
.profile_link:hover {
  color: #1696EF;
}
.profile_dd::after, .profile_dd::before {
  bottom: 100%;
  left: 40px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none
}
.profile_dd::after {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #FFF;
  border-width: 17px;
  margin-left: -2px
}
.profile_dd::before {
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: #EEE;
  border-width: 20px;
  margin-left: -5px
}
.option_profile, .option_cart {
  cursor: pointer;
}
.option_profile1:hover > .profile_dd {
  display: block;
}
.profile_dd1:hover {
  display: block;
}
.form_footer {
  margin: 20px 0;
  justify-content: center;
  display: grid;
}
.login_mail, .login_pass {
  font-size: 14px;
  width: 100%;
  background-color: #FFF;
  border: 1px solid lightgrey;
  border-radius: 4px;
  padding: 4px 10px 4px 10px;
  margin-bottom: 5px;
}
.login_mail:hover, .login_pass:hover {
  background-color: #FFF;
  box-shadow: 0 0 4px #ABD;
}
.login_btn {
  font-size: 14px;
  background-color: #66AFE9;
  padding: 5px 20px;
  color: white;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
}
.login_btn:hover {
  background-color: #1696EF;
}
.action_btn {
  font-size: 14px;
  background-color: #66AFE9;
  padding: 5px 20px;
  color: white;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
}
.action_btn:hover {
  background-color: white;
  color: #1696EF;
  border: 1px solid #1696EF;
}
.product_mini_container:hover .product_actions {
  bottom: 32%;
  opacity: 1;
  visibility: visible
}
.product_mini_container:hover .product_image {
  opacity: .5;
}
.add_product {
  display: inline-block;
}
.modal_title {
  font: bold 24px "Roboto Condensed", sans-serif;
  color: #696969;
  padding: 10px 0 20px 0;
  border-bottom: 1px solid lightgray;
  margin: 0 0 20px 0;
}
.modal_title span {
  color: red;
}
.modal_text {
  font: 18px "Roboto Condensed", sans-serif;
  padding: 5px 0 5px 20px;
  color: #7A7A7A;
}
.modal_text span {
  color: #66AFE9;
}
.profile_icon {
  float: right;
  font: bold 23px organie-market;
  color: #444;
  margin-top: 8px;
}
.modal_title i.material-icons {
  margin-right: 20px;
  color: #4CBB6C;
  font-size: 40px;
  line-height: 25px;
  float: left;
}
.left_side {
  float: left;
  width: 50%;
  border-right: 1px solid #DBDBDB;
  padding-right: 15px;
}
.right_side {
  float: right;
  width: 50%;
  padding-left: 15px;
}
.modal_body .product_name {
  color: #55A9D4;
  font-size: 16px;
}
.cart_product_count {
  font-size: 1rem;
  color: #6C868E;
  margin-bottom: 10px;
  display: block;
  position: relative;
  top: 0;
  left: 0;
}
.value {
  float: right;
  font-weight: bold;
}
.right_side .product_name {
  margin-bottom: 20px;
}
.cart_content_btn {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #DBDBDB;
}
.ui-widget input {
  font-size: 1.3rem;
}
.order_success_container {
  margin: 20px auto 20px auto;
  display: grid;
  justify-content: center;
}
.order_success_title {
  font: 30px Roboto Condensed, Sans-Serif;
  color: green;
  text-align: center;
  line-height: 2;
}
.order_success_title img {
  width: 64px;
}
.order_details_container {
  padding: 15px;
  margin: 15px 0 15px 0;
}
.credit_info {
  display: none;
  width: 70%;
}
/* Table */
.credit_table, .tech_table {
  font: 14px Roboto Condensed;
  background: #CDF;
  /*  min-width: 537px;*/
  margin: 10px auto;
  max-width: 100%;
  border-radius: 3px;
}
.credit_table th, .tech_table th,
.credit_table td, .tech_table td {
  padding: 4px 6px;
  font: 14px Roboto Condensed;
  background-clip: padding-box;
  vertical-align: top;
  transition: all .5s;
}
.credit_table th, .tech_table th {
  font-weight: bold;
  background: #DEF;
}
.credit_table td {
  text-align: right;
}
.credit_table tbody tr:nth-child(odd) td, .tech_table tbody tr:nth-child(odd) td {
  background-color: #F4FFFF;
}
.credit_table tbody tr:nth-child(even) td, .tech_table tbody tr:nth-child(even) td {
  background-color: #FFF;
}
.credit_table tbody tr:hover td, .tech_table tbody tr:hover td {
  background-color: #FFFFA2;
  border-color: #CED1FC;
}
.compare_list {
}
.compare_list ul {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
}
.compare_list ul li {
  color: #878787;
  display: block;
  padding: 5px 0;
  position: relative;
}
.compare_list ul li a {
  color: #878787;
  font-size: 14px;
  font-weight: normal;
  padding-right: 15px;
  line-height: 20px;
  letter-spacing: 0;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 40px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.compare_list ul li a:hover {
  color: #55A9D4;
}
.compare_remove {
  position: absolute;
  top: 9px;
  right: 0;
  cursor: pointer;
}
.compare_remove i {
  font-size: 16px;
}
.compare_list ul li::after {
  position: absolute;
  content: "";
  background-color: #DDD;
  height: 1px;
  width: 100%;
  left: 0;
  bottom: 0;
}
.small_button {
  border-radius: 3px;
  background-color: #2FB5D2;
  border: 1px transparent solid;
  line-height: 19px;
  font-weight: 600;
  padding: 5px 10px;
  color: #FFF;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 0.8rem;
  transition: all 0.5s ease 0s;
}
.small_button:hover {
  color: #2FB5D2;
  background-color: white;
  border-color: #2FB5D2;
}
.section_title {
  font: bold 25px "Roboto Condensed", sans-serif;
  margin-bottom: 5px;
}
.slider_title {
  font: bold 16px "Roboto Condensed", sans-serif;
  text-align: center;
}
.sub_menu_item span {
  float: right;
  padding: 5px;
  font-size: 0.9rem;
  background: #DEF;
  border-radius: 3px;
  margin: 4px 0 0 5px;
}
.product_count {
  float: right;
  padding: 5px;
  font-size: 0.9rem;
  background: transparent;
  margin: 4px 0 0 5px;
}
.box {
  display: inline-block;
  width: 40px;
  font-weight: bold;
  text-align: right;
  color: #1696EF;
  margin-right: 10px;
}
.debug {
  position: fixed;
  top: 40px;
  margin-left: 20px;
  margin-right: 20px;
  box-shadow: 0 0 5px #000;
  background-color: white;
  font: 12px monospace;
  color: black;
  padding: 10px;
  border-radius: 5px 5px 0 0;
  overflow: auto;
  display: none;
  z-index: 10000;
  max-width: 97%;
  max-height: 91%;
  white-space: nowrap;
}
.data-table td {
  transition: all .5s;
}
/* Table */
.data-table {
  border-collapse: collapse;
  font: 14px Roboto Condensed;
  background: #E1EDFF;
  min-width: 537px;
  margin-bottom: 10px;
  margin-top: 10px;
  max-width: 100%;
}
.data-table th,
.data-table td {
  border: 1px solid #C1CDFF;
  padding: 3px 3px;
  font: 14px Roboto Condensed;
  background-clip: padding-box;
  vertical-align: top;
}
.data-table caption {
  margin: 7px;
}
/* Table Header */
.data-table thead th {
  background-color: #508ABB;
  color: #036;
  border-color: #CED1FC !important;
  text-transform: uppercase;
  font-weight: bold;
}
/* Table Body */
.data-table tbody td {
  color: #353535;
}
.data-table tbody tr:nth-child(odd) td {
  background-color: #F4FBFF;
}
.data-table tbody tr:nth-child(even) td {
  background-color: #FFF;
}
.data-table tbody tr:hover td {
  background-color: #FFFFA2;
  border-color: #CED1FC;
}
/* Table Footer */
.data-table tfoot th {
  background-color: #E5F5FF;
  text-align: right;
}
.data-table tfoot th:first-child {
  text-align: left;
}
.data-table tbody td:empty {
  background-color: #FCC;
}
.order_status {
  margin: 0 30px 30px;
  min-height: 49px;
  line-height: 47px;
  font-size: 21px;
  padding: 0 45px;
  color: #FFF;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #FFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FCCF4E), color-stop(100%, #FFBE03));
  background: -webkit-linear-gradient(top, #FCCF4E 0%, #FFBE03 100%);
  background: -o-linear-gradient(top, #FCCF4E 0%, #FFBE03 100%);
  background: -ms-linear-gradient(top, #FCCF4E 0%, #FFBE03 100%);
  background: linear-gradient(to bottom, #FCCF4E 0%, #FFBE03 100%);
  -webkit-box-shadow: 0 0 8px -1px rgb(0 0 0 / 30%);
  -moz-box-shadow: 0 0 8px -1px rgba(0, 0, 0, 0.30);
  box-shadow: 0 0 8px -1px rgb(0 0 0 / 30%);
  display: block;
  cursor: pointer;
}
.pd_container {
  font: 17px "Roboto Condensed", sans-serif;
}
.filter_wrapper {
}
.rating {
  color: black;
  text-decoration: none;
  padding: 5px 10px;
  border-radius: 5px;
  border: 0;
  background-color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}
.rating:hover {
  background-color: #DEF;
}
.rate_btn {
  background: transparent;
  cursor: pointer;
  padding: 0;
  margin: 0;
  border: 0;
}
.rate_star {
  width: 40px;
  height: 40px;
  color: #5799EF;
}
.rate_action {
  width: 250px;
  padding: 10px;
  font: bold 18px Roboto Condensed, sans-serif;
  border-radius: 5px;
  color: #5799EF;
}
.rate_action:hover {
  background: #DEF;
}
/* Table */
.shop_table {
  background: #CDF;
  /*  min-width: 537px;*/
  margin: 10px auto;
  max-width: 100%;
  border-radius: 3px;
}
.shop_table th,
.shop_table td {
  padding: 4px 6px;
  font: 18px Roboto Condensed;
  background-clip: padding-box;
  vertical-align: top;
  transition: all .5s;
}
.shop_table th {
  font-weight: bold;
  background: #DEF;
}
.shop_table td {
  text-align: right;
}
.shop_table tbody tr:nth-child(odd) td {
  background-color: #F4FFFF;
}
.shop_table tbody tr:nth-child(even) td {
  background-color: #FFF;
}
.shop_table tbody tr:hover td {
  background-color: #FFFFA2;
  border-color: #CED1FC;
}
.social_login {
  display: flex;
  margin: 20px 0;
  justify-content: center;
  gap: 10px;
}
.social_login a {
  color: white;
}
.social_login a:hover {
  color: black;
}
.social_button {
  border: 1px solid #CBD3DC;
  padding: 10px 10px 5px 15px;
  border-radius: 5px;
  font-size: 1.1rem;
  display: table-cell;
  vertical-align: middle;
  line-height: 1.4;
  cursor: pointer;
  background: #36B6FF;
}
.social_button:hover {
  background-color: white;
}
.social_button img {
  max-width: 28px;
  vertical-align: middle;
  float: right;
  margin-left: 10px;
}
.brands_container {
  display: flex;
  margin-bottom: 30px;
  gap: 15px;
}
.brands_block {
  border-right: 1px solid #E1E2E3;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product_warning {
  color: orange;
  font-weight: bold;
  font-size: 20px;
  margin: 0 0 20px 0;
}
.product_warning span {
  color: black;
  font-weight: normal;
  font-size: 18px;
}
.login_box {
  padding-bottom: 20px;
  width: 320px;
  display: block;
  left: -20px;
}
.shop_attr_title {
  font: bold 16px "Roboto Condensed", sans-serif;
  margin-top: 10px;
  background-color: #DEF;
  padding: 4px 10px;
  border-radius: 4px;
}
.shop_cols {
  clear:both;
  display: grid;
  grid-template-columns:1fr 1fr 1fr 1fr;
  gap: 10px;
}
.shop_attr {
  margin-left: 20px;
  font: 14px "Roboto Condensed", sans-serif;
}
.num_box {
  background: #9CF;
  border-radius: 3px;
  font: bold 12px "Roboto Condensed";
  padding: 2px 6px;
  color: white;
  float: right;
}
.noUi-tooltip {
  padding: 4px 5px 2px 5px;
}
.slider_header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}
.slider_label {
  min-width: 0;
}
.slider_value {
  display: inline-block;
  min-width: 28px;
  padding: 1px 5px;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
  background: #f7f7f7;
  color: #666;
  font: bold 12px "Roboto Condensed", sans-serif;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
}
.slider_value_right {
  flex: 0 0 auto;
  text-align: right;
}
/** Animating - START */
@keyframes moving {
  0%,
  5% {
    left: 0;
    background-color: #039BE5;
  }
  95%,
  100% {
    left: calc(100% - 3rem);
    background-color: #84D6FD;
  }
}
@keyframes box-2-anim {
  0% {
    transform: scale(1, 1) rotate(0deg);
    bottom: 0;
  }
  5% {
    bottom: 3rem;
  }
  15% {
    bottom: 0;
    transform: scale(1, 1) rotate(-180deg);
  }
  17.001% {
    bottom: 0;
    transform: translate(0.9rem, 0.6rem) scale(1.3, 0.6) translateY(0px) rotate(-180deg);
  }
  25% {
    bottom: 0;
    transform: scale(1, 1) rotate(-180deg);
  }
  66% {
    transform: scale(1, 1) rotate(-180deg);
    bottom: 0;
  }
  71% {
    bottom: 3rem;
  }
  81% {
    bottom: 0;
    transform: scale(1, 1) rotate(0deg);
  }
  83.001% {
    bottom: 0;
    transform: translate(-0.9rem, 0.6rem) scale(1.3, 0.6) translateY(0px) rotate(0deg);
  }
  91% {
    transform: scale(1, 1) rotate(0deg);
  }
  100% {
    transform: scale(1, 1) rotate(0deg);
  }
}
@keyframes box-3-anim {
  0% {
    transform: scale(1, 1) rotate(0deg);
    bottom: 0;
  }
  5% {
    bottom: 3rem;
  }
  15% {
    bottom: 0;
    transform: scale(1, 1) rotate(-180deg);
  }
  17.001% {
    bottom: 0;
    transform: translate(0.9rem, 0.6rem) scale(1.3, 0.6) translateY(0px) rotate(-180deg);
  }
  25% {
    bottom: 0;
    transform: scale(1, 1) rotate(-180deg);
  }
  56% {
    transform: scale(1, 1) rotate(-180deg);
    bottom: 0;
  }
  61% {
    bottom: 3rem;
  }
  71% {
    bottom: 0;
    transform: scale(1, 1) rotate(0deg);
  }
  73.001% {
    bottom: 0;
    transform: translate(-0.9rem, 0.6rem) scale(1.3, 0.6) translateY(0px) rotate(0deg);
  }
  81% {
    transform: scale(1, 1) rotate(0deg);
  }
  100% {
    transform: scale(1, 1) rotate(0deg);
  }
}
@keyframes box-4-anim {
  0% {
    transform: scale(1, 1) rotate(0deg);
    bottom: 0;
  }
  5% {
    bottom: 3rem;
  }
  15% {
    bottom: 0;
    transform: scale(1, 1) rotate(-180deg);
  }
  17.001% {
    bottom: 0;
    transform: translate(0.9rem, 0.6rem) scale(1.3, 0.6) translateY(0px) rotate(-180deg);
  }
  25% {
    bottom: 0;
    transform: scale(1, 1) rotate(-180deg);
  }
  45% {
    transform: scale(1, 1) rotate(-180deg);
    bottom: 0;
  }
  50% {
    bottom: 3rem;
  }
  60% {
    bottom: 0;
    transform: scale(1, 1) rotate(0deg);
  }
  62.001% {
    bottom: 0;
    transform: translate(-0.9rem, 0.6rem) scale(1.3, 0.6) translateY(0px) rotate(0deg);
  }
  70% {
    transform: scale(1, 1) rotate(0deg);
  }
  100% {
    transform: scale(1, 1) rotate(0deg);
  }
}
@keyframes box-5-anim {
  0% {
    transform: scale(1, 1) rotate(0deg);
    bottom: 0;
  }
  5% {
    bottom: 3rem;
  }
  15% {
    bottom: 0;
    transform: scale(1, 1) rotate(-180deg);
  }
  17.001% {
    bottom: 0;
    transform: translate(0.9rem, 0.6rem) scale(1.3, 0.6) translateY(0px) rotate(-180deg);
  }
  25% {
    bottom: 0;
    transform: scale(1, 1) rotate(-180deg);
  }
  33% {
    transform: scale(1, 1) rotate(-180deg);
    bottom: 0;
  }
  38% {
    bottom: 3rem;
  }
  48% {
    bottom: 0;
    transform: scale(1, 1) rotate(0deg);
  }
  50.001% {
    bottom: 0;
    transform: translate(-0.9rem, 0.6rem) scale(1.3, 0.6) translateY(0px) rotate(0deg);
  }
  58% {
    transform: scale(1, 1) rotate(0deg);
  }
  100% {
    transform: scale(1, 1) rotate(0deg);
  }
}
.loading-container {
  position: fixed;
  top: 45%;
  left: 45%;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 10000;
}
.box-loading {
  width: 21rem;
  height: 3rem;
  position: relative;
  margin: 0 auto;
}
.box-loading > .box {
  position: absolute;
  width: 3rem;
  height: 3rem;
  border-radius: 0.6rem;
  background-color: #007BFF;
  transform-origin: -0.75rem 1.5rem;
  box-shadow: 0 0 6px 2px rgba(40, 139, 171, 0.15);
}
.box-loading > .box:nth-child(1) {
  left: 0rem;
  background-color: #06ABFC;
}
.box-loading > .box:nth-child(2) {
  left: 4.5rem;
  background-color: #1FB4FC;
  animation: box-2-anim 2s infinite linear;
  animation-delay: 0.22s;
}
.box-loading > .box:nth-child(3) {
  left: 9rem;
  background-color: #38BCFC;
  animation: box-3-anim 2s infinite linear;
  animation-delay: 0.33s;
}
.box-loading > .box:nth-child(4) {
  left: 13.5rem;
  background-color: #51C5FD;
  animation: box-4-anim 2s infinite linear;
  animation-delay: 0.44s;
}
.box-loading > .box:nth-child(5) {
  left: 18rem;
  background-color: #6ACDFD;
  animation: box-5-anim 2s infinite linear;
  animation-delay: 0.55s;
}
.box-loading > .box:nth-child(1) {
  background-color: #039BE5;
  animation: moving 1s infinite cubic-bezier(0.6, 0, 0.4, 1) alternate;
}
.ui-menu-item {
  font-family: Roboto Condensed, sans-serif;
}
.ok_message, .warning_message, .error_message {
  box-sizing: border-box;
  text-align: center;
  color: green;
  font: bold 16px Roboto Condensed, sans-serif;
  padding: 20px 0;
  width: 80%;
  border-radius: 3px;
  box-shadow: 0 0 3px #CEC;
  background-color: #EFE;
  border: 1px solid #EFE;
  margin: auto;
}
.warning_message {
  color: #FFB236;
  box-shadow: 0 0 3px #FFD38C;
  background-color: #FFF8ED;
  border: 1px solid #FFEAC9;
}
.error_message {
  color: red;
  font-weight: normal;
  box-shadow: 0 0 3px lightcoral;
  background-color: #FEE;
  border: 1px solid #FDD;
  margin-bottom: 20px;
}
.price_decimal {
  font-weight: normal;
  font-size: 15px;
}
.price_separator {
  color: grey;
  font-size: 15px;
}
.share_button {
  height: 49px;
  line-height: 47px;
  font-size: 21px;
  padding: 0 15px;
  color: #FFF;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #FFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #AED581), color-stop(100%, #558B2F));
  background: -webkit-linear-gradient(top, #AED581 0%, #558B2F 100%);
  background: -o-linear-gradient(top, #AED581 0%, #558B2F 100%);
  background: -ms-linear-gradient(top, #AED581 0%, #558B2F 100%);
  background: linear-gradient(to bottom, #AED581 0%, #558B2F 100%);
  -webkit-box-shadow: 0 0 8px -1px rgb(0 0 0 / 30%);
  -moz-box-shadow: 0 0 8px -1px rgba(0, 0, 0, 0.30);
  box-shadow: 0 0 8px -1px rgb(0 0 0 / 30%);
  display: block;
  width: 100%;
  cursor: pointer;
}
.share_button:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFD54F), color-stop(100%, #F9A825));
  background: -webkit-linear-gradient(top, #FFD54F 0%, #F9A825 100%);
  background: -o-linear-gradient(top, #FFD54F 0%, #F9A825 100%);
  background: -ms-linear-gradient(top, #FFD54F 0%, #F9A825 100%);
  background: linear-gradient(to bottom, #FFD54F 0%, #F9A825 100%);
  color: white;
}
.orders_table {
  padding: 0;
  border: 0;
  margin:auto;
  background-color: #DEF;
}
.orders_table td {
  padding: 5px;
  white-space: nowrap;
  background-color: white;
  font:16px "Roboto Condensed", Sans-Serif;
}
.orders_table tr:hover td {
  cursor: pointer;
  background-color: #efe;
}
.orders_table th {
  padding: 10px 5px;
  font: bold 16px "Roboto Condensed", Sans-Serif;
  color: #1696EF;
  background-color: #EFF;
}
