@media (max-width: 768px) {
    ul.main-menu {
        display: -webkit-inline-box;
    }
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid white;
}
.icon-header-noti::after {
    content: attr(data-notify);
    font-family: Poppins-Regular;
    font-size: 12px;
    color: #fff;
    line-height: 15px;
    text-align: center;
    display: block;
    position: absolute;
    top: -7px;
    right: 0;
    min-width: 15px;
    height: 15px;
    border-radius: 2px;
    padding: 0 3px;
    background-color: #555;
}

span.px-2 {
    font-family: sans-serif;
    font-size: 14px;
    font-weight: light;
}

.border-rad {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    color: #fff;
    border: 1px solid var(--primary);
}

button#button-addon2 {
    text-align: center;
    letter-spacing: 1px;
    font-size: 14px;
}

button#button-addon2-unscribe {
    z-index: 0;
    font-size: 16px;
    border-radius: 0px !important;
    padding: 10px 40px;
    border: 1px solid white;
}
.form-control {
    position: relative;
    /* border: 1px solid white; */
    background-color: transparent;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-size: 13px;
}

.pageTitleBg {
    background-image: linear-gradient(
            var(--primary),
            var(--gradientOverlay) 150%
        ),
        url("../images/whyus.png");

    background-size: cover;
    background-position: top;
    position: relative;
}

.chooseUsPageHeader {
    display: flex;
    flex-wrap: wrap;
    padding-top: 80px;
    padding-left: 10%;
    padding-right: 10%;
}

.chooseUsPageBox1 {
    width: 20%;
    min-width: 270px;
    max-width: 270px;
    flex: 1;
}

.chooseUsPageBox2 {
    width: 80%;
    flex: 2;
}

.chooseUsPageBox2 .innerDiv {
    display: flex;
}

.chooseUsEmpty {
    width: 50%;
    flex: 1;
}

.chooseUsBoxContent {
    flex: 1;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    color: white;
}

.pageTitle {
    font-size: 40px;
    color: white;
    line-height: 58px;
    font-weight: 300;
    text-transform: uppercase;
}
.pageTitle span {
    font-weight: bold;
}

/* .click .sections .pageTitle {
    position: absolute;
} */

.choose {
    background-color: white;
    padding: 15px;
    width: 46px;
    height: 46px;
    /* font-size: large;
    text-align: center; */
    /* height: 4px; */
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

button.btn.btn-outline-dark.p-r-35.p-l-35.m-b-30 {
    color: #a0191e;
    background-color: white;
    border: 1px solid white;
    border-radius: 5px;
    font-weight: 700;
    font-size: 14px;
    padding: 15px 50px 15px 50px;
}
button.btn.btn-outline-dark.p-r-35.p-l-35.m-b-30:hover {
    background-color: #494a4e;
    color: #fff;
}
.btn.btn-danger.pointer-hover {
    background-color: #a0191e;
    border-color: #a0191e;
    border-radius: 10px;
    padding-right: 20px;
    padding-left: 20px;
}

button.btn.btn-primary {
    background-color: #a0191e;
    border-color: #a0191e;
}

.arrow-slick2 i.fa.fa-angle-left::before,
.arrow-slick2 i.fa.fa-angle-right::before {
    color: var(--primary);
}

i.fa.fa-angle-left::before {
    font-size: 60px !important;
    color: white;
}

i.fa.fa-angle-right::before {
    font-size: 60px !important;
    color: white;
}

.fa-trash.text-danger:before {
    color: #a0191e;
}
.zmdi-close:before {
    content: "\f136";
    font-size: x-large;
    color: #a0191e;
}

i.fa.fa-phone.text-white::before {
    color: white;
}
i.fa.fa-envelope.text-white::before {
    color: white;
}
.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: var(--primary);
}
/* button.block2-cart-btn:hover {
    background-color: white;
    border: 1px solid #a0191e;
    color: #a0191e;
} */
button.block2-cart-btn:hover {
    background: var(--primary);
    border: 1px solid var(--primary);
    color: white;
    transition: 0.4s;
}

.block2-cart-btn.m-l-4:hover {
    background-color: var(--primary);
    border: 1px solid var(--primary);
    transition: 0.4s;
}

.block2-cart-btn.m-l-4:hover > a > .fa::before {
    color: white;
}
.badge-success {
    color: #fff;
    background-color: var(--primary) !important;
}
.badge-info {
    color: #fff;
    background-color: var(--primary) !important;
    padding: 12px;
    border-radius: 5px;
}
.btn-success:active,
.show > .btn-success.dropdown-toggle {
    background-color: #494a4e;
    background-image: none;
    border-color: #494a4e;
}
.btn-success:hover,
.show > .btn-success.dropdown-toggle {
    background-color: #494a4e;
    background-image: none;
    border-color: #494a4e;
}
.btn-secondary {
    color: #fff;
    background-color: #a0191e;
    border-color: #a0191e;
    border-radius: 10px;
}
.btn-primary {
    color: #fff;
    background-color: #a0191e;
    border-color: #a0191e;
    border-radius: 10px;
}
.bg-primary {
    background-color: #a0191e !important;
}

.btn-primary:hover {
    color: #fff;
    background-color: #494a4e;
    border-color: #494a4e;
}
.btn-success {
    color: #fff;
    background-color: #a0191e;
    border-color: #a0191e;
    border-radius: 10px;
    padding-right: 20px;
    padding-left: 20px;
}
.zmdi-shopping-cart:before {
    content: "\f1cb";
    color: #a0191e;
}

.zmdi:hover {
    color: grey;
}
.lnr-map-marker:before {
    content: "\e833";
    /* color: #a0191e; */
    color: white;
}
.lnr-phone-handset:before {
    content: "\e830";
    /* color: #a0191e; */
    color: white;
}
.lnr-envelope:before {
    content: "\e818";
    /* color: #a0191e; */
    color: white;
}

th {
    text-align: center;
}
tr.table_row {
    text-align: center;
}
.dropdown-item {
    font-size: 14px;
    padding: 10px;
}
.dropdown.icon-header-item.hov-cl1.trans-04.p-lr-11 {
    color: white;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #a0191e;
    text-decoration: none;
    background-color: transparent;
}
div#products_data:hover {
    background-color: rgba(248, 246, 246, 0.76);
    margin: 0px;
    /* padding: 10px; */
}

div#categories_data:hover {
    background-color: rgba(248, 246, 246, 0.76);
    margin: 0px;
    /* padding: 10px; */
}

div#brands_data:hover {
    background-color: rgba(248, 246, 246, 0.76);
    margin: 0px;
    /* padding: 10px; */
}
#search_field_desktop::placeholder {
    font-size: 18px;
    text-align: center;
    font-weight: lighter;
}
div#social-links {
    /* margin-left: 0px; */
    margin-left: -31px;
    /* color: grey; */

    /* border:1px solid grey; */
}

li {
    list-style: none;
    display: block;
    margin-right: 34px;
    margin-top: 8px;
    font-size: larger;
}

.fa-whatsapp:before {
    content: "\f232";
    color: green;
}

.bg-body {
    height: 100% !important;
}
.fa-telegram-plane:before,
.fa-telegram:before {
    content: "\f2c6";
    color: #25a4e2;
}
.fa-reddit:before {
    content: "\f1a1";
    color: #ff4500;
}

.fa-twitter:before {
    content: "\f099";
    color: #44b4d8;
}
@media only screen and (min-width: 768px) {
    .header-left .search_bar .dropdown-menu,
    .header-left .search_bar .dropdown-menu.show {
        left: 14px !important;
        top: -5px !important;
        transform: translateY(50%);
        display: block;
    }
}

@media only screen and (max-width: 768px) {
    .fa-user::before {
        color: black !important;
        font-size: 15px !important;
    }
    .fa-regular,
    .fa-shopping-cart {
        font-size: 15px !important;
    }
}
[type="radio"]:checked + img {
    outline: 0.25px solid rgba(248, 246, 246, 0.76);
}

.banner-ad-title {
    text-align: center;
    font-size: 36px;
    background-color: white;
    padding: 40px;
    text-transform: uppercase;
    font-weight: 900;
    color: #a0191e;
}

.dropdown-toggle::after {
    color: black !important;
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
    width: 30px;
    height: 3px;
}
