.ncart_image_s{
	width:20%;
	float:left;
}
.ncart_name_s{
	width:40%;
	float: left;
}
.ncart_count_change{
	width:20%;
	float:left;
	padding-left: 20px;
}
.ncart_count_2{
	width:40px;
	float:left;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	font-family: 'PT Sans', sans-serif;
	padding-top: 3px;
}
.ncart_name_p{
	width:10%;
	float:left;
	font-size: 20px;
	text-align: center;
}
.ncart_name_op{
	width:10%;
	float: left;
	color:#a1b9d3;
	font-size: 18px;
}
.ncart_name_op i{
	margin-left: 10%;
}
.cart_count_ts{
	width:100%;
	background-color: white;
	margin-top: 10px;
	border-radius: 5px;
}
.cart_count_ts{
	font-size: 12px;
	font-weight: bold;
}
.cart_count_ts_1{
	background-color: #0073e6;
	padding: 20px;
	color:white;
	border-radius: 5px 5px 0 0;
}
.cart_count_ts_1 input{
	color:black;
	font-weight: normal;
}
.cart_block{
	width:100%;
	height: auto;
	float:left;
	position: absolute;
	z-index: 2000;
	margin-top:70px;
}
.cart_block_body{
	position: relative;
	min-width:300px;
	width:25%;
	max-width: 500px;
	height: auto;
	float:right;
	background-image: linear-gradient(white,#f2f6fa,#f2f6fa);
	margin-right:-15px;
}
.cart_block_body_header{
	position: relative;
	width: 100%;
	height: 40px;
	float:right;
	border-bottom: 1px solid #00c2fc;
}
.cart_block_body_header a{
	color:black;
}
.cart_empty_p{
	font-weight: bold;
	text-align: center;
	font-size: 18px;
	padding: 20px;
	padding-top: 0;
}
.cart_block_body_header i{
	font-size: 22px;
	float:right;
	margin-right: 10px;
	margin-top: 10px;
}
.cart_block_body_style{
	position: relative;
	width:100%;
	height: auto;
	float:left;
}
#cart_block{
	display: none;
}
#cart_block_empty{
	display: none;
}
.cart_block_products{
	width:100%;
	height: auto;
	float:left;
	padding-left: 10px;
	padding-right: 10px;
}
.cart_info_sum{
	position: relative;
	width:100%;
	height: auto;
	float:right;
	border-top:1px solid #81b35f;
	border-bottom:1px solid #81b35f;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}
.cart_info_sum{
	float:left;
}
.cart_info_sum p{
	font-size: 18px;
}
.cart_info_sum span{
	font-size: 20px;
	font-weight: bold;
}
#cart_product_lists{
	position: relative;
	width:100%;
	height: auto;
	float:right;
}
.cart_product_block{
	width:100%;
	height: auto;
	float:left;
	border-bottom:1px solid #81b35f;
}
.cart_product_loader{
	width:100%;
	height: 100px;
	position: absolute;
	background: black;
	opacity: 0.2;
	z-index: 2000;
	display: none;
}
.loader {
  border: 7px solid #f3f3f3;
  border-radius: 50%;
  border-top: 7px solid #3498db;
  width: 40px;
  height: 40px;
  margin:30px; auto;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.cart_product_img{
	width:30%;
	float:left;
}
.cart_product_img img{
	width:100%;
}
.cart_product_img p{
	text-align: center;
	font-size: 20px;
    font-weight: bold;
    color:#585d63;
    margin-top: -5px;
}
.cart_product_info{
	width:70%;
	height: 100%;
	float:left;
}
.cart_product_name{
	position: relative;
	width:100%;
	height: 50px;
	float:left;
	text-align: center;
	padding-top: 5px;
	font-size: 15px;
	border-bottom: 1px solid #585d63;
}
.cart_product_operation{
	position: relative;
	width:100%;
	height: 50px;
	float:left;
	padding-top: 5px;
	font-size: 15px;
	padding-top: 10px;
}
.cart_product_operation input{
	width:40px;
	text-align: center;
}
.cart_product_operation button{
	width:25px;
	background: #81b35f;
	border-color: #81b35f;
}
.cart_qty{
	margin-left: 10%;
}
.cart_product_remove{
	float:right;
	font-size: 18px;
	margin-right: 10px;
	color:#585d63;
	cursor:pointer;
}
.cart_checkout{
	position: relative;
	width:100%;
	height: auto;
	float:left;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
.cart_checkout button{
	border:none;
	background: #81b35f;
	color:white;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 12%;
	padding-right: 12%;
	font-size: 18px;
}


.cart_blade_title{
	
}
.btn_green{
	border: none;
    background: #0073e6;
    color: white;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
    border-radius: 5px;
}

.cart_change_div{
	margin-top: 1%;
	border-bottom: 1px solid #585d63;
}

.btn_change_payment{
	border: none;
    background: #585d63;
    color: white !important;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 7%;
    padding-right: 7%;
    font-size: 14px;
}
.change_opacity{
	position: absolute;
	width:100%;
	height: 100%;
	background-color: black;
	z-index: 200;
	opacity: 0.3;
	display: none;
}

.inp_error{
	border:solid 1px red !important;
}

#cart_info_block{
	display: none;
}

.cart_empty_cart{
	background-color: white !important; 
	border-radius: 20px; 
	padding-top: 50px; 
	padding-bottom: 50px;
	text-align: center;
}
.cart_empty_cart h3{
	font-weight: bold;
}
.cart_empty_cart button{
	margin-top: 50px;
	border:none;
	background-color: #fabc22;
	color:#333333;
	font-weight: bold;
	font-size: 18px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 10px;
}
.cart_count_change div{
	float:left;
}
.cart_count_circle{
	float:left;
	width:30px;
	height: 30px;
	border-radius: 7px;
	font-size: 24px;
	text-align: center;
	color:#0073e6;
	cursor:pointer;
	background-color: #f2f6fa;
}
.cart_count_circle p{
	
}
