.delivery-info {
	background: #A9B8C0!important;
	padding: 10px;
	color: #FFF;
	margin: 10px 0px;
	position: relative;
}
.delivery-info .title{
	font-size: 24px;
	font-weight: 700;
}
.delivery-info input[type='text']{
	width: 100px!important;
}
.delivery-info .button span{
	color: #FFF!important;
}
.delivery-info .right{
	text-align: right;
}
.delivery-info .not-available {
	font-size: 18px;
	font-weight: 700;
	color: #EA2349;
}
.delivery-info  .delivery-not-available, .delivery-info  .delivery-not-allowed, .country-not-allowed {
	display: none;
	font-weight: 700;
	color: #EA2349;
}
.delivery-info  .delivery-not-available a{
	color: #000!important;
}
.delivery-info  .error-delivery {
	color: #EA2349;
}
.delivery-info  .delivery-rates {
	color: #000;
}

.delivery-info  .scrollbox {
     width:90%!important;
     margin-bottom: 20px!important;
     height: 115px !important;
     overflow-y: scroll;
     background: #FFF;
 }

.delivery-info  .next-day{
	position: absolute;
	top: 0px;
	right: 10px;
	background: #F31329;
	padding: 10px;
	color: #FFF;
	display: none;
	padding-bottom: 0px;
	margin-top: -15px;
}
.delivery-info  .delivery-time {
	font-size: 16px;
	font-weight: 700;
	line-height: 35px;
}
.product-variations {
	padding-top:10px;
}
.add-on-image {
	float: left;
	margin-right: 10px;
}
.product-add-on input[type='text']{
	width: 50px!important;
}	
.product-add-on .price-old, .product-add-on .price-new{
	font-size: 20px!important;
} 
.add-on-product-select {
	width: 130px;
}
.current-country, .product-country {
	color: #000!important;
}
.country-not-allowed a {
	display: inline-block;
	width: 45%;
	background: #EA2349;
	line-height: 25px;
}
.country-not-allowed a + a{
	margin-left: 8%;
}

/*
akinak task 2
*/
.delivery-info  .scrollbox_extend {
    width:90%!important;
    margin-bottom: 20px!important;
    min-height: 215px !important;
    overflow-y: scroll;
    /* background: #FFF; */
}

.delivery-info .diselect {
    margin: 10px;
}

.delivery-info  .select_red_span {
    float: right;
    display: none;
    margin-right: 20px;
    margin-top: 3px;
    color: red;
}

.delivery-info .delivery_method_name {
    margin-left: 30px;
}

.selshipdt {
    padding: 0 5px;
    line-height: 26px;
    font-size: 14px;
    cursor: pointer;
}
