.cart-cate-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.cart-cate-box .cart-cate-sep {
  margin: 0 5px;
}
.cart-cate-box .cart-cate-link {
  font-size: 11px;
  font-weight: 100;
  color: black;
  display: block;
}

section#basket_1 {
  width: 700px;
  max-width: 95%;
  height: 100%;
  position: fixed;
  right: -730px;
  top: 0;
  transform: translateX(0px);
  background: rgb(247, 247, 247);
  transition: all 0.5s ease 0s;
  z-index: 999999999;
  box-shadow: 0 0 41px -2px rgba(0, 0, 0, 0.5);
  overflow: hidden;
}

.DepositPriceBtns {
  background: white;
  border: 2px solid #1b73f4;
  border-radius: 28px;
  padding: 5px;
  width: 50px;
  color: #1b73f4;
  transition: all 0.5s;
  cursor: pointer;
  font-size: 13px;
  font-weight: 900;
  min-height: 26px;
  display: block;
  text-align: center;
}
.DepositPriceBtns:hover {
  color: white !important;
  background: #1b73f4;
  border: 2px solid white !important;
}

.DepositPriceBtns {
  background: white;
  border: 2px solid #1b73f4;
  border-radius: 28px;
  padding: 5px;
  width: 50px;
  color: #1b73f4;
  transition: all 0.5s;
  cursor: pointer;
  font-size: 13px;
  font-weight: 900;
  min-height: 26px;
  display: block;
  text-align: center;
}
.DepositPriceBtns:hover {
  color: white !important;
  background: #1b73f4;
  border: 2px solid white !important;
}

section#basket_page .basketOffBox {
  margin-bottom: 15px;
  text-align: center;
  display: flex;
  align-items: center;
}
section#basket_page .basketOffBox input.offBasketInput {
  text-align: center;
  border: 1px solid #ced4da;
  padding: 6px;
  font-size: 13px;
  border-radius: 5px;
  flex: 1;
  margin-left: 10px;
}
section#basket_page .basketOffBox .offBasketBut, section#basket_page .basketOffBox .offWalletBut {
  width: 120px;
  background: white;
  border: 2px solid #1b73f4;
  border-radius: 28px;
  padding: 5px;
  color: #1b73f4;
  transition: all 0.5s;
  cursor: pointer;
  font-size: 13px;
  font-weight: 900;
  min-height: 26px;
  display: block;
  text-align: center;
}
section#basket_page .basketOffBox .offBasketBut:hover, section#basket_page .basketOffBox .offWalletBut:hover {
  color: white !important;
  background: #1b73f4;
  border: 2px solid white !important;
}
section#basket_page .basket_main, section#basket_page .totalPrices {
  margin-bottom: 15px;
  overflow-y: overlay;
  position: relative;
}
section#basket_page .basket_main table, section#basket_page .totalPrices table {
  width: 100%;
  transition: all 0.5s;
  text-align: center;
  border: 1px solid #ced4da;
  border-collapse: collapse;
  border-radius: 5px !important;
}
section#basket_page .basket_main table thead, section#basket_page .totalPrices table thead {
  background: whitesmoke;
}
section#basket_page .basket_main table td, section#basket_page .basket_main table th, section#basket_page .totalPrices table td, section#basket_page .totalPrices table th {
  border: 1px solid #ced4da;
  vertical-align: middle;
  padding: 7px;
  text-align: center;
}
section#basket_page .basket_main table .product-nameService, section#basket_page .totalPrices table .product-nameService {
  text-align: right;
}
section#basket_page .basket_main table .product-nameService .product-nameServiceCat, section#basket_page .totalPrices table .product-nameService .product-nameServiceCat {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
section#basket_page .basket_main table .product-nameService .product-nameServiceCat .product-nameServiceCatSep, section#basket_page .totalPrices table .product-nameService .product-nameServiceCat .product-nameServiceCatSep {
  margin: 0 5px;
}
section#basket_page .basket_main table .product-nameService a.product-name, section#basket_page .totalPrices table .product-nameService a.product-name {
  color: #000 !important;
  font-weight: 600 !important;
  display: block;
}
section#basket_page .basket_main table .product-nameService .basketTotalPrice, section#basket_page .basket_main table .product-nameService .basketTotalPrice, section#basket_page .totalPrices table .product-nameService .basketTotalPrice, section#basket_page .totalPrices table .product-nameService .basketTotalPrice {
  font-weight: 900;
}
section#basket_page .basket_main table .product-nameService .product-sevice, section#basket_page .totalPrices table .product-nameService .product-sevice {
  padding-right: 5px;
  font-size: 12px;
  font-weight: 100;
  color: black;
  border-top: 1px solid #ced4da;
  margin-top: 5px;
  padding-top: 5px;
}
section#basket_page .basket_main table td, section#basket_page .totalPrices table td {
  font-size: 13px;
}
section#basket_page .basket_main table td.totalTitle, section#basket_page .totalPrices table td.totalTitle {
  font-weight: 600;
  background: whitesmoke;
}

.toPayBasket .enter_basket_button {
  background: white;
  border: 2px solid #1b73f4;
  border-radius: 28px;
  width: 120px;
  padding: 5px;
  color: #1b73f4;
  transition: all 0.5s;
  cursor: pointer;
  font-size: 13px;
  font-weight: 900;
  min-height: 26px;
  display: inline-block;
  text-align: center;
  margin: 15px auto 0;
}
.toPayBasket .enter_basket_button:hover {
  color: white !important;
  background: #1b73f4;
  border: 2px solid white !important;
}

section#basket_1 {
  color: black;
}
section#basket_1 .basket_empty {
  position: relative;
  top: 50%;
  transform: translate(0, -75%);
}
section#basket_1 .basket_empty p.basket_empty_title {
  text-align: center;
  font-size: 18px;
  margin: 0;
  font-weight: 900;
  color: #1b73f4;
}
section#basket_1 .basket_empty img.basket_empty_img {
  margin: 0 auto;
  display: block;
}
section#basket_1 .accept_remove, section#basket_1 #errorMessage {
  display: none;
  height: 100%;
  background: rgba(43, 47, 51, 0.4784313725);
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 10;
}
section#basket_1 .basket_loading {
  display: none;
  height: 100%;
  background: rgba(255, 255, 255, 0.7803921569);
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 10;
}
section#basket_1 .basket_loading .basket_loading_img {
  width: 150px;
  height: 150px;
  position: absolute !important;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  background: url("/images/loading1.gif");
  left: 0;
  background-size: 150px 150px;
}
section#basket_1 .basket_header {
  color: rgb(27, 115, 244);
  box-shadow: 0 0 35px -16px rgba(0, 0, 0, 0.5);
  height: 50px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  font-size: 17px;
  background: rgb(255, 255, 255);
  font-weight: 900;
}
section#basket_1 .basket_header .close {
  float: left;
  position: absolute;
  left: 17px;
  font-weight: 100;
  color: black !important;
  cursor: pointer;
}
section#basket_1 .basket_main {
  padding: 10px;
  overflow-y: overlay;
  height: calc(100% - 100px);
  position: relative;
}
section#basket_1 .basket_main .accept_remove, section#basket_1 .basket_main #errorMessage {
  display: none;
}
section#basket_1 .basket_main .accept_remove .accept_remove_form, section#basket_1 .basket_main .accept_remove .errorMessageBoxForm, section#basket_1 .basket_main #errorMessage .accept_remove_form, section#basket_1 .basket_main #errorMessage .errorMessageBoxForm {
  background: white;
  width: 350px;
  margin: 0 auto;
  top: 50%;
  position: relative;
  transform: translate(0, -50%);
  padding: 10px;
  border-radius: 7px;
  box-shadow: 0 0 35px -16px rgba(0, 0, 0, 0.5);
}
section#basket_1 .basket_main .accept_remove .accept_remove_form .accept_remove_title, section#basket_1 .basket_main .accept_remove .accept_remove_form .errorMessageBoxTitle, section#basket_1 .basket_main .accept_remove .errorMessageBoxForm .accept_remove_title, section#basket_1 .basket_main .accept_remove .errorMessageBoxForm .errorMessageBoxTitle, section#basket_1 .basket_main #errorMessage .accept_remove_form .accept_remove_title, section#basket_1 .basket_main #errorMessage .accept_remove_form .errorMessageBoxTitle, section#basket_1 .basket_main #errorMessage .errorMessageBoxForm .accept_remove_title, section#basket_1 .basket_main #errorMessage .errorMessageBoxForm .errorMessageBoxTitle {
  text-align: right;
  font-size: 13px;
  font-weight: 900;
}
section#basket_1 .basket_main .accept_remove .accept_remove_form .accept_remove_text, section#basket_1 .basket_main .accept_remove .accept_remove_form .errorMessageBoxContent, section#basket_1 .basket_main .accept_remove .errorMessageBoxForm .accept_remove_text, section#basket_1 .basket_main .accept_remove .errorMessageBoxForm .errorMessageBoxContent, section#basket_1 .basket_main #errorMessage .accept_remove_form .accept_remove_text, section#basket_1 .basket_main #errorMessage .accept_remove_form .errorMessageBoxContent, section#basket_1 .basket_main #errorMessage .errorMessageBoxForm .accept_remove_text, section#basket_1 .basket_main #errorMessage .errorMessageBoxForm .errorMessageBoxContent {
  font-size: 14px;
  text-align: center;
  padding: 15px 0;
}
section#basket_1 .basket_main .accept_remove .accept_remove_form .accept_remove_text span.accept_remove_name, section#basket_1 .basket_main .accept_remove .accept_remove_form .errorMessageBoxContent span.accept_remove_name, section#basket_1 .basket_main .accept_remove .errorMessageBoxForm .accept_remove_text span.accept_remove_name, section#basket_1 .basket_main .accept_remove .errorMessageBoxForm .errorMessageBoxContent span.accept_remove_name, section#basket_1 .basket_main #errorMessage .accept_remove_form .accept_remove_text span.accept_remove_name, section#basket_1 .basket_main #errorMessage .accept_remove_form .errorMessageBoxContent span.accept_remove_name, section#basket_1 .basket_main #errorMessage .errorMessageBoxForm .accept_remove_text span.accept_remove_name, section#basket_1 .basket_main #errorMessage .errorMessageBoxForm .errorMessageBoxContent span.accept_remove_name {
  font-weight: 900;
}
section#basket_1 .basket_main .accept_remove .accept_remove_form .accept_remove_buttons span, section#basket_1 .basket_main .accept_remove .accept_remove_form .errorMessageBoxButtons span, section#basket_1 .basket_main .accept_remove .errorMessageBoxForm .accept_remove_buttons span, section#basket_1 .basket_main .accept_remove .errorMessageBoxForm .errorMessageBoxButtons span, section#basket_1 .basket_main #errorMessage .accept_remove_form .accept_remove_buttons span, section#basket_1 .basket_main #errorMessage .accept_remove_form .errorMessageBoxButtons span, section#basket_1 .basket_main #errorMessage .errorMessageBoxForm .accept_remove_buttons span, section#basket_1 .basket_main #errorMessage .errorMessageBoxForm .errorMessageBoxButtons span {
  font-size: 14px;
  background: white;
  border-radius: 20px;
  transition: all 0.5s;
  cursor: pointer;
  padding: 0 10px;
}
section#basket_1 .basket_main .accept_remove .accept_remove_form .accept_remove_buttons span.accept_remove_reject, section#basket_1 .basket_main .accept_remove .accept_remove_form .errorMessageBoxButtons span.accept_remove_reject, section#basket_1 .basket_main .accept_remove .errorMessageBoxForm .accept_remove_buttons span.accept_remove_reject, section#basket_1 .basket_main .accept_remove .errorMessageBoxForm .errorMessageBoxButtons span.accept_remove_reject, section#basket_1 .basket_main #errorMessage .accept_remove_form .accept_remove_buttons span.accept_remove_reject, section#basket_1 .basket_main #errorMessage .accept_remove_form .errorMessageBoxButtons span.accept_remove_reject, section#basket_1 .basket_main #errorMessage .errorMessageBoxForm .accept_remove_buttons span.accept_remove_reject, section#basket_1 .basket_main #errorMessage .errorMessageBoxForm .errorMessageBoxButtons span.accept_remove_reject {
  border: 1px solid green;
  color: green;
}
section#basket_1 .basket_main .accept_remove .accept_remove_form .accept_remove_buttons span.accept_remove_reject:hover, section#basket_1 .basket_main .accept_remove .accept_remove_form .errorMessageBoxButtons span.accept_remove_reject:hover, section#basket_1 .basket_main .accept_remove .errorMessageBoxForm .accept_remove_buttons span.accept_remove_reject:hover, section#basket_1 .basket_main .accept_remove .errorMessageBoxForm .errorMessageBoxButtons span.accept_remove_reject:hover, section#basket_1 .basket_main #errorMessage .accept_remove_form .accept_remove_buttons span.accept_remove_reject:hover, section#basket_1 .basket_main #errorMessage .accept_remove_form .errorMessageBoxButtons span.accept_remove_reject:hover, section#basket_1 .basket_main #errorMessage .errorMessageBoxForm .accept_remove_buttons span.accept_remove_reject:hover, section#basket_1 .basket_main #errorMessage .errorMessageBoxForm .errorMessageBoxButtons span.accept_remove_reject:hover {
  border: 1px solid white;
  color: white;
  background: green;
}
section#basket_1 .basket_main .accept_remove .accept_remove_form .accept_remove_buttons span.errorMessageBoxButtonClose, section#basket_1 .basket_main .accept_remove .accept_remove_form .errorMessageBoxButtons span.errorMessageBoxButtonClose, section#basket_1 .basket_main .accept_remove .errorMessageBoxForm .accept_remove_buttons span.errorMessageBoxButtonClose, section#basket_1 .basket_main .accept_remove .errorMessageBoxForm .errorMessageBoxButtons span.errorMessageBoxButtonClose, section#basket_1 .basket_main #errorMessage .accept_remove_form .accept_remove_buttons span.errorMessageBoxButtonClose, section#basket_1 .basket_main #errorMessage .accept_remove_form .errorMessageBoxButtons span.errorMessageBoxButtonClose, section#basket_1 .basket_main #errorMessage .errorMessageBoxForm .accept_remove_buttons span.errorMessageBoxButtonClose, section#basket_1 .basket_main #errorMessage .errorMessageBoxForm .errorMessageBoxButtons span.errorMessageBoxButtonClose {
  border: 1px solid green;
  color: green;
}
section#basket_1 .basket_main .accept_remove .accept_remove_form .accept_remove_buttons span.errorMessageBoxButtonClose:hover, section#basket_1 .basket_main .accept_remove .accept_remove_form .errorMessageBoxButtons span.errorMessageBoxButtonClose:hover, section#basket_1 .basket_main .accept_remove .errorMessageBoxForm .accept_remove_buttons span.errorMessageBoxButtonClose:hover, section#basket_1 .basket_main .accept_remove .errorMessageBoxForm .errorMessageBoxButtons span.errorMessageBoxButtonClose:hover, section#basket_1 .basket_main #errorMessage .accept_remove_form .accept_remove_buttons span.errorMessageBoxButtonClose:hover, section#basket_1 .basket_main #errorMessage .accept_remove_form .errorMessageBoxButtons span.errorMessageBoxButtonClose:hover, section#basket_1 .basket_main #errorMessage .errorMessageBoxForm .accept_remove_buttons span.errorMessageBoxButtonClose:hover, section#basket_1 .basket_main #errorMessage .errorMessageBoxForm .errorMessageBoxButtons span.errorMessageBoxButtonClose:hover {
  border: 1px solid white;
  color: white;
  background: green;
}
section#basket_1 .basket_main .accept_remove .accept_remove_form .accept_remove_buttons span.accept_remove_accept, section#basket_1 .basket_main .accept_remove .accept_remove_form .errorMessageBoxButtons span.accept_remove_accept, section#basket_1 .basket_main .accept_remove .errorMessageBoxForm .accept_remove_buttons span.accept_remove_accept, section#basket_1 .basket_main .accept_remove .errorMessageBoxForm .errorMessageBoxButtons span.accept_remove_accept, section#basket_1 .basket_main #errorMessage .accept_remove_form .accept_remove_buttons span.accept_remove_accept, section#basket_1 .basket_main #errorMessage .accept_remove_form .errorMessageBoxButtons span.accept_remove_accept, section#basket_1 .basket_main #errorMessage .errorMessageBoxForm .accept_remove_buttons span.accept_remove_accept, section#basket_1 .basket_main #errorMessage .errorMessageBoxForm .errorMessageBoxButtons span.accept_remove_accept {
  border: 1px solid red;
  color: red;
}
section#basket_1 .basket_main .accept_remove .accept_remove_form .accept_remove_buttons span.accept_remove_accept:hover, section#basket_1 .basket_main .accept_remove .accept_remove_form .errorMessageBoxButtons span.accept_remove_accept:hover, section#basket_1 .basket_main .accept_remove .errorMessageBoxForm .accept_remove_buttons span.accept_remove_accept:hover, section#basket_1 .basket_main .accept_remove .errorMessageBoxForm .errorMessageBoxButtons span.accept_remove_accept:hover, section#basket_1 .basket_main #errorMessage .accept_remove_form .accept_remove_buttons span.accept_remove_accept:hover, section#basket_1 .basket_main #errorMessage .accept_remove_form .errorMessageBoxButtons span.accept_remove_accept:hover, section#basket_1 .basket_main #errorMessage .errorMessageBoxForm .accept_remove_buttons span.accept_remove_accept:hover, section#basket_1 .basket_main #errorMessage .errorMessageBoxForm .errorMessageBoxButtons span.accept_remove_accept:hover {
  border: 1px solid white;
  color: white;
  background: red;
}
section#basket_1 .basket_main table.shop_table, section#basket_1 .basket_main table.shop_table_next {
  transition: all 1s;
  width: 100%;
  text-align: center;
  border: 1px solid #ced4da;
  border-collapse: collapse;
}
section#basket_1 .basket_main table.shop_table thead tr, section#basket_1 .basket_main table.shop_table_next thead tr {
  height: 40px;
}
section#basket_1 .basket_main table.shop_table tbody .product-nameService, section#basket_1 .basket_main table.shop_table_next tbody .product-nameService {
  text-align: right;
}
section#basket_1 .basket_main table.shop_table tbody .product-nameService a.product-name, section#basket_1 .basket_main table.shop_table_next tbody .product-nameService a.product-name {
  color: #000 !important;
  font-weight: 600 !important;
  padding-right: 5px;
  display: block;
  font-size: 13px;
}
section#basket_1 .basket_main table.shop_table tbody .product-nameService a.product-name .product-name-title, section#basket_1 .basket_main table.shop_table_next tbody .product-nameService a.product-name .product-name-title {
  font-size: 11px;
  font-weight: 100;
  color: #000;
}
section#basket_1 .basket_main table.shop_table tbody .product-nameService .basketTotalPrice, section#basket_1 .basket_main table.shop_table tbody .product-nameService .basketTotalPrice, section#basket_1 .basket_main table.shop_table_next tbody .product-nameService .basketTotalPrice, section#basket_1 .basket_main table.shop_table_next tbody .product-nameService .basketTotalPrice {
  font-weight: 900;
}
section#basket_1 .basket_main table.shop_table tbody .product-nameService .product-sevice, section#basket_1 .basket_main table.shop_table_next tbody .product-nameService .product-sevice {
  padding-right: 10px;
  font-size: 13px;
  font-weight: 100;
  color: black;
}
section#basket_1 .basket_main table.shop_table tbody .basket_1_cart-item .product-subtotal, section#basket_1 .basket_main table.shop_table_next tbody .basket_1_cart-item .product-subtotal {
  font-weight: 900;
}
section#basket_1 .basket_main table.shop_table tbody .basketTotalTitle, section#basket_1 .basket_main table.shop_table tbody .basketTotalPrice, section#basket_1 .basket_main table.shop_table_next tbody .basketTotalTitle, section#basket_1 .basket_main table.shop_table_next tbody .basketTotalPrice {
  font-weight: 900;
}
section#basket_1 .basket_main table.shop_table tbody .product-remove i.far.fa-trash-alt, section#basket_1 .basket_main table.shop_table_next tbody .product-remove i.far.fa-trash-alt {
  color: red;
  cursor: pointer;
}
section#basket_1 .basket_main table.shop_table tbody .product-remove i.far.fa-arrow-alt-circle-right, section#basket_1 .basket_main table.shop_table_next tbody .product-remove i.far.fa-arrow-alt-circle-right {
  color: green;
  cursor: pointer;
  margin-right: 10px;
}
section#basket_1 .basket_main table.shop_table tbody .product-remove i.fas.fa-shopping-basket, section#basket_1 .basket_main table.shop_table_next tbody .product-remove i.fas.fa-shopping-basket {
  color: #15A1B7;
  cursor: pointer;
  margin-right: 10px;
}
section#basket_1 .basket_main table.shop_table tbody tr:nth-child(odd), section#basket_1 .basket_main table.shop_table_next tbody tr:nth-child(odd) {
  background: #f3f3f3;
}
section#basket_1 .basket_main table.shop_table tbody tr:nth-child(even), section#basket_1 .basket_main table.shop_table_next tbody tr:nth-child(even) {
  background: white;
}
section#basket_1 .basket_main table.shop_table tbody .quantitySelector select, section#basket_1 .basket_main table.shop_table_next tbody .quantitySelector select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../../images/arrow-select.png) no-repeat;
  background-position: left center;
  width: 95%;
  padding: 2px 12px !important;
  font-size: 13px;
  border-radius: 3px;
  height: 33px !important;
  background-size: 40% 108%;
}
@media (max-width: 500px) {
  section#basket_1 .basket_main table.shop_table tbody .quantitySelector select, section#basket_1 .basket_main table.shop_table_next tbody .quantitySelector select {
    padding: 2px !important;
    width: 100%;
    background-position: center top;
    background-size: 100% 161%;
    text-align: center !important;
  }
}
section#basket_1 .basket_main table.shop_table tbody .quantity input.qty, section#basket_1 .basket_main table.shop_table_next tbody .quantity input.qty {
  text-align: center;
  border: none;
  background: transparent;
  width: 70px;
}
section#basket_1 .basket_main table.shop_table tbody .quantity i.fas, section#basket_1 .basket_main table.shop_table_next tbody .quantity i.fas {
  font-size: 19px;
  margin: 0 2px;
  cursor: pointer;
}
section#basket_1 .basket_main table.shop_table tbody .quantity i.fas.fa-plus-circle, section#basket_1 .basket_main table.shop_table_next tbody .quantity i.fas.fa-plus-circle {
  color: green;
}
section#basket_1 .basket_main table.shop_table tbody .quantity i.fas.fa-minus-circle, section#basket_1 .basket_main table.shop_table_next tbody .quantity i.fas.fa-minus-circle {
  color: orange;
}
section#basket_1 .basket_main table.shop_table td, section#basket_1 .basket_main table.shop_table th, section#basket_1 .basket_main table.shop_table_next td, section#basket_1 .basket_main table.shop_table_next th {
  border: 1px solid #ced4da;
  vertical-align: middle;
  padding: 7px 5px;
  font-size: 14px;
}
section#basket_1 .basket_main table.shop_table th, section#basket_1 .basket_main table.shop_table_next th {
  text-align: center;
}
section#basket_1 .enter_basket {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: white;
  height: 50px;
  left: 0;
  box-shadow: 0 0 35px -16px rgba(0, 0, 0, 0.5);
}
section#basket_1 .enter_basket .enter_basket_button {
  bottom: -8px;
  left: 25px;
  background: white;
  border: 2px solid #1b73f4;
  border-radius: 28px;
  width: 150px;
  padding: 5px;
  color: #1b73f4;
  position: relative;
  transition: all 0.5s;
  cursor: pointer;
  font-size: 13px;
  font-weight: 900;
  float: left;
  min-height: 26px;
  text-align: center;
  margin-right: 10px;
}
section#basket_1 .enter_basket .enter_basket_button:hover {
  color: white !important;
  background: #1b73f4;
  border: 2px solid white !important;
}
section#basket_1 .enter_basket .enter_basket_button .card-count-next-badge {
  float: left;
  position: relative;
}

.card-count-badge {
  visibility: hidden;
}

.send_way_section {
  margin-bottom: 15px;
  position: relative;
}

.send_way_section .send_way_section_box {
  border: 1px solid #ced4da;
  padding: 15px;
  border-radius: 5px;
}
.send_way_section .send_way_section_box.hasScroll {
  max-height: 500px;
  overflow: auto;
}
.send_way_section .send_way_section_box img, .send_way_section .send_way_section_box iframe {
  max-width: 100%;
  height: auto;
}

.send_way_section .send_way_section_box.second_send_way_section_box {
  display: none;
  margin-top: 15px;
}
.send_way_section .send_way_section_box.second_send_way_section_box .form-control {
  font-size: 13px !important;
}

.send_way_section .send_way_section_box .address_boxs, .send_way_section .send_way_section_box #sendWayEnd, .send_way_section .send_way_section_box #priceSendWayBox {
  display: none;
}

.send_way_section .send_way_section_box #priceSendWayBox {
  background: white;
  width: 100%;
  padding: 5px;
  color: #1b73f4;
  font-size: 13px;
  font-weight: 900;
  display: block;
  text-align: center;
}

.send_way_section .send_way_section_box .send_way_section_title {
  text-align: center;
  font-weight: bold;
  font-size: 100%;
  border-bottom: 1px solid #ced4da;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.send_way_section .send_way_section_box #address-section label {
  font-size: 13px;
}
.send_way_section .send_way_section_box #address-section .selectSendWayBoxs {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.send_way_section .send_way_section_box #address-section .selectSendWayBoxs .selectSendWayBox {
  display: flex;
  align-items: center;
}
.send_way_section .send_way_section_box #address-section .selectSendWayBoxs .selectSendWayBox label {
  margin-bottom: 0 !important;
}
.send_way_section .send_way_section_box #address-section .selectSendWayBoxs .selectSendWayBox .selectSendWay {
  margin-left: 5px;
}
.send_way_section .send_way_section_box #address-section .address_boxs {
  margin-top: 15px;
}
.send_way_section .send_way_section_box #address-section .address_boxs #old-addresses {
  font-size: 13px !important;
}
.send_way_section .send_way_section_box #address-section #new-address .form-control {
  font-size: 13px !important;
  text-align: right;
}

.send_way_section .loading-address-section {
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  display: none;
  transition: all 0.5s;
}

.send_way_section .loading-address-section .address-section-loading-img {
  display: block;
  margin: 0 auto;
  top: 50%;
  position: relative;
  transform: translate(0, -50%);
  width: 100px;
  height: 100px;
}

.send_way_section .storeNewUserAddressBox .storeNewUserAddress,
.send_way_section .storeNewUserAddressBox .cancelNewUserAddress {
  background: white;
  border: 2px solid #1b73f4;
  border-radius: 28px;
  width: 120px;
  padding: 5px;
  color: #1b73f4;
  transition: all 0.5s;
  cursor: pointer;
  font-size: 13px;
  font-weight: 900;
  min-height: 26px;
  display: inline-block;
  text-align: center;
  margin: 0 auto;
}
.send_way_section .storeNewUserAddressBox .storeNewUserAddress:hover,
.send_way_section .storeNewUserAddressBox .cancelNewUserAddress:hover {
  color: white !important;
  background: #1b73f4;
  border: 2px solid white;
}

.noBankModuleSpan {
  border: 1px solid #d1d1d1;
  display: block;
  background: #fff5b0;
  color: black;
  font-weight: 800;
  font-size: 14px;
  border-radius: 7px;
  padding: 10px 0;
}

#whatsAppChatBox {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1;
}
#whatsAppChatBox #whatsAppChatIconBox {
  position: absolute;
  transition: all 0.5s;
  bottom: 0;
  cursor: pointer;
  width: 56px;
  height: 56px;
  border-radius: 50%;
}
#whatsAppChatBox #whatsAppChatIconBox:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.09), 0 4px 40px rgba(0, 0, 0, 0.24);
  animation: shakewhatsAppChat 0.5s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}
#whatsAppChatBox #whatsAppChatIconBox img {
  background: transparent;
  margin-right: -2px;
  width: 60px !important;
  height: 60px !important;
}
#whatsAppChatBox #whatsAppChatContentBox {
  opacity: 0;
  bottom: -1000px;
  position: absolute;
  width: 300px;
  transition: 0.5s all;
  background: white;
  box-shadow: 0 0 17px -2px rgba(131, 131, 131, 0.5490196078);
  border-radius: 5px;
  overflow: hidden;
}
#whatsAppChatBox #whatsAppChatContentBox #whatsAppChatContentHeaderBox {
  background: linear-gradient(#59d064, #27b63e);
  position: relative;
}
#whatsAppChatBox #whatsAppChatContentBox #whatsAppChatContentHeaderBox #whatsAppChatClose {
  position: absolute;
  width: 10px;
  height: 10px;
  line-height: 26px;
  transform: rotate(45deg);
  display: inline-block;
  font-size: 26px;
  color: #c1ffc1;
  cursor: pointer;
  top: 17px;
  right: 5px;
  transition: all 0.5s;
}
#whatsAppChatBox #whatsAppChatContentBox #whatsAppChatContentHeaderBox #whatsAppChatClose:hover {
  opacity: 0.9;
}
#whatsAppChatBox #whatsAppChatContentBox #whatsAppChatContentHeaderBox #whatsAppChatContentHeaderText {
  color: white;
  font-size: 14px;
  padding: 10px 30px 10px 10px;
  text-align: justify;
  margin-bottom: 0;
}
#whatsAppChatBox #whatsAppChatContentBox #whatsAppChatContentChatBox #whatsAppChatContentChatUl {
  list-style: none;
  margin-bottom: 0;
  padding-right: 0;
}
#whatsAppChatBox #whatsAppChatContentBox #whatsAppChatContentChatBox #whatsAppChatContentChatUl .whatsAppChatContentChatli {
  transition: all 0.5s;
  padding: 5px;
  margin-top: 0;
  text-align: right;
}
#whatsAppChatBox #whatsAppChatContentBox #whatsAppChatContentChatBox #whatsAppChatContentChatUl .whatsAppChatContentChatli .whatsAppChatContentChatA {
  text-decoration: none;
  display: contents;
  border-radius: 3px;
  padding: 5px;
}
#whatsAppChatBox #whatsAppChatContentBox #whatsAppChatContentChatBox #whatsAppChatContentChatUl .whatsAppChatContentChatli .whatsAppChatContentChatA .rightLogo {
  display: inline-block;
  width: 40px;
}
#whatsAppChatBox #whatsAppChatContentBox #whatsAppChatContentChatBox #whatsAppChatContentChatUl .whatsAppChatContentChatli .whatsAppChatContentChatA .rightLogo img {
  width: 40px;
  height: 40px;
}
#whatsAppChatBox #whatsAppChatContentBox #whatsAppChatContentChatBox #whatsAppChatContentChatUl .whatsAppChatContentChatli .whatsAppChatContentChatA .leftTitles {
  width: calc(100% - 50px);
  display: inline-block;
  position: relative;
  top: 7px;
}
#whatsAppChatBox #whatsAppChatContentBox #whatsAppChatContentChatBox #whatsAppChatContentChatUl .whatsAppChatContentChatli .whatsAppChatContentChatA .leftTitles .firstLeftTitles {
  display: block;
  color: #b9b9b9;
  font-size: 12px;
  line-height: normal;
}
#whatsAppChatBox #whatsAppChatContentBox #whatsAppChatContentChatBox #whatsAppChatContentChatUl .whatsAppChatContentChatli .whatsAppChatContentChatA .leftTitles .secondLeftTitles {
  display: block;
  color: #000000;
  font-size: 14px;
  font-weight: 600;
}
#whatsAppChatBox #whatsAppChatContentBox #whatsAppChatContentChatBox #whatsAppChatContentChatUl .whatsAppChatContentChatli:not(:first-child) {
  margin-top: -5px;
}

@keyframes shakewhatsAppChat {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(1px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-1px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(1px, 0, 0);
  }
}
#depositErrorBox {
  margin-top: 5px;
}
#depositErrorBox ul .depositError {
  display: none;
  color: red;
  font-size: 13px;
}

#locationSearchBox {
  display: flex;
  width: 100%;
  align-items: center;
  border-bottom: 1px solid #e9ecef;
  padding: 15px;
  position: relative;
}
#locationSearchBox #locationSearchInput {
  width: 100%;
  padding: 7px;
  border: 1px solid #cfcfcf;
  border-radius: 3px;
}
#locationSearchBox #locationSearchIcon {
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
  cursor: pointer;
}

#selectAddressMapModal #locationSearchResultBox {
  width: 100%;
  background: white;
  z-index: 999999999;
  border: 1px solid #cfcfcf;
  border-radius: 3px;
  display: none;
  height: 160px;
  overflow: auto;
  max-height: 100%;
  position: absolute;
  top: 70px;
}
#selectAddressMapModal #locationSearchResultBox .locationSearchRes {
  padding: 5px 15px;
  font-size: 14px;
  border-bottom: 1px solid #f1f1f1;
  transition: all 0.3s;
}
#selectAddressMapModal #locationSearchResultBox .locationSearchRes span {
  font-weight: 800;
}
#selectAddressMapModal #locationSearchResultBox .locationSearchRes:hover {
  cursor: pointer;
  background: #e9e9e9;
}
#selectAddressMapModal #resultAddressBox {
  padding: 15px 0 0;
  display: none;
}
#selectAddressMapModal #resultAddressBox #resultAddressTitle {
  font-size: 14px;
  font-weight: bolder;
  margin-left: 5px;
}
#selectAddressMapModal #resultAddressBox #resultAddressSpan {
  font-size: 13px;
}

.storeNewUserMapBox {
  margin-bottom: 15px;
}
.storeNewUserMapBox #mapModalButton {
  background: white;
  border: 2px solid #1b73f4;
  border-radius: 28px;
  width: 175px;
  padding: 5px;
  color: #1b73f4;
  transition: all 0.5s;
  cursor: pointer;
  font-size: 13px;
  font-weight: 900;
  min-height: 26px;
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  box-shadow: none !important;
}
.storeNewUserMapBox #mapModalButton:hover {
  color: white !important;
  background: #1b73f4;
  border: 2px solid white;
}

/*# sourceMappingURL=main.css.map */
