<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    background-color: #F5F5F5;
    font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}


a:link {
    text-decoration: none;
    color: #fff;
}

a:visited {
    text-decoration: none;
    color: #28b5f1;
}

#mobile_search_form_top {
    position: absolute;
    top: 50px;
    bottom: 0;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    display: none;
}

/* nav{
    margin-bottom: 10px;
} */
.nav-bar {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 20%;
    bottom: 20%;
}

#mobile_search_form_top form {
    width: 100%;
}

#mobile_search_form_top .form-control {
    border-radius: 20px;
}

a:hover {
    text-decoration: none;
    color: #ff9c02;
}

a:active {
    text-decoration: none;
    color: #fff;
}

li#home {
    display: none;
}

#half-prices {
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
}

.nav_bar_new {
    padding: 0;
    margin-top: -10px;
}

.nav_bar_new .main_nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: auto;
}

.main_nav .logo_sections {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 20px;
    width: 10%;
    padding-left: 20px;
}

#search_form_top {
    width: 50%;
}

.manu_items ul li {
    list-style: none;
    display: inline;
    padding-right: 20px;
}

.manu_items ul li a {
    text-decoration: none;
    color: #181819;
}

.top_nav_section {
    box-shadow: 1px 1px 2px rgba(31, 31, 31, .2);
    position: sticky;
    top: 0;
    /* background-color: #000; */
    background-color: #FFFFFF;
    height: 80px;
    z-index: 5;
    justify-items: center;
}

.navbar {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #FFFFFF;
    color: #181819 !important;
}

.navbar form {
    margin-top: 10px;
    column-gap: 15px;
}

.span {
    font-size: 14px;
}

nav a {
    cursor: pointer;
}

.account_drop_down {
    position: absolute;
    top: 80px;
    right: 10%;
    background-color: #FFFFFF;
    box-shadow: 3px 3px 6px rgba(31, 31, 31, .2);
    padding: 15px;
    width: 200px;
    border-radius: 5px;
    display: none;
    z-index: 5;
}

.image_slider {
    z-index: 3;
}

#help_drop_down {
    position: absolute;
    top: 80px;
    right: 5%;
}

.account_drop_down ul {
    margin: 0;
    padding: 0;
}

.account_drop_down ul li {
    list-style: none;
    padding-top: 5px;
    padding-bottom: 5px;
}

.account_drop_down ul li a {
    color: #181819;
    text-decoration: none;
}

.hero_section {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    position: relative;
}

.hero_section .categories {
    width: 25%;
    padding: 20px;
    /* box-shadow: 1px 1px 2px rgba(31,31,31,.1); */
    background-color: #FFFFFF;
    border-radius: 5px;
}

.carousel-item img {
    border-radius: 5px;
    height: 100%;
    width: 100%;
    z-index: 3;
    object-fit: cover;
}

.hero_section .image_slider {
    width: 65%;
    height: 60vh;
    border-radius: 5px;
    background-color: #FFFFFF;
    position: relative;
    overflow: hidden;
}

.categories ul {
    margin: 0;
    padding: 0;
}

.categories ul li {
    list-style: none;
    padding: 3px;
}

.categories ul li a {
    text-decoration: none;
    color: #444444;
}

#navbarTogglerDemo02 {
    text-align: right !important;
}

.menu_b {
    display: none;
}

.side_nav_container {
    position: absolute;
    top: 80px;
    right: 0;
    left: 0;
    bottom: 0;
    height: 100vh;
    width: 100%;
    background-color: rgba(31, 31, 31, .6);
    display: none;
}

.close_button {
    height: 40px;
    width: 40px;
    background-color: rgba(31, 31, 31, .8);
    color: #F5F5F5;
    font-size: 20px;
    text-align: center;
    align-items: center;
    padding-top: 10px;
    border-radius: 50%;
    float: right;
    cursor: pointer;
}

.category {
    background-color: #FFFFFF;
    width: 60%;
    height: 100%;
    padding: 20px;
}

.category ul {
    padding: 0;
    margin: 0;
}

.category ul li {
    padding: 7px;
    list-style: none;
}

.category ul li a {
    text-decoration: none;
    color: #444444;
}

.category_slide {
    padding: 20px;
    background-color: #FFFFFF;
    box-shadow: 1px 1px 2px rgba(31, 31, 31, .2);
    margin-top: 30px;
    margin-bottom: 30px;
    position: relative;
    border-radius: 3px;
}

/* swiper */
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

/* end swiper */
.category_slide #arrow_lef {
    position: absolute;
    left: 0;
    top: 40%;
    background-color: rgba(31, 31, 31, .3);
    border: none;
    border-radius: 5px;
    color: #FFFFFF;
    padding: 10px;
}

.category_slide #arrow_right:hover {
    background-color: rgba(31, 31, 31, .6);
}

.category_slide #arrow_lef:hover {
    background-color: rgba(31, 31, 31, .6);
}

.category_slide #arrow_right {
    position: absolute;
    right: 0;
    top: 40%;
    background-color: rgba(31, 31, 31, .3);
    border: none;
    border-radius: 5px;
    color: #FFFFFF;
    padding: 10px;
}

.flex_category_slider {
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
    overflow: hidden;
}

.mySwiper {
    background-color: #FFFFFF;
    padding: 10px 20px 10px 20px;
    border-radius: 5px;
    box-shadow: 1px 1px 2px rgba(31, 31, 31, 0.1);
    margin-top: 20px;
    margin-bottom: 20px;
}

.categories_scroll_section .image_section {
    width: 100%;
    height: 100px;
}

.categories_scroll_section p {
    color: #0e0f0f;
}

.categories_scroll_section {
    height: 160px;
    width: 130px;
    transition: 0.75s;
}

.categories_scroll_section:hover {
    /* box-shadow: 1px 1px 2px rgba(31,31,31,.1); */
    box-shadow: 2px 2px 4px #2222221a, -2px -2px 4px rgba(20, 20, 20, 0.1);
}

.categories_btn {
    min-width: 150px;
    min-height: 120px;
    width: 150px;
    height: 120px;
    text-align: center;
    align-items: center;
    background-image: url(../images/img2.jpg) !important;
    background-size: 100% 100%;
    border-radius: 20px;
    align-content: center;
    position: relative;
}

.flex_category_slider .categories_btn span {
    background-color: rgba(31, 31, 31, .6);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 20px;
    /* padding-top: 50% !important; */
    /* color: #E48233; */
}

.flex_category_slider a {
    color: #FFFFFF;
    font-weight: bolder;
}

.swiper {
    height: 160px;
}

.swiperwrapper {
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
    overflow: auto;
    /* overflow: auto; */
    /* padding-bottom: 15px; */
}

#side_nav_container ul li {
    border-bottom: 1px solid #cfcfcf;
}

.item_cards {
    width: 200px !important;
    height: 280px;
    padding: 7px;
    margin: auto;
    transition: 0.75s;
    /* overflow: hidden; */
}

.item_cards:hover {
    box-shadow: 2px 2px 3px rgba(71, 69, 69, 0.2), -2px -2px 3px rgba(46, 45, 45, 0.2);
    border-radius: 5px;
}

.item_cards .images {
    height: 190px;
    width: 190px;
    margin: auto;
    overflow: hidden;
}

.item_cards .images img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.item_cards .names {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.categorynames {
    font-weight: 600px;
}

.categoryprice {
    font-weight: 600px;
}

.item_cards .descriptions {
    padding: 5px;
    font-size: 14px;
    font-weight: 600;
    /* position: relative; */
}

.descriptions .reactions {
    float: right;
    margin-top: 20px;
    /*position: absolute;
    right: 0; */
}

.top_selling_items {
    background-color: #FFFFFF;
    box-shadow: 1px 1px 2px rgba(31, 31, 31, .2);
    margin-bottom: 30px;
    padding: 7px;
    border-radius: 3px;
}

.top-selling-margin{
    /* box-shadow: 1px 1px 2px rgba(31, 31, 31, .2); */
    margin-bottom: 30px;
    padding: 15px;
}

.text-start{
    text-align: start;
}

.shop_logo a {
    text-decoration: none;
    color: #181819;
}

.descriptions .discount #disc {
    text-decoration: line-through;
    color: #adadad;
}

#discountpercentage {
    background-color: #f1e5d9;
    color: #E48233;
}

.flex_items {
    display: flex !important;
}

.title h5 {
    font-weight: normal;
}

.flex_items a {
    text-decoration: none;
    color: #181819;
}

.flex_item_details {
    /* display: flex; */
    /* height: 70vh; */
    background-color: #FFFFFF;
    box-shadow: 1px 1px 2px rgba(31, 31, 31, .2);
    border-radius: 3px;
    padding: 15px;
    margin-left: 7px;
    margin-right: 7px;
    position: relative;
}

.flex_item_details .reactions {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 20px;
    color: #E48233;
}

#container {
    margin-top: 30px;
}


#social_links {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.social_links .rows {
    display: flex;
    padding-left: 20px;
    column-gap: 20px;
}

.social_links .rows a {
    color: #181819;
}



.flex_item_details{
    position: relative;
}
#social_links{
    z-index: 12;
    bottom: 0px !important;
}

.flex_ratings {
    color: #E48233;
}

.offer_sections {
    border: 1px solid #fa0505;
    border-radius: 5px;
}

.offer_sections .titles {
    background-color: #fa0505;
    padding: 5px;
    color: #FFFFFF;
    display: flex;
    justify-content: space-between;
    border-radius: 5px 5px 0 0;
}

span.offers {
    color: #E48233;
    background-color: hwb(28 69% 11%);
}

progress::-webkit-progress-bar {
    background-color: #E48233;
}

progress::-webkit-progress-value {
    background-color: #E48233;
    color: #FFFFFF;
}

.item_details {
    width: 70%;
}

#offers {
    padding: 5px;
}

button.addcart {
    background-color: #E48233 !important;
    color: #FFFFFF !important;
    outline: none !important;
    border: none;
    height: 45px;
    margin-top: 10px;
    margin-bottom: 10px;
    box-shadow: 2px 2px 4px rgba(31, 31, 31, .2);
}

button.addcart:hover {
    background-color: #E48233 !important;
    color: #FFFFFF !important;
    border: none;
}

#cartcount {
    background-color: #fa0505;
    color: #FFFFFF;
    padding: 3px;
    font-size: 10px;
    height: 15px;
    width: 15px;
    border-radius: 3px;
}

.product_details {
    background-color: #FFFFFF;
    margin-top: 30px;
    margin-bottom: 30px;
    box-shadow: 1px 1px 2px rgba(31, 31, 31, .2);
    border-radius: 3px;
    padding: 15px;
}

.specification_title {
    padding: 10px;
    border-bottom: 1px solid #e9e8e8;
}

.specification_content {
    margin: 10px;
    width: 100%;
}

#specification_content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.specification_content .specifications {
    border: 1px solid #e9e8e8;
    border-radius: 5px;
    width: 45%;
    margin-bottom: 20px;
}

#specifications {
    background-color: #FFFFFF;
    box-shadow: 1px 1px 2px rgba(31, 31, 31, .2);
    border-radius: 3px;
    padding: 15px;
    margin-bottom: 30px;
    height: fit-content;
    position: relative;
}

.account_details_edit {
    color: #E48233;
    cursor: pointer;
}

.specification_title.title {
    display: flex;
    justify-content: space-between;
}

.close_form_button button {
    background-color: initial;
    border: none !important;
}

.eddit_account_form {
    position: absolute;
    background-color: #FFFFFF;
    padding: 20px;
    display: none;
}

#close_form_button button {
    color: #E48233;
    background-color: #FFFFFF;
}

#specification_content {
    display: flex;
    justify-content: space-around;
}

.cart_itms_cards {
    background-color: #FFFFFF;
    box-shadow: 1px 1px 2px rgba(31, 31, 31, .2);
    border-radius: 3px;
    padding: 15px;
    width: 75%;
}

#sub_categories {
    padding: 15px;
}

#sub_categories li {
    list-style: none;
}

#sub_categories a {
    text-decoration: none;
    color: #444444;
    font-size: 14px;
}

.checkout_sections {
    
    padding: 10px;
    width: 20%;
    background-color: #FFFFFF;
    box-shadow: 1px 1px 2px rgba(31, 31, 31, .2);
    border-radius: 3px;
}

.checkout_sections .titles {
    border-bottom: 1px solid #e9e8e8;
}

.checkout_sections .titles h5 {
    font-weight: 400 !important;
}

.checkout_sections .contents {
    padding: 10px;
}

.checkout_sections .contents p {
    font-size: 12px;
}

.checkout .btn {
    background-color: #E48233;
    color: #FFFFFF;
    border: none;
    box-shadow: 2px 2px 4px rgba(31, 31, 31, .2);
}

.sumations {
    display: flex;
    justify-content: space-between;
}

.cart_itms_card {
    display: flex;
}

.cart_itms_card .items_images {
    height: 150px;
}

.car_item_description p {
    font-size: 14px;
}

.flex_action_buttons {
    display: flex;
    justify-content: space-between;
}

.flex_action_buttons .actions_btn {
    display: flex;
}

.delete_item button {
    border: none;
    color: #E48233;
    background-color: inherit;
}

.actions_btn button {
    background-color: #E48233;
    color: #FFFFFF;
    border: none;
    box-shadow: 2px 2px 4px rgba(31, 31, 31, .2);
}

button {
    outline: none !important;
}

.actions_btn #quantity {
    border: none;
    outline: none;
    background-color: inherit;
    box-shadow: none;
    color: #181819;
}

.flex_cart_items {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.checkout_options {
    height: auto;
}

.progress_section {
    font-size: 12px;
}

.social_links {
    display: flex;
}

.social_links a {
    color: #FFFFFF;
}

#top_selling_items {
    background-color: inherit;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 60px;
}

.top_selling_items .flex_items {
    display: flex;
    /* column-gap: 15px; */
    flex-wrap: nowrap;
    /* overflow-x: scroll; */
    /* overflow-y: hidden; */
    height: fit-content !important;
}


#flex_graphics_items {
    display: flex;
    justify-content: space-around;
    column-gap: 20px;
    row-gap: 20px;
}



.flex_graphics_items .vendors {
    width: 136px;
    height: 109px;
}

.flex_graphics_items .graphics {
    width: 378px;
    height: 252px;
}

.flex_graphics_items .graphics img {
    border-radius: 5px;
}

.flex_graphics_items {
    display: flex;
    justify-content: space-between;
}

#best_deals_graphics {
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
    flex-wrap: nowrap;
    overflow-x: scroll;
}

#best_deals_graphics .graphics {
    min-width: 350px;
}

.checkout_options .cheout_form {
    margin: auto;
    width: 45%;
    /* margin-top: 10%; */
    background-color: #FFFFFF;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 30px;
    text-align: center;
}

.checkout_options .cheout_form .text-small {
    font-size: 14px;
}

.checkout_options .cheout_form .btn-primary {
    background-color: #E48233;
    color: #FFFFFF;
    border-color: #E48233;
    box-shadow: 2px 2px 4px rgba(31, 31, 31, .2);
    height: 45px;
}

.checkout_options .form-control {
    height: 45px;
}

.helcenter_cards {
    background-color: #FFFFFF;
    padding: 20px;
    box-shadow: 1px 1px 2px rgba(31, 31, 31, .2);
    margin-top: 30px;
}

.close_btns {
    font-size: 24px;
    float: right;
    cursor: pointer;
}

.specification_title .rows {
    display: flex;
    justify-content: space-between;
}

.specification_title .rows #edit {
    color: #E48233;
    cursor: pointer;
}

#specification_title {
    position: relative;
}

.shipping_locations {
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 5px;
    background-color: #FFFFFF;
    box-shadow: 1px 1px 2px rgba(31, 31, 31, .1), -1px -1px 2px rgba(31, 31, 31, .3);
    display: none;
    padding: 20px;
    height: 150px;
    width: 100%;
}

.shipping_locations form .btn-primary {
    background-color: #E48233;
    color: #FFFFFF;
    border-color: #FFFFFF;
}

.placed_orders {
    background-color: #FFFFFF;
    color: #181819;
    box-shadow: 1px 1px 2px rgba(31, 31, 31, .2);
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
}

.flex_order_details {
    display: flex;
}

.flex_order_details .images {
    height: 100px;
    width: 100px;
}

.flex_order_details .order_id {
    color: #adadad;
}

.placed_orders .card {
    margin-bottom: 15px;
}

#continueshop {
    width: 20%;
    margin: auto;
}

#continueshop .btn-primary {
    background-color: #E48233;
    color: #FFFFFF;
    border-color: #FFFFFF;
}

.contact_form {
    width: 45%;
    margin: auto;
}

.contact_form .form-control {
    height: 150px;
    resize: none;
}

.contact_form .btn-primary {
    height: 50px;
    background-color: #E48233;
    color: #FFFFFF;
    border-color: #E48233;
}

footer p {
    font-size: 14px;
}

.footersize {
    font-size: 14px;
}

#search_form_top .btn {
    background-color: #E48233;
    color: #FFFFFF;
    border-color: #E48233;
}

#flex_graphics_items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.increse_cart_quantity_section .btn {
    background-color: #E48233;
    color: #FFFFFF;
    border-color: #E48233;
}

#quantity_count {
    background-color: #FFFFFF;
    color: #0e0f0f;
    border: none;
    cursor: pointer;
}

#flex_graphics_items .vendors {
    height: 80px;
    width: 130px;
}

/* media queries for different screens */
@media screen and (max-width: 375px) {
    .hero_section .categories {
        display: none;
    }

    .hero_section .image_slider {
        width: 100%;
    }

    .top_selling_items .flex_items {
        flex-wrap: nowrap;
        /* overflow: scroll; */
    }

    .top_selling_items .flex_items a {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 414px) {
    .hero_section .categories {
        display: none;
    }

    .hero_section .image_slider {
        width: 100%;
    }

    .top_selling_items .flex_items {
        flex-wrap: nowrap;
        /* overflow: scroll; */
    }

    .top_selling_items .flex_items a {
        margin-bottom: 15px;
    }

    .cart_itms_cards .cart_itms_card {
        flex-wrap: wrap;
        align-items: center;
    }

    .container .flex_cart_items {
        display: block;
        flex-wrap: wrap;
    }

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

    .cart_itms_cards {
        width: 100%;
    }
}

@media screen and (max-width: 820px) {
    #search_form_top {
        display: none;
    }

    .contact_form {
        width: 90%;
    }

    #mobile_search_form_top {
        display: block;
        margin-top: 7px;
    }

    .nav-bar {
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
    }

    #account_drop_down,
    #help_drop_down,
    #side_nav_container {
        top: 100px;
    }

    .top_nav_section {
        height: 100px;
        z-index: 14;
    }

    .hero_section .categories {
        display: none;
    }

    .hero_section .image_slider {
        width: 100%;
    }

    .top_selling_items .flex_items {
        flex-wrap: nowrap;
        /* overflow: scroll; */
    }

    .top_selling_items .flex_items a {
        margin-bottom: 15px;
    }

    .cart_itms_cards .cart_itms_card {
        flex-wrap: wrap;
        align-items: center;
    }

    .container .flex_cart_items {
        display: block;
        flex-wrap: wrap;
    }

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

    .cart_itms_cards {
        width: 100%;
    }

    .navbar-nav {
        text-align: left !important;
    }

    .categories_btn a {
        font-size: 16px;
        font-weight: normal;
    }

    #flex_graphics_items {
        row-gap: 20px;
        justify-content: center;
    }

    .flex_graphics_items .vendors {
        width: 200px;
        height: 200px;
        margin-bottom: 10px;
    }

    .flex_graphics_items .vendors img {
        border-radius: 5px;
        /* -webkit-filter: grayscale(100%);
       filter: grayscale(100%); */
        /* -webkit-filter: invert(100%);
       filter: invert(100%); */
    }

    .flex_graphics_items .graphics {
        width: 378px;
        height: 252px;
        margin-bottom: 10px;
    }

    .flex_graphics_items .graphics img {
        border-radius: 5px;
    }

    .flex_graphics_items {
        display: block;
        justify-content: center;
    }
}

@media screen and (max-width: 912px) {
    .hero_section .categories {
        display: none;
    }

    .menu_b {
        display: block;
    }

    .heading_text {
        display: none;
    }

    .hero_section .image_slider {
        width: 100%;
    }

    .top_selling_items .flex_items {
        flex-wrap: nowrap;
        /* overflow: scroll; */
    }

    .top_selling_items .flex_items a {
        margin-bottom: 15px;
    }

    /* .flex_item_details {
        display: block;
        height: fit-content;
        width: 100%;
        align-items: center;
    } */


    .item_details {
        width: 100%;
    }

    .specification_content#specification_content {
        display: block;
        align-items: center;
    }

    #specification_content .specifications {
        width: 100%;
    }

    li#home {
        display: block;
    }

    li#help {
        display: none;
    }
}

.spacer {
    margin-top: 10px;
    margin-bottom: 10px;
}

/* footer*/
.footer-background {
    
    padding-top: 40px !important;
    color: #FFFFFF;
    background-color: #282828;
    padding: 10px;
}




.footer {
    color: #f1e5d9;
    /* width: 100% !important; */
    /* margin: 10px 0px 0px 0px;
    padding: 2px 0px 0px 0px; */


}

/* .footer-img{
    margin-left: -10px;
    padding-left: -10px;
} */

.col-centered {
    float: none;
    margin: 0 auto;
}

.footer ul {
    list-style: none;
    /* margin: 0px; */
    padding: 0px;
}

.copyright {
    margin: 10px;
    padding: 10px;
}

.circle {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border-style: dashed;
    border-width: thin;
    border-color: #ff6601;
    /* background-color: #28b5f1; */
}

.circlesolid {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-color: #deecf1;
}

.aboutcentericons {

    font-size: 100px;
    text-align: center;
    line-height: 150px;
    vertical-align: middle;
    /* margin: 20% 0px 0px 19%; */
}

.aboutcenterfont {

    display: inline-block;
    margin: 40% 0px 0px 3%;
}


.fontw {
    font-weight: bolder;
    font-style: bold;
    color: #ff6701;
}

.overview {
    /* border: 1px solid; */
    padding: 10px;
    /* width: 1260px; */
    /* background-color: #f5f5f5; */
    /* box-shadow: 0em 0 16.4em #ff6800; */
}

@media screen and (max-width: 1024px) {
    .top_selling_items .flex_items {
        flex-wrap: nowrap;
        /* overflow: scroll; */
    }

    .top_selling_items .flex_items a {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 720px) {
    #checkout_options {
        width: 100%;
    }

    .checkout_options .cheout_form {
        width: 80%;
    }
}

#hero_section {
    position: relative;
}

.sub_category_sections {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #FFFFFF;
    z-index: 12;
    border-radius: 0px 5px 5px 0px;
}

.sub_category_sections .titles {
    font-size: 20px;
    font-weight: small;
    border-bottom: 1px solid #F5F5F5;
    padding: 5px;
}

.sub_category_sections {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 76%;
    overflow-y: auto;
    border-left: 1px solid rgb(240, 240, 240);
    display: none;
}

::-webkit-scrollbar {
    width: 10px !important;
    height: 10px !important;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #888;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

#search_form_top .btn {
    box-shadow: 2px 2px 3px rgba(61, 61, 61, 0.2) !important;
}

@media screen and (max-width: 767px) {
    .footer-background .social_links {
        margin-bottom: 30px;
    }
}


/* updates */
.product_detail{
    font-size: 14px;
    position: relative;
}
.product_detail .names, .categories_images_section .name{
    font-weight: bolder !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* number of lines to show */
            line-clamp: 1; 
    -webkit-box-orient: vertical;

}
.categories_images_section .card{
    border: none !important;
}
.categories_images_section .name{
    color: #0e0f0f !important;
}
.relative_image{
    position: relative;
}
#discount_absolute{
    position: absolute;
    top: 0;
    right: 0;
    width: fit-content;
    display: inline-block;
    padding: 2px 10px;
    font-size: 12px;
    color: #FFFFFF;
    background-color: #E48233;
}
.item_card.col-sm-2{
    min-width: 200px;
}
.relative_image{
    min-height: 150px;
}
.like_prod{
    position: absolute;
    right: 0;
    bottom: 0;
}
.fa-heart.yellow{
    color: #E48233;
}
.price .discounted_price{
    color: #888;
    text-decoration: line-through;
}
.item_card .card{
    transition: 5s ease-out;
}

.item_card .card:hover{
    box-shadow: 2px 2px 3px rgba(20, 20, 20, 0.1);
}

#categories_list i{
    color: #E48233;
}

.products_top_bar{
    background-color: #E48233;
    color: #FFFFFF;
    margin: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    border-radius: 3px;
}
.ratings_section .btn{
    border: 1px solid #888;
    border-radius: 0px;
}
.ratings_section .btn-primary{
    height: 50px;
    border: none;
}
.ratings_section .card-body{
    padding: 10px;
}
.ratings_section .card{
    border: 1px solid #888;
    border-radius: 0;
}
#rating_form{
    display: none;
}
.ratings_section .form-control{
    height: 45px;
    border-radius: 2px;
}
.ratings_section textarea.form-control{
    height: 150px;
}

.rating_card{
    background-color: #eceaea;
    padding: 7px;
    border: 1px solid #b4b2b2;
    border-radius: 3px;
}
.rating_card .fa-star{
    color: #ff9c02;
}


@media screen and (max-width: 801px){
    #rating_controls{
        display: none !important;
    }
    #people_ratings, #rating_form{
        display: block !important;
    }
}

#social_links{
    position: absolute;
    top: 0;
    right: 20px;
    left: unset;
    bottom: unset;
}
#social_links .row{
    display: flex;
    flex-direction: column;
}
#social_links .row .cols{
    border: none;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #e48233 !important;
    border: 2px solid #e48233;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    transition: 0.3s all;
}
#social_links .row .cols:hover{
    background-color: inherit !important;
    color: #e48233;
    
}
.category .fa-solid,.category .fa-brands{
    color: #E48233;
}

.ratings_overlay{
    position: fixed;
    top: 0;
    bottom: 0;
    overflow-y: auto;
    background-color: rgba(31, 31, 31, .3);
    width: 100%;
    z-index: 3465647;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.rating_card .message{
    position: relative;
}
.rating_card .message p{
    padding: 10px;
}

.delete_edit{
    position: absolute;
    bottom: 5px;
    right: 5px;
}
.float_button_containers{
    display: flex;
    flex-direction: column;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 345345;
}
.whatsupbutton{
    /* top: 100vh; */
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #FFFFFF !important;
    background-color: #e48233;
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-size: 18px;
    transform: scale(1.1);
    transition:  0.3s ease-in-out;
    margin-bottom: 10px;
    border: 2px solid #e48233;
}
.phonebutton{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #FFFFFF !important;
    background-color: #e48233;
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-size: 18px;
    transform: scale(1.1);
    transition: 0.3s ease-in-out;
    border: 2px solid #e48233;
}
.whatsupbutton a{
    color: #FFFFFF;
}

.whatsupbutton:hover, .whatsupbutton:hover a{
    background-color: inherit;
    /* color: #00B66C; */
}

.phonebutton:hover, .phonebutton:hover a{
    background-color: inherit;
    /* color: #0043c0; */
}

.slick-dots{
    z-index: 43635746857;
}
.slick-list.draggable{
    /* width: 100%; */
}

/* TODO */
.slick-track{
    padding-left: 90px;
    width: 100% !important;
    display: flex !important;
    /* justify-content: center !important; */
}

/* .slick-slides .item_card{
    width: unset !important;
    height: unset !important;
} */

/* @media screen and (min-width: 1386px) {
    #flash_sales_wraper .item_card{
        max-width: 300px;
    }
} */

.counts_per_page{
    font-size: 14px;
    font-weight: small;
    font-style: italic;
}

/* #flex_graphics_items{
    display: flex;
    overflow: hidden;
    over
} */




button.slick-arrow{
    font-size: 20px;
    /* height: 35px;
    width: 35px; */
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    border-radius: 50%;
    background-color: #f8a72b !important;
    color: #fff !important;
    z-index: 3;
    padding: 20px;
    /* display: none !important; */
}
/* button.slick-arrow::before, button.slick-arrow::after{
    content: "" !important;
} */

.mySwiper,.flex_items{
    position: relative !important;
}
.slick-prev.slick-arrow{
    position: absolute;
    left: 0.1px !important;
    font-family: "Font Awesome 5 Free";
    content: "\f053";
    color: #fff !important;
}
.slick-next.slick-arrow{
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 0.1px !important;
    content: "\f054";
}
/* .slick-prev.slick-arrow::before{
    font-family: "Font Awesome 5 Free";
    content: "\f053";
    height: 35px;
    width: 35px;
    border-radius: 50%;
    background-color: #0e0f0f;
    color: #FFFFFF;
    display: inline-block;

}
.slick-next.slick-arrow::before{
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    height: 35px;
    width: 35px;
    border-radius: 50%;
    background-color: #0e0f0f;
    color: #FFFFFF;
    display: inline-block;

} */
.social_links .cols:hover{
    background-color: inherit !important;
    color: #e48233 !important;
}
.cols:hover .fa-whatsapp, .cols:hover .fa-facebook-f{
    color: #e48233 !important;
}
.timmer ul li{
    list-style: none;
    display: inline;
    padding-left: 3px;
    padding-right: 3px;
}
.timmer ul li:not(:last-child){
    border-right: 1px solid #deecf1;
}

.wider_image_section {
    margin-left: 0px;
    width: 70%;
    height: auto;
    position: relative;
    /* display: inline-block; */
    cursor: zoom-in;
  }
  
  .zoomable-image {
    display: block;
    transition: transform 0.3s;
  }
  
  .image-container:hover .zoomable-image {
    transform: scale(1.2);
  }
  #footer_social_links .facebook{
    height: 30px !important;
    width: 30px !important;
    border-radius: 50% !important;
    font-size: 16px !important;
    border: 2pxs solid #e48233 !important;
    color: #e48233 !important;
    margin-right: 10px;
  }

  #carouselExampleControls .carousel-item{
    position: relative;
  }
  
  #carouselExampleControls h1{
    font-weight: 900;
  }

  #carouselExampleControls .wrapper{
    width: fit-content;
    height: fit-content;
    margin: auto;
    text-align: right;
  }

  @font-face {
    font-family: 'Copperplate-Gothic';
    src: url('Copperplate-Gothic Medium.ttf') format('truetype');
    /* Additional font properties can be specified here */
  }
  #carouselExampleControls .overlay_slider{
    position: absolute;
    width: 100%;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    /* background-color: #F8A629; */
    background-color: rgba(0, 0, 0, 0.3);
    color: #e48233;
    /* background-color: rgba(110, 110, 110, 0.4); */
    font-family: 'Copperplate-Gothic' !important;
    padding: 20px;
  }

  #carouselExampleControls .btn-primary{
    background-color: #e48233 !important;
    color: #FFFFFF !important;
    border: 2px solid #e48233 !important;
    transition: 0.3s all;
  }
  #carouselExampleControls .btn-primary:hover{
    background-color: inherit !important;
    color: #e48233 !important;
  }
  .slickslides .slick-track{
    /* width: fit-content !important; */
    transform: translate3d(84px, 0px, 0px) !important;
  }
  .tns-controls{
    width: 100%;
    position: absolute;
    top: 40%;
    bottom: 40%;
    display: flex;
    justify-content: space-between;
  }
  .tns-nav{
    display: none;
  }
  .tns-controls button{
    z-index: 46546457;
  }
  .my-slider .name{
    margin-top: 8px;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* number of lines to show */
    line-clamp: 1; 
    -webkit-box-orient: vertical;
  }

.tns-controls button[data-controls]{
    border: none !important;
    content: "" !important;
    background-color: inherit !important;
    outline: none !important;
    /* display: none; */
}

button[data-controls="prev"]::before{
    content: "\f053";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: #444444;
    display: inline-flex;
    justify-content: space-around;
    align-items: center;
    color: #e48233;
}

button[data-controls="next"]::before{
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: #444444;
    display: inline-flex;
    justify-content: space-around;
    align-items: center;
    color: #e48233;
}
.placed_orders .card{
    border-radius: 3px !important;
}
.flex_order_details {
    position: relative;
}
.remove_item{
    position: absolute;
    right: 0;
}


.remove_item .btn-primary{
    background-color: #e48233 !important;
    color: #FFFFFF !important;
    border-color: #e48233 !important;
    outline-color: #e48233 !important;
}


@media screen and (max-width: 820px) {
    .remove_item{
        bottom: 0;
    }
    .remove_item .btn-primary span {
        display: none;
    }
    .remove_item .btn-primary i{
        display:block;
    }
}
@media screen and (min-width: 820px) {
    .remove_item{
        top: 0;
    }
    .remove_item .btn-primary span {
        display: block;
    }
    .remove_item .btn-primary i{
        display:none;
    }
}

@media screen and (max-width: 820px) {
    /* #carouselExampleControls .carousel-item{
        width: ;
    } */
    
    #hero_section .image_slider{
        height: fit-content !important;
        width: 100% !important;
    }

    #carouselExampleControls img{
        width: 100% !important;
        object-fit: scale-down !important;
        object-position: center !important;
    }

}

.link-color a{
    color: #e48233 !important;
}


@media only screen and (max-width: 420px) {
    .hidden-on-mobile{
        display: none;
    }
}


.margin-left-right{
    margin: 10px 10px 10px 10px;
}

.link-color a {
    color: #28b5f1 !important;
}</pre></body></html>