﻿/*@import url('https://fonts.googleapis.com/css2?family=Cairo&display=swap');*/
body {
    background-color: #EEE;
    /* font-family: 'Cairo', sans-serif;*/
}
/*
    primary:#ff3f6c;
    PrimaryLight: #fe567d;
   PrimaryDark: #ff0a44;
    
    */


a {
    color: black;
    text-decoration: none;
}

    a:hover {
        text-decoration: none !important;
        color: #ff3f6c !important;
    }

.TextLight {
    color: #878b94;
}

.TextGreen {
    color: #9C3;
}

.TextPrimary {
    color: #ff3f6c;
}

.BgGreen {
    background-color: #9C3;
}

#MasterContainer {
    min-height: 800px;
    padding-bottom: 100px;
}

#MasterContainer h1 {
    font-size:2rem;
}

    ul {
        padding: 0;
        margin: 0;
        display: block;
        text-align: center;
        list-style-type: none;
    }

.li {
    padding: 0;
    margin: 0;
    display: inline-block;
}

#LockPage {
    width: 100%;
    height: 100%;
    background: rgba(3, 87, 112,0.2);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1031;
    font-size: 1.5rem;
    display: none;
    /* Just to keep it at the very top */
}

    #LockPage span {
        color: #ff0a44;
    }

.LogoDiv {
    position: relative;
    margin: 5px 0px;
    width: 60px;

}

    .LogoDiv img {
        width: 100%;
        border-radius: 5px;
    }

    .LogoDiv span {
        position: absolute;
        bottom: 0;
        left: 0;
        margin-left: 50px;
        font-size: 26px;
        line-height: 27px;
        font-weight: bold;
        color: #ff3f6c !important;
    }

    .LogoDiv a {
        text-decoration: none;
    }

.SearchForm {
    position: relative;
}


    .SearchForm input {
        width: 100%;
        padding-right: 100px;
    }

    .SearchForm button {
        width: 100px;
        position: absolute;
        top: 0;
        right: 0;
    }

.HeaderTopRight {
    font-size: 0.9rem;
}

    .HeaderTopRight a {
        color: #878b94;
    }

.btn-primary {
    background-color: #ff3f6c !important;
    border-color: #fe567d;
    cursor: pointer;
}

    .btn-primary:hover {
        background-color: #fe567d !important;
        border-color: #ff3f6c !important;
    }

.btn-outline-primary:hover {
    color: white !important;
    border-color: #ff3f6c !important;
    background-color: #ff3f6c !important;
}

.btn-outline-primary {
    color: #ff3f6c !important;
    border-color: #ff3f6c !important;
    background-color: white !important;
}

/*Zoom-Effec*/
.Zoom-Effect {
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
}

    .Zoom-Effect:hover {
        transform: scale(1.1,1.1);
        -o-transform: scale(1.1,1.1);
        -moz-transform: scale(1.1,1.1);
        -webkit-transform: scale(1.1,1.1);
        -ms-transform: scale(1.1,1.1);
    }

header {
    background-color: #FAFBFC;
}

.CartIconDIV {
    position: relative;
    cursor: pointer;
}

    .CartIconDIV span {
        background-color: white !important;
        border-radius: 5px;
        padding: 1px;
        color: #ff3f6c !important;
        font-weight: bold;
        position: absolute;
        top: 0;
        right: 2px;
        opacity: 0.9;
        box-shadow: rgba(255,63,108,0.2) 2px -1px;
    }

footer {
    background-color: black;
    margin-top: 100px;
    color: white;
    background-color: #172337;
}
    footer .About {
        background-color: white;
        color: #878b94;
        font-size:0.9rem;
        padding-top:70px;
        padding-bottom:30px;
    }
        footer .About .fas{
            margin-top:5px;
            font-size:60px;
        }
        footer .About h4 {
            font-size: 25px;
            padding-top:15px;
        }
    footer .About img{
        width:70px;
    }
       
        footer a {
    color: white;
    font-size: 0.9rem;
}

    footer h4 {
        font-size: 1rem;
    }

    

    footer .LinkUL {
        text-align: left;
    }

   .address {
        font-size: 0.8rem;
        padding-bottom:50px;
        padding-top:50px;

    }

    .address p {
        color: #6c757d !important;
        padding: 0;
        margin: 0;
    }
    footer .FooterMid {
    padding-top:40px;
    }
    footer .SocialUL li {
        display: inline-block;
        transition: all 0.3s;
    }

        footer .SocialUL li:hover {
            opacity: 0.8;
        }

        footer .SocialUL li .fab {
            font-size: 30px;
        }

    footer .PaymentIconUL li {
        display: inline-block;
        max-width: 50px;
    }

        footer .PaymentIconUL li img {
            width: 100%;
            border-radius: 4px;
        }

.copyright {
    margin-top: 20px;
    font-size: 0.9rem;
}
.DivFixBotomOnPhone {
}
/* Extra small devices (portrait phones, less than 576px)
// No media query for `xs` since this is the default in Bootstrap*/
/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .Hide-On-large {
        display: none;
    }
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
}
/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
}

/* Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
    

}

/* Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {

    .Hide-On-Small {
        display: none;
    }

    .SearchForm {
        position: relative;
    }

        .SearchForm input {
            width: 100%;
            padding-right: 40px;
        }

        .SearchForm button {
            width: 40px;
            position: absolute;
            top: 0;
            right: 0;
        }

        .SearchForm input:focus > .SearchForm {
            z-index: 10000000;
            position: fixed;
            top: 0;
            left: 0;
            width: 500px;
        }

    .DivFixBotomOnPhone {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1030;
        padding: 5px;
        width: 100%;
        text-align: center;
    }
    /*Dropdown Scroll on small screen*/
        .DivFixBotomOnPhone ul {
            text-align: center !important;
        }

            .DivFixBotomOnPhone ul li {
                background-color: white;
            }

        .DivFixBotomOnPhone .btn {
            font-size: 1.1rem;
            width: 100%;
        }

    #navbarSupportedContent {
        height: 300px;
        max-height: 300px;
        width: 100%;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch; /* mobile safari*/
    }
}


/* Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {
}

/* Extra large devices (large desktops)
 No media query since the extra-large breakpoint has no upper bound on its width*/



