/*Product Ship Pop Up*/

.ship-dialog-popup {
  display: none; 
  position: fixed;
  z-index: 99999999;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}
.ship-dialog-popup-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 50%;
  right: 0;
  left: auto;
  position: fixed;
  top: 0;
  transform: translateX(0);
  height: 100vh;
  overflow: auto;
  
}
.pop-up-tittle p {
  font-weight: 600;
  font-size: 16px;
}
@media(max-width:600px) {
	.ship-dialog-popup {
	  display: none; 
	  position: fixed;
	  z-index: 99999999;
	  padding-top: 0px;
	  left: 0;
	  top: 0;
	  width: 100%; 
	  height: 100%;
	  overflow: auto;
	  background-color: #ffffff;
	}
	.ship-dialog-popup-content {
	  background-color: #fefefe;
	  margin: auto;
	  padding: 20px;
	  border: 1px solid #fff;
	  width: 100%;
	}
}
.product-intro__ship-and-pay {
    margin-top: 25px;
    margin-bottom: 25px;
    background-color: #f7f8fa;
    padding: 15px;
}

.product-intro__ship_item {
    padding: 5px;
    cursor: pointer;
    
}
.product-intro__ship_item .header {
    display: inline-flex;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
    color: black;
}


.product-intro__ship_item .content {
    font-size: 14px;
}
.product-intro__ship_item span {
	vertical-align: middle;
}

.icon-more img {
    margin-left: 5px;
    width: 12px!important;
    display: inline-block;
}