/* iPadPro */
@media only screen and (min-width: 770px) and (max-width: 1024px) {
  .ProductList_RelatedProducts_Grid_AddToCart.btnAddtoCart {
    padding: 0 !important;
  }

  .lblAddToCart {
    width: 100%;
    float: left;
  }
}
/* iPad and Mobile */
@media only screen and (min-width: 0px) and (max-width: 769px) {
  #ProductRightPanel .ProductInfoHolder {
    min-width: inherit;
  }

  #BackToTop {
    display: none;
  }

  .PrintWrap {
    display: none;
  }

  .WishlistAddBtnWrap,
  .WishlistRemoveBtnWrap {
    border: none;
    height: initial;
  }

  #ProductRightPanel .ProductInfoHolder .addToCart-wrap {
    width: 74%;
    float: left;
    margin-top: 20px;
    padding: 0 0 20px 110px;
  }

  #ProductRightPanel .ProductInfoHolder .addToCart-wrap .addToCartBtn-wrap {
    width: 60%;
    padding-left: 5px;
  }

  .WishlistWrap {
    width: 10%;
    float: left;
    margin-top: 20px;
    padding: 0 0 20px 15px;
    line-height: 40px;
  }

  .btnAddToWishlist,
  .btnRemoveFromWishlist {
    font-size: 0;
  }

  .RelatedProductGridWrap .ProductName {
    font-size: 12px;
    margin-bottom: 8px;
  }

  .RelatedProductWrap {
    height: initial !important;
    padding: 0;
  }

  .RelatedProductWrap .slick-slide {
    height: auto;
  }

  #ProductRightPanel {
    margin-right: 0px;
    padding: 0 15px;
  }

  .ModAOProductDetailsC .col-sm-3,
  .ModAOProductDetailsC .col-sm-8 {
    width: 100%;
  }

  .modal-footer {
    padding: 10px;
    bottom: 0;
    position: absolute;
    width: 100%;
  }

  .modal-content {
    border: none;
    border-radius: 0px;
    height: 100vh;
    width: 100%;
  }

  .modal-dialog {
    margin: 0px;
  }

  .commission-tab .modal-content,
  .availability-tab .modal-content {
    height: initial;
  }

  .commission-tab [class*="Pane"],
  .availability-tab [class*="Pane"] {
    margin-bottom: 0px;
  }

  .ProductInfoTab_Title .CollapseItem,
  .ProductInfoTab_Title .ExpandItem {
    right: 25px;
  }

  #ProductRightPanel .ProductInfoHolder .addToCart-wrap .quantity-wrap {
    float: left;
    width: 24%;
    min-width: 70px;
  }

  #ProductRightPanel
    .ProductInfoHolder
    .addToCart-wrap
    .addToCartBtn-wrap
    a.btnAddToCart {
    width: 117%;
  }

  .ProductImageHolder {
    margin-bottom: 15px;
  }

  #ProductRightPanel .ProductInfoHolder .ProductDetail_Name {
    font-size: 18px;
  }

  #ProductRightPanel .ProductInfoHolder .ProductDetail_Description {
    font-size: 20px;
  }

  #ProductRightPanel .ProductInfoHolder .ProductDetail_YourPrice {
    margin-top: 0;
  }

  .tag-modal-content {
    width: 90%;
  }

  .tag-modal-content img {
    width: 100%;
  }

  .tag-close {
    right: 10px;
    font-size: 20px;
    font-weight: bold;
  }
}

@media only screen and (min-width: 0px) and (max-width: 500px) {
  #ProductRightPanel .ProductInfoHolder .addToCart-wrap {
    width: 83%;
    float: left;
    margin-top: 20px;
    padding: 0 0 20px 7px;
  }

  #ProductRightPanel .ProductInfoHolder .addToCart-wrap .quantity-wrap {
    width: 27%;
  }
}
