
@media (min-width: 576px)
{
.modal-dialog-lg {
    max-width: 1023px;
    margin: 1.75rem auto;
} 
    }
    
    
.product-detailnewmodal div {
    display: inline-block;
}
    
.modal-body {   
    padding: 0.5rem 1.5rem;
}  
    
 @media screen and (max-width: 26.25rem)
.product-meta.top {
   
    align-items: start;
}   
    
  

  .modal-box {
    font-family: 'Comfortaa', cursive;
  }

  .modal-box .show-modal {
    color: #fff;
    background-color: #022bb0;
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 15px 30px;
    margin: 80px auto 0;
    border: none;
    border-radius: 5px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    outline: none;
    display: block;
    transition: all 0.3s ease 0s;
  }

  .modal-box .show-modal:hover,
  .modal-box .show-modal:focus {
    color: #fff;
    background-color: #494949;
    outline: none;
  }

  .modal-backdrop.in {
    opacity: 0;
  }

  .modal-box .modal-dialog {
    width: 50%;
    margin: 50px auto 0;
  }

  /*.modal.fade .modal-dialog{ transform: translateX(-100px); }*/
  .modal.in .modal-dialog {
    transform: translate(0);
  }

  .modal-box .modal-dialog .modal-content {
    background: #fff;
    text-align: center;
  }

  .modal-box .modal-dialog .modal-content .close {
    color: #022bb0;
    font-size: 28px;
    text-shadow: none;
    line-height: 15px;
    opacity: 1;
    overflow: hidden;
    position: absolute;
    left: auto;
    right: 15px;
    top: 15px;
    z-index: 1;
    transition: all 0.3s;
  }

  .modal-box .modal-dialog .modal-content .close:hover {
    color: #555;
  }

  .modal-box .modal-dialog .modal-content .modal-body {
    padding: 30px 10px 30px !important;
  }

  .modal-box .modal-dialog .modal-content .modal-body .modal-icon {
    color: #022bb0;
    background: #e3e6f1;
    font-size: 100px;
    line-height: 150px;
    width: 150px;
    height: 150px;
    margin: 0 auto 45px;
    border-radius: 50%;
  }

  .modal-box .modal-dialog .modal-content .modal-body .title {
    color: #022bb0;
    font-size: 17px;
    line-height: 17px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 15px;
  }

  .modal-box .modal-dialog .modal-content .modal-body .description {
    color: #555;
    font-size: 22px;
    font-weight: 700;
    margin: 0 5px 25px;
  }

  .modal-box .modal-dialog .modal-content .modal-body .btn {
    color: #fff;
    background: #022bb0;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 250px;
    padding: 15px 10px 14px;
    border-radius: 5px;
    transition: all 0.3s;
  }

  .modal-box .modal-dialog .modal-content .modal-body .btn:hover {
    text-shadow: 3px 3px 3px rgba(0, 0, 0, .9);
  }

  .modal-box .modal-dialog .modal-content .modal-body .btn:focus {
    outline: none;
  }

  @media only screen and (max-width: 767px) {
    .modal-dialog {
      width: 94% !important;
    }
  }
    
/*
  @media (min-width: 576px)
.modal-dialog {
    max-width: 60% !important;
    margin: 1.75rem auto;
}  
*/

    
    .product-detail .product-actions button {
    
    font-family: 'Inter';
    font-size: 0.75rem;
    
    text-transform: capitalize;
    
    
    padding: 9px 10px 9px 9px;
    
    border: 1px;
    border-radius: 21px;
    background-color: #ffffff;
    width: auto;
    border-style: solid;
    border-color: #71778e;
}
    

h4.product_title.entry-title {
    font-weight: 600;
}

.closebutton {
    background-color: #fff;
    margin: 29px 6px 4px 16px;
    padding: 6px 0px 0px 7px;
    border-radius: 24px;
}

.closebutton1 {
    padding: 2px 0px 0px 7px;
    margin: 0px 14px 8px 0px;
    /* border-radius: 38px; */
    color: black;
}



@media only screen and (max-width: 420px) {
  .product-meta.top {
   padding-top: 8px;
    align-items: start;
  }
}
