@charset "utf-8";
/**css reset*/


.border_style {
    border: 1px solid var(--gray_200);
    border-radius: var(--radius_10);
}

.border_style_pink {
    /*border: 1px solid var(--red--500);*/
    /*box-shadow: 2px 2px 0 var(--red--500);*/

    /*box-shadow: 0 0 1px rgba(81, 70, 72, 0.15);*/
    border-radius: var(--radius_10);
}

.border_style_gray {
    border: 1px solid var(--gray_light);
    /*box-shadow: 2px 2px 0 var(--gray_light);*/
    /*box-shadow: 0 0 1px rgba(81, 70, 72, 0.05);*/
    border-radius: var(--radius_10);
}


.w200 {
    display: inline-block;
    width: 200px;
    vertical-align: top;
}

.archive .main .item .item_detail .item_cat strong {
    margin-left: 5px;
}

.checkbox_holder {
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px 0 0;
}

.checkbox_holder .checkbox {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    text-align: center;
    background: #aaadcf33;;
    border: 1px solid var(--gray_light);
    box-shadow: 2px 2px 0 var(--gray_light);
    border-radius: var(--radius_10);
    margin-right: 5px;
    cursor: pointer;
    position: relative;
}


.checkbox_holder .checkbox_text,
.checkbox_holder .label {
    display: inline-block;
    vertical-align: middle;
    position: unset;
    margin: 0;
    background: transparent;
}

.checkbox_holder .checkbox_text,
.checkbox_holder .label {
    display: inline-block;
    vertical-align: middle;
    position: unset;
    margin: 0;
    background: transparent;
}

.card_side .checkbox_holder {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    padding: 0 8px;
    box-sizing: border-box;
    margin-right: 0;
}

.checkbox_holder .checkbox_text_current {
    color: var(--red--500) !important;
}

.list .checkbox_holder {
    margin: 0;
    display: flex;
    background: var(--gray_100) !important;
    border: 1px solid var(--gray_500);
    border-radius: var(--radius_10);
    padding: 5px 10px !important;
    cursor: pointer;
}

.list .checkbox_holder .checkbox_text {
    color: var(--gray_700) !important;
    background: none !important;
    margin-bottom: 0;
}

.list .checkbox_holder .checkbox {
    width: unset;
    height: unset;
    background: none;
    border: none;
    box-shadow: none;
    border-radius: unset;
}

.list .checkbox_holder i {
    display: none;
    color: var(--gray_700);
    background: none;
}

.list .checked {
    color: var(--green_700) !important;
    border: 1px solid var(--green_700);
    border-radius: var(--radius_10);
    background: var(--green_100) !important;
}

.list .checked i {
    color: var(--green_700);
    background: none;
}

.checkbox_holder .checkbox_current,
.checkbox_holder .checked {
    background: var(--red--500);
    border: 1px solid #ffffff80;
}

.checkbox_holder .checkbox .circle {
    display: block;
    width: 15px;
    height: 15px;
    background: var(--red--500);
    border-radius: var(--radius_10);
    position: absolute;
    left: 3px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.checkbox i {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: var(--white);
}

form {
    display: block;
    width: 100%;
}

.form {
    padding: 30px 30px 0 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.form .btn_img_big {
    display: block;
    width: 100%;
    height: 400px;
    margin-bottom: 30px;
}

.form .btn_img_big img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: var(--radius_10);
}

.form .w50 {
    width: calc(50% - 20px);
}

.form input,
.form textarea {
    width: 100%;
}

.input {
    position: relative;
    margin-bottom: 32px;
}

.input .input_span {
    display: inline-block;
}

.input .input_result {
    font-size: 11pt;
    color: var(--bright_blue);
}

.input .title {
    display: block;
    font-size: 11pt;
    color: var(--dark-500);
    padding-top: 13px;
}

.checkbox_holder .checkbox_text,
.select_control .label,
.input .checkbox_text,
.input .label {
    display: block;
    color: var(--gray);
    background: var(--white);
    padding: 0 10px;
    margin-bottom: 5px;
    box-sizing: border-box;
}

.input .input_clear {
    display: block;
    opacity: 0.2;
    font-size: 10pt;
    color: var(--light2);
    position: absolute;
    top: 12px;
    right: 10px;
    cursor: pointer;
}

.input .input_clear:hover {
    color: var(--red);
}

.form_btn_holder {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 16px 0;
    gap: 10px;
    width: 100%;
}

.form_btn_holder div {
    margin: 0 8px;
}


.select_control {
    caret-color: var(--pink);
    width: 100%;
    color: var(--secondary);
    border: 1px solid var(--gray_light);
    box-shadow: 2px 2px 0 var(--gray_light);
    margin-bottom: 32px;
    font-size: 10pt;
    font-weight: 600;
    position: relative;
    cursor: pointer;
}

.select_control .select_result {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 20px);
    height: 100%;
}

.select_control .open_list_icon {
    display: inline-block;
    vertical-align: middle;
    width: 15px;
}

.select_control {
    position: relative;
    width: calc(33% - 45px);
    display: inline-block;
}

.select_control .select_show {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    padding: 13px 19px 7px 19px;
    box-sizing: border-box;
    color: #959595;
}

.select_control .select_show span,
.select_control .select_show input[type=text] {
    display: inline-block;
    vertical-align: middle;
    font-family: var(--font_primary);
    box-sizing: border-box;
    width: calc(100% - 20px);
    background: transparent;
    color: #333333;
}

.select_control .select_show i {
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    text-align: center;
}

.select_control .select_hide {
    display: none;
    position: absolute;
    width: 100%;
    overflow: hidden;
    margin-top: 5px;
    box-shadow: 0 0 5px rgba(102, 102, 102, 0.15);
    background: #f6f6f6;
    color: #333333;
    z-index: 11;
}

.select_control .select_hide input {
    display: inline-block;
    width: calc(100% - 48px);
    padding: 5px;
    box-sizing: border-box;
    margin: 5px;
    font-family: var(--font_primary);
    caret-color: var(--indigo);
    background: #aaadcf33;
    border: 1px solid;
    color: var(--secondary);
    border-color: #aaadcf60 #aaadcf60 #aaadcf80 #aaadcf80;
}

.select_control .select_hide i {
    display: inline-block;
    width: 33px;
    height: 33px;
    text-align: center;
    padding-top: 9px;
    box-sizing: border-box;
    background-image: linear-gradient(-45deg, #e8411877, #e8411844, #e8411877);
    border: 1px solid #ffffff80;
    color: var(--light);
    cursor: pointer;
}

.select_control .select_hide .select_hide_scroll {
    max-height: 300px;
    overflow: auto;
}

.select_control .select_hide span {
    display: block;
    padding: 5px 10px;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.select_control .select_hide span:hover {
    background: #ffffff;
}


/*****************************************************/

.top_menu {
    display: flex;
    align-items: center;
    padding: 5px 50px;
    width: 100%;
    box-sizing: border-box;
    background: var(--dark-500);
    justify-content: space-between;
}

.top_menu .head_menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.top_menu .head_menu .mnu_btn {
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px;
    border-left: 1px solid var(--gray);
    color: var(--white);
    font-family: var(--font_head2);
    font-size: var(--font_s);
}


.top_menu .head_menu .mnu_btn:last-child {
    border: none
}

.top_menu .head_contact {
    display: flex;
    align-items: start;
    justify-content: start;
}

.head_contact .head_phone,
.head_contact .head_mail {
    display: inline-block;
    vertical-align: middle;
    color: var(--white);
    padding: 0 5px;
}

.head_contact .head_phone span,
.head_contact .head_mail span {
    display: inline-block;
    vertical-align: middle;
    font-family: var(--font_head2);
}

.head_contact .head_phone i,
.head_contact .head_mail i {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}

.header {
    display: block;
    width: 100%;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    background: var(--white);
    z-index: 8;
    box-shadow: 0 1px 0 rgba(81, 70, 72, 0.15);
}

.archive_header {
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.nav {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 15px 0 0 0;
    box-sizing: border-box;
    z-index: 8;
    position: relative;
}

.nav .container {
    display: flex;
    flex-direction: row;
    align-items: start;
}

.logo {
    display: flex;
    align-items: center;
    height: 40px;
}

.logo img {
    width: 150px;
    object-fit: contain;
}

.logo a {
    display: flex;
    align-items: center;
    gap: 10px;
}

.logo span {
    font-family: var(--font_head);
    font-weight: bold;
    color: var(--red--500);
    font-size: var(--font_x1);
    line-height: 0.4;
    height: fit-content;
    text-align: center;
}

.menu_res_btn {
    display: none;
    color: var(--dark-500);
    padding: 16px 16px;
    width: 44px;
    height: 44px;
    box-sizing: border-box;
    font-size: 12pt;
    position: relative;
    cursor: pointer;
}

.nav .container .menu {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 5px;
}

.nav .menu_res {
    display: block;
    flex-direction: column;
    align-items: flex-start;
    position: fixed;
    right: -1000%;
    top: 0;
    bottom: 0;
    width: calc(100% - 80px);
    height: 100vh;
    background: var(--white);
    z-index: 22;
    overflow: hidden;
    border-left: 1px solid var(--pink);
    box-shadow: -2px -2px 0 var(--pink);
}

.nav .menu_res .logo {
    background-color: var(--white);
    width: 100%;
    height: 110px;
    padding: 24px;
    box-sizing: border-box;
    border-bottom: 1px solid var(--dark-500);
    box-shadow: 0 2px 0 var(--dark-500);
    margin-bottom: 10px;
}

.nav .menu .btn {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 5px 12px;
    box-sizing: border-box;
    color: var(--gray_600);
    border-left: 1px solid var(--gray_100);
}

.nav .menu .mega_btn {
    color: var(--gray_700);
    font-weight: 500;
}

.nav .menu .btn:first-child,
.nav .menu .btn:last-child {
    border-left: 1px solid transparent;
}

.nav .menu_res .btn {
    color: var(--dark-500);
    width: 100%;
}

.nav .menu_res .title {
    font-weight: 600;
    margin: 15px;
}

.nav .menu_res .title i {
    text-align: center;
}

.nav .menu .btn:hover {
    color: var(--dark-500);
}

.nav .menu .btn i {
    margin: 4px;
    text-align: center;
}

.nav .menu .btn_list {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 8px 24px !important;
}

.nav .menu .btn_list .sub_title {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-weight: 500;
    cursor: pointer;
}

.nav_social {
    display: flex;
    align-items: center;
}

.nav_social .btn_border_gray {
    border: 1px solid transparent;
    font-size: 18px;
    margin: 0 2px 0 0;
}

.nav_holder_bottom {
    display: flex;
    align-items: center;
    width: 100%;
}


/*************************************************************/

.menu-content .cat-btn {
    display: flex;
    flex-direction: column;
    width: 220px;
}

.menu-content .cat-btn .btn {
    width: 100%;
    display: block;
    padding: 8px 10px;
    border-top: 1px solid #fff;
    text-decoration: none;
    cursor: pointer;
    text-align: right !important;
    font-family: var(--font_head);
    border-radius: var(--radius_10);
    font-weight: 700;
}

.menu-content span {
    color: #2c3e50;
    text-decoration: none;
    display: inline-block;
    font-size: 10pt;
    width: calc(100% - 20px);
}

.menu-content i {
    display: inline-block;
    vertical-align: middle;
}

.menu-content .cat-btn .btn:hover {
    background-color: #fefefe;
}

.menu-content .cat-btn .btn-selected {
    background-color: var(--red_sec);
}

.menu-content .cat-btn-item {
    width: calc(100% - 230px);
    overflow: auto;
    display: flex;
    align-items: start;
    flex-wrap: wrap;
    gap: 8px;
}

.menu-content .cat-btn-item a {
    width: calc(33% - 5px);
    cursor: pointer;
    padding: 2px 5px;
    box-sizing: border-box;
    border-radius: var(--radius_10);
}

.menu-content .cat-btn-item a:hover {
    background: var(--red_sec);
}

.menu-content .cat-btn-item .h1 {
    display: inline-block;
    vertical-align: top;
    font-weight: bold;
}

.menu-content .cat-btn-item .h3 {
    font-size: 10pt;
    color: var(--dark-500);
    padding: 8px 10px;
    cursor: pointer;
}

.menu-content .mobile {
    display: none !important;
}


/*************************************************************/

.menu_res .bottom_list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    background: var(--light2);
    margin-top: 10px;
    height: 0;
    overflow: hidden;
}

.menu_res .bottom_list .btn {
    box-sizing: border-box;
    color: var(--gray);
    font-weight: 500;
    padding: 8px 16px;
}

.nav_action {
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: center;
    position: relative;
    width: 50%;
    gap: 10px;
}

.nav_action .btn_holder {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-left: 10px;
    border-left: 1px solid var(--gray_100);
}

.nav_action .btn_primary span {
    font-family: var(--font_head2), var(--font_secondary2);
    font-weight: 700;
}

.nav .search_box {
    width: 350px;
    background: var(--gray_100);
    justify-content: space-between;
    align-items: center;
    display: flex;
    gap: 5px;
    text-align: center;
    color: var(--dark-500);
    box-sizing: border-box;
    padding: var(--margin_m) var(--margin_l);
    margin: var(--margin_s);
    border-radius: var(--radius_10);
    position: relative;
    cursor: pointer;
    margin-right: auto;
}

.nav .search_box span {
    display: flex;
    align-items: center;
    color: var(--gray_500);
    gap: 5px;
}

.nav .search_box span img {
    height: 25px;
    object-fit: contain;
}

.btn_img {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.nav_action .action_btn {
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
    border-right: 1px solid var(--gray_100);
    gap: 8px;
}

/*.cart_notification {*/
/*    position: absolute;*/
/*    top: -8px;*/
/*    right: -8px;*/
/*    width: 20px;*/
/*    height: 20px;*/
/*    border-radius: var(--radius_15);*/
/*    display: block;*/
/*    z-index: 1;*/
/*    background: var(--strong_pink);*/
/*    color: var(--light);*/
/*    font-size: 8pt;*/
/*    text-align: center;*/
/*    box-sizing: border-box;*/
/*    padding-top: 2px;*/
/*}*/
.cart_notification {
    color: var(--red--500);
    padding: 0 5px;
}

.hero {
    display: block;
    position: relative;
    overflow: hidden;
    height: 460px;
}

.hero .hero_slider {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
}

.hero .hero_detail .container {
    position: relative;
    height: 100%;
}

.hero .hero_detail {
    position: absolute;
    bottom: 40px;
    right: 2%;
    width: fit-content;
    margin: auto;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.hero .big_title {
    font-size: clamp(0.5rem, 5vw, 3rem);
    font-weight: 950;
    color: var(--white);
    font-family: var(--font_head2);
    position: relative;
    z-index: 1;
    animation: glitch 250ms infinite;
}

@keyframes glitch {
    0% {
        text-shadow: 0.05em 0 0 rgb(255, 0, 0),
        -0.025em -.05em 0 rgb(0, 255, 255),
        0.025em .05em 0 rgb(255, 0, 255);
    }
    14% {
        text-shadow: 0.05em 0 0 rgb(255, 0, 0),
        -0.025em -.05em 0 rgb(0, 255, 255),
        0.025em .05em 0 rgb(255, 0, 255);
    }
    15% {
        text-shadow: -0.05em -.025em 0 rgb(255, 0, 0),
        0.025em 0.025em 0 rgb(0, 255, 255),
        -0.05em -.05em 0 rgb(255, 0, 255);
    }
    49% {
        text-shadow: -0.05em -.025em 0 rgb(255, 0, 0),
        0.025em 0.025em 0 rgb(0, 255, 255),
        -0.05em -.05em 0 rgb(255, 0, 255);
    }
    50% {
        text-shadow: 0.025em 0.05em 0 rgb(255, 0, 0),
        0.05em 0 0 rgb(0, 255, 255),
        0 -0.05em 0 rgb(255, 0, 255);
    }
    99% {
        text-shadow: 0.025em 0.05em 0 rgb(255, 0, 0),
        0.05em 0 0 rgb(0, 255, 255),
        0 -0.05em 0 rgb(255, 0, 255);
    }
    100% {
        text-shadow: -0.025em 0 0 rgb(255, 0, 0),
        -0.025em -0.025em 0 rgb(0, 255, 255),
        -0.025em -0.05em 0 rgb(255, 0, 255);
    }
}

.hero .big_sub_title {
    font-family: var(--font_primary);
    font-size: 13pt;
    margin-bottom: 60px;
    color: var(--light);
}

.hero .slider_pointer {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    display: flex;
    width: 150px;
    height: 50px;
    background: var(--white);
    justify-content: center;
    gap: 10px;
    align-items: center;
    padding: 10px 0;
    box-sizing: border-box;
    border-radius: var(--radius_25) var(--radius_25) 0 0;
    z-index: 1;
}

.hero .slider_pointer:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    bottom: 0;
    top: 0;
    right: -50px;
    z-index: 9;
    border-bottom-left-radius: 25px;
    background: transparent;
    box-shadow: 0 25px 0 var(--light);
}

.hero .slider_pointer:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    bottom: 0;
    top: 0;
    left: -50px;
    z-index: 9;
    border-bottom-right-radius: 25px;
    background: transparent;
    box-shadow: 0 25px 0 var(--light);
}

.hero .slider_pointer span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: var(--radius_10);
    cursor: pointer;
    background: var(--gray_500);
}

.hero .slider_pointer .current {
    width: 25px;
    background: var(--red--500);
}

.hidden_menu {
    display: flex;
    align-items: start;
    background: var(--white);
    width: calc(100% - 200px);
    margin: auto;
    padding: 0;
    box-sizing: border-box;
    position: fixed;
    top: 193px;
    right: 23px;
    z-index: 11;
    opacity: 1;
    transform: scale(1, 0);
    border: 1px solid var(--gray_100);
    box-shadow: 0 3px 0 var(--gray_300);
    overflow: hidden;
}

.hidden_menu .menu_list {
    display: inline-block;
    vertical-align: top;
    width: calc(25% - 30px);
    margin-left: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid var(--pink);
}

.hidden_menu .menu_list ul {
    list-style: none;
}

.hidden_menu .menu_list .title {
    display: block;
    font-weight: 600;
    font-size: 11pt;
    color: var(--dark-500);
    margin-bottom: 12px;
}

.hidden_menu .menu_list .menu_btn {
    display: block;
    text-align: justify;
    color: var(--dark-500);
    padding: 5px 15px 5px 5px;
    box-sizing: border-box;
}

.hidden_menu .menu_list .menu_btn:hover {
    box-shadow: inset -300px 0 0 0 var(--red);
    color: var(--light);
}

.amazing_offer {
    display: flex;
    width: 100%;
    flex-direction: row;
    background-color: var(--dark2);
    background-image: url("../img/special.png");
    background-blend-mode: hard-light;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 10px 0;
    position: relative;
    /*background-color: var(--red--500);*/
    backdrop-filter: blur(10px);
    margin-bottom: 25px;
}

.amazing_offer .holder_header::before {
    background: var(--red_2);
    top: 65px;
}


.amazing_offer .holder_header .title,
.amazing_offer .holder_header .top_title {
    font-size: var(--font_x1);
    font-family: var(--font_head2);
    color: var(--crame2) !important;
    font-weight: 900;
}

.amazing_offer .holder_header .title {
    background: var(--white) !important;
    color: var(--red--500) !important;
}

.amazing_offer .holder_header .btn_text {
    padding: 1px 10px;
    background: var(--dark-500);
    color: var(--crame2) !important;
}

.amazing_offer .card_holder {
    display: flex;
    align-items: start;
    justify-content: start;
    gap: 20px;
    padding: 25px 0;
    overflow: unset;
    overflow: hidden;
    transition-property: transform, -webkit-transform;
    box-sizing: content-box;
    z-index: 5;
    position: relative;
}

.amazing_offer .click_drag {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    touch-action: pan-y;
}

.amazing_offer .card_holder .scroller {
    display: flex;
    align-items: start;
    justify-content: start;
    gap: 10px;
    overflow: unset;
    padding: 25px;
    box-sizing: border-box;
    touch-action: pan-y;
}

.amazing_offer .card_holder .item {
    background: var(--white);
    width: 250px;
    border-radius: var(--radius_10);
    border: 3px solid var(--light);
    transform: scale(1, 1);
    overflow: hidden;
    cursor: pointer;
}

.amazing_offer .card_holder .item .item_img {
    width: 250px;
    height: 250px;
    background: var(--white);
}

.amazing_offer .card_holder .item .item_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;

}

.amazing_offer .card_holder .item .item_title {
    font-weight: 600;
    text-align: center;
    padding: 0 5px;
    color: var(--dark-500);
}

.amazing_offer .card_holder .item .item_cost {
    justify-content: center;
    padding: 0 5px;
}

.amazing_offer .card_holder .item .item_cost .cost_off {
    font-weight: 900;
    font-size: var(--font_m);
}

.amazing_offer .card_holder .select {
    transform: scale(1.3);
    margin: 0 30px;
    background: var(--dark-500);
}

.amazing_offer .card_holder .select .item_title,
.amazing_offer .card_holder .select .item_cost {
    color: var(--white);
}


.image_box_holder {
    display: block;
    width: 100%;
    text-align: center;
    margin: 25px 0;
}

.image_box_holder .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.image_box_holder .w50 {
    overflow: hidden;
    width: calc(50% - 15px);
}

.grid_d_4 .item {
    width: 268px;
    overflow: hidden;
    border-radius: var(--radius_10);
}

.grid_d_2 .item {
    width: 268px;
    height: 200px;
    overflow: hidden;
    border-radius: var(--radius_10);
}

.grid_d_1 .item {
    width: fit-content;
    height: fit-content;
    overflow: hidden;
    border-radius: var(--radius_10);
    margin: auto;
}

.side_card_holder .grid_d_1 .item {
    width: 100%;
    height: 180px;
}

.big_image .item img,
.image_box_holder .item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.side_card_holder .big_image .item img,
.side_card_holder .image_box_holder .item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image_box_holder .w50 img {
    display: block;
    width: 100%;
    height: 250px;
    object-fit: contain;
}

.image_box_holder .w33 {
    overflow: hidden;
    width: 400px !important;
    height: 250px;
}

.image_box_holder .w33 img {
    display: block;
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.brand {
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    padding: 50px 0;
    overflow: hidden;
}

.brand .brand_holder {
    align-items: center;
    gap: 20px;
    overflow: auto;
}

.brand .item {
    width: 100px;
    height: 100px;
    display: grid;
    place-items: center;
}

.brand .item:last-child {
    margin-left: 0;
}

.brand .item img {
    width: 100%;
    object-fit: contain;
}

.product {
    display: block;
    margin: 35px auto;
    position: relative;
}

.blog .card_holder,
.product .card_holder {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 275px);
    overflow: hidden;
}

.scroller {
    padding: 5px;
    gap: 10px;
}

.card_item {
    width: 250px;
    height: 325px;
    background-color: var(--white);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

.card_item:hover {
    box-shadow: 0 0 1px rgba(230, 18, 61, 0.35);
}

.blog {
    background: var(--gray_100);
    padding: 20px 0;
}

.blog .card_item {
    width: 300px;
    height: 385px;
    background-color: var(--white);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: start;
    vertical-align: top;
    position: relative;
}

.card_item .btn_primary {
    display: flex;
    align-items: center;
    min-width: 35px;
    height: 35px;
    padding: var(--margin_m);
    justify-content: center;
    margin: 0 !important;
}

.card_item .btn_red {
    display: flex;
    align-items: center;
    min-width: 35px;
    height: 35px;
    padding: var(--margin_s) var(--margin_m);
    justify-content: center;
    margin: 0 !important;
}

.card_item .btn_red:hover {
    min-width: 35px;
    height: 35px;
}

.card_item_b {
    width: 100% !important;
    height: auto !important;
    background-color: var(--white);
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    margin-left: 0;
}

.card_item:last-child {
    margin-left: 0;
}

.card_item .card_img {
    width: 100%;
    height: 230px;
    border-radius: var(--radius_10);
    overflow: hidden;
    background-color: var(--white);
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.card_item_b .card_img {
    width: 100%;
    height: auto;
    max-height: 500px;
    background-color: var(--light);
    position: relative;
}

.card_img .item_image_action {
    position: absolute;
    top: 10px;
    right: 5px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.card_img .item_image_action i {
    font-size: 24px;
    padding: 5px;
    cursor: pointer;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.50);
}

.product_special {
    position: absolute;
    right: 0;
    top: 0;
    padding: 1px 5px;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(10px);
    color: var(--red--500);
    border-bottom: 1px solid var(--red--500);
    left: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    text-align: center;
    justify-content: center;
    z-index: 14;
    font-weight: 700;
    font-size: 12pt;
    background: #ffffff55;
}

.product_special span {
    font-family: var(--font_head);
    font-weight: 700;
    font-size: 12pt;
}

.card_item_b .sub_title {
    display: block;
    margin: 8px 0;
    color: var(--dark-500);
    font-weight: 600;
    text-align: justify;
    text-align-last: right;
}

.card_item_b .text {
    display: block;
    margin-bottom: 25px !important;
    color: var(--dark-500);
    font-weight: 400;
    text-align: justify;
    text-align-last: right;
    line-height: 1.7;
    height: auto !important;
}

.card_item_b .text ul {
    display: block;
    margin-right: 15px;
}

.card_item_b .text ul li {
    font-weight: 600;
    font-size: 10pt;
}

.card_item_b .text a {
    display: inline-block;
    font-weight: 500;
}

.card_item_b .text p {
    display: block;
    margin: 0 0 10px 0;
    font-family: var(--font_primary);
}

.card_item_b .text img {
    width: 100%;
    height: 500px;
    display: block;
    margin: 16px 0;
    object-fit: contain;
}

.card_item_b .text h2 {
    display: block;
    text-align: justify;
    font-weight: 600;
    color: var(--dark-500);
    margin: 10px 0 0 0;
}

.card_item_b .text h3 {
    display: block;
    font-size: 16pt;
    text-align: justify;
    font-weight: 600;
    color: var(--red--500);
    margin: 10px 0;
}

.card_item .item_cat {
    display: flex;
    justify-content: flex-start;
    font-size: 9pt;
    color: var(--dark-500);
    margin-bottom: 10px;
    align-items: center;
}

.card_item .item_cat .fa-star {
    color: var(--gold);
    font-size: 14px;
    margin-left: 5px;
    width: 14px;
    height: 14px;
    text-align: center;
    display: inline-block;
    vertical-align: unset;
}

.card_item .item_cat i {
    font-size: 14px;
    margin-left: 5px;
    width: 14px;
    height: 14px;
    text-align: center;
    display: inline-block;
    vertical-align: unset;
}

.card_item .item_cat strong {
    font-weight: 600;
}

.card_item .item_cat i {
    font-weight: 400;
    color: var(--gray);
}

.card_item .item_cat span {
    color: var(--dark-500);
}

.card_item .item_cat .tags {
    display: inline-block;
    margin: 0 3px;
    padding: 2px 5px;
    background: var(--light2);
    color: var(--red--500);
    border: 1px solid var(--red--500);
    box-shadow: 2px 2px 0 var(--red--500);
    font-size: 8pt;
}

.card_item .item_btn {
    float: left;
}

.card_item .item_btn i {
    font-size: 18px;
    width: 18px;
    height: 18px;
    color: var(--dark-500);
}

.post_action {
    display: block;
    padding: 20px 18px 0 18px;
    margin: 10px 0;
    border-top: 1px solid var(--gray_200);
}

.post_action .action_title {
    font-weight: 400;
    color: var(--dark-500);
    margin-left: 10px;
}

.post_action .action_like {
    display: inline-block;
    vertical-align: middle;
    color: var(--green);
    font-size: 18px;
    cursor: pointer;
    padding: 5px;
}

.post_action .action_dis_like span,
.post_action .action_like span {
    font-weight: 400;
    margin-right: 5px;
}

.post_action .action_dis_like {
    display: inline-block;
    vertical-align: middle;
    color: var(--danger);
    cursor: pointer;
    font-size: 18px;
    padding: 5px;
}

.card_item .card_img .image {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 5px;
    box-sizing: border-box;
    backdrop-filter: blur(15px);
    border-radius: var(--radius_10);
}

.card_item .card_img .image img {
    display: block;
    width: 100%;
    height: 100%;
    margin: auto;
    border-radius: var(--radius_10);
    object-fit: contain;
}

.blog_s {
    display: flex;
    align-items: start;
    padding: 0;
    background: none;
    justify-content: space-between;
    gap: 20px;
}

.blog_s .side {
    width: 270px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: sticky;
    top: 120px;
    max-height: calc(100vh - 120px);
    overflow: auto;
}

.blog_s .side .list {
    width: 100%;
    display: flex;
    background: var(--gray_100);
    padding: 15px;
    box-sizing: border-box;
    border-radius: var(--radius_10);
}

.side .list .list_title {
    display: flex;
    align-items: center;
    gap: 5px;
    color: var(--dark-500);
}

.side .list .list_title span {
    font-weight: 600;
    color: var(--dark-500);
}

.side .list .text {
    color: var(--gray_500);
    line-height: 1.7;
    text-align: justify;
}

.blog_s .side .author {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blog_s .side .author .right {
    width: calc(100% - 20px);
    display: flex;
    align-items: center;
    gap: 10px;
}

.blog_s .side .author .right img {
    width: 65px;
    height: 65px;
    border-radius: var(--radius_50);
    object-fit: cover;
}

.blog_s .main {
    width: calc(100% - 295px);
}

.blog_s .card_holder {
    width: 100%;
    margin: auto;
}

.blog_s .card_holder .card_item .card_img {
    height: 500px;
}

.blog .card_holder .card_item .card_img .date {
    display: block;
    font-size: 8pt;
    color: var(--dark-500);
    font-weight: 300;
    position: absolute;
    top: 15px;
    left: 15px;
    padding: 2px 5px;
    background: var(--white);
    box-sizing: border-box;
}

.blog .card_holder .card_item .card_img .date i {
    margin-left: 5px;
    display: inline-block;
}

.blog .card_holder .card_item .card_img .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card_item .card_detail {
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: start;
    width: 100%;
}

.card_item .card_detail .count {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: var(--font_s);
    color: var(--dark-500);
    margin: 5px 0;
}

.card_item .card_detail .count i {
    color: var(--red--400);
}

.card_item .card_detail .product_card_detail {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.card_item .card_detail .btn_red_light {
    float: left;
}

.card_item .card_detail .title,
.post_card_holder .card_item .card_detail .title {
    width: 100%;
    display: block;
    font-weight: 500;
    font-family: var(--font_head2);
    color: var(--dark-500);
    overflow: hidden;
    margin-bottom: 8px;
}

.blog .card_detail .text {
    display: block;
    color: var(--gray);
    overflow: hidden;
    font-size: 9pt;
    text-align: justify;
    line-height: 1.8;
    margin-bottom: 8px;
}

.tags {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: var(--font_s);
    background: var(--crame2);
    padding: 1px 3px;
    gap: 5px;
}


.tags a {
    color: var(--red--500);
}

.product_s_detail .list .tags {
    max-height: 15px;
    overflow: hidden;
}

.product_s_detail .list .tags:hover {
    max-height: fit-content;
}

.card_item .card_detail .cost_holder,
.post_card_holder .card_item .card_detail .cost_holder {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    margin-bottom: 10px;
}

.star_holder {
    font-size: 8pt;
    margin-bottom: 5px;
}

.star_holder i {
    color: var(--gold);
    margin: 0 2px;
}

.card_item .card_detail .cost_holder .cost,
.post_card_holder .card_item .card_detail .cost_holder .cost {
    font-family: var(--font_primary);
    font-weight: 300;
    color: var(--gray);
    text-decoration-line: line-through;
}

.card_item .card_detail .cost_holder .cost_off,
.post_card_holder .card_item .card_detail .cost_holder .cost_off {
    color: var(--gray);
}

.card_item .card_detail .cost_holder .cost_off span,
.post_card_holder .card_item .card_detail .cost_holder .cost_off span {
    font-weight: 900;
    font-size: var(--font_l);
    font-family: var(--font_head2);
    color: var(--dark-500);
}

.post_card_holder .card_item .card_detail .cost_holder .sold_out {
    font-family: var(--font_primary);
    font-weight: 300;
    color: var(--dark-500);
}

.post_card_holder .card_item .card_detail .cost_holder .card_time {
    color: var(--red--500);
}

.card_item .card_detail .cost_holder .cost_off img,
.post_card_holder .card_item .card_detail .cost_holder .cost_off img {
    margin-right: 5px;
}

.product .product_card_detail {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: end;
}

.product .product_card_detail .cost_holder {
    margin-bottom: 0 !important;
}

.product .product_card_detail .btn_red_light {
    padding: 4px 16px;
    font-size: 10pt;
}

.compare .card_holder .card_item {
    width: 200px;
    height: 200px;
    background-color: var(--white);
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
}

.compare .card_holder .card_item .card_img {
    height: 100px;
}

.compare .card_holder .card_item .card_detail {
    height: auto;
}

.remaining_time {
    display: block;
    width: 100%;
    height: 5px;
    background-color: var(--light);
    position: relative;
    overflow: hidden;
}

.remaining_time .time {
    display: block;
    width: 0;
    height: 5px;
    background-color: var(--red--500);
    position: absolute;
    left: 0;
    top: 0;

    /*animation-name: time;*/
    /*animation-duration: 10s;*/
    /*animation-iteration-count: infinite;*/
    /*animation-direction: alternate;*/
}

@keyframes time {
    0% {
        width: 0;
    }
    50% {
        width: 100%;
    }
    100% {
        width: 0;
    }
}

.holder_header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 270px;
    /*gap: 5px;*/
}

.product .holder_header .btn_img {
    width: 30px;
    height: 30px;
}

.amazing_offer .holder_header,
.product .holder_header {
    padding: 20px 0;
    box-sizing: border-box;
    background-image: linear-gradient(-45deg, #c1feaf, #49caac);
    border-radius: var(--radius_10);
    /*background-image: url("../img/special.png");*/
    /*background-blend-mode: screen;*/
    /*background-position: center;*/
    /*background-size: cover;*/
    overflow: hidden;
}

.suggested .holder_header {
    background-image: linear-gradient(-45deg, #f3b37b, #ff8062);
}

.random .holder_header {
    background-image: linear-gradient(-45deg, #02b5d7, #0184b1);
}

.blog .holder_header {
    background-image: linear-gradient(-45deg, #e3ecf5, #d5e1f5);
}

.amazing_offer .holder_header {
    background: var(--red--500);
}

/*.holder_header::before {*/
/*    content: "";*/
/*    width: 100%;*/
/*    height: 1px;*/
/*    background: var(--light2);*/
/*    position: relative;*/
/*    top: 35px;*/
/*    z-index: -1;*/
/*}*/

.holder_header .top_title {
    color: var(--dark-500);
    font-family: var(--font_primary);
    font-weight: 400;
}

.product .holder_header .top_title {
    color: var(--white);
}

.blog .holder_header .top_title {
    color: var(--dark-500);
}

.holder_header .title {
    color: var(--dark-500);
    font-size: 12pt;
    font-weight: 900;
    background: var(--white);
    font-family: var(--font_head2);
    display: block;
    width: 100%;
    padding: 5px 0;
    text-align: center;
    margin-bottom: 10px;
}

.holder_header .btn_text {
    font-size: 8pt;
    font-weight: 500;
    color: var(--red--500);
}

.category {
    display: flex;
    flex-direction: column;
    margin: auto;
}

.category .holder_header {
    height: auto;
    padding: 20px 0;
    box-sizing: border-box;
}

.category .card_holder {
    display: block;
    width: 100%;
}

.archive .card_holder {
    display: block;
    width: 100%;
    height: unset;
    background-image: none;
}

.article .card_holder {
    width: 100%;
    gap: 0 !important;
    overflow: unset !important;
}

.article .card_holder .card_item {
    width: calc(25% - 2px) !important;
    box-shadow: 0 0 1px transparent;
    border-radius: unset !important;
    border: 1px solid transparent;
    border-bottom: 1px solid var(--gray_200);
    max-width: unset !important;
}

.article .card_holder .card_item .card_detail .btn_red {
    display: none;
}

.article .card_holder .card_item:hover {
    border: 1px solid var(--gray_300);
    box-shadow: 0 0 10px rgba(81, 70, 72, 0.15);
    z-index: 1;
    transition: unset !important;
}

.category .card_holder .scroller {
    position: relative;
    display: flex;
    flex-direction: row;
    gap: 30px;
    padding: 15px 0;
    justify-content: center;
    margin: auto;
}

.archive .card_holder .scroller {
    position: unset;
    justify-content: center;
}

.category .card_holder .card_item {
    display: inline-block;
    box-sizing: border-box;
    width: 100px;
    height: auto;
    margin-left: 0;
    overflow: hidden;
    background: transparent;
    justify-content: unset;
}


.archive .card_holder .card_item {
    box-sizing: border-box;
    margin-left: 10px;
    width: 100px;
    text-align: center;
    padding: 0 5px;
}

.category .card_holder .card_item:hover {
    border: none !important;
    box-shadow: none !important;
}

.category .card_holder .card_item:last-child {
    margin-left: 0;
}


.category .card_holder .card_item .card_img {
    display: block;
    height: 60px;
    width: 60px;
    border-radius: 100px;
    position: relative;
    overflow: hidden;
    margin: auto;
    margin-bottom: 10px;
}

.category .card_holder .card_item:hover .card_img {
    transform: scale(1.05);
}


.category .card_holder .card_item .card_img img,
.archive .card_holder .card_item .card_img img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.category .card_holder .card_item .card_img .shadow {
    display: block;
    width: 100%;
    height: 100px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background: linear-gradient(to top, #403D3980, transparent);
}

.category .card_holder .card_item .card_detail {
    display: block;
    margin: 0;
    padding: 5px;
    text-align: center;
    font-weight: 900;
}

.category .card_holder .card_item .card_detail .title {
    margin: 0 !important;
    font-weight: 400;
}

.archive .card_holder .card_item .card_detail .title {
    font-weight: 400;
    color: var(--dark-500);
    font-size: var(--font_m);
}

.slider_btn_position {
    width: 100%;
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
    gap: 50px;
}

/*.product .slider_btn_position .btn_img {*/
/*    filter: brightness(1000%);*/
/*}*/
.slider_btn_position .btn_img {
    cursor: pointer;
    filter: brightness(1000%);
}

.blog .slider_btn_position .btn_img {

    filter: unset;
}

.slider_btn_position .holder_scroll_btn {
    width: 35px;
    height: 35px;
    /*border: 1px solid var(--dark);*/
    /*box-shadow: 2px 2px 0 var(--dark);*/
    text-align: center;
    padding-top: 8px;
    box-sizing: border-box;
    cursor: pointer;

    font-size: 14px;
    color: var(--dark-500);
    margin: var(--margin_s);
    border-radius: var(--radius_10);
    border: 1px solid var(--color-neutral-400);
}

.big_image {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 35px auto;
}

.side_card_holder .big_image {
    margin: 0;
}

.big_image .w100 img {
    display: block;
    width: 100%;
    height: 380px;
    object-fit: contain;
}

.big_image .w50 {
    width: calc(50% - 25px);
}

.big_image .w50 img {
    display: block;
    width: 100%;
    object-fit: contain;
    height: 300px;
}

footer {
    background: linear-gradient(to top, #F18B7D20, var(--white));
}

.back_to_up {
    text-align: center;
    font-size: 50px;
    color: var(--red--500);
    width: 100%;
    display: block;
}

.back_to_up img {
    width: 45px;
    height: 45px;
    object-fit: contain;
    filter: invert(50%) sepia(51%) saturate(8646%) hue-rotate(346deg) brightness(104%) contrast(97%);
}

.footer {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    padding: 35px 0;
}

.footer .footer_item {
    width: calc(33% - 25px);
}

.footer .footer_item .title {
    font-family: var(--font_head2);
    margin-bottom: 8px;
    font-weight: 500;
    display: block;
}

.footer .footer_item .text {
    margin-bottom: 8px;
    display: block;
    color: var(--gray);
    line-height: 1.8;
    text-align: justify;
    overflow: hidden;
}

.footer .footer_item .footer_menu {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer .footer_item .footer_menu .img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}

.footer .footer_item .footer_menu a {
    color: var(--gray);
}

.footer .footer_item .footer_social {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: end;
    gap: 20px;
    margin: 16px auto;
}

.footer .footer_item .footer_social a {
    font-size: 18px;
    color: var(--dark-500);
}

.copy_right {
    text-align: center;
    padding: 35px 0;
    border-top: 1px solid var(--pink);
}

.copy_right a {
    font-size: 12pt;
    font-weight: 800;
    color: var(--red--500);
}

.page_address {
    display: block;
    width: 100%;
    padding: 20px 24px;
    box-sizing: border-box;
}

.page_address i {
    margin-left: 8px;
    font-size: 6px;
}

.page_address a {
    color: var(--gray_400);
}

.page_address a:last-child {
    font-weight: 500;
    margin-left: 0;
}

.page_address .current {
    color: var(--gray_700);
}

.article {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 35px auto;
    box-sizing: border-box;
    /*min-height: 100vh;*/
}

.article .side {
    width: 250px;
    height: calc(100vh - 130px);
    overflow: hidden;
    background-color: var(--white);
    position: sticky;
    top: 120px;
    border-left: 1px solid var(--gray_200);
}

.side .side_title {
    display: flex;
    width: 100%;
    box-sizing: border-box;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 8px;
    font-weight: 800;
    font-family: var(--font_head);
    color: var(--dark-500);
}

.side .side_title span {
    font-weight: 800;
    font-family: var(--font_head2);
    color: var(--dark-500);
}

.side .side_title i {
    display: none;
    font-size: 18px;
}

.side .side_sub_title {
    display: block;
    padding: 12px 8px;
    font-weight: 500;
    color: var(--dark-500);
    box-sizing: border-box;
}

.side .side_sub_title span {
    font-weight: 500;
}

.side .btn_red_light {
    display: block;
    margin: 16px auto;
    width: calc(100% - 16px);
}

.search_side {
    margin: 0 auto 10px auto;
    width: calc(100% - 24px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;

}

.search_side input {
    padding: 7px 12px;
    width: calc(100% - 32px);
    border: none !important;
    box-shadow: unset !important;
}

.search_side input:focus {
    border: none !important;
    box-shadow: unset !important;
}

.search_side .search_btn {
    padding: 6px;
    font-size: 12px;
    cursor: pointer;
}

.filter_card {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    max-height: calc(100% - 115px);
    overflow: auto;
}

.filter_card .card_side {
    display: block;
    margin-bottom: 16px;
    width: 100%;
    box-sizing: border-box;
    gap: 5px;
}

.toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: var(--margin_m);
}

.toggle_holder {
    width: 30px;
    height: 17px;
    position: relative;
    border: 1px solid var(--gray_500);
    cursor: pointer;
    border-radius: var(--radius_10);
}

.toggle .title {
    font-family: var(--font_head);
    color: var(--dark-500);
}

.toggle .circle {
    display: block;
    width: 15px;
    height: 15px;
    background: var(--gray_500);
    position: absolute;
    left: 1px;
    top: 0;
    bottom: 0;
    border-radius: var(--radius_10);
    margin: auto;
}

.toggle_checked {
    border: 1px solid var(--red--500);
    box-shadow: 2px 2px 0 var(--red--500);
}

.toggle_checked .circle {
    background: var(--red--500);
    left: 14px;
}

.filter_card .card_side .list {
    max-height: 285px;
    overflow: auto;
    gap: 10px;
}

.filter_card .card_side .list .menu .title .list {
    width: 100%;
    padding-right: 6px;
    box-sizing: border-box;
    max-height: unset;
}

.side .card_side .side_sub_title {
    font-weight: 500;
    color: var(--dark-500);
    padding: 8px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.filter_card .card_side .menu {
    padding: 0 8px;
    box-sizing: border-box;
    margin-bottom: 5px;
}

.filter_card .card_side .cost_select {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    font-weight: 300;
    padding: 4px 16px;
    box-sizing: border-box;
}

.filter_card .card_side .cost_select input {
    width: calc(100% - 20px);
    font-weight: 500;
    font-size: 12pt;
    text-align: left;
}

.filter_card .card_side .menu .title {
    display: flex;
    align-items: center;
    cursor: pointer;
    width: 100%;
    flex-wrap: wrap;
    gap: 5px;
}

.filter_card .card_side .menu .title span {
    width: calc(100% - 20px);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: var(--gray_600) !important;
}

.filter_card .card_side .title i {
    display: inline-block;
    margin-left: 5px;
    color: var(--gray_600) !important;
    font-size: 8px;
}

.filter_card .card_side .menu .title:hover i,
.filter_card .card_side .menu .title:hover span {
    color: var(--red--500) !important;
}

.filter_card .card_side .select i {
    color: var(--red--500);
}

.filter_card .card_side .select .title span {
    color: var(--red--500);
}

.filter_card .card_side .menu .result {
    margin-top: 6px;
    height: auto;
    display: block;
    overflow: hidden;
}

.filter_card .card_side .menu .result a {
    color: var(--gray);
    display: block;
    margin-bottom: 8px;
    margin-right: 8px;
    font-size: 9pt;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.filter_card .card_side .menu .result a:before {
    content: "";
    width: 5px;
    height: 5px;
    display: inline-block;
    margin-left: 8px;
    border: 2px solid var(--dark-500);
}

.filter_delete {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: var(--pink);
    padding: 2px 8px;
    margin: 2px;
    border: 1px solid var(--pink);
    cursor: pointer;
}

.filter_delete i {
    margin-right: 8px;
}

.filter_delete span {

}

.article .main {
    width: calc(100% - 255px);
}

.article .card_holder {
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5px;
    padding: 0 2px;
    box-sizing: border-box;
}

.user_selected {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: flex-start;
    padding: 8px;
    box-sizing: border-box;
    margin-bottom: 5px;
    background: var(--white);
    border-bottom: 1px solid var(--gray_200);
}

.user_selected .d-right {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    position: relative;
}

.filter_btn {
    margin-left: 24px;
    display: none;
    align-items: baseline;
    flex-direction: row;
    cursor: pointer;
    color: var(--red--500);
}

.filter_btn i {
    margin-left: 4px;
}

.filter_btn span {
    font-weight: 600;
}

.user_selected .sort_holder {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    position: relative;
}

.user_selected .sort_holder .title {
    display: flex;
    align-items: baseline;
    flex-direction: row;
    font-weight: 600;
    margin-left: 8px;
}

.user_selected .sort_holder .title i {
    margin-left: 4px;
}

.user_selected .sort_holder .sort {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.close_sort {
    display: none;
    text-align: left;
}

.user_selected .sort_holder .sort_hidden {
    display: none;
}

.user_selected .sort_holder .sort a,
.user_selected .sort_holder .sort_hidden a {
    color: var(--dark-500);
    margin-left: 12px;
    cursor: pointer;
}

.user_selected .sort_holder .sort a i {
    padding: 5px;
    color: var(--red--500);
    cursor: pointer;
}

.user_selected .sort_holder .sort_selected,
.user_selected .sort_holder .selected {
    color: var(--red--500) !important;
    margin-left: 12px;
    font-weight: 500;
}

.user_selected .sort_holder .sort_selected {
    display: none;
}

.side_list_holder {
    padding: 0 16px 10px 16px;
    box-sizing: border-box;
}

.page_number {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    width: 100%;
    margin: 20px auto;
    text-align: center;
}

.page_number a {
    display: inline-block;
    vertical-align: middle;
    width: 35px;
    height: 35px;
    text-align: center;
    padding: 8px 10px;
    box-sizing: border-box;
    color: var(--dark-500);
    border: 1px solid var(--gray_200);
    border-radius: var(--radius_10);
}

.page_number .selected {
    border: 1px solid var(--red--500);
    color: var(--red--500);
}

.page_number a:hover {
    border: 1px solid var(--red--500);
    color: var(--red--500);
}

.archive_description {
    padding: 0 24px;
    box-sizing: border-box;
    display: block;
    width: 100%;
    margin: 50px auto !important;
}

.archive_description .title {
    display: block;
    font-weight: 600;
    font-size: 12pt;
    color: var(--dark-500);
    font-family: var(--font_head2);
    margin-bottom: 16px;
}

.archive_description .sub_title {
    display: block;
    font-weight: 600;
    color: var(--dark-500);
    margin-bottom: 16px;
}

.archive_description .text {
    display: block;
    text-align: justify;
    line-height: 1.7;
    color: var(--dark-500);
    margin-bottom: 16px;
}

.archive_description a {
    font-weight: 600;
}

.archive_description img {
    display: block;
    width: 600px;
    margin: 8px auto;
}

.product_s {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin: auto auto 35px auto;
}

.product_s .product_image {
    display: flex;
    flex-direction: column;
    width: 400px;
    position: relative;
    gap: 10px;
}

.product_s .product_image .image {
    position: relative;
    background: var(--white);
    border-radius: var(--radius_15);
    border: 1px solid var(--gray_100);
    overflow: hidden;
}

.blog_s .card_holder .card_item .card_img .product_img_action,
.product_s .product_image .image .product_img_action {
    flex-direction: column;
    position: absolute;
    right: 5px;
    top: 5px;
}

.product_img_action .btn_black_secondary {
    padding: var(--margin_m);
    border-radius: var(--radius_oval);
    font-size: 18px;
    border: none;
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
}

.product_img_action .btn_black_secondary i {
    font-size: 18px;
}

.product_s .product_image .image .product_img_action .btn_pink_light {
    margin-bottom: 10px;
    padding: 8px 8px;
}

.product_s .product_image .image .product_big_image {
    width: 680px;
    height: 400px;
    position: relative;
    overflow: hidden;
}

.product_s .product_image .image .product_big_image .btn_text {
    display: block;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    font-size: 80px;
    color: var(--pink);
    cursor: pointer;
}

.product_s .product_image .image .product_big_image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product_s .product_image .card_img_list {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    overflow: auto;
    max-width: 100%;
    margin: auto;
    gap: 10px;
    background: #ffffff88;
}

.product_s .product_image .card_img_list img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    cursor: pointer;
}

.list_background {
    display: flex;
    flex-direction: column;
    align-items: start;
    padding: 10px 20px;
    width: 100%;
    box-sizing: border-box;
    border-radius: var(--radius_10);
    background-image: linear-gradient(-45deg, #c1feaf88, #49caac88);
}

.list_background_gray {
    background-image: linear-gradient(-45deg, #e3ecf5, #d5e1f5);
}
.list_background_light {
    background-image: linear-gradient(-45deg, #e3ecf522, #d5e1f522);
}
.list_background_blue {
    background-image: linear-gradient(-45deg, #02b5d7, #0184b1);
}

.list_background_gray .title strong {
    font-weight: 600;
}

.list_background .title {
    display: flex;
    align-items: start;
    gap: 8px;
    margin-bottom: 5px;
    font-size: var(--font_r) !important;
    text-align: justify;
}

.list_background .title i {
    color: var(--red--400);
    font-size: 20px;
}

.list_background .detail {
    color: var(--gray_600);
}

.product_s .product_s_detail {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 24px;
    width: calc(100% - 425px);
    padding: 10px;
    box-sizing: border-box;
}

.product_s .product_s_detail .product_s_detail_header {
    width: 100%;
    margin-bottom: 16px;
    border-bottom: 1px solid var(--gray_200);
    align-items: center;
}

.product_s .product_s_detail .s_detail {
    width: 100%;
    display: flex;
}

.product_s .product_s_detail .s_detail .sub_title {
    display: block;
    color: var(--gray_600);
    width: 100%;
}

.product_s .product_s_detail .title {
    font-size: 12pt;
    font-weight: 800;
    padding: 8px 0;
    width: 100%;
}

.product_s .product_s_detail .s_detail .title {
    font-size: 10pt;
}

.product_s .product_s_detail .user_result {
    margin-bottom: 16px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: calc(100% - 305px);
    padding-left: 5px;
    gap: 6px;
    box-sizing: border-box;
}

.product_s .product_s_detail .user_result .list {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 8px;
    color: var(--gray);
    align-items: center;
    gap: 5px;
    width: 100%;
    border-bottom: 1px dashed var(--gray_100);
    margin-bottom: 8px;
}

.product_s .product_s_detail .user_result .list .delivery_img {
    width: 90px;
    object-fit: contain;
    position: absolute;
    left: 0;
    bottom: 0;
}
.product_s .product_s_detail .user_result .list .text ul {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.product_s .product_s_detail .user_result .list .label {
    color: var(--dark2);
    font-family: var(--font_head2);
    font-weight: 500;
}

.product_s .product_s_detail .user_result .list strong {
    color: var(--gray_500);
    font-weight: 400;
}

.product_s .product_s_detail .user_result .list .text a {

}

.product_s .product_s_detail .user_result .list .text ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    gap: 10px 5px;
    list-style: none;
    box-sizing: border-box;
    align-items: stretch;
}

.product_s .product_s_detail .user_result .list .text ul li {
    background: var(--gray_100);
    border-radius: var(--radius_10);
    padding: 15px 10px;
    width: calc(33% - 10px);
    box-sizing: border-box;
}

.product_s .product_s_detail .user_result .list .text ul li i {
    font-size: 12px;
    color: var(--green_600);
    margin-left: 3px;
}


.product_s .product_s_detail .comment_result {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: flex-start;
    margin-bottom: 8px;
}

.gold {
    color: var(--gold);
}

.product_s .product_s_detail .comment_result .score:first-child {
    margin-right: 0;
}

.product_s .product_s_detail .comment_result .score {
    margin: 0 8px;
    color: var(--gray);
}

.product_s .product_s_detail .comment_result .fa-circle {
    font-size: 10px;
    color: var(--pink);
}

.product_s .product_s_detail .comment_result strong {
    color: var(--dark-500);
}

.product_s .product_s_detail .description span {
    color: var(--gray);
    margin: 0 8px 0 4px;
}

.product_s .product_s_detail .product_cat {
    margin-bottom: 24px;
}

.product_s .product_s_detail .product_cat .list {
    margin-bottom: 6px;
}

.product_s .product_s_detail .product_cat .list .label {
    margin-left: 6px;
    font-weight: 600;

}

.product_s .product_s_detail .cost_holder {
    display: flex;
    width: 300px;
    background: var(--light);
    padding: 8px;
    box-sizing: border-box;
    flex-direction: column;
    gap: 10px;
    height: fit-content;
}

.product_s .product_s_detail .action_holder {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 30px;
}

.product_s .product_s_detail .cost_holder .list {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 10px;
    border-bottom: 1px solid var(--red_sec);
    padding-bottom: 5px;
}

.product_s .product_s_detail .cost_holder .list .sub_title {
    font-weight: 400;
}

.product_s .product_s_detail .border_style_gray .flex {
    flex-direction: column;
    width: 100%;
}

.product_s .product_s_detail .product_cost {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
}

.num_action_holder {
    display: flex;
    align-items: center;
    justify-content: center;
}

.num_action_holder .label {
    margin-left: 16px;
}

.num_action_holder .detail {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 15px;
    gap: 10px;
    border-radius: var(--radius_25);
    border: 1px solid var(--gray_200);
}

.num_action_holder .detail i {
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 6px;
    color: var(--white);
    background: var(--gray_600);
    border-radius: var(--radius_oval);
    cursor: pointer;
}

.num_action_holder .detail span {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    text-align: center;
}

.num_action_holder .detail input {
    min-width: 70px;
    max-width: 70px;
    height: 30px;
    text-align: center;
}

.product_cost .discount {
    display: flex;
    align-items: baseline;
}

.product_cost .discount .discount_value {
    color: var(--red--500);
    padding: 3px;
    text-align: center;
    box-sizing: border-box;
    font-size: 9pt;
    min-width: auto;
    font-weight: 600;
    text-decoration-line: line-through;

}

/*.product_cost .discount span {*/
/*    font-family: var(--font_primary);*/
/*    font-weight: 300;*/
/*    color: var(--gray);*/
/*    text-decoration-line: line-through;*/
/*    font-size: 12pt;*/
/*    min-width: 150px;*/
/*    display: inline-block;*/
/*    text-align: left;*/
/*}*/

.product_cost .cost i,
.product_cost .cost span {
    color: var(--dark-500);
    padding: 5px 10px;
    text-align: center;
    box-sizing: border-box;
    margin-left: 4px;

}

.product_cost .cost strong {
    font-size: 14pt;
    min-width: 150px;
    display: inline-block;
    text-align: left;

}

.product_s .product_s_detail .product_count {
    padding: 5px 10px;
    display: flex;
    flex-direction: row;
    align-items: baseline;

}

.product_s .product_s_detail .product_count .label {
    margin-left: 34px;
    font-weight: 600;
}

.product_s .product_s_detail .product_count .count span {
    margin: 0 8px;
}

.product_s .product_s_detail .product_count .count i {
    width: 30px;
    height: 30px;
    border: 1px solid var(--gray_light);
    box-shadow: 2px 2px 0 var(--gray_light);
    text-align: center;
    padding: 8px;
    box-sizing: border-box;
    cursor: pointer;
}

.product_detail {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: wrap;
    background-color: var(--light);
    border: 1px solid var(--gray_100);
    border-radius: var(--radius_10);
    padding: 0 10px;
    margin: 20px auto;
    box-sizing: border-box;
}

.product_detail .detail_header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid var(--gray_200);
    background: var(--light);
    position: sticky;
    z-index: 1;
}

.product_detail .detail_header a {
    display: inline-block;
    color: var(--dark-500);
    font-weight: 500;
    font-family: var(--font_head2);
    padding: 16px 8px;
    box-sizing: border-box;
    position: relative;
}

.product_detail .detail_header .current {
    /*border-bottom: 3px solid var(--red--500);*/
}

.product_detail .detail_header .current:before {
    content: "";
    width: 75%;
    height: 5px;
    background: var(--red--500);
    position: absolute;
    bottom: 0;
    border-radius: 5px 5px 0 0;
}

.holder {
    display: block;
    width: 100%;
    padding: var(--margin_m) 0;
    margin: 20px 0;
    box-sizing: border-box;
}

.holder .label {
    display: block;
    font-size: var(--font_x);
    font-weight: 600;
    font-family: var(--font_head2);
    margin-bottom: 15px;
    width: fit-content;
    border-bottom: 3px solid var(--red--500);
}

.holder .table {
    display: flex;
    width: 100%;
    flex-direction: column;
}

.holder .table .table_field {
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: center;
    border-bottom: 1px dashed var(--gray_light);
}

.holder .table .table_field:last-child {
    border-bottom: none;
}

.holder .table .table_field:nth-child(2n + 0) {
    background-color: var(--light);
}

.holder .table .table_field .field_header {
    width: calc(30% - 5px);
    box-sizing: border-box;
    background: var(--gray_100);
    padding: 10px 5px;
}

.holder .table .table_field .btn_normal {
    padding: 0 var(--margin_l);
    margin: 0;
}

.holder .table .table_field .field_header .title {
    color: var(--dark2);
}

.holder .table .table_field .field_header i {
    display: inline-block;
    margin-left: 5px;
}

.holder .table .table_field .field_detail {
    width: calc(70% - 5px);
    color: var(--dark-500);
    padding: 10px 5px;
    box-sizing: border-box;
}

.holder .table .table_field .field_detail .color_green {
    border-radius: var(--radius_oval);
    background: var(--green_100);
    padding: 5px;
}

.holder .table .table_field .field_detail .red_color {
    border-radius: var(--radius_oval);
    background: var(--red--100);
    padding: 5px;
}

.product_detail .description {
    border-bottom: 1px solid var(--gray_200);
}

.product_detail .description .text {
    display: block;
    padding: 10px 0;
}

.product_detail .description .text h3 {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
}

.product_detail .description .text p {
    display: block;
    margin-bottom: 16px;
}

.comment {
    display: flex;
    align-items: start;
    justify-content: space-between;
    width: 100%;
    gap: 30px;
}

.comment .comment_side {
    width: 370px;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 5px;
}

.comment .comment_main {
    display: flex;
    flex-direction: column;
    width: calc(100% - 400px);
}

.comment .comment_item {
    display: block;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 15px;
    border-bottom: 1px solid var(--gray_light);
}

.comment .comment_item:last-child {
    border-bottom: none;
}

.comment .comment_item .comment_item {
    padding: 5px 30px;
    background: var(--crame2);
}

.comment .comment_item .comment_head {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 10px;
}

.comment .comment_item .comment_head .fa-square {
    font-size: 6px;
}

.comment .comment_item .comment_head .comment_name {
    font-weight: 500;
    color: var(--gray_500);
}

.comment .comment_item .comment_middle {
    display: flex;
    align-items: baseline;
}

.comment .comment_item .comment_head .date {
    font-size: 8pt;
    color: var(--gray_500);
}

.comment .comment_item .comment_head .is_buy {
    background-color: var(--green_light);
    color: var(--green);
    padding: 2px 6px;
    font-size: 9pt;
    border-radius: var(--radius_15);
    margin: 0 8px;
}

.comment .comment_item .comment_head .not_is_buy {
    background-color: var(--red--100);
    color: var(--red--500);
    padding: 2px 6px;
    font-size: 9pt;
    border-radius: var(--radius_15);
    margin: 0 8px;
}

.comment .comment_item .replay {
    border-bottom: 2px solid var(--red);
}

.comment .comment_item .comment_text {
    line-height: 1.7;
    display: block;
    width: 100%;
    text-align: justify;
    font-size: 11pt;
    padding: 8px 0;
    box-sizing: border-box;
}

.comment .comment_item .comment_footer {
    display: flex;
    margin-top: 3px;
    justify-content: space-between;
    align-items: center;
    padding: 4px 0;
    box-sizing: border-box;
}

.comment_form {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: fixed;
    bottom: 0;
    top: 0;
    margin: auto;
    left: 0;
    right: 0;
    scale: 0;
    max-width: 500px;
    width: 100%;
    height: fit-content;
    max-height: calc(100% - 20px);
    background: white;
    padding: 0;
    z-index: 10;
    border-radius: var(--radius_10);
    border: 1px solid var(--gray_200);
}

.comment_form .form_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid var(--gray_200);
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    font-size: 12pt;
    font-weight: 500;
    color: var(--dark-500);
}

.comment_form .form_head i {
    color: var(--red--500);
    font-size: 18px;
    cursor: pointer;
}

.comment_form .comment_score {
    margin: 8px 0;
    padding: 5px 15px;

}

.comment_form .comment_score i {
    cursor: pointer;
    color: var(--yellow-500);
}

.comment_form .text_area {
    display: block;
    margin: 8px auto;
    padding: 8px 16px;
    width: calc(100% - 15px);
    min-width: calc(100% - 15px);
    max-width: calc(100% - 15px);
    min-height: 150px;
    box-sizing: border-box;
}

.comment_form .btn_red_light {
    background-color: var(--pink);
    color: var(--dark-500);
}

.comment_form_product {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    gap: 20px;
    border-bottom: 1px solid var(--gray_200);
    margin-bottom: 25px;
}

.comment_form_product img {
    width: 60px;
    height: 60px;
    border-radius: var(--radius_10);
    object-fit: contain;
}

.comment_form_product .title {
    width: calc(100% - 80px);
    color: var(--dark-500);
    font-weight: 500;
}

/*************************************/

.cart_holder {
    display: flex;
    align-items: start;
    gap: 5px;
}

.cart_holder .cart_holder_header {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    justify-content: space-between;
    border-bottom: 1px solid var(--red--500);
}

.cart_holder .cart_holder_header .cart_title {
    font-weight: 600;
    font-family: var(--font_head2);
}

.cart_holder .cart_holder_header .cart_title span {
    background: var(--red--500);
    padding: 3px;
    font-size: 9pt;
    color: var(--white);
    margin-right: 5px;
}

.cart_holder .cart_holder_header .cart_sub_title {
}

.cart_holder .cart_product_item {
    width: calc(100% - 300px);
}

.cart_product_item .product_item {
    display: flex;
    align-items: start;
    gap: 10px;
    padding: 20px;
    border-bottom: 1px solid var(--gray);
}

.cart_product_item .product_item:last-child {
    border-bottom: none;
}

.cart_product_item .product_item .cart_product_head {
    display: flex;
    flex-direction: column;
    width: 120px;
    gap: 10px;
}

.cart_product_item .product_item .cart_product_head .cart_image {
    width: 100%;
    height: 120px;
}

.cart_product_item .product_item .cart_product_head .cart_image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.cart_product_item .product_item .cart_product_head .product_special {
    position: unset;
    font-family: var(--font_head2);
    text-align: center;
}

.cart_count {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    padding: 5px;
}

.cart_count .btn_count {
    padding: 5px;
    cursor: pointer;
    color: var(--red--500);
}

.cart_count .num {
    color: var(--red--500);
}

.cart_product_item .product_item .cart_product_detail {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: calc(100% - 170px);
}

.product_cost .item_cost strong,
.product_cost .item_cost_off strong {
    font-weight: 600;
    font-size: 10pt;
    font-family: var(--font_head2);
}

.cart_product_detail .cart_detail {
    display: flex;
    flex-direction: column;
}

.cart_product_detail .cart_detail .title {
    font-family: var(--font_head2);
    font-weight: 500;
    color: var(--dark-500);
}

.cart_product_detail .product_cost .discount {
    margin-bottom: 0;
}

.cart_holder .cart_price_item {
    width: 300px;
    position: sticky;
    top: 105px;
}

.cart_form .cost_total {
    border-bottom: 1px solid var(--gray_light);
    border-top: 1px solid var(--gray_light);
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 20px;
}

.cart_form .cost_total .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
}

.discount_code .label,
.cart_form .cost_total .item .label {
    font-weight: 400;
}

.cart_form .cost_total .item strong {
    font-size: var(--font_l);
}

.cart_form .sub_title {
    display: block;
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
    text-align: justify;
    font-size: var(--font_m);
}

.back_light {
    background: var(--crame2);
}

.cart_form .sub_title strong {
    color: var(--red--500);
}

.cart_form .cost_total:last-child {
    border-top: none;
}

.cart_form .form_btn_holder {
    width: 100%;
    flex-direction: column;
    gap: 10px;
    padding: 0 10px;
    box-sizing: border-box;
}

.cart_address_item .address_item {
    display: flex;
    align-items: start;
    width: 100%;
    justify-content: space-between;
}

.cart_address_item .address_item .address_item_detail {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.cart_product_item .cart_address_item {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px;
    border-bottom: 1px solid var(--gray_500);
}

.cart_product_item .cart_address_item:last-child {
    border-bottom: none;
}

.cart_product_item .cart_address_item_select {
    background: var(--crame2);
}

.cart_address_item .address_item .other_info,
.cart_holder .item .address_item .other_info {
    color: var(--dark-500);
    font-family: var(--font_head2);
}

.cart_address_item .address_item .other_info strong,
.cart_holder .item .address_item .other_info strong {
    color: var(--dark-500);
    margin-left: 5px;
    font-weight: 600;
}
.cart_product_item .product_item .back_green,
.cart_product_item .product_item .back_red {
    border-radius: 2px;
    margin: 5px 0;
    padding: 5px 0;
}

.back_red {
    background: var(--red_light);
    color: var(--red);
}

.cart_form .btn_blue_secondary,
.cart_form .btn_second,
.cart_form .btn_primary {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 100%;
}

.back_img {
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.back_green {
    background: var(--green_light);
    color: var(--success);
}

.back_orange {
    background: var(--orange--200);
    color: var(--orange--500);
}

.back_blue {
    background: #ebedffaa;
    color: var(--blue_500);
    backdrop-filter: blur(10px);
}

.back_dark {
    background: var(--dark-500);
    color: var(--orange--500);
}

.cart_holder .item .address_item .title {
    display: block;
    color: var(--dark-500);
    font-family: var(--font_head);
    font-weight: 600;
    font-size: var(--font_l);
}

.cart_holder .item .address_item .text {
    margin-bottom: var(--margin_m);
    color: var(--gray);
}

.cart_holder .item .address_item .cost_info {
    align-items: center;
}

.cart_holder .cart_price_item .discount_code {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 10px;
    box-sizing: border-box;
    margin: 10px 0;
    gap: 5px;
}

.cart_holder .cart_price_item .discount_code input {
    width: 100%;
    box-sizing: border-box;
    margin: 0 !important;
}

/*************************************/
.cart .item .post_info {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 135px);
}

.cart .item .post_info .other_info {
    color: var(--dark-500);
    font-family: var(--font_head);
}

.cart .item .post_info .other_info strong {
    color: var(--dark2);
    margin-left: 5px;
}

.cart .item .post_info .title {
    display: block;
    color: var(--dark-500);
    font-family: var(--font_head);
    font-weight: 600;
    font-size: var(--font_l);
}

.cart .item .post_info .text {
    margin-bottom: var(--margin_m);
    color: var(--gray);
}

.time .cart_item .cart_detail {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex: unset;
    cursor: pointer;
}

.time .cart_item .cart_detail .cart_icon {
    margin-bottom: 16px !important;
    width: 45px;
    height: 45px;
}

.time .cart_item .cart_detail .cart_icon i {
    font-size: 24px;
}

.time .cart_item .cart_detail .sub_title {
    font-size: 12pt !important;
    font-weight: 600;
}

.time .cart_item .selected .cart_icon {
    color: var(--red--500);
    background: pink;
    border: 1px solid var(--red--500);
    box-shadow: 2px 2px 0 var(--red--500);
}

.btn_circle {
    border-radius: var(--radius_10) !important;
}

.cart_action .text_btn {
    width: 35px;
    height: 35px;
    display: block;
    text-align: center;
    padding: 3px 0;
    box-sizing: border-box;
    font-size: 18px;
}

.cart_action .text_btn i {
    margin: 0;
}

.address .btn_gray {
    margin-top: 10px;
}

/*********************************************************/

.faq_holder {
    display: flex;
    margin: 0 auto 18px auto;
    position: relative;
    width: calc(100% - 335px);
}

.faq_holder .flex {
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    gap: 10px;
}

.article .faq_holder .card_item {
    width: 200px;
    height: 200px;
    padding: 10px;
    border-radius: var(--radius_10);
    box-sizing: border-box;
    text-align: right;
    border: 1px solid var(--gray_200);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--dark-500);
    gap: 10px;
}

.category_list {
    gap: 10px;
    width: 100%;
}

.category_list .card_item {
    width: 100% !important;
    height: auto !important;
    padding: 15px 10px !important;
    border-radius: unset !important;
    border: none !important;
    border-bottom: 1px solid var(--gray_100) !important;
}

.category_list .card_item:hover {
    border: none !important;
    background: var(--red--100);
    box-shadow: unset !important;
    border-bottom: 1px solid var(--red--500) !important;
}

.faq_holder .card_item .faq_icon {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--gray);
    font-size: 36px;
}

.faq_holder .card_item .faq_icon i {
    color: var(--gray);
    font-size: 36px;
}

.faq_holder .card_item .title {
    font-family: var(--font_head2);
    font-weight: 600;
    cursor: pointer;
}

.faq_holder .card_item:hover .title {
    color: var(--red--500);
}

.faq_holder .card_item .text {
    font-size: 9pt;
    color: var(--gray);
}

.faq {
    display: flex;
    flex-direction: column;
}

.faq .filter_btn {
    margin-bottom: 8px;
}

.faq .item {
    display: flex;
    flex-direction: column;
    padding: 16px;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 16px;
    border: 1px solid var(--gray);
    box-shadow: 2px 2px 0 var(--gray);
    cursor: pointer;
}

.faq .item .faq_head {
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}

.faq .item .result {
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    overflow: hidden;
}

.faq .item .faq_head .title {
    width: calc(100% - 50px);
    font-weight: 600;
    color: var(--dark-500);
}

.faq .card_holder .card_item .card_detail .title {
    height: auto !important;
    font-size: 10pt !important;
}

.faq .item .faq_head i {
    width: 45px;
    text-align: center;
    font-size: 16px;
}

.res_bottom_result {
    position: fixed;
    bottom: -1000%;
    width: 100%;
    background-color: var(--white);
    padding: 24px 24px 50px 24px;
    box-sizing: border-box;
    z-index: 11;
}

.set_address {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}

.set_address .title {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 11pt;
    color: var(--dark-500);
}

.set_address .title i {
    color: var(--red--500);
    font-size: 18px;
    padding: 5px;
    cursor: pointer;
}

.set_address textarea {
    margin-bottom: 24px;
}

.service_holder {
    display: flex;
    flex-wrap: wrap;
    margin: 30px auto !important;
    justify-content: space-between;
    background: var(--gray_100);
    padding: 20px;
    box-sizing: border-box;
    gap: 10px;
    border-radius: var(--radius_25);
}

.service_holder .service {
    display: inline-block;
    vertical-align: middle;
    width: calc(25% - 10px);
    padding: 4px 8px;
    overflow: hidden;
    box-sizing: border-box;
    background: var(--white);
    border-radius: var(--radius_10);
}

.service_holder .service img {
    width: 56px;
    height: 56px;
    object-fit: contain;
}

.service_holder .service i {
    display: inline-block;
    vertical-align: top;
    font-size: 24px;
    width: 45px;
    height: 45px;
    color: var(--dark-300);
    margin: 8px 8px 4px 0;
    border: 1px solid var(--gray_200);
    border-radius: var(--radius_10);
    text-align: center;
    padding-top: 8px;
    box-sizing: border-box;
}

.service_holder .service .title {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 80px);
    margin-right: 5px;
    color: var(--gray);
}

.service_holder .service .title span {
    display: block;
}

.service_holder .service .title .head {
    font-family: var(--font_head2);
    font-weight: 900;
    margin: 8px 0;
}

.service_holder .service .title .text {
    font-size: 9pt;
}

.service_holder .service:hover .title,
.service_holder .service:hover i {
    color: var(--red--500);
}

.error_page,
.Error_holder {
    text-align: center;
    /*position: absolute;*/
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    /*height: 200px;*/
    width: 100%;
    display: block;
    padding: 50px;
    box-sizing: border-box;
}

.error_page img,
.Error_holder img {
    width: 200px;
    height: 200px;
    object-fit: contain;
}

.error_page i,
.Error_holder i {
    font-size: 100px;
    color: var(--gray_500);
}

.error_page span,
.Error_holder span {
    font-size: 16pt;
    display: block;
    margin: 15px auto;
    color: var(--gray_500);
    font-family: var(--font_head2);
}

.error_page .btn_secondary,
.error_page .btn_secondary_gray,
.Error_holder .btn_secondary,
.Error_holder .btn_secondary_gray {
    width: 150px;
    margin: auto;
    text-align: center;
    justify-content: center;
}

.product_full_img {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    max-width: 908px;
    max-height: 800px;
    margin: auto;
    transform: scale(0.9);
    z-index: -1;
    overflow: hidden;
    background: var(--white);
    /*border: 1px solid var(--dark);*/
    /*box-shadow: 2px 2px 0 var(--dark);*/
    border-radius: var(--radius_10);
    border: 1px solid var(--gray_light);
}

.product_full_img .head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border-bottom: 1px solid var(--gray_100);
}

.product_full_img .head span {
    font-weight: 600;
    font-family: var(--font_head2);
}

.product_full_img .gallery_image {
    height: 80px;
    margin: auto;
    gap: 10px;
    overflow: auto;
}

.product_full_img .product_big_image {
    display: block;
    width: 100% !important;
    height: calc(100% - 140px) !important;
    object-fit: contain !important;
    margin-left: 0 !important;
}

.product_full_img .holder_scroll_btn_right {
    width: 45%;
    height: calc(100% - 140px);
    background: transparent;
    display: grid;
    place-items: center start;
    cursor: pointer;
    padding-right: 10px;
    box-sizing: border-box;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    font-size: 30px;
    margin: auto;
}

.product_full_img .holder_scroll_btn_left {
    width: 45%;
    height: calc(100% - 140px);
    background: transparent;
    display: grid;
    place-items: center end;
    cursor: pointer;
    position: absolute;
    font-size: 30px;
    padding-left: 10px;
    box-sizing: border-box;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.product_full_img_show {
    display: block;
    transform: scale(1.0) !important;
    z-index: 12 !important;
}

.accepted {
    color: var(--green);
}

.refused {
    color: var(--red--500);
}

.error_part_green {
    background: var(--green);
    color: var(--white);
    padding: 5px 10px;
    display: block;
    margin: auto;
    text-align: center;
    font-size: 9pt;
    border: 1px solid var(--success);
    box-shadow: 2px 2px var(--success);
}

.error_part_red {
    background: var(--red--500);
    color: var(--white);
    padding: 5px 10px;
    display: block;
    margin: auto;
    text-align: center;
    font-size: 9pt;
    border: 1px solid var(--red_2);
    box-shadow: 2px 2px 0 var(--red--500);
}

.error_part_orange {
    background: var(--orange_light);
    color: var(--white);
    padding: 5px 10px;
    display: block;
    margin: auto;
    text-align: center;
    font-size: 9pt;
    border: 1px solid var(--orange_very_light);
    box-shadow: 2px 2px 0 var(--orange_very_light);
}

.error_part_blue {
    background: var(--primary);
    color: var(--white);
    padding: 5px 10px;
    display: block;
    margin: auto;
    text-align: center;
    font-size: 9pt;
    border: 1px solid var(--blue);
    box-shadow: 2px 2px 0 var(--blue);
}

.file_item {
    display: inline-block;
    vertical-align: top;
    width: calc(20% - 15px);
    min-width: 100px;
    background-color: var(--light);
    margin: 5px;
}

.file_item img {
    display: block;
    width: 100%;
    object-fit: contain;
}

.file_item i {
    display: block;
    width: 100%;
    padding: 50px 0;
    text-align: center;
    color: var(--red--500);
    font-size: 30px;
}

.progress_bar {
    display: block;
    position: relative;
    width: 100%;
    height: 35px;
    background-color: #2c3e50;
    overflow: hidden;
    margin: 10px 0;
}

.progress_bar .bar_yellow,
.progress_bar .bar_red,
.progress_bar .bar_green {
    display: block;
    position: absolute;
    height: 35px;
}

.progress_bar .bar_yellow {
    background-color: #e67e22;
}

.progress_bar .bar_red {
    background-color: #b94a48;
}

.progress_bar .bar_green {
    background-color: #28a745;
}

.progress_bar .title {
    display: block;
    position: absolute;
    top: 0;
    height: 35px;
    color: #ffffff;
    width: 100%;
    text-align: center;
    padding-top: 5px;
}

.card_item .detail {
    width: 100%;
    display: block;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 0;
}

.card_item .detail .detail_header {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.card_item .detail .detail_header .item_header_holder {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.card_item .detail .detail_header .header_action {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.card_item .detail .detail_header .item_cat {
    margin-bottom: 0;
    background: var(--gray_600);
    color: var(--white) !important;
    padding: 3px;
    border-radius: var(--radius_10);
}

.card_item .detail .detail_header .item_cat i,
.card_item .detail .detail_header .item_cat span {
    color: var(--white) !important;
}

.card_item .detail .detail_header .btn_secondary {
    margin-bottom: 0;
    padding: 3px;
    border-radius: var(--radius_10);
}

.detail .tags {
    display: inline-block;
    margin: 0 3px;
    font-size: 8pt;
    border-radius: 5px;
    padding: 2px 5px;
    background: var(--crame);
    color: var(--red--500);
    box-shadow: none;
    border: none;
}

.card_item .detail .title {
    font-size: var(--font_l);
    text-align: left;
    font-weight: 500;
    color: var(--white);
    display: block;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    direction: ltr;
    margin: 5px 0;
}
.blog_s .card_item .detail .title {
    text-align: right;
    color: var(--dark-500);
    direction: rtl;
    margin: 15px 0;
}

.post_inner_side {
    width: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 1px solid var(--gray_100);
    border-radius: var(--radius_10);
    padding: 20px;
    box-sizing: border-box;
}

.post_inner_side .title {
    text-align: center !important;
    color: var(--gray_600) !important;
}

.post_inner {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.post_inner .card_item .title {
    font-size: 10pt;
    text-align: right;
    direction: rtl;
    color: var(--dark-500);
}

.card_item .detail .sub_title {
    font-size: var(--font_m);
    text-align: left;
    color: var(--white);
    display: block;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    direction: ltr;
    margin: 5px 0;
}

.detail .comment_result {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: flex-start;
    margin-bottom: var(--margin_s);
    gap: 10px;
}


.post_inner .card_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 200px;
    height: auto;
}

.post_inner .card_item .card_img {
    width: 100%;
    height: 150px !important;
}

.bottom_nav {
    display: none;
    align-items: center;
    justify-content: space-between;
    background: var(--white);
    border-top: 1px solid var(--gray);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: var(--margin_m) 0 var(--margin_l) 0;
    z-index: 5;
}

.bottom_nav .item {
    text-align: center;
    font-size: 18px;
    color: var(--dark2);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    cursor: pointer;
    position: relative;
    flex: 1;
}

.bottom_nav .item .cart_notification {
    position: absolute;
    border-radius: var(--radius_10);
    left: 25px;
    margin: auto;
    top: -7px;
    right: 0;
    width: fit-content;
    height: fit-content;
    background: var(--red--500);
    color: var(--white);
}

.bottom_nav .select {
    color: var(--red--500);
    font-weight: 500;
}

.bottom_nav .item span {
    font-size: 8pt;
}

.bottom_nav .item i {
    width: 20px;
    height: 20px;
    font-size: 20px;
}

.bottom_nav .item .item_img {
    width: 19px;
    height: 19px;
    border-radius: var(--radius_20);
    overflow: hidden;
    border: 1px solid var(--dark3);
}

.bottom_nav .item .item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: var(--radius_20);
}

.search_holder_head {
    width: 900px;
    max-height: 500px;
    overflow: auto;
    border: 1px solid var(--dark-100);
    box-shadow: 2px 2px 0 var(--dark-100);
    margin: auto;
    box-sizing: border-box;
    background: var(--white);
    display: block;
    position: fixed;
    top: 97px;
    right: 0;
    left: 0;
    z-index: 20;
    padding: var(--margin_x);
    transition: all 0.2s ease-in-out;
    transform: scale(0, 0);
    border-radius: var(--radius_10);
}


.search_holder_head .head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid var(--crame2);
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.search_holder_head .search_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 5px 0;
}

.search_holder_head .search_box input {
    box-shadow: none !important;
    width: calc(100% - 50px);
    background: none;
}


.search_product_list {
    display: flex;
    width: 100%;
    overflow: auto;
    gap: 10px;
    align-items: start;
    flex-wrap: wrap;
    max-height: 170px;
    padding: 10px 0;
    box-sizing: border-box;
    border-bottom: 1px solid var(--red);
}

.search_product_list .card_item {
    display: flex;
    gap: 5px;
    width: calc(33% - 20px);
    height: 60px;
    align-items: center;
    border-radius: var(--radius_10);
    color: var(--dark-500);
    border: 1px solid var(--light);
}

.search_product_list .card_item .card_detail {
    display: flex;
    flex-direction: column;
    align-items: start;
}

.search_product_list .card_item .card_detail .title {
    color: var(--dark-500);
    font-weight: 500;
}

.search_product_list .card_item .card_detail .sub_title {
    color: var(--gray);
}

.search_product_list .card_item .card_img {
    width: 60px;
    height: 100%;
}

.search_product_list .card_item .card_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.search_list_history {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 10px;
    margin-bottom: var(--margin_m);
    padding: 10px 0;
}

.search_list_history .list img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.search_list_history .list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
    width: 100%;
    overflow: auto;
}

.search_holder_head .head .title,
.search_list_history .title {
    color: var(--dark-500);
    font-family: var(--font_head2);
    font-weight: 500;
    font-size: var(--font_r);
}

.search_holder_head .btn_img {
    cursor: pointer;
}

.search_list_history a {
    display: flex;
    align-items: center;
    gap: 5px;
    border-radius: var(--radius_10);
    color: var(--dark-500) !important;
    padding: var(--margin_s);
    border: 1px solid var(--gray_300);
    overflow: hidden;
}

.search_list_history a:hover {
    border: 1px solid var(--red--500);
}

.page_address_cart {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    width: 100%;
    box-sizing: border-box;
    gap: 15px;
    margin-bottom: 15px;
}

.page_address_cart a {
    display: flex;
    align-items: center;
    gap: 5px;
}

.page_address_cart a {
    color: var(--gray_500);
}

.page_address_cart .current span {
    color: var(--red--500);
    font-weight: 500;
    font-size: var(--font_x);
}

.page_address_cart .line_pink {
    width: 40px;
    height: 1px;
    background: var(--red--500);
}

.page_address_cart img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.page_address_cart .current img {
    filter: invert(50%) sepia(51%) saturate(8646%) hue-rotate(346deg) brightness(104%) contrast(97%);
}

.page_address_cart .current i {
    color: var(--red--500);
    font-size: 28px;
}

.section_category {
    width: 100%;
    height: calc(100vh - 127px);
    overflow: hidden;
    position: relative;
}

.section_category .category_side {
    width: 100px;
    height: 100%;
    overflow: auto;
    position: sticky;
    top: 67px;
    padding: 1px;
    box-sizing: border-box;
}

.category_side .category_holder .item {
    display: grid;
    place-items: center;
    width: 100%;
    height: 70px;
    border-left: 1px solid var(--red_light);
    border-bottom: 1px solid var(--red_light);
    background: var(--crame2);
    padding: 5px;
    box-sizing: border-box;
    cursor: pointer;
}

.category_side .category_holder .item:last-child {
    border-bottom: none;
}

.category_side .category_holder .select {
    border-left: 1px solid transparent;
    background: var(--white);
}

.category_side .category_holder .item i {
    font-size: 18px;
    color: var(--dark-500);
}

.category_side .category_holder .item span {
    font-size: var(--font_s);
    color: var(--dark-500);
}

.category_side .category_holder .item img {
    width: 35px;
    height: 35px;
    object-fit: contain;
}

.section_category .category_main {
    display: flex;
    flex-direction: column;
    width: calc(100% - 105px);
    height: calc(100vh - 127px);
    overflow: auto;
    gap: 10px;
}

.section_category .category_main_list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    padding: 10px 5px;
    box-sizing: border-box;
}

.section_category .category_main .category_main_title {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 10px 0;
    color: var(--red--500);
    font-size: var(--font_s);
}

.section_category .category_main .head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 5px 0;
    box-sizing: border-box;
}

.section_category .category_main .brand_holder {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.section_category .category_main .brand_holder .brand_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px;
    overflow: hidden;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--crame2);
}

.section_category .category_main .brand_holder .brand_list:last-child {
    border-bottom: none;
}

.section_category .category_main .brand_holder .brand_list .item {
    display: grid;
    place-items: center;
    width: calc(33% - 10px);
}

.section_category .category_main .brand_holder .brand_list .item span {
    font-size: var(--font_s);
}


.section_category .category_main .brand_holder .brand_list .item .item_image {
    display: grid;
    place-items: center;
    width: 70px;
    height: 70px;
    border-radius: var(--radius_50);
    background: var(--crame2);
}

.section_category .category_main .brand_holder .brand_list .item .item_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.register_holder {
    display: flex;
    flex-direction: column;
    position: fixed;
    inset: 0;
    width: 350px;
    height: fit-content;
    max-width: 500px;
    margin: auto;
    border: 1px solid var(--gray_light);
    padding: 10px;
    box-sizing: border-box;
}

.panel_holder_title {
    display: block;
    margin-bottom: 20px;
    font-size: 12pt;
    font-weight: bold;
    color: var(--gray);
    /*backdrop-filter: drop-shadow(10px);*/
}

.panel_holder_title i {
    margin-left: 10px;
}

.register_holder .form_btn_holder {
    display: flex;
    flex-direction: column;
}

.register_holder .frm .input input {
    width: 100%;
}

.register_holder .form_btn_holder .text_btn,
.register_holder .form_btn_holder .btn_primary,
.register_holder .form_btn_holder .btn_border_gray {
    text-align: center;
    justify-content: center;
    width: 100%;
    margin: 0;
}

.register_holder .logo {
    box-shadow: none;
    background: transparent;
    position: unset;
    display: block;
    height: fit-content;
    margin: 0 auto;
    width: 200px;
}

.register_holder .logo a {
    position: unset;
    width: 200px;
    background: transparent;
}

.register_holder .logo img {
    width: 100%;
}

.register_holder .logo:after {
    content: unset;
    position: unset;
    width: unset;
    height: unset;
    background: transparent;
}

.register_holder .form_title {
    color: var(--gray);
}

.register_holder .form_title a {
    color: var(--red--500);
}

.top_banner_gif {
    display: block;
    width: 100%;
    height: 80px;
    z-index: 1;
}

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

/*************************************/
.w_holder {
    padding: 50px 0;
}

.w_holder .container {
    gap: 20px;
    align-items: center;
    justify-content: center;
}

.w_holder .holder_header {
    flex-direction: row;
    align-items: center;
    gap: 5px;
}

.w_holder .holder_header .title {
    width: unset;
    display: unset;
}

.w_holder .holder_header .img {
    width: 35px;
    height: 35px;
    object-fit: contain;
    scale: 1;
    animation: scale 500ms infinite alternate;
}

@keyframes scale {
    0% {
        scale: 0.8;
    }
    100% {
        scale: 1.2;
    }
}

.w_holder .w_list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.w_list .card_item {
    width: calc(33% - 20px);
    border: 1px solid var(--gray_200);
    height: 100px;
    display: flex;
    align-items: center;
    gap: 2px;
    flex-direction: row;
    border-radius: var(--radius_10);
    position: relative;
    padding: 5px;
    box-sizing: border-box;
}

.w_list .card_item .card_img {
    display: block;
    width: calc(100% - 50px);
    height: 100px;
    background: transparent;
}

.w_list .card_item .card_img .img {
    display: inline-block;
    vertical-align: middle;
    width: 90px;
    height: 90px;
    overflow: hidden;
    margin-top: 5px;
}

.w_list .card_item .card_img .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.w_list .card_item .card_title {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 105px);
}

.w_list .card_item .card_title .title {
    display: block;
    font-size: var(--font_r);
    font-weight: 700;
    color: var(--dark-500);
    font-family: var(--font_head);
}

.w_list .card_item .card_title .cost_holder {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 3px;
}

.w_list .card_item .cost_holder {
    font-weight: 800;
    font-size: 11pt;
    font-family: var(--font_head2);
    color: var(--dark-500);
}

.w_list .card_item .cost_holder .cost {
    color: var(--red--500);
    font-size: 10pt;
    text-decoration: line-through;
}

.w_list .card_item .btn_red {
    gap: 5px;
}

.post_number {
    font-size: 18pt;
    font-family: var(--font_head2);
    font-weight: 900;
    margin-left: 0;
}

.top_box {
    display: flex;
    position: fixed;
    top: -150px;
    right: 0;
    left: 0;
    width: calc(100% - 20px);
    max-width: 1280px;
    background: var(--white);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.70);
    justify-content: space-between;
    align-items: center;
    padding: 10px 50px;
    box-sizing: border-box;
    border-radius: 0 0 10px 10px;
    z-index: 11;
    height: 100px;
    margin: auto;
}

.top_box_result {
    display: none;
    position: fixed;
    right: 0;
    left: 0;
    width: calc(100% - 20px);
    max-width: 1280px;
    background: var(--gray_100);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.70);
    padding: 10px;
    box-sizing: border-box;
    border-radius: 10px;
    z-index: 12;
    min-height: 350px;
    margin: auto;
}

.top_box_result .card_holder .card_item {
    display: inline-block;
    vertical-align: middle;
    width: calc(20% - 3px);
    height: auto;
    margin-bottom: 2px;
}

.top_box_result .card_holder .card_item .card_img {
    height: 100px;
}

.top_box_result .top_box_result_title {
    font-size: 12pt;
    font-weight: 700;
}

.top_box_result .top_box_result_bottom {
    display: block;
    text-align: center;
    padding: 10px;
    margin-top: 10px;
    border-top: 2px solid var(--gray_300);
    color: var(--dark-500);
}

.top_box_result .top_box_result_bottom:hover {
    color: var(--red--500);
}

.top_box .btn_img {
    width: 25px;
    cursor: pointer;
    height: 25px;
    filter: invert(50%) sepia(51%) saturate(8646%) hue-rotate(346deg) brightness(104%) contrast(97%);
}

.user_page .nav_middle {
    width: 100%;
}

.top_box .search_box {
    width: calc(100% - 150px);
}

.top_box .search_box input {
    width: 100%;
    font-size: 11pt;
    border: 1px solid var(--gray_200);
    border-radius: var(--radius_10);
}

.top_box .btn_orange {
    padding: var(--margin_m);
    margin: 0;
}

.top_box .search_box span {
    width: calc(100% - 25px);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: var(--gray_500);
}

/*************************************/
.site_chat_btn {
    position: fixed;
    right: 50px;
    bottom: 32px;
    width: 50px;
    height: 50px;
    border-radius: var(--radius_oval);
    cursor: pointer;
    background: var(--red--500);
    display: none;
    place-items: center;
    z-index: 9;
}

.site_chat_btn .btn_img {
    width: 30px;
    height: 30px;
    filter: brightness(1000%);
}

.chat_holder {
    position: fixed;
    right: 50px;
    bottom: 75px;
    width: 350px;
    height: 600px;
    border-radius: var(--radius_10);
    border: 1px solid var(--red--500);
    background: var(--white);
    z-index: 10;
    overflow: hidden;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.chat_holder .chat_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 65px;
    padding: 20px 10px;
    box-sizing: border-box;
    background: var(--red--500);
    color: var(--white);
    font-size: var(--font_l);
    z-index: 1;
}

.chat_holder .chat_header .title {
    display: flex;
    align-items: center;
    gap: 10px;
}

.chat_holder .chat_header .btn_img {
    filter: brightness(1000%);
}

.chat_holder .chat_article {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 5px;
    width: 100%;
    height: calc(100% - 120px);
    padding: 20px 10px;
    box-sizing: border-box;
    position: relative;
}

.chat_holder .chat_article .chat_faq_holder {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 5px;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    top: 50px;
    padding: 10px;
    box-sizing: border-box;
}

.chat_holder .chat_article .description_chat {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 5px;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    padding: 10px;
    box-sizing: border-box;
    top: 100%;
}


.chat_holder .chat_article .big_title {
    color: var(--dark-500);
    font-size: 12pt;
    font-weight: 900;
    font-family: var(--font_head2);
}

.chat_holder .chat_article .title {
    font-weight: 400;
    margin-bottom: var(--margin_l);
    text-align: justify;
    color: var(--dark-500);
}

.chat_holder .chat_article .faq_list {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.chat_holder .chat_article .faq_list .item {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 10px;
    box-sizing: border-box;
    border-radius: var(--radius_10);
    border: 1px solid var(--gray_300);
}

.chat_holder .chat_article .faq_list .item .item_header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.chat_holder .chat_article .faq_list .item .item_header .text {
    font-weight: 500;
    width: calc(100% - 25px);
    text-align: justify;
    color: var(--dark-500);
}

.chat_holder .chat_article .faq_list .item .item_header .btn_img {
    width: 12px;
}

.chat_holder .chat_article .faq_list .item:hover .item_header .text {
    color: var(--red--500);
}

.chat_holder .chat_article .faq_list .item:hover .item_header .btn_img {
    filter: invert(30%) sepia(51%) saturate(8646%) hue-rotate(346deg) brightness(104%) contrast(97%);
}

.chat_holder .chat_article .faq_list .item .inner_post_text {
    color: var(--dark-300);
    margin-bottom: 0;
    border-top: 1px solid transparent;
    margin-top: 0;
    scale: 0;
    height: 0;
    overflow: hidden;
    font-weight: 400;
}

.chat_holder .chat_article .faq_list .item .text_show {
    border-top: 1px solid var(--gray_200);
    margin-top: 5px;
    scale: 1;
    height: auto;
}

.chat_holder .chat_footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    gap: 2px;
    position: relative;
    z-index: 1;
    background: var(--white);
}

.chat_holder .chat_footer textarea {
    max-width: calc(100% - 92px);
    min-width: calc(100% - 92px);
    resize: none;
    height: 35px;
    min-height: 35px;
    width: unset;
    margin: 0;
    color: var(--gray_700);
}

.chat_holder .chat_footer textarea:focus {
    height: auto;
    max-height: 100px;
}

.chat_holder .chat_footer:focus {
    height: 110px;
}

.chat_holder .chat_footer .chat_action {
    display: flex;
    align-items: center;
}

.chat_holder .chat_footer .btn_primary {
    width: 40px;
    margin: 0;
}

.image_animation {
    position: relative;
    width: 100%;
    height: 320px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.image_animation img {
    display: block;
    width: 80px;
    margin-bottom: 8px;
    object-fit: contain;
}

.image_animation .description_chat_img_1 {
    grid-area: 1 / 1 / 2 / 2;
    animation: scroll_img_1 1500ms infinite alternate;
}

@keyframes scroll_img_1 {
    0% {
        order: 1;
    }
    50% {
        order: 2;
        scale: 1.05;
    }
    100% {
        order: 3;
        scale: 1;
    }
}

.image_animation .description_chat_img_2 {
    order: 2;
    animation: scroll_img_2 1500ms infinite alternate;
}

@keyframes scroll_img_2 {
    0% {
        order: 2;
    }
    50% {
        order: 3;
        margin-right: -80px;
    }
    100% {
        order: 1;
        margin-right: 80px;
    }
}

.image_animation .description_chat_img_3 {
    order: 3;
    animation: scroll_img_3 1500ms infinite alternate;
}

@keyframes scroll_img_3 {
    0% {
        order: 3;
    }
    50% {
        order: 1;
        margin-right: 30px;
    }
    100% {
        order: 2;
        margin-right: -30px;
    }
}

.footer_top {
    display: flex;
    margin: 20px auto 0 auto;
    background: var(--dark-700);
    padding: 15px;
    box-sizing: border-box;
    border-radius: var(--radius_10);
    color: var(--white);
    justify-content: space-evenly;
    align-items: center;
}

.footer_top .item {
    display: flex;
    flex-direction: column;
    width: 33%;
    background: var(--dark-700);
    padding: 15px 3rem;
    box-sizing: border-box;
    color: var(--white);
}

.footer_top .item .title {
    font-weight: 500;
    font-size: 11pt;
}

.footer_top .item .detail .footer_social {
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 20px;
    margin: 16px auto;
}

.footer_top .item .footer_social a {
    display: grid;
    place-items: center;
    width: 45px;
    height: 45px;
    font-size: 18px;
    background: var(--dark-500);
    border-radius: var(--radius_10);
    color: var(--white);
}

.footer_top .line {
    width: 1px;
    background: var(--dark-300);
    height: 50px;
}

.card {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.side_card_holder {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.side_card_holder .card_item {
    display: flex;
    flex-direction: row;
    gap: 5px;
    background: none;
    width: 100%;
    height: unset;
}

.side_card_holder .card_item:hover {
    box-shadow: none;
}

.side_card_holder .card_item .card_img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: var(--radius_5);
    overflow: hidden;
}

.side_card_holder .card_item .card_img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.side_card_holder .card_item .card_detail {
    display: flex;
    width: calc(100% - 70px);
    padding: 0;
}

.side_card_holder .card_item .card_detail .title {
    font-size: 9pt;
}

.side_card_holder .card_item .card_detail .tags {
    background: none;
    color: var(--gray_500);
}

.side_card_holder .card_item .card_detail .tags i {
    color: var(--gray_500);
}

.side_card_holder .card_item .card_detail .cost_holder .cost_off span {
    font-size: var(--font_r);
}

/*************************************/

@media screen and (max-width: 1280px) {

    .archive_description,
    .article {
        padding: 0 20px;
    }

}

@media screen and (max-width: 1080px) {

    /*.nav .container .menu {*/
    /*    display: none;*/
    /*}*/
    .nav .menu .btn {
        padding: 8px 13px;
    }

    .nav .menu_res {
        display: flex !important;
    }

    .nav .menu_res_btn {
        display: block;
    }

    .hidden_menu {
        position: fixed;
        width: 100%;
        right: -100%;
        left: unset;
        top: 0;
        bottom: 0;
    }

    .menu-content .cat-btn {
        width: calc(100% - 5px);
        overflow: auto;
    }

    .menu-content .cat-btn-item {
        position: absolute;
        width: 100%;
        right: -100%;
        padding: 0;
        overflow: auto;
    }

    .menu-content .cat-btn-item .h3 {
        width: 100%;
        padding: 2px 10px;
        box-sizing: border-box;
    }

    .menu-content .mobile {
        display: block !important;
    }

    .top_menu {
        display: none;
    }

    .nav {
        padding: 0;
        border-bottom: 1px solid var(--gray_100);
    }

    .logo {
        height: auto;
        box-shadow: none;
        background: none;
        top: 0;
        bottom: 0;
        position: unset;
    }

    .logo::after {
        content: "";
        width: unset;
        height: unset;
        background: none;
        position: unset;
    }

    .logo a {
        position: unset;
    }

    .cart .cart_item,
    .cart,
    .archive_description, .article {
        padding: 0;
    }

    .logo span {
        display: none !important;
    }

    .hero .hero_detail {
        top: unset;
        bottom: 20px;
    }

    .product_full_img {
        height: calc(100vh - 15%);
    }

    .product_s .product_s_detail .s_detail {
        flex-direction: column;
    }

    .product_s .product_s_detail .cost_holder,
    .product_s .product_s_detail .user_result {
        width: 100%;
    }


}

@media screen and (max-width: 950px) {
    .article .side {
        position: fixed;
        display: block;
        width: 100%;
        height: calc(100vh - 120px);
        bottom: -1000%;
        z-index: 12;
        top: 0 !important;
        right: 0;
        left: 0;
        margin: auto;
        overflow: auto;
        padding: 0 16px;
        box-sizing: border-box;
        object-fit: contain;
    }

    .side .side_title i {
        display: inline;
        padding: 5px;
        cursor: pointer;
        color: var(--red--500);
    }

    .article .main {
        width: 100%;
    }

    .article .card_holder .card_item {
        width: 33% !important;
    }

    .filter_btn {
        display: flex;
        font-size: 12pt;
    }

    .faq_holder .item {
        width: calc(25% - 20px);
    }

    .product_full_img {
        width: calc(100% - 30px);
    }

    .w_list .card_item {
        width: calc(50% - 10px);
    }

    .article .faq_holder .card_item {
        width: calc(33% - 5px);
    }

}

@media screen and (max-width: 768px) {

    .product_s .product_s_detail .action_holder {
        position: fixed;
        bottom: 60px;
        left: 0;
        right: 0;
        z-index: 6;
        background: var(--white);
        padding: 5px;
        box-sizing: border-box;
        gap: 0;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .product_s .product_s_detail .action_holder .btn_red_light {
        padding: var(--margin_m);
    }

    .num_action_holder .detail span {
        min-width: 40px;
        max-width: 40px;
        height: 30px;
        text-align: center;
    }

    .product_s .product_s_detail .product_cost {
        order: 2;
    }

    .nav .menu .btn_res {
        display: none;
    }

    .nav_action {
        width: calc(100% - 150px);
        justify-content: end;
    }

    .nav_holder_right .logo {
        display: none;
    }

    .nav .search_box {
        margin: var(--margin_s) auto;
        width: calc(100% - 10px);
    }

    .nav_holder_top .nav_action .btn_border_gray {
        display: none;
    }

    .nav_holder_top .nav_action {
        display: none;
        width: auto;
        position: absolute;
        left: 0;
        top: 45px;
    }

    .nav_holder_bottom {
        width: calc(100% - 83px) !important;
    }

    .nav .container .nav_social,
    .nav .container .menu {
        display: none;
    }

    .nav_holder_top {
        flex-direction: column !important;
        align-items: start !important;
    }

    .nav_holder_top .nav_holder_right {
        width: 100%;
    }

    .logo img {
        width: 120px;
        height: 35px;
    }

    .page_address_cart {
        padding-top: 25px;
    }

    .page_address_cart .line_pink {
        width: 15px;
    }

    .page_address_cart .current span {
        font-size: var(--font_l);
    }

    .page_address_cart .current i {
        color: var(--red--500);
        font-size: 18px;
    }

    .search_holder_head {
        width: calc(100% - 24px);
        margin: 0 12px;
        padding: 10px;
    }

    .bottom_nav {
        display: flex;
    }

    .brand {
        padding: 25px 0;
    }

    .brand .item {
        margin-left: 8px;
    }

    .product .card_item {
        max-width: calc(100vw - 190px);
        height: 245px;
        width: 200px;
    }

    .card_item .btn_primary span {
        display: none;
    }

    .product .card_item .card_img {
        height: 150px;
    }

    .blog .card_item {
        max-width: calc(100vw - 120px) !important;
        height: auto !important;
        width: 350px;
    }

    .blog .card_item .card_img {
        height: 120px !important;
    }

    .card_item .card_detail {
        height: fit-content;
        margin: 0 !important;
    }

    .post_card_holder .card_item .card_detail .cost_holder .card_time,
    .post_card_holder .card_item .card_detail .cost_holder .sold_out,
    .card_item .card_detail .title,
    .post_card_holder .card_item .card_detail .title {
        /*font-size: 8pt;*/
    }

    .product .product_card_detail .btn_red_light {
        font-size: 9pt;
    }

    .card_holder {
        overflow: auto !important;
    }

    .product_box .card_holder .scroller {
        display: flex;
        gap: 10px;
    }

    /*.product .slider_btn_position .card_holder,*/
    /*.card_holder .slider_btn_position .scroller {*/
    /*    overflow: auto;*/
    /*}*/
    .blog .card_holder,
    .product .card_holder {
        margin: 0;
        overflow: auto !important;
    }


    .category .card_holder {
        height: fit-content;
    }

    .archive .card_holder {
        margin-top: 24px;
        height: auto;
    }

    .archive .card_holder .container {
        justify-content: flex-start;
    }

    .holder_header .top_title {
        font-size: 8pt;
    }

    .footer {
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        padding-bottom: 0;
    }

    .footer .footer_item {
        width: 100%;
        margin-bottom: 24px;
    }

    .product {
        margin-top: 10px;
        margin-bottom: 0;
    }

    .big_image {
        flex-direction: column;
        margin: 10px auto !important;
    }

    .big_image a {
        width: 100% !important;
        margin-bottom: 16px;
    }

    .copy_right a {
        font-size: 9pt;
    }

    .user_selected {
        border: unset;
        border-radius: unset;
        border-top: 1px solid var(--gray_200);
        border-bottom: 1px solid var(--gray_200);
        position: sticky;
        top: 90px;
        z-index: 10;
    }

    .user_selected .sort_holder .sort_selected {
        display: block;
    }

    .user_selected .sort_holder .sort {
        position: fixed;
        display: flex;
        width: 100%;
        bottom: -1000%;
        z-index: 12;
        right: 0;
        left: 0;
        margin: auto;
        overflow: auto;
        padding: 0 16px;
        box-sizing: border-box;
        background: var(--white);
        transform: scale(0.9) !important;
        opacity: 0;
        flex-direction: column;
        border: 1px solid var(--red--500);
        box-shadow: 2px 2px 0 var(--red--500);
    }

    .user_selected .sort_holder .sort_hidden {
    }

    .user_selected .sort_holder .sort_hidden_open {
        bottom: 55px;
        transform: scale(1) !important;
        opacity: 1 !important;
    }

    .user_selected .sort_holder .sort a {
        margin-bottom: 8px;
        margin-left: unset;
        padding: 7px 16px;
        box-sizing: border-box;
        border-bottom: 1px dashed var(--red_light);
    }

    .user_selected .sort_holder .sort a:last-child {
        border-bottom: none;
    }

    .close_sort {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: space-between;
    }

    .product_s {
        flex-direction: column;
        margin: 0 !important;
        width: 100% !important;
    }

    .product_s .product_image {
        width: 100%;

    }

    .product_s .product_image .image {
        position: relative;
        border-radius: 0;
        border: none;
    }

    .product_s .product_image .image .product_big_image {
        width: 100%;
        height: 250px;
    }

    .product_s .product_image .image .product_img_action {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        z-index: 1;
    }

    .product_s .product_s_detail {
        width: 100%;
    }

    .product_s .product_image .card_img_list img {
        width: 45px;
        height: 45px;
    }

    .product_s .product_s_detail .user_result,
    .product_s .product_s_detail .product_cat,
    .product_s .product_s_detail .border_style_gray {
        width: 100%;
    }

    .holder {
        padding: 8px 0;
    }

    .faq_holder .item {
        width: calc(33% - 20px);
    }

    .blog_s .card_holder .card_item,
    .faq .card_holder .card_item {
        max-width: unset;
        width: 100%;
        height: auto;
        flex-direction: column;
    }

    .blog_s .card_holder .card_item .card_img,
    .faq .card_holder .card_item_b .card_img {
        height: auto !important;
    }

    .time .cart_item .cart_detail .sub_title {
        font-size: 8pt !important;
    }

    .archive_description img {
        width: 100%;
    }

    .image_box_holder .container {
        flex-wrap: wrap;
        justify-content: start;
        gap: 10px;
    }

    .grid_d_4 .item {
        width: calc(50% - 5px);
    }

    .image_box_holder .w50 {
        width: 100%;
    }

    .image_box_holder .w50 img {
        display: block;
        width: 100%;
        height: auto;
        object-fit: contain;
    }

    .big_image .w100 img {
        height: auto;
    }

    .service_holder .service {
        min-width: unset;
        max-width: unset;
        width: calc(50% - 15px);
        margin: 0;
    }

    .footer .footer_item .title {
        text-align: center;
    }

    .footer .footer_item .footer_social {
        justify-content: center;
    }

    .footer .footer_item .footer_menu {
        text-align: center;
        justify-content: center;
    }

    .copy_right {
        padding: 25px 0 120px 0;
    }

    .product_detail .detail_header {
        top: 47px !important;
    }

    .product_s .product_s_detail .s_detail {
        flex-direction: column
    }

    .cart .cart_item .item_cart {
        /*flex-direction: column!important;*/
    }

    .cart .cart_item .cart_detail {
        flex-direction: column !important;
    }

    .cart_holder {
        flex-direction: column;
    }

    .cart_holder .cart_price_item,
    .cart_holder .cart_product_item {
        width: 100%;
    }

    .cart_form .form_btn_holder {
        position: fixed;
        bottom: 60px;
        width: 100%;
        box-sizing: border-box;
        right: 0;
        left: 0;
        margin: auto;
        background: var(--white);
        padding: 10px;
    }

    .hero {
        height: 290px;
    }

    .top_banner_gif {
        height: 30px;
    }

    .w_list .card_item {
        width: 100%;
        max-width: unset;
    }

    .hero .slider_pointer {
        background: none;
        gap: 5px;
    }

    .hero .slider_pointer::after,
    .hero .slider_pointer::before {
        display: none;
    }

    .hero .slider_pointer span {
        width: 5px;
        height: 5px;
    }

    .hero .hero_detail {
        width: calc(100% - 150px);
        justify-content: start;
    }

    .holder_header {
        /*width: 120px;*/
        padding-bottom: 10px !important;
    }

    .product {
        padding: 10px !important;
    }

    .product .container {
        flex-direction: column !important;
    }

    .product .holder_header {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
        background: none !important;
        border: none;
        padding-top: 0;
    }

    .holder_header .title {
        width: fit-content;
        background: none;
    }

    .product .holder_header .top_title {
        color: var(--dark-500);
    }

    .slider_btn_position .btn_img {
        width: 20px !important;
        height: 20px !important;
    }

    .slider_btn_position {
        display: none;
        gap: 15px;
        margin-bottom: 5px;
        justify-content: space-around;
        order: 1;
    }

    .slider_btn_position .btn_img {
        filter: none;
    }

    .blog .card_holder,
    .product .card_holder {
        width: 100%;
    }

    .service_holder {
        flex-direction: column;
    }

    .service_holder .service {
        width: 100%;
    }

    .footer_top {
        flex-direction: column;
    }

    .footer_top .item {
        width: 100%;
        padding: 0;
    }

    .footer_top .line {
        width: 100%;
        height: 1px;
    }

    .footer_top .item .detail .footer_social {
        margin-bottom: 0;
    }

    .footer_top .item .footer_social a {
        width: 35px;
        height: 35px;
    }

    .footer_top .social .title {
        margin-top: 10px;
    }

    .holder_header .btn_secondary {
        margin: unset;
        font-size: var(--font_m);
        padding: var(--margin_s) var(--margin_m);
    }

    .blog_s .card_item {
        max-width: unset !important;
        height: auto !important;
        width: 100% !important;
        border-radius: unset;
    }

    .blog_s .card_holder .card_item .card_img img,
    .blog_s .card_holder .card_item .card_img {
        border-radius: unset;
    }

    .archive .card_holder .card_item {
        width: 120px;
    }

    .archive .card_holder .card_item .card_img {
        width: 120px;
        height: 120px;
    }


    .error_page, .Error_holder {
        padding: 0;
    }

    .error_page img, .Error_holder img {
        width: 250px;
        height: 250px;
    }

    .num_action_holder .detail {
        display: flex;
        align-items: center;
        height: 40px;
        gap: 5px;
        border-radius: var(--radius_10);
        border: 1px solid var(--gray_200);
        padding: 4px;
        box-sizing: border-box;
    }

    .num_action_holder .detail span {
        min-width: 20px;
        max-width: 20px;
        height: unset;
        display: unset;
        align-items: center;
        justify-content: center;
        border-radius: unset;
        border: unset;
    }

    /*.num_action_holder .detail i {*/
    /*    width: unset;*/
    /*    height: unset;*/
    /*    background: transparent;*/
    /*    border: none;*/
    /*    padding: 4px;*/
    /*}*/
    .product_s .product_s_detail .product_cost {
        gap: 0;
    }

    .product_s .product_s_detail .item_cost {
        gap: 3px;
    }

    .article .faq_holder .card_item {
        width: calc(50% - 5px);
    }

    .faq_holder .card_item .faq_icon {
        font-size: 30px;
    }

    .category_list .card_item {
        padding: 15px 0 !important;
    }

    .cart .form {
        width: 100%;
        padding: 0;
    }

    .top_box {
        padding: 10px;
    }

    .top_box .search_box {
        width: calc(100% - 50px);
    }

    .top_box_result {
        height: calc(100vh - 220px);
    }

    .top_box_result .card_holder {
        margin-top: 0;
        height: calc(100% - 75px);
    }

    .top_box_result .card_holder .card_item {
        width: calc(33% - 5px);
    }

    .category .card_holder .scroller {
        width: 100% !important;
        max-width: 100% !important;
        flex-wrap: wrap;
        gap: 10px;
        justify-content: start;
    }

    .category .card_holder .card_item {
        width: calc(33% - 6px);
    }

    .comment {
        flex-direction: column;
    }

    .comment .comment_main,
    .comment .comment_side {
        width: 100%;
    }

    .comment .comment_side .btn_secondary {
        max-width: 200px;
        margin: 10px 0 !important;
    }

    .comment_form {
        width: calc(100% - 20px);
        height: calc(100% - 20px);
    }

    .comment_form .form_btn_holder {
        position: absolute;
        bottom: 0;
    }

    .inner_post_text,
    .inner_post_text p {
        word-spacing: -2px;
        font-size: 10pt !important;
    }

    .user_selected {
        top: 50px;
    }

    .post_inner {
        flex-direction: column;
        gap: 10px;
    }

    .post_inner_side {
        width: 100%;
    }

    .post_inner .card_item .card_img .image {
        height: 150px !important;
    }

    .article .card_holder .card_item {
        width: calc(50% - 2px) !important;
    }

    .card_item .card_detail .product_card_detail {
        justify-content: space-between;
    }

    .article .card_item .card_detail .product_card_detail {
        flex-direction: column !important;
        align-items: start;
        height: unset;
        gap: 5px;
    }

    .article .card_holder .card_item .card_detail .text {
        display: none;
    }

    .blog_s {
        flex-direction: column;
    }


    .blog_s .main {
        width: 100%;
    }

    .blog_s .side {
        width: 100%;
        max-height: unset;
        position: unset;
        overflow: unset;
    }

    .side_card_holder {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .side_card_holder .card_item {
        width: calc(50% - 8px) !important;
        flex-direction: column;
    }

    .side_card_holder .card_item .card_img {
        height: 120px !important;
        width: 100%;
    }

    .side_card_holder .card_item .card_detail {
        width: 100%;
    }
}

@media screen and (max-width: 550px) {

    .hero .big_title {
        font-size: 12pt;
        font-weight: 900;
    }

    .hero .big_sub_title {
        font-family: var(--font_primary);
        font-size: 9pt;
    }

    .page_address {
        padding: 10px 0;
        width: 100%;
        overflow: auto;
    }

    .page_address a {
        font-size: 9pt;
    }

    .faq_holder .item {
        width: calc(50% - 20px);
    }

    .faq .card_holder .card_item {
        flex-direction: column;
    }

    .faq .card_holder .card_item .card_img {
        width: 100%;
        height: auto;
    }

    .faq .card_holder .card_item .card_detail {
        width: 100%;
    }

    .faq .card_holder .card_item .card_detail .title {
        font-size: 9pt !important;
    }

    .card_item_b .text h2 {
        font-size: 8pt;
    }

    .card_item_b .text p {
        font-weight: 400;
        font-size: 8pt;
        line-height: 2.4;
        text-align: justify;
    }

    .cart .cart_item {
        flex-direction: column;
    }

    .cart .cart_item .cart_detail {
        flex: unset;
        width: 100%;
        padding: 20px 0;
    }

    .cart .cart_item .cart_detail .product_cost {
        justify-content: space-between;
    }

    .address .cart_item {
        flex-direction: row;
        /*align-items: flex-start;*/
    }

    .address .cart_item .cart_detail {
        width: calc(100% - 70px);
    }

    .address .cart_item .cart_detail {
        padding: 20px;
    }

    .time .cart_item .cart_detail {
        padding: 20px;
        width: unset;
    }

    .time .cart_item {
        overflow: auto;
        flex-direction: row;
    }

    .alert {
        width: calc(100% - 20px) !important;
    }

    .hero {
        height: 190px;
    }

    .top_box_result .card_holder .card_item {
        width: calc(50% - 5px);
    }
}
