.ec-header-user {
    /* border: 1px solid #333; */
    /* display: flex; */
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 30px;
    height: 30px;
}
@media screen and (max-width: 991px){
    .ec-header{
        /*display: flex;*/
        align-items: center;
        justify-content: space-between;
        flex-direction: row-reverse;
    }
    
}

@media screen and (max-width: 500px){
    .ec-header{
        flex-direction: column-reverse;
        justify-content: center;
    }
    .header-logo a{
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

/* .ec-header{
    background: #f5f5f5 !important;
} */

.ec-header-bottom {
    padding: 5px 0 !important;
}

/*.ec-single-qty{*/
/*    width: 60% !important;*/
/*}*/

.ec-pro-size{
    width: 30% !important;
}

.ec-opt-size li{
    margin: 2px 0;
}

.ec-header-user span{
    display: none !important;
}

.ec-header-user img.header_svg {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.ec-header-bottons .ec-header-btn {
    /* width: 40px !important;
    height: 40px; */
    /* border: 1px solid #333; */
    display: flex !important;
    align-items: center !important;
    justify-content: center;
    border-radius: 50%;
    /*padding: 0 10px;*/
}

.ec-single-qty{
    display: flex;
    gap: 10px;
}

.ec-btn-group{
    width: fit-content !important;
    gap: 10px;
    padding: 5px;
    background-color: #f0801a !important;
}

.ec-btn-group:hover p{
    color: #fff;
}

.ec-btn-group p{
    margin-bottom: 0 !important;
    color: #fff !important;
}
.ec-btn-group svg{
    fill: #fff !important;
}

.top-banner-section {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 90px 0 0;
}

.top-banner-section img{
    width: 100%;
    height: 100%;
}

/*.top-banner-section::after{*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background-color: rgba(0,0,0,.5);*/
/*}*/
.checkout-section thead.cart-header {
    background: #e5e5e5;
}
.checkout-section li.sub-total h6 {
    font-size: 14px;
    font-weight: 600;
}
.checkout-section tbody tr td {
    color: #000;
    font-size: 14px;
    font-weight: 400;
}
#ec-related-product  .slick-slide {
    padding:10px;
    text-align:center;
    margin-right:15px;
    margin-left:15px;
}
.checkout-section ul.price_list {
    background: #fffaf6;
}
.old-price{
    text-decoration: line-through;
}
.new-price{
    font-weight: bold;
}
.ec-pro-content{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: space-between;
}

.profile-pic{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.profile-pic img{
    width: 120px;
    height: 120px;
}


/*-------------------------custom card css-------------------*/

.cart-section .table-outer {
    overflow-x: auto;
    position: relative;
    width: 100%;
}
.cart-section .cart-table {
    min-width: 1170px;
    width: 100%;
}
    .cart-section .cart-table .cart-header {
        background: #F5F5F5;
    }
.cart-section .cart-table thead tr th {
    line-height: 24px;
    min-width: 110px;
    padding: 21px 15px 20px 0px;
    color: #172746;
    font-family: 'Spartan', sans-serif;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    text-align: center;
}
.cart-section .cart-table tbody tr {
    border-bottom: 1px solid #e6e6e6;
}
.cart-section .cart-table tbody tr td.prod-column {
    padding: 30px 0px;
}
.cart-section .cart-table tbody tr td.price {
    font-size: 15px;
    text-align: center;
    color: #172746;
    position: relative;
    padding: 30px 25px 30px 30px;
}
.cart-section .cart-table tbody tr .prod-column .column-box {
    min-height: 100px;
    position: relative;
    padding: 32px 0px 39px 250px;
}

.cart-section .cart-table tbody tr .prod-column .column-box .remove-btn {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #222;
    font-weight: 900;
    border: 1px solid #e6e6e6;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    transition: all 500ms ease;
}
.cart-section .cart-table tbody tr .prod-column .column-box .prod-thumb {
    position: absolute;
    left: 120px;
    top: 0px;
    width: 100px;
    height: 100px;
    background: #f2f9ff;
}
.cart-section .cart-table tbody tr .prod-column .column-box .prod-thumb img {
    display: block;
    max-width: 100%;
}
.cart-section .cart-table .prod-title {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 28px;
    color: #172746;
    font-family: 'Spartan', sans-serif;
    font-weight: 500;
}

.cart-section .cart-table tbody tr td.price {
    font-size: 15px;
    text-align: center;
    color: #172746;
    position: relative;
    padding: 30px 25px 30px 30px;
}
.cart-section .cart-table tbody tr td.qty {
    position: relative;
}
.cart-section .item-quantity {
    position: relative;
    display: inline-block;
    max-width: 135px;
    height: 55px;
    width: 100%;
    float: left;
    padding: 0px 40px;
    margin-right: 10px;
    border: 1px solid #dddddd;
    z-index: 1;
    border-radius: 30px;
}
.item-quantity .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    max-width: 50px;
    width: 100%;
    height: 53px;
}

.bootstrap-touchspin .input-group-btn-vertical {
    position: absolute;
    width: 100%;
}
.bootstrap-touchspin .input-group-btn-vertical > .btn.bootstrap-touchspin-up {
    position: absolute;
    height: 53px;
    width: 40px;
    background: transparent;
    padding: 0px 0px;
    right: -30px;
    top: -53px;
    border-left: none;
    margin-top: 0px;
    border-radius: 0px;
}
.bootstrap-touchspin .input-group-btn-vertical i {
    top: 15px;
    left: 15px;
    font-size: inherit !important;
}

.bootstrap-touchspin .input-group-btn-vertical > .btn.bootstrap-touchspin-down {
    position: absolute;
    height: 53px;
    width: 40px;
    background: transparent;
    padding: 0px 0px;
    left: -39px;
    top: -53px;
    border-right: none;
    border-radius: 0px;
}


















