.inner-section{
    float:left;
    width:100%;
}
.log-buttons-holder {
    border-bottom: 1px solid #ff6600;
    padding-bottom: 2px;
    margin-bottom: 30px;
}
.btn-grey-hld {
    float: left;
    overflow: hidden;
    cursor: pointer;
}
.btn-grey-hld {
    margin-left: -10px;
}
.btn-grey-hld:first-child {
    margin-left: 0;
}
.btn-grey-hld.active .btn-grey {
    background: #f60;
    z-index: 2;
    position: relative;
}
.btn-grey::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #f60;
    width: 0;
    height: 100%;
}
.btn-grey .hld {
    float: left;
    line-height: 50px;
    height: 45px;
    padding: 0 30px 0 35px;
    transform: skew(-35deg) perspective(1px);
    min-width: 260px;
    text-transform: uppercase;
    float: left;
    text-align: center;
    color: #333333;
    padding: 0 20px;
}
.login-wrap {
    width: 800px;
    float: left;
}
.txt-login {
    font-size: 16px;
    color: #000;
    margin-bottom: 20px;
}
.profile-holder {
    float: left;
    width: 100%;
    max-width: 500px;
    margin-bottom:30px;
}
.profile-holder input{
    border:1px solid #e0e0e0;
    color:#777;
    width:100%;
    height: 40px;
    padding-left:10px;
}
.input-hld {
    width: 100%;
    margin-bottom: 15px;
}
.input-hld.w100 {
    width: 100%;
}
input[type=text] {
    width: 100%;
    float: left;
    height: 40px;
    line-height: 40px;
    border: 1px solid #868686;
    padding-left: 10px;
    COLOR:#333;
}
.btn-grey:hover::before {
    width: 100%;
}
.btn-grey .hld {
    float: left;
    line-height: 50px;
    height: 45px;
    padding: 0 30px 0 35px;
    transform: skew(-35deg) perspective(1px);
    min-width: 260px;
    text-transform: uppercase;
    float: left;
    text-align: center;
    color: #2e2e2e;
    padding: 0 20px;
}
.btn-grey {
    float: left;
    line-height: 42px;
    background: #f3f3f3;
    color: #000;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    margin-top: 16px;
    transform: skew(35deg) perspective(1px);
    margin-left: -15px;
    width: 100%;
    font-family: 'Open Sans Condensed', sans-serif;
}
.btn-grey-hld.active{
    background-color:#fff;
}
.forgot-pass {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 13px;
    color: #898989;
    margin-bottom: 15px;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.btn::before {
    background: #3a3b3f;
}
.btn::before {
    transition: all 0.4s;
}
.aside-box .home-category:hover::before, .btn:hover::before {
    width: 150%;
}
.btn {
    float: left;
    padding: 0 20px;
    color: #fff;
    background: #f69d00;
    line-height: 38px;
    text-align: center;
    font-size: 17px;
    border-radius: 0;
    transition: 0.5s;
    outline: none;
    position: relative;
    z-index: 2;
    overflow: hidden;
    border: none;
    outline: none;
}
.btn.right{
    float:right;
}
.aside-box .home-category:before, .btn:before {
    content: "";
    position: absolute;
    left: -7%;
    right: 0;
    top: 0;
    margin: auto;
    height: 100%;
    width: 0;
    background: #f69d00;
    z-index: -1;
    transform: skew(-20deg);
}
.aside-box .home-category:hover:before, .btn:hover:before{
    width: 150%;
}
.btn-grey:hover::before {
    width: 100%;
}
.page-title {
    font-weight: bold;
    font-size: 24px;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.reg-txt {
    float: left;
    color: #868686;
    line-height: 35px;
}
.log-hld {
    margin-top: 20px;
}
.path-link.active {
    color: #333;
}
aside {
    float: left;
    width: 280px;
    margin-top: 30px;
}
.aside-box {
    float: left;
    width: 100%;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    margin-bottom: 35px;
}
.home-category {
    background: rgba(255,255,255,0.8);
    float: left;
    width: 100%;
    color: #000;
    font-size: 15px;
    color: #000;
    line-height: 20px;
    padding: 12px 20px;
    border-top: 1px solid #393a3e;
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.home-category.active {
    background: #f69d00;
}
.home-category span:hover{
    color:#333333;
}
.home-category:first-of-type {
    border-top: none;
}
.aside-box .home-category::before, .btn::before {
    content: "";
    position: absolute;
    left: -7%;
    right: 0;
    top: 0;
    margin: auto;
    height: 100%;
    width: 0;
    background: #f69d00;
    z-index: -1;
    transform: skew(-20deg);
}
.btn::before{
    background: #3a3b3f;
}
.aside-box .home-category:hover::before, .btn:hover::before{
    width: 150%;
}
.inner-column {
    float: right;
    width: calc(100% - 330px);
    margin-top:30px;
}
.input-hld label{
    color:#333;
}
.top-login-hld{
    position:relative;
}
.login-btns{
    position: absolute;
    top: 0;
    right: 10px;
    width: 215px;
    z-index: 999;
    background: #333;
    height: 40px;

}
.login{
    float:left;
    color:#fff;
    font-size:16px;
    position:relative;
    padding:0 30px;
    box-sizing:border-box;
    font-weight: bold;
}
.login:before{
    content:"";
    position:absolute;
    background:url(../img/login-white.svg) no-repeat left;
    width:30px;
    height: 30px;
    background-size:18px;
    left:3px;
    top:6px;
}
.login:hover{
    color:#fff;
}
.register{
    float:left;
    color:#fff;
    font-size:16px;
    position:relative;
    padding:0 15px;
    box-sizing:border-box;
    font-weight: bold;
    padding-left:25px;
    box-sizing:border-box;
    padding-right:0px;
}
.register:before{
    position:absolute;
    content:"";
    background:url(../img/register-white.svg) no-repeat left;
    width:30px;
    height: 30px;
    background-size:18px;
    left:3px;
    top:6px;
}
.register:hover{
    color:#fff;
}
.contact-us{
    position:relative;
    color:#fff;
    font-size:16px;
    padding:0 15px;
    box-sizing:border-box;
    font-weight: bold;
    padding-left:25px;
    float:left;
    margin-left:20px;
    padding-right:0px;
    float:left;
}
.contact-us:hover{
    color:#fff;
}
.contact-us:before{
    position:absolute;
    content:"";
    background:url(../img/phone.svg) no-repeat left;
    width:30px;
    height: 30px;
    background-size:18px;
    left:3px;
    top:6px;
}
.buy-more{
    position:relative;
    font-size:16px;
    color:#fff;
    padding:0 15px;
    padding-left:35px;
    box-sizing:border-box;
    padding-right:0px;
    font-weight: bold;
    margin-left:20px;

}
.buy-more:before{
    position:absolute;
    content:"";
    left:0;
    top:3px;
    background:url(../img/cart.svg) no-repeat left;
    width:30px;
    height: 30px;
    background-size:18px;
    left:3px;
    top:-4px;
}
.buy-more:hover{
    color:#fff;
}

.register.user{
    position:relative;
    padding-left:20px;
    margin-left:15px;
    font-size:16px;
    float:left;
}
.register.user:hover{
    color:#fff;
}
.register.user:before{
    position:absolute;
    content:"";
    width:30px;
    height: 30px;
    background: url("../img/profile-white.svg") no-repeat left;
    background-size:18px;
    left:-7px;
    top:6px;
}
.reg-btn {
    padding-left: 30px;
   /* background: url(../img/login-register.svg) no-repeat left center;*/
    background-size: 20px;
}
.delivery-address{
    padding:20px;
    box-sizing:border-box;
    display:none;
}
.tab {
    display: none;
    float: left;
    width: 100%;
}
.tab .choose-addres-box{
    color:#333;
}
#adddressBox .cart-radio{
    width:100% !important;
}
.cart-radio{
    width:100% !important;
}

.tab.active{
    display:block;
    background: #fff;
}
.login-mobile{
    position: absolute;
    right: 75px;
    top: 28px;
}
.login-mobile img{
    width:30px;
    height: 30px;
}
.inner-section .order-row{
     float: left;
    width: 100%;
    margin-top: 10px;
    font-size: 14px;
}
.inner-section .cart-product {
    float: left;
    width: 200px;
    height: 20px;
    line-height: 20px;
    font-size:15px;
}
.inner-section .style-pro-box .cart-product{
    height: auto;
}
.order-view-listing .cart-product{
    width:300px;
}
.cart-quantity, .cart-price, .cart-product{
    float: left;
    width: 210px;
    text-align: center;
    line-height: 64px;
    font-size:15px;
    font-weight: normal;
    font-family: 'Ubuntu', sans-serif;

}
.products.active .cart-product{
    text-align: left;
    line-height: 20px;
}
.cart-header .cart-quantity, .cart-header .cart-price, .cart-header .cart-view {
    line-height: 20px;
}
.inner-section .cart-quantity, .right-aside .cart-price {
    font-size: 15px;
}
.inner-section .cart-view {
    float: left;
    width: 50px;
    margin-top:0px;
}
.cart-prod-name {
    float: left;
    color: #333;
    display: table;
    height: 64px;
    text-decoration: none;
}
.cart-prod-name .name-hld {
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    font-weight: normal;
    color: #999;
    font-weight: bold;
    text-align: left;
    margin-bottom: 5px;
}
.status {
    font-weight: bold;
}
.status.rejected {
    color: #ffcc66;
}
.product-img {
    float: left;
    width: 70px;
    height: 70px;
    overflow: hidden;
    text-align: center;
}
.quantity-inp {
    width: 30px;
    height: 30px;
    line-height: 28px;
    padding: 0;
    text-align: center;
    margin-right: 4px;
    margin-bottom: 0;
}
.order-view-listing .quantity-inp {
    margin-left: 88px;
    margin-top: 20px;
    width: 40px;
    padding-left: 0;
}
.cart-price .old-price{
    font-size:16px;
    font-weight: normal;
    text-decoration: line-through;
}
.order-view-listing .cart-prod-name {
    width: 129px;
    line-height: 20px;
    color: #333;
    padding-left: 10px;
}
.order-view-listing .cart-prod-name .name-hld a{
    color:#333;
}
.profile-page .edit-addr {
    position: absolute;
    right: 0;
    top: 50%;
    padding: 0 50px 0 40px;
    font-size: 14px;
    color: #666;
    background: url(../img/edit.svg) no-repeat 120px -1px;
    line-height: 30px;
    z-index: 5;
    transform: translateY(-50%);
}
.profile-page .delete-addr.edit_address{
    position:absolute;
    right:10px;
    top:10px;
    color:#333;
}
.modal-content .log-inp{
    float:left;
    width:100%;
    border:1px solid #ccc;
    height: 40px;
    padding-left:10px;
    box-sizing:border-box;
}
.modal-body .textarea-brd{
    border:1px solid #ccc;
}
.modal-footer .ccc, .modal-footer .fff{
    background:#e8e8e8;
    color: #777;
    font-size: 13px;
}
.modal-footer .ccc:hover, .modal-footer .fff:hover{
    background:#c1c1c1;
}
.style-bott-txt{
    float:left;
    width:100%;
}

.price-txt.price-txt-small{
    float:left;
    margin-right:10px;
}
.price-txt.price-txt-small.mr{
    margin-right:41px;
}
.price-txt.price-txt-small.mr0{
    margin-right:0px;
    float:right;
}
.price-txt.price-txt-small{
    font-size:16px;
}
.total-price{
    float:right;
    font-size:20px;
    font-weight: bold;
}
.add-address-btn:hover{
    background: #fe9900;
    color:#fff;
}
.cart-radio{
    width:100% !important;
}
.register-top-head{
    float:left;
    width:100%;
    height: 40px;
    line-height: 40px;
    background:#333;
    position:relative;
}
.izzy-btn-top {
    background: #f0377a;
    border-radius: 10px;
    height: 30px;
    line-height: 30px;
    color: #fff !important;
    padding: 0 10px;
    font-size: 18px;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 495px;
}
.edit-addr {
    position: absolute;
    right: 0;
    top: 50%;
    padding: 0 50px 0 40px;
    font-size: 14px;
    color: #666;
    background: url(../img/edit.svg) no-repeat 120px -1px;
    line-height: 30px;
    z-index: 5;
    transform: translateY(-50%);
}
.delete-icon{
    position: absolute;
    right: 10px;
    color: #333;
}
.style-pro-box{
    height: auto;
    padding:15px 0px;
    box-sizing:border-box;
    float:left;
    border-bottom: 1px dashed #eee;
}
.inner-section .orders-list .order-row {
    background: #f1f1f1;
    border: 1px solid #ede9e9;
    padding:10px 15px;
    margin-bottom:10px !important;
}
.inner-section .order-row .cart-quantity,.inner-section .order-row .cart-price,.inner-section .order-row .cart-product {
    line-height: 45px;
}
.inner-section .order-row .cart-prod-name {
    height: 45px;
}
.cart-delivery-free{
    font-size:16px;
}
.order-btn-style{
    margin-top:5px;
}
.order-view-listing {
    border-top:1px solid #ccc;
}

.order-btn-style:hover{
    color:#fff !important;
}
.status-hld{
    float:left;
    width:100%;
    margin:7px 0px;
}
.style-pro-box .cart-prod-name{
    width:200px;
}
.tcrt-checkout-column{
    margin-bottom:0px;
}
.style-color{
    float: left;
    padding: 0 20px;
    color: #fff;
    background: #f69d00;
    line-height: 38px;
    text-align: center;
    font-size: 17px;
    border-radius: 0;
    transition: 0.5s;
    outline: none;
    position: relative;
    z-index: 2;
    border: none;
    outline: none;
    width:100%;
    font-family: 'Open Sans Condensed',sans-serif;
    font-size:20px;
}
.style-color:hover{
    background:#f60 !important;
}
.style-empty-cart{
    float:left;
    width:100%;
    background: #333;
    color:#fff;
    height: 50px;
    line-height: 50px;
}
.alert-success, .label-success, .modal-success .modal-body{
        background-color: #379a48 !important;
        border-radius:0;
}
.alert-danger, .alert-error, .label-danger{
    background-color: #f00 !important;
    border-radius:0;
}
.ui-pnotify-text{
    font-family: 'Open Sans Condensed', sans-serif;
    font-size:16px;
    color:#fff !important;
}
.glyphicon-pause{
    position:relative;
}
.glyphicon-pause:before{
    position:absolute;
    content:"";
    background:url(../img/success.svg) no-repeat center;
    width:20px;
    height: 20px;
    background-size:20px;
    top:-15px;
    right:0px;
}
.glyphicon-remove:before{
    content:none !important;
}
.glyphicon-play:before{
    content:none;
}
.total-hld{
    float:left;
    width:100%;
    margin-bottom:50px;
}
.style-price{
    height: 30px;
    line-height: 15px;
    margin-bottom: -30px;
    margin-top: 20px;
    float: left;
    text-align: center;
    width: 100%;
}
.style-price-new{
    float:left;
    margin-left:78px;
}
