@import url('https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100..900;1,100..900&display=swap');



body {
    font-family: "Albert Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    

}

a {
    text-decoration: none;
    color: unset;
}

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.costumini-navbar-mobile{
    display: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.default-padding {
    padding: 20px 0px;
}

#header {
    position: relative;
    padding: 10px 0;
}

.slogan {
    font-size: 13px;
    font-weight: 400;
    font-style: italic;
}

.logo img {
    height: 133px;
    top: 9%;
    left: 5%;
    transform: rotate(351deg);
    position: absolute;

}

footer {
    min-height: 250px;
    background-color: #9b9b9b;
}

.header-group {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 10px 20px 10px 20px;
    background-color: #fff;
}

.group {
    margin-right: 20px;
    position: relative;
    font-size: 14px;
    color: #555;
}

.search {
    display: flex;
    align-items: center;
    flex-grow: 2;
    margin-right: 3%;
    margin-left: 3%;
    max-width: 100%;
    justify-content: center;
    /* Arama çubuğunun maksimum genişliği */
}

.search .form-control {
    flex-grow: 1;
    padding: 12px 15px;
    font-size: 14px;
    border: 2px solid #ddd;
    border-radius: 9px;
    outline: none;
    margin-right: -45px;
    max-width: 50%;
    /* Butonun form alanı içine oturmasını sağlar */
}

.top-header {
    width: 100%;
    background-color: #da004b;
    color: white;
}

.top-header p {
    font-size: 5px;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.btn-search {
    background: none;
    border: none;
    padding: 0 15px;
    cursor: pointer;
    outline: none;
}

.btn-search i {
    font-size: 16px;
    color: #555;
}

.cart {
    font-size: 16px;
    cursor: pointer;
}
 
.cart .badge {
    display: block;
    background-color: #f27a1a;
    color: #fff;
    font-size: 11px;
    width: 18px;
    height: 18px;
    line-height: 19px;
    text-align: center;
    margin-left: 3px;
    margin-top: 2px;
    border-radius: 50%;
    z-index: 1;
    padding: 0px;
    padding-left: 1px;
}

.group:hover i {
    color: #da004b;
}

.group i {
    margin-right: 5px;
    font-size: 18px;
    color: #555;
    transition: 0.3s;
}

.group .items{
    text-decoration: none;
    display: flex;
    align-items: center;
    position: relative;
    height: 40px;
    font-weight: 500;
}
.group .items p{
    font-size: 14px;
    color: #333333;
 
    margin-bottom: 0px;
}


#search_button {
    cursor: pointer;
}

.navbar-nav .nav-item .nav-link {
    padding: 0.5rem 1rem;
}

.costumini-navbar {
    border-bottom: 7px solid #da004b;
    padding-bottom: 0px;
    padding-top: 0px;
}

.costumini-menu {
    width: 100%;
    display: flex;
    justify-content: end;
    padding-right: 16px;
}

.costumini-menu li:nth-of-type(1) {
    background-color: #da1a5c !important;
    border-radius: 8px 0px 0px 0px;
    border-right: 1px solid white;
}

.costumini-menu li:nth-of-type(2) {
    background-color: #da1a5c !important;
    border-radius: 0px 0px 0px 0px;
    border-right: 1px solid white;
}

.costumini-menu li:nth-of-type(3) {
    background-color: #da1a5c !important;
    border-radius: 0px 8px 0px 0px;
    border-right: 1px solid white;
}

.costumini-menu li:nth-of-type(4) {
    background-color: #82c34a !important;
    border-radius: 8px 8px 0px 0px;
    border-right: 1px solid white;
}

.costumini-menu li:nth-of-type(5) {
    background-color: #e2ad00 !important;
    border-radius: 8px 8px 0px 0px;
    border-right: 1px solid white;
}

.costumini-menu li:nth-of-type(6) {
    background-color: #68a9cf !important;
    border-radius: 8px 8px 0px 0px;
    border-right: 1px solid white;
}

.costumini-menu .nav-item .nav-link {
    color: white;
}

.costumini-menu .nav-item .nav-link:hover {
    color: rgba(255, 255, 255, 0.8);
}

.home-card .item a {
    display: block;
    border-radius: 10px;
    overflow: hidden;
}

.home-card .item a:hover img {
    transform: scale(1.1);
}

.home-card .item a img {
    transition: 0.5s;
    max-width: 100%;

}

.home-features-container {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    padding: 7px;
    border-radius: 10px;
    max-width: 416px;
    margin: auto;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.home-features-icon {
    font-size: 2rem;
    margin-right: 15px;

}

.home-features-icon img {
    height: 40px;
}

.home-features-text {
    font-size: 1rem;
    font-weight: bold;
    color: #333;
}

.home-category-card .item a {
    text-decoration: none;
}

.home-category-card .item a .item-img {
    display: block;
    border-radius: 10px;
    overflow: hidden;
}

.home-category-card .item a .item-title {
    text-align: center;
    margin-top: 5px;
    font-size: 13px;
    color: #676767;
    font-weight: 500;

}


.home-card .item a:hover img {
    transform: scale(1.1);
}

.home-card .item a img {
    transition: 0.5s;
    max-width: 100%;

}

.home-card .item a {
    text-decoration: none;
}

.home-card .item a .item-img {
    display: block;
    border-radius: 10px;
    overflow: hidden;
}

.home-card .item a .item-title {
    text-align: center;
    margin-top: 5px;
    font-size: 13px;
    color: #676767;
    font-weight: 500;

}


.home-category-card .item a:hover img {
    transform: scale(1.1);
}

.home-category-card .item a img {
    transition: 0.5s;
    max-width: 100%;

}

.category-side-card .item a:hover img {
    transform: scale(1.1);
}

.category-side-card .item a img {
    transition: 0.5s;
    max-width: 100%;

}

.category-side-card .item a {
    text-decoration: none;
}

.category-side-card .item a .item-img {
    display: block;
    border-radius: 10px;
    overflow: hidden;
}

.category-side-card .item a .item-title {
    text-align: center;
    margin-top: 5px;
    font-size: 15px;
    color: #676767;
    font-weight: 500;

}





.home-6-4-card .card {
    border: unset;

}

.custom-home-border {
    height: 20px;
    width: 75%;
    margin-left: auto !important;
    margin-right: auto !important;
    margin: 0 0 20px 0;
    height: 4px;
    border: 0;
    background: #da004b;
    background: -webkit-linear-gradient(to right, #da004b7a, #e10651);
    background: linear-gradient(to right, #da004b7a, #e10651);
    opacity: 1;
}

.custom-home-border-gray {
    height: 20px;
    width: 75%;
    margin-left: auto !important;
    margin-right: auto !important;
    margin: 0 0 20px 0;
    height: 4px;
    border: 0;
    background: #3f3f3f;
    background: -webkit-linear-gradient(to right, #3d3d3d7a, #3f3f3f);
    background: linear-gradient(to right, #3d3d3d7a, #3f3f3f);
    opacity: 1;
}

.home-description .title {
    font-size: 19px;
    width: 100%;
    line-height: normal;
    font-weight: 400;
    color: black;
    margin-bottom: 24px;

}

.home-description .description {
    font-size: 15px;
    color: #737272;
}

.footer {
    background-color: #2c2c54;
    color: #fff;
}

.footer-logo {
    height: 120px;

}


.footer h4 {
    font-weight: bold;
    margin-bottom: 20px;
    display: inline-block;
    border-bottom: 3px solid #fff;
    /* Alt çizginin kalınlığı ve rengi */
    padding-bottom: 5px;
    /* Başlık ile çizgi arasında boşluk */
}

.footer h5 {
    font-weight: bold;
    margin-bottom: 20px;
    display: inline-block;
    border-bottom: 3px solid #fff;
    /* Alt çizginin kalınlığı ve rengi */
    padding-bottom: 5px;
    /* Başlık ile çizgi arasında boşluk */
}


.footer a {
    color: #b3b3b3;
    text-decoration: none;
}

.footer a:hover {
    color: #fff;
}

.footer .input-group .form-control {
    border-radius: 0;
}

.custom-home-category-col {
    width: 12.5%;
    box-sizing: border-box;
    display: flex;
}

.footer .input-group .btn {
    border-radius: 0;
    background-color: #5c5c8a;
    color: #fff;
    border: none;
}

.footer .input-group .btn:hover {
    background-color: #49497b;
}

.footer .text-md-end img {
    margin-left: 10px;
}

.footer-menu li {
    margin-bottom: 5px;
}

.footer-menu li a {
    margin-right: 10px;
    /* İkon ile metin arasında boşluk */
}

.footer-menu li a i {
    margin-right: 10px;
    /* İkon ile metin arasında boşluk */
}


.costumini-menu .dropdown .nav-link i {
    padding-left: 33px;
    font-size: 13px;
    color: var(--theme-color-white);
}

.costumini-menu .dropdown .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    min-width: 240px;
    padding: 5px;
    border: 0;
    background-color: var(--theme-color-white);
    transition: all 0.3s;
    border-radius: 10px;
    box-shadow: 0 16px 50px rgba(0, 0, 0, 0.07);
}

.costumini-menu .dropdown .dropdown-menu .dropdown-menu {
    left: calc(100% + 8px);
    top: -17px;
    right: auto;
    min-width: 240px;
    transform: translateY(0);
}

.costumini-menu .dropdown .dropdown-menu .dropdown-item.active,
.costumini-menu .dropdown .dropdown-menu .dropdown-item:active {
    background-color: var(--theme-color-1);
}

.costumini-menu .dropdown .dropdown-menu .dropdown-item i {
    padding: 10px 0 0 8px;
    font-size: 13px;
    float: right;
    color: var(--theme-color-1);
}

.costumini-menu .dropdown .dropdown-toggle::after {
    display: none;
}

.costumini-menu .dropdown:hover>.dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    background-color: white;
}

.costumini-menu.menu-white.is-fixed .dropdown .nav-link i {
    color: var(--theme-color-2);
}

.content {
    min-height: 70vh;
}

.content-body {

    min-height: 70vh;
    padding: 0px 0;
}

.text-center {
    text-align: center;
}

.no-products-message {
    font-size: 1.5rem;
    color: #333;
}

/* Flexbox ile ortalamak için ek stil */
.d-flex {
    display: flex;
}

.justify-content-center {
    justify-content: center;
}

.align-items-center {
    align-items: center;
}

.custom-card {

    border-radius: 8px;
    margin-bottom: 20px;
    background-color: #fff;
    position: relative;
    overflow: hidden;
}

.custom-discount {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #da1a5c;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 0.7rem;
    font-weight: bold;
    z-index: 99;
}

.custom-new-season-bg {
    background-color: #352f31 !important;
    color: #fff !important;
}

.custom-new-season {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 0.7rem;
    font-weight: bold;
    z-index: 99;
}

.custom-wishlist {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 1.2rem;
    color: #ccc;
    z-index: 99;
}

.custom-card img {
    width: 100%;
    height: auto;
}

.custom-card-title {
    font-size: 14px;
    font-weight: normal;
    margin: 15px 10px 5px;

    overflow: hidden;
}

.custom-card-code {
    font-size: 12px;
    font-weight: normal;
    margin: 5px 10px 5px;

    overflow: hidden;
}

.custom-card-price {
    color: #333333b0;
    font-size: 1.1rem;
    font-weight: bold;
    margin: 0 10px 10px;
}

.custom-card-old-price {
    text-decoration: line-through;
    color: #999;
    font-size: 0.9rem;
    margin-right: 10px;
}

.custom-image {

    max-height: 400px;
    object-position: center;
    object-fit: contain;

}

/* Product Custom Card */



.product-custom-card {

    text-align: center;
    position: relative;

    overflow: hidden;
}

.product-custom-card .owl-carousel {
    border-radius: 10px;
    overflow: hidden;
}

.product-custom-owl .owl-dots {
    /*position: absolute;
    right: 35%;
    bottom: 3%;
    background: #ffffff;
    display: flex;
    padding: 2px 10px;
    justify-content: center;
    vertical-align: middle;
    border: 1px solid #e2e2e2c2;
    border-radius: 5px;*/

    display: none !important;
}



.product-custom-card .product-item {
    position: relative;

    overflow: hidden;
    padding: 0px;

    transition: transform 0.3s ease-in-out;
}



.product-custom-card .custom-wishlist {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 20px;
    color: #FF4081;
}

.product-custom-card .custom-image {
    max-width: 400px !important;
    height: auto !important;
    display: block !important;
    margin: 0 auto;
    object-fit: contain !important;
    object-position: center;
    transition: transform 0.3s ease-in-out;
    box-shadow: 0 1px 1px rgba(175, 175, 175, 0.1);
}

.product-custom-card .custom-image:hover {
    transform: scale(1.05);
}

.product-custom-card-title {
    font-size: 14px !important;
    margin-top: 10px;
    font-weight: 500;
    color: #333;
}

.product-custom-card-code {
    margin-top: 5px;
    color: #666;
    font-size: 12px;
}

.product-custom-card-price {
    margin-top: 5px;
    font-size: 17px;
    color: #000000;
    font-weight: bold;
}

.product-custom-card-old-price {
    text-decoration: line-through;
    color: #999;
    margin-right: 10px;
}



.product-image {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.product-custom-card .size-options {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    min-height: 10%;
    background-color: rgb(97 95 95 / 55%);
    text-align: center;
    padding: 8px;
    text-align: center;
    font-size: 12px;
    transform: translateY(100%);
    transition: transform 0.3s ease-in-out;
    display: flex;
    justify-content: center;
    vertical-align: middle;
    align-items: center;
    flex-direction: column;

}

.product-custom-card:hover .size-options {
    transform: translateY(0);
}

.product-custom-card .size-options span {
    margin: 0 10px;
    cursor: pointer;
    font-weight: bold;
    color: #ffffff;
    padding: 5px 10px;
    border: 1px solid #e2e2e2c2;
    border-radius: 5px;
}

.product-custom-card .size-options span:hover {
    background-color: #272727;
}


.product-custom-card .size-options .items {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* ----------------------- */


/* Filter */


.filter .filter-top .filter-description {
    font-size: 14px;
    font-weight: 500;
}


/* */



.expand-button {
    cursor: pointer;
    display: block;
    margin-top: 1rem;
    margin-left: auto;
    margin-right: auto;
    border: unset;
    color: #e20e56;
    font-size: 1.2rem;
    padding: 0.5rem;
    background-color: unset;
}


.shopping-cart {
    max-width: 1000px;
    margin: 20px auto;
    padding: 20px;
    background-color: white;

}



.cart-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.cart-table th,
.cart-table td {
    padding: 15px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

.cart-table th {
    background-color: #f5f5f5;
    text-align: left;
}

.cart-table td img {
    max-width: 80px;
}



.promo-code {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
}

.promo-code label {
    font-weight: bold;
    margin-right: 10px;
    color: #d9534f;
}

.promo-code input {
    width: 200px;
    padding: 8px;
    margin-right: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.promo-code button {
    background-color: #68a9cf;
    border: none;
    color: white;
    padding: 8px 15px;
    cursor: pointer;
    border-radius: 4px;
}

.promo-code button:hover {
    background-color: #31b0d5;
}

.cart-summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-items: flex-end;
    padding-top: 15px;

}

.summary-prices {
    text-align: right;
}

.summary-prices p {
    margin: 5px 0;
}

.checkout {
    background-color: #82c34a;
    border: none;
    color: white;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 4px;
    font-size: 16px;
}

.cart-actions {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.continue-shopping {
    background-color: #e2ad00;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 4px;
    font-size: 16px;
}

.continue-shopping:hover {
    background-color: #ec971f;
}

.delete-btn {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 18px;
}


.special-text {
    position: relative;
    max-height: 100px;
    overflow: hidden;
    font-size: 14px;
    color: gray;
    transition: max-height 1s ease;
}

.special-text.-expanded {
    max-height: 100vh;
}

.special-text:not(.-expanded)::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(rgba(255, 255, 255, 0), white);
}

.category-parag {
    margin-bottom: 10px;
}

.content-gray-bg {
    background-color: #e3e4e430;

}

.content-gray-bg-border {
    border-top: 1px solid #8080802e;
}


#breadcrumbs ol {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
}

#breadcrumbs ol li a {
    color: #73828b;
}

#breadcrumbs ol li span {
    display: flex;
    align-items: center;
    white-space: nowrap;
    line-height: 20px;
    color: #73828b;
    line-height: 20px;
    margin-left: 5px;
    font-size: 14px;
    font-weight: 400;
}

#breadcrumbs ol li i:before {
    content: ">";
}

.sl-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: none;
}

.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    border: 4px solid #f3f3f3;
    /* Açık renkli sınır */
    border-top: 4px solid #3498db;
    /* Dönen kısım rengi */
    border-radius: 50%;
    animation: spin 1s linear infinite;
}


.loading-container {
    position: relative;
}

.loading-container.loading .loader-content {
    visibility: hidden;

    opacity: 0;
}


.payment-box {
    display: grid;
    grid-template: repeat(2, auto) / 66% 1fr;
    column-gap: 3rem;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
}

.payment-box h6 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e6e6e6;
}

.payment-box fieldset {
    margin: 0;
    padding: 0;
    border: 0;
    min-width: 0;
}



.payment-box .grid-2 {
    gap: 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.payment-box .box {
    margin-bottom: 10px;
}

.payment-box label {
    margin-bottom: 10px;
    position: relative;
    font-weight: 600;
    font-family: "Albert Sans", sans-serif;
    font-size: 14px;
}

.payment-box label::after {

    color: red;
    content: "*";
    position: absolute;
    font-size: 12px;
    right: -10px;
}

.payment-box input {
    color: #000;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 1px solid #e6e6e6;
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
    line-height: 24px;
    border-radius: 3px;
    padding: 8px 14px;
    width: 100%;
    background: #ffffff;
    font-weight: 400;
}

.payment-box input:focus {
    border-color: #000;
}

.payment-box .select-custom {
    position: relative;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
}

.payment-box .payment-box-select {
    box-sizing: border-box;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    text-transform: none;
    word-wrap: normal;
    display: inline-block;
    border-radius: 3px;
    border: 1px solid #e6e6e6;
    padding: 10px 14px;
    font-size: 14px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    outline: none;
    appearance: none;
    background-color: transparent;
    color: #000;
}

.payment-box .select-custom:after {
    font-family: "Font Awesome 6 Free";
    content: "\f0d7";
    font-weight: 600;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    z-index: -1;
    color: #000;
}

.payment-box .payment-box-select:focus {
    border-color: #000;
}

.payment-box .form-check {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding-left: 0%;
    margin-bottom: 0;
}

.payment-box .form-check input[type="radio"] {
    display: none;
}

.payment-box .form-check label {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.3s ease;
    max-width: 100%;
}

.payment-box .form-check label::after {
    display: none;
}

.payment-box .form-check input[type="radio"]:checked+label {
    background-color: #da1a5c;
    color: #fff;
}

.payment-box .form-check label:hover {
    background-color: #f9f9f9;
}

.payment-box .form-checkbox {
    display: flex;
    align-items: center;
    justify-content: start;


}

.payment-box .form-checkbox input[type="checkbox"] {
    width: 22px;
    height: 17px;
    margin-right: 5px;
}

.payment-box .form-checkbox input[type="checkbox"]:checked {
    background-color: #da1a5c !important;
    color: #fff;
}

.payment-box .form-checkbox label {
    margin-bottom: 0%;
}

.payment-box .form-checkbox label::after {
    display: none;
}

.payment-box .type-1 {
    transition: all 0.3s ease;
}

.payment-box .type-2 {
    transition: all 0.3s ease;
}

.payment-box .invoice-information {
    margin-top: 20px;
    display: none;
}

.payment-box .payment-box-right {
    display: grid;
    gap: 20px;
    background-color: #fbfbfc;
    border: 10px;
    padding: 30px;
    border-radius: 2.5px;



}

.payment-box p {
    margin: 0;
    padding: 0%;
}

.payment-box .payment-box-right .widget-wrap-checkout {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

.payment-box .payment-box-right .widget-wrap-checkout .checkout-product-item:not(:last-child) {
    margin-bottom: 15px;
}

.payment-box .payment-box-right .widget-wrap-checkout .checkout-product-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding-left: 0;
    list-style: none;
}

.payment-box .payment-box-right .widget-wrap-checkout .checkout-product-item .img-product {
    width: 64px;
    height: 64px;
    border: 1px solid #ebebeb;
    border-radius: 3px;
    position: relative;
    display: block;
}

.payment-box .payment-box-right .widget-wrap-checkout .checkout-product-item .img-product img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-width: 100%;
    transform: scale(1);
    vertical-align: middle;
}

.payment-box .payment-box-right .widget-wrap-checkout .checkout-product-item .img-product .quantity {
    position: absolute;
    right: -8px;
    top: -8px;
    width: 20px;
    height: 20px;
    border-radius: 999px;
    background-color: #666;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.payment-box .payment-box-right .widget-wrap-checkout .checkout-product-item .product-content {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.payment-box .payment-box-right .widget-wrap-checkout .checkout-product-item .product-content .variant {
    font-size: 12px;
    line-height: 18px;
    color: #545454;
}

.payment-box .payment-box-right .widget-wrap-checkout .checkout-product-item .product-content .info {
    flex-grow: 1;
}
.payment-box .payment-box-right .widget-wrap-checkout .checkout-product-item .product-content .price {
    font-size: 14px;
    line-height: 21px;
    color: #363636;
}

.payment-box .payment-box-right .widget-wrap-checkout .checkout-product-item .product-content .info .name {
    font-size: 14px;
    line-height: 21px;
    color: #363636;
}

.payment-box .pb_20 {
    padding-bottom: 20px;
}

.payment-box-right .line {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 10px;
}

.payment-box-right .line h6 {
    font-size: 20px;
    line-height: 24px;
    color: #000000;
}

.payment-box-right .line h6.total {
    font-size: 20px;
    line-height: 24px;
    color: #000000;
}

.payment-box-right .cargo-choose {
    margin-top: 20px;
}

.payment-box-right .cargo-choose .form-check {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-start;
    margin-bottom: 5px;
}

.payment-box-right .cargo-choose .form-check label {
    width: 100%;
}

.payment-box-right .cargo-choose .form-check label img {
    height: 50px;
    width: 50px;
    object-fit: contain;
}

.payment-box-right .cargo-choose .form-check label .circle {
    width: 20px;
    height: 20px;
    border-radius: 999px;
    border: 1px solid #cdcdcd;
    display: inline-block;
    position: relative;
    margin-right: 10px;
}

.payment-box-right .cargo-choose .form-check input[type="radio"]:checked+label {
    border-color: #000000;
    background-color: #f8f8f8;
    color: #000000;
}

.payment-box-right .cargo-choose .form-check input[type="radio"]:checked+label .circle {
    background-color: #da1a5c;
    border-color: #da1a5c;
}

.payment-box-right .payment-title {
    font-size: 17px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 10px;
    font-weight: 500;
}

.payment-box-right .cart-checkbox {
    margin-top: 18px;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    color: #232323;
    font-size: 14px;
}

.payment-box-right .cart-checkbox input {
    padding: 0;
}

.payment-box-right .cart-checkbox label {
    margin-bottom: 0;
}

.payment-box-right .cart-checkbox .tf-check {
    position: relative;
    background: transparent;
    cursor: pointer;
    outline: 0;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    min-width: 18px;
    border: 1px solid gray;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-color: rgb(191, 190, 190);
    background-color: rgb(198, 198, 198);
    border-radius: 999px;
    overflow: hidden;
}

.payment-box-right .cart-checkbox a {
    text-decoration: underline;
    text-underline-offset: 1px;
    font-weight: 600;
}

.payment-box-right .cart-checkbox .tf-check:checked {
    background-color: #da1a5c;
    border-color: #da1a5c;
}

.payment-box-right .cart-checkbox .tf-check::before {
    font-family: "Font Awesome 6 Free";
    content: "\f00c";
    position: absolute;
    font-weight: 900;
    color: #fff;
    opacity: 0;
    font-size: 6px;
    transform: scale(0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.payment-box-right .cart-checkbox .tf-check:checked::before {
    opacity: 1;
    transform: scale(1);
    font-size: 9px;
}
  .mobile-cart-search {
    display: flex;
    min-width: 50px;
    justify-content: space-between;
    color:#545353;
  }
   

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}



@media (max-width: 992px) {
    .custom-home-category-col {
        width: 25%;
        box-sizing: border-box;
        display: flex;
    }
}


@media (max-width: 576px) {
    .custom-home-category-col {
        width: 50%;
        box-sizing: border-box;
        display: flex;
    }
}