@media (min-width: 1920px) {
    .container {
        max-width: 1715px;
    }
}

@media (min-width: 992px) and (max-width: 1600px) {
    .headerUserLink a {
        font-size: 14px;
    }

    .headerBottom .headerInfos .headerInfoItem+.headerInfoItem {
        margin-left: 24px;
    }

    .headerBottom .headerInfos .headerInfoItem span strong {
        font-size: 14px;
    }

    .headerBottom .headerInfos .headerInfoItem span {
        max-width: 110px;
    }

    .headerBottom .headerInfos .headerInfoItem span i {
        font-size: 12px;
        line-height: normal;
        white-space: nowrap;
    }

    .siteInfoContent:before {
        left: -10%;
    }

    .siteInfoContent:after {
        right: -10%;
    }

    .downAppPhoto img {
        height: 450px;
    }

    .downApp .downAppLinks span {
        font-size: 14px;
    }

    header .container-fluid,
    .footerBottom .container-fluid,
    .productsHeader .container-fluid,
    .basketPage .container-fluid,
    .pageProducts .container-fluid {
        padding: 40px 60px;
    }

    article#homePage .container{
        padding: 0 60px;
    }

    .categoryListItem {
        width: calc((100% - 200px)/4);
    }

    .siteInfo .siteInfoTitle {
        font-size: 44px;
        line-height: normal;

    }

    .siteInfo .siteInfoTop p {
        font-size: 20px;
    }

    .siteInfoBottom .siteInfoItem .icon {
        width: 80px;
        min-width: 80px;
        height: 80px;
        padding: 25px;
    }

    .siteInfoBottom .siteInfoItem .icon img {
        height: 100%;
    }

    .siteInfoBottom .siteInfoItem .text strong {
        font-size: 24px;
    }

    .siteInfoBottom .siteInfoItem .text span {
        font-size: 18px;
    }

    .categoryListItem a .icon {
        max-width: 200px;
    }

    .categoryListItem a .icon {
        max-width: 200px;
        height: 200px;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }

    .categoryListItem a .icon img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center;
        max-width: 200px;
        max-height: 200px;
    }
    .page {
        padding: 40px ;
    }

    .pageContent .pageBox {
        padding: 25px;
    }
    .contactItems span {
        font-size: 14px;
        line-height: normal;
    }
    .basketRight .basketRightDelivery {
        flex-direction: column;
    }
.basketRight .basketRightDelivery .deliveryItem .deliverySelectorContent {
    width: 100%;
    margin-bottom: 20px;
}
.basketRight .totalPrice .totalPriceItem {
    font-size: 16px;
    line-height: 20px;
}
.basketRight .totalPrice .totalPriceItem+.totalPriceItem {
    margin-top: 20px;
}
.basketRight .totalPrice .totalPriceItem.bigPrice span {
    font-size: 24px;
}
.basketRight .totalPrice .totalPriceItem.bigPrice strong {
    font-size: 24px;
}
#basket .basketItem .basketItemPhoto {
    min-width: 80px;
    max-width: 80px;
    width: 80px;
    height: 80px;
    max-height: 80px;
    margin-right: 15px;
    padding: 5px;
}
#basket .basketItem .basketItemInfo .price span {
    font-size: 18px;
}
#basket .basketItem .basketItemInfo .itemTitle {
    margin-bottom: 5px;
}
#basket .basketItem .basketItemInfo .price del {
    font-size: 14px;
}
#basket .totalPrice .totalPriceItem {
    font-size: 16px;
    line-height: 20px;
}
#basket .totalPrice .totalPriceItem+.totalPriceItem {
    margin-top: 20px;
}
#basket .totalPrice .totalPriceItem.bigPrice span {
    font-size: 24px;
}
#basket .totalPrice .totalPriceItem.bigPrice strong{
    font-size: 24px;
}
#basket .btn-primary {
    font-size: 18px;
}
#basket .basketBox {
    width: 550px;
    padding: 40px 30px;
}
}

@media (max-width: 992px) {
    #basket .basketBox {
        width: 100%;
        max-width: 100%;
        padding: 20px 15px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    #basket .basketBoxTop {
        margin-bottom: 20px;
    }
    
    #basket .basketBoxTop a {
        font-size: 14px;
        margin-bottom: 20px;
    }
    
    #basket .basketBoxTitle {
        font-size: 24px;
        margin-bottom: 20px;
    }
    
    #basket .cargoInfo span {
        font-size: 14px;
        margin-bottom: 20px;
    }
    
    #basket .basketItems {
        margin: 20px 0 30px;
    }
    
    #basket .basketItem {
        padding: 20px 0;
        flex-wrap: wrap;
    }
    
    #basket .deliveryDetail {
        margin-bottom: 20px;
    }
    
    #basket .deliveryTime {
        margin-bottom: 20px;
    }
    
    #basket .giftNote {
        margin-bottom: 20px;
    }
    
    #basket .giftNote strong {
        font-size: 14px;
        margin-bottom: 10px;
    }
    
    #basket .giftNote input {
        font-size: 14px;
        padding: 15px;
    }
    
    #basket .totalPrice {
        margin-bottom: 20px;
    }
    
    #basket .totalPrice .totalPriceItem {
        font-size: 14px;
        margin-bottom: 10px;
    }
    
    #basket .totalPrice .totalPriceItem.bigPrice span,
    #basket .totalPrice .totalPriceItem.bigPrice strong {
        font-size: 18px;
        font-weight: 600;
    }
    
    #basket .basketBox {
        overflow-x: hidden !important;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    /* Mobil görünümde modal'ın üstte görünmesi için */
    .modal {
        z-index: 10000 !important;
    }
    
    .modal-backdrop {
        z-index: 9999 !important;
    }
    
    #basket .btn-primary {
        font-size: 16px;
        padding: 15px 20px;
    }
    
    #basket .cargoInfo .cargoProgress {
        flex-direction: column;
        align-items: flex-start;
    }
    
    #basket .cargoInfo .cargoProgress .progress {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    
    #basket .cargoInfo .cargoProgress .cargoPrice {
        font-size: 18px;
    }
    
    #basket .deliveryDetail .deliverySelector {
        flex-direction: column;
        gap: 10px;
    }
    
    #basket .deliveryDetail .deliverySelector .deliverySelectorItem {
        width: 100%;
    }
    
    #basket .deliveryDetail .deliverySelector>* {
        width: 100%;
    }
    
    #basket .deliveryTime .deliveryTimeSelector {
        flex-direction: column;
        gap: 10px;
    }
    
    #basket .deliveryTime .deliveryTimeSelector .deliveryTimeSelectorItem {
        width: 100%;
        min-width: 100%;
    }
    
    #basket .deliveryTimeDetail {
        margin-top: 15px;
    }
    
    #basket .deliveryTimeDetail .timeSelect {
        flex-direction: column;
        gap: 15px;
        padding: 20px;
    }
    
    #basket .deliveryTimeDetail .timeSelect .timeSelectRow {
        width: 100%;
    }
    
    #basket .deliveryTimeDetail .timeSelect .timeSelectRow strong {
        font-size: 13px;
        margin-bottom: 10px;
    }
    
    #basket .deliveryTimeDetail .timeSelect .timeSelectRow .timerInput input {
        height: 48px;
        padding: 12px 14px;
        font-size: 14px;
    }
    
    #basket .centreDetail {
        flex-direction: column;
        text-align: center;
        padding: 15px;
    }
    
    #basket .centreDetail .icon {
        margin-right: 0;
        margin-bottom: 10px;
    }
    
    #basket .basketItem .basketItemInfo .itemTitle {
        font-size: 16px;
        margin-bottom: 8px;
    }
    
    #basket .basketItem .basketItemInfo .price {
        margin-bottom: 8px;
    }
    
    #basket .basketItem .basketItemInfo .price del {
        font-size: 12px;
    }
    
    #basket .basketItem .basketItemInfo .price span {
        font-size: 16px;
    }
    
    #basket .basketItem .basketItemInfo .discount {
        font-size: 12px;
        margin-bottom: 10px;
    }
    
    #basket .basketItem .basketItemInfo .productUnit {
        width: 100px;
    }
    
    #basket .basketItem .itemRemove {
        position: absolute;
        top: 20px;
        right: 0;
    }
    
    #basket .basketItem .itemRemove a {
        width: 30px;
        height: 30px;
    }
    
    #basket .basketItem .itemRemove a img {
        width: 18px;
        height: 18px;
    }
}
#basket .basketBoxTitle {
    font-size: 18px;
    margin-bottom: 20px;
}
#basket .giftNote strong {
    font-size: 18px;
}
.cargoInfo span {
    font-size: 18px;
}
.deliveryDetail .deliverySelector .deliverySelectorItem input~.deliverySelectorContent {
    font-size: 18px;
}
#basket .giftNote input , #basket .giftNote input::placeholder {
    font-size: 15px;
}

@media (min-width: 992px) and  (max-width: 1400px) {
    header .logo img {
        width: 100%;
    }
    .headerTop .topLinks a {
        font-size: 11px;
    }

    .headerTop .topLinks a+a:before {
        margin: 0 8px;
    }

    .AdressSelect {
        width: 100%;
    }

    .headerTopAnnouncement .owl-item a {
        font-size: 14px;
    }

    .AdressSelect .dropdown .dropdown-toggle {
        width: 100%;
        min-width: 100%;
        padding: 10px 18px;
        font-size: 14px;
    }



    .downAppPhoto img {
        height: 400px;
    }
    .basketLink {
        width: auto;
    }
    .basketLink .text {
       flex-direction: row;
       width: auto;
       align-items: center;
    }
    .basketLink .text strong {
        margin-left: 10px;
    }
    .headerBottom .categoryMenu a {
        font-size: 14px;
    }
    .headerBottom .headerInfos {
        justify-content: flex-end;
    }
    .headerBottom .headerInfos .headerInfoItem span {
        max-width: 150px;
    }
    .categoryListItem {
        width: calc((100% - 80px)/4);
    }
    .categoryListItem a {
        padding-right: 15px;
    }
    .categoryListItem a .icon {
        max-width: 180px;
    }
    .categoryListItem a .text {
        font-size: 15px;
        width: 105px;
    }
    .homeCategoryTitle {
        font-size: 24px;
    }
    .siteBottomInfoContent .siteBottomInfoItem+.siteBottomInfoItem {
        margin-left: 40px;
    }
    .footerMenus .footerMenuItem ul li a {
        font-size: 16px;
        line-height: normal;
    }
    .footerMenus .footerMenuItem ul li+li {
        margin-top: 10px;
    }
    .copyRight {
        margin-top: 20px;
    }
    .contactItems {
        border: 0.4px solid #D0D0D0;
        border-radius: 10px;
        padding: 20px;
        margin-bottom: 10px;
    }

    .contactItems span {
        font-size: 14px;
        line-height: normal;
    }

    .contactItemBox {
        margin-bottom: 10px;
    }

    .basketRight .basketRightTitle {
        font-size: 24px;
    }
    
    .noItems:before {
        width: 329px;
        height: 209px;
    }
    .noItems:after {
        width: 329px;
        height: 209px;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .headerBottom .categoryMenu a+a {
        margin-left: 30px;
    }
    .headerBottom .headerInfos .headerInfoItem {
        font-size: 13px;
    }
    .headerBottom .headerInfos .headerInfoItem span {
        max-width: 120px;
    }.headerBottom .headerInfos .headerInfoItem .icon img {
        height: 18px;
    }
    .headerBottom .headerInfos .headerInfoItem span strong {
        font-size: 13px;
    }
    .headerBottom .headerInfos .headerInfoItem+.headerInfoItem:before {
        left: -20px;
    }
    .AdressSelect .dropdown .dropdown-toggle {
        font-size: 10px;
    }
    .categoryListItem a .icon {
    width: 200px;
    height: 140px;
    text-align: center;
        top: -50px;
        left: 50%;
        transform: translateX(-50%);
    }
    .categoryListItem a .icon img {
        max-width: 100%;
        width: auto;
        max-height: 100%;
    }
    .categoryListItem a .text {
        position: absolute;
        width: 100%;
        text-align: center;
        bottom: 20px;
    }
    .siteInfoContent:before {
        left: -25%;
    }
    .siteInfoContent:after {
        right: -25%;
    }
    .siteInfoContent {
        padding: 0 50px;
    }
    #subscription .subscriptionText strong {
    font-size: 24px;
    }
    #subscription .subscriptionText p {
        font-size: 16px;
    }
    .footerMenus {
        justify-content: center;
    }
    .copyRight {
        text-align: center;
    }
    .downApp .downAppLinks {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        max-width: 100%;
    }
    .downApp .downAppLinks .appLinks {
        display: flex;
        align-items: center;
        order: 2;
    }
    .downApp .downAppLinks a+a {
        margin-left: 10px;
        margin-top: 0;
    }
    .downApp .downAppLinks span {
        margin-top: 0;
        order: 1;
        text-align: center;
        margin-bottom: 20px;
    }
    .siteBottomInfoContent .siteBottomInfoItem+.siteBottomInfoItem {
        margin-left: 20px;
        padding: 15px;
    }
    .siteBottomInfoContent .siteBottomInfoItem .icon {
        width: 60px;
        min-width: 60px;
        height: 60px;
    }
    .siteBottomInfoContent .siteBottomInfoItem .icon span {
        min-width: 40px;
        width: 40px;
        height: 40px;

    }
    .siteBottomInfoContent .siteBottomInfoItem .text strong {
        font-size: 16px;
        line-height: normal;
    }
    .siteBottomInfoContent .siteBottomInfoItem .icon span img {
        max-width: 20px;
        max-height: 20px;
    }
    .profilePage {
        padding: 60px 0;
    }
    .profileLeft .userMenu ul li a {
        padding: 20px 10px;
        font-size: 14px;
    }
    .profileTitle {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .btn-newAdress {
        margin-bottom: 20px;
    }
    .profileInfoBox {
        padding: 30px;
    }
    .basketLeftTop strong {
        font-size: 22px;
    }
    .basketItem .basketItemDetail .photo {
        width: 80px;
        height: 80px;
        border-radius: 10px;
    }
    .basketItem .basketItemDetail .text strong {
        font-size: 24px;
    }
    .basketItem .basketItemDetail .text span {
        font-size: 18px;
    }
    .giftCode {
        flex-direction: column;
        padding-bottom: 20px;
        border-bottom: 1px solid #D0D0D0;
    }
    .giftCode input {
        width: 100%;
        margin-bottom: 10px;
    }

}
@media (max-width: 992px) {
 header .container-fluid,
    .footerBottom .container-fluid,
    .productsHeader .container-fluid,
    .basketPage .container-fluid {
        padding: 40px 10px;
    } 
      article#homePage .container{
        padding: 0 10px
    }

    img.web,
    svg.web {
        display: none !important;
    }

    img.mobile,
    svg.mobile {
        display: block !important;
    }

    .headerMiddle {
        padding: 20px 0;
    }

    .headerTop {
        display: none;
    }

    #homeSlider {
        margin: 0 0 36px;
        overflow: hidden;
    }

    #homeSlider .container {
        padding: 0 !important;
    }

    #homeSlider .owl-item img {
        height: auto;
        border-radius: 0;
    }

    .headerSearch {
        display: none;
        margin-top: 20px;
        width: 100%;
    }
    .headerSearch.open {
        display: block;
    }


    #homeMobileCategory .homeCategoryList {
        display: flex;
        justify-content: space-between;
    }

    #homeMobileCategory .homeCategoryItem {
        width: calc((100% - 48px) / 5);
    }

    #homeMobileCategory .homeCategoryItem a {
        position: relative;
        display: flex;
        align-items: center;
        width: 100%;
        border-radius: 24px;
        text-align: right;
        text-decoration: none;
        transition: all 0.3s ease;
        flex-direction: column;
    }

    #homeMobileCategory .homeCategoryItem a .icon {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 5px;
        width: 100%;
        height: 72px;
        min-height: 72px;
        max-height: 72px;
        background: #ECFDF3;
        border: 1px solid #13A538;
        border-radius: 50%;
        margin-bottom: 5px;
        overflow: hidden;
    }

    #homeMobileCategory .homeCategoryItem a .text {
        display: block;
        font-weight: 500;
        font-size: 11px;
        line-height: 14px;
        text-align: center;
        color: #000000;
        width: 100%;
        margin: 5px auto 0
    }


    #homeMobileCategory .homeCategoryItem a .icon img {
        max-width: 90%;
        max-height: 90%;
        width: auto;
        height: auto;
        object-fit: contain;
        display: block;
    }

    #homeMobileCategory {
        margin-bottom: 38px;
    }

    .homeCategoryTitle {
        font-weight: 500;
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 21px;
    }

    #homeItems {
        margin-bottom: 48px;
    }

    .productTabs .nav-pills .nav-link {
        font-weight: 400;
        font-size: 10px;
        line-height: 13px;
        letter-spacing: -0.03em;
        padding: 7px;


    }

    .productTabs .nav-pills {
        margin-bottom: 27px;
    }

    .productTabs .productSlider {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .productTabs .productSlider .item {
        width: calc((100% - 15px) / 2);
    }

    .productItem {
        padding: 13px 20px;
        border-radius: 12px;
    }

    .productItem .productPhoto img {
        height: 108px;
    }

    .productItem .favorite {
        width: 28px;
        height: 28px;
        right: 8px;
        top: 8px;
    }

    .productItem .discount {
        height: 40px;
        width: 40px;
        border-radius: 10px;
        left: 8px;
        top: 8px;
    }

    .productItem .discount strong {
        font-size: 15px;
        line-height: normal;
        margin-bottom: 0;
    }

    .productItem .discount i {
        font-size: 8px;
    }

    .productItem .favorite svg {
        height: 10px;
    }

    .productItem .productInfo .productName {
        font-size: 13px;
        line-height: normal;
        margin: 7px 0 0;
    }

    .productItem .productInfo .price del {
        font-size: 8px;
    }

    .productItem .productInfo .price span {
        font-size: 17px;
    }

    .productItem .productUnit {
        margin: 8px 0;
    }

    .addBasketButton {
        width: 143px;
        font-size: 16px;
        height: 41px;
        margin: auto;
    }

    #siteBottomInfo {
        display: none;
    }

    .footerMenus {
        flex-direction: column;
    }

    .headerBottom {
        background-color: #F7F9FB;
        border: 0
    }

    .AdressSelect {
        width: 100%;
    }

    .AdressSelect .dropdown .dropdown-toggle {
        background-color: transparent;
        border: 0;
        padding: 7px 0;
    }

    .AdressSelect .dropdown .dropdown-toggle .text {
        justify-content: flex-start;
        font-weight: 400;
        font-size: 13px;
        line-height: 20px;
        color: #767676;
    }

    .AdressSelect .dropdown .dropdown-toggle .text .icon {
        margin-right: 4px;
    }

    .AdressSelect .dropdown .dropdown-toggle .text .icon svg {
        height: 14px;
        width: auto;
    }

    .AdressSelect .dropdown .dropdown-toggle .text:after {
        display: none;
    }

    .productSlider2,
    .productSlider3 {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .productSlider2 .item,
    .productSlider3 .item {
        width: calc((100% - 15px) / 2);
    }

    .homeCategoryTitle.greenBg {
        font-size: 16px;
        margin-bottom: 0;
        padding: 18px 24px;
        background: #ECFDF3;
        border-radius: 23px 23px 0px 0px;
    }

    .homeCategoryTitle.greenBg i {
        font-style: normal;
        display: block;
        font-weight: 400;
        font-size: 10px;
        line-height: 13px;
        letter-spacing: -0.03em;
        color: rgba(0, 0, 0, 0.44);


    }

    .homeCategoryTitle.greenBg img {
        height: 21px;
        width: auto;
    }

    .greenBgBanner {
        position: relative;


    }

    .homeProductsBanner {
        margin-bottom: 21px;
        height: auto;
    }

    .homeProductsBanner.greenBgBanner img {

        border-radius: 0px 0px 19px 19px;

    }

    .homeProductsBanner.greenBgBanner a {
        position: absolute;
        width: 116px;
        height: 26px;
        left: 24px;
        bottom: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        background: rgba(255, 255, 255, 0.94);
        border-radius: 6px;
        font-style: normal;
        font-weight: 500;
        font-size: 8px;
        line-height: 26px;

        color: #13A538;
    }

    .homeBasketItems+.homeBasketItems {
        margin: 23px 0;
    }

    .homeBasketItems+.homeBasketItems .homeCategoryTitle {
        display: none;
    }

    .mobileFooter {
        display: flex;
    }

    #subscription {
        padding: 18px 0 30px;
    }

    #subscription .subscriptionText {
        padding: 0 72px;
        text-align: center;
    }

    #subscription .subscriptionText strong {

        font-weight: 700;
        font-size: 24px;
        line-height: normal;
        text-align: center;
    }

    #subscription .subscriptionText p {

        font-weight: 500;
        font-size: 12px;
        line-height: 150%;
    }

    #subscription .subscriptionForm {
        margin: 0 auto;
        width: 292px;
        margin-top: 13px;
    }

    #subscription .subscriptionForm input,
    #subscription .subscriptionForm form input {
        width: calc(100% - 86px);
        height: 33px;
        font-weight: 400;
        font-size: 8px;
        line-height: normal;
        padding: 5px 10px;
        color: #ECECEC;
        border-radius: 5px 0 0 5px;
    }

    #subscription .subscriptionForm input::placeholder,
    #subscription .subscriptionForm form input::placeholder {
        font-weight: 400;
        font-size: 8px;
        line-height: normal;
    }

    #subscription .subscriptionForm button,
    #subscription .subscriptionForm form button {
        min-width: 86px;
        height: 33px;
        border-radius: 0 5px 5px 0;
        font-weight: 600;
        font-size: 8px;
    }

    footer .footerTop {
        padding-top: 27px;
        background: #fff;
        overflow: hidden;
    }

    .footerTopLogo {
        text-align: center;
        margin-bottom: 18px;
    }

    .footerSocial .line {
        display: none;
    }

    .footerSocial {
        justify-content: center;
        margin-bottom: 39px;
    }

    .footerSocial .footerSocialItems a {
        background-color: #f5f5f5;
    }

    .footerSocial .footerSocialItems a {
        min-width: 25px;
        height: 25px;
    }

    .footerSocial .footerSocialItems a+a {
        margin-left: 13px;
    }

    .downAppPhoto {
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);

    }

    .downApp {
        background: #F7F9FB;
        margin-left: -30px;
        margin-right: -30px;
        padding: 30px;
    }

    .downApp .downAppLinks {
        position: relative;
        right: auto;
        top: auto;
        max-width: 100%;
        display: flex;
        flex-direction: column;
        padding-left: 49px;
    }

    .downApp .downAppLinks .appLinks {
        display: flex;
        order: 2
    }

    .downApp .downAppLinks .appLinks img {
        height: 30px;
    }

    .downApp .downAppLinks a+a {
        margin-left: 3px;
        margin-top: 0;
    }

    .downApp .downAppLinks span {
        order: 1;
        margin-bottom: 8px;
        margin-top: 0;
    }

    .footerMenus .footerMenuItem+.footerMenuItem {
        margin-left: 0;
        margin-top: 41px;
    }

    .footerMenus .footerMenuItem strong {
        text-align: center;
        margin-bottom: 27px;
        font-size: 20px;
    }

    .footerMenus .footerMenuItem ul li a {
        display: block;
        text-align: center;
        color: rgba(0, 0, 0, 0.91);
        font-size: 13px;
    }

    .footerMenus .footerMenuItem ul li+li {
        margin-top: 10px;
    }

    .copyRight {
        margin-top: 30px;
        text-align: center;
        font-weight: 300;
        font-size: 13px;
        line-height: 16px;
    }

    .footerBottom {
        padding: 0 0 120px;
    }

    .cardsPhoto {
        display: none;
    }

    .ykbLogo {
        text-align: center;
        margin: auto;
    }

    .page {
        padding: 0;
        background-color: #F9F9F9;
    }

    .productDetailPhoto {
        border: none;
        background-color: transparent;
    }

    .productDetail {
        width: 100%;
        overflow: hidden;
        border-top: 5px solid #fff;
    }

    .productDetail .pageContent {
        margin: 0 -15px;
    }

    .productDetailContent {

        box-shadow: 2px -2px 20.2px rgba(0, 0, 0, 0.14);
        border-radius: 27px 27px 0px 0px;

    }

    .productDetailPhoto img {
        width: 260px;
        height: 260px;
    }

    .productDetailPhoto {
        aspect-ratio: inherit;
        padding: 15px;
    }

    .productDetailContent .productName {

        font-weight: 500;
        font-size: 24px;
        line-height: 30px;
        margin: 0;
    }

    .productDetailContent .productType {
        font-weight: 500;
        font-size: 20px;
        line-height: 25px;
    }

    .productDetailContent .productPrice {
        flex-direction: column;
        align-items: flex-end;
    }

    .productDetailContent .productPrice strong {
        margin-right: 0;
    }

    .productDetailContent .estimated {
        width: 100%;
        font-size: 14px;
        margin-top: 0;
    }

    .productDetailContent .values span {
        width: 25%;
        padding: 13px;
    }

    .productDetailContent .productUnit {

        width: 131px;
        height: 46px;
        background: #F1F2F4;
        border-radius: 9px;

    }

    .productDetailContent .productUnit button {
        border: 0;
        background-color: transparent !important;
    }

    .productDetailContent .productUnit * {
        width: 100%;
    }

    .productDetailContent .btn-primary {
        margin: 20px 0 13px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: var(--green);
        color: #fff;
        width: 100%;
        margin-left: 5px;
        height: 46px;
        padding: 5px 10px;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
    }

    .productDetailContent .btn-primary .icon {
        display: block;
    }

    .pageProducts .homeCategoryTitle {
        margin: 40px 0 28px;
    }

    .pageProducts .categoryListItem {
        width: calc((100% - 40px)/2);
        margin-left: 40px;
        margin-bottom: 40px;
    }

    .pageProducts .categoryListItem:nth-child(odd) {
        margin-left: 0;
    }

    .pageProducts .categoryListItem:nth-child(5n+1) {
        margin-left: auto;
    }

    .pageProducts .categoryListItem {
        padding-top: 100px;
    }

    .pageProducts .categoryListItem a .icon {
        top: -10px;
        left: 0;
        width: 100%;
        height: 150px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }
    
    .pageProducts .categoryListItem a .icon img {
        width: auto;
        height: 100%;
        max-width: 100%;
        max-height: 150px;
        object-fit: contain;
        object-position: center;
    }

    .pageProducts .categoryListItem a {
        display: block;
        height: 169px;
    }

    .pageProducts .categoryListItem a .text {
        margin-left: 0;
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 20px;
        text-align: center;
        font-size: 15px;
    }

    .basketWeb {
        display: none;
    }

    .basketMobile {
        display: block;
        background-color: #F9F9F9;
        border-top: 5px solid #fff;
        overflow: hidden;
    }

    .basketMobileTitle {
        padding: 24px 0;
    }

    .basketMobileTitle strong {
        display: flex;
        align-items: center;
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
    }

    .basketMobileTitle strong svg {
        margin: 5px;
    }

    .basketMobile .basketItemList .basketItem {
        padding: 12px;
        background: #FFFFFF;
        border-radius: 13px;
    }

    .basketMobile .basketItemList .basketItem+.basketItem {
        margin-top: 20px;
        border: 0
    }

    .basketMobile .basketItemList .basketItem .basketItemDetail .photo {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 63px;
        height: 63px;
        margin-right: 13px;
        background: #F7F9FB;
        border-radius: 9px;
        border: 0;
        padding: 5px;
    }

    .basketMobile .basketItemList .basketItem .basketItemDetail .photo img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center;
    }
    
    #basket .basketItem .basketItemPhoto {
        min-width: 70px;
        max-width: 70px;
        width: 70px;
        height: 70px;
        max-height: 70px;
        margin-right: 12px;
        padding: 5px;
    }

    .basketMobile .basketItemList .basketItem .basketItemDetail .text strong {
        font-style: normal;
        font-weight: 500;
        font-size: 12px;
        line-height: 15px;
        color: #232323;
    }

    .basketMobile .basketItemList .basketItem .basketItemDetail .text span {
        font-weight: 500;
        font-size: 12px;
        line-height: 15px;
        color: #AEAEAE;
    }

    .basketMobile .basketItemList .basketItem .price {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }

    .basketMobile .basketItemList .basketItem .price span {
        font-weight: 700;
        font-size: 15px;
        color: var(--green);
    }

    .basketMobile .basketItemList .basketItem .price del {
        font-size: 12px;
        line-height: 15px;
        color: #AEAEAE;
    }

    .basketMobile .basketItemList .basketItem .productUnit {
        margin: 9px 0 0;
        width: 74px;
        background: #F1F2F4;
        border-radius: 9px;
        margin-left: auto;
        overflow: hidden;
    }

    .basketMobile .basketItemList .basketItem .productUnit .unit-btn {
        border-radius: 0;
        border: 0;
    }

    .basketMobile .basketItemList .basketItem .productUnit input {
        font-size: 12px;
        line-height: normal;
    }

    .basketMobile .basketDetail {
        margin-top: 29px;
        margin-left: -15px;
        margin-right: -15px;
        background: #FFFFFF;
        border-radius: 27px 27px 0px 0px;
        padding: 13px 25px;
    }

    .basketMobile .basketAnnouncement {
        padding: 13px 22px;
        border-radius: 3px;
        border-color: #4CC16A;
        font-weight: 400;
        font-size: 11px;
        line-height: 14px;
        text-align: left;
    }

    .basketMobile .basketAnnouncement .icon {
        margin-right: 18px;
    }

    .basketMobile .basketAnnouncement .icon svg {
        width: 21px;
        height: 21px;
    }

    .basketMobile .totalPriceItem {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 10px;
    }

    .basketMobile .totalPriceItem span {
        font-weight: 400;
        font-size: 11px;
        color: #000000;
    }

    .basketMobile .totalPriceItem strong {
        font-size: 11px;
        text-align: right;
        color: #000000;
    }

    .basketMobile .totalPriceItem.bigPrice {
        border-top: 1px solid #D9D9D9;
        margin-top: 5px;
        padding-top: 10px;
    }

    .basketMobile .totalPriceItem.bigPrice span {
        font-weight: 500;
        font-size: 16px;
        color: #000000;
    }

    .basketMobile .totalPriceItem.bigPrice strong {
        font-size: 16px;
        text-align: right;
        color: #000000;
    }

    .basketMobile .mobileBasketStep {
        margin: 30px 0 20px
    }

    .basketMobile .btn-primary {
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #009A49;
        color: #fff;
        font-size: 14px;
        padding: 10px 20px;
        border-radius: 5px;
    }

    .basketMobile .btn-primary svg {
        margin-left: 15px;
    }

    .basketMobile .deliveryDetail .deliverySelector .deliverySelectorItem input~.deliverySelectorContent .icon {
        height: 28px;
        width: auto;
    }

    .basketMobile .deliveryDetail .deliverySelector .deliverySelectorItem input~.deliverySelectorContent .icon svg {
        max-width: 100%;
        max-height: 100%;
        width: auto;
    }

    .basketMobile .deliveryDetail .deliverySelector .deliverySelectorItem input~.deliverySelectorContent strong {

        font-weight: 500;
        font-size: 13px;
        line-height: 16px;
        letter-spacing: -0.04em;

    }

    .basketMobile .deliveryDetail .deliverySelector .deliverySelectorItem input~.deliverySelectorContent {
        height: 92px;
        border-radius: 8px;
    }

    .basketMobile .deliveryDetail .deliverySelector .deliverySelectorItem input~.deliverySelectorContent span {
        width: 16px;
        height: 16px;
        top: 6px;
        right: 6px;
    }

    .basketMobile .deliveryDetail .deliverySelector .deliverySelectorItem input~.deliverySelectorContent span:before {
        width: 12px;
        height: 12px;
    }

    .basketMobile .centreDetail {
        display: flex;
        align-items: center;
        padding: 20px;
        background: #ECF4FE;
        border-radius: 14px;
        color: #2196F3;
        font-weight: 300;
        font-size: 11px;
        letter-spacing: -0.04em;
        margin-top: 10px;
    }

    .basketMobile .centreDetail .text {
        display: block;
        margin-left: 10px;
        max-width: 171px;
    }

    .basketMobile .centreDetail .text strong {
        display: block;

        font-weight: 500;
        font-size: 14px;
        letter-spacing: -0.04em;
    }

    .basketMobile .centreDetail img {
        height: 22px;
        width: auto;
    }

    .basketMobile .centreDetail a {
        margin-left: auto;
        font-weight: 500;
        font-size: 10px;
        letter-spacing: -0.04em;
        text-decoration-line: underline;
        color: #2196F3;
    }

    .basketMobile .adressItem {
        position: relative;
        padding: 15px 23px;
        border-radius: 13px;
        border: 0;
        margin-top: 15px;
    }

    .basketMobile .adressItem .adressItemTitle {
        display: flex;
        align-items: center;
        justify-content: space-between
    }

    .basketMobile .adressItem .adressItemTitle span {
        font-weight: 500;
        font-size: 12px;
        line-height: 15px;
        color: #232323;
        margin-left: 0;
        ;
    }

    .basketMobile .adressItem .icon {
        margin-right: 11px;
    }

    .basketMobile .adressItem .adressName {
        display: flex;
        align-items: center;
        font-weight: 500;
        font-size: 12px;
        line-height: 15px;
        color: #232323;
    }

    .basketMobile .adressItem .adressName svg {
        margin-left: 3px;
    }

    .basketMobile .adressItem .adressDetail {
        font-weight: 300;
        font-size: 10px;
        line-height: 13px;
        color: #9199A5;
    }

    .basketMobile .adressItem a {
        font-weight: 500;
        font-size: 10px;
        line-height: 13px;
        text-decoration: none;
        color: #13A538;
    }


    .basketMobile .deliveryTime {
        padding: 25px;
        margin-top: 11px;
        background: #FFFFFF;
        border-radius: 13px;

    }

    .basketMobile .deliveryTime .deliveryTimeTitle {
        display: flex;
        align-items: center;
        margin-bottom: 19px;
        font-weight: 500;
        font-size: 12px;
        line-height: 15px;
        color: #232323;
    }

    .basketMobile .deliveryTime .deliveryTimeTitle img {
        width: 17px;
        height: 17px;
        margin-right: 4px;
    }

    .basketMobile .deliveryTime .deliveryTimeSelector {
        background-color: #F8F9FA;
        border-radius: 8px;
        display: flex;
    }

    .basketMobile .deliveryTime .deliveryTimeSelector .deliveryTimeSelectorItem {
        position: relative;

        height: 31px;
        min-width: 50%;
    }

    .basketMobile .deliveryTime .deliveryTimeSelector .deliveryTimeSelectorItem input {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        z-index: 3;
    }

    .basketMobile .deliveryTime .deliveryTimeSelector .deliveryTimeSelectorItem input~span {
        display: flex;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        text-align: center;
        border-radius: 8px;
        font-weight: 500;
        font-size: 12px;
        letter-spacing: -0.04em;
        color: #000;
    }

    .basketMobile .deliveryTime .deliveryTimeSelector .deliveryTimeSelectorItem input:checked~span {
        background: var(--green);
        color: #fff;
    }

    .basketMobile .deliveryTimeDetail {
        margin: 10px 0 0;
    }

    .basketMobile .deliveryTimeDetail .timeSelect {
        padding: 13px;
        background: #F6FEF9;
        border-radius: 12px;

    }

    .basketMobile .deliveryTimeDetail .timeSelect .timeSelectRow strong {
        display: block;
        font-weight: 500;
        font-size: 12px;
        letter-spacing: -0.04em;
        color: #6E6E6E;
        margin-bottom: 8px;
    }

    .basketMobile .deliveryTimeDetail .timeSelect .timeSelectRow .timerInput input {
        display: block;
        width: 100%;
        height: 24px;
        padding: 3px 10px 3px 20px;
        border: 0;
        outline: none !important;
        box-shadow: none !important;
        border-radius: 3px;
        font-weight: 400;
        font-size: 10px;
        line-height: 19px;
        letter-spacing: -0.04em;
        color: rgba(0, 0, 0, 0.48);


    }

    .basketMobile .deliveryTimeDetail .timeSelect .timeSelectRow .timerInput input::placeholder {
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
        letter-spacing: -0.04em;
        color: rgba(0, 0, 0, 0.48);
    }

    .basketMobile .deliveryTimeDetail .timeSelect .timeSelectRow+.timeSelectRow {
        margin-top: 8px;
    }

    .basketMobile .mobileGiftNote {
        padding: 25px;
        margin-top: 11px;
        background: #FFFFFF;
        border-radius: 13px;
    }

    .basketMobile .mobileGiftNote .giftNoteTitle {

        margin-bottom: 11px;
        font-weight: 500;
        font-size: 12px;
        line-height: 15px;
        color: #232323;
    }

    .basketMobile .mobileGiftNote textarea {
        padding: 10px;
        color: #000;
        font-size: 12px;
        background: #EDEDED;
        border-radius: 9px;
        outline: none !important;
        box-shadow: none !important;
        border: 0;
        width: 100%;
    }

    .basketMobile .summary {
        padding: 15px 25px 29px;
        margin-top: 11px;
        background: #FFFFFF;
        border-radius: 13px;
    }

    .basketMobile .summary .summaryTitle {
        margin-bottom: 27px;
        font-weight: 500;
        font-size: 12px;
        line-height: 15px;
        color: #232323;
    }

    .basketMobile .summary .summaryItem {
        display: flex;
        align-items: center;
        justify-content: space-between;
        color: var(--green);
        font-size: 12px;
        line-height: 15px;

        color: #13A538;
    }

    .basketMobile .summary .summaryItem span {
        font-weight: 500;
    }

    .basketMobile .summary .summaryItem strong {
        font-weight: 600;
    }

    .basketMobile .orderNow {
        margin: 17px 0 48px;
    }

    .profileMobilePage {
        overflow: hidden;
    }

    .profileMobilePage .profileLeft .profileTitle {
        padding: 31px 15px 10px;
    }

    .profileMobilePage .profileLeft .userInfo {
        padding: 19px 15px 27px;
    }

    .profileMobilePage .profileLeft {
        background-color: #fff;
        margin-left: -15px;
        margin-right: -15px;
    }

    .profileTitle {
        padding: 32px 0 10px;
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;

        color: #000000;
        border-bottom: 0.4px solid #D0D0D0;
        margin-bottom: 0;
    }

    .profileLeft .userInfo {
        padding: 19px 0 27px;
        flex-direction: row;
        justify-content: flex-start;
    }

    .profileLeft .userInfo .avatar {
        width: 86px;
        min-width: 86px;
        min-height: 86px;
        height: 86px;
        background: #E2F1E6;
        margin-right: 16px;
        margin-bottom: 0;
    }

    .profileLeft .userMenu {
        background-color: #F7F9FB;
        padding: 15px 20px;
    }

    .profileLeft .userMenu ul,
    .leftMenu ul {
        overflow: hidden;
        background: #FFFFFF;
        box-shadow: 0px 1px 13.4px 1px rgba(0, 0, 0, 0.07);
        border-radius: 15px;

    }

    .profileLeft .userMenu ul li a,
    .leftMenu ul li a {
        position: relative;
        font-weight: 400;
        font-size: 13px;
        line-height: 16px;
        letter-spacing: -0.02em;
        color: #000000;
        padding: 15px 24px;
    }

    .profileLeft .userMenu ul li a:before,
    .leftMenu ul li a:before {
        content: "";
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        width: 5px;
        height: 8px;
        background-image: url(../images/icons/ico-arrow-right.svg);
        background-size: cover;
        background-position: center;
        pointer-events: none;
    }

    .profileLeft .userMenu ul li a:hover,
    .leftMenu ul li a:hover,
    .leftMenu ul li a.active {
        background-color: #fff;
    }

    .profileLeft .userMenu ul li+li {
        border-top: 0.4px solid #D0D0D0;
    }

    .profileLeft .userMenu ul+ul {
        margin-top: 15px;
    }

    .profileLeft .userMenu .logout a {
        padding: 20px;
        font-size: 13px;
        line-height: 16px;
        letter-spacing: -0.02em;
        background: #FFFFFF;
        box-shadow: 0px 1px 13.4px 1px rgba(0, 0, 0, 0.07);
        border-radius: 15px;

    }

    .profileLeft .userMenu .logout {
        border-top: 0;
        margin-top: 15px;
    }

    .profileLeft .userMenu ul li a.removeLink {
        color: #ff0000;
    }

    .pagination .page-link {
        font-size: 13px;
        min-width: 24px;
        min-height: 24px;
        padding: 10px 15px;
    }

    .leftMenu {
        margin-bottom: 10px;
    }

    .pageContent .pageBox {
        padding: 20px;
    }

    .pageTitle {
        padding: 10px 0;
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;

        color: #000000;
        border-bottom: 0.4px solid #D0D0D0;
        margin-bottom: 0;
        margin-bottom: 20px;
    }

    .contactItems {
        border: 0.4px solid #D0D0D0;
        border-radius: 10px;
        padding: 20px;
        margin-bottom: 10px;
    }

    .contactItems span {
        font-size: 14px;
        line-height: normal;
    }

    .contactItemBox {
        margin-bottom: 10px;
    }

    .BoxFormInput input,
    .BoxFormInput input::placeholder {
        font-size: 13px;

    }

    .BoxFormInput input {
        padding: 10px 20px;
        height: 45px;
    }

    .BoxFormInput textarea {
        padding: 10px 20px;
    }

    .BoxFormInput textarea,
    .BoxFormInput textarea::placeholder {
        font-size: 13px;
    }

    .contactForm .btn-primary {
        font-size: 13px;
    }

    .profilePage {
        background-color: #fff;
        padding-top: 30px;
    }

    .profilePage .profileLeft .userInfo {
        padding-left: 20px;
    }

    .profileContent {
        padding-top: 20px;
    }

    .profileContent .profileTitle {
        padding: 0 0 10px;
        width: 100%;
    }

    .btn-newAdress {
        margin: 0;
        padding: 10px 15px;
        font-size: 13px;
        white-space: nowrap;
    }

    .adresList {
        margin-top: 20px;
    }

    .orderHistoryList {
        margin: 20px 0;
    }

    .orderHistoryItem .price {
        text-align: left;
        font-size: 18px;
    }

    .orderHistoryItem a {
        font-size: 13px;
    }

    .favoriProductList {
        margin: 20px 0;
    }

    .profileInfoBox {
        padding: 10px;
    }

    .profileInfoBox .profileTitle {
        margin-bottom: 10px;
    }

    .profileInfoBox .profileFormBottom {
        flex-direction: column !important;
        gap: 15px !important;
        align-items: stretch !important;
    }

    .profileInfoBox .profileFormBottom .btn-delete-account {
        width: 100%;
        font-size: 14px;
        padding: 12px 20px;
        text-align: center;
        justify-content: center;
        order: 3;
        margin-top: 10px;
        margin-bottom: 0;
    }

    .profileInfoBox .profileFormBottom > div.d-flex {
        width: 100%;
        justify-content: center;
        order: 1;
    }

    .profileInfoBox .profileFormBottom .btn-primary {
        font-size: 13px;
        padding: 10px 15px;
        flex: 1;
        max-width: 150px;
    }

    .profileInfoBox .profileFormBottom .btn-secondary {
        font-size: 13px;
        padding: 10px 15px;
        flex: 1;
        max-width: 150px;
    }

    .noItems:before {
    width: 150px;
    height: 94px;
    }
    .noItems:after {
            width: 150px;
        height: 94px;
    }
    .basketNoItemsContent span {
        font-size: 15px;
        line-height: normal;
    }
    .basketNoItemsContent a {
        font-size: 15px;
        line-height: normal;
        width: auto;
        padding: 10px 15px;
    }
}



@media (max-width: 400px) {

    .pageProducts .categoryListItem {
        width: 100%;
        margin: 10px 0;
    }
}