@media only screen and (min-width: 768px) {
    .checkout-cart-index .cart-container .cart-summary {
        margin-top: 0 !important;
        width: auto;
        background: none;
    }
    .checkout-cart-index .cart.table-wrapper .product-item-details {
        vertical-align: baseline;
    }
}
@media only screen and (max-width: 767px) {

    
}
@media screen and (min-width: 1200px) and (max-width: 1920px) {
.checkout-cart-index main#maincontent {
    max-width: 1430px;
    margin: auto;
}
}
.checkout-cart-index .page-title {
    text-align: left;
}
.manage-cart-button-section {
    display: flex;
    flex-direction: row;
    gap: 50px;
    width: 100%;
}

td.item-wise-checkbox-manage {
    padding-right: 10px;
    padding-top: inherit !important;
}
span.checkbox-select-all-title {
    margin-left: 6px;
}
.custom-round-checkbox {
    position: relative;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    user-select: none;
    font-size: 14px;
}
.custom-round-checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.custom-round-checkbox .checkmark {
    position: relative;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #f4f4f4;
    border-radius: 50%;
    border: 1px solid #333;
    transition: all 0.2s ease-in-out;
}
.custom-round-checkbox:hover .checkmark {
    background-color: #fff;
}
.custom-round-checkbox .checkmark:hover {
     border: 1px solid #fd7700;
}
.custom-round-checkbox input:checked ~ .checkmark {
    background-color: #fd7700;
    border-color: #fd7700;
}
.custom-round-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.custom-round-checkbox input:checked ~ .checkmark:after {
    display: block;
}
.custom-round-checkbox .checkmark:after {
    left: 6px;
    top: 2px;
    width: 7.2px;
    height: 11px;
    border: solid white;
    border-width: 0 2px 2.6px 0;
    transform: rotate(45deg);
}

span.lof-block-font-bold-up {
    font-weight: 500;
}
span.lof-block-title-css a#profileconnect {
    color: #006bb4;
}

button.action.apply.primary , button.action.primary.checkout {
    background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(.02, #ffe29a), color-stop(.02, #ffb53d), color-stop(1, #ffa148));
    border-color: #ff9700;
    color: #ffffff;
    box-shadow: 0 1px #9e9e9e59;
    border: 1px solid #ff9700;
    border-radius: 6px;
    text-shadow: 1px 1px 0px rgb(0 0 0 / 40%);
    font-weight: 600;
}
button.action.apply.primary:hover , button.action.primary.checkout:hover {
    background: #ffa148;
    background-color: #ffa148;
    transition: auto;
}

.checkout-cart-index .coupon-code-manage-section {
    height: 34px !important;
}
.page-title.shopping-cart-main-title {
    margin: 0 0 20px 0;
    padding: 10px 0;
}

.shopping-cart-title-section {
    width: 100%;
    height: auto;
    position: sticky;
    top: 0;
    z-index: 10;
    background: #f4f4f4;
    padding: 0px 30px;
}

.item-select-all-item-box{
    padding: 5px 0;
    width: 20%;
    font-weight: 500;
}
.manage-delete-all-item-section {
    width: 25%;
}
.clear-shopping-cart-btn{
    display: flex;
    width: 56%;
    justify-content: end;
}
.cart.table-wrapper .product-item-name {
    font-size: 14px;
}
.checkout-cart-index .manage-button-no-border {
    border: none;
    color: #006bb4;
    font-weight: 500;
}
.checkout-cart-index .action.clear.manage-button-no-border{
    color : #e02b27;
}
.checkout-cart-index .action.clear.manage-button-no-border:hover{
    text-decoration: underline;
}

/* payment section */
.payment-detail-section {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: 15px;
    cursor: pointer;
}
.shipping-delivery-info {
    display: flex;
    flex-direction: column;
}

.shipping-delivery-title {
    font-size: 15px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 5px;
}

.safe-payment-main-images {
    width: 100%;
}
.shipping-delivery-title-info {
    margin-right: 8px;
}
.shipping-delivery-description-info {
    font-size: 13.5px;
    display: flex;
    align-items: center;
    margin-bottom: 3px;
}
.shipping-delivery-description-info .tick-mark {
    display: inline-block;
    width: 7px;
    height: 10px;
    border: solid #4CAF50;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    margin-right: 8px;
}

.checkout-cart-index .qty-increment-decrement-section {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: auto;
}

input.input-text.qty.main-qty-field::-webkit-outer-spin-button,
input.input-text.qty.main-qty-field::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.checkout-cart-index .cart.table-wrapper input.input-text.qty.main-qty-field {
    -moz-appearance: textfield;
    appearance: textfield;
    border: 1px solid #aaa;
    width: 65px;
    text-align: center;
    height: 26px ;
    border-radius: 0;
    border-left : 1px solid transparent;
    border-right : 1px solid transparent;
    margin-top: auto;
}
.checkout-cart-index .cart.table-wrapper input.input-text.qty.main-qty-field:focus {
    outline: none;
    border: 1px solid red;
    z-index: 10;
    position: relative;
}
.qty-down-btn .mbi.mbi-minus, .qty-up-btn .mbi.mbi-plus {
    font-weight: 700;
    font-size: 14px;
}
.qty-down-btn {
    width: 26px;
    height: 26px;
    text-align: center;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    background-color: white;
    border: 1px solid #aaa;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: rgb(170, 170, 170);
    padding: 4px 4px;
    margin-right: -1px;
    z-index: 9;
}
.qty-up-btn {
    width: 26px;
    height: 26px;
    text-align: center;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background-color: white;
    border: 1px solid #aaa;
    padding: 4px 4px;
    margin-left: -1px;
    z-index: 9;
}
.qty-down-btn:hover {
    border: 1px solid red !important;
    color: #474747;
    border-left: 1px solid transparent;
    z-index: 9;
}
.qty-up-btn:hover {
    border: 1px solid red !important;
    color: #474747;
    border-right: 1px solid transparent;
}

.qty-label-section {
    margin-bottom: auto;
}

.product-promotinal-deal {
    display: flex;
    width: 100%;
    justify-content: left;
    flex-direction: column;
}

.flase-sale-deal,.for-you-deal,.new-arrival-deal,.welcome-offer-deal,.three-plus-items-deal,.featured-product-deal{
    background: #fcefec;
    color: #f60;
    padding: 2px 10px;
    width: 50%;
    text-align: center;
    margin-top: 5px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 600;
}
.for-you-deal {
    color: #376988;
    background-color: #e0ecf3;
    border-color: #afccdf;
}
.new-arrival-deal {
    color: #00708f;
    background-color: #d7f4fc;
    border-color: #7cd9f4;
}
.welcome-offer-deal{
    color: #2f732f;
    background-color: #e1f1e1;
    border-color: #a7d5a7;
}
.three-plus-items-deal {
    color: #b3255b;
    background-color: #f7dbe6;
    border-color: #eca7c2;
}
.featured-product-deal {
    color: #3b3c41;
    background-color: #eff0f0;
    border-color: #e8e9ea;
}
.shopping-cart-title {
    font-size: 20px;
    font-weight: 600;
}
.cart-total-qty-title {
    font-size: 14px;
}

.checkout-cart-index .page-wrapper.magebig-container {
    overflow: visible;
}
.checkout-cart-index .form-cart.cart-item-main-form{
    padding-right: inherit;
}
.manage-item-section {
    padding-right: 3%;
}