body {
    font-family: Soin Sans Pro, NunitoSans, sans-serif;
    overflow-x: hidden;
    overflow-y: hidden;
}

.head{
    background-color: #ebe8e8;
    color: black;
    padding: 20px;
    height: 65px;
}

.head1 {
    background-color: white;
    color: black;
    padding: 20px;
    height: 50px;
}

#logo {
    width: 180px;
}

#mid-logo {
    width: 300px;
}

#page {
    font-size: 32px;
    text-align: right;
    text-transform: uppercase;
}

.social a,
.social1 a {
    color: black;
    text-decoration: none;
    font-size: 20px;
}

.carousel {
    position: relative;
    height: auto;
    width: 100%;
    margin: auto;
    overflow: hidden;
    object-fit: cover;
}

.slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slide {
    min-width: 100%;
    position: relative;
    height: auto;
}

.slide img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.carousel1 {
    overflow: hidden;
    cursor: grab;
}

.carousel1:active {
    cursor: grabbing;
}

.slides1 {
    display: flex;
    transition: transform 0.5s ease;
    will-change: transform;
    gap: 15px;
    height: auto;
    width: auto;
}

.slide1 {
    flex: 0 0 calc(33.333% - 10px);
    background: none;
    text-align: center;
}

.slide1 img {
    width: 200px;
    height: 250px;
    object-fit: cover;
    display: block;
}

.center-btn button {
    width: 100%;
    padding: 10px;
    background: black;
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 25px;
}

.center-btn button:hover {
    background: rgb(250, 248, 248);
    border: 1px solid gray;
    color: black;
}

.center-content {
    width: 400px;
    max-width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 25px;
    margin-top: 100px;
}

.center-content small {
    display: block;
    color: white;
    margin-top: 5px;
    text-shadow: 2px 2px 5px rgba(0,0,0,1);
}

.btn-link {
    text-decoration: none;
    color: white;
    font-size: 20px;
}

.nav,
.nav1 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    background: none;
    color: white;
    border: none;
    cursor: pointer;
    padding: 10px;
}

.prev,
.prev1 {
    left: 10px;
}

.next,
.next1 {
    right: 10px;
}

.right-panel {
    padding: 0;
}

.side-btn {
    margin-left: 10px;
}

.menu-bar-side {
    margin: 10px;
    justify-content: center;
    height: 100px;
    overflow-y: auto;
}

.menu-bar {
    margin: 10px;
    justify-content: center;
    height: auto;
}

.as-seen-on {
    margin-top: 10px;
    height: auto;
    text-align: center;
    padding: 10px;
}

.side-btn a {
    font-size: 20px;
    color: black;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 20px;
}

.side-btn a:hover {
    background: black;
    color: white;
    width: 100%;
}

.side-btn1 a {
    font-size: 25px;
    width: 100%;
    height: 40px;
    color: black;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 12px 20px;
    border: none;
}

.side-btn1 a:hover {
    background: black;
    color: white;
}

.menu-bar-side a {
    font-size: 14px;
    color: black;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 6px 10px;
}

.menu-bar-side a:hover {
    background: black;
    color: white;
    width: 300px;
}

.menu-bar-side a.active {
    background: black;
    color: white;
    width: 300px;
}

.side-btn i,
.side-btn1 i {
    font-size: 20px;
    text-align: center;
}

#new,
#promo {
    border-bottom: 1px solid black;
}

#shopper,
#store {
    border-top: 1px solid black;
}

#new,
#shopper {
    border-right: 1px solid black;
}

#promo,
#store {
    border-left: 1px solid black;
}

.item-container1 {
    width: 100%;
    height: 450px;
    max-height: auto;
    display: block;
    padding: 20px;
    overflow-y: auto;
}

.item-container2 {
    width: 100%;
    height: 250px;
    max-height: auto;
    display: block;
    padding: 40px;
    overflow-y: auto;
}

.quote {
    width: 50%;
    height: 150px;
    font-size: 20px;
    margin: auto;
    padding: 20px;
    text-align: center;
}

.about {
    text-align: justify;
    width: 85%;
    height: auto;
    font-size: 20px;
    font-weight: 600;
    margin: auto;
    text-align: center;
}

.about p {
    margin-top: 20px;
}

.blog-desc {
    margin: 20px;
    font-weight: 100;
    text-align: center;
}

.items img {
    width: 180px;
    height: 250px;
    object-fit: cover;
    flex: 0 0 158px;
}

.blog-items img {
    width: 250px;
    height: 250px;
    object-fit: cover;
    flex: 0 0 158px;
}

.contact-items {
    width: 280px;
    height: 150px;
    padding: 12px;
    text-align: center;
    margin-bottom: 12px;
    border: none;
    border-left: 1px solid black;
}

.store-items {
    width: 280px;
    height: 200px;
    padding: 10px;
    text-align: center;
    margin-bottom: 12px;
    border: none;
    border-bottom: 1px solid black;
}

.saddress {
    width: 100%;
    height: 110px;
}

.store-items p {
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
}

.store-items small {
    font-size: 14px;
    text-transform: uppercase;
}

.contact-items p {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
}

.contact-items small {
    font-size: 18px;
    text-transform: uppercase;
}

.item-box1 {
    justify-content: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 12px;
}

.btn-ps button {
    width: 700px;
    height: 40px;
    font-size: 20px;
    letter-spacing: 2px;
    border-radius: 20px;
    border: none;
    background-color: rgb(222, 220, 220);
}

.btn-ps button:hover {
    background-color: rgb(234, 227, 227);
}

.btn-ps {
    padding: 10px;
    text-align: center;
    width: 100%;
}

.btn-ps a {
    text-decoration: none;
    color: black;
}

.popup-btn {
    border: 1px solid black;
    border-radius: 20px;
    height: 35px;
    width: 400px;
}

.popup-btn a {
    font-size: 14px;
}

.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
}

.popup-box {
    background: white;
    padding: 10px;
    width: 500px;
    height: 600px;
    border-radius: 15px;
    text-align: center;
}

.store-popup-box {
    background: white;
    padding: 30px;
    width: 400px;
    height: 350px;
    border-radius: 15px;
    text-align: center;
}

.close {
    float: right;
    padding-right: 30px;
    font-size: 40px;
    cursor: pointer;
}

.view-items {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 450px;
    /* margin-bottom: 30px; */
}

.item-details img {
    width: 300px;
    height: 400px;
    object-fit: cover;
    display: block;
    margin: 0 auto;
}

.store-item-details {
    width: 400px;
    height: 200px;
    justify-content: center;
    padding: 20px;
    margin-bottom: 10px;
}

.store-item-details p {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.store-item-details small {
    font-size: 15px;
    text-transform: uppercase;
}

.item-details {
    width: auto;
    height: auto;
    margin: 0;
}

.item-details p {
    background-color: rgb(239, 236, 236);
    font-size: 15px;
    font-weight: 500;
}

.menu1 {
    text-align: center;
    justify-content: center;
    align-items: center;
}

.store-menu {
    padding: 10px;
    justify-content: center;
}

.store-menu1 {
    padding: 10px;
    justify-content: center;
    text-align: center;
}

.mid-btn {
    border: 1px solid black;
    height: 40px;
    width: 400px;
}

.l-contacts {
    text-decoration: none;
    color: black;
}

@media (max-width: 991px) {

    .carousel,
    .slide {
        height: auto;
        align-items: center;
    }

    .slide img {
        height: 550px;
        width: 100%;
        object-fit: cover;
        object-position: center top;
    }

    .mid {
        padding-top: 30px;
        margin: 0;
    }

    .menu1,
    .item-container1 {
        min-width: 720px;
        max-width: 950px;
        margin: auto;
    }

    .item-container1,
    .item-container2 {
        min-height: 550px;
        margin: auto;
    }

    .items img {
        width: 150px;
        height: 200px;
    }

    .item-box1 {
        justify-content: center;
        align-items: center;
        gap: 20px;
    }

    #page1 {
        justify-content: center;
        align-items: center;
        font-size: 50px;
        letter-spacing: 3px;
        text-transform: uppercase;
    }

    #mid-logo {
        width: 400px;
        margin-bottom: 20px;
    }

    #store-logo {
        width: 300px;
    }

    .menu-bar-side a.active, .menu-bar-side a:hover {
        background: black;
        color: white;
        font-weight: 600;
        width: 150px;
    }

    .menu-bar-side a {
        flex: 0 0 auto;
        display: flex;
        width: 150px;
        height: 60px;
        justify-content: center;
        align-items: center;
        text-align: center;
        border: 1px solid black;
        white-space: normal;
        word-break: break-word;
        text-transform: uppercase;
    }

    .menu-bar-side {
        display: flex;
        flex-wrap: nowrap;      
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;    
        gap: 10px;
        padding: 10px;
        -webkit-overflow-scrolling: touch; 
    }

    .menu-bar h1 {
        font-size: 40px;
        margin-bottom: 50px;
    }

    .btn-ps button {
        width: 400px;
        height: 80px;
        margin-top: 20px;
    }

    .btn-ps {
        min-width: 720px;
    }

    .store-items {
        width: 500px;
        border: none;
        padding-bottom: 0;
        height: auto;
    }

    .store-items small {
        display: none;
    }

    .store-items p {
        font-size: 30px;
    }

    .contact-items {
        width: 500px;
        height: 500px;
        border: none;
        border-bottom: 1px solid black;
        margin-bottom: 20px;
        padding: 20px;
        height: auto;
    }

    .quote,
    .about {
        text-align: center;
        width: 700px;
        padding: 20px;
        margin: auto;
    }

    .slide1 img {
        width: 150px;
        height: 180px;
        object-fit: cover;
        display: block;
    }

    .slides1 {
        width: 150px;
    }

    .center-content1 {
        font-size: 14px;
    }

    .carousel1 {
        height: auto;
    }

    .center-content {
        margin-top: 100px;
    } 

    .center-btn button {
        width: 100%;
        font-size: 25px;
    }
}

@media (max-width: 991px) and (max-height: 950px) {
    .center-content {
        margin-top: 120px;
        width: 300px;
    }

    .center-content small {
        color: white;
        font-size: 18px;
        text-shadow: 2px 2px 5px rgba(0,0,0,1);
    }

    .carousel,
    .slide {
        height: auto;
    }

    .slide img {
        height: 350px;
        width: 100%;
        object-fit: cover;
        object-position: center top;
    }


    .side-btn1 a {
        font-size: 16px;
    }

    .mid {
        padding-top: 30px;
        margin: 0;
    }

    .menu1,
    .item-container,
    .item-container1,
    .item-container2 {
        width: 700px;
        margin: auto;
    }

    .item-container1 {
        height: 1000px;
        margin: auto;
    }

    .item-container2 {
        height: 700px;
        margin: auto;
    }

    .items img {
        width: 150px;
        height: 200px;
    }

    .item-box {
        justify-content: center;
        align-items: center;
    }

    #page1 {
        justify-content: center;
        align-items: center;
        font-size: 50px;
        letter-spacing: 3px;
        text-transform: uppercase;
    }

    #mid-logo {
        width: 400px;
        margin-bottom: 20px;
    }

    .menu-bar a {
        width: 300px;
        font-size: 20px;
        justify-content: center;
    }

    .menu-bar h1 {
        font-size: 40px;
        margin-bottom: 50px;
    }

    .btn-ps button {
        width: 400px;
        height: 80px;
        margin-top: 20px;
    }

    .btn-ps {
        width: 720px;
    }

    .store-items {
        width: 400px;
        border: none;
        padding-bottom: 0;
        height: 100px;
        align-items: center;
    }

    .contact-items {
        width: 400px;
        height: 400px;
        border: none;
        border-bottom: 1px solid black;
        margin-bottom: 20px;
        padding: 20px;
        height: auto;
    }

    .store-items small {
        display: none;
    }

    .store-items p {
        font-size: 30px;
    }

    .quote,
    .about {
        text-align: center;
        width: 700px;
        padding: 20px;
        margin: auto;
    }
    
    .close {
        padding-right: 30px;
        padding-bottom: 15px;
        font-size: 50px;
    }

    .popup-box {
        width: 600px;
        height: 950px;
        border-radius: 15px;
        text-align: center;
    }

    .view-items {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 750px;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .item-details {
        width: 90%;
        height: auto;
        text-align: center;
    }

    .item-details p {
        height: 30px;
        font-size: 20px;
    }

    .item-details img {
        width: 99%;
        height: 715px;
        object-fit: cover;
        display: block;
        margin: 0 auto;
    }

    .slide1 img {
        width: 140px;
        height: 170px;
        object-fit: cover;
        display: block;
    }

    .slides1 {
        width: 140px;
    }

    .center-content1 {
        font-size: 12px;
    }

    .carousel1 {
        height: auto;
    }
}

@media (max-width: 440px) and (min-height: 956px) {

    .carousel,
    .slide {
        height: auto;
    }

    .slide img {
        height: 350px;
        width: 100%;
        object-fit: cover;
        object-position: center top;
    }

    .side-btn1 a {
        font-size: 18px;
    }
}

@media (max-width: 600px) and (max-height: 740px){
    .slide img {
        height: 300px;
        object-position: center top;
    }

    .center-content {
        margin-top: 80px;
        width: 250px;
    }

    .center-content small {
        color: white;
        font-size: 14px;
        text-shadow: 2px 2px 5px rgba(0,0,0,1);
    }

    /* .slide1 img {
        width: 100px;
        height: 130px;
        object-fit: cover;
        display: block;
    } */

    .carousel1 {
        height: auto;
    }

    .center-content1 {
        font-size: 12px;
    }

    .side-btn1 a {
        font-size: 16px;
    }

    
}


/* 12-13pro*/
@media (max-width: 600px) and (max-height: 670px) {
    .slide img {
        height: 350px;
        object-position: center top;
    }

    .center-content {
        margin-top: 30px;
        width: 250px;
    }

    .center-content small {
        color: white;
        font-size: 14px;
        text-shadow: 2px 2px 5px rgba(0,0,0,1);
    }

    .slide1 img {
        width: 90px;
        height: 110px;
        object-fit: cover;
        display: block;
    }

    .carousel1 {
        height: auto;
    }

    .center-content1 {
        font-size: 10px;
    }

    .item-container1 {
        height: 750px;
    }

    .side-btn1 a {
        font-size: 15.5px;
    }



}


