/* Account user
--------------------------------- */
.account_page #cab_left {
	border-right: 1px solid #e9e9e9; 
	
}

.account_page #cab_left #profile_user {
	border-bottom: 1px solid #e9e9e9; 
	padding-bottom: 15px;
	padding-right: 15px;
}

.account_page #cab_left .profiler {
	padding: 15px;
	border-radius: 4px;
	margin-bottom: 0;
	padding-left: 10px;
}

.account_page #cab_left .profiler a {
	text-decoration: none;
}
.account_page #cab_left .profiler i {
	font-size: 28px;
	position: relative;
	top: -5px;
	color: #777;
}
.account_page #cab_left .profiler .prifile_name {
	font-size: 16px;
	margin-bottom: 2px;
	color: #f76b07;
	font-weight: 500;
}
.account_page #cab_left .profiler .prifile_login {font-size: 14px;color:#666;}

.account_page #cab_left .profile_nav {
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 80px;
}

.account_page #cab_left .profile_nav li a {
	padding: 15px;
	border-radius: 4px;
	display: block;
	color: #000;
}
.account_page #cab_left .profile_nav li a i {
	padding-right: 4px;
	color: #777;
	font-size: 17px;
	position: relative;
	top: 2px;
}
.account_page #cab_left .profile_nav li a:hover, .account_page #cab_left .profiler:hover {
	background: #fff8ed;
	text-decoration: none;
	color: red;
}

/*svg icon */
.account_icon_svg {
	width: 20px;
    height: 20px;
    fill: #444;
    vertical-align: middle;
    position: relative;
    top: 0px;
    stroke: #444;
    stroke-width: 8;
    margin-right: 7px;
}

.account_user_icon_svg {
	width: 34px;
    height: 34px;
    fill: #444;
    position: relative;
    top: 0px;
    stroke: #444;
    stroke-width: 8;
}

.account_page .acount_box {
	margin-bottom: 8px;
    padding: 16px;
    border: 1px solid #e9e9e9;
    border-radius: 4px;
}

.account_page .acount_box_header {
	margin-bottom: 20px;
}
.account_page .left_heds {
	display: inline-block;
	width: 49%;
	font-size: 21px;
}
.account_page .right_heds {
	display: inline-block;
	width: 49%;
	text-align: right;
}

.account_page .acount_box ul li {
	display: inline-block;
	margin-right: 10px;
	width: 20%;
}
@media (max-width: 768px) {
	.account_page .acount_box ul li {
		display: inline-block;
		margin-right: 10px;
		margin-bottom: 15px;
		width: 46%; 
	}
	.account_page .acount_box {
	    padding-bottom: 0;
	}
}
.account_page .acount_box.addres_box_user ul li {width: 100%;}
.account_page .acount_box.addres_box_user ul li a {
	color: #2e4eab;
	font-size: 13px;
	display: inline-block;
	margin-right: 15px;
}

.account_page .acount_box.login-password_user ul li {width: 35%;}
.account_page .acount_box.login-password_user ul li a {display: inline-block;margin-left: 15px; color: #2e4eab;font-size:13px;}

.account_page .acount_box ul li label {
	font-size: 13px;
	color: #999;
}
.account_page .acount_box ul li a {
	font-size: 15px;
	color: #000;
}

@media (max-width: 768px) {
	.account_page .acount_box.login-password_user ul li {
    	width: 90%;
	}
	.account_page .acount_box.login-password_user ul li:last-child {
    	margin-right: 0;
	}
}

@media (min-width: 1200px) {
	.login_box {
		width: 50%;
		margin: 0 auto;
	}
	.reg_link {
		text-align: right;
	}
}

@media (max-width: 768px) {
	.register_user a {
		display: inline-block;
		margin-top: 8px;
		font-size: 16px;
	}
}

.login_box .btn-primary {
    background-color: #3e77aa;
    color: #fff;
    padding: 8px 55px;
    font-size: 16px;
    border: 0;
    border-radius: 4px;
    transition: 0.2s;
    background-image: none;
    border: none;
}

/* Mobile menu account
------------------------------------ */
@media (max-width: 767px){
	.account_page #column-left.hidden-xs {
	    display: block !important;
	    margin-top: 5px;
	}
	.account_page aside {
    	background-color: #fff;
	    box-shadow: none!important;
	    padding-left: 8px;
	    padding-right: 8px;
	    border-bottom: 1px solid #e4e4e4;
	    margin-bottom: 15px;
	}

	.account_page #cab_left #profile_user {
	    border-bottom: 0;
	    padding-bottom: 5px;
	    padding-right: 0px;
	    margin-bottom: 10px;
	    border-bottom: 1px solid #e4e4e4;
	}

	.account_page .breadcrumb {display: none;}

	.account_page #cab_left {
    	border-right: 0;
	}
	.account_page #cab_left .profile_nav {
    	padding-right: 0;
    	padding-top: 0px;
    	padding-bottom: 0;
	}
	.account_page #cab_left .profile_nav li a {
	    padding: 10px;
	}

	#account_page_order.account_page #cab_left{
		border-bottom: 1px solid #e0e0e0;
	}

}


/*active link account
------------------------------------ */
#account_page .profiler {background: #ffedd3;}
#account_page_order .profile_nav li.order a {background: #ffedd3;}
#account_page_wishlist .profile_nav li.wishlist a {background: #ffedd3;}
#account_page_myreview.review_my .profile_nav li.reviews a {background: #ffedd3;}
#account_page_myreview.question_my .profile_nav li.questions a {background: #ffedd3;}
#account_page_return .profile_nav li.return a {background: #ffedd3;}

#account_coupon .profile_nav li.mycoupon a {background: #ffedd3;}
#account_viewed .profile_nav li.viewed a {background: #ffedd3;}


/* order_list account
----------------------------- */
#order_list {margin-bottom: 15px;}
#order_list .order_box {
	display: flex;
	padding: 16px;
    border: 1px solid #e9e9e9;
    border-radius: 4px;
    margin-bottom: 10px;
}

#order_list .order_box .col0 {margin-right: 15px;}
#order_list .order_box .rows {width: 100%;position: relative;}
#order_list .order_box .col1 {width: 40%;display: inline-block;vertical-align: top;min-height: 70px;}
#order_list .order_box .col2 {width: 15%;display: inline-block;vertical-align: top;}
#order_list .order_box .col3 {width: 44%;text-align: right;display: inline-block;}
#order_list .order_box .col3 img {
	margin-left: 6px;
	margin-bottom: 6px;
	border: 1px solid #eee;
	padding: 2px;
	border-radius: 4px;
}

.detail_order {
	width: 100%;
	margin-top: 15px;
	position: absolute;
    bottom: 0;
}


#order_list .status_color span {
	height: 100%;
	width: 14px;
	border-radius: 6px;
	    display: block;
}


@media (max-width: 768px) {
	#order_list .order_box .col3 {
		text-align: left;
		margin-top: 20px;
		margin-bottom: 15px;

	}
	#order_list .order_box .col3 img {
		margin-right: 6px;
		margin-left: 0;
	}
	#order_list .order_box .col1 {
	    width: 62%;
	    display: inline-block;
	    vertical-align: top;
	    min-height: 70px;
	}
	#order_list .order_box .col2 {
	    width: 33%;
	    display: inline-block;
	    vertical-align: top;
	}
	#order_list .order_box .col3 {
	    width: 100%;
	    text-align: left;
	    display: inline-block;
	    margin-bottom: 5px;
	}
	.detail_order {
	    width: 100%;
	    margin-top: 15px;
	    position: inherit;
	    bottom: 0;
	}
}


/* Order Info
------------------------------ */

.table_noborder, .table_noborder td {
    border: 0 !important;
    padding: 0 !important;
    vertical-align: initial !important;
}
.table_noborder span.onespan {
    border-bottom: 1px solid #e9e9e9;
    display: block;
    padding-bottom: 8px !important;
    margin-bottom: 15px;
    margin-right: 100px !important;
}

.jfl span {
	font-weight: 500;
}

.fiss89 {color: #444;}

.full_history {
	margin-top: 50px;
}

#account_page_order .visible_mob .onespan.ship_addr {
    border-bottom: 1px solid #e9e9e9;
    display: block;
    padding-bottom: 8px !important;
    margin-right: 0px !important;
    margin-top: 15px;
}
#account_page_order .visible_mob .onespan {
    margin-right: 0px !important;
    margin-bottom: 8px;
}

/* wishlist
------------------------------ */
.remove_wishlist {
	position: absolute;
	z-index: 8;
	top: 10px;
	right: 10px;
}


.remove_wishlist .svg_icon.trash_cart {
	fill:#999;
	width: 20px;
	height: 20px;
}
.remove_wishlist .svg_icon.trash_cart :hover {
	color: red;
	fill:red;
}


/* my review
--------------------------------- */
#account_page_myreview #accordion .product_name {
	font-weight: 500;
	font-size: 15px;
	margin-bottom: 8px;
	color: #999;
}
#account_page_myreview #accordion .text_mini {
	font-weight: 400;
	font-size: 15px;
}

#account_page_myreview .review_container {
	border: 0;
	box-shadow: none;
	margin-bottom: 0px;
}

#account_page_myreview .rwc_header, #account_page_myreview .rwc_body {padding-left:0;padding-right:0;}

#account_page_myreview .panel-default>.panel-heading {
    color: #333;
    background-color: #fbfafa;
    border-color: #e9e9e9;
}

/* my question
--------------------------------- */
#account_page_myreview #accordion .product_name {
	font-weight: 500;
	font-size: 15px;
	margin-bottom: 8px;
	color: #999;
}
#account_page_myreview #accordion .text_mini {
	font-weight: 400;
	font-size: 15px;
}

#account_page_myreview .question_container {
	border: 0;
	box-shadow: none;
	margin-bottom: 0px;
}

#account_page_myreview .rwc_header, #account_page_myreview .rwc_body {padding-left:0;padding-right:0;}

#account_page_myreview .panel-default>.panel-heading {
    color: #333;
    background-color: #fbfafa;
    border-color: #e9e9e9;
}


/* My coupon
--------------------- */
#account_coupon h4 {
	font-weight: 400;
	margin-bottom: 15px;
	line-height: 20px;
}
#account_coupon .mycoupon_box {
	border: 1px solid #ccc;
	border-radius: 4px;
	margin-bottom: 30px;
	padding: 10px;
	padding-top: 16px;
}

#account_coupon .mycoupon_box .title_skidka {
	text-align: center;
	font-weight: 500;
	font-size: 15px;
	margin-bottom: 16px;
}
#account_coupon .mycoupon_box .title_skidka  span {
	background-color: #21a626;
	color: #fff;
	border-radius: 8px;
	padding: 5px 10px;
}

#account_coupon .mycoupon_box .code_skidka {
	text-align: center;
	font-size: 16px;
	margin-top: 10px;
	font-weight: 600;
	border: 1px solid #eee;
	padding: 5px 10px;
	background-color: #f1f1f1;
	border-radius: 3px;
}

#account_coupon .mycoupon_box .code_skidka .copy_icon .svg_icon {
	overflow: hidden;
    height: 14px;
    width: 14px;
    margin-left: 15px;
    fill: #afb0b1;
}
#account_coupon .mycoupon_box .code_skidka {
	position: relative;
}
#account_coupon .mycoupon_box .code_skidka:hover {
	cursor: pointer;
}
#account_coupon .mycoupon_box .code_skidka .copy_ok {
	display: none;
	position: absolute;
	top: 0;
	z-index: 2;
	color: #000;
	background: #f1f1f1;
	font-size: 14px;
	font-weight: 400;
	padding: 5px 0;
	width: 90%;
}
#account_coupon .mycoupon_box .code_skidka .copy_ok .svg_icon {
	overflow: hidden;
    height: 14px;
    width: 14px;
    margin-left: 15px;
    fill: #21a626;
}
#account_coupon .mycoupon_box .code_skidka .copy_ok.active {
	display: block;
}