/*    @import url('https://fonts.googleapis.com/css2?family=Jost:wght@400;500;600;700&display=swap');*/
@import url("https://fonts.googleapis.com/css?family=Baloo+Bhai");
body {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue",
        Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji",
        "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
    background: #f7f8fa !important;
}
.row > * {
    padding-left: 12px;
    padding-right: 12px;
}
.menu-area .row > * {
    padding-left: 12px;
    padding-right: 12px;
}
.bg-grey {
    background: #f7f8fa;
}

#header {
    box-shadow: none;
}

.nav-top .col-md-8 {
    padding: 0 12px;
}
.top-search-bar > .left,
.top-search-bar .input-search {
    background: #ebebeb;
    border-radius: 30px !important;
    font-size: 15px;
    height: 38px;
    color: #2d2f31;
}
.top-search-bar .input-search::placeholder {
    color: #2d2f31 !important;
}
.search-select button {
    font-size: 15px;
}
.top-search-bar .input-search {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    width: 90%;
}
.li-main-nav-right a i {
    font-size: 18px;
}
.nav-item-cart a .notification {
    left: 14px;
}
.nav-top .nav-top-left {
    padding-right: 5px;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.nav-top .nav-top-right {
    padding-left: 0 !important;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.page-title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #212529;
}
.col-product {
    outline: none !important;
    display: flex;
}
.product-item {
    box-shadow: 0 5px 20px #eee;
    overflow: hidden;
    transition: 0.3s;
    background: #fff;
    border-radius: 2px;
}
.product-item:hover {
    box-shadow: 0 15px 25px #00000018;
}
.product-item .item-details {
    padding: 15px;
}
.product-item .item-details .product-title {
    white-space: normal;
    font-size: 18px;
    color: #000;
    margin-bottom: 0 !important;
}
.product-item .item-details .product-title a {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    color: #2d2f31;
    min-height: 48px;
}
.product-item .item-details .product-user {
    margin-bottom: 0;
}
.product-item .img-product {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    object-position: top;
    object-fit: cover;
    border: 1px solid #fff;
}
.product-item .img-product-container {
    display: block;
    width: 100%;
    justify-content: center;
    text-align: center;
    background-color: transparent;
    /*border: 1px solid #f9f9f9;*/
}
.add-to-cart {
    display: none;
    padding: 10px;
    width: 45%;
    margin: auto;
    color: #000;
    background: #fff;
    border: 0;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: 600;
    transition: 0.3s;
    font-size: 12px;
}
.add-to-cart:hover {
    background: #e67925;
    color: #fff;
}
.product-item-rating {
    margin: 3px 0;
}
.section .title {
    font-size: 38px;
    font-weight: 600;
}
.product-list-pagination {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-list-pagination .pagination li a {
    height: 40px;
    min-width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50% !important;
    line-height: normal;
    font-size: 15px;
    font-weight: 500;
}
.product-list-pagination .pagination li a:hover,
.product-list-pagination .pagination li.active a {
    background-color: #1865f2 !important;
    border: 1px solid #1865f2 !important;
    color: #fff !important;
}

@media (min-width: 1260px) {
    .img-product-container {
        display: block;
        position: relative;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
}

/*filter product page*/
.product-list-content .product-item .img-product {
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    margin: 0 auto;
    object-position: top;
    object-fit: cover;
}

.product-list-content .product-item .item-details {
    padding: 10px 15px;
}
@media (min-width: 1260px) {
    .product-list-content .img-product-container {
        display: block;
        position: relative;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
}

.product-filters .filter-item .title {
    font-size: 23px !important;
    font-weight: 600 !important;
    color: #2d2f31;
}
.product-filters .filter-item {
    padding-bottom: 0 !important;
}
.product-filters .filter-item .filter-list-categories-parent {
    color: #2d2f31 !important;
    font-weight: 700 !important;
}

.product-content-details {
    padding-left: 10px;
}
.product-title {
    margin-bottom: 15px !important;
}
.custom-control-variation .label-variation-color,
.variation-color-box {
    border-radius: 50%;
}
.product-variations .form-group .control-label,
.label-product-variation {
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 5px;
    color: #2d2f31;
}
.product-variations .custom-select {
    border-radius: 30px !important;
}
.product-add-to-cart-container {
    display: flex;
}
.product-add-to-cart-container .number-spinner {
    width: 50% !important;
}
.product-add-to-cart-container .number-spinner .input-group {
    flex-wrap: nowrap;
}
.number-spinner .btn-spinner-minus,
.number-spinner .btn-spinner-plus,
.number-spinner input {
    border-right: 1px solid #e4e4e4;
    background: #e4e4e4;
    height: 42px !important;
    width: 50px !important;
    font-size: 23px;
    padding: 0;
    /*border-radius: 3px !important;*/
}
.number-spinner input {
    font-size: 16px;
    border-radius: 0 !important;
    width: 13px !important;
}
.number-spinner input:focus,
.number-spinner input:active {
    background: #e4e4e4;
}
.product-add-to-cart-container .button-container-wishlist {
    width: 100% !important;
}
.btn-wishlist {
    border: 1px solid #e67925;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    font-weight: 600;
    border-radius: 3px !important;
    line-height: normal !important;
    white-space: nowrap;
}
.btn-wishlist:hover {
    background: #e67925;
    color: #fff;
}
.btn-wishlist:hover i {
    color: #fff;
}
.btn-wishlist span {
    position: static;
    line-height: 41px;
}
.btn-wishlist i {
    font-size: 22px;
}
.btn-product-cart {
    width: 100%;
    border-radius: 3px;
    background: #1865f2 !important;
    color: #fff;
    font-weight: 600;
    transition: 0.3s;
    white-space: nowrap;
    border-radius: 30px !important;
}
.btn-product-cart:hover {
    background: #0b4bc1 !important;
}
.product-content-details .meta {
    margin-bottom: 10px;
}
.breadcrumb-products {
    font-weight: 600 !important;
}
.nav-tabs-horizontal .nav-item .nav-link {
    padding: 0.6rem 2rem;
    background-color: transparent;
    margin-right: 0;
    border: 0 !important;
    border-bottom: 2px solid #eee !important;
    border-radius: 1px 1px 0 0;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    color: #2d2f31;
    transition: 0.3s;
    /*letter-spacing: -0.5px;*/
}
.nav-tabs-horizontal .nav-item .nav-link:hover {
    color: #2d2f31;
}
.nav-tabs-horizontal .nav-item .nav-link.active {
    border-bottom: 2px solid #1865f2 !important;
    color: #2d2f31 !important;
}
.product-content-details .details .item-details .left,
.product-content-details .meta .product-details-user {
    width: 105px;
}
.product-content-details .details label {
    min-width: 105px;
}
.product-details-user,
.product-content-details .details label,
.product-share label {
    color: #000000b3;
    font-weight: 500;
}
.comments-container .row-comment-label {
    margin-bottom: 15px;
}
.product-description {
    margin-bottom: 30px;
    background: #f8f9fa !important;
}
.product-description .card {
    background: #f8f9fa !important;
}
#form_send_message .title {
    text-align: left !important;
}
.product-content-details .product-details-review {
    margin-left: 0;
}

.shopping-cart .cart-item-quantity {
    width: 162px;
}
.shopping-cart .number-spinner {
    width: 162px;
}
.breadcrumb {
    font-size: 14px;
}
.profile-details .left {
    width: 145px;
}
.profile-details .img-profile {
    width: 145px;
    height: 145px;
    border-radius: 0.1875rem;
}
.profile-details .username {
    font-size: 26px;
    line-height: 22px;
}
.profile-page-top {
    margin-bottom: 10px;
}
.profile-details .left {
    padding-right: 15px;
}
.last-seen-online i,
.last-seen i {
    font-size: 10px;
}
.nav-main {
    border-bottom: 0;
    border-top: 0 !important;
}
.top-search-bar {
    width: 100%;
    border: 1px solid #2d2f31 !important;
    background: #ebebeb !important;
    padding: 5px !important;
    border-radius: 30px !important;
}
.top-search-bar .search-select {
    z-index: 0;
    color: #2d2f31;
}

.top-search-bar .search-select button {
    color: #2d2f31;
}
.nav-main .navbar ul .nav-item .nav-link {
    padding: 10px;
}
.profile-search input {
    padding: 10px;
    background-color: #ffffff !important;
    border: 1px solid #eaeaea !important;
    color: #555;
    height: 40px;
}

/*footer area*/
#footer {
    box-shadow: none;
    background-color: #013c82;
}
.footer-widget {
    border-right: 1px solid #dedede6b;
    padding: 45px 0;
}
.footer-widget:last-child {
    border: 0;
    padding-left: 25px;
}
#footer .footer-top {
    padding: 0;
}
#footer .footer-bottom {
    border-top: 0;
}
#footer .nav-footer ul li a {
    font-size: 16px;
    color: #666666;
}
#footer .footer-title {
    margin-bottom: 10px;
}
.newsletter input {
    padding: 10px 30px 10px 10px;
    font-size: 14px;
}
#footer .footer-bottom .copyright {
    font-size: 16px;
}
#wrapper {
    padding-top: 20px !important;
    background: #fff;
}

.float-start {
    float: left;
}

.float-end {
    float: right;
}

.main-menu .container-fluid {
    width: 100%;
    max-width: inherit;
    padding: 0;
}

.nav-top {
    /*background: #e67815;*/
    padding: 20px 0;
    border: 0;
    background: #fff;
    border-bottom: 1px solid #eee;
}
.nav-top .nav-top-right .nav > li > a,
.li-main-nav-right a i {
    color: #fff;
}

.nav-breadcrumb {
    padding-bottom: 20px !important;
}
.nav-breadcrumb .breadcrumb {
    margin-bottom: 0 !important;
}

.breadcrumb .breadcrumb-item a,
.breadcrumb .breadcrumb-item {
    color: #444343 !important;
    font-size: 14px !important;
}
.breadcrumb-item + .breadcrumb-item::before {
    color: #444343 !important;
}
.product-list-header {
    border-radius: 2px;
    background: #f8f9fa;
    padding: 12px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
    /*margin-right: 18px;*/
}
.product-list-title {
    font-size: 14px;
    color: #2d2f31 !important;
    font-weight: 700;
    margin-bottom: 0 !important;
}
.product-sort-by .sort-select {
    margin-left: 5px;
}
.col-sidebar-products .product-filters {
    box-shadow: none;
    background: #c5d8fc;
    /* #C5D8FC; */
    padding: 15px;
    border-radius: 0.25rem;
}
.col-sidebar-products .product-filters .filter-item {
    box-shadow: 0 0 25px rgb(0 0 0 / 5%);
    margin-bottom: 15px;
    border-radius: 3px;
    border: 0;
    background: #fff;
    padding: 15px;
}
.product-filters .filter-item:last-child {
    padding-bottom: 25px !important;
}

.btn-filter-price {
    padding: 7px !important;
}

.product-item .item-meta .price,
.product-item-horizontal .item-meta .price {
    font-size: 18px !important;
    font-weight: 600;
    color: #29303b;
}
.discount-original-price {
    color: #686f7a;
    font-weight: 400;
    font-size: 13px;
    margin-right: 5px;
}
.product-item .item-meta .price-free {
    font-size: 18px !important;
}

@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }
}
.featured-categories .card-columns .card {
    height: 190px !important;
    border-radius: 7px !important;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.featured-categories .card .caption {
    background-color: rgb(16 87 155 / 55%) !important;
    font-weight: bold;
    border-top-right-radius: 10px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0 !important;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    top: 1px !important;
}
.ml-20 {
    margin-left: 30px;
}

.btn-live-preview {
    margin-top: 10px;
}
.product-details-container {
    background: #f8f9fa;
    box-shadow: 0px 0px 3px 3px rgba(216, 216, 216, 1);
    border-radius: 10px;
    padding: 30px;
}
.btn-contact-seller {
    border: 1px solid #e67925 !important;
    color: #e67925 !important;
    font-size: 11px !important;
}
.btn-contact-seller i {
    color: #e67925 !important;
}
.product-content-details .product-title {
    font-size: 22px;
    line-height: 26px;
    color: #2d2f31;
}
.table-product-shipping .td-left {
    background: rgb(247 248 250) !important;
}
.product-item .badge-promoted {
    padding-bottom: 6px;
}
#form_add_comment .btn-custom,
.shopping-cart-empty .btn-custom {
    background-color: #1865f2;
    border-color: #1865f2;
    transition: 0.3s;
}
#form_add_comment .btn-custom:hover,
.shopping-cart-empty .btn-custom:hover {
    background-color: #0b4bc1;
    border-color: #0b4bc1;
}
.scrollup {
    display: none !important;
}
.scrollup i {
    background: #e67925;
}
.nav-top-right .dropdown-menu.show {
    left: -35px !important;
}
.shopping-cart .right {
    background: #f8f9fa !important;
}
.checkout-btn {
    background-color: #1865f2 !important;
    border-color: #1865f2 !important;
    transition: 0.3s;
    border-radius: 30px !important;
    white-space: nowrap;
}
.checkout-btn:hover {
    background-color: #0b4bc1 !important;
    border-color: #0b4bc1 !important;
}
.btn-custom {
    background-color: #1865f2 !important;
    border-color: #1865f2 !important;
    transition: 0.3s;
    border-radius: 30px !important;
}
.btn-custom:hover {
    background-color: #0b4bc1 !important;
    border-color: #0b4bc1 !important;
}
.shopping-cart .item {
    background: #f8f9fa;
    padding: 20px;
    position: relative;
    margin-bottom: 10px;
}
.shopping-cart-shipping .item {
    padding: 0 !important;
}
.shopping-cart .item .cart-item-image {
    width: 115px;
}
.shopping-cart .item .seller,
.shopping-cart .item .list-item label {
    color: #000000b3 !important;
    font-weight: 500 !important;
}
.shopping-cart .item .img-cart-product {
    margin: 0;
}
.shopping-cart .item .img-cart-product img {
    display: block;
    height: 100px;
    width: auto;
    margin: 0 auto;
    max-width: none;
    object-fit: cover;
    margin-left: 50%;
    transform: translateX(-50%);
}
.shopping-cart .btn-cart-remove {
    position: absolute;
    bottom: 35px;
    right: 20px;
    border-radius: 30px;
}
.shopping-cart-shipping .btn-danger.btn-sm {
    font-size: 11px;
    font-weight: 600;
    color: #fff;
    border-radius: 5px;
    padding: 3px 5px;
}
.filter-reset-tag {
    border-radius: 30px;
}
.filter-list a {
    text-decoration: none !important;
}
#footer {
    background-color: rgb(51 106 158 / 12%);
}
.footer-widget:last-child {
    border: 0;
    padding-left: 0;
}
.footer-widget {
    padding: 10px 0;
}
#footer .nav-footer ul {
    display: flex;
    justify-content: end;
}
#footer .nav-footer ul li {
    width: auto;
    /*margin-right: 15px;*/
    margin: 0 20px 0 0;
}
#footer .nav-footer ul li a {
    font-size: 12px;
    font-weight: 500;
}
.shipping-address-box-cart {
    background: #fff !important;
}
.swal-button--danger {
    background: #e67925 !important;
}
.product-item .badge-promoted {
    background-color: #469547;
}
.product-content-details .price .discount-rate {
    background-color: #e67925;
    border-radius: 2px;
}
.product-content-details .price .discount-original-price {
    font-size: 16px !important;
    color: #a1a7b3 !important;
    font-weight: normal;
}
.product-content-details .price .lbl-price {
    color: #505763;
}
.top-search-bar .right .btn-search {
    background-color: #c5d8fc !important;
    height: 100%;
    font-size: inherit;
    padding: 0 19px !important;
    line-height: 32px;
    border-radius: 30px;
}
.top-search-bar .right .btn-search:hover {
    background: #1865f2 !important;
}
.top-search-bar .right .btn-search i {
    color: #1865f2 !important;
    font-size: 16px;
}
.top-search-bar .right .btn-search:hover i {
    color: #fff !important;
}
.top-bar {
    border: 0;
}
#header .main-menu {
    margin: 0 15px;
}
.cart-discount-coupon {
    border-radius: 30px;
    border: 1px solid #eee;
    padding: 5px;
    background: #fff;
}
.cart-discount-coupon input {
    height: 36px;
    padding: 10px;
    border: 0;
}
.cart-discount-coupon .btn {
    height: 36px;
    padding: 0 20px;
}
.shopping-cart .item .label-instant-download,
.shopping-cart .item .seller {
    display: none;
}
.btn-instant-download {
    background: #469547;
    border-radius: 30px !important;
    padding: 8px 15px;
}
.product-sort-by .sort-select .custom-select {
    border-radius: 30px;
}
.product-filters .filter-item .price-filter-inputs input {
    border-radius: 30px !important;
    height: 38px;
    padding-left: 15px;
    margin-left: -4px;
}
.product-filters .filter-item .btn-filter-price {
    border-radius: 30px;
    background: #c5d8fc;
    transition: 0.3s;
    padding: 3px 12px !important;
    font-size: 20px;
    margin-left: -4px;
}
.product-filters .filter-item .btn-filter-price:hover {
    background: #0b4bc1;
    color: #fff;
}
.btn-table-info {
    border-radius: 30px !important;
    padding: 7px !important;
}
.order-details-container .btn-info {
    border-radius: 30px;
    background: #469547;
    border-color: #469547;
}
.order-details-container .btn-info:hover,
.order-details-container .btn-info:active {
    border-color: #378338 !important;
    background: #378338 !important;
}
.custom-control .custom-control-label {
    color: #444;
}
.custom-control-variation
    .custom-control-input:checked
    ~ .custom-control-label {
    border-color: #e67815 !important;
}
.tab-checkout-open {
    margin-bottom: 10px !important;
    margin-top: 15px;
}
.tab-checkout-closed-bordered:last-child {
    border-bottom: 0 !important;
}
.tab-checkout .title {
    margin-bottom: 20px;
}
.tab-checkout-closed .title {
    margin-bottom: 0 !important;
}
.tab-checkout-closed-bordered {
    padding: 30px 20px;
}
.tab-checkout-closed-bordered .title {
    margin: 0;
}
.tab-checkout-open {
    padding: 0 20px;
}
.link-add-new-shipping-option {
    margin-top: -35px;
    display: block;
    margin-bottom: 15px;
}
.btn-red {
    border-radius: 30px !important;
}
@media (max-width: 992px) {
    #header .main-menu {
        display: block;
    }
    .nav-top {
        padding: 20px 0;
    }
    .nav-top .nav-top-left {
        padding: 0 10px;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .top-search-bar {
        width: 100%;
        margin: 0 5px !important;
    }
    .top-search-bar .search-select {
        z-index: 0 !important;
    }
    .top-search-bar .right {
        padding-right: 0;
    }
    .top-search-bar .btn-search {
        right: 0 !important;
        font-size: inherit;
    }
    .nav-top-right {
        display: none !important;
    }
    .mobile-nav-container {
        display: none;
    }
    .nav-mobile-header {
        display: none;
    }
    .product-filters {
        margin-bottom: 20px;
    }
    .product-list-header {
        flex-direction: column;
        align-items: normal;
        padding-bottom: 20px;
    }
    .product-content-details {
        padding-left: 0;
    }
    #accordion {
        padding-top: 20px;
    }
}
@media (max-width: 768px) {
    .mobile-main-nav a:not(.btn) {
        font-size: 16px !important;
    }
    .nav-top {
        padding: 10px 0;
    }
    .section .title {
        font-size: 30px;
    }
    .add-to-cart {
        display: none;
    }
    .product-item .item-details {
        padding: 10px 15px;
    }
    .product-list-header {
        padding-bottom: 10px;
    }
    .product-add-to-cart-container .number-spinner {
        margin-right: 10px !important;
        width: 100% !important;
    }
    .number-spinner input {
        width: 13px !important;
    }
    .btn-product-cart {
        width: 95%;
    }
    .shopping-cart .item {
        display: flex;
        flex-wrap: wrap;
        position: relative;
    }
    .shopping-cart .item .cart-item-image {
        width: 22%;
    }
    .shopping-cart .item .img-cart-product img {
        width: 100%;
        height: auto;
    }
    .shopping-cart .item .cart-item-details {
        width: 78%;
        margin-bottom: 5px;
    }
    .shopping-cart .btn-cart-remove {
        position: static;
        right: 18px;
        top: auto;
        bottom: 20px;
        display: inline-block;
        margin-top: 10px;
        float: right;
    }
    .shopping-cart .item .cart-item-quantity {
        padding-left: 0 !important;
    }
    .product-description {
        margin-bottom: 40px;
    }
    #footer .nav-footer ul {
        display: block;
        margin-bottom: 10px;
    }
    #footer .nav-footer ul li {
        margin: 0 15px 0 0;
        display: inline-block;
    }
    .featured-categories .card-columns .card {
        height: 110px !important;
    }
    .btn-filter-products-mobile {
        border-radius: 30px !important;
    }
}
@media (max-width: 640px) {
    #header .main-menu {
        margin: 0;
    }
    .link-add-new-shipping-option {
        margin-top: 0;
    }
}
@media (min-width: 768px) {
    .main-nav-wrap > ul > li > ul > li a .icon {
        height: auto !important;
    }
}
@media (min-width: 992px) {
    .col-sidebar-products {
        -ms-flex: 0 0 25% !important;
        flex: 0 0 25% !important;
        max-width: 25% !important;
    }
    .col-content-products {
        -ms-flex: 0 0 75% !important;
        flex: 0 0 75% !important;
        max-width: 75% !important;
    }
}
@media (max-width: 640px) {
    .main-menu .container-fluid {
        padding-right: 0.75rem;
        padding-left: 0.75rem;
    }
}

.product-filters .filter-item .filter-list-categories li a,
.product-filters .filter-item .filter-list-subcategories li a {
    font-size: 15px;
}

.product-filters .filter-item .filter-list-categories li,
.product-filters .filter-item .filter-list-subcategories li {
    margin-bottom: 18px;
    opacity: 0.85;
}

.product-filters .filter-item .filter-list-categories li:first-child {
    margin-top: 5px;
}

.product-filters .filter-item .filter-list-categories-parent {
    font-size: 15px;
}

.col-sidebar-products .product-filters .filter-item:last-child {
    margin-bottom: 0;
}

.col-sidebar-products .product-filters .filter-item:first-child {
    padding-bottom: 0;
}

.filter-item .price-filter-inputs span {
    opacity: 0.85;
}

.product-filters .filter-item .btn-filter-price {
    padding: 3px 9px;
}

.product-item .row-custom:first-child {
    padding: 10px;
}

.product-item {
    background: #f0f2f5cc;
    box-shadow: none;
}

.link-add-new-shipping-option {
    margin-top: 0;
}
.shopping-cart .item .cart-item-quantity {
    width: 26.5%;
}
.btn i {
    margin-right: 0;
}
.shipping-address-box {
    padding: 8px 20px;
}
.shopping-cart-shipping .list-item.m-t-15 {
    margin-top: 5px !important;
    display: flex;
    margin-bottom: 0;
    justify-content: space-between;
}
.shopping-cart-shipping .list-item.m-t-15 ~ .list-item {
    display: flex;
    justify-content: space-between;
}
.shopping-cart-shipping .row-custom.m-t-30.m-b-10 {
    margin-top: 10px !important;
    margin-bottom: 0 !important;
}
.number-spinner .btn-spinner-minus,
.number-spinner .btn-spinner-plus {
    width: 40px;
    line-height: 14px;
}
.cart-discount-coupon .btn {
    line-height: 10px;
}
.btn-cart-remove {
    bottom: auto;
    top: 14px;
    border: 0;
    padding: 0.48rem 0rem;
    font-weight: 500;
}
.shopping-cart .number-spinner {
    height: 40px;
}
.number-spinner input {
    width: 10px;
}
.shopping-cart .item {
    margin-bottom: 15px;
}
.shopping-cart-shipping .right .item .list-item,
.shopping-cart-shipping .right .item .list-item a {
    font-size: 16px;
    width: 100%;
}
.shopping-cart .item .list-item a {
    font-size: 18px;
}
.shopping-cart .item .list-item {
    font-size: 16px;
    width: 90%;
}
.number-spinner .btn-spinner-minus,
.number-spinner .btn-spinner-plus,
.number-spinner input {
    border: 0;
    background: #fff;
}
.shopping-cart .number-spinner {
    width: 115px;
    border-radius: 30px;
    overflow: hidden;
}
.shopping-cart .number-spinner .btn-spinner-minus,
.shopping-cart .number-spinner .btn-spinner-plus,
.shopping-cart .number-spinner input {
    height: 38px !important;
}
.shopping-cart .item .cart-item-details .list-item:first-child {
    font-weight: 600;
}
.shopping-cart .item .cart-item-details .list-item.d-none ~ .list-item {
    font-weight: 600;
}
.img-cart-product {
    border: 1px solid #ddd;
    border-radius: 3px;
}
.shopping-cart {
    margin: 20px 0 50px 0;
    min-height: 400px;
}
.shopping-cart .right {
    background: #e6781518 !important;
}
.shopping-cart .right strong {
    font-size: 16px;
}
#form_validate label {
    color: #737476;
}
.cart-order-details .item {
    background: none;
    border-bottom: 1px solid #a0a0a0;
}
.number-spinner {
    border-radius: 30px;
    overflow: hidden;
}

@media (max-width: 768px) {
    .shopping-cart .item .cart-item-quantity {
        width: 100%;
    }
    .shopping-cart .btn-cart-remove {
        position: absolute;
        right: 18px;
        top: auto !important;
        bottom: 20px !important;
    }
    .shopping-cart-shipping .left {
        margin-top: 0 !important;
    }
    .order-summary-container {
        margin-top: 20px !important;
    }
    .order-summary-container .cart-section-title {
        margin-bottom: 0 !important;
    }
}
