#cspecial-modal .modal-dialog {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 25px auto 0;
  width: 80%; }

#cspecial-modal .modal-content {
  max-height: calc(100vh - 50px);
  width: 100%;
  overflow-y: auto; }
  #cspecial-modal .modal-content .fade.show {
    opacity: 1; }
  #cspecial-modal .modal-content .nav-tabs .nav-link {
    margin-right: 2px;
    color: #ffffff;
    border: none;
    border-radius: 0;
    background-color: #323232;
    outline: #323232;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    padding: 8px 16px;
    text-decoration: none;
    cursor: pointer; }
    #cspecial-modal .modal-content .nav-tabs .nav-link.active {
      background-color: #BE976B;
      outline: #BE976B; }

#cspecial-modal .image-resize {
  height: auto !important; }

#cspecial-modal .gallery-box.fade-box.product-resize {
  height: auto !important; }

.custom-tab .nav-tabs .nav-link:hover {
  background-color: #fecd07;
  outline: #fecd07; }

#cspecial-modal .modal-content .tab-content {
  padding: 15px;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #eeeeee; }

#cspecial-modal .tab-content blockquote {
  border-left: 1px solid #fecd07;
  padding-left: 30px; }

#cspecial-modal .modal-content .tab-content ul {
  padding-left: 2rem;
  list-style-type: disc; }

#cspecial-modal .modal-header .close {
  margin-top: -25px;
  display: block;
  opacity: 1; }
  #cspecial-modal .modal-header .close span {
    color: #000;
    font-size: 25px; }

#cspecial-modal a[href*=".pdf"] {
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 60px;
  padding-right: 25px;
  color: #666;
  background-color: #fff;
  display: inline-block;
  position: relative;
  width: 50%;
  border: 3px solid #f4bc3a !important;
  font-weight: bold; }
  #cspecial-modal a[href*=".pdf"]:before {
    content: "";
    background-image: url("https://file.hstatic.net/200000616243/file/pdf_7700d83939ea48cea97022ec1d9b54c8.png");
    background-position: 100% 100%;
    background-size: contain;
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%); }

@media (max-width: 991px) {
  #cspecial-modal a[href*=".pdf"] {
    width: 100%; }
  #cspecial-modal .modal-dialog {
    width: 95%; }
  #cspecial-modal ul#myTab {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 10px; }
    #cspecial-modal ul#myTab li {
      white-space: nowrap; } }
