/*Desktop*/
@media (min-width: 1200px){

}
/*Ipad Pro*/
@media only screen and (min-width: 1024px) and (max-width: 1200px){
 
}   
@media only screen and (min-width: 768px) and (max-width: 1000px){

}
@media only screen and (max-width:992px){
  .form-check-label,#pcms-add-buy-product a{
     padding: .75rem .75rem;
     font-size: 18px;
     word-break: break-all;
  }
  #pcms-add-buy-product{
    
  }
}
@media only screen and  (max-width:768px){

   .feature{
        margin-top: 15px;
   }
   .pcms-product-detail-spec-name {
        width: 35%;
    }
    #pdetail-box{
        margin-top:0px;
    }
/*   .pcms-order-process-map-group{
    margin-bottom: 15px;
  } */
  
}
/*Mobile responsive max 736*/
@media only screen and  (max-width:736px){

   #carousel{
       margin-top:10px !important;
       margin-left:-3px !important;
   }
   .pcms-product-detail-box{
       margin-bottom:25px;
   }
   .pcms-product-detail-box .pcms-add-cart-input-box {
        /*width: 100% !important;*/
    }
    .grid-switcher-box{
      margin-top: 30px;
    }
    .grid-size-sm {
      width: 30%;
    }
    .grid-size-md {
      width: 47%;
    }
  .pcms-order-process-map-group{flex-wrap: wrap;}
  .pcms-order-process-map:not(:last-child){
    margin-bottom: 15px;
  }
  .pcms-order-process-arrow-point{
    padding-left: 8px;
    padding-right: 8px;
  }
  .pcms-input-qty-id-spinner{
    width: 80%;
  }
  .pcms-add-cart-input-box{margin-bottom:30px !important;}
  #pcms-qty-add-button-box{margin-top:20px !important;}
  #pcms-add-buy-product a{
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
  }
}
@media only screen and  (max-width:414px){
    .pcms-input-qty-id-spinner{
/*         width:90%; */
        padding:0px 0px 0px 15px;
    }
   .pcms-input-qty-add-cart-wishlist-box {
        display: flex;
        flex-direction: column;
    }
    .pcms-input-qty-add-cart-wishlist-box .pcms-add-cart-input-box{
        margin-bottom:15px;
    }
    .grid-size-sm {
        width: 29%;
    }
    .grid-size-md {
     width: 46%;
    }
  .pcms-order-process-map{
    flex: 0 0 50%;
  }
}
/*Mobile 5 responsive max 330*/
@media only screen and (max-width: 360px)   {
    .grid-size-sm {
    width: 28%;
}
.grid-size-md {
    width: 45%;
}
  .pcms-order-process-arrow-point {
    padding-left: 5px;
    padding-right: 5px;
}
}