* {
    margin: 0;
    padding: 0;
}

span, h1, h2, h3, h4, h5, h6, p, a {
    font-family: sans-serif;
}

.header-top {
    background-color: #000000;
    color: #fff;
    border-bottom: 1px solid #ffffff3d;
}
.custom-modal-title {
    line-height: 36px !important;
    color: rgb(0, 0, 0) !important;
    font-size: 24px !important;
    font-weight: 700;
}
.custom-modal-subtitle{
    line-height: 26px !important;
    color: rgb(0, 0, 0) !important;
    font-size: 16px !important;
    font-weight: 400;
}
.custom-modal-subtitle span{
    color: rgb(0, 0, 0) !important;
    font-size: 20px !important;
    font-weight: bold;
}

.custom-body{
    background: linear-gradient(135deg, rgb(255, 156, 0) 0%, rgb(255, 20, 77) 72%) !important;
    width: 136px !important;
    height: 136px !important;
    clip-path: polygon(100% 50%, 88.64% 60.35%, 93.3% 75%, 78.28% 78.28%, 75% 93.3%, 60.35% 88.64%, 50% 100%, 39.65% 88.64%, 25% 93.3%, 21.72% 78.28%, 6.7% 75%, 11.36% 60.35%, 0% 50%, 11.36% 39.65%, 6.7% 25%, 21.72% 21.72%, 25% 6.7%, 39.65% 11.36%, 50% 0%, 60.35% 11.36%, 75% 6.7%, 78.28% 21.72%, 93.3% 25%, 88.64% 39.65%) !important;
    position: relative;
    text-align: center;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 25px;
    display: block;

}
.custom-body span {
    color: rgb(255, 255, 255) !important;
    font-size: 25px !important;
    font-weight: 700 !important;
    position: absolute;
    top: 0;
    left: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-align: center;
    width: 90%;
}

.submit_button{
    border: none;
    width: 100%;
    display: block;
    background-color: var(--primary-color);
    color: #ffffff;
    font-size: 17px;
    padding: 15px 2px;
    font-weight: 600;
    border-radius: 3px;
    margin-bottom: 10px;
    color: rgb(255, 255, 255) !important;
    background: linear-gradient(315deg, rgb(255, 156, 0) 0%, rgb(255, 20, 77) 72%) !important;
    font-weight: 600 !important;
    border-color: rgb(0, 0, 0) !important;
    border-style: solid !important;
    border-width: 0px !important;
    border-radius: 6px !important;
    box-shadow: rgba(0, 0, 0, 0) 0px 2px 7px 0px !important;
}
.close_button{
    border: 1px solid #000000;
    display: block;
    width: 100%;
    background: none;
    padding: 14px 2px;
    border-radius: 3px;
    font-weight: 600;
    font-size: 16px;
}
.custom-modal{
    max-width: 350px !important;
}

.header-left {
    padding: 5px 0;
}

.header-left p {
    margin-bottom: 0;
    font-size: 14px;
}

.header-right {
    float: right;
    padding: 3px 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 {
    color: white;
    font-size: 13px;
}

.header {
    background-color: #000000;
    padding: 5px 0;
}

.logo {
    padding-top: 6px;
}

.logo img {
    width: 100%;
    border-radius: 2px;
}

.header-bottom {
    background-color: #fe0033;
    padding: 10px 0;
}

.cart-number {
    color: white;
    font-weight: 600;
}

.cart span {
    position: absolute;
    right: -5px;
    top: -5px;
}

.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: white;
    font-size: 25px;
}

.slider {
    margin: 10px 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 {

}

.hot-deals-inner-wrapper {
    background-color: #FFEFCF;
    padding: 5px 5px 20px 5px;
}

.hot-deals-gif img {
    width: 100px;
}

.hot-deals-product {
    border: 1px solid #e80a0a;
}

.main-products-section {
    margin: 20px 0;
}

.cart-section {
    margin: 80px 0;
}

.main-product {
    padding: 0;
    width: 14.2777% !important;
    max-width: 14.2777% !important;
}

.main-product-inner-wrapper {
    border: 1px solid #ddd;
    padding: 5px;
}

.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: #9BD94A;
    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 {
    background: #fff;
    border: 0;
    border-left: 1px solid #000;
    color: #000;
    font-size: 14px;
    height: 40px;
    line-height: 20px;
    line-height: 20px;
    padding: 0 0 0 10px;
    width: 60% !important;
    margin-left: -1px;
    border-radius: 0 20px 20px 0 !important;
}

.search-input::placeholder {
    color: #000;
}

.search-btn {
    position: absolute;
    right: 30px;
    top: 25px;
    background: url(../images/search-icon.png) no-repeat;
    width: 20px;
    height: 20px;
    background-size: 20px;
    border: none;
    z-index: 1;
}

.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: black;
    padding: 7px 0;
}

.category_breadcrumb p {
    margin-bottom: 0;
    color: white;
}

.category_breadcrumb p a {
    color: white;
    font-size: 14px;
}

.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 #131522;
    padding: 10px 10px 20px 10px;
}

.features .icon {
    width: 35px;
    font-size: 23px;
    height: 45px;
}

.features .text {
    font-size: 15px;
}

.feature-products {
    border: 1px solid #131522;
    margin-top: 30px;
}

.feature-products-wrapper {
    padding: 5px;
}

.feature-products p {
    margin-bottom: 0;
    font-size: 14px;
    background-color: #131522;
    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: #fe0033;
    border: 1px solid #fe0033;
    border-radius: 3px;
}

.order_now_btn:hover {
    color: white;
    background-color: #c40027;
    border-color: #c40027;
}

.add_cart_btn {
    color: white;
    background-color: #37A1D1;
    border: 1px solid #37A1D1;
    border-radius: 3px;
}

.add_cart_btn:hover {
    color: white;
    background-color: #108bc3;
    border-color: #108bc3;
}

.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%;
}

/*media query start*/

@media (max-width: 575.98px) {
    .header-right {
        display: none;
    }

    .header-right-m {
        display: block;
        float: right;
        padding: 3px 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: white;
        font-size: 17px;
        display: inline-block;
        border: 1px solid white;
        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 {
        background-color: #FFEFCF;
    }

    .main-product {
        width: 50% !important;
        max-width: 50% !important;
    }

    .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%;
    }

    .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;
    }
}
