
/* Footer Styling */
/* Default Values/small width */
.nfooter-bottom {
    padding-top: 15px;
    clear: both;
    border: none;
    text-align: center;
}

.nfooter-bottom-item span {
    font-size: .7em

}

.nfooter-bottom-item a {
    color: #fff;
    font-weight: 600;
    font-size: 1.1em
}

.nfooter-bottom-item a:hover {
    text-decoration: none
}

.nfooter-bottom-item img {
    width: 100%;
    max-width: 130px
}

.nfooter-bottom-item {
    display: inline-block;
    width: 100%;
    padding: 4% 1%;
    vertical-align: top;
    border-bottom: 1px solid #fff;
}

.ncopyright {  
width: 100%;  
margin-right: 0;  
padding-top: 0;  
padding-left: 0;  
color: #fff;  
border-left: none;
}

.ncopyright a {  
    font-weight: normal;  
    font-size: 1em;
}
    
.ncopyright strong {  
    color: #fff;
}


/* Footer styling at normal width */
@media (min-width:992px) {
    .nfooter-bottom .footer-bottom-item-wrapper {
        border: none;
        padding: 0;
    }
    
    .nfooter-bottom {  
    text-align: left;  
    }
    
    .ncopyright {    
    width: 20%;    
    margin-right: 0;    
    padding-top: 0;   
    padding-left: 5%;    
    color: #fff;    
    border-left: none; 
    float: left;
    } 
    
    .ncopyright a {  
    font-weight: normal;  
    font-size: 1em;
    }
    
    .nfooter-bottom-item span {  
        font-size: .7em;
    }
    
    .nfooter-bottom-item a {  
        color: #fff;  
        font-weight: 600;  
        font-size: 1.1em;
    }
    
    .nfooter-bottom-item a:hover {  
        text-decoration: none;
    }
    
    .nfooter-bottom-item img {  
        width: 100%;  
        max-width: 130px;
    }
    
    .nfooter-bottom-item {    
        display: inline-block;    
        width: 12.5%;    
        padding: 1% 1% 0 .5%;    
        vertical-align: top;    
        border-right: 1px solid #fff;    
        border-bottom: none;  
        float: right;
        text-align: right;
    }  
    
    .nfooter-bottom-item span {    
        font-size: .7em;  
    }
    
    .nfooter-bottom-item a {    
        color: #fff;    
        font-weight: 600;    
        font-size: 1.1em;  
    }
    
    .nfooter-bottom-item a:hover {    
        text-decoration: none;  
    }
    
    .nfooter-bottom-item img {    
        width: 100%;    
        max-width: 130px;  
    }
    
    .item-left {
        border-left: 1px solid #fff;
    }

}

/* End Footer Styling */

.btn-continue-shopping {
    margin-top: 8%;
    margin-bottom: 6%;
}

.col-md-4 .btn-continue-shopping {
    text-align: center;
}

.new-navbar-right {
    float: right;
}

.new-navbar-right .btn-continue-shopping {
    margin-top: 0;
    margin-bottom: 0;
}

.new-navbar-default {
    top: 14px;
    right: 4%;
    position: absolute;
}

.new-navbar-default .btn-continue-shopping {
    padding: 6px 12px 6px;
}

.navbar-header .new-navbar-default {
    right: 10px;
}

.new-login-wrapper .page-section {
    padding: 30px 0 0 0;
}

.page-section .new-login-wrapper, .simple-page-content .new-login-wrapper {
    border-top: 1px solid #ccc;
}

.new-login-wrapper .col-split-2 {
    padding:0;
}

#cart-content .cart-item .remove-item-new {
    display:flex;
}

/* cart-new */

#checkoutStart h1 {
    font-size: 2.5em;
    text-align: center;
}


#pics {
    display: none;
}

#cart-content .cart-item .details-new-1 {
    width: 40%;
    float: none;
    display: inline-block;
    padding-bottom:0;
}


.details-new-2 {
    width:20%;
}

.col-lg-3.details-new-2 {
    width:50%;
}

.btn-new-checkout {
    padding: 4% 2%;
}

/*iphone 6 & 6 plus size */

@media (min-width:350px){
    .details-new-2 {
        width: 25%;
        float: none;
        display: inline-block;
        margin-top: 10px;
        padding-bottom:0;
    }
    
    .col-lg-3.details-new-2 {
        width:35%;
    }
    
    .btn-new-checkout {
        padding: 4% 3%;
    }
    
}

#cart-content .cart-item .details-new-2 {
    padding-bottom:0;
}

@media (min-width: 550px) {
    .col-lg-3.details-new-2 {
        width:22%;
    }
    
    .btn-new-checkout {
        padding: 2% 3%;
    }

}

.details-new-2.col-lg-2 {
    position: relative;
}

#cart-content .cart-labels-new {
    display: block!important;
    margin-bottom:0;
}

.col-new {
    display: inline;
    float: left;
    width: 40%;
}

.col-new1 {
    display: inline;
    float: left;
    width: 25%;
}

/* shop-cart-items-new partial */

.form-control.form-control-new {
    padding: 10px 13px;
    width: 40px!important;
    height: 30px;
}

.product-title-new {
    font-size: 13px;
}

.h6-new {
    font-size: 8.9px;
}

.cart-item-new {
    display:flex;
}

@media (min-width: 768px) {
    #checkoutStart h1 {
        font-size: 3.0em;
    }
    
    #pics {
        display: block;
    }
    
    .details-new-1 {
        float: left;
        width: 33.33333333%;
    }
 
    .details-new-2 {
        float: left;
        position:relative;
        width:25%;
    }
    
    .col-new {
        display: block;
        float: left;
        width: 33.33333333%;
        margin-left: 16.66666667%;
    }
    
    .cart-labels-new {
        display: none;
    }
    
    input.form-control.quantity.form-control-new {
        width:65px!important;
        height:45px;
    }

    .or-center-new {
        display:none;
    }
    
    .btn-new-checkout {
        padding: 3.5% 3%;
    }
    
    #cart-content .cart-item .details-new-1 {
        width: 33.3333333%;
    }
    
}




























