#select_bank_pay {
  border-bottom: 1px solid #565656;
  margin-bottom: 15px;
}

.bank-list {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  margin-bottom: 15px;
}

.bank-list .bank-box {
  width: 100px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  border: 2px solid transparent;
  border-radius: 15px;
  box-shadow: 0 0 20px #4b4b4b;
  margin-top: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  transition: 0.3s;
  overflow: hidden;
  background: #fff;
}

.bank-list .bank-box img {
  max-width: 50px;
  margin: auto;
  margin-top: 12px;
  border-radius: 5px;
}

.bank-list .bank-box p {
  color: #212121 !important;
  font-size: 13px;
  margin-bottom: 5px;
  margin-top: 10px;
}

#select_bank_pay p {
  color: #fff;
  text-align: center;
}

.customer_birthday_register p {
  margin-bottom: 10px;
  margin-top: 20px;
  color: #fff;
  border-top: 1px solid #505050;
  padding-top: 15px;
}

.captcha-box-theme {
  width: 100%;
  display: flex;
  flex-direction: row;
}

.captcha-box-theme .form-line {
  width: 100%;
}

.captcha-box-theme .captcha-image-box {
  padding-right: 10px;
  position: relative;
}

.captcha-box-theme .captcha-image-box i.icon-refresh-captcha {
  background-image: url(../../../../theme/ver1/icons/refresh-icon.png);
  background-color: #f4b413;
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  width: 38px;
  height: 38px;
  border-radius: 4px;
  right: -41px;
  top: 3px;
  cursor: pointer;
}

.captcha-box-theme .captcha-image-box img {
  width: 170px !important;
  border-radius: 5px;
}

.hidden_with_print {
  display: none !important;
}

.payOnlineBtn {
  width: 100%;
  float: right;
  border: 0;
  margin-bottom: 20px;
  border-radius: 8px;
  padding: 13px;
  background: #3bab01;
  box-shadow: 0 0 9px #3db2008f;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
}

.footer-customer-btns {
  position: sticky;
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  justify-content: space-around;
  bottom: 10px;
  z-index: 9;
  padding: 5px 15px;
}

.footer-customer-btns .go-back {
  width: 48%;
  color: #ffff;
  border: 1px solid #853a3a;
  background-color: #620000;
  border-radius: 11px;
  font-size: 12px;
  position: relative;
}

.footer-customer-btns .go-back:before {
  content: " ";
  background-image: url(../../../../theme/ver1/appwaiter/images/go-back.svg);
  width: 8px;
  height: 16px;
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  right: 18px;
  top: 15px;
}

.footer-customer-btns .btn-confirm {
  width: 48%;
  border: 1px solid #649888;
  border-radius: 12px;
  font-size: 12px;
  background-color: #047a54;
  color: #fff;
  padding: 13px 45px !important;
}

.footer-customer-btns .btn-confirm .loading {
  display: none;
}

.page-placeofservice {
  width: 100%;
  padding: 27px;
  padding-bottom: 0;
}

.page-placeofservice .placeofservice-all {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  max-width: 600px;
  margin: auto;
  padding-bottom: 20px;
  margin-bottom: 15px;
}

.page-placeofservice .placeofservice-all:before {
  content: '';
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 1px;
  background: #ffffff30;
}

.page-placeofservice .placeofservice-all button {
  width: 20%;
  max-width: 200px;
  min-width: 115px;
  font-size: 13px;
  padding: 10px;
  background: #1d1d1d73;
  border: 1px solid #ffffff30;
  color: #fff;
  border-radius: 7px;
  font-weight: 500;
  transition: 0.4s;
}

.page-placeofservice .placeofservice-all button.active {
  background: #fff;
  color: #191919;
  transition: 0.4s;
}

.page-placeofservice h4.title-pay {
  margin-right: 0 !important;
  right: -15px !important;
  margin-bottom: 22px;
}

.page-placeofservice textarea,
.page-placeofservice select {
  width: 100%;
  margin-bottom: 20px;
  border-radius: 7px;
  direction: rtl;
  text-align: right;
  padding: 5px;
}

.page-placeofservice textarea {
  padding: 10px;
}

.page-placeofservice .footer-customer-btns {
  padding: 0;
}

.page-placeofservice .placeofservice-content {
  display: none;
  opacity: 0;
  transition: 0.4s;
}

.page-placeofservice .placeofservice-content.active {
  display: block;
  opacity: 1;
  transition: 0.4s;
}

.page-placeofservice .sendtoplace-box-pay {}

.page-placeofservice .sendtoplace-box-pay .all-customer-address {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  direction: rtl;
  margin-bottom: 20px;
}

.page-placeofservice .sendtoplace-box-pay .all-customer-address .empty-address {
  text-align: center;
  width: 100%;
  color: #fff;
  padding: 15px;
  background: #292929f2;
  border: 1px solid #5e5e5e;
  border-radius: 7px;
  font-size: 12px;
}

.page-placeofservice .sendtoplace-box-pay .all-customer-address .empty-address p {
  margin: 0;
}

.page-placeofservice .sendtoplace-box-pay .all-customer-address .address {
  margin-bottom: 20px;
  border-radius: 7px;
  padding: 15px;
  background: #292929f2;
  border: 1px solid #5e5e5e;
  transition: 0.3s;
  cursor: pointer;
}

.page-placeofservice .sendtoplace-box-pay .all-customer-address .address.selected {
  border: 1px solid #fff;
  transition: 0.3s;
  cursor: not-allowed;
}

.page-placeofservice .sendtoplace-box-pay .all-customer-address .address h3 {
  color: #fff;
  font-size: 14px;
}

.page-placeofservice .sendtoplace-box-pay .all-customer-address .address p {
  color: #dddddd;
  font-size: 13px;
}

.page-placeofservice .sendtoplace-box-pay .head-box {
  position: relative;
}

.page-placeofservice .sendtoplace-box-pay .head-box button {
  position: absolute;
  top: 0;
  background: #05a1d3;
  border: 0;
  color: #fff;
  font-size: 12px;
  padding: 9px 25px;
  border-radius: 7px;
}

.page-placeofservice .page-payfactor {}

#user_add_address {
  direction: rtl;
}

#user_add_address .modal-footer {
  display: flex;
  justify-content: space-around;
}

#user_add_address .btn-cancel-product-description {
  color: #ffff;
  border: 1px solid #853a3a;
  background-color: #620000;
  border-radius: 11px;
  font-size: 12px;
  position: relative;
  padding: 10px 45px !important;
}

#user_add_address .btn-confirm-product-description {
  border: 1px solid #649888;
  border-radius: 12px;
  font-size: 12px;
  background-color: #047a54;
  color: #fff;
  padding: 10px 45px !important;
}

#pay-btns-box {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  position: absolute;
  right: 0;
  left: 0;
  top: -23px;
}

#pay-btns-box .cancel-pay-tooltip {
  margin: auto;
  left: 0;
  right: 18px;
  animation: auto;
  opacity: 1;
  left: -70px;
  bottom: 67px;
}

#pay-btns-box .ok-pay-tooltip {
  animation: auto;
  opacity: 1;
  left: -69px;
  bottom: 67px;
}

#pay-btns-box .loading {
  display: none;
}

#pay-btns-box .btn-pay-cancell {
  width: 60px;
  height: 60px;
  position: relative;
}

#pay-btns-box .btn-pay-cancell button {
  background-size: 100% 100%;
  width: 60px;
  height: 60px;
  border: 0;
  background-size: 30px;
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center;
  border-radius: 60px;
  z-index: 9;
  position: absolute;
  top: 0;
  background-color: #fd024e;
}

#pay-btns-box .btn-pay-cancell button:after {
  content: '';
  background-image: url(../online/images/icon-onlinepay-cancel.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  width: 30px;
  height: 30px;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}

#pay-btns-box .btn-pay-cancell:before {
  content: '';
  position: absolute;
  right: 0;
  left: -7px;
  bottom: -7px;
  margin: auto;
  width: 75px;
  height: 75px;
  background: #fd024e1c;
  border-radius: 90px;
}

#pay-btns-box .btn-pay-ok {
  width: 60px;
  height: 60px;
  position: relative;
}

#pay-btns-box .btn-pay-ok button {
  background-size: 100% 100%;
  width: 60px;
  height: 60px;
  border: 0;
  background-size: 30px;
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center;
  border-radius: 60px;
  z-index: 9;
  position: absolute;
  top: 0;
  background-color: #50bf01;
}

#pay-btns-box .btn-pay-ok button:before {
  content: '';
  background-image: url(../online/images/icon-onlinepay-ok.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  width: 30px;
  height: 30px;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}

#pay-btns-box .btn-pay-ok:before {
  content: '';
  position: absolute;
  right: 0;
  left: -7px;
  bottom: -7px;
  margin: auto;
  width: 75px;
  height: 75px;
  background: #50bf011c;
  border-radius: 90px;
}

#pills-pay {
  position: relative;
  z-index: 9;
}

#customer-pay-box h4 {
  right: 10px;
  color: #f7b615;
  text-align: right;
  padding-right: 11px;
  padding-bottom: 10px;
  position: relative;
  padding-top: 14px;
  font-size: 17px;
  margin-right: 17px !important;
}

#customer-pay-box h4:before {
  content: "";
  width: 2px;
  height: 36px;
  background: #f7b615 !important;
  position: absolute;
  right: 0;
  bottom: 3px;
}


#customer-pay-box .factor-fish-paspardakht {
  padding: 27px;
  background: #fff;
}

#customer-pay-box .factor-fish-paspardakht .head {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-bottom: 15px;
  border-bottom: 1px dashed;
  padding-bottom: 15px;
}

#customer-pay-box .factor-fish-paspardakht .head div {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: flex-end;
  align-items: flex-start;
  justify-content: space-between;
}

#customer-pay-box .factor-fish-paspardakht .head div:last-child:before {
  content: '';
  position: absolute;
  right: 9px;
  top: 0;
  width: 1px;
  height: 100%;
  background: #6b6b6b;
}

#customer-pay-box .factor-fish-paspardakht .head div:last-child {
  padding-right: 20px;
  padding-left: 20px;
  position: relative;
}

#customer-pay-box .factor-fish-paspardakht .head div img {
  width: 90px;
}

#customer-pay-box .factor-fish-paspardakht .head div p {
  direction: rtl;
  font-size: 13px;
}

#customer-pay-box .factor-fish-paspardakht .head div button {
  background: #01a2d3;
  color: #fff;
  border: 0;
  font-size: 13px;
  padding: 7px 25px;
  border-radius: 7px;
}

#customer-pay-box .factor-fish-paspardakht .factor-body {}

#customer-pay-box .factor-fish-paspardakht .factor-body img.cafe-logo {
  width: 80px;
  border-radius: 14px;
  margin: auto;
  display: block;
}

#customer-pay-box .factor-fish-paspardakht .factor-body p.cafe-name {
  text-align: center;
  margin-top: 15px;
  font-weight: 500;
}

#customer-pay-box .factor-fish-paspardakht .factor-body .factor-info-box {}

#customer-pay-box .factor-fish-paspardakht .factor-body .factor-info-box .head-fish {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  border-bottom: 1px solid;
}

#customer-pay-box .factor-fish-paspardakht .factor-body .factor-info-box .head-fish p:first-child {
  margin: 0;
  padding: 7px 15px 0px 15px;
  font-size: 12px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-right: 1px solid;
  border-radius: 10px 0 0 0;
  font-weight: 400;
}

#customer-pay-box .factor-fish-paspardakht .factor-body .factor-info-box .head-fish p:last-child {
  margin: 0;
  padding: 7px 15px 0px 15px;
  font-size: 12px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-left: 1px solid;
  border-radius: 0 10px 0 0;
  font-weight: 400;
}

#customer-pay-box .factor-fish-paspardakht .factor-body .factor-info-box .head-fish div {
  padding: 4px 17px 0px 17px;
  background: #121212;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  border-radius: 15px 15px 0 0;
}

#customer-pay-box .factor-fish-paspardakht .factor-body .factor-info-box .fish-content {
  width: 100%;
}

#customer-pay-box .factor-fish-paspardakht .factor-body .factor-info-box .fish-content div {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  border-bottom: 1px solid;
  padding-top: 10px;
  padding-bottom: 10px;
}

#customer-pay-box .factor-fish-paspardakht .factor-body .factor-info-box .fish-content div p {
  font-size: 12px;
  margin: 0;
  font-weight: 400;
}

#customer-pay-box .factor-fish-paspardakht .factor-body .factor-info-box .fish-products-list {
  direction: rtl;
  margin-top: 15px;
}

#customer-pay-box .factor-fish-paspardakht .factor-body .factor-info-box .fish-products-list .table-title-custom {
  font-size: 14px;
  text-align: center !important;
  border-radius: 10px 10px 0 0;
  width: 100%;
  margin: 0;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 10px;
  padding-top: 10px;
  color: #fff;
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #000000ee;
}

#customer-pay-box .factor-fish-paspardakht .factor-body .factor-info-box .fish-products-list .table-title-custom .col {
  flex: 1 0 0%;
  color: #131313;
  text-align: center;
  font-weight: 400;
}

#customer-pay-box .factor-fish-paspardakht .factor-body .factor-info-box .fish-products-list .row-custom-table {
  width: 100%;
  border: 1px solid #000000ee;
  border-top: 0;
  border-radius: 0 0 10px 10px;
  padding: 15px;
}

#customer-pay-box .factor-fish-paspardakht .factor-body .factor-info-box .fish-products-list .row-custom-table .table-box:last-child {
  margin-bottom: 0;
}

#customer-pay-box .factor-fish-paspardakht .factor-body .factor-info-box .fish-products-list .row-custom-table .table-box {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1* var(--bs-gutter-y));
  margin-bottom: 15px;
}


#customer-pay-box .factor-fish-paspardakht .factor-body .factor-info-box .fish-products-list .row-custom-table .table-box .line-hight-auto {
  display: flex;
  justify-content: space-around;
  align-items: center;
  align-content: flex-end;
  flex-wrap: nowrap;
  flex-direction: column-reverse;
  font-size: 12px;
  font-weight: 400;
}

#customer-pay-box .factor-fish-paspardakht .factor-body .factor-info-box .final-all-price-factor {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  direction: rtl;
  margin-top: 20px;
}

#customer-pay-box .factor-fish-paspardakht .factor-body .factor-info-box .final-all-price-factor div {
  width: 50%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

#customer-pay-box .factor-fish-paspardakht .factor-body .factor-info-box .final-all-price-factor div:nth-child(1) {
  padding-left: 20px;
}

#customer-pay-box .factor-fish-paspardakht .factor-body .factor-info-box .final-all-price-factor div:nth-child(2) {
  padding-right: 20px;
}

#customer-pay-box .factor-fish-paspardakht .factor-body .factor-info-box .final-all-price-factor div:nth-child(3) {
  padding-left: 20px;
}

#customer-pay-box .factor-fish-paspardakht .factor-body .factor-info-box .final-all-price-factor div:nth-child(4) {
  padding-right: 20px;
}

#customer-pay-box .factor-fish-paspardakht .factor-body .factor-info-box .final-all-price-factor div p {
  font-size: 12px;
  font-weight: 500;
}

#customer-pay-box .factor-fish-paspardakht .factor-body .factor-info-box .box-final-price-factor-footer {
  width: 100%;
  direction: rtl;
}

#customer-pay-box .factor-fish-paspardakht .factor-body .factor-info-box .box-final-price-factor-footer .price-pay-text {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background: #00a1d1;
  padding: 12px;
}

#customer-pay-box .factor-fish-paspardakht .factor-body .factor-info-box .box-final-price-factor-footer .price-pay-text p {
  color: #fff;
  margin: 0;
  font-weight: 500;
}

#customer-pay-box .factor-fish-paspardakht .factor-body .factor-info-box .box-final-price-factor-footer .factor-pay-status {
  background: #00a1d1;
  padding: 12px;
  color: #fff;
  text-align: center;
  font-weight: 400;
  margin-top: 2px;
}

#customer-pay-box .factor-info-customer {
  width: 100%;
  padding: 27px;
  padding-bottom: 0;
}

#customer-pay-box .factor-info-customer div {
  display: flex;
  width: 100%;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-bottom: 25px;
}

#customer-pay-box .factor-info-customer div p.title {
  width: 50%;
  margin: 0;
  color: #fff;
  direction: rtl;
  display: block;
  font-size: 15px;
}

#customer-pay-box .factor-info-customer div p.title:before,
#customer-pay-box .factor-info-customer div p.title:after {
  display: none;
}

#customer-pay-box .factor-info-customer div p.value {
  width: 50%;
  margin: 0;
  direction: rtl;
  text-align: left;
  color: #fff;
  font-size: 17px;
}

#customer-pay-box .factor-info-customer-price {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding: 27px;
  padding-top: 20px;
  border-top: 1px solid #fff;
}

#customer-pay-box .factor-info-customer-price p.title {
  color: #fff;
  margin: 0;
  display: block;
  font-weight: 500;
}

#customer-pay-box .factor-info-customer-price p.title:before,
#customer-pay-box .factor-info-customer-price p.title:after {
  display: none;
}

#customer-pay-box .factor-info-customer-price p.value {
  margin: 0;
  color: #fff;
  font-weight: 500;
}

#customer-pay-box .cart-box-customer-sabad-all-products {
  padding: 27px;
}

#customer-pay-box .cart-box-customer-sabad-all-products .product {
  padding-bottom: 0;
  border-radius: 10px;
  padding-right: 0;
}

#customer-pay-box .cart-box-customer-sabad-all-products .product h2,
#customer-pay-box .cart-box-customer-sabad-all-products .product p {
  padding-right: 10px;
}

#customer-pay-box .cart-box-customer-sabad-all-products .product-count-buy {
  margin: 0;
  display: flex;
  align-items: stretch;
}

#customer-pay-box .cart-box-customer-sabad-all-products .product-count-buy input {
  margin: 0;
}

#customer-pay-box .cart-box-customer-sabad-all-products .add-des {
  width: 100%;
  background: #fff;
  margin-top: 10px;
  border-radius: 0 0 10px 10px;
  padding: 10px;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
}

#customer-pay-box .cart-box-customer-sabad-all-products .price {
  background-image: none;
  display: flex;
  flex-direction: column;
}

#customer-pay-box .cart-box-customer-sabad-all-products .price p {
  position: relative;
  top: -34px;
}


.page-payfactor .select-box-pay-with {
  width: 100%;
  padding: 27px;
}

.page-payfactor .pay-custom-text {
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
  font-size: 13px;
}

.page-payfactor .select-box-pay-with .content {
  background: #2c2c2cbf;
  padding: 10px;
  border-radius: 7px;
}

.page-payfactor .select-box-pay-with .content p {
  color: #fff;
  width: 100%;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
}

.page-payfactor .select-box-pay-with .content select {
  width: 100%;
  direction: rtl;
  text-align: right;
  padding: 7px;
  background: #5e5e5e;
  border: 1px solid #fff;
  border-radius: 7px;
  color: #fff;
  font-size: 12px;
}

.page-payfactor .select-box-pay-with select {
  width: 100%;
}

.product .product-count-buy.product-count-with-online-pay {
  display: none;
}

.product .product-count-buy.product-count-with-online-pay.show {
  display: flex;
}

.product-count-buy {
  display: flex;
  align-items: stretch;
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  /* margin-bottom: 20px; */
  margin-top: 65px;
  justify-content: center;
}

.product-count-buy.hide {
  display: none;
}

.product-count-buy button {
  background-color: #37a6de;
  color: #fff;
  border: none;
  padding: 8px;
  cursor: pointer;
  font-size: 18px;
  width: 40px;
  transition: background-color 0.3s ease;
}

.product-count-buy button:hover {
  background-color: #287aa3;
}

.product-count-buy input {
  width: 60px;
  text-align: center;
  border: none;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  background: #37a6de;
  border-right: 1px solid #3d3d3d36;
  border-left: 1px solid #3d3d3d36;
}

.product-count-buy input:focus {
  outline: none;
  border: 1px solid #0056b3;
}

.product-count-buy input {
  -moz-appearance: textfield;
  -webkit-appearance: none;
  appearance: none;
}

.product-count-buy input::-webkit-inner-spin-button,
.product-count-buy input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#modal .addons .product-count-buy button,
#modal .addons .product-count-buy input {
  background: #ffff;
  color: #424242;
  padding: 5px;
}

#modal .addons .product-count-buy button:first-child {
  border-radius: 18px 0 0 18px;
}

#modal .addons .product-count-buy button:last-child {
  border-radius: 0 18px 18px 0;
}



.custom-carousel {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin: auto;
  overflow: hidden;
  border-radius: 8px;
  background-color: #fff;
}

.carousel-container {
  position: relative;
  display: flex;
  transition: opacity 0.5s ease-in-out;
  will-change: opacity;
}

.carousel-item {
  flex: 0 0 100%;
  text-align: center;
  padding: 20px;
  background: #f7f7f7;
  box-sizing: border-box;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  transition: 0.5s;
}

.carousel-item.active {
  opacity: 1;
  background: #dff0d8;
  transition: 0.5s;
}

.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: none;
  font-size: 29px;
  cursor: pointer;
  z-index: 10;
  width: 39px;
  height: 50px;
}

.carousel-btn.prev {
  left: 0px;
  border-radius: 0 30px 30px 0;
}

.carousel-btn.next {
  right: 0px;
  border-radius: 30px 0 0 30px;
}

.carousel-btn:hover {
  background: rgba(0, 0, 0, 0.7);
}

#loginregister_page {
  position: relative;
  z-index: 9;
}

#loginregister_page input,
#loginregister_page textarea {
  color: #fff;
  border: 1px solid #e2e20100;
  background: #a5a5a538;
  font-size: 12px;
  margin-bottom: 12px;
}

#loginregister_page h4 {
  text-align: right;
}

#loginregister_page .all-comments {
  width: 100%;
  padding-right: 35px;
  padding-left: 35px;
}

#user_product_description {
  direction: rtl;
}

#user_product_description .modal-footer {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
}

#user_product_description .btn-cancel-product-description {
  width: 48%;
  color: #ffff;
  border: 1px solid #853a3a;
  background-color: #620000;
  border-radius: 11px;
  font-size: 12px;
  position: relative;
}

#user_product_description .btn-confirm-product-description {
  width: 48%;
  border: 1px solid #649888;
  border-radius: 12px;
  font-size: 12px;
  background-color: #047a54;
  color: #fff;
  padding: 13px 45px !important;
}