@font-face {
    font-family: Diavlo_MEDIUM;
    src: url('../../frontEnd/fonts/Diavlo_MEDIUM_II_37.otf');
}

* {
    margin: 0;
    padding: 0;
    font-family: Diavlo_MEDIUM, sans-serif;
}

span, h1, h2, h3, h4, h5, h6, p, a {
    font-family: Diavlo_MEDIUM, sans-serif;
}

.header-top {
    background-color: #1eab0d;
    color: white;
}

.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: #fdbb03;
    padding: 10px 0;
}

.cart-number {
    color: #fdbb03;
    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: black;
    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: #c7eac2;
    font-size: 13px;
    border: 1px solid #c7eac2;
    color: #000000;
    border-radius: 3px;
    padding: 5px;
    line-height: 1.2;
    transition: 0.3s;
}

.horiz_cat ul li a:hover {
    background: #5b037d !important;
    border-color: #5b037d !important;
    color: #ffffff !important;
    text-decoration: none;
}

.hot-deals {

}

.hot-deals-inner-wrapper {
    padding: 5px 5px 20px 5px;
    background-color: #1eab0d40;
}

.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:hover {
    border: 2px solid #a616b6;
}

.main-product-inner-wrapper img {
    width: 100%;
}

.footer {
    background-color: #ddd;
    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;
}

.footer-bottom {
    padding: 5px 0;
    background-color: black;
}

.copyright_text {
    text-align: center;
}

.copyright_text p {
    color: white;
    margin-bottom: 0;
}

.copyright_text a {
    color: #fdbb03;
    font-weight: bold;
}

.header-right-m {
    display: none;
}

.search-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #006395 url(../images/down-arrow.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: #ffffff;
    border-radius: 20px 0 0 20px !important;
}

.search-input {
    background: #ffffff;
    border: 0;
    border-left: 1px solid #000000;
    color: #000000;
    font-size: 14px;
    height: 40px;
    line-height: 20px;
    line-height: 20px;
    padding: 0 0 0 15px;
    width: 100% !important;
    margin-left: -1px;
    border-radius: 20px 20px !important;
}

.search-input::placeholder {
    color: black;
}

.search-btn {
    position: absolute;
    right: 30px;
    top: 25px;
    background: url(../images/search-icon_y.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: 12px;
}

.features {
    border: 1px solid #ddd;
    border-top: 4px solid #0083c4;
    padding: 10px 10px 20px 10px;
}

.features .icon {
    width: 35px;
    font-size: 23px;
    height: 45px;
}

.features .text {
    font-size: 15px;
}

.feature-products {
    border: 1px solid #0089D1;
    /*margin-top: 30px;*/
}

.feature-products-wrapper {
    padding: 5px;
}

.feature-products p {
    margin-bottom: 0;
    font-size: 14px;
    background-color: #0089D1;
    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 #0089d1;
    color: #0089d1;
    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: #a616b6;
    border: 1px solid #a616b6;
    border-radius: 3px;
    font-weight: 600;
}

.order_now_btn:hover {
    color: white;
    background-color: #880997;
    border-color: #880997;
}

.add_cart_btn {
    color: white;
    background-color: #04affd;
    border: 1px solid #04affd;
    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 {
    margin-top: 10px;
    margin-bottom: 25px;
}

.social_links ul {
    margin-bottom: 0;
}

.social_links ul li {
    text-align: center;
    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%;
}

.ctc1 {
    background-color: #1eab0d;
    font-size: 13px;
    margin-bottom: 5px;
    padding: 3px 0;
}

.ctc1:hover {
    background-color: #449d44;
}

.ctc1 span {
    font-size: 16px;
}

.ctc2 {
    background-color: #6c0793;
    font-size: 13px;
    padding: 3px 0;
    border-color: #6c0793;
    margin-bottom: 5px;
}

.ctc2:hover {
    background-color: #4e016b;
}

.ctc2 span {
    font-size: 16px;
}

.ctc3 {
    background-color: #fdbb03;
    font-size: 13px;
    padding: 3px 0;
    border-color: #fdbb03;
}

.ctc3:hover {
    background-color: #dea402;
    border-color: #dea402;
}

.ctc3 span {
    font-size: 16px;
}

.login-div {
    padding: 80px 0;
}

.login-div .card-header {
    background-color: #000000;
    color: white;
}

.sign-in-btn {
    background-color: #000000;
    border: unset;
    height: 50px;
    font-size: 20px;
    color: white;
}

.sign-in-btn:hover {
    background-color: #464646;
    color: white;
}

.sign-in-btn:active {
    background-color: #0071a9 !important;
    box-shadow: none !important;
    color: white;
}

.login-btn {
    background-color: #000000;
    color: white;
    font-weight: bold;
}

.login-btn:hover {
    background-color: #363636;
    color: white;
}

.login-btn:active {
    background-color: #0071a9 !important;
    box-shadow: none !important;
    color: white;
}

.dashboard {
    padding: 30px 0;
}

.dashboard-sidebar ul {
    list-style: none;
    margin-top: 20px;
}

.dashboard-sidebar ul li {
}

.dashboard-sidebar ul li a {
    border-radius: 5px;
    display: block;
    color: black;
    background: #ddd;
    padding: 5px 10px;
    margin-bottom: 5px;
    text-decoration: none;
}

.logout-btn {
    color: white !important;
    background: #ed0404 !important;
    text-align: center;
    font-weight: bold;
}

.logout-btn:hover {
    background: #c70404 !important;
}

.dashboard-sidebar ul li a:hover {
    background: #a7a7a7;
}

.dashboard-sidebar ul li a.active {
    background: #a7a7a7 !important;
    font-weight: bold;
}

.payment-icons img {
    width: 100%;
}

.important-links ul {
    list-style: none;
}

.important-links ul li a {
    font-size: 13px;
    color: black;
    font-weight: bold;
}

.top-categories ul {
    list-style: none;
}

.top-categories ul li a {
    font-size: 13px;
    color: black;
    font-weight: bold;
}

.subscribe {
    margin-top: 15px;
}

.subscribe p {
    font-size: 15px;
}

.subscribe input {
    width: 70%;
    float: left;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    height: 40px;
    border: 1px solid #f57224;
}

.subscribe_btn {
    background-color: #f57224;
    color: white;
    width: 30%;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: 40px;
}

.align-justify {
    display: inline-block;
    width: 200px;
}

.addToCartIcon {
    position: absolute;
    left: 10px;
    top: 4px;
    width: 30px;
}

.attr_checkbox {
    display: none;
}

.attributes .item span {
    min-width: 35px;
    height: 35px;
    border: 1px solid #d4d3d3;
    padding: 5px;
    display: inline-block;
    line-height: 20px;
    border-radius: 2px;
    margin-right: 5px;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
}

:checked + label span {
    border: 2px solid #c62026 !important;
    padding: 5px !important;
}
.delivery_text {
    margin-top: 10px;
    font-weight: 600;
    color: #d62828;
    padding: 2px 10px;
    border-radius: 5px;
    transition: 0.3s;
    display: inline-block;
    border: 2px solid black;
    resize: both;
    border-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='100' height='100' viewBox='0 0 100 100' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cstyle%3Epath%7Banimation:stroke 5s infinite linear%3B%7D%40keyframes stroke%7Bto%7Bstroke-dashoffset:776%3B%7D%7D%3C/style%3E%3ClinearGradient id='g' x1='0%25' y1='0%25' x2='0%25' y2='100%25'%3E%3Cstop offset='0%25' stop-color='%230037ff' /%3E%3Cstop offset='25%25' stop-color='%230037ff' /%3E%3Cstop offset='50%25' stop-color='%230037ff' /%3E%3Cstop offset='100%25' stop-color='%230037ff' /%3E%3C/linearGradient%3E %3Cpath d='M1.5 1.5 l97 0l0 97l-97 0 l0 -97' stroke-linecap='square' stroke='url(%23g)' stroke-width='3' stroke-dasharray='388'/%3E %3C/svg%3E") 1;
}
/*media query start*/

@media (max-width: 575.98px) {
    .header {
        padding: 10px 0;
    }

    .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: 2px !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: #1eab0d40; */
    }

    .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%;
        height: 45px;
        padding: 10px 0;
    }

    .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;
    }

    .ctc1 {
        font-size: 12px;
    }

    .ctc1 span {
        font-size: 15px;
    }

    .ctc2 {
        font-size: 12px;
    }

    .ctc2 span {
        font-size: 15px;
    }

    .payment-icons img {
        width: 100%;
    }

    .copyright_text p {
        font-size: 12px;
    }

    .addToCartIcon {
        left: 50px;
        top: 6px;
    }
}
