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

.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;
    top: 100%;
    left: 0;
    width: 100%;
    background: #FFFFFF;
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
    z-index: 9999;
    padding: 2rem;
    box-shadow: 0 100vh 0 100vh rgba(0, 0, 0, 0.5);


    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
}

.mega-menu-inner {
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.2s ease;
}

.thumb-item:hover .mega-menu-wrapper {
    opacity: 1;
    pointer-events: auto;
}

.thumb-item:hover .mega-menu-inner {
    transform: scaleY(1);
}

.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;
}

.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: 8rem!important;
    height: 4rem!important;
}

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

.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;
}

.tr-discount-head {
    border: unset !important;
}

.tr-discount-item {
    font-style: italic;
    border: unset !important;
}

.tr-discount-item td, .tr-discount-item h4 {
    color: #777 !important;
    padding-top: 2px;
}

.tr-discount-item td {
    padding-top: 0;
}


.blog-item .blog-info .detail, .gi-blog-section .blog-info .detail {
    width: 100%;
    margin: 0;
}

.blog-item .blog-info .detail label, .gi-blog-section .blog-info .detail label {
    margin-top: 20px;
    display: inline-block;
    font-size: 13px;
    color: #999;
    border-radius: 5px;
}

.blog-item .blog-info .detail h3, .gi-blog-section .blog-info .detail h3 {
    line-height: 26px;
    margin: 10px 0px 15px;
    padding: 0px;
}

.blog-item .blog-info .blog-img, .gi-blog-section .blog-info .blog-img {
    width: 100%;
    height: auto;
    position: relative;
    margin: 0px;
    overflow: hidden;
    border-radius: 5px;
}

.blog-item .blog-info .blog-img img, .gi-blog-section .blog-info .blog-img img {
    width: 100%;
    height: 100%;
    transition: 0.3s ease-in-out;
    border-radius: 0px;
}

.blog-item .blog-info:hover img {
    transform: rotate(-3deg) scale(1.1);
}

.blog-item .blog-info .detail h3 a, .gi-blog-section .blog-info .detail h3 a {
    color: rgb(75, 89, 102);
    font-size: 17px;
    font-weight: 500;
    line-height: 22px;
}