/*---------------------
  Cart Product
-----------------------*/


.payment-item {
    border: 1px solid #D9D9D9;
    border-radius: 16px;
    padding: 20px;
    margin-bottom: 15px;
    font-size: 14px;
}
.payment-item.active {
    border-color: #2f4f89;
}
.payment-content {
    display: none;
    line-height: 20px;
    margin-top: 10px;
}
.payment-content.active {
    display: block;
}

.cart-product {
    padding-bottom: 30px;
}

.cart-product ul {
    list-style: none;
}

.product-cart-list {
    display: block;
    border-color: transparent;
    font-size: 13px;
}

.product-cart-list ul {
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    padding: 15px 0;
}

.product-cart-right-box li {
    position: relative;
}

.product-cart-left-image {
    width: 100px;
    padding: 10px 0 0 10px;
}

.product-cart-left-info {
    width: calc(100% - 70px);
    padding: 7px 10px 10px 10px !important;
}

.product-cart-left-price {
    margin-top: 3px;
    margin-bottom: 2px;
}

.product-cart-left-image img {
    border-radius: 8px;
    max-width: 80px;
}

.product-cart-left-name a {
    color: #000000;
    font-weight: 500;
    line-height: 20px;
    font-size: 14px;
}

.product-cart-size-bg {
    position: relative;
}

.product-cart-size-title {
    background: #E9EAE8;
    position: relative;
    cursor: pointer;
    padding: 5px 13px 5px 13px;
    margin-top: 5px;
    margin-bottom: 8px;
    display: inline-block;
    /*text-align: center;*/
    font-size: 14px;
    transition: .3s all;
    border-radius: 10px;
    font-weight: 300;
}


.product-cart-left-trash {
    margin-top: 4px;
}

.product-cart-left-trash a {
    color: #959595;
    font-weight: 400;
    font-size: 14px;
}

.product-cart-left-count-btn {
    display: flex;
    align-items: center;
    height: 32px;
    line-height: 32px;
    border: 1px solid #000000;
    width: 100px;
    border-radius: 30px;
    overflow: hidden;
}

.product-cart-total-title {
    text-transform: uppercase;
    font-weight: 700;
    color: #000000;
    font-size: 14px;
}

.product-cart-sum {
    display: flex;
    position: relative;
    padding-top: 8px;
    font-size: 14px;
}

.product-cart-sum-left {
    text-align: left;
    flex: 1;
}

.product-cart-sum-left span {
    font-size: 12px;
}

.product-cart-sum:last-child .product-cart-sum-left {
    color: #000000;
    font-weight: 700;
}

.product-cart-sum:last-child .product-cart-sum-right {
    font-weight: 700;
    color: #2F4F89;
}

.product-cart-total-wrapper {
    background: #E9EAE8;
    border-radius: 10px;
    padding: 15px 15px;
    margin-top: 20px;
}

.discount-code-title {
    text-transform: uppercase;
    margin: 20px 0 5px 0;
    font-size: 14px;
    font-weight: 300;
}

.discount-code-input {
    display: flex;
    align-items: center;
    gap: 10px;
}

.discount-code-input input[type="text"] {
    padding-right: 15px;
    padding-left: 15px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    border-radius: 10px;
}

.discount-code-input input[type="text"]:focus {
    box-shadow: none;
}

.discount-code-input .btn__custom {
    padding: 0;
    min-width: 60px;
    font-size: 14px;
}

.btn__custom-payment {
    display: block;
    margin-top: 10px;
}

/*---------------------
  Cart Orrder Product
-----------------------*/

.product-cart-right {
    background: #E9EAE8;
    border-radius: 10px;
    padding: 15px 15px;
    margin-bottom: 20px;
    font-size: 14px;
}

.steps-basic-heading {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    color: #000000;
}

.steps-basic-heading span {
    color: #2F4F89;
}

.product-cart-right .steps-basic-heading {
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.product-cart-order {
    flex: 1;
}

.name-product-order {
    font-size: 14px;
}

.table_order.product-cart-list ul {
    border-color: #dbdbdb;
    padding-bottom: 8px;
    margin-bottom: 10px;
}

.product-cart-order .product-price-order {
    color: #2F4F89;
    font-weight: 600;
}

.info_other.product-cart-total-wrapper {
    padding: 0;
    background: transparent;
}

.product-cart-sum-total.product-cart-sum {
    color: #000000;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
}

.product-cart-sum-total span {
    display: block;
    text-transform: none;
    font-weight: 400;
}

.gender-order {
    display: flex;
    gap: 10px;
}

.gender-order2 {
    margin: 15px 0;
}

.gender-order .form-check {
    padding-left: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    line-height: 1;
    font-size: 14px;
}

.checkout-login {
    font-size: 14px;
}

.checkout-login span {
    cursor: pointer;
    font-weight: 700;
    color: #2F4F89
}

.title-input {
    padding-bottom: 4px;
    font-weight: 500;
    font-size: 14px;
}

.addrres-info input[type="text"],
.addrres-info input[type="tel"],
.addrres-info input[type="email"], 
.form-checkout textarea,
.fillinput input {
    background: #E9EAE8;
    border-radius: 8px;
    border: none;
    height: 50px;
    padding: 0 15px;
    color: #000000;
    font-size: 14px;
}

.form-checkout textarea {
    width: 100%;
}

.addrres-info input::placeholder,
.form-checkout textarea::placeholder {
    opacity: 0;
}

.addrres-info input:focus,
.form-checkout textarea:focus,
.fillinput input:focus {
    box-shadow: none;
    background: #E9EAE8;
}

.choices {
    position: relative;
    margin-bottom: 0;
    font-size: 14px;
}

.choices[data-type*=select-one] {
    cursor: pointer;
}

.choices__inner {
    position: relative;
    background: #E9EAE8;
    border-radius: 8px;
    border: none;
    height: 50px;
    padding: 0 5px;
    color: #000000;
}

.choices[data-type*=select-one] .choices__input {
    display: block;
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    margin: 0;
}

.choices[data-type*=select-multiple] .choices__input.is-hidden, 
.choices[data-type*=select-one] .choices__input.is-hidden, 
.choices__input.is-hidden {
    display: none;
}

.choices__list {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

.choices__list--single {
    display: inline-block;
    padding: 0;
    width: 100%;
}

body .choices__list--single {
    height: 100%;
    display: flex;
    align-items: center;
}

.choices__item {
    cursor: default;
}

.choices__item--selectable {
    cursor: pointer;
}

.choices__list--single .choices__item {
    width: 100%;
}

.choices__list--dropdown {
    display: none;
    z-index: 1;
    position: absolute;
    width: 100%;
    background-color: #fff;
    border: 1px solid #ddd;
    top: 100%;
    margin-top: -1px;
    border-bottom-left-radius: 2.5px;
    border-bottom-right-radius: 2.5px;
    overflow: hidden;
    word-break: break-all;
}

body .choices__list--dropdown {
    margin-top: -19px;
}

.choices__list--dropdown .choices__list {
    position: relative;
    max-height: 300px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    will-change: scroll-position;
}

.choices__item--selectable {
    cursor: pointer;
}

.choices__list--dropdown .choices__item {
    position: relative;
    padding: 10px;
    font-size: 14px;
}

.choices[data-type*=select-one]::after {
    content: '\f078';
    font-family: "Font Awesome 6 Pro";
    height: 0;
    width: 0;
    position: absolute;
    top: 17px;
    right: 25px;
    pointer-events: none;
    font-size: 13px;
    border: none;
}

.choices__inner .nice-select {
    width: 100%;
    height: 50px;
    line-height: 40px;
    border: 0;
    background-color: unset;
}
.choices__inner .form-select:focus {
    box-shadow: unset;
}
.choices__inner .select2-container--default .select2-selection--single {
    background-color: unset;
    border: 0;
    height: 50px;
    font-size: 14px;
}
.choices__inner .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 50px;
}
.choices__inner .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 48px;
}

.your-order .product-cart-size-title {
    display: block;
    background: unset;
    padding: 0;
    margin-top: 0;
}

@media(min-width: 1025px)
{
    .product-cart-list-first {
        text-transform: uppercase;
        font-weight: 500;
    }

    .product-cart-list-first ul {
        line-height: 1;
        padding-top: 0;
    }

    .product-cart-left-image {
        padding: 0 10px 0 0;
    }

    .product-cart-left-info {
        width: calc(100% - 550px);
        padding: 0 !important;
    }

    .product-cart-left-price {
        color: #333333;
        margin-top: 0;
        margin-bottom: 0;
    }

    .product-cart-left-price, 
    .product-cart-left-sl, 
    .product-cart-left-total {
        width: 150px;
        padding: 0 10px;
    }

    .product-cart-size-title {
        margin-bottom: 0;
    }

    .product-cart-left-total.prices-order {
        font-weight: 600;
        color: #000000;
        font-size: 16px;
    }

    .product-cart-total-wrapper {
        margin-top: 0;
        position: sticky;
        top: 20px;
    }

    .info_other.product-cart-total-wrapper {
        position: unset;
    }
}

@media(max-width: 767px)
{
   
    .product-cart-left-count-btn {
        display: contents;
    }
    .product-cart-left-sl{
        display: none;
    }
    .product-cart-left-price{
        display: none;
    }
    .product-cart-left-total{
        display: none;
    }
    .cart-pc{
        display: none;
    }
}