div.news-detail
{
	word-wrap: break-word;
	/*background-color: #ededed;
	position:relative;
	margin-left:-180px;
	margin-right:0;*/
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 38px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}

.hide-show {
    padding-top: 20px;

}

#city_name {
    width: 100%;
    height: 40px;
    font-size: 16px;
    padding-left: 20px;
    background-color: #fff;

}

.city_field{

	width:65%;

}

.response_field{

	width:30%;

}

#response {
    text-align:center;
    background-color: #fff;
    padding-left:10px;
    padding-right: 10px;
    margin-left:30px;
    height: 40px;
    vertical-align: middle;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#response p{
     font-size: 12px;
     margin:0;
}






@media (min-width: 992px) and (max-width: 1199px) {

	.news-detail {
        padding:5px 25px 0;
	}
	#city_name {
        /*width: 400px;*/
        /*height: 30px;
        font-size: 14px;
        padding-left: 20px;*/


    }
    #response {
       /* width: 150px;*/
        text-align:center;
       /* padding-left:5px;
        padding-right: 5px;
        margin-left:30px;
        height: 30px;*/


    }
    #response p{
         font-size: 12px;

    }
    #response p.big_padding{
         padding-top:5%;
    }

    #response p.small_padding{
         padding-top:0;
    }

}

@media (min-width: 890px) and (max-width: 991px) {

	.news-detail {
        padding:5px 15px 0;
	}
	.address table{
	 margin-top:-40px;
	}
    #city_name {
            /*width: 350px;
            height: 30px;*/
            font-size: 14px;
            padding-left: 20px;


        }
	#response {
            /*width: 500px;
            text-align:center;
            padding-left:5px;
            padding-right: 5px;
            margin-top: 100px;
            margin-left:-500px;
            /*height: 30px;*/

        }

     #response p{
             font-size: 12px;

        }
        #response p.big_padding{
             padding-top:2%;
        }

        #response p.small_padding{
             padding-top:2%;
        }


}



@media (min-width: 768px) and (max-width: 889px) {

	.news-detail {
        padding:5px 15px 0;
	}
	.address table{
	 margin-top:-40px;
	}
    #city_name {
            /*width: 380px;*/
            height: 30px;
            font-size: 14px;
            padding-left: 20px;


        }
	#response {
           /* width: 380px;
            text-align:center;
            padding-left:5px;
            padding-right: 5px;
            margin-top: 80px;
            margin-left:-380px;
            height: 30px;*/

        }

     #response p{
             font-size: 12px;

        }
        #response p.big_padding{
             padding-top:2%;
        }

        #response p.small_padding{
             padding-top:2%;
        }


}



@media (max-width: 767px) {

	.news-detail {
        padding:10px 0 0;
	}

	.detail_picture {
	    width:100%;

	}
	.address p{
 text-align: center;
	}
    .address table {
        width:100%;
        margin-top: 10px;

    }
.city_field{

	/*width:320px;*/

}
	 #city_name {
                width: 100%;



            }

.response_field{

	/*width:100%;*/

}
    	#response {
              /* width: 320px;
                text-align:center;
                padding-left:5px;
                padding-right: 5px;
                margin-top: 100px;
                margin-left:-200px;*/



            }
     #response p.big_padding{
                  padding-top:7%;
             }

     #response p.small_padding{
                  padding-top:2%;
             }
     .hide-show img{
         width: 30px;

     }
}


.delivery_countries{
	text-align:center;
margin-bottom:20px;
}

.delivery_countries .btn.active{
    color: #fff;
    background-color: #cc9e79;
    border-color: #cc9e79;
}

.delivery_countries div.active:hover{
    color: #fff;
    background-color: #cc9e79;
    border-color: #cc9e79;
}

.soho-font{
	display:none;

}

.soho-font.active{
	display:block;

}


.delivery_countries div{
    margin-left: 20px;
    margin-right: 20px;
	cursor:pointer;
margin-bottom:15px;
}

@media (min-width: 1200px){

.delivery-detail {
    padding: 0 125px 35px !important;
}

}

@media (max-width: 1199px) and (min-width: 992px){
.delivery-detail {
    padding: 0 30px 35px !important
}
}

@media (max-width: 991px) and (min-width: 768px){
.delivery-detail {
    padding: 0 15px 25px !important;
}
}


@media (max-width: 767px){
.delivery-detail {
    padding: 20px 15px 10px !important;
}

}