@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");
body {
    font-family: 'Poppins', sans-serif;
}

p {
    font-size: 15px;
    color: #4E4D4D;
    font-family: 'Poppins', sans-serif;
    line-height: 24px;
}

h1, h2, h3, h4 {
    font-family: 'Georgia', sans-serif;
}

.top-bar-header {
    background: #3a3a3a;
    border-top: solid 5px #c00000;
    width: 100%;
    min-height: 77px;
}


.container-fluid {
    max-width: 1170px
}

.text-justify {
    text-align: justify !important
}


.toolbar {
    background: #d8d8ec;
    border-radius: 0 0 5px 40px;
    padding: 10px;
    margin-bottom: 5px;
}



.topbar {
    position: relative;
    opacity: 1;
    transition: all .15s ease-out
}

.sticky .topbar {
    height: 0;
    opacity: 0;
    transform: translateY(-4px);
    overflow: hidden
}

.topbar:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 28px;
    top: 0;
    left: 0;
    background: #fff;
    z-index: -1
}

.topbar .container-fluid {
    padding: 0
}

.topbar a {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    color: #fff !important;
    text-decoration: underline !important;
    padding: 0 4px
}

.topbar .notice {
    flex-basis: 100%;
    min-width: 0;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    line-height: 28px;
    color: #fff
}

    .topbar .notice span {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding-left: 8px
    }

.topbar .toolbar {
    flex-basis: auto;
    flex-shrink: 0;
    position: relative;
    align-self: flex-start;
    max-width: 100%;
    background: #fff;
    padding-left: 15px;
    border-radius: 0 0px 20px 20px;
    margin-bottom: 5px;
	width: 100%;
}

    .topbar .toolbar a {
        min-height: 32px;
        line-height: 30px;
        color: #222 !important;
        text-decoration: none !important;
        font-size: 14px;
    }

    .topbar .toolbar span.phone-number {
        transform: translateY(1px)
    }

    .topbar .toolbar a > i {
        display: flex
    }

.topbar a > i.icon-phone > img {
    height: 34px;
    width: 34px;

}

.topbar a > i.icon-delivery > img {
    height: 34px;
    width: 34px
}

.topbar a > i.icon-location > img {
    height: 34px;
    width: 34px;
}

.topbar a > i.icon-mail > img {
    height: 34px;
    width: 34px
}

.topbar a > i.icon-instagram > img, .topbar a > i.icon-facebook > img, .topbar a > i.icon-twitter > img, .topbar a > i.icon-youtube > img {
    height: 34px;
    width: 34px;
}


.header-menu {
    border-bottom: solid 10px #aa0303;
}



    .header-menu .container-fluid {
        padding: 0
    }

    .header-menu a.btn.btn-link {
        display: inline-flex;
        align-items: center;
        font-family: "Playfair Display", serif;
        font-weight: 800;
        font-size: 12px;
        letter-spacing: -.5px;
        color: #222;
        padding: 2px;
        text-decoration: none;
    }

    .header-menu .logo-container, .header-menu .menu {
        flex-basis: 99%
    }

    .header-menu .logo-container {
        padding: 3px 0;
        margin: 0
    }

    .header-menu a.logo img, .header-menu a.logo svg {
        display: block;
        width: 326px;
        height: 112px;
        -o-object-fit: contain;
        object-fit: contain
    }



.sticky .header-menu a.logo img, .sticky .header-menu a.logo svg {
    width: 136px;
    height: 44.26px
}

.header-menu .menu {
    height: 48px;
    background: #fff;
}

    .header-menu .menu a.btn.btn-link {
        position: relative;
        padding: 5px 15px 4px
    }

        .header-menu .menu a.btn.btn-link::after {
            content: "";
            position: absolute;
            display: block;
            width: 0;
            height: 0;
            bottom: -13px;
            left: 4px;
            border-style: solid;
            border-width: 0 9px 6px;
            border-color: transparent transparent #015c8d transparent;
            z-index: 0;
            opacity: 0;
            transition: all .05s
        }

        .header-menu .menu a.btn.btn-link.show::after {
            bottom: -6px;
            opacity: 1;
            transition: all .15s
        }

        .header-menu .menu a.btn.btn-link.show:first-of-type:after {
            bottom: -7px
        }

.header-menu a.btn.btn-link > i {
    width: 35px;
    height: 37px;
    background: 0 0;
    margin: 0 3px 0 0
}

    .header-menu a.btn.btn-link > i.icon-phone {
        width: 35px;
        height: 37px;
        margin: 0 5px 0px 8px
    }

    .header-menu a.btn.btn-link > i > img {
        display: block;
        width: 100%;
        height: 100%
    }

.header-menu a.btn.btn-link > span {
    text-align: left;
    line-height: 16px
}

    .header-menu a.btn.btn-link > span > em {
        display: block;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
    }

    .header-menu a.btn.btn-link > span > strong {
        font-weight: 900;
        font-size: 18px
    }

.header-menu a.btn.btn-link:first-of-type {
    flex-direction: column
}

    .header-menu a.btn.btn-link:first-of-type > i {
        margin: 0
    }

    .header-menu a.btn.btn-link:first-of-type > span {
        line-height: 0
    }

        .header-menu a.btn.btn-link:first-of-type > span > strong {
            font-weight: 900;
            font-size: 12px;
            line-height: 9px;
				letter-spacing:1px;
        }

.header-menu .menu hr {
    height: 30px;
    width: 2px;
    background: #f894bd;
    opacity: 1;
    margin: 0
}


.hide-desktop {
    display: none;
}




@media only screen and (max-width: 600px) {

    .header-menu a.btn.btn-link > span > em {
        display: block;
        font-style: normal;
        font-weight: 400;
        font-size: 11px
    }

    .header-menu a.btn.btn-link > span > strong {
        font-weight: 900;
        font-size: 14px
    }


    .header-menu .menu a.btn.btn-link {
        position: relative;
        padding: 5px 2px 4px;
        margin-bottom: 10px;
    }


    .header-menu a.logo img {
        height: 60px;
        width:150px;
    }

    .topbar a > i.icon-instagram > img, .topbar a > i.icon-facebook > img, .topbar a > i.icon-twitter > img, .topbar a > i.icon-youtube > img {
        height: 24px;
        width: 24px
    }

    .topbar a > i.icon-mail > img {
        height: 24px;
        width: 24px;
    }

    .topbar a {
        padding: 0 1px;
    }

    .fontsize46 {
        font-size: 26px;
    }
}


/*icon-top*/

.fa-phone{
	background: #e2e0e0;
	padding: 8px;
	border-radius: 4px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	margin-right: 4px;
}

.fa-location-arrow{
	background: #e2e0e0;
	padding: 8px;
	border-radius: 4px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	margin-right: 4px;
}

.fa-envelope-o{
	background: #e2e0e0;
	padding: 8px;
	border-radius: 4px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	margin-right: 4px;
}

.fa-file-text-o{
	background: #e2e0e0;
	padding: 8px;
	border-radius: 4px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	margin-right: 4px;
}

/*social-links*/

.fa-facebook{
	background:#aa0303;
	border-radius:5px;
	padding: 8px 12px;;
	color: #fff;
	font-size:17px;
}

.fa-instagram{
	background:#aa0303;
	border-radius:5px;
	padding: 8px 12px;;
	color: #fff;
	font-size:17px;
}

.fa-twitter{
	background:#aa0303;
	border-radius:5px;
	padding: 8px 12px;;
	color: #fff;
	font-size:17px;
}





