#search-result-table {
    line-height: 60px;
    font-size: 2em;
}
#search-result-table td {
    padding: 5px 10px;
}
.cart-items {
    min-width: 200px;
}
.single-cart-item {
    position: relative;
}
.single-cart-item .btn-close {
    position: absolute;
    width: 5px;
    height: 5px;
    top: 0;
    right: 5px;
}
.header-account {
    margin-left: 10px;
}

.header-account .cart-btn {
    width: 40px;
    height: 40px;
    line-height: 38px;
    font-size: 16px;
    border-radius: 50%;
    text-align: center;
    background: none;
    color: #333333;
    border: 1px solid #ddd;
    position: relative;
    transition: all 0.3s linear;
}

.header-account .cart-btn:hover {
    color: #005de0;
}

.header-account .cart-btn .count {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: #005de0;
    border-radius: 50%;
    font-size: 10px;
    font-weight: 400;
    display: inline-block;
    color: #ffffff;
    position: absolute;
    top: -5px;
    right: -10px;
}

.dropdown-account {
    max-width: 370px;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 11px 10px 38px 0 rgba(46, 63, 99, 0.15);
    border: 0;
    transform: translateX(-50%) !important;
    left: 50% !important;
    top: 63px !important;
}

@media only screen and (max-width: 1399px) {
    .dropdown-account {
        left: 0 !important;
        transform: translateX(-85%) !important;
    }
}

@media only screen and (max-width: 991px) {
    .dropdown-account {
        top: 56px !important;
    }
}

@media only screen and (max-width: 449px) {
    .dropdown-account {
        left: 0 !important;
        transform: translateX(-72%) !important;
    }
}

.dropdown-account .cart-items {
    height: 280px;
    overflow-y: auto;
}

.dropdown-account .cart-items .single-account-item {
    display: flex;
    align-items: center;
    position: relative;
}

.dropdown-account .cart-items .single-account-item + .single-account-item {
    margin-top: 30px;
}

.dropdown-account .cart-items .single-account-item .item-image img {
    border-radius: 50%;
}

.dropdown-account .cart-items .single-account-item .item-content {
    flex: 1;
    padding-right: 25px;
    padding-left: 20px;
}

.dropdown-account .cart-items .single-account-item .item-content .title {
    font-size: 16px;
    font-weight: 700;
    color: #000000;
    line-height: 1.3;
}

.dropdown-account .cart-items .single-account-item .item-content .quantity {
    font-size: 14px;
    color: #005de0;
    line-height: 1.75;
    display: block;
}

.dropdown-account .cart-items .single-account-item .btn-close {
    position: absolute;
    width: 5px;
    height: 5px;
    top: 0;
    right: 5px;
}

.dropdown-account .cart-total {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
}

.dropdown-account .cart-total .label {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.75;
    display: block;
    color: #000000;
}

.dropdown-account .cart-total .value {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.75;
    display: block;
    color: #005de0;
}

.dropdown-account .cart-btns {
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
}

.dropdown-account .cart-btns .btn {
    height: 50px;
    line-height: 46px;
    font-size: 16px;
    padding: 0 35px;
    width: 48%;
}

.dropdown-account .cart-btns .btn.btn-2 {
    background: #000c29;
    border: 2px solid transparent;
    transition: all 0.3s linear;
}

.dropdown-account .cart-btns .btn.btn-2:hover {
    color: #000c29;
}


.header-section-2 .header-wrap .header-meta .header-account {
    margin-left: 0;
}

.header-section-2 .header-wrap .header-meta .header-account .cart-btn {
    border: none;
}

.header-section-2 .header-wrap .header-meta .header-account .cart-btn .count {
    position: absolute;
    top: 0px;
    right: -2px;
}



.transparent-header-3.sticky .header-wrap .header-meta .header-account .cart-btn {
    color: #333333;
    border: 1px solid #ddd;
}


.header-section-3 .header-wrap .header-meta .header-account .cart-btn {
    color: #ffffff;
    border: 1px solid #ffffff;
}

.header-section-3 .header-wrap .header-meta .header-account .cart-btn:hover {
    color: #ff5538;
}

.header-section-3 .header-wrap .header-meta .header-account .cart-btn .count {
    background: #ff5538;
    color: #ffffff;
}

.header-section-3 .header-wrap .header-meta .header-account .dropdown-account .cart-items .single-account-item .item-image img {
    border-radius: 50%;
}

.header-section-3 .header-wrap .header-meta .header-account .dropdown-account .cart-items .single-account-item .item-content .title a:hover {
    color: #ff5538;
}

.header-section-3 .header-wrap .header-meta .header-account .dropdown-account .cart-items .single-account-item .item-content .quantity {
    color: #ff5538;
}

.header-section-3 .header-wrap .header-meta .header-account .dropdown-account .cart-total .value {
    color: #ff5538;
}

.header-section-3 .header-wrap .header-meta .header-account .dropdown-account .cart-btns .btn {
    height: 50px;
    line-height: 46px;
    font-size: 16px;
    padding: 0 35px;
    width: 48%;
}

.header-section-3 .header-wrap .header-meta .header-account .dropdown-account .cart-btns .btn.btn-2 {
    background: #000c29;
    border: 2px solid transparent;
    transition: all 0.3s linear;
}

.header-section-3 .header-wrap .header-meta .header-account .dropdown-account .cart-btns .btn.btn-2:hover {
    color: #000c29;
}

.header-section-5 .header-wrap .header-meta .header-account .cart-btn {
    color: #ffffff;
}


.header-section-5.sticky .header-wrap .header-meta .header-account .cart-btn {
    color: #333333;
}

.header-section-6.sticky .header-wrap .header-meta .header-account .cart-btn {
    color: #333333;
}