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

html, body, div, input, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    transition: all 0.4s ease-in-out;
    font-family: IRANSans;
}

body {
    direction: rtl;
    font-family: IRANSans;
    font-size: 10pt;
    color: #2c3e50;
    background-color: #ffffff;
    transition: all 0.4s ease-in-out;
    box-sizing: border-box;
    cursor: context-menu;
}

hr {
    background-image: linear-gradient(to left, transparent, #ff6d46, transparent);
    border: 0;
    height: 1px;
    margin: 10px 0 20px 0;
    box-sizing: content-box;
}

a {
    cursor: pointer;
    text-decoration: none;
    color: #ff6d46;
}

a:hover {
    color: #863019;
}

.label {
    margin-top: 15px !important;
    display: block;
    font-weight: 400;
}

input {
    display: inline-block;
    border-radius: 25px;
    padding: 10px;
    box-sizing: border-box;
    border: solid 1px var(--orange);
    vertical-align: middle;
}

textarea {
    display: inline-block;
    border-radius: 25px;
    padding: 10px;
    box-sizing: border-box;
    border: solid 1px var(--orange);
    vertical-align: middle;
    outline: none;
}

.pink_hr {
    border-radius: 25px;
    border: solid 1px var(--yellow);
    background-color: var(--yellow);
    height: 5px;
}

.pointer {
    cursor: pointer;
}

.w100 {
    display: block;
    vertical-align: top;
    width: calc(100% - 5px);
}

.w50 {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 5px);
}

.w33 {
    display: inline-block;
    vertical-align: top;
    width: calc(33% - 5px);
}

.h100 {
    height: 100vh;
    overflow: hidden;
}

.center_parent {
    display: grid;
    place-items: center;
}

.ltr {
    direction: ltr;
}

.clear {
    clear: both;
}

.border_gray {
    border: solid 1px #EFF3F4;
    border-radius: 10px;
}

.container {
    width: calc(100% - 40px) !important;
    max-width: 1260px;
    margin: auto;
}

.secondary_btn {
    display: inline-block;
    border: solid 1px var(--orange);
    border-radius: 25px;
    padding: 5px 25px;
    box-sizing: border-box;
    color: var(--orange);
    cursor: pointer;
}

.secondary_btn:hover {
    background-color: var(--orange);
    color: #eeeeee;
}

.primary_btn {
    display: inline-block;
    border-radius: 25px;
    padding: 5px 25px;
    box-sizing: border-box;
    background-color: var(--orange);
    color: #ffffff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    cursor: pointer;
}

.primary_btn:hover {
    background-color: var(--orange_opa);
    color: #ffffff;
}

.main_btn {
    display: inline-block;
    border-radius: 25px;
    padding: 5px 25px;
    box-sizing: border-box;
    background-color: var(--orange);
    color: #ffffff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    cursor: pointer;
}

.main_btn:hover {
    background-color: var(--orange_opa);
    color: #ffffff;
}

.header {
    background-color: var(--yellow);
}

.header_menu_res {
    display: none;
    font-size: 14pt;
    color: var(--orange);
    padding: 5px;
    cursor: pointer;
    vertical-align: middle;
}

.logo {
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    width: 300px;
    margin-top: 10px;
}

.logo img {
    display: inline-block;
    height: 100px;
    max-width: 125px;
    object-fit: contain;
    vertical-align: middle;
}

.logo .site_name {
    display: inline-block;
    vertical-align: middle;
    color: var(--orange);
    font-size: 14pt;
    font-weight: 900;
    margin-right: 10px;
    font-family: DanaFaNum;
}

.top_menu {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 550px);
}

.top_menu a {
    margin: 10px;
    color: var(--dark) !important;
}

.top_menu a:hover {
    color: var(--dark);
}

.user_panel {
    display: inline-block;
    vertical-align: middle;
    float: left;
    margin-top: 40px;
}

.slider {
    background-color: var(--yellow);
    overflow: hidden;
}

.slider_img {
    width: 600px;
    height: 400px;
    overflow: hidden;
    display: inline-block;
    position: absolute;
    left: 0;
}

.slider_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.slider_text_holder {
    margin: 90px 0;
    display: inline-block;
    vertical-align: top;
}

.slider_title {
    display: block;
    max-width: 600px;
    font-size: 20pt;
    font-weight: bold;
    color: var(--dark);
    margin-bottom: 10px;
    text-align: justify;
}

.slider_text {
    display: block;
    max-width: 600px;
    color: #848484;
    margin-bottom: 20px;
    text-align: justify;
}

.icecream {
    background-image: url("../img/vector_1.svg");
    height: 243px;
}

.icecream_header {
    background-image: url("../img/vector_header.svg");
    height: 122px;
}

.icecream_footer {
    background-image: url("../img/vector_footer.svg");
    height: 122px;
}

.wave {
    background-image: url("../img/wave_down.svg");
    transform: rotate(180deg);
    height: 167px;
}

.wave_down {
    background-image: url("../img/wave_down.svg");
    height: 167px;
}

.footer_line {
    background-image: url("../img/line.svg");
    height: 167px;
}

.line_w {
    background-image: url("../img/line_w.svg");
    height: 167px;
}

.svg_holder {
    background-repeat: repeat-x;
    background-position: center;
    background-size: auto;
    width: 100%;
    display: block;
    padding: 0 0;
    text-align: center;
}

.svg_holder img {
    width: 100%;
}

.services {
    margin: 100px 0 100px 0;
}

.service {
    width: calc(33% - 15px);
    display: inline-block;
    margin-left: 5px;
    text-align: center;
}

.service .service_text_holder {
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
}

.service i {
    font-size: 45px;
    color: var(--orange);
    vertical-align: middle;
}

.service .service_text {
    display: block;
    color: #3D3D3D;
    margin-top: 5px;
}

.category_holder_main {
    margin-bottom: 100px;
    display: block;
    text-align: center;
}

.category_item_main {
    display: inline-block;
    width: 100px;
    height: 160px;
    border-radius: 50px;
    box-shadow: var(--b_shadow_primary);
    text-align: center;
    padding: 10px 0;
    box-sizing: border-box;
    cursor: pointer;
    background-color: var(--white);
    margin: 5px 8px;
    vertical-align: top;
}

.category_item_main:hover {
    background-color: var(--orange);
    color: var(--dark);
}

.category_item_main img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    border-radius: 50px;
    margin-bottom: 10px;
    background: #ffffff;
    border: solid 2px var(--yellow);
}

.category_item_main span {
    font-size: 10pt;
    font-weight: 600;
}

.main_title {
    font-size: 20pt;
    font-weight: 500;
    color: var(--orange);
    margin: auto;
    text-align: center;
    margin-bottom: 50px;
}

.main_sub_title {
    text-align: center;
}

.sub_title_text {
    display: inline-block;
    font-size: 10pt;
    margin: 15px;
    padding: 5px;
    color: #D9D9D9;
}

.sub_title_text:hover {
    color: var(--orange);
}

.item {
    display: inline-block;
    width: calc(16% - 18px);
    overflow: hidden;
    text-align: center;
    margin-left: 26px;
    vertical-align: top;
    padding-bottom: 5px;
}

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

.item .item_image {
    display: block;
    width: 100%;
    text-align: center;
}

.item img {
    display: inline-block;
    object-fit: contain;
    height: 200px;
    border-radius: 10px;
}

.item .special_sell {
    position: relative;
    top: -40px;
    text-align: center;
    border-radius: 25px;
    font-size: 8pt;
    display: block;
    width: 100px;
    padding: 4px;
    box-sizing: border-box;
    background-color: var(--orange);
    color: #ffffff;
    margin: auto;
}

.item .item_title {
    display: block;
    font-size: 10pt;
    font-weight: 800;
    margin-top: 10px;
    min-height: 65px;
}

.item .item_text {
    display: block;
    margin-top: 10px;
    color: #848484;
    min-height: 65px;
}

.item .item_old_price {
    display: block;
    font-size: 11pt;
    margin-top: 10px;
    color: #D9D9D9;
    text-decoration-line: line-through;
}


.item .item_price {
    display: block;
    font-size: 14pt;
    margin-top: 5px;
    color: #000000;
    font-weight: 700;
}

.background_pink {
    background-color: var(--yellow);
}

.background_pink .sub_title_text {
    color: #9B9B9B;
}

.background_pink .sub_title_text:hover {
    color: var(--orange);
}

.background_pink .right_secret,
.background_pink .left_secret {
    width: 130px;
}

.background_pink .main_secret {
    width: calc(100% - 270px);
}

.background_pink .right_secret,
.background_pink .left_secret,
.background_pink .main_secret {
    display: inline-block;
    margin-left: 20px;
    text-align: center;
    vertical-align: top;
}

.background_pink .right_secret,
.background_pink .left_secret,
.background_pink .main_secret :last-child {
    margin-left: unset;
}

.background_pink .secret_item {
    width: 130px;
    display: block;
    overflow: hidden;
    margin-bottom: 100px;
}

.background_pink .secret_item:last-child {
    margin-bottom: unset;
}

.background_pink .secret_item img {
    object-fit: contain;
    width: 100%;
    height: 100px;
}

.background_pink .main_secret {
    margin: auto;
}

.background_pink .position_right {
    position: relative;
    right: 50px;
}

.background_pink .position_left {
    position: relative;
    right: -50px;
}

.background_pink .main_secret img {
    object-fit: contain;
}

.help {
    margin-top: 100px;
}

.help .help_item {
    width: calc(25% - 52px);
    display: inline-block;
    margin-left: 60px;
    vertical-align: top;
}

.help .help_item:last-child {
    margin-left: unset;
}

.help .help_item span {
    display: block;
}

.help .help_number {
    width: 40px;
    height: 40px;
    background-color: var(--orange);
    color: #ffffff;
    padding: 10px;
    font-size: 12pt;
    box-sizing: border-box;
    text-align: center;
    border-radius: 50%;
}

.help .help_title {
    font-size: 12pt;
    font-weight: 700;
    margin-top: 10px;
}

.help .help_text {
    font-size: 9pt;
    font-weight: 600;
    color: #848484;
    margin-top: 5px;
}

.comment {
    direction: ltr;
}

.comment_i {
    font-size: 24px;
    vertical-align: middle;
    margin: 19px;
    cursor: pointer;
}

.comment .side_comment {
    width: calc(25% - 15px);
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
}

.comment .main_comment {
    width: calc(50% - 15px);
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
}

.comment .main_comment_box {
    width: 500px;
    margin: auto;
    background-color: #ffffff;
    padding: 10px;
    box-sizing: border-box;
    vertical-align: middle;
}

.comment .side_comment_box {
    width: 300px;
    margin: auto;
    background-color: #ffffff;
    padding: 10px;
    box-sizing: border-box;
}

.comment .main_comment_box .comment_text {
    font-size: 14pt;
}

.comment .comment_text {
    font-size: 10pt;
}

.comment .comment_text {
    direction: rtl;
    margin: 20px 0 20px 0;
}

.comment .main_comment_box .comment_text {
    margin: 20px 0 50px 0;
}

.comment .comment_date {
    color: #536471;
}

.comment .Comment_bottom_line {
    display: block;
    width: 100%;
    border-top: solid 1px #EFF3F4;
    padding: 15px 0 0 0;
    margin: 15px 0 0 0;
    color: #536471;
}

.footer .footer_right,
.footer .footer_left {
    display: inline-block;
    width: calc(50% - 5px);
    overflow: hidden;
    vertical-align: middle;
    color: var(--dark);
    margin-bottom: 20px;
}

.footer .footer_right img {
    width: 70%;
    object-fit: cover;
    text-align: center;
}

.footer_left {
    padding: 0 50px;
    box-sizing: border-box;
    font-weight: 600;
    text-align: center;
}

.footer_left {
    color: var(--orange);
    font-size: 11pt;

}

.footer_item_holder {
    float: left;
}

.footer_left .footer_item {
    display: block;
    direction: ltr;
    text-align: left;
    margin-top: 20px;
}

.footer_left .footer_item a {
    vertical-align: middle;
    margin-left: 10px;
    color: var(--dark);
}

.footer_left .footer_item i {
    font-size: 24px;
    vertical-align: middle;
}

/*.footer .copy_right {*/
/*    overflow: hidden;*/
/*    text-align: center;*/
/*    padding: 50px;*/
/*}*/

/*.footer .copy_right span {*/
/*    vertical-align: middle;*/
/*    margin-right: 10px;*/
/*}*/

/*.footer .copy_right img {*/
/*    width: 50px;*/
/*    object-fit: cover;*/
/*    vertical-align: middle;*/
/*}*/

.footer .copy-right {
    padding: 15px 0;
    color: var(--dark);
    text-align: center;
}

.footer .copy-right span {
    display: inline-block;
    vertical-align: middle;
    font-size: 10pt;
    font-weight: 400;
}

.footer .copy-right a {
    display: inline-block;
    vertical-align: middle;
    color: var(--orange);
    font-weight: 600;
}

.footer .copy-right .reihoon {
    color: #66B933;
}

.footer .copy-right span img {
    display: inline-block;
    vertical-align: middle;
    height: 25px;
    margin: 0 2px;
}


/*********** END OF INDEX ***********/

.archive_right {
    display: inline-block;
    width: 300px;
    vertical-align: top;
}

.archive_left {
    display: inline-block;
    width: calc(100% - 305px);
    vertical-align: top;
}

.archive_left .item {
    width: calc(25% - 30px);
    margin-bottom: 30px;
}

.archive_left .filter_sort {
    display: none;
}

.archive_left .filter_sort a {
    display: inline-block;
    margin: 0 0 30px 10px;
    padding: 5px;
    font-size: 11pt;
    font-weight: 500;
    color: var(--orange) !important;
}

.archive_right .side_menu_box:first-child {
    margin-top: 90px;
}

.archive_right .side_menu_box {
    width: calc(100% - 20px);
    border: solid 1px #EFF3F4;
    border-radius: 10px;
    padding: 10px;
    box-sizing: border-box;
    margin-top: 20px;
    overflow: hidden;
}

.archive_right .side_menu_title {
    color: var(--orange);
    font-weight: 600;
    margin-bottom: 25px;
}

.archive_right .side_menu_item i {
    margin-left: 10px;
    font-size: 14px;
    vertical-align: middle;
}

.archive_right .side_menu_item .list_open {
    padding-right: 20px;
    box-sizing: border-box;
    color: var(--orange);
}

.archive_right .side_menu_item {
    display: block;
    color: var(--dark);
    margin-bottom: 15px;
}

.archive_right .side_menu_item span {
    width: calc(100% - 60px);
    display: inline-block;
    margin-bottom: 5px;
}

.archive_right .side_menu_item .current {
    font-weight: 800;
    color: var(--orange);
}

.toggle {
    display: inline-block;
    background-color: #D9D9D9;
    width: 50px;
    height: 20px;
    border-radius: 25px;
    vertical-align: middle;
    margin-left: 10px;
}

.toggle_inside {
    display: inline-block;
    background-color: var(--dark);
    width: 25px;
    height: 20px;
    border-radius: 25px;
}

.toggle_on {
    text-align: left;
}

.toggle_on .toggle_inside {
    background-color: var(--yellow);
}

.side_menu_item_holder {
    margin-top: 25px;
}

.side_menu_item_holder .current {
    color: var(--orange);
}

.sort_head {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
}

.sort {
    display: inline-block;
    vertical-align: middle;
}

.sort span {
    display: inline-block;
    margin: 5px;
    background: #F5F5F5;
    padding: 3px 10px;
    border-radius: 22px;
    font-size: 11pt;
    font-weight: 400;
    cursor: pointer;
}

.sort .current,
.sort span:hover {
    color: #fff;
    background: var(--orange);
}

.archive_right .side_menu_box .search_price {
    width: 100%;
    height: 50px;
    display: block;
    -webkit-appearance: none;
    -moz-appearance: textfield;
    font-size: 16pt;
    margin-bottom: 10px;
}

.archive_right .side_menu_box .search_input {
    width: 100%;
    display: block;
    -webkit-appearance: none;
    -moz-appearance: textfield;
    font-size: 12pt;
    padding: 5px 20px;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.search_holder i {
    float: left;
    position: relative;
    top: -40px;
    color: var(--orange);
    left: 10px;
    padding: 5px;
    height: 0;
}

.paging {
    text-align: center;
    display: block;
    margin: auto;
    color: var(--orange);
}

.paging a {
    color: var(--orange);
    font-size: 14pt;
    margin: 5px;
}

.paging .active,
.paging .selected_page {
    display: inline-block;
    font-size: 16pt;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 5px;
    box-sizing: border-box;
    text-align: center;
    background-color: var(--yellow);
}

.close_filter {
    float: left;
    padding: 5px;
    color: var(--orange);
    display: none;
}

.filter_delete {
    color: var(--red);
    cursor: pointer;
}

/*********** END OF ARCHIVE ***********/

.product_right_side {
    display: inline-block;
    width: 50px;
}

.share_btn {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    color: var(--orange);
    border-radius: 50%;
    padding: 6px;
    box-sizing: border-box;
    vertical-align: top;
    margin-bottom: 15px;
    font-size: 20px;
}

.share_btn:hover {
    background-color: var(--orange);
    color: #D9D9D9;
}

.share_btn:last-child {
    margin-bottom: 0;
}

.product_middle_side {
    display: inline-block;
    width: 700px;
    overflow: hidden;
    vertical-align: top;
}

.product_left_side {
    display: inline-block;
    width: 500px;
    overflow: hidden;
    vertical-align: top;
}

.product_image_holder .product_main_image {
    width: calc(100% - 5px);
    height: 400px;
    overflow: hidden;
    border: solid 1px #EFF3F4;
    border-radius: 10px;
    padding: 10px;
    box-sizing: border-box;
    cursor: pointer;
}

.product_rate i {
    color: var(--yellow);
}

.comment_box_holder {
    max-height: 400px;
    overflow: auto;
}

.product_middle_side .product_image_holder .product_main_image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.product_middle_side .product_other_image_holder {
    width: calc(100% - 5px);
    max-height: 125px;
    overflow: hidden;
    margin-top: 20px;
}

.product_middle_side .product_other_image {
    display: inline-block;
    width: 120px;
    height: 120px;
    overflow: hidden;
    margin-left: 20px;
    cursor: pointer;
}


.product_middle_side .product_other_image img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.product_left_side .product_info {
    width: calc(100% - 5px);
    padding: 10px;
    box-sizing: border-box;
}

.product_left_side .product_title {
    display: inline-block;
    width: calc(100% - 155px);
    font-weight: 600;
    font-size: 17pt;
    padding-left: 10px;
}

.product_left_side .product_category {
    display: inline-block;
    width: 140px;
    font-size: 9pt;
    color: #0085FF;
    font-weight: 500;
}

.product_left_side .product_category:hover {
    font-weight: 700;
}

.product_order_detail {
    margin-bottom: 20px;
}

.product_order_detail:last-child {
    margin-bottom: 0;
}

.product_order_detail_holder {
    margin-top: 20px;
}

.product_order_detail_title {
    display: inline-block;
    width: 290px;
    vertical-align: middle;
    font-weight: 600;
    margin-bottom: 20px;
}

.product_order_detail_gray_box {
    border-radius: 25px;
    background-color: #D9D9D9;
}

.product_order_detail_select {
    width: calc(100% - 300px);
    height: 30px;
    padding: 10px;
    text-align: center;
    border: unset;
    vertical-align: middle;
}

.product_order_detail_text {
    display: inline-block;
    width: calc(100% - 300px);
    padding: 5px;
    box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
    font-weight: 600;
}

.product_order_detail_textarea {
    margin-top: 10px;
    max-width: calc(100% - 5px);
    height: 100px;
    max-height: 100px;
    resize: none;
    outline: none;
    border: solid 1px #EFF3F4;
    border-radius: 10px;
    padding: 10px;
    box-sizing: border-box;
    font-family: IRANSans;
    font-size: 10pt;
}

.product_order_detail_textarea:focus {
    border: solid 2px var(--yellow);
}

.product_text_holder .product_text {
    font-size: 11pt;
    margin-top: 15px;
    text-align: justify;
}

.product_detail .product_order_detail_title {
    font-size: 12pt;
    font-weight: 700;
}

.product_detail .product_order_detail_text {
    text-align: right;

}

.comment_box .comment_image {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: inline-block;
    margin-left: 10px;
    vertical-align: top;
}

.comment_box .comment_text_box {
    width: 100%;
    display: inline-block;
    border-radius: 10px;
    background-color: var(--yellow);
    padding: 10px;
    box-sizing: border-box;
    vertical-align: top;
    margin: 10px 0;
}

.comment_box .comment_text_box span {
    color: #848484;
}

.comment_box .comment_user {
    font-weight: 600;
    margin-bottom: 15px;
}

.post_right_side,
.post_main_image {
    display: inline-block;
    vertical-align: top;
    margin: auto;
}

.post_main_image {
    max-width: 800px;
    width: calc(100% - 10px);
    margin: 0 10px;
    overflow: hidden;
}

.post_main_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.post_header {
    display: block;
    text-align: center;
    margin-top: 50px;
}

.post_title_holder {
    margin: auto;
    text-align: center;
}

.post_title_holder .post_title {
    font-size: 16pt;
    font-weight: 600;
    color: var(--orange);
    margin: 10px auto;
    display: block;
}

.post_title_holder .post_sub_title {
    margin: 0 40px;
}

.post_title_holder .post_sub_title i {
    margin: 0 5px;
    color: var(--orange);
}

.post_text {
    display: block;
    width: calc(100% - 40px);
    font-size: 12pt;
    font-weight: 300;
    text-align: justify;
    background-color: #F9F9F9;
    padding: 20px;
    border-radius: 10px;
    line-height: 2;
}

.post_text audio {
    width: 100%;
    max-width: 800px;
    display: block;
    margin: 10px auto;
    border-radius: 20px;
}

.post_text video,
.post_text img {
    display: block;
    margin: 10px auto;
    width: calc(100% - 20px);
    max-width: 800px;
    border-radius: 10px;
}

.post_text ul,
.post_text ol {
    margin-right: 25px;
}

.post_text h1,
.post_text h2,
.post_text h3,
.post_text h4,
.post_text h5,
.post_text h6 {
    color: var(--orange);
}

.post_text blockquote {
    background: var(--yellow_opa);
    padding: 10px;
    box-sizing: border-box;
    display: block;
    border-right: 3px solid var(--orange);
    border-radius: 10px;
    margin: 10px auto;
}

.post_text img,
.post_text audio,
.post_text video {
    display: block;
    width: 100%;
    max-width: 800px;
    margin: 10px auto;
    object-fit: cover;
    border-radius: 20px;
    overflow: hidden;
}

.post_text .aparat {
    display: block;
    width: 100%;
    max-width: 800px;
    min-height: 500px;
    margin: 10px auto;
}

.post_text .aparat iframe {
    min-height: 500px;
    border-radius: 20px;
    overflow: hidden;
}

.like_holder {
    margin: 20px 0;
    font-size: 11pt;
    font-weight: 500;
}

.like_holder i {
    margin: 0 5px;
}

.positive {
    color: #2ECC71;
}

.negative {
    color: #E81164;
}

.post_box_title {
    margin-top: 50px;
    margin-bottom: 20px;
    color: var(--orange);
    font-size: 13pt;
    font-weight: 600;
}

.author_img {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    vertical-align: top;
    overflow: hidden;
}

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

.author_info {
    display: inline-block;
    background-color: var(--yellow);
    width: calc(100% - 80px);
    padding: 10px;
    box-sizing: border-box;
    border-radius: 10px;
    vertical-align: top;
}

.author_info_name {
    display: block;
    font-weight: 600;
    margin-bottom: 10px;
}

.author_info_text {
    color: #848484;
}

.faq_box_holder {
    margin-top: 100px;
    margin-bottom: 150px;
}

.faq_box_holder:last-child {
    margin-bottom: 0;
}

.faq_box {
    display: inline-block;
    width: calc(25% - 5px);
    text-align: center;
    font-size: 12pt;
    margin-bottom: 80px;
    color: #000000;
    cursor: pointer;
}

.faq_box:hover {
    color: var(--orange);
}

.faq_box i {
    display: block;
    font-size: 52px;
    margin: 10px 0 50px 0;
}


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

.faq_list_left {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 205px);
    padding: 0 30px;
    box-sizing: border-box;
}

.faq_list_category_box {
    padding: 10px;
    margin-bottom: 30px;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    color: #000000;
}

.faq_list_category_box:hover {
    color: var(--orange);
}

.faq_list_category_box_selected {
    background-color: var(--orange);
    border-radius: 10px;
    color: #ffffff;
}

.faq_list_category_box i {
    font-size: 40px;
    margin-left: 20px;
    vertical-align: middle;
}

.faq_list_category_box span {
    vertical-align: middle;
}

.faq_list_holder {
    padding: 10px;
    box-sizing: border-box;
    border-bottom: solid 2px var(--yellow);
}

.faq_list_holder:last-child {
    border-bottom: none;
}

.faq_list_holder a {
    vertical-align: middle;
}

.faq_list_holder i {
    vertical-align: middle;
}

.faq_list_box {
    width: calc(100% - 20px);
    display: inline-block;
}

.faq_list_title {
    display: block;
    font-size: 11pt;
    font-weight: 500;
    margin-bottom: 10px;
}

.faq_list_title a {
    color: var(--dark);
}


.faq_list_text {
    display: block;
    margin-bottom: 10px;
    color: #808080;
    font-size: 12pt;
}

.faq_list_link {
    color: #0085FF;
}

.faq_list_link i {
    vertical-align: middle !important;
}

.cart_title {
    display: inline-block;
    width: calc(100% - 205px);
    font-weight: 600;
    font-size: 12pt;
}

.cart_address_title_btn {
    display: inline-block;
    width: 200px;
    padding: 10px;
    box-sizing: border-box;
    background-color: var(--orange);
    border-radius: 25px;
    color: #ffffff;
    text-align: center;
}

.cart_address_title_btn:hover {
    background-color: var(--orange_opa);
}

.cart_address_holder {
    margin-top: 20px;
}

.cart_address_holder:first-child {
    margin-top: 50px;
}

.address_item_title {
    display: inline-block;
    font-weight: 600;
    width: 150px;
}

.cart_product_holder {
    margin-top: 50px;
}

.cart_product {
    text-align: center;
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: solid 1px var(--yellow);
}

.cart_product:last-child {
    border-bottom: none;
}

.cart_price_box {
    padding-top: 30px;
    margin-top: 50px;
    border-top: solid 4px var(--yellow);
}

.cart_product div {
    vertical-align: middle;
}

.cart_product_image_holder {
    display: inline-block;
    width: 70px;
    height: 70px;
    overflow: hidden;
}

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

.cart_product_detail_holder {
    display: inline-block;
    width: calc(50% - 5px);
}

.cart_product_detail {
    display: block;
    margin-bottom: 5px;
}

.cart_product_count {
    display: inline-block;
    width: calc(15% - 5px);
    text-align: center;
}

.cart_product_count_plus {
    display: inline-block;
    width: 25px;
    height: 25px;
    padding-top: 5px;
    box-sizing: border-box;
    border-radius: 50%;
    border: solid 1px #D9D9D9;
    margin: 10px;
    text-align: center;
}

.cart_product_count_plus:hover {
    background-color: var(--orange);
    color: #ffffff;
    border: solid 1px var(--orange);
}

.cart_product_price {
    display: inline-block;
    width: calc(15% - 5px);
}

.cart_product_price span {
    display: block;
}

.cart_price_box {
    padding-bottom: 10px;
    border-bottom: solid 4px var(--yellow);
    margin-bottom: 60px;
}

.cart_item_price {
    font-size: 11pt;
    font-weight: 600;
}

.cart_item_old_price {
    text-decoration-line: line-through;
    color: #969696;
}

.cart_price_title {
    display: inline-block;
    width: calc(100% - 120px);
    font-size: 11pt;
    margin-bottom: 20px;
}

.cart_price_total {
    font-weight: 600;
    font-size: 12pt;
}

.giftcard {
    width: calc(100% - 50px);
    border: solid 1px #D9D9D9;
    border-radius: 10px;
    padding: 10px;
    box-sizing: border-box;
}

.giftcard input {
    width: calc(100% - 35px);
    vertical-align: middle;
    border: none !important;
}

.giftcard i {
    font-size: 16px;
    vertical-align: middle;
    cursor: pointer;
    padding: 5px;
}

.giftcard i:hover {
    color: var(--orange);
}

.cart_buy_btn {
    display: block;
    min-width: 40%;
    padding: 10px;
    border-radius: 25px;
    background-color: var(--orange);
    color: #ffffff !important;
    float: left;
    cursor: pointer;
    margin: 10px;
    border: solid 1px var(--orange);
    box-sizing: border-box;

}

.cart_buy_btn_sec {
    background-color: transparent;
    color: var(--orange) !important;
}

.cart_buy_btn:hover {
    background-color: var(--orange_opa);
}

.cart_buy_btn_sec:hover {
    color: #ffffff !important;
}

.cart_buy_btn i {
    margin: 0 10px;
    vertical-align: middle;
}

.checkbox {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    width: 25px;
    height: 25px;
    padding: 12px;
    box-sizing: border-box;
    font-size: 10pt;
    border-radius: var(--radius_10);
    border: 1px solid var(--orange);
    box-shadow: inset 0 0 0 0 var(--orange);
    transition: all 0.1s linear;
}

.checkbox_product {
    border-radius: 35px;
}

.checkbox_current {
    box-shadow: inset 0 0 0 13px var(--orange);
}

.checkbox_text {
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
    padding: 5px 10px;
    box-sizing: border-box;
    font-size: 10pt;
}

.checkbox_text_current {
    color: var(--orange);
}


/*****************************Responsive****************************/

@media screen and (max-width: 1400px) {
    .comment .main_comment,
    .comment .side_comment {
        display: block;
        margin: auto;
        margin-bottom: 50px;
        text-align: center;
        width: unset;
    }

    .comment_i {
        display: none;
    }

    .comment .main_comment_box {
        width: unset;
        max-width: 500px;
    }

    .footer .footer_right img {
        display: none;
    }

    .footer .footer_left {
        width: 100%;
    }

    .post_right_side {
        display: block;
        text-align: right;
    }

    .share_btn {
        display: inline-block;
    }

    .product_middle_side {
        width: calc(100% - 55px);
        max-width: 700px;
    }

    .product_left_side {
        display: block;
        width: 100%;
        max-width: 700px;
        margin: auto;
        margin-top: 20px;
    }
}

@media screen and (max-width: 1100px) {
    .item {
        width: calc(33% - 30px);
        margin-bottom: 20px;
    }
}

.close_menu_header {
    display: none;
}

@media screen and (max-width: 1024px) {
    .top_menu {
        background-color: #fff;
        width: 280px;
        position: fixed;
        right: -280px;
        top: 0;
        height: 100vh;
        z-index: 11;
    }

    .top_menu a {
        display: block;
        margin: 40px;
    }

    .close_menu_header {
        display: block;
    }

    .archive_right {
        position: fixed;
        background-color: #FFFFFF;
        width: 280px;
        top: 0;
        right: -280px;
        height: 100vh;
        overflow: auto;
        padding: 10px;
        box-sizing: border-box;
        z-index: 11;
    }

    .archive_right .side_menu_box:first-child {
        margin-top: 0;
    }

    .archive_right .side_menu_box {
        width: 100%;
    }

    .archive_left .filter_sort {
        display: block;
    }

    .close_filter {
        display: block;
    }

    .archive_left {
        width: 100%;
    }

    .product_bottom .w50 {
        width: calc(100% - 5px);
        margin-bottom: 50px;
    }

    .user_panel_main {
        width: calc(100% - 5px) !important;
        margin-right: 0 !important;
    }

    .header_menu_res {
        display: inline-block;
    }
}

@media screen and (max-width: 1000px) {
    .slider_title span {
        background-color: #ffffff99;
        line-height: 60px;
        padding: 9px;
    }

    .slider_text span {
        background-color: #ffffff99;
        line-height: 38px;
        padding: 9px;
        color: var(--dark);
    }

    .cart_product {
        text-align: unset;
    }

    .cart_product_detail_holder {
        display: block !important;
        width: 100%;
    }

    .cart_product_count {
        width: 100%;
    }

    .cart_product_price {
        width: unset;
    }
}

@media screen and (max-width: 900px) {
    .service {
        width: calc(50% - 15px);
        margin-bottom: 50px;
    }

    .service:last-child {
        width: 100%;
    }

    .background_pink .main_secret img {
        display: none;
    }
}

@media screen and (max-width: 800px) {
    .archive_left .item {
        width: calc(33% - 27px);
    }

    .faq_box {
        width: calc(33% - 5px);
    }

    .faq_list_right {
        width: 100px;
    }

    .faq_list_category_box i {
        margin-left: unset;
    }

    .faq_list_left {
        width: calc(100% - 105px);
    }

    .faq_list_category_box span {
        display: none;
    }

    .w50 {
        width: 100%;
    }

    .comment_box {
        margin-bottom: 10px;
    }

    .user_panel_main_box {
        padding: 40px 30px !important;
    }

    .user_panel_table_title {
        display: none;
    }

    .user_panel_table_row .t_title {
        display: inline-block !important;
        width: 180px !important;
    }

    .user_panel_table_row .t_text {
        width: calc(100% - 185px) !important;
    }

    .user_panel_table_row div {
        display: block !important;
        width: 100% !important;
    }

    .user_panel_main_profile .w50 {
        width: calc(100% - 5px);
    }

    .user_panel_main_profile .user_panel_form {
        margin-left: 0 !important;
    }

    .profile_save_btn {
        display: none !important;
    }

    .slider_title span {
        background-color: transparent;
    }

    .slider_text span {
        background-color: transparent;
    }

    .slider_img {
        position: unset;
        width: 100%;
        margin-top: 20px;
    }

    .slider_title {
        max-width: 100%;
    }

    .slider_text_holder {
        margin-top: 20px;
    }
}

@media screen and (max-width: 700px) {
    .help .help_item {
        width: calc(50% - 33px);
        margin-bottom: 50px;
    }

    .help .help_item:nth-child(2n) {
        margin-left: 0;
    }

    .product_order_detail_title {
        width: 200px;
    }

    .product_order_detail_text {
        width: calc(100% - 205px);
    }
}

@media screen and (max-width: 600px) {
    .archive_left .item {
        width: calc(50% - 29px);
    }

    .cart_price_box {
        margin-bottom: 20px;
    }

    .cart_payment_box .w50 {
        width: 100%;
        margin-bottom: 20px;
    }

    .cart_payment_box .w50 .giftcard {
        width: 100%;
    }

    .faq_list_right {
        width: 100%;
    }

    .faq_list_category_box {
        display: inline-block;
        width: 100px;
    }

    .faq_list_category_box i {
        margin-left: unset;
    }

    .faq_list_left {
        width: 100%;
    }

    .product_right_side {
        display: block;
        width: 100%;
    }

    .product_right_side a {
        display: inline-block;
    }

    .product_middle_side {
        width: calc(100% - 5px);
    }
}

@media screen and (max-width: 550px) {
    .logo {
        width: unset;
        margin-top: 30px;
    }

    .logo img:last-child {
        display: none;
    }

    .logo img:first-child {
        display: inline-block;
    }

    .user_panel {
        width: unset;
    }

    .user_panel i {
        display: inline-block !important;
    }

    .user_panel span {
        display: none;
    }

    .service {
        width: calc(100% - 15px);
        margin-bottom: 50px;
        text-align: center;
    }

    .item {
        width: calc(50% - 30px);
        margin-bottom: 20px;
    }

    .background_pink .position_right {
        right: 0 !important;
    }

    .background_pink .position_left {
        right: 0 !important;
    }

    .faq_box {
        width: calc(50% - 5px);
    }

    .product_order_detail_title {
        width: 100px;
    }

    .product_order_detail_text {
        width: calc(100% - 105px);
    }

    .user_panel_name {
        display: none !important;
    }

    .user_panel_img {
        margin-right: 5px !important;
    }

    .user_panel_main_box {
        height: unset !important;
    }
}

@media screen and (max-width: 450px) {
    .item {
        width: calc(100% - 5px);
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 450px) {
    .archive_left .item {
        width: 100%;
    }
}

/*--------------------------------------------------*/

.error_holder {
    max-width: 500px;
    text-align: center;
}

.error_holder .error_code {
    font-size: 24pt;
    font-weight: 600;
}

.error_holder a,
.error_holder span {
    display: block;
    text-align: center;
}

.error_holder .error_img {
    height: 200px;
    margin: 20px 0;
    object-fit: cover;
}