/*
Custom Css
*/
.greybg {
    background-color: #f4f6f7;
}

body {
    font-family: "Poppins", sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #121212;
}

.navbar-nav {
    min-width: 75vw !important;
}

.nav-item-space {
    justify-content: center;
}

.flex-fill {
    flex: none !important;
}
/*Body background color*/
.body-background {
    background-color: white !important;
}
/*slider background color*/
#template-mo-zay-hero-carousel {
    background: #f4f6f7 !important;
}

#template-mo-zay-hero-carousel {
    background: #f4f6f7 !important;
}
    /*slider page icon*/
    #template-mo-zay-hero-carousel .carousel-indicators li {
        margin-top: -50px;
        background-color: transparent !important;
    }

.img-fluid {
    height: 400px !important;
    min-width: 100% !important;
}

.theme-color {
    color: #11385e !important;
}

.title {
    color: #11385e !important;
}

.bg-theme, .btn-theme {
    background-color: #11385e !important;
    color: white !important;
}

.navbar-light .navbar-nav .nav-link {
    color: #11385e !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    padding-right: 12px !important;
    padding-left: 12px !important;
    /*text-transform: uppercase;*/
}

    .navbar-light .navbar-nav .nav-link:hover {
        color: black !important;
        text-decoration: solid;
        text-decoration-color: #3b2436 !important;
        /*background-color:#11385e;*/
        border-radius: 10px;
        /*text-transform: uppercase;*/
    }

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #11385e;
    outline: 0;
    box-shadow: none !important;
}
/*===========================
      19.CONTACT css 
===========================*/
.contact-area {
    padding-top: 80px;
    padding-bottom: 60px;
    background-color: #f4f6f7;
}

p.form-message.success, p.form-message.error {
    font-size: 16px;
    color: #333;
    background: #ddd;
    padding: 10px 15px;
    margin-top: 15px;
    margin-left: 15px;
}

    p.form-message.success.form-message.error, p.form-message.error.form-message.error {
        color: #f00;
    }

.contact-map iframe {
    width: 100%;
    height: 550px;
}

@media (max-width: 767px) {
    .contact-map iframe {
        height: 350px;
    }
}

.contact-info .single-contact-info .contact-info-icon i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    color: #fff;
    border-radius: 50%;
}

.contact-info .single-contact-info .contact-info-content {
    padding-left: 20px;
}

    .contact-info .single-contact-info .contact-info-content .text {
        color: #121212;
    }

.contact-info .single-contact-info.contact-color-1 .contact-info-icon i {
    background-color: #fc3832;
}

.contact-info .single-contact-info.contact-color-2 .contact-info-icon i {
    background-color: #808080;
}

.contact-info .single-contact-info.contact-color-3 .contact-info-icon i {
    background-color: #0F9D58;
}

.contact-info .single-contact-info.contact-color-facebook .contact-info-icon i {
    background-color: #005ad5;
}

.contact-info .single-contact-info.contact-color-whatsapp .contact-info-icon i {
    background-color: #25D366;
}

.contact-info .single-contact-info.contact-color-eye .contact-info-icon i {
    background-color: #25D366;
}

.contact-info .single-contact-info.contact-color-4 .contact-info-icon i {
    background-color: #d411a0;
}


.contact-wrapper .contact-title {
    font-size: 32px;
    font-weight: 700;
    color: #000;
}

@media (max-width: 767px) {
    .contact-wrapper .contact-title {
        font-size: 26px;
    }
}

.contact-wrapper .contact-title i {
    color: #121212;
    margin-right: 8px;
}

.contact-wrapper .contact-title span {
    font-weight: 400;
}

.pa-5 {
    padding: 5px;
}

.contact-info .single-contact-info .contact-info-content {
    padding-left: 20px;
    padding-top: 10px;
}

a {
    text-decoration: none !important;
    cursor: pointer;
}

.sliderh1 {
    font-size: 2em !important;
}

.back-to-top {
    font-size: 20px;
    color: #fff;
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 5px;
    /*background-color: #11385e;*/
    text-align: center;
    z-index: 99;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    display: none;
}
/*Mobile  device*/
@media only screen and (max-width: 600px) {
    .sliderh1 {
        font-size: 1.5em !important;
    }

    .carousel-indicators {
        width: 0px !important;
    }

    .img-fluid {
        height: 400px !important;
        width: 100% !important
    }
}

.modal-dialog {
    max-width: 100%;
}

.carousel-content {
    height: 150px !important;
    max-height: 150px !important;
    min-height: 150px !important;
    width: 100% !important;
    overflow-y: scroll;
}

::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

.header-searchbox {
    background-color: transparent;
}
/*on hover imagezoom effect*/
.zoom:hover {
    transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.required:after {
    color: red;
    content: " *";
}

select.form-control {
    -webkit-appearance: menulist-button;
    appearance: menulist-button;
}

.logo {
    font-weight: 500 !important;
}

.text-warning {
    color: #ede861 !important;
}

.text-muted {
    color: #bcbcbc !important;
}

.text-success {
    color: #59ab6e !important;
}

.text-light {
    color: #cfd6e1 !important;
}

.bg-dark {
    background-color: #212934 !important;
}

.bg-light {
    background-color: #e9eef5 !important;
}

.bg-black {
    background-color: #1d242d !important;
}

.bg-success {
    background-color: #59ab6e !important;
}

.btn-success {
    background-color: #59ab6e !important;
    border-color: #56ae6c !important;
}

.btn-primary {
    color: #fff;
    background: linear-gradient(-155deg, #00645c 0%, #008e83 98%, #c9fffb 100%);
    width: 210px;
    height: 65px;
    text-transform: uppercase;
    z-index: 1;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn {
    /*width: 210px;*/
    height: 45px;
    padding: 10px !important;
}

/*.quantity-container {
    display: flex;
    align-items: center;
    justify-content: center;
}*/

    /*.quantity-container input[type="number"] {
        text-align: center;
        width: 60px;
        -moz-appearance: textfield;*/ /* Firefox */
    /*}*/

        /* Remove increment/decrement icons in Chrome/Safari */
        /*.quantity-container input[type="number"]::-webkit-outer-spin-button,
        .quantity-container input[type="number"]::-webkit-inner-spin-button {
            -webkit-appearance: none;
            margin: 0;
        }*/

    /* Add some space around the buttons */
   /* .quantity-container .number-left,
    .quantity-container .number-right {
        font-size: 20px;
        margin: 0 10px;
        cursor: pointer;
        user-select: none;
    }*/





/* Spin Buttons modified */
/*input[type="number"].mod::-webkit-outer-spin-button,
input[type="number"].mod::-webkit-inner-spin-button {
    -webkit-appearance: none;
    background: #FFF url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAKUlEQVQYlWNgwAT/sYhhKPiPT+F/LJgEsHv37v+EMGkmkuImoh2NoQAANlcun/q4OoYAAAAASUVORK5CYII=) no-repeat center center;
    width: 1em;
    border-left: 1px solid #BBB;
    opacity: .5;*/ /* shows Spin Buttons per default (Chrome >= 39) */
    /*position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}

    input[type="number"].mod::-webkit-inner-spin-button:hover,
    input[type="number"].mod::-webkit-inner-spin-button:active {
        box-shadow: 0 0 2px #0CF;
        opacity: .8;
        
    }*/

/* Override browser form filling */
/*input:-webkit-autofill {
    background: black;
    color: red;
}*/

.ProductItem__PriceList, .ProductMeta__PriceList {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 2px;
}
.ProductItem__Title.Heading, .ProductMeta__Title.Heading {
    font-weight: 600 !important;
}

.features--heading-uppercase .Heading {
    letter-spacing: .2em;
    text-transform: uppercase;
}

.ProductItem__Vendor, .ProductItem__Title {
    display: block;
    margin-bottom: 4px;
}

.Heading {
    /*font-family: var(--heading-font-family);
    font-weight: var(--heading-font-weight);
    font-style: var(--heading-font-style);
    color: var(--heading-color)*/
    transition: color .2s ease-in-out;
}

.Price--highlight {
    color: #f94c43 !important;
}
.Price {
    display: inline-block;
}
.Price--compareAt {
    margin-left: 0px !important;
}

.Price--compareAt {
    position: relative;
    margin-left: 10px;
}
.Text--subdued {
    color: #6a6a6a;
}
.Price--discount {
    background: #f94c43;
    color: #ffffff;
    font-size: 9px;
    padding: 3px 4px;
    line-height: normal;
    font-weight: 600;
}
.sold-out-label {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #f94c43;
    color: #ffffff;
    padding: 5px 10px;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    z-index: 10;
}
.product-image-container {
    position: relative;
    display: inline-block;
}