.user-profile {
    margin: -23px 0 6px;
    text-align: left;
    padding-left: 35px;
}
.shopicon {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url(shopcons.png) no-repeat;
    background-position: 0px 0px;
    transform: scale(0.6);
    margin-bottom: -20px;
    margin-left: 0 !important;
    margin-right: 0px;
}
span.shopicon.picon {
    background-position: -445px -8px;
}
span.shopicon.cicon {
    background-position: -591px -8px;
}
span.shopicon.aicon {
    background-position: -5px -8px;
}
span.shopicon.proicon {
    background-position: -518px -8px;
}
span.shopicon.oicon {
    background-position: -666px -8px;
}
span.shopicon.outicon {
    background-position: -814px -8px;
}
span.shopicon.gicon {
    background-position: -738px -8px;
}
span.shopicon.micon {
    background-position: -298px -8px;
    float: right;
    margin-top: -10px;
    margin-right: -10px;
}
span.shopicon.caicon {
    background-position: -885px -8px;
}
span.shopicon.cricon {
    background-position: -1004px -8px;
}
span.shopicon.addicon {
    background-position: -373px -8px;
}
.more-actions span.shopicon {
    transform: scale(0.4) translateX(-20px);
    /* margin-right: -10px; */
}
span.shopicon.shicon {
    background-position: -224px -8px;
}
span.shopicon.cuicon {
    background-position: -297px -8px;
}
span.shopicon.toicon {
    background-position: -74px -8px;
    width: 60px;
	margin-right:-15px;
}
.more-actions {
    margin-top: -15px;
}
span.buy-product span.shopicon.addicon ,
span.buy-product span.shopicon.caicon {
    position: absolute;
    right: -47px;
    top: -5px;
}
.cart-total > span {
    margin-top: -17px;
}

a.viewcart span.shopicon.cicon,
a.viewcart span.shopicon.picon {
    position: absolute;
    right: -47px;
    top: -5px;
}
.login-register span {
font-size: 13px;
    display: inline-block;
}
.notlogin {
    margin-top: -7px;
    display: inline-block;
    margin-bottom: 6px;
}
.islogin {
    margin-top: -7px;
    display: inline-block;
    margin-bottom: 6px;
    margin-left: 12px;
}
.login-register a:hover {
	color: #ff6650;
}
.login-register a {
    font-size: 13px;
    display: inline-block;
    margin: 0 15px 0 0px;
    color: #888;
	transition:all 0.2s linear;
}
.login-forms select ,
.login-forms input {

    border: 1px solid #eee;
    border-radius: 3px;
    padding: 0 15px 4px;
    margin-bottom: 20px;
    font-size: 12px;
    width: 79%;
    height: 40px;
    line-height: 30px;
    display: inline-block;

}
.login-forms select.error ,
.login-forms input.error {
    border: 1px solid #ff6350;
}

.userinfo span.section-reg ,
.login-forms span.section-reg {
    display: block;
    margin: 10px 0 20px;
    font-size: 15px;
    /* background: #f8f8f8; */
    padding: 10px 0px 18px;
    border-bottom: 1px solid #56aa47;
    color: #56aa47;
}
.login-forms input[type="radio"] {
    width: auto;
    height: auto;
    display: inline-block;
    margin-left: 10px;
    line-height: 10px;
    margin: 4px 0 30px 10px;
    vertical-align: top;
}
.login-forms span.radiol {
    font-size: 12px;
    line-height: 10px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 25px;
}
.login-forms input:-webkit-autofill,
.login-forms input:-webkit-autofill:hover, 
.login-forms input:-webkit-autofill:focus,
.login-forms input:focus
.login-forms input:-webkit-autofill, 
.login-forms textarea:-webkit-autofill,
.login-forms textarea:-webkit-autofill:hover
.login-forms textarea:-webkit-autofill:focus,
.login-forms select:-webkit-autofill,
.login-forms select:-webkit-autofill:hover,
.login-forms select:-webkit-autofill:focus {
  border: 1px solid #dadada;
  -webkit-text-fill-color: black;
  -webkit-box-shadow:  0 0 0px 1000px #fff inset;
  transition: all 0.3s linear;
}
.login-forms label {

    display: inline-block;
	width:20%;
    margin-bottom: 15px;
    font-size: 13px;
    font-weight: normal;

}
button.effect-btn-send {
    padding: 8px 30px 12px;
    background-color: transparent;
    border-color: #ff6350;
    color: #ff6350;
    transition: all 0.3s linear;
    border: 1px solid #ff6350;
    border-radius: 3px;
    font-size: 12px;
    float: left;
}
button.effect-btn-send:hover {
	    background-color: #ff6350;
    color: #fff;
}
.login-forms h3 {
    text-align: center;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 18px;
}
.tml-row-actions a {
    display: inline-block;
    margin-left: 10px;
    color: #717171;
    font-size: 13px;
    transition: all 0.2s linear;
}
.tml-row-actions a:hover {
    color:#ff6350;
}
.tml-row-send {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
p.message {
    display: block;
    text-align: center;
    margin-top: 20px;
    font-size: 13px;
    color: #ff5f50;
}
span.buy-product {
    display: block;
    width: 100%;
    text-align: center;
    margin: 20px 0 10px;
    background: #add253;
    background: -webkit-linear-gradient(#add253, #7db142);
    background: -o-linear-gradient(#add253, #7db142);
    background: -moz-linear-gradient(#add253, #7db142);
    background: linear-gradient(#add253, #7db142);
    color: #fff;
    height: 40px;
    line-height: 37px;
    font-size: 13px;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s linear;
}
span.buy-product.loading {
	    cursor: wait;
}
span.buy-product.loading ,
span.buy-product:hover {
	opacity: 0.8;
}
p.error {
    text-align: center;
    line-height: 20px;
    font-size: 10px;
    /* background: #f8f8f8; */
    padding: 0;
    border-radius: 6px;
    position: absolute;
    /* width: 100%; */
    width: 100%;
    bottom: 30px;
    color: #72be2a;
}
a.viewcart.viewlogin.onview {
    transform: translateY(-50px);
}
.emptycart.hiddener {
	transition:all 0.2s linear;
	opacity:1;
	visibility:visible; 
}
.emptycart.side_btn.hiddener {
	opacity:0;
	visibility:hidden;
}
.product-addons p.error {
    bottom: -20px;
    margin: 0;
}
a.viewcart {
    width: 100%;
    text-align: center;
    margin: 0px 0 10px;
    background: #ff6c50;
    background: -webkit-linear-gradient(#ff6c50, #ff6c50);
    background: -o-linear-gradient(#ff6c50, #ff6c50);
    background: -moz-linear-gradient(#ff6c50, #ff6c50);
    background: linear-gradient(#ff6c50, #ff6c50);
    color: #fff !important;
    height: 40px;
    line-height: 37px;
    font-size: 13px !important;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s linear;
	display:inline-block;
	opacity:0;visibility:hidden;
	position: relative;
}
a.viewcart.onview {
	opacity:1;visibility:visible;
}
a.viewcart:hover {
	opacity: 0.8;
}
.addtocart {
    position: relative;
}

.emptycart.side_btn p {
    margin: 0;
}
.emptycart.side_btn {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.cart_item {
    display: flex;
    justify-content: space-between;
    padding: 15px 15px 18px;
    background: #f8f8f8;
    border-radius: 6px 6px 0 0;
}
span.item_title {
    color: #333;
    font-size: 14px;
	    display: inline-block;
}

span.item_price {
    font-size: 13px;
    color: #72be29;
    margin-right: 30px;
	    display: inline-block;
}
.more-actions span {
    display: inline-block;
    font-size: 12px;
    margin-left: 15px;
    cursor: pointer;
    transition: all 0.2s linear;
}

.mycart {
    opacity: 1;
    transition: all 0.2s linear;
}

.mycart.loading {
    opacity: 0.3;
}
.addons-view {
    /* display: none; */
    width: 100%;
}
span.noresut {
	display:none;
}
input.searcher {
    width: 100%;
    border: none;
    padding: 10px 15px;
    border-bottom: 1px solid #ccc;
	font-size: 14px;
}
span.noresut {
    width: 100%;
    padding: 10px 15px 15px;
    font-size: 13px;
    text-align: center;
    color: #ff6250;
}
.item_addon {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0px;
    border-bottom: 1px solid #e6e6e6;
    padding: 12px 15px 15px;
    font-size: 13px;
}
span.item_addons:hover {
    color: #72be29;
}
span.item_remove:hover {
    color: #ff644f;
}
span.addon_action {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: #f8f8f8;
    border: 2px solid #ccc;
    margin-right: 11px;
    cursor: pointer;
    transition: all 0.2s linear;
	    vertical-align: middle;
}
span.addon_action:hover {
    border-color: #72be29;
}
span.addon_action.added {
    background: #72be29;
}
span.addon_action.added:hover {
    border-color: #ff6650;
}
.addons-view {
    opacity: 1;
    transition: opacity 0.2s linear;
}

.addons-view.loading {
    opacity: 0.3;
}
.productt-total ,
.addons-total {
    display: flex;
    background: #ececec;
    padding: 15px 15px 18px;
    font-size: 13px;
	border-bottom:1px solid #ccc;
    justify-content: space-between;
}
.productt-total {
	border:none;
}
.cart_item_wrap {
    box-shadow: 0 4px 19px -9px #504c4c;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 30px;
}
span.productt-price ,
span.addons-price {
    color: #72be29;
    margin-left: 30px;
}
.cart-total h3 {
    margin: 0;
	font-size: 16px;
	    margin-top: -17px;
}
.cart-total {
display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #ececec;
    padding: 25px 25px 28px;
    border-radius: 6px;
    box-shadow: 0 3px 9px -3px #ececec;
}
.cart-total.loading {
    opacity: 0.3;
}
.cart-total {
    opacity: 1;
    transition: all 0.2s linear;
}
span.online-payments:hover {
    /* border: 1px solid #72be29; */
    background: #5ea41b;
}

span.online-payments {
    background: #72be29;
    /* border: 1px solid #72be29; */
    color: #fff;
    padding: 6px 20px 8px;
    border-radius: 6px;
    font-size: 13px;
    margin-right: 20px;
    cursor: pointer;
    transition: all 0.2s linear;
}
.factor {
    margin-bottom: 40px;
}

.factorli {
    display: flex;
    justify-content: space-between;
    padding: 12px 15px 17px;
    font-size: 14px;
    border-bottom: 1px solid #f8f8f8;
}
h3.fh {
    text-align: right;
    font-size: 16px;
    margin-bottom: 20px;
    border-bottom: 1px solid #f8f8f8;
    padding-bottom: 20px;
}
.viewin .addons-view {
    display: block;
    width: 100%;
}
.viewin span.addons-price {
    color: #72be29;
    margin-left: 0;
}


.profile-menu ul {
    padding: 0;
    margin: 0;
}

.profile-menu ul li {
    display: block;
    width: 100%;
    list-style: none;
	margin:0;
}
.profile-menu ul li.active a ,
.profile-menu ul li a:hover {
	 color: #ff6450;
}
.profile-menu ul li a {
    display: block;
    width: 100%;
    color: #444;
    font-size: 14px;
    border-bottom: 1px solid #d2d2d2;
    padding: 0px 10px 14px;
	transition:all 0.2s linear;
}
.userinfo .tml-row span:first-child {
    color: #777777;
}

.userinfo .tml-row {
    display: flex;
    justify-content: space-between;
    padding: 13px 0 16px;
    border-bottom: 1px solid #e8e8e8;
    font-size: 13px;
    color: #444;
}
.userinfo span.section-reg {
    margin: 30px 0 10px;
}
.user_product {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

.product-info {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
span.addon_title {
    margin-bottom: 14px;
    display: block;
    color: #aaa;
}
.product-info span {
    font-size: 13px;
}

.product-info a {
    color: #444;
    font-size: 15px;
    transition: all 0.2s linear;
}
.product-details img {
float: right;
    border: 1px solid #fafafa;
    border-radius: 10px;
    margin-left: 15px;
    max-width: 100px;
    height: auto;
}
.product-details {
    display: block;
    flex-grow: 3;
}

.product-details a {
    margin-top: 15px;
    display: block;
}
.product-details span {
    display: block;
    margin-top: 14px;
    color: #aaa;
}
span.product-rebuy {
	    position: relative;
    background: #72be29;
    /* border: 1px solid #72be29; */
    color: #fff;
    padding: 10px 16px 13px;
    border-radius: 6px;
    font-size: 13px;
    margin-top: 7px;
    cursor: pointer;
    transition: all 0.2s linear;
    width: 100%;
    display: block;
    text-align: center;
    height: auto;
    line-height: 18px;
}
span.product-rebuy:hover {
    background: #5ea41b;
}
.product-info {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
    border-bottom: 1px solid #f7f7f7;
    padding-bottom: 30px;
}
.product-details a:hover {
    color: #ff6150;
}
h2.profile-title {
    margin-top: 4px;
    margin-bottom: 30px;
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 20px;
    font-size: 20px;
}
.profile-menu ul.products li.products a{
    color: #ff6350;
}
span.addon_action.hasit {
    background: #72be29;
    border-color: #d7d7d7;;
    cursor: not-allowed;
}
.addons-view {
    max-height: 200px;
    overflow-y: auto;
}
.product-addons {
    position: relative;
	    min-width: 200px;
}
.order-top {
    display: flex;
    justify-content: space-between;
    /* background: #ccc; */
    padding: 10px 0 20px;
    border-bottom: 1px solid #d2d2d2;
}
.order-top span {
    font-size: 14px;
    color: #ff644f;
        width: 100px;
    text-align: center;
}
.order-details {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    font-size: 14px;
}
.order-details span, .order-details a {
    width: 100px;
    text-align: center;
	    font-size: 13px;
		color:#444;
		transition:all 0.2s linear;
}
.order-details a:hover {
	color: #ff644f;
}
.order-info {
    border-bottom: 1px solid #d2d2d2;
    /* margin-bottom: 10px; */
}
.order-message {
    display: block;
    width: 100%;
    background: #f8f8f8;
    padding: 4px 10px 6px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 4px;
}
.order-message p {
    margin: 0;
    font-size: 12px;
}
ul.addnew li.address a ,
ul.address li.address a ,
ul.orders li.orders a ,
ul.order li.orders a {
    color: #ff6050;
}
.item_addon span.addon_title {
    margin-bottom: 0;
}
span.remove-address,
a.add-address {
    background: #72be29;
    /* border: 1px solid #72be29; */
    color: #fff;
    padding: 8px 16px 11px;
    border-radius: 6px;
    font-size: 11px;
    margin-top: 7px;
    cursor: pointer;
    transition: all 0.2s linear;
    /* width: 100%; */
    display: inline-block;
    text-align: center;
    height: auto;
    line-height: 18px;
    float: left;
}
span.remove-address {
    padding: 3px 10px 5px;
    margin-top: 0px;
	background: #ff5e50;
}
span.remove-address:hover ,
a.add-address:hover {
    opacity: 0.8;
}
.userinfo #address .tml-row {
    display: block;
}
.addreses a:hover {
	opacity:0.8;
}
.addreses a {
    color: #72be2a;
    font-size: 14px;
	margin-top: 20px;
    /* margin: 15px; */
    display: inline-block;
    transition: all 0.2s linear;
    float: left;
}
.addreses h2 {
    font-size: 16px;
    margin-bottom: 15px;
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 15px;
}
.addlist input {
    margin: 0px 0 0 10px;
    display: inline-block;
    vertical-align: middle;
}
.addlist {
    padding: 10px 0;
    font-size: 14px;
}
.addreses {
    display: block;
    margin: 40px 5px 50px;
}
.addlist label {
    cursor: pointer;
}

.cartaddress .cartaddressli {
    display: flex;
    padding: 12px 15px 17px;
    font-size: 14px;
    border-bottom: 1px solid #f8f8f8;
    justify-content: space-between;
}
.cartaddress {
    margin-bottom: 40px;
	    margin-top: 40px;
}
.addlist span {
    display: block;
    margin: 5px 0 15px 0;
    font-size: 17px;
}
.shipping.addreses h2 {
    /* margin-bottom: -10px; */
}
.addlist.disabled, .addlist.disabled input, .addlist.disabled label {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}
textarea#usernote {
    display: block;
    width: 100%;
    margin: 20px 0;
    min-height: 80px;
    border-color: #dbdbdb;
    padding: 10px 15px;
    font-size: 14px;
    line-height: 30px;
}
.usernote {
    display: block;
    width: 100%;
    margin-bottom: 50px;
    font-size: 14px;
}
a.cartfix span.cnum {
    position: absolute;
    right: -6px;
    top: -6px;
    color: #ff928b;
    background: #fff;
    border: 2px solid #ff928b;
    /* padding: 5px; */
    font-size: 10px;
    border-radius: 50%;
    height: 22px;
    width: 22px;
    text-align: center;
    line-height: 17px;
}
a.cartfix:hover {
	opacity:0.8;
}
a.cartfix.emptycart {
	bottom:-40px;
	opacity: 0;
    visibility: hidden;
}
a.cartfix {
	   box-shadow: 0 3px 10px -3px #e32201;
position: fixed;
    left: 5%;
    bottom: 35px;
    width: 60px;
    height: 60px;
    background: #ffffff;
    border-radius: 50%;
    transition: all 0.2s linear;
    opacity: 1;
    visibility: visible;
    border: 2px solid #ff7267;
    text-align: center;
    line-height: 53px;
}
form#codesubmit span {
    display: block;
    font-size: 13px;
    color: #ff9954;
    margin: 10px 0 15px;
}

form#codesubmit input#code {
    width: 100%;
    margin-bottom: 15px;
    border-radius: 4px;
    border: 1px solid #ccc;
    padding: 5px 15px;
    direction: ltr;
}

form#codesubmit .tml-row-send {
    justify-content: flex-end;
}

.code-submit {
    padding: 15px;
    background: #fafafa;
    margin: -10px 0 20px;
}
form#codesubmit {
    position: relative;
}
form#codesubmit p.message {
    position: absolute;
    /* left: 0; */
    right: 0;
    margin-top: -30px;
}

@media (max-width:576px) {
	.user-profile {
		margin: -23px -15px 6px;
		padding: 0;
		text-align: center;
	}
	.islogin {
margin-top: -12px;
    display: inline-block;
    margin-bottom: 0;
    margin-left: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    background: #f8f8f8;
    height: 52px;
	}
	.profile-menu ul {
		margin-bottom: 50px;
	}
	.product-addons {
		position: relative;
		min-width: 200px;
		width: 90%;
		margin-top: 40px;
		margin-right: 10%;
	}
	.order-top span,.order-details span, .order-details a {
		width: 50%;
		margin-bottom: 30px;
	}
	.order-top,.order-details {
		flex-wrap: wrap;
		padding-bottom: 0;
	}
	.cart_item {
		flex-wrap: wrap;
	}
	span.item_title {
		margin: 0 0 5px 0;
		width: 100%;
	}
	span.item_price {
		margin: 10px 0 0 0;
		width: 100%;
	}
	.cart-total {
		flex-wrap: wrap;
	}
	.gotopay {
		margin-top: 20px;
		width: 100%;
		text-align: center;
	}
	.addtocart {
		position: relative;
		min-height: 120px;
	}
	p.error {
    bottom: 0px;
	}
	.consult_btn {
		width: 100%;
		display: block;
		padding: 10px;
		text-align: center;
	}
	.desc_pro p {
		color: #484848;
		font-size: 14px;
		text-align: justify;
		line-height: 30px;
	}
	.cartfix span.shopicon.cicon {
		transform: scale(1);
	}
	a.cartfix {
		width: 80px;
		height: 80px;
		text-align: center;
		line-height: 71px;
		 
	}
	a.cartfix span.cnum {
		position: absolute;
		right: -6px;
		top: -9px;
		color: #ff928b;
		background: #fff;
		border: 2px solid #ff928b;
		/* padding: 5px; */
		font-size: 18px;
		border-radius: 50%;
		height: 30px;
		width: 30px;
		text-align: center;
		line-height: 24px;
	}
	.more-actions {
		margin-top: 0;
	}
	.addlist label {
		cursor: pointer;
		line-height: 30px;
		display: initial;
	}
	.notes.addreses > span {
		font-size: 14px;
		line-height: 28px;
		text-align: justify;
		width: 100%;
		display: block;
	}
	.cart-total h3 {
		margin: 0;
		font-size: 16px;
		margin-top: -17px;
		width: 100%;
		margin-bottom: 30px;
	}
}