#signup_container{
 display: none;
}

.remove_cart{
    max-width:60px !important;
    min-width:60px !important;
    width:60px !important;
    max-height:60px !important;
    min-height:60px !important;
    height:60px !important;
    margin-right: 10px ;
}

.small_text{
    font-size: 0.8em;
    display: inline-block;
}
.red, .red label, .red label span, .label input {
    color:red !important;
}

.red input {
    background-color: #fff7f7 !important;
    border: 1px solid #ffb8b8 !important;
}

.login-container {
    margin-top: 5%;
    margin-bottom: 5%;
}

.login-form-1 {
    padding: 0%;
}

.login-form-1 h3 {
    text-align: center;
    color: #333;
}


.login-container form {
    padding: 1%;
}

.btnSubmit {
    width: 50%;
    border-radius: 4px;
    padding: 1.5%;
    border: none;
    cursor: pointer;
}

.login-form-1 .btnSubmit {
    font-weight: 600;
    color: #fff;
    background-color: #0062cc;
}

.login-form-1 .btnCancel {
    font-weight: 600;
    color: #fff;
    background-color: #8c8c8c;
}


.main-verification-input-wrap {
    max-width: 100%;
    margin: 20px auto;
    position: relative;
}

.main-verification-input-wrap ul {
    border: 1px solid silver;
    padding: 27px;
    color: #757575;
    border-radius: 10px;
}


#forget_email_form{
    display: none;
}

#forget_verify_code_form{
    display: none;
}

#forget_new_password_form{
    display: none;
}

#update_mobile_number_container, #update_shipping_details_container{
    display: none;
}

.widget__title, .widget-product__title, .pagetitle__heading , .page-title h1, .page-title h5, .alert__title, .product__title{
    color:#5f5f5f;
}

.product_photos_containter{
    
}
.product_images{
    width :100px;
    height:auto;
    padding:5px;
    border: 1px solid silver;
    margin-right:10px;
    cursor: pointer;
    transition: all .2s ease-in-out;
}

.product_images:hover, .product_images:active{
    transform: scale(1.1);
    border: 1px solid black !important;
}

/*MOBILE DEVICE CSS*/
@media only screen and (max-width: 768px) {
.cart-table tbody tr td {
    padding: 0px;
    }
    
}
/*MOBILE DEVICE CSS*/


/* Shopping Cart */
.cart-table {
    margin-bottom: 50px;
}

.cart-table .table {
    border-radius: 4px;
    margin-bottom: 0;
}

.cart-table thead tr {
    background-color: #444444;
    color: white !important;
    text-transform: uppercase;
}

.cart-table thead tr th {
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    border-bottom-width: 0 !important;
    border-color: #e9e9e9;
    padding: 15px 0;
}

.cart-table tbody tr td {
    padding: 15px;
    border-color: #e9e9e9;
    vertical-align: middle;
}

.cart-table .cart-product {
    position: relative;
}

.cart-table .cart-product__price,
.cart-table .cart-product__total {
    font-size: 16px;
    font-weight: 700;
    color: #848e9f;
    text-align: center;
}

.cart-table .cart-product__quantity {
    text-align: center;
    width:100%;
}

.cart-table .cart-product__img {
    width: 90px;
    margin-right: 20px;
}

.cart-table .cart-product__title {
    font-size: 16px;
    margin-bottom: 0;
}

.cart-table .cart-product__remove {
    width: 19px;
    height: 19px;
    line-height: 19px;
    font-size: 9px;
    background-color: #222222;
    color: #ffffff;
    border-radius: 1px;
    text-align: center;
    cursor: pointer;
    margin-right: 20px;
}

.cart-table .cart-product__remove:hover {
    background-color: #c20b0b;
}

.cart-table .cart-product__action td {
    padding: 30px 20px 20px;
}

.cart-table .cart-product__action td .form-control {
    font-size: 12px;
    font-weight: 400;
    width: 250px;
    height: 42px;
    border-radius: 4px;
    border: 1px solid #dbdbdb;
}

.cart-table .cart-product__action td .btn {
    line-height: 42px;
    height: 42px;
    min-width: 134px;
}

.cart__total-amount ul li {
    font-size: 13px;
    line-height: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #e9e9e9;
}

.cart__total-amount ul li span:first-of-type {
    font-weight: 600;
    color: #0e204d;
}


/* Large Mobile Phones OR LandScape*/
@media (min-width: 585px) and (max-width: 769px) {
    .cart-product__img a img{
        max-width: 90%;
    }
    
    .prod_body{
        width: 50%;
    }
    
    .unit_price, .discount{
        display: none;
    }
}
/* Large Mobile Phones OR LandScape*/

/* Mobile Phones */
@media (min-width: 320px) and (max-width: 575px) {
    .table_heading{
        font-size: 16px;
    }
    
    .unit_price, .discount{
        display: none;
    }
    .prodduct_descp{
        display: none;
    }
    .rem_qty_container{
        margin-top: 10px;
    }
    .prod_body{
        width:50%;
    }
    .remove_cart {
        max-width: 30px !important;
        min-width: 30px !important;
        width: 30px !important;
        max-height: 30px !important;
        min-height: 30px !important;
        height: 30px !important;
        margin-right: 10px;
    }
    
    .quantity__input-wrap, .quantity__input-wrap .qty-input {
        max-height: 30px !important;
        font-size: 15px !important;
        width: 65% !important;
    }
    
    .cart-table .cart-product__quantity{
        text-align: left;
    }
    .quantity__input-wrap .decrease-qty {
        border-top:0 !important;
        border-right:1px solid #e6e8eb;
        border-bottom:0;
        border-left:0;
    }
    
      .quantity__input-wrap .increase-qty {
        border-top:0;
        border-right:0px;
        border-bottom:0;
        border-left:1px solid #e6e8eb;
    }
    
    .quantity__input-wrap i {
        position: inherit  !important;
    }
    
    .cart-table tbody tr td {
        padding: 1px;
    }

    .cart-table .cart-product__img {
        width: 50px;
        margin-right: 5px;
    }

    .cart-table .cart-product__title {
        font-size: 12px;
        font-weight: 400;
    }


    .cart-table .cart-product__action-content {
        display: block !important;
    }

    .cart-table .cart-product__price,
    .cart-table .cart-product__total {
        font-size: 16px;
        font-weight: 400;
        padding: 0;
    }

}

.product__quantity-title {
    margin-bottom: 0;
    display: inline-block;
    margin-right: 10px;
}


.quantity__input-wrap {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    width:100%;
    max-height: 60px;
    /* border-radius: 6px; */
    border: 1px solid #d0d0d0;
}

.quantity__input-wrap i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #000000;
    cursor: pointer;
    position: absolute;
    right: 0;
    font-style: normal;
    font-size: 13px;
    border-left: 2px solid #d0d0d0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.quantity__input-wrap .decrease-qty {
    bottom: 0;
    border-top: 2px solid #e6e8eb;
}

.quantity__input-wrap .qty-input {
    background-color: transparent;
    text-align: center;
    color: #0e204d;
    font-weight: 600;
    font-size: 22px;
    padding: 0;
    margin: 0;
    width: 50px;
    height: 60px;
    border: 0;
    outline: 0;
    -moz-appearance: textfield;
}

.quantity__input-wrap .qty-input::-webkit-inner-spin-button,
.quantity__input-wrap .qty-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}


