@media (min-width: 992px) {
    .container {
        max-width: none!important;
        padding-left: 3.82vw!important;
        padding-right: 3.82vw!important;
    }
}

a, .btn-link, footer a{
    color: #666;
}

a:hover, .btn-link:hover{
    color: #444;
}

.page-header {
    padding: 5.5rem 0;
    color: #222529;
    background-color: #f4f4f4;
    text-align: center;
}

.full-screen-loading {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

.variants-container {
    margin-bottom: 2rem;
}

.variant-title {
    display: block;
    margin-bottom: 0.25rem;
    margin-top: 0.5rem;
}

.slc-img {
    position: relative;
    cursor: pointer;
    max-width: 48px;
    border-radius: 0.5rem;
    padding: 0;
}

.slc-img img {
    border-radius: 0.5rem;
    width: 48px;
    height: 54px;
    object-fit: cover;
}

.sp-itm {
    display: inline-flex;
    margin-right: 1rem;
}

.slc-img, .sp-itm button{
    border: 1px solid #b5b5b5;
    border-radius: 0.5rem;
}

.selected.slc-img, .sp-itm.selected button{
    border: 1px solid #FD5B5A;
}

.slc-img:hover, .sp-itm button:hover{
    border: 1px solid #FD5B5A;
}

.no-stock-main-basket-btn {
    opacity: 0.7;
    pointer-events: none;
}

.no-stock-btn{
    /*cursor: no-drop;*/
}

.no-stock-btn:hover{
    border-color: unset;
}

.no-stock {
    cursor: no-drop;
    background:
            linear-gradient(to bottom left,transparent calc(50% - 1px),#b5b5b5 calc(50% - 1px),#b5b5b5 50%,transparent 50%);
}

.no-stock:hover{
    border: 1px solid #b5b5b5!important;
}

.no-stock-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom left,transparent calc(50% - 1px),#9c9c9c calc(50% - 1px),#9c9c9c 50%,transparent 50%);
    background-color: #ffffff4a;
}

.no-stock-img-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: bolder;
    font-size: 3rem;
}

.bootstrap-alert {
    display: block;
}


.bootstrap-alert hr{
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.bootstrap-alert .alert-close{
    display: none;
}

.main-menu-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: .5rem;
}

/*ul.main-menu-list.thumbs {
    display: flex;
    justify-content: space-between;
}

ul.main-menu-list.thumbs li.thumb-item {
    display: block;
    flex: 1 1 auto;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}*/

.thumb-item .category-image {

    border: 3px solid #d8dce2;
    border-radius: 50%;
    margin: 0 .5rem 1rem .5rem;
}

.thumb-item .category-image img {
    width: 80px !important;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
    margin: 0 auto;
}

.thumb-item .item.has-category-image {
    padding: unset;
    border-right: unset;
}

.main-menu-list > li.active > a {
    border-bottom: 2px solid #e00;
}

.thumb-item .a {
    border-left: unset!important;
    border-right: 1px solid #d9d1d1!important;
}

.thumb-item:last-child a {
    padding-right: 0!important;
    border: unset!important;
}

.mega-menu-wrapper {
    position: absolute;
    left: 0;
    width: 100%;
    background: #FFFFFF;
    border-radius: 10px;
    z-index: 9999;
    padding: 2rem;
    display: none;
    box-shadow: 0 70vh 100vh 50vh rgba(0,0,0,0.5);
}

.mega-menu {
    text-align: left;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 2rem;
}

.mega-menu .mega-menu-list {
    margin-bottom: 2rem;
}

.mega-menu .mega-menu-title {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 1rem;
}

.product-single-container{
    margin-top: 3rem;
}

.product-featured-image{
    max-height: 200px;
    min-height: 200px;
    object-fit: cover;
}

.product-single-carousel .owl-item img {
    max-height: 400px;
    min-height: 400px;
    object-fit: contain;
}

.product-default figure img{
    object-fit: cover;
    max-height: 340px;
    min-height: 340px;
}

.remittance-price{
    display: block;
    font-size: 2rem;
    font-weight: 800;
}

.remittance-price-box{
    display: block;
    margin-top: 1rem;
    text-align: center;
    background: #ff5c5b;
    color: white;
    padding: 0.5rem;
    border: 1px solid #e7e7e7;
}

.logo{
    width: 200px;
    max-width: 200px!important;
}

@media (max-width: 767.98px){
    .logo{
        width: auto !important;
    }

    .logo img{
        width: 100px!important;
        height: auto;
    }
}

@media (max-width: 991px) {
    .header-middle {
        padding-bottom: 6px!important;
    }
}

.sticky-header.fixed{
    padding: unset!important;
}

.sticky-header.header-middle.fixed{
    height: auto!important;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
}

.u-go-to-modern {
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 1.25rem rgba(140,152,164,.2);
    color: #297cbb;
    display: inline-block;
    font-size: 1rem;
    height: 5rem;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 5rem;
    z-index: 2;
}

.u-go-to-modern .u-go-to-modern__inner {
    font-size: 1rem;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
}

.thumb-item.active{
    font-weight: bold;
}

.include-out-of-stock-btn {
    display: flex;
    margin-top: 0;
    margin-bottom: 10px;
    padding: 0 1.1rem 0 3px;
    align-items: center;
    width: auto;
    height: 34px;
    color: inherit;
    border: 1px solid #dfdfdf;
    background: #fff;
    cursor: pointer;
}

@media (max-width: 767px){
    .include-out-of-stock-btn{
        margin-bottom: 0px!important;
    }
    .include-out-of-stock-btn label {
        display: block!important;
    }
}

.sticky-navbar {
    display: flex;
    justify-content: space-around;
    position: fixed;
    left: 0;
    right: 0;
    top: 100%;
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #e7e7e7;
    opacity: 0;
    visibility: hidden;
    transition: all 0.25s;
    z-index: 997;
}

.sticky-navbar .sticky-info a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #222529;
    font-size: 9px;
    font-weight: 600;
    text-transform: uppercase;
}

.sticky-navbar .sticky-info:not(:last-child){
    border-right: unset;
}

.info-box.disabled{
    cursor: no-drop;
    opacity: 0.6;
}

.info-box i{
    font-size: 2.2rem;
}

.overlay {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.popup-content {
    background-color: white;
    border-radius: 1rem;
    position: relative;
    max-width: 400px;
    text-align: center;
}

@media (min-width: 601px) and (max-width: 1024px) {
    .popup-content {
        max-width: 600px; /* Medium screens */
    }
}

@media (min-width: 1024px) {
    .popup-content {
        max-width: 800px /* Large screens */;
    }
}

.popup-content img{
    border-radius: 1rem;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.close-btn .fa {
    text-shadow: rgba(0, 0, 0, 0.55) 0px 5px 15px;
}

.loading-text{
    display: flex;
    justify-content: center;
    padding-top: 1rem;
    padding-bottom: 2rem;
}

.products-skeletons{
    width: 100%;
}

.product-skeleton {
    background: #fff;
    padding: 15px;
}

.product-item-skeleton {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.img-skeleton {
    width: 100%;
    height: 205px;
    background: #f0f0f0;
}

.product-details-skeleton {
    width: 100%;
    margin-top: 10px;
}

.product-name-skeleton {
    height: 16px;
    background: #f0f0f0;
    margin-bottom: 8px;
}

.variants-container-skeleton {
    margin-bottom: 10px;
}

.variant-name-skeleton {
    height: 12px;
    background: #f0f0f0;
    margin-bottom: 4px;
}

.variants-skeleton {
    height: 12px;
    background: #f0f0f0;
}

.add-to-basket-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1rem;
    margin-bottom: 0.25rem;
}

.price-skeleton {
    width: 60px;
    height: 16px;
    background: #f0f0f0;
}

.skeleton-container-loading-animation {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%); /* Sol'dan sağa geçiş yapacak tonlar */
    background-size: 200% 100%; /* Geçişin boyutu (200% genişlik) */
    animation: loading 2s infinite; /* Animasyon süresi ve sonsuz tekrar */
}

@keyframes loading {
    0% {
        background-position: -200% 0; /* Geçişin başlangıç pozisyonu */
    }
    100% {
        background-position: 200% 0; /* Geçişin bitiş pozisyonu */
    }
}

/*.product-default figure>a:first-child{
    width: auto!important;
}*/

.products {
    border-bottom: 1px solid #f4f4f4;
    padding: 1rem 0;
    margin: 1rem 0;
}

.b2b-filters{
    width: 100%;
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 0;
    border-bottom: 1px solid #f4f4f4;
}

@media (max-width: 767px){
    .b2b-filters{
        flex-direction: column;
        align-items: normal;
    }
}


.b2b-attribute-filters{
    display: flex;
    gap: 1rem;
}

select.form-control:not([size]):not([multiple]){
    height: 46px!important;
}

.footer-bottom {
    padding-bottom: 1rem!important;
    padding-top: 1rem!important;
    background: #EEE;
}

.ultegra-logo img {
    width: auto;
    height: 30px;
}

.footer-middle {
    padding-top: 3rem!important;
    padding-bottom: 1rem!important;
}

.product-img-widget-thumbnail{
    min-width: 32px;
    max-width: 32px;
    min-height: 50px;
    max-height: 50px;
    object-fit: cover;
}

.return-reason-desc{
    padding: 1rem;
    border: 1px solid #d9dbdc;
    background-color: #f6f6f6;
}

tr.disabled{
    opacity: 0.4;
    pointer-events: none;
}

.transparent-header{
    background-color: #c077ff0f;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.slider-with-header{
    height: 80vh;
}

@media (max-width: 767px){
    .transparent-header{
        position: relative;
        background-color: #fff;
    }

    .slider-with-header{
        height: auto;
    }
}

.header-search-wrapper {
    margin: 0 2rem !important;
}

.card-number {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.card-number .form-control {
    margin: 0 !important;
}

.card-number .form-control input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.credit-card-info{
    font-size: 1.75rem;
    font-weight: bold;
}

.btn-add-cart-dark{
    background: #222529!important;
    color: #fff!important;
}

.btn-quickview-add-wishlist{
    color: #868686!important;
    background-color: #ffffff3b!important;
}


.card-btn-section{
    display: flex;
    align-items: center;
    gap: 1rem;
    background: #ebebebcc;
    padding: .5rem 2rem;
    border-radius: 2rem;
}

.card-btn-section .dropdown-arrow .badge-circle{
    left: 36px;
}

@media (max-width: 767px){
    .card-btn-section{
        background: unset;
    }

    .card-btn-section .basket-total{
        display: none;
    }
}


.newsletter-wrapper.submit-wrapper{
    background: #ebebebcc!important;
    padding: 1rem 0 1rem 1rem!important;
    border-radius: 10px!important;
    height: 4rem!important;
}

.btn-newsletter{
    margin: 0 !important;
    padding: 0 !important;
    height: 4rem!important;
    border-radius: 10px!important;
    width: 11rem!important;
    background-color: #444 !important;
}

.newsletter-section .submit-wrapper:before {
    color: #444;
}

.newsletter-section .newsletter-wrapper.submit-wrapper .form-control{
    padding-left: 3rem!important;
}

.newsletter-section .newsletter-wrapper.submit-wrapper:before{
    left: 12px!important;
}

.newsletter-section .custom-control {
    margin: 1rem 0;
}

.newsletter-section .custom-control-label{
    line-height: 12px;
}

.pin-wrapper{
    display: inline;
}

.category-search-wrapper {
    display: flex;
    height: 40px;
    margin: 1rem 0;
    position: relative;
}

.category-search-wrapper .form-control {
    height: auto;
    margin: 0 !important;
}

.category-search-wrapper button {
    background-color: transparent;
    position: absolute;
    right: 0;
    padding: 1rem;
}

.pe-none{
    pointer-events: none;
}

.c-rounded-3 {
    border-radius: 15px;
}

.btn-add-cart.disabled{
    pointer-events: none!important;
}

.search-box {
    width: 100px;
    transition: width 0.3s ease-in-out;
    border: 1px solid #444;
    border-radius: 10px;
    padding-left: 35px;
    outline: none;
    background-color: transparent;
}

/* Expand search on focus */
.search-box:focus {
    width: 200px;
    outline: none;
    border: 1px solid #444;
}

/* Positioning icons */
.nav-icon {
    font-size: 20px;
    color: #DDD;
    transition: transform 0.2s ease-in-out;
}

.nav-icon:hover {
    transform: scale(1.1);
}

/* Positioning the search icon inside input */
.search-container {
    position: relative;
    display: flex;
    align-items: center;
}

.search-icon {
    position: absolute;
    left: 12px;
    top: 17px;
    color: #444;
}


.header-icon i {
    color: #444;
    font-size: 2.2rem;
}

.header-icon .badge-circle {
    top: -5px;
    right: -8px;
}

.thumb-item a:hover {
    color: #444;
}

footer {
    background: #FFF;
    border-top: 1px solid #DDD;
}

.product-default {
    padding: 10px 20px;
    border: 1px solid #444;
    border-radius: 5px;
}

.btn-dark {
    border-color: #444;
    background-color: #444;
}

.btn-dark:hover {
    border-color: #101010;
    background-color: #101010;
}

.dashboard-content {
    padding-top: 5rem;
}

.feature-box a {
    color: #7b858a;
    background-color: #FEFEFE;
    padding: 5rem;
    display: block;
    border: 1px solid #e2daea;
    border-radius: 5px;
}

.feature-box a:hover {
    background-color: #eee;
}

.feature-box a i {
    display: block;
}

.feature-box a span {
    display: block;
    color: #444;
}

.product-default .price-box {
    text-align: center;
    margin: 1rem 0;
}

.product-price {
    color: #444;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1;
    padding: 5px 8px;
    background: #EEE;
    border-radius: 10px;
}

.product-default .btn-add-cart, .product-default .btn-icon-wish, .product-default .btn-quickview {
    border: 1px solid #e3daea;
    background: #FFF;
    color: #444;
}

.btn-primary {
    border-color: #444;
    background-color: #444;
    color: #fff;
}

.sidebar-shop .widget {
    border: 1px solid #e2daea;
}

.dashboard-content p {
    color: #333;
}

.dashboard-content .btn-link {
    padding: 0 !important;
}

.widget-dashboard {
    padding: 5rem 2rem;
    background: #EFEFEF;
}

.widget-dashboard .nav-tabs {
    margin-top: 4rem;
}

.widget-dashboard .nav-tabs li {
    padding: 0 !important;
    margin-right: 0 !important;
    border-top: 0 none;
}

.widget-dashboard .nav-tabs li:before {
    content: none;
}

.widget-dashboard .nav-tabs .nav-link {
    border-bottom: 1px solid #444;
    padding: 3rem 3rem;
}

.widget-dashboard .nav-tabs .nav-link:hover {
    background-color: #CCC;
}

.widget-dashboard .nav-tabs .nav-link.active {
    border: 0 none;
}

.custom-account-container .tab-content {
    padding-top: 5rem;
}

footer .social-icon:not(:hover):not(:active):not(:focus) {
    background: #444;
}

.cart-summary {
    background-color: #f5f5f5;
    border: 1px solid #EEE;
    padding: 2rem;
}

.checkout-progress-bar {
    margin: 4.7rem 0 2.1rem;
    font-size: 0;
    line-height: 1.4;
}
.checkout-progress-bar li {
    display: inline-block;
    position: relative;
    margin-bottom: 3rem;
    color: #999;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: -0.03em;
    text-align: center;
    vertical-align: top;
}
.checkout-progress-bar li.prev {
    color: #222529;
}
.checkout-progress-bar li a {
    color: #222524;
}
.checkout-progress-bar li.active a {
    color: #444;
}
.checkout-progress-bar li.active a:hover {
    color: #101010;
}
.checkout-progress-bar li.active + li a {
    color: #919292;
}
.checkout-progress-bar li.active + li a:hover {
    color: #444;
}
.checkout-progress-bar li.disabled a {
    color: #919292;
}
.checkout-progress-bar li:not(:first-child) {
    margin-left: 5.8rem;
}
.checkout-progress-bar li:not(:first-child):before {
    position: absolute;
    left: -3.3rem;
    top: -0.8rem;
    content: "";
    color: #999;
    font-family: "porto";
    font-size: 3rem;
}
.checkout-progress-bar li:last-child {
    pointer-events: none;
}

.checkout-steps li {
    margin-bottom: 3rem;
}
.checkout-steps li form {
    margin-top: 1.5rem;
    margin-bottom: 0;
    padding-bottom: 2rem;
    border-bottom: 1px solid #ccc;
}
.checkout-steps li form:last-of-type {
    padding-bottom: 0.1rem;
    border-bottom: 0;
}
.checkout-steps li form p {
    margin-bottom: 1rem;
    color: #777;
    font-size: 1.3rem;
}
.checkout-steps li .form-footer {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.step-title {
    margin-bottom: 0;
    color: #222529;
    font-size: 2.2rem;
}
.step-title:after {
    display: block;
    clear: both;
    content: "";
}
.step-title .step-title-edit {
    margin-top: 0.4rem;
    float: right;
    font-size: 1.4rem;
}

.cart-table-container table {
    background: #EEE;
    margin-top: 0;
}

.cart-table-container table thead tr {
    background: #666;
    color: #FFF;
}

.cart-table-container table .product-image-container {
    position: relative;
}

.product-default:hover img {
    transform: scale(1.1);
}

.lookbook {
    display: grid;
    grid-template-columns: 1fr; /* 1 column by default (mobile) */
    gap: 16px; /* Space between images */
    padding: 16px; /* Padding inside container */
}

/* Desktop: Show images in 4 columns */
@media (min-width: 768px) {
    .lookbook {
        grid-template-columns: repeat(4, 1fr); /* 4 columns */
    }
}

.lookbook img {
    width: 100%; /* Make images fill their container */
    height: auto; /* Keep aspect ratio */
    border-radius: 8px; /* Rounded corners */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Light shadow */
}

.lookbook img:hover {
    transform: scale(1.3);
}

.aboutus-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.aboutus-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    max-width: 1000px;
    width: 100%;
    align-items: center;
}

.image-container img {
    width: 100%;
    height: auto;
    border-radius: 12px;
}

.aboutus-text-container {
    max-width: 500px;
}

.aboutus-text-container h2 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 16px;
}

.aboutus-text-container p {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 12px;
}

@media (max-width: 768px) {
    .aboutus-content {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .aboutus-image-container img {
        max-width: 80%;
        margin: 0 auto;
        display: block;
    }
}

.inner-quickview .product-details {
    align-items: center;
}

@media (min-width: 768px) {
    .thumb-item .category-image img {
        width: 100px !important;
        height: 100px !important;
    }
}

@media (max-width: 575px) {
    .page-item > .page-link:not(span) {
        width: 100px;
    }
}