.modal-backdrop--transparent {
  opacity: 0 !important;
}

.sidebar-modal .modal-dialog {
  width: 450px !important;
  overflow: initial;
  border: 1px solid rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.1), 0px 5px 22px 4px rgba(0, 0, 0, 0.02), 0px 12px 17px 2px rgba(0, 0, 0, 0.04);
          box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.1), 0px 5px 22px 4px rgba(0, 0, 0, 0.02), 0px 12px 17px 2px rgba(0, 0, 0, 0.04);
}

.sidebar-modal .modal-header .close {
  width: 42px;
  height: 42px;
}

.sidebar-modal .modal-header .close:hover {
  opacity: 0.9 !important;
}

.sidebar-modal .modal-body {
  overflow: auto !important;
  padding: 0 20px 80px;
}

.sidebar-modal .modal-body form {
  overflow: auto !important;
}

.sidebar-modal .modal-body .custom-switch-buttons {
  width: 100%;
  margin: 10px 0 20px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 33.5px;
}

.sidebar-modal .modal-body .custom-switch-buttons .btn {
  text-transform: uppercase;
    background-color: #5D5EDE;
  border: none;
  border-radius: 33.5px;
  height: 56px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
}

.sidebar-modal .modal-body .custom-switch-buttons .btn:active,
.sidebar-modal .modal-body .custom-switch-buttons .btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.sidebar-modal .modal-body .custom-switch-buttons .btn-grey {
  background-color: transparent;
}

.sidebar-modal .modal-body .custom-switch-buttons .btn-purple {
    background-color: #5D5EDE;
    color: whitesmoke;
}

.sidebar-modal .modal-body .price-element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgba(0, 0, 0, 0.06);
  border-radius: 8px;
  height: 56px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  line-height: 19px;
}

.sidebar-modal .modal-body .price-element .currency {
  margin-right: 10px;
}

.sidebar-modal .modal-body .price-element .price {
  font-size: 16px;
  line-height: 19px;
}

.sidebar-modal .modal-body .price-element-description {
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  letter-spacing: -0.03em;
  color: #000000;
  opacity: 0.4;
  padding: 5px;
}

.sidebar-modal .modal-body .item-description-block {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
  line-height: 24px;
  letter-spacing: 0.15px;
}

.sidebar-modal .modal-body .item-description-block .description-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}


.sidebar-modal .modal-body .item-description-block .img-container2 {
    text-align: center;
}

.sidebar-modal .modal-body .item-description-block img {
    max-height: 320px;
    width: auto;
}

.sidebar-modal .modal-body .item-description-block .description-line a {
    color: #6700ff;
}

.sidebar-modal .modal-body .item-description-block .description-line a:hover {
    text-decoration: underline;
}

.sidebar-modal .modal-footer {
  padding: 20px 30px 20px 20px;
}

.sidebar-modal .btn-custom {
  min-width: 100px;
  padding: 10px 32px;
  border-radius: 8px;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.sidebar-modal .btn-purple {
    background: #5D5EDE;
    color: whitesmoke;
}

.sidebar-modal .btn-grey {
  background-color: transparent;
  border: none !important;
  color: #000;
  opacity: 0.7;
}

.sidebar-modal .btn-grey:hover {
  color: #000;
  opacity: 0.9;
}

#tradeArtModal .item-description-block {
    height: 100%;
}

#tradeArtModal .img-container2 {
    margin: -20px -20px 10px -21px;
    padding: 20px;
    max-width: initial;
    overflow: hidden;
    border-radius: 7px;
    position: relative;
    height: 320px;
}

#tradeArtModal .img-container2 .bg-blur {
    background-color: #dddddd;
    overflow: hidden;
    border-radius: 8px;
    width: 100%;
    background-size: 200%;
    filter: blur(56px);
    background-repeat: no-repeat;
    transform: scale(1.2);
    height: 100%;
}

#tradeArtModal .img-container2 img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
}
