* {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: "Ador-Regular";
    src: url("../fonts/Ador_Noirrit_Regular.ttf");
}

@font-face {
    font-family: "Ador-Bold";
    src: url("../fonts/Ador_Noirrit_Bold.ttf");
}

@font-face {
    font-family: "Ador-SemiBold";
    src: url("../fonts/Ador_Noirrit_SemiBold.ttf");
}

.container-95 {
    width: 90%;
}

.attributes .item span {
    min-width: 50px;
    height: 50px;
    border: 1px solid #d4d3d3;
    padding: 5px 10px;
    display: inline-block;
    line-height: 37px;
    border-radius: 3px;
    margin-right: 2px;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
}

:checked + label span {
    border: 2px solid #1a75bc !important;
}

.attr_checkbox {
    display: none;
}

span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
label,
input,
textarea {
    font-family: Ador-Regular, sans-serif;
}

.header-top {
    background-color: #ffffff;
    box-shadow: 0px 2px 3px 0px #00000014;
    padding: 2px 0;
}

.header-left {
    padding: 5px 0;
}

.header-left ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.header-left ul li {
    display: inline-block;
    margin-right: 5px;
}

.header-left ul li a {
    color: black;
    font-family: Ador-Regular;
    font-size: 16px;
    text-decoration: none;
}

.header-left ul li a:hover {
    color: #1a75bc;
}

.header-left ul li a span {
    font-family: Ador-SemiBold;
    color: #1a75bc;
}

.header-right {
    float: right;
    padding: 5px 0;
}

.header-right ul {
    margin-bottom: 0;
}

.header-right ul li {
    list-style: none;
    float: left;
    margin-right: 10px;
}

.header-right ul li:last-child {
    margin-right: 0;
}

.header-right ul li a {
    font-size: 17px;
    color: #000000;
    text-decoration: none;
    font-family: Ador-SemiBold;
}

.header-right ul li a:hover {
    color: #1a75bc;
}

.header-right ul li .fa {
    color: #1a75bc;
}

.header-right ul li .ti {
    color: #1a75bc;
}

.header {
    padding: 15px 0;
}

.sign-in-btn {
    font-size: 17px;
    color: #ffffff !important;
    text-decoration: none;
    font-family: Ador-SemiBold;
    background: #1a75bc;
    padding: 0 10px;
    border-radius: 3px;
}

.sign-up-btn {
    font-size: 17px;
    color: #ffffff !important;
    text-decoration: none;
    font-family: Ador-SemiBold;
    background: #212129;
    padding: 0 10px;
    border-radius: 3px;
}

.logo {
}

.logo img {
    max-width: 250px;
    border-radius: 2px;
    max-height: 60px;
}

.header-bottom {
    background-color: #1a75bc;
    padding: 10px 0;
}

.cart-number {
    color: white;
    font-weight: 600;
}

.cart span {
    position: absolute;
    right: -5px;
    top: -10px;
    font-size: 14px;
    height: 20px;
    width: 20px;
    padding: 3px;
    background: #1a75bc;
}

.cart-icon {
    color: #212129;
}

.cart-icon:hover {
    color: unset;
    text-decoration: none;
}

.cart-icon i {
    font-size: 30px;
}

.cat_menu {
}

.cat_menu ul {
    margin-bottom: 0;
}

.cat_menu ul li {
    list-style: none;
    float: left;
    margin-right: 20px;
}

.cat_menu ul li:last-child {
    margin-right: 0;
}

.cat_menu ul li a {
    color: white;
    font-weight: 600;
}

.cat_menu ul {
    margin-bottom: 0;
}

.cat_menu ul li {
    list-style: none;
    float: left;
    margin-right: 20px;
}

.cat_menu ul li:last-child {
    margin-right: 0;
}

.cat_menu ul li a {
    color: #fff;
    font-weight: 600;
}

.cat_menu_btn_m ul {
    margin-bottom: 0;
}

.cat_menu_btn_m ul li {
    list-style: none;
    display: inline-block;
    margin-right: 10px;
}

.cat_menu_btn_m ul li:last-child {
    margin-right: 0;
}

.cat_menu_btn_m ul li i {
    color: black;
    font-size: 25px;
}

.slider {
    margin: 0 0 15px 0;
}

.product_categories {
    margin-bottom: 20px;
    margin-top: 20px;
}

.horiz_cat {
}

.horiz_cat ul {
    margin-bottom: 0;
}

.horiz_cat ul li {
    list-style: none;
    float: left;
    margin-right: 7px;
    margin-bottom: 8px;
}

.horiz_cat ul li:last-child {
    margin-right: 0;
}

.horiz_cat ul li a {
    background: rgb(255, 239, 207);
    font-size: 13px;
    border: 1px solid #ccc;
    color: #777;
    border-radius: 3px;
    padding: 5px;
    line-height: 1.2;
    transition: 0.3s;
    font-weight: 600;
}

.horiz_cat ul li a:hover {
    background: #08c !important;
    border-color: #08c !important;
    color: #ffffff !important;
    text-decoration: none;
}

.hot-deals-inner-wrapper h4 {
    font-size: 20px;
    font-family: Ador-Bold;
    padding: 10px 15px;
    background: #f2f2f2;
    border: 1px solid #2121291f;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hot-deals-inner-wrapper h4 a {
    color: #f7941d;
    font-family: Ador-Semibold;
    font-size: 20px;
}

.hot-deals-inner-wrapper h4 a:hover {
    color: #212129;
    text-decoration: none;
}

.hot-deals-product {
    /* border: 1px solid #e80a0a; */
}

.main-products-section {
    margin: 20px 0;
}

.cart-section {
    margin: 80px 0;
}

.main-product {
    padding: 10px;
    width: 16.6666% !important;
    max-width: 16.6666% !important;
}

.main-product-inner-wrapper {
    border: 1px solid #1a75bc73;
    padding: 5px;
    box-shadow: 3px 3px 7px 0px #00000029;
}

.main-product-inner-wrapper img {
    width: 100%;
}

.footer {
    background-color: #1a202c;
    padding: 20px 0;
}

.footer-menu {
    text-align: center;
    margin-bottom: 5px;
}

.footer-menu ul {
    margin-bottom: 0;
}

.footer-menu ul li {
    display: inline-block;
    list-style: none;
    margin-right: 15px;
}

.footer-menu ul li a {
    color: white;
    font-size: 14px;
}

.copyright_text {
    text-align: center;
}

.copyright_text p {
    color: white;
    margin-bottom: 0;
}

.copyright_text a {
    color: #f7941d;
    font-weight: bold;
}

.header-right-m {
    display: none;
}

.search-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #ffffff url(../images/down-arrow-b.png) no-repeat 95% center;
    border: medium none;
    float: left;
    height: 40px;
    vertical-align: top;
    width: 40%;
    padding: 5px 20px 8px 10px;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    border-radius: 20px 0 0 20px !important;
}

.search-input {
    border: 1.5px solid #21212950;
    color: #000;
    font-size: 18px;
    height: 50px;
    padding: 0 0 0 15px;
    width: 100% !important;
    font-family: Ador-Regular;
}

.search-input:focus {
    outline: 0;
}

.search-input::placeholder {
    color: #000;
}

.search-btn {
    position: absolute;
    right: 30px;
    top: 12px;
    border: none;
    z-index: 1;
    background: white;
    font-size: 30px;
    color: #1a75bc;
    line-height: 0;
}

.product_categories h5 {
    font-size: 16px;
    font-weight: bold;
}

.all-hot-deals-btn a {
    color: #ef4523;
    font-weight: bold;
}

.main-products-section h4 {
    font-size: 16px;
    font-weight: bold;
}

.cat_menu_m {
    display: none;
}

.search-form-m {
    display: none;
}

.category_breadcrumb {
    background-color: #e9e9e9;
    padding: 7px 0;
}

.category_breadcrumb p {
    margin-bottom: 0;
    color: #212129;
    font-size: 16px;
}

.category_breadcrumb p a {
    color: #212129;
    font-size: 16px;
}

.prod_name {
    font-size: 13px !important;
    height: 38px;
    overflow: hidden;
}

.prod_name a {
    color: #777777;
    text-transform: capitalize;
    font-weight: 600;
}

.discount {
    position: absolute;
    right: 3px;
    top: 3px;
}

.discount-wrapper {
    position: relative;
}

.discount-wrapper img {
    width: 45px !important;
}

.discount-wrapper span {
    position: absolute;
    top: 6px;
    left: 8px;
    color: white;
    font-size: 14px;
    font-weight: bold;
}

.discount-wrapper span:last-child {
    top: 21px;
    left: 10px;
    font-size: 11px;
}

.float_price {
    position: absolute;
    /*width: 80px;*/
    background-color: #0089cf;
    right: 1px;
    bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    color: white;
    font-weight: bold;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.sku_text {
    font-size: 14px;
    line-height: 0;
    background: #41b468;
    color: #fff;
    display: inline-block;
    padding: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #fff;
}

.sku_text span {
    padding-left: 5px;
    padding-right: 20px;
}

.qty_div {
    /*width: 115px;*/
    border: 1px solid black;
    display: flex;
}

.qty_div .fa-plus {
    padding: 8px;
    border-left: 1px solid black;
    cursor: pointer;
}

.qty_div .fa-minus {
    padding: 8px;
    border-right: 1px solid black;
    cursor: pointer;
}

.qty_div #qty {
    width: 45px;
    border: none;
    height: 30px;
    text-align: center;
    font-weight: bold;
    outline: none;
}

.carousel-indicators li {
    width: 15px;
    height: 15px;
    border: 1px solid rgba(0, 0, 0, 0.52);
    border-radius: 50%;
}

.products-details-section {
    margin-top: 20px;
    margin-bottom: 50px;
}

.products-details-section .tab-pane {
    overflow-x: scroll;
}

.delivery_details table tr td {
    padding: 8px;
    font-size: 14px;
}

.features {
    border: 1px solid #ddd;
    border-top: 4px solid #1a75bc;
    padding: 10px 10px 20px 10px;
}

.features .icon {
    width: 35px;
    font-size: 23px;
    height: 45px;
}

.features .text {
    font-size: 15px;
}

.feature-products {
    border: 1px solid #1a75bc;
    margin-top: 30px;
}

.feature-products-wrapper {
    padding: 5px;
}

.feature-products p {
    margin-bottom: 0;
    font-size: 14px;
    background-color: #1a75bc;
    color: white;
    text-align: center;
    padding: 3px 0;
}

.feature-products tr {
    height: 55px;
}

.feature-products .img {
    width: 55px;
}

.feature-products .title {
    font-size: 14px;
}

.nav-tabs-mod .nav-link.active {
    border-top: 3px solid #131522;
    color: #131522;
    font-size: 15px;
}

.tab-content-mod {
    border: 1px solid #dee2e6;
    border-top: none;
    padding: 15px;
}

.related-products h4 {
    font-size: 16px;
    font-weight: bold;
}

.pagination {
    justify-content: center;
}

.order_now_btn {
    color: white;
    /* margin-top: 5px; */
    background-color: #1a75bc;
    border-radius: 3px;
}

.order_now_btn:hover {
    color: white;
    background-color: #075c9f;
}

.add_cart_btn {
    color: white;
    background-color: #f7941d;
    border-radius: 3px;
    /* margin-top: 5px; */
    transition: all 0.3s ease;
}

.add_cart_btn:hover {
    color: white;
    background: #d77a0a;
}

.cart_table th {
    padding: 3px;
}

.cart_table td {
    padding: 5px;
}

.cart_qty .fa-plus {
    cursor: pointer;
}

.cart_qty .fa-minus {
    cursor: pointer;
}

.cart_qty #qty {
    text-align: center;
    width: 35px;
    margin: 0 5px 0 5px;
}

.checkout_form label {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 2px;
}

.checkout_form input::placeholder {
    font-size: 14px;
}

.checkout_form select {
    font-size: 14px;
}

.qty-text-div {
    margin-right: 5px;
    padding: 4px 0;
}

.social_links {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 25px;
}

.social_links ul {
    margin-bottom: 0;
}

.social_links ul li {
    display: inline-block;
    list-style: none;
    margin-right: 5px;
}

.social_links ul li .facebook {
    color: white;
    font-size: 14px;
    display: inline-block;
    height: 30px;
    width: 30px;
    background: #0e8af0;
    padding: 5px;
    border-radius: 50%;
}

.social_links ul li .twitter {
    color: white;
    font-size: 14px;
    display: inline-block;
    height: 30px;
    width: 30px;
    background: #5da9dd;
    padding: 5px;
    border-radius: 50%;
}

.social_links ul li .instagram {
    color: white;
    font-size: 14px;
    display: inline-block;
    height: 30px;
    width: 30px;
    background: #f51f7a;
    padding: 5px;
    border-radius: 50%;
}

.social_links ul li .youtube {
    color: white;
    font-size: 14px;
    display: inline-block;
    height: 30px;
    width: 30px;
    background: #ff0000;
    padding: 5px;
    border-radius: 50%;
}

.category .card {
    border: 1px solid #2121291f;
    box-shadow: 1px 1px 3px 0px #0000000d;
    border-radius: 3px;
    height: 350px;
}

.category .card-header {
    padding: 8px 20px;
    font-family: "Ador-SemiBold";
    font-size: 18px;
    color: #ffffff;
    background: #1a75bc;
    border-bottom: 1px solid #1a75bc42;
}

.category .card-body {
    padding: 0;
}

.category .card-body ul {
    list-style: none;
    padding: 0;
    margin: 0;
    padding: 5px 0;
}

.category .card-body ul li {
    padding: 5px 15px;
    margin-bottom: 0px;
}

.category .card-body ul li a svg {
    color: #f7941d;
}

.category .card-body ul li a {
    color: #212129;
    font-size: 17px;
    font-family: "Ador-SemiBold";
}

.category .card-body ul li a:hover {
    color: #9cca23;
    text-decoration: none;
}

.category .card-body ul li a.show_more {
    color: #1a75bc;
    text-decoration: none;
}

.category .card-body ul li a.show_more:hover {
    font-family: "Ador-SemiBold";
}

#home_slider .carousel-item img {
    height: 350px;
    border-radius: 3px;
    border: 1px solid #21212912;
    object-fit: cover;
}

.product_categories h5 {
    font-size: 16px;
    font-weight: bold;
}

.main-products-section h4 {
    font-size: 20px;
    font-family: Ador-Bold;
    padding: 10px 15px;
    background: #f2f2f2;
    border: 1px solid #2121291f;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-products-section h4 a {
    color: #f7941d;
    font-family: Ador-Semibold;
    font-size: 20px;
}

.main-products-section h4 a:hover {
    color: #212129;
    text-decoration: none;
}

#sing_prod_img_slider img {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 3px;
}

.text-muted-line-through {
    text-decoration: line-through;
    opacity: 0.5;
}

.text-red {
    color: #1a75bc !important;
}

.confirm-order h1 {
    color: green;
    font-family: "Ador-SemiBold";
    font-size: 45px;
}

.confirm-order h1 i {
    font-size: 100px;
    display: inline-block;
    margin-bottom: 25px;
}

.confirm-order p {
    color: #0051ff;
    font-size: 23px;
    margin-bottom: 45px;
}

.confirm-order a {
    height: 50px;
    font-size: 18px;
    line-height: 32px;
    padding: 7px 45px;
}

.ord_no {
    display: inline-block;
    font-size: 35px;
    color: #dc3545;
    margin-bottom: 20px;
}

.order_form {
    display: flex;
    gap: 5px;
}

/* .hot-deals-product form .add_cart_btn{
   background-color: #000;
} */

/*media query start*/

@media (max-width: 575.98px) {
    .confirm-order h1 {
        font-size: 32px;
    }

    .confirm-order h1 i {
    }

    .confirm-order p {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .confirm-order a {
        height: 40px;
        font-size: 15px;
        line-height: 24px;
        padding: 6px 25px;
    }

    .ord_no {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .header-right {
        display: none;
    }

    .header-right-m {
        display: block;
        float: right;
        padding: 6px 0;
    }

    .header-right-m ul {
        margin-bottom: 0;
    }

    .header-right-m ul li {
        list-style: none;
        float: left;
        margin-right: 10px;
    }

    .header-right-m ul li:last-child {
        margin-right: 0;
    }

    .header-right-m ul li i {
        color: black;
        font-size: 17px;
        display: inline-block;
        border: 1px solid black;
        padding: 2px 10px;
        border-radius: 3px;
    }

    .login-float {
        display: none;
        position: absolute;
        right: 0;
        z-index: 99;
        width: 190px;
    }

    .login-float .card-header {
        padding: 5px 10px;
    }

    .login-float .card-body {
        padding: 10px;
    }

    .login-float .card-body p {
        text-align: center;
        margin-bottom: 0;
        color: black;
        font-size: 11px;
    }

    .login-float .card-body p a {
        color: red;
    }

    .login-float .card-header p {
        margin-bottom: 0;
        color: black;
    }

    .header-top-menu-m {
        display: none;
        position: absolute;
        background-color: #232f3e;
        z-index: 99;
        right: 0;
        width: 160px;
        padding: 0 0 5px 7px;
        border-radius: 3px;
    }

    .header-top-menu-m ul {
        margin-bottom: 0;
    }

    .header-top-menu-m ul li {
        list-style: none;
        float: unset;
        margin-right: unset;
        margin-bottom: 2px;
    }

    .header-top-menu-m ul li span {
        font-size: 12px;
    }

    .header-top-menu-m ul li a {
        font-size: 12px;
        color: white;
    }

    .cat_menu_btn_m {
        padding: 0;
        padding-left: 10px;
        width: 25% !important;
        max-width: 25% !important;
        padding-top: 8px;
    }

    .logo {
        padding-top: unset;
    }

    .logo-m {
        width: 60% !important;
        max-width: 60% !important;
        padding: 0;
    }

    .cart-m {
        padding: 0 !important;
        width: 15% !important;
        max-width: 15% !important;
        padding-top: 6px !important;
    }

    .slider {
        margin: 0;
        margin-top: 1px;
        margin-bottom: 15px;
    }

    .slider .container {
        padding: 0;
    }

    .slider .container .row {
        margin: 0;
    }

    .slider .container .col-md-12 {
        padding: 0;
    }

    .hot-deals {
    }

    .main-product {
        width: 50% !important;
        max-width: 50% !important;
        padding: 5px;
    }

    .main-product-inner-wrapper img {
        width: 100%;
    }

    .carousel-indicators {
        margin-bottom: 5px;
    }

    .carousel-indicators li {
        width: 10px;
        height: 10px;
    }

    .cat_menu_m {
        display: none;
        background-color: white;
        position: absolute;
        z-index: 99;
        width: 80%;
        max-height: 300px;
        padding: 5px;
        border: 1px solid #ddd;
        overflow-y: scroll;
    }

    .cat_menu_m ul {
        margin-bottom: 0;
    }

    .cat_menu_m ul li {
        margin-bottom: 5px;
    }

    .cat_menu_m ul a {
        font-size: 14px;
        color: black;
    }

    .search-form-m {
    }

    .search-form-m {
        display: none;
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
        z-index: 9;
        background: #008acf;
        padding: 25px 15px;
        height: 85px;
    }

    .search-form-m button {
        position: absolute;
        right: 50px;
        top: 27px;
        background: transparent;
        border: none;
        color: #008acf;
        font-size: 20px;
    }

    .search-form-m button.search_btnclose {
        right: 20px;
        color: #d00;
    }

    .order_now_btn {
        width: 100%;
    }

    .order_now_btn_m {
        height: 45px;
        padding: 10px 0;
    }

    .add_cart_btn {
        width: 100%;
        margin-top: 15px;
    }

    .category_breadcrumb {
        display: none;
    }

    .products-details-section {
        margin-top: 10px;
    }

    .single_prod_title {
        font-size: 19px;
        font-weight: bold;
        max-height: 50px;
        overflow: hidden;
        padding-top: 4px;
    }

    .single_prod_prices {
        font-size: 19px;
        margin-bottom: 2px;
    }

    .sku_text {
        margin-bottom: 10px;
    }

    .single_prod_in_stock {
        font-size: 15px;
        font-weight: bold;
    }

    .cart-section {
        margin: 15px 0;
    }

    .qty_div #qty {
        width: 30px;
        display: inline;
    }

    .container-95 {
        width: 100%;
    }

    .sign-in-btn-m {
        font-size: 17px;
        color: #ffffff !important;
        text-decoration: none;
        font-family: Ador-SemiBold;
        background: #1a75bc;
        padding: 0 10px;
        border-radius: 3px;
    }

    .category {
        display: none;
    }

    #home_slider .carousel-item img {
        height: 135px;
    }

    .logo img {
        width: 100%;
    }

    .copyright_text p {
        font-size: 12px;
    }

    .order_form {
        flex-direction: column;
        gap: 0;
    }

    .add_cart_btn {
        width: 100%;
        margin-bottom: 0px !important;
    }
}
