﻿@font-face{
    font-family:Poppins-Regular;
    src:url(../Fonts/Poppins-Medium.ttf);
}
@font-face {
    font-family: Poppins-Medium;
    src: url(../Fonts/Poppins-Medium.ttf);
}
@font-face {
    font-family: Poppins-Bold;
    src: url(../Fonts/Poppins-Bold.ttf);
}
@font-face {
    font-family: Poppins-SemiBold;
    src: url(../Fonts/Poppins-SemiBold.ttf);
}

body {
    padding: 0;
    margin: 0;
    font-family: Poppins-Regular;
}
.BgHeader {
  background:url("../Images/HeaderBG.jpg")  no-repeat center center;
  background-size: contain;
}
.phone-text a {
    color:#808080;
    font-size: clamp(22px, 2.5vw, 30px);
}
.nav-border {
    border-bottom:1px solid #000;
}

.mobile-btn {
    top:88px;
    left:22px;
}
@media (max-width:425px) {
    .logo img {
        width:50%;
    }
    .mobile-btn {
    top: 112px;
    left: 7px;
}
}
.nav-link {
    color:#000;
    font-size:20px;
    gap:10px;
    text-align:center;
    text-transform:uppercase;
    font-family:Poppins-Bold;
}
.nav-link:hover, .nav-link:focus, .nav-link:active {
    color:#f00;
}

@media (max-width:992px) {
    .nav-link {
        color: #000;
        font-size: 20px;
        gap: 10px;
        text-align: center;
        text-transform: uppercase;
        font-family: Poppins-Bold;
    }

        .nav-link:hover {
            color: #f00;
        }
}
.HeaderContactSocial {
    font-size:20px;
    align-content:center;
}

.offcanvas-header .btn-close {
    filter: invert(1) brightness(0);
}
.floatingcart {
    position: fixed;
    Right: 8px;
    top: 300px;
    z-index: 1021;
    border-radius: 50%;
    background: #d62302;
    padding: 20px;
    border: 2px solid #fad65c;
    scale: 0.9;
}

.cart-item-number {
    background: #fff;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    color: #000;
    display: block;
    position: absolute;
    top: 11px !important;
    right: 11px !important;
    font-weight: bold;
    font-size: 14px;
}

.bottomCart {
    color: #fff;
    position: fixed;
    bottom: 5px;
    background-color: #000;
    border: 2px solid #fad65c;
    height: 47px;
    width: 100%;
    border-radius: 0px;
    z-index: 2;
    display: none;
    justify-content: center;
    padding: 2px;
    left: 0;
}

.navbar-dark .navbar-toggler-icon {
    filter: brightness(1) invert(0);
}

@media (max-width: 991.98px) {
    .bottomCart {
        display: block;
    }

    #floatingCart {
        display: none !important;
    }

    .Carttext {
        font-size: 18px;
        color: white;
        text-decoration: none !important;
    }

    .cart-item-number {
        background: none;
        height: auto;
        width: auto;
        top: 0px !important;
        color: #fff;
        left: 3px !important;
        display: inline-block;
        position: relative;
        font-weight: bold;
        font-size: 24px;
    }

    .HeaderRight, .HeaderLeft {
        display: none !important;
    }
}
input[type=radio]:checked {
    background-color: #000 !important;
    border: 2px solid #000 !important;
}
button.back-to-top {
    margin: 0 !important;
    padding: 0 !important;
    background: #fff;
    height: 0px;
    width: 0px;
    overflow: hidden;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    color: transparent;
    clear: both;
    visibility: hidden;
    position: fixed;
    cursor: pointer;
    display: block;
    border: none;
    right: 50px;
    bottom: 150px;
    font-size: 0px;
    outline: 0 !important;
    z-index: 2;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

    button.back-to-top:hover,
    button.back-to-top:active,
    button.back-to-top:focus {
        outline: 0 !important;
    }

    button.back-to-top::before,
    button.back-to-top::after {
        content: "";
        display: block;
        vertical-align: middle;
        border-bottom: solid 10px #092441;
        border-left: solid 10px transparent;
        line-height: 0;
        border-right: solid 10px transparent;
        height: 0;
        margin: 19px auto 0;
        width: 0;
        border-radius: 20px;
        visibility: hidden;
    }

    button.back-to-top.show::after,
    button.back-to-top.show::before {
        visibility: visible;
    }

    button.back-to-top::after {
        border-bottom-color: cornflowerblue;
        position: relative;
        top: -24px;
    }

    button.back-to-top.show {
        display: block;
        background: #fff;
        color: #00ab6c;
        font-size: 25px;
        right: 25px;
        bottom: 50px;
        height: 50px;
        width: 50px;
        visibility: visible;
        box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
        -webkit-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
    }

        button.back-to-top.show:active {
            box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
            -webkit-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
            -moz-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
        }
#content-footer-bottom-pp{
    border-top:1px solid #000;
}
@media (min-width: 992px) {
    .navbar-nav .nav-item {
        position: relative;
    }

    .navbar-nav .nav-item:not(:last-child)::after {
        content: "";
        position: absolute;
        top: 50%;
        right: -3px;
        transform: translateY(-50%);

        width: 0;
        height: 0;

        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        border-left: 7px solid #e31b12;
    }
}
.form-check-input:checked[type=radio] {
    background-image:none !important;
}