/* style
* Development by hellowebhelp.com
*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kdam+Thmor+Pro&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Prata&display=swap');

.custom_container {
    max-width: 89%;
    margin: auto;
}

@media (min-width: 1300px) {
    .custom_container {
        width: 1300px;
        margin: auto;
    }
}

a {
    text-decoration: none;
}

p {
    margin-block-start: 0em !important;
    margin-block-end: 0em !important;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    line-height: 27px;
    border-radius: 3px;
}

select,
input {
    height: 37px;
    border: 1px solid #d5d5d5;
    color: #424242;
}

ul {
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
}



body {
    margin: 0;
    padding: 0;
    /* font-family: 'Roboto', sans-serif; */
    /* background-color: #f5f5f5; */
}

.woocommerce-page {
    background-color: #f5f5f5;
}

:root {
    --daraz_background: var(--daraz_background);
    --daraz_background_hover: #cc4806;
    --daraz_hover: #f5f5f5;
    --defult_font_size: 13px;
}

:focus {
    outline: 0;
}

li {
    list-style: none;
}


/*==================
Header part start
==================*/


.header_ground__kdt {
    width: 100%;
    background-color: var(--daraz_background);
}

.header_1st_ground__jd {
    width: 100%;
    display: flex;
    justify-content: space-between;

}


.part__8sj a {
    font-size: var(--defult_font_size);
    color: #fff;
    margin-right: 15px;
}

.part__8sj a:hover {
    color: #f5c1a6;
}

.right__jdrt {
    padding: 5px;
    border-radius: 0px 0px 3px 3px;
    background-color: rgb(0 0 0 / 29%);
    font-size: var(--defult_font_size);
    color: #fff;
}

.right__jdrt a {
    display: flex;
}

.icon__rnek {
    width: 17px;
    height: auto;
    margin-right: 6px;
}

.header_2st_ground__jd {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 15px;
}

.logo_position_7ja {
    width: 120px;
    height: auto;
}

.header_2st_ground__jd {
    width: 100%;
    display: grid;
    grid-template-columns: 70% 29%;
    grid-gap: 10px;
    justify-content: space-between;

}

.left__9sjd {
    display: grid;
    grid-template-columns: 120px auto;
    grid-gap: 15px;
}

/* search start */
.search__js9 {
    display: flex;
    width: 100%;
}

.search_form__sj {
    width: 100%;
    height: 40px;
    border-radius: 8px 0px 0px 8px;
    border: 0px;
    padding-left: 15px;
}

.submit__pxr {
    background: #fff;
    border-radius: 0 8px 8px 0;
    width: 50px;
    border: 0px;
    cursor: pointer;
}

.search__jdpsl {
    margin-top: 8px;
}

.search__uso {
    color: var(--daraz_background);
    padding: 5px;
    background-color: #ffe1d2;
    border-radius: 6px;
    padding-left: 11px;
    padding-right: 11px;
    margin-top: 3px;
}

.search_form__sj::placeholder {
    color: #b9b9b9;
    font-weight: 500;
}

/* search end */

.right_part_7sjk {
    width: 100%;
}

.right__dwpt {
    display: flex;
    margin-top: 17px;
    justify-content: right;

}

.part__7shj {
    margin-left: 19px;
    position: relative;
}

.part__7shj a {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 9px;
    border-radius: 6px;
    white-space: nowrap;
    top: 2px;
    position: relative;
    /* text-shadow: -1px -1px 1px rgba(255,255,255,.1), 1px 1px 1px rgba(0,0,0,.5); */
    text-shadow: 0 0 15px rgba(255, 255, 255, .5), 0 0 10px rgba(255, 255, 255, .5);
}

.part__7shj a:hover {
    background-color: #0c0b0b15;
}

.cart_pos_tso {
    position: absolute;
    top: -3px;
    right: -8px;
    padding: 9px;
}

.cart__7sk {
    position: relative;
}

.header_cart_count {
    position: absolute;
    top: -7px;
    right: -9px;
    background-color: #fff;
    border-radius: 50%;
    font-size: 9px;
    padding: 2px 5px 2px 5px;
}

.cart__7sk a:hover {
    background-color: transparent;

}

.cart__7sk:hover {
    transform: scale(1.3);
}

.cart__7sk,
.cart__7sk::before,
.cart__7sk::after {
    transition: all .3s ease-in-out;
}

.border__7jd {
    width: 1px;
    height: 16px;
    background-color: #fff;
    position: absolute;
    right: -8px;
    top: 7px;
}

.icon__8sj {
    position: absolute;
    top: 6px;
    left: -14px;
}

/* mobile menu */
.mobile_menu_ground__7sdblp {
    display: none;
    width: 100%;
    padding-top: 17px;
    padding-bottom: 17px;
    background-color: #fff;
    position: fixed;
    bottom: 0px;
    -webkit-box-shadow: 0px -6px 8px -4px rgba(0, 0, 0, 0.33);
    box-shadow: 0px -6px 8px -4px rgba(0, 0, 0, 0.33);
    z-index: 10;
}

.menu_items_grid_ground {
    width: 100%;
    margin: auto;
    display: grid;
    grid-template-columns: 20% 20% 20% 20%;
    grid-gap: 10px;
    justify-content: center;
}

.items__shwp {
    width: 100%;
    text-align: center;
}

.mobile__menu__cart_count__8sml {
    background-color: var(--daraz_background_hover);
    color: #fff;
}

.daraz_sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    background: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.daraz_sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 17px;
    color: #818181;
    display: block;
    transition: 0.3s;
    border-bottom: 1px solid #f5f5f5;
    padding: 8px 8px 8px 32px;
    padding-left: 6px;
}

.daraz_sidenav a:hover {
    color: var(--daraz_background_hover);
}

.daraz_sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    border-bottom: 0px solid #f5f5f5;

}

@media screen and (max-height: 450px) {
    .daraz_sidenav {
        padding-top: 15px;
    }

    .daraz_sidenav a {
        font-size: 18px;
    }

}

.mobile_ground__s908 ul li ul {
    display: none;
}

.mobile_ground__s908 ul li:hover ul {
    display: block;
}

.mobile_ground__s908 ul li {
    position: relative;
}

/* .mobile_ground__s908 ul li::after{
    content: "+";
    font-weight: 700;
    color: rgb(87, 86, 86);
    margin-left: 4px;
    position: absolute;
    font-size: 14px;
    position: absolute;
    right: 10px;
    top: 8px;
} */

.mobile_ground__s908 ul .menu-item-has-children::after {
    content: "+";
    font-weight: 700;
    color: rgb(87, 86, 86);
    margin-left: 4px;
    position: absolute;
    font-size: 14px;
    position: absolute;
    right: 10px;
    top: 8px;
}


/*==================
Header part end
==================*/

/*==================
Home part start
==================*/
.home_slider_menu_ground__dfhhs {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 1px;
}

.grid__ground__8dj {
    width: 100%;
    display: grid;
    grid-template-columns: 250px auto;
    grid-gap: 15px;
}

.menu_ground__usjn {
    width: 100%;
    margin: auto;
    border: 1px solid #969696;
    border-radius: 12px;
    background-color: #fff;
    /* overflow: hidden; */
}

/* .menu_ground__usjn li a {
    width: 99%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    white-space: nowrap;
    font-size: 13px;
    line-height: 25px;
    color: #757575;
    cursor: pointer;
    padding: 1px 0px 0px 4px;
} */

/* 
.menu_ground__usjn li a:hover {
    color: var(--daraz_background);
    background-color: #f5f5f5;
} */


/* slider start */

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    width: 100% !important;
    /* 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;
}

.slider_bg_6snj {
    width: 100%;
    height: 360px;
    background-repeat: no-repeat;
    background-size: cover;
}

.slider_bg_6snj img {
    width: 100%;
    height: inherit;
}

.slider_arrow_usj {
    background-color: #00000083;
}

.slider_arrow_usj:after,
.slider_arrow_usj:after {
    font-size: 23px;
    color: #fff;
}

.swiper-pagination-bullet-active {
    background-color: #fff;
}

.slider_ground__jdr {
    border-radius: 10px;
    overflow: hidden;
}

/* slider end */

.category_7sk_ground {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 10px;
}

.ads_ground_7sj {
    width: 100%;
    height: auto;
    text-align: center;
}

.ads__udsd {
    width: 100%;
}

.adventace_readmap_ground {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    background-color: #ffe8de7c;
    margin-top: 15px;
    overflow: auto;
    justify-content: space-around;
    border-radius: 3px;

}

.item_of_advreadmap {
    margin-right: 5px;
    margin-left: 15px;
    position: relative;
    border-right: 1px solid #c7c7c7;
    padding-right: 15px;
}

.item_of_advreadmap:nth-last-child(1) {
    border-right: 0px solid #c7c7c7;
}

.item_of_advreadmap::-webkit-scrollbar {
    width: 0px;
}


.item_of_advreadmap a {
    color: rgba(0, 0, 0, .9);
    text-decoration: none;
    font-size: 15px;
    margin-left: 30px;
    white-space: nowrap;
}

.item_of_advreadmap a:hover {
    color: var(--daraz_background);
}

.icon__9sj {
    position: absolute;
    top: 0px;
    left: 1px;
    width: 20px;
}

.category_1row_ground__88dj {
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.cat_grid_ground__hd {
    width: 100%;
    /* padding-top: 10px;
    padding-bottom: 10px; */
    padding-left: 10px;
    padding-right: 10px;
    display: grid;
    grid-template-columns: 12% 12% 12% 12% 12% 12% 12% 12%;
    grid-gap: 2px;
}

.product_75g {
    width: 100%;
    text-align: center;
    border-right: 1px solid #ececec;
    background-color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
}

.flip_product_link {
    width: 95%;
    margin: auto;
    text-align: center;
}

.flip_product_link a {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #636262;
}

.product_75g:hover {
    transform: scale(1.070);
}

.product_75g,
.product_75g::before,
.product_75g::after {
    transition: all .3s ease-in-out;
}

.product_75g:hover .flip_product_link a {
    color: var(--daraz_background);
}

.offers__cat_ground__6sjk {
    width: 100%;
}

.product_7sjw_ground {
    width: 97%;
    margin: auto;
    background-color: #fff;
    padding: 8px 8px 8px 8px;
}

.title_cpwp {
    width: 90%;
    color: #757575;
    font-size: 22px;
    white-space: nowrap;
    font-weight: 400;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-left: 10px;
}

.top__8dj_ground {
    width: 97%;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    justify-content: space-between;
    border-bottom: #d5d5d5 1px solid;
    margin-bottom: 13px;
}

.title__6skep {
    margin-top: 5px;
    font-weight: 500;
    font-size: 14px;
    color: var(--daraz_background);
}

.btn__jdepo {
    font-weight: 300;
    font-size: 14px;
    display: block;
    border: 1px solid var(--daraz_background);
    border-radius: 2px;
    color: var(--daraz_background);
    height: 26px;
    background-color: transparent;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    text-transform: uppercase;
}

.product_title__8skw {
    font-size: 14px;
    color: rgb(0, 0, 0);
    padding-left: 4px;
    padding-right: 4px;
    line-height: 19px;
    font-weight: 400;
}

.card__hdy_ground {
    width: 100%;
    display: grid;
    grid-template-columns: 16% 16% 16% 16% 16% 16%;
    grid-gap: 12px;

}

.card__hdy_ground a {
    padding-bottom: 10px;
    background-color: #fff;
}

.card__hdy_ground a:hover {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .25);
}

.product__tum__jdh img {
    width: 100%;
    height: auto;
}

.product_price__e0cm {
    color: #000;
    width: 100%;
    margin-top: 6px;
    padding-left: 4px;
    padding-right: 4px;

}

.product_price__e0cm ins {
    text-decoration: none;
    display: block;
    font-size: 18px;
    line-height: 22px;
    color: var(--daraz_background);
}


.product_price__e0cm del {
    color: #9e9e9e;
    text-decoration: line-through;
    font-size: 11px;
    line-height: 12px;
}

.off_price__jnd {
    font-size: 11px;
    line-height: 12px;
    color: #9e9e9e;
}

.review_h__7sdj {
    display: inline;
    white-space: nowrap;
    margin-left: 6px;
    padding: 3px;
    padding-right: 4px;
    /* background-color: #388e3c; */
    color: rgb(139, 139, 139);
    border-radius: 1px;
    font-size: 11px;
}

.cat__8sj {
    width: 40%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 6px;
    margin-top: 4px;

}

.price_udwp {
    width: 100%;
    display: flex;
    text-decoration: none;
    font-size: 18px;
    line-height: 22px;
    color: var(--daraz_background);
}

.bg_remove__8sqp {
    background-color: transparent;
}

.more_products_btn__7sj {
    margin: 0 auto;
    display: block;
    width: 387px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: var(--daraz_background);
    border: 1px solid var(--daraz_background);
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 400;
    margin-top: 3rem;
}

.more_products_btn__7sj a {
    color: var(--daraz_background);
}

/*==================
Home part end
==================*/


/*---================================
    Footer start
============================---*/

.footer_ground_8r {
    background-color: #ededed;
    padding-top: 2rem;
    padding-bottom: 0rem;
    overflow: hidden;
    width: 100%;
}

.footer_container_87d {
    width: 90%;
    margin: auto;
    overflow: hidden;

}

.footer_d_76s {
    display: flex;
}

.row_grid__footerso {
    width: 100%;
    display: grid;
    grid-template-columns: 19% 19% 19% 19% 19%;
    grid-gap: 10px;
}

@media (min-width: 1500px) {
    .footer_container_87d {
        max-width: 1480px;
        margin: auto;
    }
}

._3qd5C5 a {
    color: #4f4f4f;
    display: block;
    font-weight: 400;
    font-size: 12px;
    margin-top: 11px;
}

._3qd5C5 a:hover {
    color: var(--daraz_background);
}

._3qd5C5 div {
    display: block;
    color: #606060;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 9px;
    text-transform: uppercase;
    font-weight: 700;
}

._3qd5C5 {
    color: #fff;
    font-size: 12px;
}

._3qd5C5 p {
    font-size: 12px;
    color: #4f4f4f;
    margin-bottom: 4px;
}

.footer_copy_right_ground_7rju {
    border-top: 1px solid #454d5e;
    margin-top: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    align-items: center;
}

.footer_copy_right_ground_7rju li {
    list-style: none;
    display: inline-block;
    padding-right: 2rem;
    color: #4f4f4f;
    ;
    font-size: 12px;
    text-align: center;

}

.footer_copy_right_ground_7rju li a {
    color: #4f4f4f;
    ;
    font-size: 12px;
}

.foot_icon_ud {
    color: #ffc400;
    font-size: 12px;
    margin-right: 5px;
}

.backgrounfd_blur_9g {
    position: fixed;
    top: 0;
    z-index: 99;
    overflow: hidden;
    width: 0%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.801);
}

.mobile_menue_ground_8dk {
    height: 100%;
    width: 0%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgb(255, 255, 255);
    overflow-x: hidden;
    transition: 0.2s;
    padding-top: 0px;
}

.m_container_7dj {
    width: 92%;
    margin: auto;
}

._1b_tpJ {
    align-items: center;
    background: #2874f0;
    background: linear-gradient(30deg, #2874f0, #0065c5);
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
}

.log_7r {
    width: 75%;
    font-size: 15px;
    color: #fff;
    font-weight: 520;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 1px;
}

.log_7r a {
    color: white;
}

.log_7r a:hover {
    text-decoration: none;
    color: white;
}

.m_i_8j {
    color: white;
    margin-right: 4px;
}

.m_i_9jj {
    color: white;
    font-size: 19px;
    margin-top: 3px;
}

.m_i_7rjk {
    color: rgb(121, 120, 120);
    font-size: 17px;
    margin-right: 10px;
}

.m_i_9jj:hover {
    color: rgb(253, 216, 51);
}

.clos85 {
    display: inline-block;
    width: 25%;
    float: right;
    text-align: right;
}

.mobile_menu_link_ground {
    padding-top: 2px;
    padding-bottom: 8px;
    background-color: transparent;
    border-bottom: 1px solid #dbdbdb;
}

.mobile_menu_link_ground div li {
    list-style: none;
    margin-top: 12px;
}

.mobile_menu_link_ground div li a {
    color: #353535;
    font-weight: 600;
    font-size: 14px;

}

._11g6QB {
    background: #ff4343;
    color: #fff;
    padding: 2px 4px;
    font-size: 10px;
    border-radius: 2px;
    margin-left: 1px;
}

#menu-home-category {
    position: relative;
}

.menu-item-has-children::after {
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    font-weight: 700;
    color: rgb(87, 86, 86);
    margin-left: 4px;
    position: absolute;
    /* top: 1px; */
    font-size: 14px;

}

#menu-home-category li:hover.menu-item-has-children::after {
    font-family: "Font Awesome 5 Free";
    content: "\f106";
    font-weight: 700;
    color: rgb(87, 86, 86);
    margin-left: 4px;
    position: absolute;
    top: 1px;
    font-size: 14px;

}


.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background-color: #fb641b;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: white;
}

.woocommerce div.product .woocommerce-tabs .panel h2 {
    font-size: 1.300rem;
}



/*---================================
 Footer End
============================---*/

.block_single h1 {
    margin-bottom: 12px;
    margin-top: 8px;
}