* {
    margin: 0;
    padding: 0;
}

.bs-canvas-overlay {
    opacity: 0.85;
    z-index: 1100;
}

.bs-canvas {
    top: 0;
    z-index: 1110;
    overflow-x: hidden;
    overflow-y: auto;
    width: 280px;
    transition: margin .3s ease-out;
    -webkit-transition: margin .3s ease-out;
    -moz-transition: margin .3s ease-out;
    -ms-transition: margin .3s ease-out;
}

.bs-canvas-left {
    left: 0;
    margin-left: -280px;
    background: #fff !important;
}

.bs-canvas-right {
    right: 0;
    margin-right: -330px;
}

.bs-canvas-header {
    padding: 12.9px;
    background: #131522;
}

span, h1, h2, h3, h4, h5, h6, p, a {
    font-family: sans-serif;
}

.header-top {
    background-color: #131522;
    color: #fff;
    border-bottom: 1px solid #ffffff3d;
}

.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: #131522;
    padding: 5px 0;
}

.logo {
    padding-top: 6px;
}

.logo img {
    width: 100%;
    border-radius: 2px;
}

.header-bottom {
    background-color: #39b54a;
    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_item {
    border: 1px solid #ddd;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
}

.horiz_cat_item img {
    width: 60% !important;
    margin-top: 15px;
    margin-bottom: 5px;
}

.horiz_cat_item p {
    margin-bottom: 5px;
    font-size: 13px;
    color: #000;
    text-align: center;
    width: calc(100% - 15px);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.horiz_cat a {
    text-decoration: none;
}

.horiz_cat a:hover .horiz_cat_item {
    border-bottom: 1px solid #f5202d;
    box-shadow: 0 2px 6px rgb(0 0 0 / 20%);
}

.horiz_cat a:hover .horiz_cat_item p {
    color: red;
}

.hot-deals {

}

.hot-deals-inner-wrapper {
    background-color: #d2f4d7;
    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: 15px;
    width: 25% !important;
    max-width: 25% !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;
}

.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: 50px;
    overflow: hidden;
}

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

.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: #3f3f3f;
    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: 5px;
}

.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;
    background-color: #39b54a;
    border-radius: 3px;
    width: 50%;
    margin-right: 10px;
    font-size: 18px;
    font-weight: bold;
    padding: 5px;
}

.order_now_btn:hover {
    color: white;
    background-color: #1cb131;
}

.add_cart_btn {
    color: white;
    background-color: #37A1D1;
    border: 1px solid #37A1D1;
    border-radius: 3px;
    width: 50%;
}

.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%;
}

.review_section {
    padding: 10px 25px 10px 25px;
    margin-bottom: 10px;
    background: #f7f7f7;
    border-radius: 5px;
}

.review_title {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0;
}

.review_date {
    margin-bottom: 0;
    font-size: 12px;
}

.review_description {
    font-size: 14px;
    font-style: italic;
}

.review .tab-pane {
    overflow: unset;
    margin-bottom: 25px;
}

.review_img img {
    margin-right: 5px;
    width: 150px;
    vertical-align: top;
}

.fill {
    color: #efb405 !important;
}

.infill {
    color: #7c7459 !important;
}
.attr_checkbox {
    display: none;
}

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

.attributes .item img {
    min-width: 45px;
    height: 45px;
    border: 1px solid #d4d3d3;
    display: inline-block;
    border-radius: 3px;
    margin-right: 5px;
    cursor: pointer;
}

:checked + label span {
    border: 2px solid #39b54a !important;
    padding: 5px !important;
}
:checked + label img {
    border: 2px solid #39b54a !important;
}

/*media query start*/

@media (max-width: 575.98px) {
    .prod_name {
        height: 40px;
    }

    .prod_name a {
        font-size: 13px;
    }

    .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: #d2f4d7;
    }

    .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 {
        background-color: white;
        padding: 10px 20px;
    }

    .cat_menu_m ul {
        margin-bottom: 0;
        list-style: none;
    }

    .cat_menu_m ul li {
        padding: 8px 0;
        border-bottom: 1px solid #ddd;
    }

    .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%;
        font-size: 14px;
    }

    .order_now_btn_m {
        height: 45px;
        padding: 10px 0;
        margin-bottom: 8px;
    }

    .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;
    }
}
