.payments {
  overflow: visible !important;
  width: 100% !important;
  position: relative !important;
  padding: 0 !important;
  margin: 0 0 20px !important;
  background: none !important;
  transition: all 0.5s;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
}
.payments.sticky {
  box-shadow: 0 0 27px -15px #007bff;
  top: 10px !important;
}

.payments .prices {
  float: right !important;
  width: 100%;
}

.left-side-order, .right-side-order {
  float: left !important;
}

.prices .final_cost {
  color: #454545 !important;
  font-weight: bold;
  margin-top: 10px;
}

.basePriceLi {
  font-weight: 400;
  margin-bottom: 5px;
  margin-top: 5px;
  font-size: 13px;
}

.prices .final_cost span {
  color: #2bb561;
  float: left;
  font-weight: bold;
}

@media (max-width: 991px) {
  body {
    padding-bottom: 100px;
  }
}

@media (min-width: 991px) {
  .modal-select-galleries .modal-content .header-cat {
    display: table !important;
  }
  .modal-select-galleries .categories .categories_header {
    display: none;
  }
  .modal-select-galleries .modal-content .header-cat2 {
    display: none !important;
  }
}
.prices .initial_cost {
  background: transparent !important;
  padding: 5px 0 5px 0;
  color: #545454 !important;
  font-weight: bold;
  line-height: 30px !important;
}

.dropzone .dz-preview .dz-error-message {
  left: 0 !important;
  opacity: 1 !important;
  width: 100%;
  margin: 7px 0;
  top: unset !important;
}

.dropzone .dz-preview {
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
.dropzone .dz-preview .dz-error-message:after {
  left: 50% !important;
}
.dropzone .dz-preview.dz-error .dz-error-mark {
  background-color: #aa0002 !important;
  border-radius: 100px !important;
}

.prices .initial_cost #pd-paying-price {
  color: #17b561;
  float: left;
  font-weight: bold;
  margin-left: -10px;
}

.prices .initial_cost .caret-left {
  top: 6px;
  position: relative;
  padding-left: 13px;
  background: transparent !important;
}

@media (min-width: 993px) {
  .payments {
    height: max-content !important;
  }
  #pay-fixed .mobile-view {
    background: #fbfbfb;
  }
}
#all-left-side .header-inside.overflow-y {
  overflow-y: auto !important;
  overflow-x: hidden !important;
}

.product-gallery-box .btn-name p {
  white-space: nowrap;
  width: 83%;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 4px 16px 6px 0;
}

.myselect {
  position: relative;
}
.myselect .selectarrow1 {
  left: 51px;
  height: 38px;
  background: #fff;
  position: absolute;
  top: 1px;
  box-sizing: border-box;
  border-right: 1px solid #d8d8d8;
  border-radius: 2px 0 0 2px;
  text-align: center;
  display: block !important;
  padding: 7px;
  font-size: 12px;
  margin-bottom: 0;
}
.myselect .fastOrderInputLabel {
  font-size: 12px;
  font-weight: 600;
  padding-right: 10px;
  display: block;
  height: 19px;
}

.myselect select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../../images/arrow-select.png) no-repeat left center, white;
  height: 36px !important;
  width: 100%;
  padding: 6px 12px !important;
  font-size: 14px;
  margin-bottom: 5px;
}

.header-payment {
  float: right;
  padding-top: 5px;
  position: relative;
  transition: all 0.5s;
}

.inside-payment {
  float: right;
  position: relative;
}

.details-product-price p {
  color: #454545 !important;
  font-size: 15px;
  line-height: 20px;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 10px;
  border-bottom: 2px solid #ddd;
  text-align: center;
}

.header-payment .details-product-price ul li {
  padding: 0 !important;
  font-size: 13px;
  line-height: 30px;
  display: block;
}

.details-product-price ul li {
  padding: 6px 0 6px 0 !important;
  font-size: 16px;
  margin: 0 !important;
  display: block;
  font-weight: normal;
}

.open-details {
  position: relative;
  cursor: pointer;
  padding: 0;
  font-size: 13px;
}
.open-details .fa {
  position: relative;
  right: 50%;
  color: #949ca1;
  line-height: 1px;
}
.open-details .fa:before {
  line-height: 1px;
}

.details-product-price ul li .fa-angle-left {
  padding-top: 7px !important;
  padding-left: 4px;
  margin: 0;
  float: right;
  font-size: 16px;
  font-weight: 900;
}

body.ltr .details-product-price ul li .fa-angle-left {
  float: left;
  transform: rotateY(180deg);
}
body.ltr .details-product-price .d2p-left {
  float: right;
}
body.ltr .option-f label.lable-f {
  right: auto;
  left: 0;
}
body.ltr .option-f label.lable-f:after {
  border-radius: 10px 0 0 0;
}

.inside-payment .row {
  margin: 0 !important;
}

.order_type {
  padding: 0;
}

.typeshow-size span {
  display: none;
}

.option-f {
  float: right;
  /*border-top: 1px solid #e3e3e3;*/
  /*border-bottom: 1px solid #e3e3e3;*/
  margin-top: 15px;
  padding-right: 0;
  padding-left: 2px;
}

.option-f .myselect {
  margin-bottom: 10px !important;
}

.option-f label.lable-f {
  color: #4d4d4d !important;
  font-weight: bold;
  margin: 0 !important;
  padding-top: 0 !important;
  padding-right: 0;
  padding-bottom: 3px;
}

.typeshow-size, .typeshow-count, .typeshow-edition {
  padding-right: 0;
  padding-left: 0;
  display: -ms-grid;
  display: grid;
}

label.label {
  font-size: 14px;
  margin-bottom: 5px;
  color: black;
}

.typeshow-size .selectarrow1 span {
  display: block;
}

@media only screen and (max-width: 768px) {
  .typeshow-size .selectarrow1 span {
    display: none;
  }
  .typeshow-size span {
    display: inline;
  }
}
.myinput .selectarrow1 {
  height: 38px;
  background: #fff;
  position: absolute;
  top: 1px;
  left: 1px;
  box-sizing: border-box;
  border-right: 1px solid #d8d8d8;
  border-radius: 2px 0 0 2px;
  text-align: center;
  display: block !important;
  font-size: 12px;
  padding-top: 9px;
  font-weight: normal !important;
}
.myinput .selectarrow1 span {
  padding: 0 10px;
}

body.ltr .myinput .selectarrow1 {
  right: 1px;
  left: auto;
  border-left: 1px solid #d8d8d8;
  border-right: none;
}

.myinput.form-options {
  float: right;
  margin-top: 5px;
  width: 100%;
}
.myinput.form-options .option-count-label {
  width: 100%;
}
.myinput.form-options label.option-count-label {
  font-size: 13px;
}

.radioBtn ul li .check {
  right: 0 !important;
  left: auto !important;
}

body.ltr .radioBtn ul li .check {
  left: 0 !important;
  right: auto !important;
}

.radioBtn ul li label {
  display: block;
  position: relative;
  font-weight: normal;
  font-size: 14px;
  color: #000000;
  padding: 0 25px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
  margin-bottom: 4px;
  white-space: unset;
  line-height: 23px;
}

.uploadbox .dz-image img {
  width: 100% !important;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
}

.helpbox img {
  max-width: 100%;
  height: auto;
}

.AFSlideOuter {
  overflow: hidden;
}

.uploadbox {
  border: 1px solid #e3e3e3 !important;
  margin-top: 0 !important;
  border-radius: 4px !important;
}

.file-description-container .uploadbtn {
  width: 100% !important;
  font-size: 14px !important;
  height: auto !important;
  padding: 0 5px !important;
  position: relative;
  top: -140px;
  border-radius: 4px !important;
  cursor: pointer;
  color: #ffffff !important;
}

.uploadbox .dz-default {
  display: none !important;
}

.uploadboxs .dropzone-file-upload .uploadbox .dropzone.dz-started .dz-message .uploadbtn {
  background: #26bb6c !important;
}

.form-control {
  background: #fdfdfd;
  border-color: #d8d8d8;
  border-radius: 3px;
  box-shadow: none;
  color: #898989;
  min-height: 40px !important;
  box-sizing: border-box;
  font-size: 14px;
}

.uploadbtn {
  cursor: pointer;
  color: #fff;
  font-size: 15px;
  line-height: 34px;
  display: block;
  transition: all 0.5s ease;
  width: 100%;
  text-align: center;
  margin: 0 auto -2px;
  z-index: 1;
  position: relative;
  border-radius: 5px 5px 0 0;
  background: blue;
}
.uploadbtn img {
  float: right;
  position: relative;
  top: 7px;
  right: 5px;
  margin-left: 5px;
}

.uploadboxs {
  min-height: 50px;
  width: 100%;
  overflow: visible !important;
  margin-top: 0;
  padding: 0 !important;
}
.uploadboxs .uploadbox .dropzone-all {
  width: 100% !important;
  height: 88px !important;
  box-sizing: border-box;
  background: url("/images/noimg.png") no-repeat center !important;
  border: none !important;
  margin: 0 auto 0 !important;
  padding: 0 !important;
  overflow: visible;
  background-size: cover;
  min-height: 88px !important;
}
.uploadboxs .uploadbox .file-description-container {
  margin-top: 5px;
  display: block;
}
.uploadboxs .uploadbox .uploadmsg {
  font-size: 11px;
  color: #9b9b9b;
  width: 100%;
  text-align: justify;
  padding: 5px;
  display: block;
  letter-spacing: -0.2px;
}

.option-file.group .uploadbtn {
  float: right;
  width: auto !important;
  padding: 0 0 0 10px;
}
.option-file.group .uploadbtn img {
  margin-left: 20px !important;
}
.option-file .uploadboxs .uploadbox .dropzone-all {
  height: auto !important;
}
.option-file .uploadboxs .uploadbox .dropzone-all .dz-preview {
  width: 31% !important;
  margin: 5px 1% !important;
  height: 88px !important;
}

.dropzone-file-upload.group .uploadbtn {
  width: auto !important;
  padding: 0 0 0 10px;
}
.dropzone-file-upload.group .uploadbtn img {
  margin-left: 20px !important;
}
.dropzone-file-upload .uploadboxs .uploadbox .dropzone-all {
  height: auto !important;
}
.dropzone-file-upload .uploadboxs .uploadbox .dropzone-all .dz-preview {
  width: 31% !important;
  margin: 5px 1% !important;
  height: 88px !important;
}

@media only screen and (max-width: 548px) {
  .gallery-row {
    width: 100%;
  }
}
#trans-container .pay {
  float: right !important;
}

.radioBtn ul li {
  position: relative;
  margin-bottom: 10px;
}

.radioBtn ul li input[type=radio],
.checkboxBtn ul li input[type=checkbox] {
  position: absolute;
  visibility: hidden;
}

.radioBtn ul li:hover label {
  color: #585f66;
}

.radioBtn ul li .check {
  display: block;
  position: absolute;
  background: #e4e4e4;
  border: 2px solid #e4e4e4;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  height: 18px;
  width: 18px;
  top: 50%;
  left: 0;
  z-index: 5;
  transition: border 0.25s linear;
  -webkit-transition: border 0.25s linear;
  transform: translate(0, -50%);
}

.radioBtn ul li .check:before {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100%;
  height: 8px;
  width: 8px;
  top: 3px;
  left: 3px;
  margin: auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
}

.radioBtn input[type=radio]:checked ~ .check,
.checkboxBtn input[type=checkbox]:checked ~ .check {
  border: 2px solid #17c00f;
  background: #fff;
}

.radioBtn input[type=radio]:checked ~ .check::before {
  background: #17c00f;
}

.checkboxBtn ul li .check {
  border-radius: 3px;
}

.checkboxBtn input[type=checkbox]:checked ~ .check::before {
  content: "";
  background: url(../../images/checkbox.png) no-repeat 100%;
}

.checkboxBtn ul li .check::before {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 12px;
  height: 26px;
}

.green-pardakht {
  padding: 5px 45px;
}

@media (max-width: 510px) {
  .green-pardakht, .swal2-content .green-btn-left {
    float: initial !important;
  }
}
.green-btn {
  padding: 5px 20px;
  border-radius: 25px;
  color: #fff;
}

.green-btn {
  float: right;
  padding: 0 25px;
  border-radius: 16px;
  margin: 10px 0;
  border: 2px solid;
  background: #17c00f;
  color: #ffffff;
}

.error-option, .order-error {
  color: #aa0002;
  font-size: 12px;
}

.uploadbox .dz-image img {
  width: initial;
  height: 100%;
  margin: auto;
}

.dropzone .dz-preview .dz-image {
  border-radius: 0 !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
}

.dz-preview.dz-image-preview {
  min-height: 88px !important;
}

.dropzone .dz-preview .dz-remove {
  position: relative;
  z-index: 1000;
  background: #ff4747;
  color: white;
  width: 52px;
  margin: 5px auto;
  border-radius: 4px;
  padding: 3px;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s;
}
.dropzone .dz-preview .dz-remove:hover {
  background: red;
}

.dz-success .dz-remove {
  display: none !important;
}

.modal-select-galleries .modal-dialog {
  max-width: 1200px !important;
  width: auto !important;
}

.mCustomScrollBox {
  WIDTH: 100%;
}

.mobile-view li {
  list-style: none;
}

.icon-remove {
  position: absolute;
  top: 4px !important;
  left: 6px !important;
  color: red;
  cursor: pointer !important;
  z-index: 20;
}

.categories_header {
  display: none;
}

@media screen and (max-width: 991px) {
  .categories_header {
    display: block;
  }
}
.form-horizontal .option-desc {
  font-size: 13px;
  background: white;
  text-align: justify;
  color: #585f66;
  margin-bottom: 5px;
  border-radius: 5px;
  padding: 9px;
}
.form-horizontal .option-desc_option {
  width: 17px;
  height: 17px;
  display: inline-block;
  position: relative;
  top: 4px;
}
.form-horizontal span.option-desc_option.option-desc_option_file {
  position: absolute;
  left: 20px;
  top: 8px;
  z-index: 1;
}
.form-horizontal span.option-desc_option.option-desc_option_text {
  position: absolute;
  left: 10px;
  top: 11px;
  z-index: 1;
}
.form-horizontal .myinput {
  position: relative;
}
.form-horizontal .option-desc_option path {
  fill: blue;
}

.order_type h1 {
  font-size: 24px;
  font-weight: bold;
  padding: 0 0 30px;
}

.option-f {
  border: 1px solid #d8d8d8;
  padding: 20px 10px 10px;
  border-radius: 3px;
  background: #fbfbfb;
  margin: 25px 0;
}
.option-f label.lable-f {
  color: white !important;
  font-weight: bold;
  position: absolute;
  top: -20px;
  padding: 0 10px 15px 10px;
  border-radius: 6px;
  right: 0;
  min-width: 150px;
  text-align: center;
  background: blue;
  line-height: 18px;
}
.option-f label.lable-f:after {
  content: "";
  background: #fbfbfb;
  display: block;
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 11px;
  border-radius: 0 10px 0 0;
}
.option-f .option-file {
  margin: 10px 0 10px 0 !important;
}
.option-f .option-file .uploadbtn {
  direction: ltr;
  text-indent: 25px;
}

.trans .top-right-side {
  margin-bottom: 20px;
}
.trans .gallery-row {
  padding: 23px 10px 20px;
  border-radius: 10px;
  margin-bottom: 30px;
  width: 100%;
}
.trans > .uploadboxs {
  padding: 23px 10px 20px;
  border-radius: 10px;
}

.option-f label.label.lable-f {
  position: absolute;
  top: -15px;
  text-align: center;
  min-width: 120px;
}
.option-f .radioBtn ul li label {
  padding-right: 24px;
  right: -14px;
}
.option-f .radioBtn ul li label.option-count-label {
  margin: 0;
  padding: 0;
  font-size: 12px;
}
.option-f .radioBtn ul li label.option-count-label input {
  margin-bottom: 0;
}
.option-f .radioBtn ul li .check {
  right: 0 !important;
  top: 13px;
}

body.ltr .option-f .radioBtn ul li .check {
  left: 0 !important;
  right: auto !important;
}
body.ltr .option-f .radioBtn ul li label {
  padding-right: 0;
  left: -14px;
  right: auto;
}

.myinput ul {
  padding-right: 0 !important;
  margin-bottom: 0 !important;
}

.price-label-option {
  padding: 0 10px;
  border: 1px solid #eaf2fb;
  border-radius: 5px;
  background: white;
}

.option-cost {
  padding: 0 !important;
  font-size: 12px;
  line-height: 20px;
  display: block !important;
}

#wrap_all #chap_content .payments .prices .final_cost {
  line-height: 20px;
  font-size: 15px;
}

.option-cost .fa-plus {
  padding-left: 6px;
  color: #8a8a8a !important;
  font-size: 10px;
}

.price-label-option .fa {
  padding-left: 6px;
  color: #454545 !important;
  font-size: 10px;
  line-height: 20px;
}

ul.box-option-cost {
  padding: 3px 0;
}

.details-price span {
  float: left !important;
}

.images-match {
  height: 350px;
  position: relative;
  transition: all 0.5s ease-out;
}

.images-match .images {
  position: absolute;
  top: 50%;
  opacity: 0.4;
  max-height: 350px;
  max-width: calc(100% - 15px);
  right: 50%;
  transform: translate(50%, -50%);
  transform-origin: center center;
}

.images-match .part {
  width: 430px;
  position: relative;
  margin-left: 50px;
  height: 380px;
  float: left;
}
.images-match .part .content {
  position: relative;
  width: 100%;
  height: 100%;
  right: 50%;
  transform: translate(50%, 0);
}

.images-match .part .loading {
  width: 100%;
  padding-left: 35px;
  display: block;
}

.images-match .part .rematchBtns {
  top: calc(100% - 40px);
  z-index: 10;
  position: absolute;
  right: 50%;
  transform: translate(50%, 0);
}
.images-match .part .rematchBtns button {
  opacity: 0;
  font-size: 14px;
  line-height: 32px;
  margin-right: 3px;
  color: #ffffff;
  border-radius: 19px;
  text-align: center;
  min-width: 80px;
  border: 1px solid white;
  transition: all 0.5s;
  background: #575757;
  cursor: pointer;
}
.images-match .part .rematchBtns button i {
  font-size: 19px;
  padding: 6px;
}
.images-match .part:hover .rematchBtns button {
  opacity: 1;
}

/*.images-match .btn-box {
  padding-top: 0px;
  margin: -60px -30px 0 0;
}*/
.images-match i {
  color: #ffffff;
}

#pay-fixed .pay {
  background: #fbfbfb;
  display: flex;
}

@media (max-width: 991px) {
  button.product-item-pay {
    float: none;
    margin: 0 !important;
  }
  .mobile-view {
    max-height: 410px;
  }
  .payments {
    min-height: 50px !important;
    background: #ffffff !important;
    margin: 0 !important;
  }
  .dargTopDownBtn {
    display: block;
    text-align: center;
    position: absolute;
    top: -20px;
    right: 50%;
    font-size: 34px;
    transform: translate(50%, 0) rotateX(180deg);
    transition: all 0.5s;
    width: 40px;
    height: 40px;
    border-radius: 55px;
    overflow: hidden;
    background: white;
    padding: 5px;
    z-index: 1;
  }
  .dargTopDownBtn.open {
    transform: translate(50%, 0) rotateX(0);
  }
  .dargTopDownBtn img {
    margin-top: -14px;
  }
  #pay-fixed {
    position: fixed !important;
    bottom: 53px;
    right: 0;
    z-index: 1000;
    padding: 0 !important;
    box-shadow: 0px -2px 16px 0px #ddd;
    transition: all 0.5s;
    border-top: 1px solid #cacaca;
  }
  #pay-fixed .mobile-view {
    max-height: 90%;
    overflow: auto;
    transition: all 0.5s;
  }
}
form#ticket-form .option-desc {
  font-size: 13px;
  background: white;
  text-align: justify;
  color: #585f66;
  margin-bottom: 5px;
  border-radius: 5px;
  padding: 9px;
}

#bottom-right-side #all-left-side .helpbox img {
  max-width: 100%;
  height: auto;
}

#modal-select-galleries {
  padding-right: 0 !important;
}
#modal-select-galleries .modal-dialog {
  height: calc(100vh - 30px);
  display: block;
  overflow: auto;
  margin-top: 0;
  margin-bottom: 0;
  top: 50%;
  transform: translate(0, -50%);
}
@media (max-width: 991px) {
  #modal-select-galleries .modal-dialog {
    height: 100%;
  }
}
@media (max-width: 575px) {
  #modal-select-galleries .modal-dialog {
    margin: 0;
  }
}
#modal-select-galleries .modal-dialog .modal-content {
  max-height: 100%;
}
#modal-select-galleries .modal-dialog .modal-content .modalSelectGalleriesHeader {
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: 0 0 20px -14px;
  position: relative;
  z-index: 3;
}
@media (max-width: 575px) {
  #modal-select-galleries .modal-dialog .modal-content .modalSelectGalleriesHeader {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
#modal-select-galleries .modal-dialog .modal-content .modalSelectGalleriesHeader .modalSelectGalleriesHeaderRightIconBox {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 30px;
}
@media (max-width: 575px) {
  #modal-select-galleries .modal-dialog .modal-content .modalSelectGalleriesHeader .modalSelectGalleriesHeaderRightIconBox {
    right: 15px;
  }
}
#modal-select-galleries .modal-dialog .modal-content .modalSelectGalleriesHeader .modalSelectGalleriesHeaderRightIconBox .modalSelectGalleriesHeaderRightIcon {
  font-size: 40px;
  color: grey;
}
@media (max-width: 575px) {
  #modal-select-galleries .modal-dialog .modal-content .modalSelectGalleriesHeader .modalSelectGalleriesHeaderRightIconBox .modalSelectGalleriesHeaderRightIcon {
    font-size: 30px;
  }
}
#modal-select-galleries .modal-dialog .modal-content .modalSelectGalleriesHeader .modalSelectGalleriesHeaderCenterText {
  text-align: center;
  padding: 0 60px;
}
@media (max-width: 575px) {
  #modal-select-galleries .modal-dialog .modal-content .modalSelectGalleriesHeader .modalSelectGalleriesHeaderCenterText {
    padding: 0 35px;
  }
}
#modal-select-galleries .modal-dialog .modal-content .modalSelectGalleriesHeader .modalSelectGalleriesHeaderCenterText h4 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 0;
}
#modal-select-galleries .modal-dialog .modal-content .modalSelectGalleriesHeader .modalSelectGalleriesHeaderCenterText p {
  font-size: 13px;
  font-weight: 100;
  margin-top: 10px;
  margin-bottom: 0;
}
#modal-select-galleries .modal-dialog .modal-content .modalSelectGalleriesHeader .modalSelectGalleriesHeaderLeftIconBox {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 30px;
}
@media (max-width: 575px) {
  #modal-select-galleries .modal-dialog .modal-content .modalSelectGalleriesHeader .modalSelectGalleriesHeaderLeftIconBox {
    left: 15px;
  }
}
#modal-select-galleries .modal-dialog .modal-content .modalSelectGalleriesHeader .modalSelectGalleriesHeaderLeftIconBox .modalSelectGalleriesHeaderLeftIcon {
  font-size: 17px;
}
#modal-select-galleries .modal-dialog .modal-content .modalSelectGalleriesContent {
  transition: all 0.5s;
  height: calc(100vh - 165px);
  min-height: 150px;
}
@media (max-width: 575px) {
  #modal-select-galleries .modal-dialog .modal-content .modalSelectGalleriesContent {
    height: calc(100vh - 131px);
  }
}
#modal-select-galleries .modal-dialog .modal-content .modalSelectGalleriesContent .right-menu {
  padding-right: 0;
  padding-left: 0;
  background: #f4f4f4;
  height: 100%;
  overflow: auto;
  direction: initial;
}
@media (max-width: 575px) {
  #modal-select-galleries .modal-dialog .modal-content .modalSelectGalleriesContent .right-menu {
    position: absolute;
    z-index: 3;
    height: 100%;
    width: 75%;
    box-shadow: -3px 26px 27px -6px;
    transition: all 0.5s;
    right: -109%;
    top: 0;
  }
}
#modal-select-galleries .modal-dialog .modal-content .modalSelectGalleriesContent .right-menu .right-menuHeader {
  padding-top: 8px;
  padding-bottom: 12px;
  border-bottom: 1px solid #d8d8d8;
}
#modal-select-galleries .modal-dialog .modal-content .modalSelectGalleriesContent .right-menu .right-menuHeader .right-menuHeaderText {
  text-align: center;
  font-size: 14px;
  font-weight: bolder;
  margin-bottom: 0;
}
#modal-select-galleries .modal-dialog .modal-content .modalSelectGalleriesContent .right-menu .right-menuHeader .right-menuHeaderText i {
  font-size: 20px;
  margin-left: 3px;
  position: relative;
  top: 4px;
}
#modal-select-galleries .modal-dialog .modal-content .modalSelectGalleriesContent .right-menu .categories {
  border: none !important;
  margin-bottom: 0 !important;
}
#modal-select-galleries .modal-dialog .modal-content .modalSelectGalleriesContent .right-menu .categories #modal-categories-container .modal-galley-category-id {
  padding-right: 10px;
}
#modal-select-galleries .modal-dialog .modal-content .modalSelectGalleriesContent .right-menu .categories #modal-categories-container .modal-galley-category-id .inner_p {
  cursor: pointer;
  font-size: 13px;
  margin-top: 3px;
  margin-bottom: 3px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 0 5px 5px 0;
  transition: all 0.5s;
  display: flex;
  align-items: center;
  justify-content: end;
  padding-right: 5px;
}
#modal-select-galleries .modal-dialog .modal-content .modalSelectGalleriesContent .right-menu .categories #modal-categories-container .modal-galley-category-id .inner_p i {
  margin-left: 5px;
  font-size: 10px;
}
#modal-select-galleries .modal-dialog .modal-content .modalSelectGalleriesContent .right-menu .categories #modal-categories-container .modal-galley-category-id .inner_p.active {
  background: white;
  font-weight: bolder;
  color: black;
}
#modal-select-galleries .modal-dialog .modal-content .modalSelectGalleriesContent .right-menu .categories ul {
  padding: 0;
}
#modal-select-galleries .modal-dialog .modal-content .modalSelectGalleriesContent .right-menu .categories ul.inner {
  display: none;
}
#modal-select-galleries .modal-dialog .modal-content .modalSelectGalleriesContent .left-menu {
  height: 100%;
  overflow: auto;
}
@media (max-width: 575px) {
  #modal-select-galleries .modal-dialog .modal-content .modalSelectGalleriesContent .left-menu {
    padding-left: 0;
    padding-right: 0;
  }
}
#modal-select-galleries .modal-dialog .modal-content .modalSelectGalleriesContent .left-menu #modal-galleries-image-container *, #modal-select-galleries .modal-dialog .modal-content .modalSelectGalleriesContent .left-menu #modal-galleries-image-container *:focus {
  outline: none !important;
}
#modal-select-galleries .modal-dialog .modal-content .modalSelectGalleriesContent .left-menu #modal-galleries-image-container .categoryBox {
  width: 100%;
  padding-top: 15px;
}
#modal-select-galleries .modal-dialog .modal-content .modalSelectGalleriesContent .left-menu #modal-galleries-image-container .categoryBox .galleryBoxCategory {
  background: #f4f4f4;
  border-radius: 5px;
  border: 1px solid #e8e8e8;
  transition: all 0.5s;
  cursor: pointer;
  overflow: hidden;
  margin-bottom: 20px;
  margin-top: 0;
}
#modal-select-galleries .modal-dialog .modal-content .modalSelectGalleriesContent .left-menu #modal-galleries-image-container .categoryBox .galleryBoxCategory .galleyCategoryBox {
  max-width: 300px;
  max-height: 300px;
  min-height: 125px;
  position: relative;
}
@media (min-width: 554px) {
  #modal-select-galleries .modal-dialog .modal-content .modalSelectGalleriesContent .left-menu #modal-galleries-image-container .categoryBox .galleryBoxCategory .galleyCategoryBox {
    min-height: 146px;
  }
}
@media (min-width: 768px) {
  #modal-select-galleries .modal-dialog .modal-content .modalSelectGalleriesContent .left-menu #modal-galleries-image-container .categoryBox .galleryBoxCategory .galleyCategoryBox {
    min-height: 146px;
  }
}
@media (min-width: 991px) {
  #modal-select-galleries .modal-dialog .modal-content .modalSelectGalleriesContent .left-menu #modal-galleries-image-container .categoryBox .galleryBoxCategory .galleyCategoryBox {
    min-height: 212px;
  }
}
@media (min-width: 1200px) {
  #modal-select-galleries .modal-dialog .modal-content .modalSelectGalleriesContent .left-menu #modal-galleries-image-container .categoryBox .galleryBoxCategory .galleyCategoryBox {
    min-height: 254px;
  }
}
#modal-select-galleries .modal-dialog .modal-content .modalSelectGalleriesContent .left-menu #modal-galleries-image-container .categoryBox .galleryBoxCategory .galleyCategoryBox img {
  max-width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  max-height: 100%;
}
#modal-select-galleries .modal-dialog .modal-content .modalSelectGalleriesContent .left-menu #modal-galleries-image-container .categoryBox .galleryBoxCategory .galleyCategoryBox i {
  width: 100%;
  display: inline-block;
  text-align: center;
  font-size: 100px;
  color: #b9b9b9;
  padding: 10px;
  background: white;
}
#modal-select-galleries .modal-dialog .modal-content .modalSelectGalleriesContent .left-menu #modal-galleries-image-container .categoryBox .galleryBoxCategory p.inner_p {
  text-align: center;
  padding: 5px 1px;
  font-size: 13px;
  margin-bottom: 0;
  color: black;
}
#modal-select-galleries .modal-dialog .modal-content .modalSelectGalleriesContent .left-menu #modal-galleries-image-container .imageBox .gallery-image-container {
  float: none !important;
  background: #f4f4f4;
  border-radius: 5px;
  overflow: visible;
  margin-bottom: 20px;
  border: 1px solid #e8e8e8;
  transition: all 0.5s;
  height: calc(100% - 20px);
}
#modal-select-galleries .modal-dialog .modal-content .modalSelectGalleriesContent .left-menu #modal-galleries-image-container .imageBox .gallery-image-container .wrapper {
  margin-top: 0;
  max-width: 300px;
  max-height: 300px;
  min-height: 125px;
  position: relative;
}
@media (min-width: 554px) {
  #modal-select-galleries .modal-dialog .modal-content .modalSelectGalleriesContent .left-menu #modal-galleries-image-container .imageBox .gallery-image-container .wrapper {
    min-height: 146px;
  }
}
@media (min-width: 768px) {
  #modal-select-galleries .modal-dialog .modal-content .modalSelectGalleriesContent .left-menu #modal-galleries-image-container .imageBox .gallery-image-container .wrapper {
    min-height: 146px;
  }
}
@media (min-width: 991px) {
  #modal-select-galleries .modal-dialog .modal-content .modalSelectGalleriesContent .left-menu #modal-galleries-image-container .imageBox .gallery-image-container .wrapper {
    min-height: 212px;
  }
}
@media (min-width: 1200px) {
  #modal-select-galleries .modal-dialog .modal-content .modalSelectGalleriesContent .left-menu #modal-galleries-image-container .imageBox .gallery-image-container .wrapper {
    min-height: 254px;
  }
}
#modal-select-galleries .modal-dialog .modal-content .modalSelectGalleriesContent .left-menu #modal-galleries-image-container .imageBox .gallery-image-container .wrapper img {
  cursor: zoom-in;
  max-width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  max-height: 100%;
}
#modal-select-galleries .modal-dialog .modal-content .modalSelectGalleriesContent .left-menu #modal-galleries-image-container .imageBox .gallery-image-container .chooseImage {
  position: relative;
  padding: 6px 10px;
  text-align: center;
  cursor: pointer;
  font-size: 12px;
  font-weight: 900;
  transition: all 0.5s;
}
#modal-select-galleries .modal-dialog .modal-content .modalSelectGalleriesContent .left-menu #modal-galleries-image-container .imageBox .gallery-image-container p {
  background: white;
  text-align: center;
  padding: 5px 1px;
  font-size: 13px;
  cursor: pointer;
  margin-bottom: 0;
}
#modal-select-galleries .modal-dialog .modal-content .modalSelectGalleriesContent .left-menu #modal-galleries-image-container .imageBox .gallery-image-container.selected {
  border: 1px solid green;
  box-shadow: 0 0 12px -6px green;
}
#modal-select-galleries .modal-dialog .modal-content .modalSelectGalleriesContent .left-menu #modal-galleries-image-container .imageBox .gallery-image-container.selected .chooseImage {
  position: relative;
  background: green;
  color: white;
}
#modal-select-galleries .modal-dialog .modal-content .modalSelectGalleriesContent .imageloader {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
#modal-select-galleries .modal-dialog .modal-content .modalSelectGalleriesContent .imageloader img {
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(50%, -50%);
}
#modal-select-galleries .modal-dialog .modal-content .modalSelectGalleriesFooter {
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: 0 0 20px -14px;
  z-index: 3;
  background: white;
  text-align: center;
  border: none;
}
@media (max-width: 575px) {
  #modal-select-galleries .modal-dialog .modal-content .modalSelectGalleriesFooter {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
#modal-select-galleries .modal-dialog .modal-content .modalSelectGalleriesFooter button {
  font-size: 14px;
  line-height: 38px;
  color: #ffffff;
  border-radius: 19px;
  text-align: center;
  min-width: 140px;
  margin: 0 auto;
  border: 1px solid white;
  transition: all 0.5s;
  display: block;
}
@media (max-width: 575px) {
  #modal-select-galleries .modal-dialog .modal-content .modalSelectGalleriesFooter button {
    margin: 0;
    float: left;
  }
}
#modal-select-galleries .modal-dialog .modal-content .modalSelectGalleriesFooter #openGalleriesMenu {
  display: none;
  font-size: 14px;
  line-height: 38px;
  color: #ffffff;
  border-radius: 19px;
  text-align: center;
  min-width: 40px;
  margin: 0 auto;
  border: 1px solid white;
  transition: all 0.5s;
  background: #838383;
  float: right;
}
@media (max-width: 575px) {
  #modal-select-galleries .modal-dialog .modal-content .modalSelectGalleriesFooter #openGalleriesMenu {
    display: block !important;
  }
}
#modal-select-galleries .modal-dialog .modal-content .modalSelectGalleriesFooter #openGalleriesMenu #openGalleriesMenuIcon {
  width: 21px;
  height: 14px;
  position: relative;
  margin: 0;
  display: inline-block;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
#modal-select-galleries .modal-dialog .modal-content .modalSelectGalleriesFooter #openGalleriesMenu #openGalleriesMenuIcon.openMenu span:nth-child(3) {
  transform: rotate(-45deg);
  top: 15px;
  left: 2px;
}
#modal-select-galleries .modal-dialog .modal-content .modalSelectGalleriesFooter #openGalleriesMenu #openGalleriesMenuIcon.openMenu span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
#modal-select-galleries .modal-dialog .modal-content .modalSelectGalleriesFooter #openGalleriesMenu #openGalleriesMenuIcon.openMenu span:nth-child(1) {
  transform: rotate(45deg);
  top: 0;
  left: 2px;
}
#modal-select-galleries .modal-dialog .modal-content .modalSelectGalleriesFooter #openGalleriesMenu #openGalleriesMenuIcon span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: white;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
#modal-select-galleries .modal-dialog .modal-content .modalSelectGalleriesFooter #openGalleriesMenu #openGalleriesMenuIcon span:nth-child(3) {
  top: 16px;
  transform-origin: left center;
}
#modal-select-galleries .modal-dialog .modal-content .modalSelectGalleriesFooter #openGalleriesMenu #openGalleriesMenuIcon span:nth-child(2) {
  top: 8px;
  transform-origin: left center;
}
#modal-select-galleries .modal-dialog .modal-content .modalSelectGalleriesFooter #openGalleriesMenu #openGalleriesMenuIcon span:nth-child(1) {
  top: 0;
  transform-origin: left center;
}

.rematchHeaderBox {
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: 0 0 20px -14px;
}
.rematchHeaderBox .rematchHeaderBoxTitle {
  font-size: 18px;
  margin-bottom: 5px;
  padding-right: 5px;
  padding-left: 5px;
}
.rematchHeaderBox .rematchHeaderBoxDesc {
  font-size: 14px;
  padding-right: 5px;
  padding-left: 5px;
  margin-bottom: 0;
}

.rematchBtnBox {
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: 0 0 20px -14px;
  width: 100%;
  display: inline-block;
}
.rematchBtnBox button {
  font-size: 14px;
  line-height: 38px;
  color: #ffffff;
  border-radius: 19px;
  text-align: center;
  min-width: 100px;
  margin: 0 auto;
  border: 1px solid white;
  transition: all 0.5s;
  background: green;
  cursor: pointer;
}

.uploadboxs .dz-preview.dz-image-preview {
  background: none;
  border: none;
  height: 100%;
  width: 100%;
}
.uploadboxs .dz-preview.dz-image-preview .dz-image {
  margin: 0;
}

*:focus {
  outline: none !important;
}

.dropzone .dz-preview.dz-success .dz-success-mark {
  background-color: #3caa1f !important;
  border-radius: 100px !important;
}

div#pd-title-container, div#pd-length-container, div#pd-width-container, div#pd-count-container, div#pd-size-container, div#pd-edition-container {
  margin-bottom: 10px;
}

#productGalleryDemo {
  width: 100%;
  height: 300px;
  margin-bottom: 15px;
  border-radius: 3px;
  position: relative;
}
#productGalleryDemo #productGalleryDemoImg {
  position: absolute;
  right: 50%;
  transform: translate(50%, -50%);
  top: 50%;
  width: 100px;
}

#productGallery {
  display: none;
  margin-bottom: 15px;
}
#productGallery .productGalleryImgBox {
  text-align: center;
  position: relative;
  cursor: zoom-in;
}
#productGallery .productGalleryImgBox .productGalleryImg {
  max-width: 100%;
}
#productGallery .productGalleryImgBox .productGalleryTitle {
  position: absolute;
  bottom: 0;
  right: 50%;
  transform: translate(50%, 0);
}
#productGallery .AFPager {
  width: 100%;
}
#productGallery .AFPager li {
  position: relative;
  border: 0;
  border-radius: 3px;
  transition: all 0.3s;
  opacity: 0.6;
}
#productGallery .AFPager li.active {
  opacity: 1;
}
#productGallery .AFSlideWrapper {
  border: 1px solid #d8d8d8;
  border-radius: 3px;
  margin-bottom: 10px;
}

#chap_content {
  padding: 10px 5px !important;
}

.btn_ok {
  background: green !important;
}

.shackBtn {
  animation-name: shakeAnim;
  position: relative;
  animation-duration: 5s;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  cursor: pointer;
}

@keyframes shakeAnim {
  0% {
    left: 0;
  }
  1% {
    left: -3px;
  }
  2% {
    left: 5px;
  }
  3% {
    left: -8px;
  }
  4% {
    left: 8px;
  }
  5% {
    left: -5px;
  }
  6% {
    left: 3px;
  }
  7% {
    left: 0;
  }
}
#pay-fixed .mobile-view .header-inside {
  opacity: 0;
  filter: blur(1px);
}
#pay-fixed .mobile-view-loading {
  position: absolute;
  top: 50%;
  text-align: center;
  right: 50%;
  transform: translate(50%, -50%);
}
#pay-fixed .mobile-view-loading .mobile-view-loading-img {
  max-height: 100%;
  height: 120px;
}

#selectAgentBox {
  border: 1px solid #d8d8d8;
  display: flow-root;
  border-radius: 3px;
  padding: 5px 15px;
}
#selectAgentBox #selectAgentTitleBox #selectAgentTitle {
  color: #454545 !important;
  font-size: 15px;
  line-height: 20px;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
}
#selectAgentBox .selectAgent {
  border: 1px solid #d8d8d8;
  margin: 10px 0;
  padding: 10px;
  border-radius: 3px;
  background: white;
}
#selectAgentBox .selectAgent .agentName {
  color: black;
  font-weight: bold;
  font-size: 13px;
}
#selectAgentBox .selectAgent .agentName:before {
  background: url('data:image/svg+xml;utf8,<svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="store-alt" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512" class="svg-inline--fa fa-store-alt fa-w-20 fa-lg"><path fill="currentColor" d="M320 384H128V224H64v256c0 17.7 14.3 32 32 32h256c17.7 0 32-14.3 32-32V224h-64v160zm314.6-241.8l-85.3-128c-6-8.9-16-14.2-26.7-14.2H117.4c-10.7 0-20.7 5.3-26.6 14.2l-85.3 128c-14.2 21.3 1 49.8 26.6 49.8H608c25.5 0 40.7-28.5 26.6-49.8zM512 496c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V224h-64v272z" class=""></path></svg>');
  width: 16px;
  height: 14px;
  display: inline-block;
  content: "";
  position: relative;
  top: 3px;
}
#selectAgentBox .selectAgent .agentPriceBox {
  color: black;
  font-size: 11px;
}
#selectAgentBox .selectAgent .agentPriceBox .agentPrice {
  font-size: 14px;
  font-weight: bold;
  color: #2bb561;
}
#selectAgentBox .selectAgent.activeAgent {
  background: rgba(227, 227, 227, 0.568627451);
}
#selectAgentBox .selectAgent.activeAgent .agentName:before {
  height: 16px;
  background: url('data:image/svg+xml;utf8,<svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="check-circle" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="svg-inline--fa fa-check-circle fa-w-16 fa-lg"><path fill="currentColor" d="M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z" class=""></path></svg>');
}

.optionsCount {
  display: none;
  font-size: 13px;
}

#productImageBox {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.count-counter-box {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  font-size: 12px;
  background: white;
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 100;
  border: 1px solid #c0c0c0;
  border-radius: 2px;
}
.count-counter-box .count-counter-count {
  font-weight: bold;
}

/*# sourceMappingURL=main.css.map */
