@font-face {
  font-family: 'Inter';
  src: url('../../../fonts/Inter.ttf');
}
@font-face {
    font-family: "Nunito";
    src: url("../../../fonts/Nunito-Regular.ttf");
}
body {
	font-family: 'Nunito';
}
.h-18px {
	height: 18px;
}
.footer {
    border-top: 1px solid #e1e1e1;
	margin-top: 50px;
    padding: 40px 30px 0px 40px;
}

.footer__about {
    margin-right: 80px;
}
.footer__about p {
    margin-bottom: 0;
    font-size: 15px;
}

.footer__logo {
    margin-bottom: 20px;
}

.footer__logo img{
  	max-width: 250px;
}

.footer__widget h6 {
    color: #111111;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 12px;
    font-size: 16px;
}

.footer__widget ul {
    padding-left: 0;
}

.footer__widget ul li {
    list-style: none;
}

.footer__widget ul li p {
    font-size: 14px;
    line-height: 35px;
    margin-bottom: 0;
}

.footer__widget ul li i{
    font-size: 16px;
    width: 18px;
    text-align: center;
    color: #ca1515;
    margin-right: 8px;
}

.footer__copyright__text {
    border-top: 1px solid #e1e1e1;
    padding: 18px 0 25px;
    text-align: center;
    margin-top: 5px;
}

.footer__copyright__text p {
    margin-bottom: 0;
}

.footer__copyright__text a {
    color: #5C5C5C;
}

.footer__copyright__text i {
    color: #ca1515;
}

.footer__copyright__text a:hover {
    color: #ca1515;
}

.app-navbar-item .tip {
    position: absolute;
    right: -12px;
    top: -5px;
    height: 18px;
    width: 18px;
    background: #111111;
    font-size: 10px;
    font-weight: 500;
    color: #ffffff;
    line-height: 18px;
    text-align: center;
    border-radius: 50%;
}

.cart_empty{
    display: none;
}

.pro-qty {
    height: 50px;
    border-radius: 50px;
    overflow: hidden;
    display: inline-block;
    border: none;
    padding: 0;
    /*width: 110px;*/
    border-radius: 0;
}

.pro-qty .qtybtn {
    font-size: 16px;
    color: var(--bs-text-gray-600)!important;
    cursor: pointer;
    float: left;
    width: 12px;
    line-height: 46px;
}

.pro-qty input {
    font-size: 14px;
    color: var(--bs-text-gray-600)!important;
    font-weight: 500;
    border: none;
    outline: none;
    float: left;
    width: 58px;
    text-align: center;
    height: 48px;
}