	#totshippingpreview{
		display: block;
		margin-top: 15px;
		padding: 2px 0px;
		border-top: 1px solid #232323;
		border-bottom: 1px solid #232323;
	}

	#shipping_after{
		margin-top:10px;
		clear: both;
		text-align: left;
		background: #F6F6F6;
		color: #7A7A7A;
		position: relative;
		padding: 15px;
	}

	#shipping_after .content
	{
		display: inline-block;
		padding-left: 35px;
		font-size: 13px;
	}

	#shipping_after .content p
	{
		font-size: 13px;
	}

	#shipping_after .icon
	{
		font-size: 24px;
		position: absolute;
	}

	#shipping_before p, #shipping_after p{
		margin: 0px;
		padding: 0px;
	}

	#order #totshippingpreview{
		width:100%;
		text-align:center;
	}
	#totcamion{
		display:inline-block;
		position: relative;
		margin-right: 14px;
		top: 10px;
	}

	#totcamion>span
	{
		font-size: 32px;
		color: #62B144;
	}

	#tottext
	{
		display: inline-block;
		line-height: 1;
		color: #62B144;
		font-size: 14px;
		line-height: 21px;
		margin-bottom: 11px;
	}
	#tottext b
	{
		color: #232323;
		margin-right: 15px;
		margin-right: 15px;
	}

	#totselectzone{
		min-height: 200px;
		width: 760px;
		padding: 30px 15px;
		background: #fff;
	}
	@media (max-width: 767px) 
	{
		#totselectzone
		{
			width: 100%;
		}

		.hidden-on-mobile
		{
			display: none;
		}
	}

	#totselectzone label{
		font-weight: bold;
		line-height: 18px;
	}

	#totselectzone select{
		margin-left: 40px;
		width: 250px
	}

	#shipping_zone{
		margin-top: 30px;
		width: 500px;
		margin: 30px auto 0;
	}

	.tottable{
		border-collapse: collapse;
		width: 100%;
		margin: auto;
	}
	.tottable tr td{
		text-align:left;
		padding: 15px 5px;
		color: #232323;
		font-size: 14px;
	}
	.tottable tr.border_top
	{
		border-top: 1px solid #232323;
	}
	
	.tottable tr td img
	{
		max-width: 128px;
	}
	.tottable .fees{
		font-weight: bold;
		text-align: center;
	}

	.tottable th{
		padding: 7px 0;
		text-align: left;
		color: #232323;
		font-weight: normal;
		font-size: 14px;
	}
	
	.tottable .country_name, .tottable .carrier_name
	{
		font-weight: bold;
	}

	.choice_2{
		display: none;
		margin-top: 5px;
	}
        
	.ctr_btn_container
	{
		margin: 12px 0 20px 0;
		overflow: hidden;
	}

	.ctr_btn_container .coutry-btn
	{
		background-color: #e5e5e5;
		color: #595959;
		padding: 10px 20px;
		font-size: 15px;
		display: block;
		position: relative;
		text-decoration: none;
		border: none;
	}

	.ctr_btn_container ul li
	{
		float: left;
		text-align: center;
		position: relative;
		display: block;
		margin-bottom: 10px;
	}

	.coutry-btn.country_active
	{
		color: #fff;
		background: #65B144;
	}

	.country_tab_content
	{
		display: none;
	}

	.country_tab_content.active_county_tab
	{
		display: block;
	}



	.delivery-title
	{
		color: #232323;
		font-size: 16px;
	}

	@media (max-width: 767px)
	{
		.country_tab_content .tottable tr td:first-of-type
		{
			padding: 0;
		}
	}

	@media (min-width: 767px)
	{
		.tottable .fees{
			min-width: 130px;
		}
	}