@charset "UTF-8";
.oiproduct a {
  text-decoration: none;
}
.oiproduct a .description {
  color: #000;
}

#smell {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  background: rgba(255, 255, 255, 0.7);
  align-items: center;
  justify-content: center;
}
#smell span {
  font-weight: 500;
  line-height: 24px;
  width: 70%;
  display: block;
  box-sizing: border-box;
  padding: 0 10px;
  text-align: center;
}

#related_items .row-fluid .sblock3 .jshop_related .name_image_wrapper .image_block .product_label {
  margin-top: 20px !important;
  margin-left: -6px;
}

#related_items {
  padding: 20px;
  width: 100%;
  float: left;
  background: #fff;
}
#related_items .related_header {
  color: #161616;
  text-align: center;
  text-transform: uppercase;
  padding: 10px;
  font-weight: 700;
  margin-bottom: 20px;
}
#related_items .row-fluid {
  display: flex;
  gap: 20px;
  align-items: stretch;
}
#related_items .row-fluid .sblock3:hover {
  transform: scale(1.05);
}
#related_items .row-fluid .sblock3 {
  padding-bottom: 40px;
  transition-duration: 0.5s;
}
#related_items .row-fluid .sblock3 .product {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
#related_items .row-fluid .sblock3 .jshop_related .oiproduct {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#related_items .row-fluid .sblock3 .jshop_related .oiproduct .not_available {
  position: absolute;
  top: 0;
}
#related_items .row-fluid .sblock3 .jshop_related .oiproduct .jshop_price span {
  color: red;
  font-weight: 700;
  font-size: 20px;
}
#related_items .row-fluid .sblock3 .jshop_related .oiproduct .available {
  display: none;
}
#related_items .row-fluid .sblock3 .jshop_related .oiproduct .description {
  display: none;
}
#related_items .row-fluid .sblock3 .jshop_related .oiproduct .buttons {
  margin-top: 20px;
}
#related_items .row-fluid .sblock3 .jshop_related .oiproduct .buttons .button_buy {
  display: none;
}
#related_items .row-fluid .sblock3 .jshop_related .name_image_wrapper {
  display: flex;
  flex-direction: column-reverse;
}
#related_items .row-fluid .sblock3 .jshop_related .name_image_wrapper .name {
  margin: 10px auto;
  text-align: center;
}
#related_items .row-fluid .sblock3 .jshop_related .name_image_wrapper .name a {
  display: block;
  width: 100%;
  text-decoration: none;
  color: #161616;
  font-weight: 500;
}
#related_items .row-fluid .sblock3 .jshop_related .name_image_wrapper .image_block .product_label {
  width: 20%;
  left: 0;
}
#related_items .row-fluid .sblock3 .jshop_related .name_image_wrapper .image_block .product_label img {
  width: 100%;
}
#related_items .row-fluid .sblock3 .jshop_related .name_image_wrapper .image_block a {
  width: 100%;
}
#related_items .row-fluid .sblock3 .jshop_related .name_image_wrapper .image_block a img {
  width: 100%;
}

#list_product_image_thumb div:first-child {
  display: none;
}

.block_rating_hits {
  margin-bottom: 10px;
  text-align: right;
  font-size: 12px;
  color: #cdcdcd;
}

.category_description {
  text-align: justify;
  font-size: 16px;
  line-height: 22px;
}
.category_description a {
  text-decoration: none;
  font-weight: 600;
  color: #d3a19a;
}

.your_logo {
  border: 1px solid #000;
  border-radius: 10px;
  box-shadow: 0px 8px 17px -13px rgba(0, 0, 0, 0.75);
  overflow: hidden;
  transition-duration: 0.5s;
  opacity: 0;
  background: #fff;
  height: 0;
}
.your_logo ul {
  list-style: none;
  padding-left: 10px;
}
.your_logo ul li {
  line-height: 20px;
}
.your_logo ul li:before {
  content: "+ ";
  color: red;
  font-weight: 600;
}

.show_your_logo {
  display: block;
  opacity: 1;
  height: auto;
  padding: 20px;
  margin: 0px 0 20px 0;
}

.rowremember .controls {
  margin-top: -20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rowlostpassword .controls a {
  text-align: center;
  text-decoration: none;
  color: #000;
  font-size: 14px;
  display: block;
  width: 100%;
  margin-top: 10px;
}

.text_pay_without_reg {
  margin-top: 20px;
}
.text_pay_without_reg a {
  background: #000;
  color: #fff;
  padding: 13px 12px;
  border: 1px solid #cdcdcd;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  transition-duration: 0.5s;
  text-decoration: none;
  width: 300px;
  display: block;
  max-width: 100%;
  text-align: center;
}
.text_pay_without_reg a:hover {
  transform: scale(1.02);
  box-shadow: var(--box-shadow);
}

.register_block {
  width: 300px;
  max-width: 100%;
  margin: 20px auto;
}

.block_button_register input {
  background: #000;
  color: #fff;
  padding: 10px 12px;
  border: 1px solid #cdcdcd;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  transition-duration: 0.5s;
  text-decoration: none;
  width: 300px;
  display: block;
  max-width: 100%;
  text-align: center;
}
.block_button_register input:hover {
  transform: scale(1.02);
  box-shadow: var(--box-shadow);
}

.myorders_block_info {
  width: 600px;
  max-width: 100%;
  display: flex;
  border: 1px solid #161616;
  padding: 20px;
  margin: 0 auto 20px auto;
  flex-direction: column;
  gap: 10px;
}
.myorders_block_info .row {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.myorders_block_info .row .products {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.myorders_block_info .row .products div:nth-child(2) span {
  color: red;
  font-weight: 600;
}
.myorders_block_info .row a {
  margin: 0 auto;
  background: #000;
  color: #fff;
  padding: 10px 12px;
  border: 1px solid #cdcdcd;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  transition-duration: 0.5s;
  text-decoration: none;
  width: 300px;
  display: block;
  max-width: 100%;
  text-align: center;
}
.myorders_block_info .row a:hover {
  transform: scale(1.02);
  box-shadow: var(--box-shadow);
}

.myorders_total {
  width: 600px;
  margin: 0 auto;
  max-width: 100%;
  margin-top: 20px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 10px;
}

.myorderinfo .order_number,
.myorderinfo .order_status,
.myorderinfo .order_date {
  margin-bottom: 10px;
}
.myorderinfo .userbillinfo tr,
.myorderinfo .userdeliveryinfo tr,
.myorderinfo .cart tr {
  height: 30px !important;
}
.myorderinfo .name,
.myorderinfo .value {
  font-size: 16px !important;
}
.myorderinfo .prodname a {
  text-decoration: none;
  color: #000;
  font-weight: 600;
}
.myorderinfo .payment_block_info,
.myorderinfo .history {
  float: left;
  width: 100%;
}
.myorderinfo .payment_block_info {
  margin-top: 20px;
  padding: 20px;
  border: 1px solid #000;
}
.myorderinfo .history_head {
  margin: 20px 0;
  padding-left: 20px;
  text-transform: uppercase;
  color: red;
}
.myorderinfo .payment_info {
  line-height: 24px;
  margin: 20px auto 0 auto;
}
.myorderinfo .payment_head {
  text-transform: uppercase;
  color: red;
}
.myorderinfo .order_history tr:first-child td {
  background: #000;
  color: #fff;
}
.myorderinfo .order_history tr {
  background: none !important;
  height: 30px !important;
  color: #000 !important;
}
.myorderinfo .order_history table .date,
.myorderinfo .order_history table .name,
.myorderinfo .order_history table .comment {
  width: 33%;
}
.myorderinfo .order_history tr:first-child {
  font-weight: 600 !important;
}

.block_product {
  position: relative;
}
.block_product .not_available {
  opacity: 0.5;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0px;
}
.block_product .not_available img {
  display: block;
  width: 60%;
}
.block_product .old_price {
  display: none;
}
.block_product .image_block .product_label {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0px;
  left: -28px;
}

.cart_empty_text {
  font-size: 30px;
  font-weight: 600;
  margin-top: 60px;
  text-align: center;
}

.cart_block_discount {
  margin-top: 20px;
}
.cart_block_discount .span12 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.cart_block_discount .inputbox {
  margin-bottom: 0 !important;
  height: 40px;
  text-align: center;
  width: 300px;
  max-width: 100%;
  border: 1px solid #cdcdcd;
}
.cart_block_discount .btn-primary {
  background: #cdcdcd;
  color: #000;
  padding: 10px 12px;
  border: 1px solid #cdcdcd;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  transition-duration: 0.5s;
  text-decoration: none;
  width: auto;
}
.cart_block_discount .btn-primary:hover {
  transform: scale(1.02);
  box-shadow: var(--box-shadow);
}

.jshop {
  background: #fff;
  float: left;
  margin-bottom: 20px;
  overflow: hidden;
  height: auto;
  width: 100%;
  padding-bottom: 20px;
}
.jshop .jshop_prod_description {
  margin-bottom: 40px;
  border-bottom: 1px solid #fed9d3;
  border-top: 1px solid #fed9d3;
  padding: 20px 0;
  width: 100%;
  line-height: 22px;
}
.jshop .jshop_prod_description a {
  text-decoration: none;
  font-weight: 600;
  color: #d3a19a;
}
.jshop .inputbox {
  margin-bottom: 20px;
}
.jshop .old_price {
  margin-top: 40px;
  text-decoration: line-through;
  font-size: 24px;
  font-weight: 600;
}
.jshop .prod_price {
  width: 40%;
  float: left;
  margin-top: 20px;
  color: red;
  font-weight: 600;
  font-size: 32px;
}
.jshop .btn-buy {
  background: #000;
  color: #fff;
  padding: 10px 12px;
  border: 1px solid #cdcdcd;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  transition-duration: 0.5s;
}
.jshop .prod_buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  width: 100%;
  float: left;
  gap: 10px;
}
.jshop .prod_buttons #quantity {
  margin-top: 20px;
  width: auto;
  text-align: center;
  height: 30px;
  border: 1px solid #cdcdcd;
}
.jshop .prod_buttons .buttons {
  display: flex;
  align-items: center;
  justify-content: center;
}
.jshop .prod_buttons .buttons .btn-buy:hover {
  transform: scale(1.02);
  box-shadow: var(--box-shadow);
  font-weight: 600;
}
.jshop .prod_free_attribs input {
  width: 100%;
  height: 40px;
  padding: 20px !important;
}
.jshop .jshop_prod_attributes .row {
  background: #fff;
  width: 100%;
  height: auto;
  min-height: 100px;
  margin-bottom: 10px;
  overflow: auto;
  padding-bottom: 20px;
}
.jshop .jshop_prod_attributes .row div {
  width: 100%;
  height: auto;
}
.jshop .jshop_prod_attributes .row .attributes_title {
  font-weight: 600;
  background: #fed9d3;
  color: #fff;
  padding: 10px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.jshop h1 {
  text-align: center;
}
.jshop .jshop_list_category .row-fluid {
  gap: 2%;
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.jshop .jshop_list_category .row-fluid .category {
  background: #fff;
  box-shadow: var(--box-shadow);
  width: 32%;
  padding: 20px;
  transition-duration: 0.5s;
  cursor: pointer;
}
.jshop .jshop_list_category .row-fluid .category .image {
  margin-top: 20px;
}
.jshop .jshop_list_category .row-fluid .category .image img {
  width: 100%;
}
.jshop .jshop_list_category .row-fluid .category:hover {
  transform: scale(1.02);
}
.jshop .jshop_list_product .list_product .row-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  gap: 1%;
}
.jshop .jshop_list_product .list_product .row-fluid .sblock6 {
  width: 23% !important;
  padding: 20px 10px !important;
}
.jshop .jshop_list_product .list_product .row-fluid .sblock6 .name_image_wrapper .name {
  overflow: hidden;
  text-overflow: ellipsis;
}
.jshop .jshop_list_product .list_product .row-fluid .sblock6 .name_image_wrapper .name a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.jshop .jshop_list_product .list_product .row-fluid .sblock6 .image_block {
  margin-bottom: 10px;
}
.jshop .jshop_list_product .list_product .row-fluid .sblock6 .description {
  font-size: 14px;
}
.jshop .jshop_list_product .list_product .row-fluid .sblock6 .buttons {
  gap: 10px;
  flex-direction: column;
}
.jshop .jshop_list_product .list_product .row-fluid .sblock6 .buttons .button_buy {
  text-align: center;
  display: block !important;
}
.jshop .jshop_list_product .list_product .row-fluid .sblock6 .buttons .button_detail {
  text-align: center;
  width: 100% !important;
  padding: 10px 12px !important;
  border-radius: 4px;
  outline: 1px solid #161616;
  outline-offset: -2px;
  border: none !important;
}
.jshop .jshop_list_product .list_product .row-fluid .sblock6 .jshop_price {
  text-align: center;
  color: red;
  font-size: 20px;
  font-weight: 700;
  display: block !important;
}
.jshop .jshop_list_product .list_product .row-fluid .sblock6 .old_price {
  font-size: 20px;
  display: block !important;
  margin-top: 0 !important;
  text-align: center;
}
.jshop .jshop_list_product .list_product .row-fluid .sblock3,
.jshop .jshop_list_product .list_product .row-fluid .sblock6 {
  margin-top: 40px;
  background: #fff;
  box-shadow: var(--box-shadow);
  width: 24%;
  padding: 20px;
  transition-duration: 0.5s;
  cursor: pointer;
}
.jshop .jshop_list_product .list_product .row-fluid .sblock3 .product_label img,
.jshop .jshop_list_product .list_product .row-fluid .sblock6 .product_label img {
  width: 100% !important;
  margin: 0 !important;
}
.jshop .jshop_list_product .list_product .row-fluid .sblock3 .name,
.jshop .jshop_list_product .list_product .row-fluid .sblock6 .name {
  text-align: center;
}
.jshop .jshop_list_product .list_product .row-fluid .sblock3 .name a,
.jshop .jshop_list_product .list_product .row-fluid .sblock6 .name a {
  text-decoration: none;
  color: #000;
  text-overflow: ellipsis;
  font-size: 20px;
  font-weight: 500;
}
.jshop .jshop_list_product .list_product .row-fluid .sblock3 .jshop_price,
.jshop .jshop_list_product .list_product .row-fluid .sblock6 .jshop_price {
  display: none;
}
.jshop .jshop_list_product .list_product .row-fluid .sblock3 .available,
.jshop .jshop_list_product .list_product .row-fluid .sblock6 .available {
  display: none;
  color: red;
  text-align: center;
  font-style: italic;
  margin: 10px 0;
  font-size: 12px;
  font-weight: 500;
}
.jshop .jshop_list_product .list_product .row-fluid .sblock3 .description,
.jshop .jshop_list_product .list_product .row-fluid .sblock6 .description {
  height: auto;
  line-height: 22px;
  text-align: center;
  margin: 20px 0;
}
.jshop .jshop_list_product .list_product .row-fluid .sblock3 .buttons,
.jshop .jshop_list_product .list_product .row-fluid .sblock6 .buttons {
  display: none;
  align-items: center;
  justify-content: center;
}
.jshop .jshop_list_product .list_product .row-fluid .sblock3 .buttons .button_buy,
.jshop .jshop_list_product .list_product .row-fluid .sblock6 .buttons .button_buy {
  display: none;
}
.jshop .jshop_list_product .list_product .row-fluid .sblock3 .buttons .button_detail,
.jshop .jshop_list_product .list_product .row-fluid .sblock6 .buttons .button_detail {
  text-decoration: none;
  color: #000;
  font-weight: 600;
  display: block;
  padding: 15px 30px;
  transition-duration: 0.5s;
}
.jshop .jshop_list_product .list_product .row-fluid .sblock3 .buttons .button_detail:hover,
.jshop .jshop_list_product .list_product .row-fluid .sblock6 .buttons .button_detail:hover {
  color: pink;
}
.jshop .jshop_list_product .list_product .row-fluid .sblock3 .image,
.jshop .jshop_list_product .list_product .row-fluid .sblock6 .image {
  margin-top: 20px;
}
.jshop .jshop_list_product .list_product .row-fluid .sblock3 .image img,
.jshop .jshop_list_product .list_product .row-fluid .sblock6 .image img {
  width: calc(100% + 40px);
  margin-left: -20px;
}
.jshop .jshop_list_product .list_product .row-fluid .sblock3:hover,
.jshop .jshop_list_product .list_product .row-fluid .sblock6:hover {
  transform: scale(1.02);
}
.jshop label {
  background: #f8f8f8;
  float: left;
  display: flex;
  width: auto;
  height: 40px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin: 4px 4px;
  padding: 8px;
  font-weight: 500;
}
.jshop label:hover {
  color: red;
}
.jshop .input_type_radio input[type=radio] {
  display: none;
}
.jshop .input_type_radio input:checked ~ label,
.jshop .input_type_radio label:checked {
  border: unset;
  color: #212121;
  z-index: 1;
  background: #e8e8e8;
  font-size: 17px;
  box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
  transition: all 250ms;
  overflow: hidden;
}
.jshop .input_type_radio input:checked ~ label:hover,
.jshop .input_type_radio label:checked:hover {
  color: red;
}
.jshop .input_type_radio input:checked ~ label::before,
.jshop .input_type_radio label:checked::before {
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  border-radius: 15px;
  z-index: -1;
  box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
  transition: all 250ms;
}
.jshop .col-lg-4 {
  width: 50%;
  padding-right: 40px;
  float: left;
}
.jshop .jshop_oiproduct {
  width: 50%;
  float: left;
}
.jshop .jshop_oiproduct .jshop_prod_attributes {
  padding: 0px;
}
.jshop .jshop_oiproduct .not_available {
  color: red;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.jshop .image_middle {
  position: relative;
}
.jshop .image_middle .product_label {
  width: 100px;
  position: absolute;
  top: 20px;
  left: -18px;
}
.jshop .image_middle .product_label img {
  width: 100%;
}
.jshop .image_middle span a img {
  width: 100%;
}
.jshop .text_zoom {
  display: none;
}
.jshop #list_product_image_thumb {
  display: flex;
  gap: 2%;
  flex-wrap: wrap;
}
.jshop #list_product_image_thumb div {
  margin: 4.5px 0;
  width: 32% !important;
  cursor: pointer;
}
.jshop #list_product_image_thumb div img {
  width: 100%;
}

.jshop {
  overflow: visible;
}
.jshop table.cart .data {
  padding: 10px 0;
}
.jshop table.cart .data a {
  text-transform: uppercase;
}
.jshop table.cart .data .list_attribute .name {
  float: left;
  height: 25px;
  font-size: 14px;
  display: block;
  width: 50%;
  text-align: right;
}
.jshop table.cart .data .list_attribute .value {
  float: left;
  height: 25px;
  display: block;
  width: 50%;
  font-size: 14px;
  text-align: left;
  padding-left: 20px;
}
.jshop .cart_buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.jshop .prodname {
  text-decoration: none;
  color: #000;
  font-weight: 600;
  margin-bottom: 20px;
}
.jshop .jshop_cart_attribute .name {
  font-weight: 500;
}
.jshop .jshop_subtotal {
  border: none !important;
  width: 100%;
  max-width: 100%;
  text-align: right;
  margin-top: 20px;
}
.jshop .jshop_subtotal .name {
  width: 90%;
  font-size: 20px;
}
.jshop .jshop_subtotal .value {
  width: 10%;
  font-size: 20px;
  font-weight: 600;
}
.jshop .jshop_subtotal td {
  border: none !important;
  text-align: right;
}
.jshop .jshop_subtotal tr {
  background: none !important;
  color: #000 !important;
  border: none !important;
}
.jshop #checkout .pull-right {
  text-align: right;
}
.jshop #checkout .pull-right a {
  background: #000;
  color: #fff;
  padding: 10px 12px;
  border: 1px solid #cdcdcd;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition-duration: 0.5s;
  text-decoration: none;
  display: flex;
  width: 250px;
  align-items: flex-end;
  justify-content: center;
  float: right;
  flex-wrap: nowrap;
}
.jshop #checkout .pull-right a:hover {
  transform: scale(1.02);
  box-shadow: var(--box-shadow);
}
.jshop table {
  display: table;
  width: 100%;
}
.jshop table .discount .value {
  color: red;
}
.jshop table tbody {
  width: 100%;
}
.jshop table .remove .data a img {
  width: 20px !important;
  transition-duration: 0.5s;
}
.jshop table .remove .data a img:hover {
  transform: scale(1.2);
}
.jshop table .total_price .data {
  font-weight: 600;
}
.jshop table .data .list_free_attribute {
  margin-top: 20px;
  font-size: 14px;
  font-style: italic;
}
.jshop table .data .inputbox {
  width: auto;
  height: 30px;
  text-align: center;
}
.jshop table .data .price {
  font-weight: 400;
}
.jshop table .data .mobile-cart-inline {
  display: none;
}
.jshop table .data a {
  width: 100%;
  height: 100%;
  display: block;
}
.jshop table .data a img {
  width: 200px;
}
.jshop table tr:first-child {
  height: 60px;
  vertical-align: center;
  background: #000;
  color: #fff;
  border: 1px solid #000;
}
.jshop table th,
.jshop table th {
  vertical-align: middle;
}
.jshop table td {
  vertical-align: middle;
  text-align: center;
  border: 1px solid #cdcdcd;
}

.cart_mobile {
  width: 100%;
  padding: 10px;
  float: left;
  margin-bottom: 10px;
  border: 1px solid #000;
}
.cart_mobile #pr_name {
  text-align: center;
  margin-bottom: 10px;
}
.cart_mobile #pr_name a {
  text-transform: uppercase;
}
.cart_mobile #pr_image {
  margin-bottom: 10px;
}
.cart_mobile #pr_image a img {
  width: 100%;
}
.cart_mobile #pr_params {
  font-size: 14px;
  margin-bottom: 20px;
}
.cart_mobile #pr_params .jshop_cart_attribute {
  display: block;
  height: auto;
  overflow: hidden;
  padding: 5px 0;
  border-bottom: 1px solid #cdcdcd;
  display: flex;
}
.cart_mobile #pr_params .jshop_cart_attribute .name,
.cart_mobile #pr_params .jshop_cart_attribute .value {
  display: flex;
  align-items: center;
  width: 50%;
  float: left;
  height: auto;
}
.cart_mobile #pr_params .list_free_attribute .jshop_cart_attribute {
  font-style: italic;
  text-align: center;
}
.cart_mobile #pr_params .list_free_attribute .jshop_cart_attribute .name {
  display: none !important;
}
.cart_mobile #pr_params .list_free_attribute .jshop_cart_attribute .value {
  display: block;
  float: none;
  text-align: center !important;
  width: 100%;
}
.cart_mobile #pr_qt {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.cart_mobile #pr_qt input {
  margin-bottom: 0;
  margin-left: 20px;
  width: 40px;
  text-align: center;
}
.cart_mobile #pr_sum {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: red;
}
.cart_mobile #pr_delete {
  width: 100%;
  height: 40px;
  margin-top: 20px;
}
.cart_mobile #pr_delete a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #cdcdcd;
}
.cart_mobile #pr_delete a img {
  height: 70%;
  width: auto;
}

#jshop_menu_order {
  display: none;
}

.address_block {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
  justify-content: center;
}

.form-group {
  width: 100%;
}

.form-control {
  width: 100%;
  max-width: 100%;
  height: 40px;
  border: 1px solid #cdcdcd;
  margin-bottom: 10px;
  text-align: center;
}

.btn-success {
  background: #000;
  color: #fff;
  padding: 10px 20px;
  border: 1px solid #cdcdcd;
  border: none;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  transition-duration: 0.5s;
  text-decoration: none;
  width: 300px;
  max-width: 100%;
}

.btn-success:hover {
  transform: scale(1.02);
  box-shadow: var(--box-shadow);
}

.delivery_address {
  text-align: center !important;
}

.box_button {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.shipping,
.subtotal {
  display: none;
}

.field {
  display: flex;
  justify-content: center;
  align-items: center;
}
.field textarea {
  padding: 20px;
  margin-top: 30px;
  width: 400px;
  max-width: 100%;
  height: 100px;
}

#jshop_summ_product {
  float: right;
}

.cart_link {
  display: block;
  width: 100%;
  height: 40px;
  position: relative;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #000;
  font-weight: 600;
}
.cart_link img {
  margin-right: 15px;
  height: 40px;
}
.cart_link #products_count {
  position: absolute;
  background: red;
  color: #fff;
  font-weight: 600;
  width: 20px;
  font-size: 80%;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  left: 25px;
  top: 0;
}

.row-attr-13 .row-free-attr-2 {
  margin-bottom: 0px !important;
  margin-top: 10px !important;
  padding: 0px !important;
  min-height: 0 !important;
}
.row-attr-13 .row-free-attr-2 input {
  margin-bottom: 0px;
  width: 100%;
  height: 0px;
  border: none;
  padding: 0px;
  text-align: center;
  transition-duration: 0.5s;
}
.row-attr-13 .row-free-attr-2 .show {
  height: 40px;
  border: 1px solid #cdcdcd;
  padding: 10px;
  margin-top: 20px;
}

.row-attr-14 .row-free-attr-1 {
  margin-top: 10px !important;
  padding: 0px !important;
  margin-bottom: 0px !important;
  min-height: 0 !important;
}
.row-attr-14 .row-free-attr-1 input {
  margin-bottom: 0px;
  width: 100%;
  height: 0px;
  border: none;
  padding: 0px;
  text-align: center;
  transition-duration: 0.5s;
}
.row-attr-14 .row-free-attr-1 .show {
  height: 40px;
  border: 1px solid #cdcdcd;
  padding: 10px;
  margin-top: 20px;
}

.row-attr-15 .row-free-attr-3 {
  margin-top: 10px !important;
  padding: 0px !important;
  margin-bottom: 0px !important;
  min-height: 0 !important;
}
.row-attr-15 .row-free-attr-3 input {
  margin-bottom: 0px;
  width: 100%;
  height: 0px;
  border: none;
  padding: 0px;
  text-align: center;
  transition-duration: 0.5s;
}
.row-attr-15 .row-free-attr-3 .show {
  height: 40px;
  border: 1px solid #cdcdcd;
  padding: 10px;
  margin-top: 20px;
}

.attributgr_name {
  display: none;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background: #000;
  font-weight: 600;
  height: 40px;
  line-height: 40px;
  margin-top: -10px;
}

.row-attr-11 label,
.row-attr-12 label,
.row-attr-16 label {
  width: 18%;
  height: 18%;
  margin-bottom: 10px;
}
.row-attr-11 label .radio_attr_label,
.row-attr-12 label .radio_attr_label,
.row-attr-16 label .radio_attr_label {
  width: 100%;
  height: 100%;
}
.row-attr-11 label .radio_attr_label img,
.row-attr-12 label .radio_attr_label img,
.row-attr-16 label .radio_attr_label img {
  width: 100%;
  height: 100%;
  display: block;
}
.row-attr-11 label .radio_attr_label span,
.row-attr-12 label .radio_attr_label span,
.row-attr-16 label .radio_attr_label span {
  display: none;
}
.row-attr-11 input:checked ~ label,
.row-attr-11 label:checked,
.row-attr-12 input:checked ~ label,
.row-attr-12 label:checked,
.row-attr-16 input:checked ~ label,
.row-attr-16 label:checked {
  padding: 1px !important;
  outline: none !important;
  border: 4px solid red !important;
}

.row-attr-16 {
  transition-duration: 0.5s;
  height: 0 !important;
  overflow: hidden !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin-bottom: 0 !important;
}
.row-attr-16 #block_attr_sel_16 .input_type_radio:first-child {
  display: none;
}

.show_pages_design {
  height: auto !important;
  overflow: auto !important;
  min-height: 100px !important;
  padding: 10px !important;
  margin-bottom: 10px !important;
}

.show_overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 999;
  transition-duration: 1s;
}
.show_overlay img {
  height: 90%;
  display: block;
  border: 10px solid #fff;
  border-radius: 10px;
  cursor: pointer;
}

.jshop .image_middle a img,
.jshop .image_thumb_list a img {
  transition-duration: 0.5s;
}
.jshop .image_middle a img:hover,
.jshop .image_thumb_list a img:hover {
  transform: scale(1.01);
  outline-offset: -4px;
  outline: 4px solid #fff;
  box-shadow: var(--box-shadow);
}

.image_thumb_list {
  position: relative !important;
}

.show_append {
  top: 20% !important;
}

.fixed_block_in_product {
  transition-duration: 1s;
  opacity: 1;
  height: auto;
  padding: 10px;
  top: -200%;
  background: #fff;
  box-shadow: var(--box-shadow);
  position: fixed;
  z-index: 3;
}
.fixed_block_in_product .text_zoom {
  display: none;
  position: absolute;
  z-index: 99;
  bottom: 20px;
  color: #000;
  font-weight: 600;
  font-size: 14px;
  width: 100%;
  text-align: center;
}
.fixed_block_in_product img {
  display: block;
  width: 100%;
}
.fixed_block_in_product .fixed_img {
  opacity: 1;
}
.fixed_block_in_product .info_wrapper {
  width: calc(100% - 20px);
  z-index: 9;
  height: calc(100% - 20px);
  position: absolute;
  top: 10px;
  flex-wrap: wrap;
  padding: 20px;
}
.fixed_block_in_product .info_wrapper .fixed_price {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 4;
  color: red;
  font-weight: 600;
  font-size: 20px;
  padding: 10px;
  background: rgb(255, 255, 255);
}
.fixed_block_in_product .info_wrapper .name {
  font-weight: 600;
  font-size: 16px;
  width: 50%;
  margin-bottom: 10px;
  float: left;
  height: 15px;
  text-transform: lowercase;
  color: #000;
  text-shadow: 0px 1px 4px #fff;
}
.fixed_block_in_product .info_wrapper .value {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 10px;
  min-width: 50%;
  height: 15px;
  text-shadow: 0px 1px 4px #000000;
  width: 50%;
  float: left;
}
.fixed_block_in_product .info_wrapper .smell_img {
  box-shadow: var(--box-shadow);
  border: 4px solid #fff;
}

.image_middle {
  position: relative;
}
.image_middle #smell_img .smell_img {
  width: 200px;
  box-shadow: var(--box-shadow);
  border: 4px solid #fff;
  z-index: 2;
}

.jshop_pagination {
  margin-top: 40px;
  float: left;
  width: 100%;
}
.jshop_pagination .pagination_result_counter {
  text-align: center;
}
.jshop_pagination ul.pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
}
.jshop_pagination ul.pagination li {
  padding: 4px 8px;
}
.jshop_pagination ul.pagination li a {
  color: #000;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
}
.jshop_pagination ul.pagination li a span.icon-angle-double-left:before {
  content: "";
}
.jshop_pagination ul.pagination li a span.icon-angle-left:before {
  content: "❮";
}
.jshop_pagination ul.pagination li a span.icon-angle-right:before {
  content: "❯";
}
.jshop_pagination ul.pagination li a span.icon-angle-double-right:before {
  content: "";
}
.jshop_pagination ul.pagination li:hover {
  transform: scale(1.2);
  transition-duration: 1s;
}
.jshop_pagination ul.pagination .active a {
  font-weight: 700;
}

@media screen and (max-width: 602px) and (orientation: portrait) {
  #comjshop h1 {
    padding: 20px;
  }
  .checkout_pfinish_block {
    margin-top: 40px;
  }
  .cart_link img {
    height: 30px;
  }
  .cart_link #products_count {
    left: 20px;
  }
  .category_description {
    margin-top: 20px;
    padding: 10px;
    text-align: left;
  }
  .block_rating_hits {
    padding-right: 20px;
    position: absolute;
    width: 100%;
    z-index: 9;
    margin-top: 20px;
  }
  .jshop .image_middle span a img {
    border-radius: 0px;
  }
  #related_items {
    margin-top: 40px;
  }
  #related_items .row-fluid {
    flex-wrap: wrap;
  }
  #related_items .row-fluid .sblock3 {
    width: 46%;
  }
  .cart_block_discount .inputbox {
    width: 50%;
  }
  #system-message-container .continue,
  #system-message-container .go_to_cart {
    width: 80%;
    margin-bottom: 20px;
  }
  .jshop .jshop_list_product .list_product .row-fluid .sblock3 .image img,
  .jshop .jshop_list_product .list_product .row-fluid .sblock6 .image img {
    margin-top: 20px;
  }
  .image_middle .product_label img {
    width: 60% !important;
  }
  .image_middle span {
    font-size: 10px;
    line-height: 12px !important;
  }
  .image_middle #smell_img .smell_img {
    width: 100px;
  }
  .row-attr-11 label,
  .row-attr-12 label,
  .row-attr-16 label {
    width: 21%;
    height: 21%;
  }
  .show_overlay img {
    width: 98%;
    height: auto;
  }
  .jshop_subtotal {
    border: none !important;
  }
  .jshop_subtotal .name {
    width: 60% !important;
  }
  .jshop_subtotal .value {
    width: 40% !important;
  }
  #comjshop {
    margin-top: 40px;
    width: 110%;
    padding: 0px 0;
    margin-left: -5%;
  }
  .jshop {
    padding: 4px;
    border-radius: 0px;
  }
  .jshop .prod_price {
    width: 100%;
    text-align: center;
  }
  .jshop .prod_buttons {
    flex-direction: column;
    width: 100%;
  }
  .jshop table {
    font-size: 10px;
  }
  .jshop table .data .inputbox {
    width: 20px;
    height: 20px;
    text-align: center;
  }
  .jshop table .data .mobile-cart-inline {
    display: none;
  }
  .jshop table .data a {
    width: 100%;
    height: 100%;
    display: block;
  }
  .jshop table .data a img {
    width: 100%;
  }
  .jshop table tr:first-child {
    height: 60px;
    vertical-align: center;
    background: #000;
    color: #fff;
    border: 1px solid #000;
  }
  .jshop table th,
  .jshop table th {
    vertical-align: middle;
  }
  .jshop table td {
    vertical-align: middle;
    text-align: center;
    padding: 4px 10px;
    border: 1px solid #000;
    font-size: 14px;
  }
  .jshop table .product_name {
    font-size: 14px;
  }
  .jshop table .attribs {
    font-size: 10px;
  }
  .jshop .col-lg-4 {
    width: 100%;
    padding-right: 0px;
  }
  .jshop .jshop_oiproduct {
    width: 100%;
  }
  .jshop .jshop_list_category .row-fluid .category {
    width: 100%;
  }
  .jshop .jshop_list_product .list_product .row-fluid .sblock6 {
    width: 100% !important;
  }
  .jshop .jshop_list_product .list_product .row-fluid .sblock6 .product {
    display: flex;
    gap: 10px;
  }
  .jshop .jshop_list_product .list_product .row-fluid .sblock6 .product .name_image_wrapper {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .jshop .jshop_list_product .list_product .row-fluid .sblock6 .product .name {
    overflow: hidden;
  }
  .jshop .jshop_list_product .list_product .row-fluid .sblock6 .product .name a {
    white-space: normal;
    font-size: 14px;
  }
  .jshop .jshop_list_product .list_product .row-fluid .sblock6 .product .image {
    float: left;
  }
  .jshop .jshop_list_product .list_product .row-fluid .sblock6 .product .oiproduct {
    width: 50%;
    overflow: hidden;
  }
  .jshop .jshop_list_product .list_product .row-fluid .sblock3 {
    width: 100% !important;
  }
  .show_append {
    top: 70px !important;
  }
  .fixed_block_in_product .info_wrapper {
    overflow: auto;
  }
  .fixed_block_in_product .info_wrapper .name {
    padding-right: 6px;
    margin-bottom: 4px;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-shadow: 0px 1px 4px #fff;
    font-weight: 500;
  }
  .fixed_block_in_product .info_wrapper .value {
    margin-bottom: 4px;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-shadow: 0px 1px 4px #000000;
    font-weight: 500;
  }
  .fixed_block_in_product .info_wrapper .smell_img {
    width: 120px;
    height: 120px;
  }
  .jshop .prod_buttons {
    flex-direction: row;
  }
  .jshop .prod_buttons .buttons {
    width: 50%;
  }
}
@media screen and (max-width: 960px) and (orientation: landscape) {
  .jshop .jshop_list_product .list_product .row-fluid .sblock3 .name a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.5vw;
  }
  .jshop .jshop_list_product .list_product .row-fluid {
    align-items: flex-start;
  }
  .fixed_block_in_product .info_wrapper .name {
    font-size: 12px;
  }
  .fixed_block_in_product .info_wrapper .value {
    font-size: 12px;
  }
  .fixed_block_in_product {
    width: 45% !important;
  }
  .image_middle #smell_img {
    width: 100px;
    height: 100px;
  }
  .fixed_block_in_product .info_wrapper .smell_img {
    width: 100px;
    height: 100px;
  }
  .btn-success {
    width: auto;
    font-size: 14px !important;
  }
  .jshop .prod_buttons {
    flex-direction: column;
  }
}
@media screen and (min-width: 603px) and (max-width: 1024px) and (orientation: portrait) {
  .jshop .prod_buttons {
    width: 100%;
  }
  .fixed_block_in_product .info_wrapper .value {
    font-size: 10px;
    margin-bottom: 4px;
  }
  .fixed_block_in_product .info_wrapper .name {
    font-size: 10px;
    margin-bottom: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .btn-success {
    width: auto;
  }
  .jshop .jshop_list_product .list_product .row-fluid .sblock3 .description {
    font-size: 14px;
  }
  .jshop .jshop_list_product .list_product .row-fluid {
    align-items: flex-start;
  }
  .image_middle #smell_img {
    width: 100px;
    height: 100px;
  }
  .fixed_block_in_product {
    width: 45% !important;
  }
  .fixed_block_in_product .info_wrapper .smell_img {
    width: 100px;
    height: 100px;
  }
  #breadcrumps ol li span {
    font-size: 12px;
  }
  #breadcrumps ol li a span {
    font-size: 12px;
  }
}/*# sourceMappingURL=jshopping.css.map */