﻿.MustafaImg {
    width: 100%;
    position: fixed;
    z-index: -1;
    left: 0;
    background-size: cover;
}

.nav-container {
    min-height: 60px;
    margin-bottom: 1px;
}

.btnMobilebar {
    z-index: 999;
    color: black;
}

@media (max-width: 600px) {
    .column {
        float: left;
        text-align: center !important;
        width: 45%;
        min-height: 250px;
        height: auto;
        margin-bottom: 10px;
        border: none;
        padding: 5px 5px;
        margin-left: 2%;
        background: rgba(255, 255, 255, 0.04);
        -webkit-box-shadow: -1px 4px 28px 0px rgba(0,0,0,0.75);
        -moz-box-shadow: -1px 4px 28px 0px rgba(0,0,0,0.75);
        box-shadow: -1px 4px 28px 0px rgba(0,0,0,0.25);
    }

    .buttonAddToCartCustom {
        width: 90%;
        height: 34px;
        text-align: center;
        justify-content: center;
        align-content: center;
        align-items: center;
        padding: 6px 0;
        text-transform: capitalize;
        cursor: pointer;
        color: #003366;
        font-family: UnileverShilling;
        margin-top: 10px;
        border: none;
        font-weight: bold;
        background-color: #ccc;
    }

    .clsURL {
        font-size: 15px !important;
    }

    .togglebutton {
        position: fixed;
        left: 0px;
        top: 20px;
        z-index: 99999;
    }

    .column1 {
        float: left;
        text-align: left !important;
        width: 47%;
        height: auto;
        margin-bottom: 10px;
        border: none;
        margin-left: 2%;
        /*padding: 10px 10px;*/
    }

    .productimg {
        width: 120px;
        height: 120px;
    }

    .divContainer {
        text-align: center;
        font-size: small;
        color: black;
        width: 90%;
    }

    .tblMainForEditCart {
        width: 100%;
        text-align: center;
        vertical-align: top;
        background-color: White;
    }

    .panelPromo {
        width: 550px;
        /*border-style: Groove;*/
        background-color: white;
    }

    .BtmContainer {
        display: table;
        width: 100%;
        border: 0 none;
        padding-left: 20%;
        text-align: center;
        align-items: center;
        position: relative;
        bottom: 0;
        width: 100%;
        height: auto;
        background-color: #36454F;
        vertical-align: top;
    }

    .lblWelcome {
        Width: 300px;
        Height: 10px;
        Color: green;
        Font-Size: small;
        font-weight: 400;
        font-family: Verdana;
        display: none;
    }

    .product-image {
        position: relative;
        text-align: center;
        width: 90%;
        height: 90%;
        white-space: nowrap;
        overflow: hidden;
    }


    .mmsNameFont {
        font-size: 10px !important;
        color: white;
        /*padding-top: 18px;*/
        text-align: left;
        padding-left: 0%;
        font-family: UnileverShilling;
        font-weight: 800;
        vertical-align: middle;
        letter-spacing: 0px;
    }

    .mmsAddressFont {
        font-size: 9px !important;
        color: white;
        text-align: left;
        padding-left: 0%;
        font-family: UnileverShilling;
        font-weight: 800;
        vertical-align: middle;
        font-size: small;
        color: #49c1ff;
    }

    .DescriptionDetail {
        FONT-WEIGHT: 400;
        color: black !important;
        font-size: small !important;
        text-align: left;
        font-family: 'Century Gothic';
    }

    .col-container {
        display: table; /* Make the container element behave like a table */
        width: 100%; /* Set full-width to expand the whole page */
        border: 0 none;
    }
}

@media (max-width: 767px) {
    .column, .column1 {
        flex: 1 1 50%;
    }

        .column img, .column1 img {
            max-width: 100%;
            height: auto;
            object-fit: cover;
        }
}

@media (min-width: 1200px) {

    .container {
        width: 100% !important;
        /*max-width: 1200px;*/
        max-width: 100%;
    }



    .column {
        float: left;
        text-align: center !important;
        width: 16.5%;
        min-height: 310px;
        margin-bottom: 10px;
        border: none;
        padding: 10px 10px;
        background: rgba(255, 255, 255, 0.04);
        -webkit-box-shadow: -1px 4px 28px 0px rgba(0,0,0,0.75);
        -moz-box-shadow: -1px 4px 28px 0px rgba(0,0,0,0.75);
        box-shadow: -1px 4px 28px 0px rgba(0,0,0,0.25);
    }

    .buttonAddToCartCustom {
        width: 168px;
        height: 34px;
        text-align: center;
        justify-content: center;
        align-content: center;
        align-items: center;
        padding: 6px 0;
        text-transform: capitalize;
        cursor: pointer;
        color: #003366;
        font-family: UnileverShilling;
        margin-top: 10px;
        border: none;
        font-weight: bold;
        background-color: #ccc;
    }

    .column1 {
        float: left;
        text-align: left !important;
        width: 18%;
        height: auto;
        border: none;
        align-items: baseline !important;
    }

    .divContainer {
        text-align: center;
        font-size: small;
        color: black;
        width: 100%;
    }

    .panelPromo {
        width: 100%;
        /*border-style: Groove;*/
        background-color: white;
    }

    .tblMainForEditCart {
        width: 40%;
        text-align: center;
        vertical-align: top;
        background-color: White;
    }

    .BtmContainer {
        display: table; /* Make the container element behave like a table */
        width: 100%; /* Set full-width to expand the whole page */
        border: 0 none;
        padding-left: 20%;
        text-align: center;
        align-items: center;
        position: relative;
        bottom: 0;
        width: 100%;
        height: auto;
        background-color: #36454F;
        vertical-align: top;
    }

    .product-image {
        position: relative;
        text-align: center;
        width: 90%;
        height: 90%;
        white-space: nowrap;
        overflow: hidden;
    }


    .mmsNameFont {
        font-size: 15px;
        color: white;
        /*padding-top: 18px;*/
        text-align: left;
        padding-left: 0%;
        font-family: UnileverShilling;
        font-weight: 800;
        vertical-align: middle;
        letter-spacing: 0px;
    }

    .mmsAddressFont {
        /*font-size: 10px;            
           padding-top: 18px;*/
        font-size: 12px;
        color: white;
        text-align: left;
        padding-left: 0%;
        font-family: UnileverShilling;
        font-weight: 800;
        vertical-align: middle;
        font-size: small;
        color: #49c1ff;
    }

    .DescriptionDetail {
        FONT-WEIGHT: 600;
        color: black !important;
        font-size: large !important;
        text-align: left;
        font-family: 'Century Gothic';
    }

    .lblWelcome {
        Width: 300px;
        Height: 10px;
        Color: green;
        Font-Size: small;
        font-weight: 400;
        font-family: Verdana;
    }

    .col-container {
        display: table; /* Make the container element behave like a table */
        width: 100%; /* Set full-width to expand the whole page */
        border: 0 none;
    }
}


.sina-nav {
    top: 0px;
    position: fixed !important;
}

.search-box {
    background: rgba(0, 0, 0,0.6) !important;
}

.fixed-footer {
    bottom: 0;
    width: 100%;
    position: fixed;
    padding: 0;
}

.row {
    margin-bottom: 40px;
}

.container-fluid {
    padding-left: 0px !important;
}

.Welcome {
    display: none !important;
}

.scrollSubMenu {
    overflow-y: auto;
    max-height: 70vh;
}

    .scrollSubMenu > li {
        background: rgba(119, 177, 132,1) !important;
    }

.fixed-footer, .mainMenu > li {
    border-top: solid;
    border-top-color: #36454F;
    background-color: white;
    /*background: rgba(255, 255, 255, 0.04) !important;*/
}

.Notification {
    vertical-align: bottom;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10000;
    display: none;
    width: 200px;
    height: 60px;
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
    line-height: 60px;
    border-radius: 50px;
}

.lblQtyMain {
    font-size: 20px;
    font-weight: bold;
    color: white;
    display: inline-block;
}

.clsDeptName {
    font-size: 12px !important;
    font-weight: bold;
    color: black;
    display: inline-block;
}

.clsProductName {
    font-size: 12px !important;
    font-weight: bold;
    color: black;
    display: inline-block;
    padding: 5px 32px;
    text-align: center;
}

.Error {
    background: red;
}

.Info {
    background: green;
}

.StylePanelMenu {
    width: 100%;
    height: 800px;
    background-color: white; /*rgba(213, 222, 216,1);*/
    border-color: black;
    border-style: groove;
    margin: 0 auto;
    top: 70px;
    left: 70px;
    position: absolute;
    display: none;
    z-index: 1000;
}

.LogoMain {
    font-size: large;
    color: #0f3d19;
    /*padding-top: 18px;*/
    text-align: center;
    padding-left: 0%;
    font-family: Verdana;
    font-weight: 800;
    vertical-align: middle;
}

.a1:link {
    font-size: 15px;
    color: black;
    min-width: 100px;
    width: auto;
    border: 1px;
    cursor: pointer !important;
    background-color: lightblue;
}
/* visited link */
.a1:visited {
    font-size: 15px;
    color: white;
    min-width: 100px;
    width: auto;
    border: 1px;
    cursor: pointer !important;
}
/* mouse over link */
.a1:hover {
    font-size: 15px;
    background-color: #001f82;
    color: white;
    min-width: 100px;
    width: auto;
    border: 1px;
    cursor: pointer !important;
    transition-duration: 0.4s;
    box-shadow: 0 12px 20px 0 rgba(0,0,0,0.24),0 12px 70px 0 rgba(0,0,0,0.19);
}
/* selected link */
.a1:active {
    font-size: 15px;
    color: white;
    min-width: 100px;
    width: auto;
    border: 1px;
    cursor: pointer !important;
}

/* unvisited link */
.ProductMenuItem {
    font-size: 15px;
    color: white;
    min-width: 100px;
    width: auto;
    max-width: 99%;
    border: 1px;
    background-color: #001f82;
    padding-bottom: 5px;
    margin-bottom: 10px;
    cursor: grab;
    font-family: UnileverShilling;
}

.btnLink {
    color: black;
}

.deptMenu {
    /*width: 101%;
    height: auto;
    text-align: center;
    vertical-align: middle;
    background-color: #001f82; /*#d5ded8;
    margin-top: 22px;
    color: white;
    font-weight: 600;
    font-size: 15px;
    font-family: Verdana;
    padding-top: 5px;*/
    /*padding: 2px;*/
    width: 102%;
    height: auto;
    text-align: center;
    vertical-align: middle;
    background-color: #36454F;
    margin-top: 22px;
    color: white;
    font-weight: 600;
    font-size: 15px;
    font-family: Verdana;
    padding-top: 5px;
}

.productMenu {
    width: 100%;
    height: auto;
    /*min-height: 100px;*/
    text-align: center;
    vertical-align: middle;
    background-color: white;
    color: black;
    font-weight: 800;
    font-size: 15px;
    font-family: Verdana;
    padding-top: 5px;
    border: groove;
    -webkit-box-shadow: -1px 4px 28px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 4px 28px 0px rgba(0,0,0,0.75);
    box-shadow: -1px 4px 28px 0px rgba(0,0,0,0.25);
}

.BrandMenu {
    width: auto;
    height: auto;
    min-height: 60px;
    text-align: center;
    vertical-align: middle;
    /*margin-top: 20px;*/
    /*color: #001f82;   darkgreen;
                  box-shadow: -1px 4px 28px 0px rgba(0,0,0,0.25);
           */
    font-weight: 800;
    font-size: 12px;
    font-family: Verdana;
    padding-top: 5px;
    /*background: rgba(255, 255, 255, 0.04);*/
    -webkit-box-shadow: -1px 4px 28px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 4px 28px 0px rgba(0,0,0,0.75);
}

.clsBrand {
    width: 150px !important;
    min-width: 150px;
    text-align: left;
    border-top: 1px solid gray;
    border-color: lightgray;
    display: inline-flex;
    padding: 6px 0;
    text-transform: capitalize;
    cursor: pointer;
    color: darkblue;
    background-color: white;
    FONT-WEIGHT: 800;
    margin-top: 10px;
    text-decoration: none;
}

    .clsBrand:hover {
        width: 150px !important;
        min-width: 150px;
        text-align: left;
        border-top: 1px solid gray;
        border-color: lightgray;
        display: inline-flex;
        padding: 6px 0;
        text-transform: capitalize;
        cursor: pointer;
        color: white;
        background-color: darkblue;
        FONT-WEIGHT: 800;
        margin-top: 10px;
        text-decoration: none;
    }

.arrow {
    border: solid black;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 2px;
    vertical-align: super;
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.curvy-button {
    background-color: #001f82; /* #4CAF50 Green background */
    border: none;
    color: white;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    /*margin: 4px 2px;*/
    cursor: pointer;
    /*border-radius: 20px; /* Makes it curvy  transition: background-color 0.3s ease; /* Smooth transition */
    transition-duration: 0.4s;
    box-shadow: 0 12px 20px 0 rgba(0,0,0,0.24),0 12px 70px 0 rgba(0,0,0,0.19);
    width: 10%;
}

    .curvy-button:hover {
        background-color: #001f82; /* #367c39;  Darker green on hover */
        color: white;
    }

.QtyInput {
    height: 34px;
    width: 60px;
    FONT-WEIGHT: 600;
    OUTLINE: NONE;
    BACKGROUND-COLOR: white; /*#d5ded8*/
    BORDER: 1PX SOLID #0f3d19;
    text-align: center;
    margin-top: 10px;
}

.product-container {
    position: relative;
    width: 300px;
}

.img-zoom-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 300px; /* Adjust as necessary */
}

.ImgMain {
    width: 100%;
    height: auto;
    /*cursor: pointer;*/
    cursor: crosshair;
}

.zoomed-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 200%;
    background-position: center;
    transition: background-position 0.1s ease;
    display: none;
    cursor: crosshair;
}

.MasterPageBtmLogos {
    right: 20px;
    width: 20px;
}

.WelcomeName {
    font-size: 12px;
}

.HighResLogo {
    Width: 60px;
    Height: 50px;
}

.Logos {
    height: 40px;
    width: 40px;
}



.Country {
    color: black;
    Font-Size: medium;
    Width: 200px;
    background-color: White;
    border-style: none;
    Height: 20px;
}

.CartValue {
    font-size: large !important;
    font-weight: 400 !important;
}

.ShopMenu1 {
    margin-top: 2px !important;
    background: white;
    border: groove;
}

.ContentHolderAlign {
    vertical-align: top !important;
}

.Divtext-align {
    text-align: left;
}

.menuDiv {
    display: none;
}

.DivCountry {
    display: none;
}

.Carousel1 {
    text-align: center;
    margin-left: 12%;
}

.Divpromotion {
    text-align: center;
    margin-left: 0.5%;
}

.DescString {
    margin-bottom: 0px !important;
}

.PriceString {
    color: black !important;
    font-size: large;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.MinusString {
    height: 25px;
    width: 25px;
}


.carouselExampleControls {
    background-color: transparent;
    width: 100%;
}

.carousel-control {
    width: 30px;
}

.carouselicon {
    background-color: #001f82 !important;
    width: 20px;
}

.catHeader {
    width: 95% !important;
}


.btnSearch {
    Width: 210px;
}

.buttonAddToCart {
    width: 100%;
    text-align: center;
    border: 1px solid gray;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    padding: 6px 0;
    text-transform: capitalize;
    cursor: pointer;
    background: #001f82;
    color: #fff;
    border-radius: 15px;
    font-family: UnileverShilling;
    margin-top: 10px;
}




.buttonAddToCartBlur {
    border: none;
    outline: 0;
    display: inline-block;
    padding: 5px;
    color: lightgray;
    background-color: #0f3d19;
    text-align: center;
    cursor: default;
    width: 65%;
    font-size: small;
    margin-top: 10px;
}

.buttonAddToCartCustom:hover {
    background: #c40de8;
    color: #e0e0e0;
}

/* Define the blink animation */
@keyframes blink {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0.3;
    }
}

/* Apply the animation on hover */
.product-image:hover {
    animation: blink 0.6s linear 2; /* Blink twice */
}


.buttonAddToCartCustom:hover {
    background: #215077;
    color: #e0e0e0;
}

.productimgNew {
    width: 120px;
    height: 120px;
}
