.remove_coupon {
	display: inline-block;
	width: 16px;
	height: 16px;
	color: #ce4a4c;
	font-size: 17px;
	text-align: center;
	border-radius: 3px;
	border: 1px solid #ce4a4c;
	cursor: pointer
}
.door_transfer_display{
	display:none;
}

.remove_coupon:hover {
	background: #ce4a4c;
	color: #fff
}

.cart_btn_con {
	width: calc(50% - 100px);
	float: right;
	margin: 20px auto
}

.cart_btn_con .subtotal {
	width: 100%;
	text-align: left;
	padding-bottom: 10px
}

.cart_btn_con span {
	font-size: 18px
}

.cart_btn_con .total {
	font-weight: 700
}

.coupon_con {
	width: calc(50% - 100px);
	float: left;
	margin: 20px auto
}

.coupon_con input {
	display: block;
	border: 2px solid #b9b9b9;
	float: left;
	padding-left: 20px;
	padding-top: 10px;
	width: 70%;
	margin: 0;
	height: 44px;
	border-radius: 2px 0 0 2px
}

.coupon_con .btn-coupon {
	border: 2px solid #b9b9b9;
	background: #b9b9b9;
	color: #fff;
	font-size: 18px;
	width: 30%;
	height: 44px;
	border-radius: 0 2px 2px 0;
	cursor: pointer
}

.coupon_con .btn-coupon:hover {
	background: #1a1818;
	border-color: #1a1818
}

.shopping_bag {
	width: 100%;
	max-width: 990px;
	margin: 0 auto;
	padding: 0 20px;
	letter-spacing: 1px
}

.shopping_bag h1 {
	font-size: 36px;
	text-align: center;
	font-weight: 300;
	margin: 40px auto 50px;
	text-transform: uppercase;
	letter-spacing: 5px
}

.shopping_bag .cart_list {
	position: relative;
	display: block;
	width: 100%;
	font-size: 15px;
	text-align: left;
	margin-bottom: 15px
}

.shopping_bag .cart_list li {
	position: relative;
	display: inline-block;
	text-align: left;
	width: 100%;
	padding: 10px 0;
	border-bottom: 1px solid #d5d5d5;
	vertical-align: middle
}

.shopping_bag .cart_list li:first-child {
	border-top: 1px solid #d5d5d5
}

.shopping_bag .cart_list li figure {
	position: relative;
	display: block;
	width: 60px;
	height: 80px;
	background: #fff;
	float: left;
	margin-right: 15px
}

.shopping_bag .cart_list li figure img {
	display: block;
	width: 100%;
	height: 100%
}

.shopping_bag .cart_list li .product_info {
	display: inline-block;
	font-size: 17px;
	line-height: 18px;
	font-weight: 500
}

.shopping_bag .cart_list li .product_info span {
	font-size: 13px;
	color: #666;
	font-weight: 400
}

.shopping_bag .cart_list li .product_info .price {
	display: inline-block;
	font-size: 17px;
	/*margin-top: 13px*/
}

.shopping_bag .cart_list li .product_info .remove {
	display: inline-block;
	margin-left: 15px;
	font-size: 13px;
	text-decoration: underline;
	color: #666;
	cursor: pointer
}

.shopping_bag .cart_list li .product_info .remove:hover {
	color: #1a1818
}

.shopping_bag .cart_list .product_total {
	position: relative;
	display: block;
	height: 100%;
	float: right;
	text-align: right
}

.shopping_bag .cart_list .product_total .quantity {
	min-width: 70px;
	margin-bottom: 10px
}

.shopping_bag .cart_list .product_total .total {
	display: inline-block;
	color: #1a1818;
	font-size: 18px;
	vertical-align: middle
}

.color_options,
.variants {
	margin: 10px 0;
	height: 150px
}

.variants a {
	position: relative;
	display: inline-block;
	width: 28px;
	height: 28px;
	margin: 5px;
	border-radius: 50%
}

.variants a.selected:after,
.variants a:hover:after {
	position: absolute;
	top: -4px;
	left: -4px;
	content: "";
	width: 36px;
	height: 36px;
	border-radius: 50%;
	border: 1px solid #373737
}

.color_options input[type=radio] {
	position: relative;
	width: 28px;
	height: 28px;
	float: left;
	margin: 5px!important;
	padding: 0;
	border: 1px solid silver;
	-webkit-appearance: none;
	border-radius: 50%
}

.color_options input[type=radio]:hover {
	border-color: #4d4d4d
}

.color_options input[type=radio]:checked {
	border-color: #4d4d4d
}

.color_options input[type=radio]:checked:after,
.color_options input[type=radio]:hover:after {
	content: "";
	position: absolute;
	top: -5px;
	left: -5px;
	display: inline-block;
	width: 36px;
	height: 36px;
	border: 1px solid #373737;
	border-radius: 50%
}

.product_con {
	position: relative;
	display: block;
	width: 100%;
	max-width: 990px;
	margin: 0 auto;
	padding: 20px 0 60px;
	text-align: left
}

.product-img {
	display: block;
	width: calc(50% - 30px);
	float: left;
	margin-right: 40px;
	margin-bottom: 40px
}

.product-img img {
	width: 100%
}

.product-info {
	display: block;
	width: calc(50% - 30px);
	text-align: left;
	float: left;
	margin-bottom: 40px
}

.product-info .description {
	margin-top: 20px
}

.product-info .description .head {
	font-weight: 700;
	font-size: 14px;
	color: #666;
	padding-bottom: 10px;
	margin-bottom: 10px;
	letter-spacing: 2px;
	text-transform: uppercase;
	border-bottom: 1px solid #e6e6e4
}

.product-info .description .copy {
	font-size: 14px;
	line-height: 18px;
	text-align: left;
	border-bottom: 1px solid #e6e6e4
}

.product-info .title {
	font-size: 24px;
	margin: 0;
	font-weight: 500;
	color: #373737
}

.product-info .subtitle {
	display: block;
	font-size: 16px;
	color: #666;
	margin-bottom: 7px
}

.product-info .price {
	display: inline-block;
	font-weight: 500;
	font-size: 28px;
	margin: 10px 0;
	font-weight:bold;
}

.product-info .price span {
	/*font-size: 14px*/
}

.product-info span.old_price {
	margin:6px 0px 0px;
    font-size: 25px;
    width: 100%;
}
.product-item span.old_price {
	display: block;
    margin: 6px 0px 26px;
	/*margin:6px 0px 0px;*/
    font-size: 25px;
    width: 100%;
}

.product-info .btn-addtocart {
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
	padding: 10px 0 9px;
	border-bottom: 1px solid #b9b9b9;
	cursor: pointer
}

.abonelik_con {
	display: block;
	width: 100%;
	max-width: 1280px;
	text-align: center;
	margin: 40px auto;
	padding: 0 15px
}

.abonelik_con .item {
	position: relative;
	display: inline-block;
	margin: 20px 10px 10px;
	width: calc(25% - 24px);
	height: 380px;
	padding: 20px;
	vertical-align: top;
	border: 1px solid #d1d7e3;
	border-radius: 22px
}

.abonelik_con .item .image {
	display: inline-block;
	width: 100%;
	max-width: 220px;
	height: auto
}

.abonelik_con .item .title {
	display: block;
	color: #1f3c76;
	font-size: 18px;
	line-height: 32px;
	margin: 20px auto 10px
}

.abonelik_con .item .subtitle {
	display: inline-block;
	color: #ca4933;
	font-size: 18px;
	line-height: 21px;
	height: 40px
}

.abonelik_con .item .btn-abonelik {
	position: absolute;
	width: 140px;
	left: 50%;
	transform: translateX(-50%);
	bottom: -25px;
	background-color: #204fad;
	color: #fff;
	border-radius: 32px;
	text-transform: uppercase;
	box-shadow: 0 10px 15px -10px rgb(31, 60, 118, .8)
}

.abonelik_con .item .btn-abonelik:hover {
	background-color: #fff;
	border-color: #204fad;
	color: #204fad;
	box-shadow: 0 2px 3px 0 rgb(31, 60, 118, .5)
}

.abonelik_con .item.label {
	height: 420px;
	margin-top: 0;
	border-color: #ff644a
}

.abonelik_con .label::after {
	position: absolute;
	top: 0;
	right: 0;
	content: "";
	background: url(/content/media/populer.svg) center center no-repeat;
	width: 90px;
	height: 90px;
	border-radius: 0 21px 0 0
}

.abonelik_con .item.item:nth-child(4) .title {
	margin-top: 40px
}

.account_orders {
	text-align: left
}

.account_orders label {
	display: inline-block;
	/*width: 80px*/
}

.account_orders td,
.account_orders th {
	border-bottom: 1px solid silver;
	padding: 10px 0;
	line-height: 21px;
	vertical-align: middle
}

.orders {
	border-bottom: 1px solid silver;
	padding: 20px 0
}

.fancybox-slide--iframe .fancybox-content {
	width: 100%;
	height: 80%;
	max-width: 760px;
	max-height: 80%;
	margin: 0;
	border-radius: 12px
}

.address_con {
	width: 100%;
	max-width: 460px;
	margin: 10px 20px 10px 0;
	line-height: 21px;
	font-weight: 300
}

.products_item_con {
	position: relative;
	display: block;
	width: 100%;
	max-width: 1280px;
	text-align: center;
	margin: 70px auto;
	padding: 0 20px
}

.product-slider {
	position: relative;
	display: block;
	width: 100%;
	max-width: 1280px
}

.header_img {
	width: 100%
}

.products_con {
	position: relative;
	display: block;
	width: 100%;
	max-width: 1280px
}

.shop-subtitle {
	display: block;
	font-size: 18px;
	color: #666;
	margin: 0 auto 10px
}

.delivery_con {
	float: left;
	width: 50%;
	margin-bottom: 40px
}

.checkout_con .mini_cart_list {
	position: relative;
	display: block;
	float: right;
	padding: 20px;
	margin-top: 15px;
	z-index: 0
}

.checkout_con h3 {
	margin-top: 10px;
	text-align: left
}

#sale-contract {
	display: none
}

.fancybox-content {
	width: 100%;
	height: 80%;
	max-width: 760px;
	max-height: 80%;
	margin: 0;
	border-radius: 12px
}

.payment_method {
	display: block;
	width: 100%;
	max-width: 380px;
	background-color: #f8f8f8;
	padding: 25px;
	border: 2px solid #1a1818;
	margin-bottom: 10px;
	border-radius: 10px
}

.section_inner .mini_cart_list {
	position: relative;
	display: block;
	float: right;
	padding: 20px;
	margin-top: 15px;
	z-index: 0
}

.checkout_con {
	width: 100%;
	max-width: 960px;
	margin: 2px auto
}

.payment_con {
	float: left;
	width: 50%
}

.son_odeme {
	width: calc(35% - 20px);
	margin-right: 20px
}

.cvc {
	width: 30%
}

.payment_con h2 {
	margin: 5px 0 15px;
	text-align: left
}

.payment_con h3 {
	margin-top: 10px;
	text-align: left
}

#agree {
	margin-top: 20px
}

#agree a {
	text-decoration: underline
}

@media only screen and (max-width:820px) {
	.checkout_con,
	.coupon_con {
		width: 100%;
		float: none;
		margin: 15px auto
	}
}

@media only screen and (max-width:760px) {
	.product_con {
		padding: 0 15px 60px
	}
	.product-img {
		width: 100%;
		float: none;
		margin-right: 0;
		margin-bottom: 20px
	}
	.header_img {
		width: 100%
	}
	.product-info {
		width: 100%;
		float: none;
		margin-right: 0;
		margin-bottom: 20px
	}
	.checkout_con .mini_cart_list {
		display: none
	}
	.delivery_con {
		float: none;
		width: 100%
	}
	.section_inner .mini_cart_list {
		display: none
	}
	.payment_con {
		float: left;
		width: 100%
	}
}

@media only screen and (max-width:480px) {
	.mbuton{
		width:100%;
	}
	.cart_btn_con {
		width: 100%
	}
	.shopping_bag h1 {
		font-size: 26px;
		margin: 20px auto 30px;
		letter-spacing: 0
	}
	.header_img {
		width: 100%
	}
	.abonelik_con .item {
		padding: 20px 10px
	}
	.abonelik_con .item,
	.abonelik_con .item.label {
		width: 100%;
		height: auto;
		margin: 20px 0
	}
	.abonelik_con .item .image {
		display: blcok;
		width: 40%;
		margin-right: 10px;
		height: auto;
		float: left
	}
	.abonelik_con .item .title {
		float: left;
		display: block;
		font-size: 21px;
		line-height: 24px;
		margin: 10px auto 5px
	}
	.abonelik_con .item .subtitle {
		float: left;
		display: block;
		width: 55%;
		font-size: 14px;
		line-height: 16px;
		text-align: left;
		height: auto;
		margin-bottom: 20px
	}
}

span.sale_price {
	/*vertical-align: super;*/
	display: inline-block;
	font-size: 15px;
	text-decoration: line-through;
	color: #e30613;
}

.product-item span.new_price,.product-item span.price  {
  /*font-size: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;*/
  width: 100%;
  }
span.new_price {
	font-size: 25px;
	display: inline-block;
	/*padding-right: 7px;*/
	font-weight: bold;
	/*margin: 10px auto;*/
}

.shopping_bag .cart_list li .product_info span.new_price, .mini_cart span.new_price{
    width: 100%;
    padding-left: 0px;
}

.shopping_bag .cart_list li .product_info span.sale_price, .mini_cart  span.sale_price{
    font-size: 11px;
    vertical-align: bottom;
}

.abonelik_con .item span.price {
    display: inline-block;
    vertical-align: super;
	font-size: 28px;
    font-weight: bold;
}