/* for all pages */

:root {
    --key_color: #cad137;
    --secondary_color: #a7a880;

    --noti_color: red;
    --header_color: #c2c2c2;
    --header_shadow_color: gray;
    --menu_color: var(--header_color);
    --footer_color: var(--header_color);

    --button_color: #c7c7c7;
    --button_h_color: #a89d80;

    --input_gen_bg_h_color: #fffee3;

    --pop_button_color: #b3b3b3;
    --pop_button_h_color: #a89d80;

    --clk_elem_color: white;
    --clk_elem_h_color: #bfbfbf;

    --address_item_bg_color: #f2f2f2;
    --message_item_bg_color: #f2f2f2;
    --voucher_item_bg_color: #f2f2f2;
    --pm_item_bg_color: #f2f2f2;

    --pop_order_cap_color: #b3b3b3;
    --pop_message_cap_color: #b3b3b3;
    --pop_address_cap_color: #b3b3b3;

    --sg_ov_arr_l_pos: 35px;
    --sg_bg_color: #e3e3e3;
    --sg_op_cap_bg_color: #5c5c5c;
    --sg_op_item_bg: white;
    --sg_man_user_reload_bg_color: white;

    --sg_price_tag_success_color: var(--secondary_color);
    --sg_price_tag_error_color: red;

    /* --checkout_field_bg: #fffec6; */
    --checkout_field_bg: rgb(240, 240, 240);
    --checkout_field_focus_border_color: #8e9428;
    --checkout_field_focus_shadow_color: #cad137;
}

body {
    font-family: 'Roboto', sans-serif;
    margin: 0px;
    -webkit-font-smoothing: antialiased;
}

body p {
    margin: 0px;
}

body::-webkit-scrollbar {
    width: 10px;
}
 
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.3);
}
 
body::-webkit-scrollbar-thumb {
  background-color: darkgrey;

  /* border: 2px solid rgba(0, 0, 0, 0); */
  /* background-clip: padding-box; */
  /* border-radius: 9999px; */
  background-color: #AAAAAA;
}

button, select {
    cursor: pointer;
}

#page_container {
    position: relative;
    max-width: 1800px;
    margin: auto;
}

.page_cont_position_reg {
    top: 80px;
}

.page_cont_position_dgr {
    top: 50px;
}

#nav_section {
    position: fixed;
    width: 100%;
    z-index: 103;
    box-shadow: 0 4px 5px -2px gray;
}

#nav {
    display: grid;
    /* grid-template-columns: 60px 70px 50px auto 60px 60px 60px; */
    grid-template-columns: 50px 20px auto 20px 50px;
    grid-template-rows: 80px;
    
    width: 100%;
    background-color: var(--key_color);
}

#menu_icon {
    grid-column: 1/2;
}

#search_icon {
    grid-column: 2/3;
}

#cart_icon {
    grid-column: 4/5;
    display: none;
}

#profile_icon {
    /* display: none; */
    grid-column: 5/6;
}

#nav_shajghor {
    display: grid;
    grid-template-columns: 30px 30px auto 40px 40px;
    grid-template-rows: 50px;
    
    width: 100%;
    background-color: var(--key_color);
    box-shadow: 0 4px 5px -2px var(--header_shadow_color);
    z-index: 3;
}

#logo_space {
    grid-column: 3/4;
    grid-row: 1/2;
    margin: auto;
}

#logo_space img {
    width: 170px;
    height: 100%;
}

#logo_space_shajghor {
    margin: auto;
    grid-column: 3/4;
    grid-row: 1/2;
}

#logo_space_shajghor img {
    width: 120px;
    /* height: 100%; */
}

#menu {
    display: none;
}

#menu_icon, #search_icon, #cart_icon, #profile_icon {
    font-size: 16px;
    margin: auto;
    cursor: pointer;
}

#search_icon {
    display: none;
}

#cart_icon i:after {
    content: attr(data-noti);
    font-size: 8px;

    display: inline-grid;
    justify-content: center;
    align-content: center;
    width: 14px;
    height: 14px;
    color: white;
    background-color: var(--noti_color);
    border: 2px solid var(--key_color);
    border-radius: 9px;

    position: relative;
    right: 13px;
}

#menu_icon_shajghor, #search_icon_shajghor, #cart_icon_shajghor, #profile_icon_shajghor {
    font-size: 16px;
    margin: auto;
    cursor: pointer;
}

#search_icon_shajghor {
    display: none;
}

#cart_icon_shajghor, #profile_icon_shajghor {
    width: 40px;
}

#menu_icon_shajghor {
    grid-column: 1/2;
}

#search_icon_shajghor {
    grid-column: 2/3;
}

#cart_icon_shajghor {
    grid-column: 4/5;
}

#profile_icon_shajghor {
    grid-column: 5/6;
}

#cart_icon_shajghor i:after {
    content: attr(data-noti);
    font-size: 8px;

    display: inline-grid;
    justify-content: center;
    align-content: center;
    width: 14px;
    height: 14px;
    color: white;
    background-color: var(--noti_color);
    border: 2px solid var(--key_color);
    border-radius: 9px;

    position: relative;
    right: 13px;
}

#lang_switch {
    display: none; /* this is for functionality */
    margin: auto;
}

#lang_switch_shajghor {
    display: none; /* this is for functionality */
    margin: auto;
}

.jh-switch {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 5px;
    justify-content: center;
    /* background-color: #43ad32; */
}

.jh-switch > span {
    display: block;
    margin: auto;
}

.jh-switch > div {
    margin: auto;
    cursor: pointer;
    width: 50px;
    height: 24px;
    /* border: 1px solid black; */
    border-radius: 20px;
    background-color: white;
    box-shadow: 0px 0px 2px var(--header_shadow_color);
}

.jh-switch > div > div {
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background-color: var(--header_color);
    position: relative;
    top: 4px;
    left: 4px;
    /* margin: auto; */
}

#screen_space {
    position: relative;
    grid-template-columns: auto;
    min-height: calc(100vh - 80px);
}

#screen_space_shajghor {
    grid-template-columns: auto;
    position: relative;
    z-index: 2;
}

#side_bar_section {
    height: 100%;
    position: absolute;
    z-index: 1;
    /* box-shadow: 4px 0px 5px -3px gray; */
}

.side_bar_sec_default {
    width: 0px;
}

.side_bar_sec_appear {
    width: 200px;
    animation-name: side_bar_appear;
    animation-duration: 0.4s;
}

.side_bar_sec_disappear {
    width: 0px;
    animation-name: side_bar_disappear;
    animation-duration: 0.4s;
}

#side_bar_section_shajghor {
    /* width: 200px; */
    height: 100%;
    position: absolute;
    z-index: 2;
}

.side_bar_shajghor_default {
    width: 0px;
}

.side_bar_shajghor_appear {
    width: 200px;
    animation-name: side_bar_appear;
    animation-duration: 0.4s;
}

.side_bar_shajghor_disappear {
    width: 0px;
    animation-name: side_bar_disappear;
    animation-duration: 0.4s;
}

#side_cart_section {
    position: fixed;
    right: 0px;
    /* background-color: var(--key_color); */
    z-index: 103;
    /* border-left: 1px solid black; */
    height: 100%;
    /* border-radius: 10px 0px 0px 10px; */
    overflow-x: hidden;
    /* box-shadow: -4px 0px 5px -2px gray; */
}

#side_cart_section p {
    margin: 0;
}

.side_cart_section_default {
    clip-path: inset(0% 0% 0% 100%);
}

.side_cart_section_appear {
    /* border-left: 1px solid black; */
    animation-name: side_cart_sec_appear;
    animation-duration: 0.5s;
}

.side_cart_section_disappear {
    /* border-left: 1px solid black; */
    clip-path: inset(0% 0% 0% 100%);
    animation-name: side_cart_sec_disappear;
    animation-duration: 0.5s;
}

@keyframes side_cart_sec_appear {
    from {
        clip-path: inset(0% 0% 0% calc(100% - 6px));
    }

    to {
        clip-path: inset(0% 0% 0% 0%);
    }
}

@keyframes side_cart_sec_disappear {
    from {
        clip-path: inset(0% 0% 0% 0%);
    }

    to {
        clip-path: inset(0% 0% 0% 100%);
    }
}

.side_cart_enc_default {
    transform: translateX(100%);
}

.side_cart_enc_appear {
    transform: translateX(0%);
    animation-name: side_cart_enc_appear;
    animation-duration: 0.5s;
}

.side_cart_enc_disappear {
    transform: translateX(100%);
    animation-name: side_cart_enc_disappear;
    animation-duration: 0.5s;
}

@keyframes side_cart_enc_appear {
    from {
        transform: translateX(100%);
    }

    to {
        transform: translateX(0%);
    }
}

@keyframes side_cart_enc_disappear {
    from {
        transform: translateX(0%);
    }

    to {
        transform: translateX(100%);
    }
}

#side_cart_enclosure {
    width: 310px;
    height: 100%;
    border-right: none;
    transform: translateX(0%);
    margin-left: 6px;
    background-color: var(--secondary_color);
    box-shadow: -4px 0px 5px -2px #535353;
}

.side_cart_vertical_style_cart {
    display: grid;
    grid-template-rows: max-content auto max-content;
}

.side_cart_vertical_style_checkout {
}

#side_cart_wrapper {
    /* display: grid; */
    /* grid-template-rows: max-content auto max-content; */
    /* background-color: var(--key_color); */
    height: 100%;
    /* transform: translateX(50%); */
}

#side_cart_wrapper > div {
    transform: translateX(0%);
    /* overflow-x: 0; */
}

@keyframes side_cart_hndl_appear {
    from {
        transform: translateX(0px);
    }

    to {
        transform: translateX(-265px);
    }
}

@keyframes side_cart_hndl_disappear {
    from {
        transform: translateX(-265px);
    }

    to {
        transform: translateX(0px);
    }
}

.side_cart_handle_appear {
    transform: translateX(-265px);
    animation-name: side_cart_hndl_appear;
    animation-duration: 0.5s;
}

.side_cart_handle_disappear {
    transform: translateX(0px);
    animation-name: side_cart_hndl_disappear;
    animation-duration: 0.5s;
}

#side_cart_handle {
    position: fixed;
    width: 40px;
    z-index: 101;
    right: 0px;
    top: 40%;
    cursor: pointer;
}

#side_cart_handle > img {
    filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 1));
    z-index: 4;
}

#side_cart_handle > div:first-child {
    display: grid;
    grid-template-rows: calc(50% - 1px) 2px calc(50% - 1px);
    grid-gap: 0px;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 5;
}

#side_cart_handle > div:first-child > div:nth-child(odd) {
    display: flex;
    color: white;
}

#side_cart_handle > div:first-child > div:nth-child(1) {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 7px;
}

#side_cart_handle > div:first-child > div:nth-child(1) > img {
    width: 70%;
}

#side_cart_handle > div:first-child > div:nth-child(3) {
    display: flex;
    padding-top: 7px;
    justify-content: center;
    font-size: 10px;
    text-wrap: wrap;
    text-align: center;
}

#side_cart_handle > div:first-child > div:nth-child(3) > p > span:first-child {
    font-size: 12px;
    font-weight: bold;
}

#side_cart_handle > div:first-child > div:nth-child(2) {
    background-color: white;
}

.cart_empty_text {
    text-align: center;
    margin: auto !important;
}

#side_cart_item_window {
    display: flex;
    flex-direction: column;
    gap: 7px;
    /* width: 350px; */
    overflow-y: auto;
    padding: 6px;
}

.side_cart_item {
    display: flex;
    flex-direction: row;
    /* background-color: #ffffff; */
    background-color: var(--key_color);
    gap: 10px;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0px 0px 2px 1px #919191;

    font-size: 14px;
}

.side_cart_item > div:first-child > img {
    height: 140px;
    display: none;
}

.side_cart_item > div:first-child > p {
    position: absolute;
    left: 5px;
    bottom: 5px;
    /* translate: -14px 52px; */
    font-size: 9px;
    border: 1px solid gray;
    padding: 3px;
    border-radius: 5px;
    width: fit-content;
    background-color: rgba(255, 255, 255, 0.7);
}

.side_cart_text {
    font-size: 14px;
}

.side_cart_item > div:nth-child(1) {
    display: flex;
    flex-direction: column;
    position: relative;

    /* background-image: url("/images/render.png"); */
    background-repeat: no-repeat;
	background-size: contain;
	background-position: top;
    justify-content: center;
    align-items: center;

    width: 100px;
    height: 100%;
}

.side_cart_item > div:nth-child(2) {
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: center;
    width: 180px;
}

.side_cart_item p {
    margin: 0;
}

/* this is the item title */
.side_cart_item > div:nth-child(2) > div:first-child > p {
    font-weight: bold;
}

.side_cart_item > div:nth-child(2) > div:first-child {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.side_cart_item > div:nth-child(2) > div:first-child > p:first-child {
    font-weight: bold;
    font-size: 100%;
    /* width: 70%; */
    text-align: left;
}

.side_cart_item > div:nth-child(2) > div:first-child > p:nth-child(2) {
    font-size: 9px;
    border: 1px solid gray;
    color: gray;
    padding: 3px;
    border-radius: 5px;
    margin-top: 3px;
    width: fit-content;
}

.side_cart_item > div:nth-child(2) > div:nth-child(2) {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.side_cart_item > div:nth-child(2) > div:nth-child(2) > button:first-child {
    font-size: 80%;
    border: none;
    padding: 5px 13px 5px 10px;
    border-radius: 14px;
    /* margin-top: 3px; */
    width: fit-content;
    height: fit-content;
    background-color: black;
    color: white;
}

.side_cart_item > div:nth-child(2) > div:nth-child(2) > button:first-child > span {
    font-size: 14px;
    margin-right: 5px;
}

.side_cart_item > div:nth-child(2) > div:nth-child(2) > button:nth-child(2) {
    border: none;
    border-radius: 13px;
    background-color: var(--key_color);
}

.side_cart_item > div:nth-child(2) > div:nth-child(2) > button:nth-child(2) > img {
    height: 20px;
    padding-top: 3px;
}

/* this is the subtotal wrapper element */
.side_cart_item > div:nth-child(2) > div:nth-child(3) {
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: flex-start;
}

/* this is the subtotal individual element */
.side_cart_item > div:nth-child(2) > div:nth-child(3) > div {
    display: flex;
    flex-direction: row;
    gap: 5px;
    flex-wrap: wrap;
    align-items: end;
}

.side_cart_item > div:nth-child(2) > div:nth-child(3) > div > p:first-child > span {
    font-size: 90%;
    font-weight: bold;
    color: red;
    text-decoration: line-through;
}

.side_cart_item > div:nth-child(2) > div:nth-child(3) > div > p:first-child > span > span {
    color: black;
}

.side_cart_item > div:nth-child(2) > div:nth-child(3) > div > p:nth-child(2) {
    font-weight: bold;
}

.side_cart_item > div:nth-child(2) > div:nth-child(3) > div > p:nth-child(2) > sup {
    font-size: 9px;
}

.side_cart_item > div:nth-child(2) > div:nth-child(3) > div > p:nth-child(3) {
    font-weight: bold;
    font-size: 85%;
}

/* this is the size and quantity selection section */
.side_cart_item > div:nth-child(2) > div:nth-child(4) {
    display: flex;
    flex-direction: row;
    gap: 10px;
    /* flex-wrap: wrap; */
}

.side_cart_item > div:nth-child(2) > div:nth-child(4) > div {
    display: flex;
    flex-direction: row;
    gap: 5px;
    flex-wrap: wrap;
    align-items: center;
    width: min-content;
}

.side_cart_item > div:nth-child(2) > div:nth-child(4) > div:nth-child(2) {
    width: 1px;
    height: 100%;
    background-color: gray;
}

.side_cart_item > div:nth-child(2) > div:nth-child(4) > div:nth-child(3) > div:last-child {
    display: flex;
    flex-direction: row;
    gap: 7px;
    align-items: center;
}

.side_cart_item > div:nth-child(2) > div:nth-child(4) > div:nth-child(3) > div:last-child > button {
    font-size: 12px;
    width: 20px;
    height: 20px;
    padding: 3px;
    border: none;
    border-radius: 13px;
    background-color: black;
    color: white;
}

.side_cart_item > div:nth-child(2) > div:nth-child(4) > div:nth-child(3) > div:last-child > button:last-child {
    /* margin-left: 3px; */
}

.jh_dd_regular {
    position: relative;
}

#side_cart_header_area {
    display: flex;
    flex-direction: column;
    height: 60px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 10px;
}

#side_cart_header_area > h3 {
    margin: 0;
}

#side_cart_promo {
    font-size: 13px;
    display: none;
    text-align: center;
    padding: 0px 5px;
}

#side_cart_promo sup {
    font-size: 10px;
}

/* #side_cart_header_area > h3 {
    text-align: center;
} */

#side_cart_voucher_area {
    display: flex;
    justify-content: center;
    align-items: center;
    /* background-color: var(--key_color); */
    height: 100px;
}

#side_cart_voucher_area > div {
    text-align: center;
}

#side_cart_voucher_area > div > p {
    margin: 0;
}

#side_cart_voucher_area > div > p:nth-child(1) {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px;
}

#side_cart_voucher_area > div > div:nth-child(2) {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 2px;
    background-color: gray;
    padding: 3px;
    border-radius: 13px;
}

#side_cart_voucher_area > div > div:nth-child(2) > input {
    font-size: 16px;
    text-align: center;
    width: 100px;
    height: 20px;
    border-radius: 10px;
    outline: none;
    border: none;
    padding: 8px 10px;
    text-transform: uppercase;
}

#side_cart_voucher_area > div > div:nth-child(2) > button {
    border: none;
    background-color: gray;
    color: white;
    padding: 10px;
    border-radius: 10px;
}

#side_cart_delivery_charge_text {
    display: none;
    font-size: 12px;
    margin: 5px 0px 5px 2px;
}

#side_cart_delivery_charge_text sup {
    font-size: 9px;
}

#side_cart_otp {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    gap: 10px;
}

#side_cart_otp > p {
    font-size: 14px;
    text-align: center;
}

#side_cart_otp > div {
    display: flex;
    flex-direction: column;
    gap: 5px;
    /* width: 200px; */
    align-items: center;
}

#side_cart_otp > div > div:nth-child(1) {
    display: flex;
    flex-direction: row;
    gap: 5px;
}

.side_cart_otp_input {
    width: 30px;
    height: 30px;
    flex: auto;
    padding: 5px;
    font-size: 16px;
    text-align: center;
    background-color: var(--checkout_field_bg);
    outline: none;
    border: none;
    border-radius: 5px;
    /* border-bottom: 3px solid black; */
}

.side_cart_otp_input:focus {
    box-shadow: 0px 0px 4px 1px orange;
    background-color: #ffffff;
    animation-name: border_focus_animation;
    animation-duration: .4s;
    outline: 3px solid black;
}

.side_cart_otp_input:not(:focus) {
    background-color: var(--checkout_field_bg);
    animation-name: border_unfocus_animation;
    animation-duration: .4s;
}

#side_cart_otp > div > button {
    padding: 10px;
    background-color: black;
    color: white;
    border-radius: 15px;
    border: none;
    width: 200px;
}

#side_cart_action_area {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
    /* padding: 10px; */
    margin-top: 10px;
    /* background-color: var(--key_color); */
}

.side_cart_action_area_style {
    padding: 10px;
    background-color: #d0d0d0;
    box-shadow: 0px 0px 1px 1px #d0d0d0;
}

#side_cart_action_area p {
    /* display: inline-flex; */
    align-items: center;
    margin: 0;
    text-align: center;
}

#side_cart_action_area > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* padding: 5px; */
    /* border: 1px solid black; */
    border-radius: 20px;
    gap: 10px;
}

.cart_total_text_style {
    font-size: 14px;
    /* font-weight: bold; */
}

.cart_total_text_style > span:nth-child(1) {
    margin-right: 10px;
}

.cart_total_text_style > span:nth-child(2) {
    font-size: 15px;
    color: red;
    text-decoration: line-through;
}

.cart_total_text_style > span:nth-child(2) > span {
    color: black;
}

.cart_total_text_style > span:nth-child(3) {
    font-size: 16px;
    margin: 0px 5px;
    font-weight: bold;
}

.cart_total_text_style > span:nth-child(3) > sup {
    font-size: 10px;
    margin-left: 3px;
}

#side_cart_action_area button {
    border: none;
    font-size: 16px;
    padding: 12px;
    border-radius: 16px;
    width: 100%;
    border: 1px solid gray;
}

#side_cart_cancel_button {
    background-color: white;
}

#side_cart_checkout {
    display: none;
    overflow-y: scroll;
}

#side_cart_checkout_button {
    margin-top: 5px;
    background-color: black;
    color: white;
}

.disabled_button {
    opacity: 0.6;
    cursor: not-allowed;
}

#side_cart_order_button {
    margin-top: 5px;
    background-color: black;
    color: white;
}

#side_cart_close_button, #side_cart_btc_button {
    background-color: white;
}

.jh_dd_regular > div:first-child {
    display: inline-flex;
    padding: 4px 4px 4px 10px;
    border-radius: 11px;
    /* border: 1px solid gray; */
    cursor: pointer;
    gap: 10px;
    width: max-content;
    min-width: 60px;
    justify-content: space-between;
}

.jh_dd_regular > div:first-child > p {
    /* margin: auto; */
}

.jh_dd_regular > div:first-child > div {
    display: inline-flex;
    gap: 2px;
    align-items: center;
}

.jh_dd_regular > div:first-child > div > div {
    height: 90%;
    width: 1px;
    background-color: gray;
}

.jh_dd_regular > div:first-child > div > i {
    font-size: 10px;
    margin-right: 5px;
    margin-top: 2px;
    color: gray;
}

.jh_dd_regular > div:last-child {
    border: 1px solid gray;
    border-radius: 3px;
    min-width: 60px;
    background-color: white;
    position: absolute;
    display: none;
    max-height: 120px;
    overflow-y: auto;
    z-index: 1;
    translate: 0px 2px;
    /* padding-top: 10px; */
}

.jh_dd_regular > div:last-child > p {
    padding: 4px 5px;
}

.jh_dd_regular > div:last-child > p:first-child {
    /* margin-top: 5px; */
}

.jh_dd_regular > div:last-child > p:hover {
    background-color: var(--key_color);
    cursor: pointer;
}

.jh_dd_arrow {
    display: inline-block;
    fill: gray;
}

#checkout_area {
    display: none;
    max-width: 500px;
    padding: 10px;
}

#checkout_area h2 {
    margin: 5px 0px;
}

#checkout_form {
    /* padding: 10px; */
}

#checkout_form p {
    /* margin: 0px 5px; */
}

#checkout_basic_info_area > div > p {
    margin-left: 5px;
    margin-bottom: 5px;
}

.checkout_footer_style {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background-color: white;
}

/* reusable class */
.h_flex_gap_5px {
    display: flex;
    flex-direction: row;
    gap: 5px;
}

/* reusable class */
.v_flex_gap_5px {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

/* reusable class */
.v_flex_gap_10px {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* reusable class */
.v_flex_gap_20px {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* reusable class */
.type_1_button {
    font-size: 14px;
    background-color: black;
    color: white;
    padding: 10px;
    border: none;
    border-radius: 15px;
    /* width: -webkit-fill-available; */
}

/* reusable class */
.type_2_button {
    font-size: 14px;
    background-color: rgb(203, 203, 203);
    /* color: white; */
    padding: 10px;
    border: none;
    border-radius: 15px;
    /* width: -webkit-fill-available; */
}

/* reusable class */
.type_3_button {
    font-size: 12px;
    background-color: gray;
    color: white;
    padding: 10px;
    border: none;
}

/* reusable class */
.image_div {
    width: 50px;
    height: 50px;
    /* background-image: url("/images/render.png"); */
    background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
    justify-content: center;
    align-items: center;
}

/* reusable class */
.pad_10px {
    padding: 10px;
}

#cart_overview_area {
    margin-bottom: 10px;
}

#cart_overview_area > p:nth-child(1) > span {
    font-weight: bold;
}

.checkout_text_input {
    padding: 10px 10px;
    border-radius: 15px;
    border: none;
    outline: 1px solid gray;
    background-color: var(--checkout_field_bg);
}

.checkout_text_input:focus {
    box-shadow: 0px 0px 2px 1px var(--checkout_field_focus_shadow_color);
    outline: 1px solid var(--checkout_field_focus_shadow_color);
    background-color: #ffffff;
    animation-name: border_focus_animation;
    animation-duration: .2s;
    /* outline: none; */
}

.checkout_text_input:not(:focus) {
    outline: 1px solid gray;
    background-color: var(--checkout_field_bg);
    animation-name: border_unfocus_animation;
    animation-duration: .2s;
}

@keyframes border_focus_animation {
    from {
        outline: 1px solid gray;
        box-shadow: 0px 0px 0px 0px var(--checkout_field_focus_shadow_color);
        background-color: var(--checkout_field_bg);
    }

    to {
        outline: 1px solid var(--checkout_field_focus_shadow_color);
        box-shadow: 0px 0px 2px 1px var(--checkout_field_focus_shadow_color);
        background-color: #ffffff;
    }
}

@keyframes border_unfocus_animation {
    from {
        outline: 1px solid var(--checkout_field_focus_shadow_color);
        box-shadow: 0px 0px 2px 1px var(--checkout_field_focus_shadow_color);
        background-color: #ffffff;
    }

    to {
        outline: 1px solid gray;
        box-shadow: 0px 0px 0px 0px var(--checkout_field_focus_shadow_color);
        background-color: var(--checkout_field_bg);
    }
}

.checkout_additional_info_button {
    background-color: transparent;
    border: none;
    text-align: left;
    position: relative;
    right: 5px;
    width: fit-content;
}

.checkout_additional_info_button > p > span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    width: 20px;
    height: 20px;
    padding: 3px;
    border-radius: 14px;
    margin-right: 5px;
    background-color: black;
    color: white;
}

#side_cart_add_delivery {
    border: none;
    background-color: black;
    color: white;
    padding: 10px;
    border-radius: 16px;
}

#side_cart_add_delivery > p > span {
    font-size: 16px;
    margin-right: 5px;
}

#checkout_address_area {
    display: none;
}

.checkout_textarea {
    width: calc(100% - 20px);
    height: 60px;
}

#checkout_additional_ins {
    display: none;
}

.checkout_drop_down_default {
    background-color: var(--checkout_field_bg);
    outline: 1px solid gray;
}

.checkout_drop_down_disabled {
    background-color: #c0c0c0;
}

.checkout_drop_down_focus {
    box-shadow: 0px 0px 2px 1px var(--checkout_field_focus_shadow_color);
    outline: 1px solid var(--checkout_field_focus_shadow_color);
    background-color: #ffffff;
    animation-name: border_focus_animation;
    animation-duration: 0.2s;
}

.checkout_drop_down_unfocus {
    /* box-shadow: 0px 0px 4px 1px white; */
    outline: 1px solid gray;
    background-color: var(--checkout_field_bg);
    animation-name: border_unfocus_animation;
    animation-duration: 0.2s;
}

/* @keyframes border_unfocus_animation {
    from {
        box-shadow: 0px 0px 4px 1px var(--checkout_field_focus_shadow_color);
        background-color: #ffffff;
    }

    to {
        box-shadow: 0px 0px 0px 0px var(--checkout_field_focus_shadow_color);
        background-color: var(--checkout_field_bg);
    }
} */

@keyframes side_bar_appear {
    from {
        width: 200px;
    }

    to {
        width: 200px;
    }
}

@keyframes side_bar_disappear {
    from {
        width: 200px;
    }

    to {
        width: 200px;
    }
}

#side_bar {
    padding-top: 5px;
    width: 100%;
    height: 100%;
    background-color: var(--secondary_color);
}

#side_bar hr {
    margin: 2px;
    margin-right: 10px;
}

#side_bar i {
    float: right;
    margin-right: 10px;
    cursor: pointer;
    /* color: white; */
}

.side_menu_p_grp {
    margin-left: 5px;
}

.side_menu_s_grp {
    margin-left: 5px;
}

.side_menu_s_grp_solo > p {
    font-size: 20px;
    text-shadow: 1px 1px 1px gray;
}

.side_menu_p_grp > p, .side_menu_s_grp > p {
    display: block;
    margin: 0px;
    margin-top: 2px;
    cursor: pointer;
    /* background-color: blueviolet; */
}

#side_bar > .side_menu_p_grp > p {
    padding-top: 3px;
    padding-bottom: 3px;
    margin: 0px;
}

.side_menu_p_grp > p:hover, .side_menu_s_grp > p:hover {
    font-weight: bold;
}

.side_menu_s_grp > p {
    margin-top: 3px;
    margin-bottom: 3px;
    margin-left: 5px;
    font-size: 15px;
    text-decoration: none;
}

.side_menu_s_grp {
    height: calc(auto - 30px);
    overflow: hidden;
}

.selected_side_menu {
    font-weight: bold;
    background-color: #dde1ac;
    padding: 5px;
}

.disappeared {
    display: none;
}

.side_bar_default {
    transform: translateX(-200px);
}

.side_bar_default_shajghor {
    transform: translateX(-200px);
}

.side_bar_appear {
    transform: translateX(0px);
    animation-name: mobile_left_menu_appear;
    animation-duration: 0.4s;
}

.side_bar_disappear {
    transform: translateX(-200px);
    animation-name: mobile_left_menu_disappear;
    animation-duration: 0.4s;
}

#cont_area_section {
    /* background-color: brown; */
    width: calc(100% - 40px);
    padding-right: 40px;
}

.ca_mobile_view_toggle {
    display: none;
}

#cont_area {
    min-height: calc(100vh - 130px);
    /* width: fit-content; */
    /* background-color: yellow; */
    /* margin-left: 200px; */
    position: relative;
    padding: 10px;
    margin: auto;
}

.cont_area_fit_space {
    width: fit-content;
}

.cont_area_max_space {
    /* width: 100%; */
}

#cont_caption {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    margin-bottom: 20px;
}

#cont_caption > p {
    font-size: 20px;
    font-weight: bold;
}

#cont_multi_caption_title {
    /* padding-left: 5px; */
    padding-right: 32px;
    border-right: 3px solid black;
}

#cont_caption select {
    /* width: 100px; */
    /* height: 25px; */
    margin: auto;
    margin-left: 40px;
}

#profile_menu {
    display: none;
    background-color: white;
    width: 160px;
    /* height: 400px; */
    border-radius: 5px;
    padding: 10px;

    /* position: absolute;
    top: 72px;
    right: 5px; */

    box-shadow: 0px 0px 5px gray;

    z-index: 2;

    transform-origin: top left;
    animation-name: bg_color_fade_in_3;
    animation-duration: 0.2s;
}

.profile_menu_pos_default {
    position: absolute;
    top: 72px;
    right: 4px;
}

.profile_menu_pos_default:after {
    content: "";
    border-width: 10px 10px;
    border-style: solid;
    border-color: transparent transparent black transparent;

    position: absolute;
    right: 8px;
    top: -20px;
}

.profile_menu_pos_shajghor {
    position: absolute;
    top: 48px;
    right: 10px;
}

.profile_menu_pos_shajghor:after {
    content: "";
    border-width: 10px 10px;
    border-style: solid;
    border-color: transparent transparent black transparent;

    position: absolute;
    right: 13px;
    top: -20px;
}

.profile_menu_appear {
    transform-origin: top left;
    animation-name: bg_color_fade_in_3;
    animation-duration: 0.2s;
}

.profile_menu_disappear {
    transform-origin: top left;
    animation-name: bg_color_fade_out_3;
    animation-duration: 0.2s;
}

#profile_menu > p {
    margin: 0px;
    font-weight: bold;
    margin-bottom: 10px;
}

#profile_menu > p > i {
    display: none;
    float: right;
    cursor: pointer;
}

#profile_menu button {
    width: 100%;
}

#profile_menu > div {
    /* display: flex; */
    font-size: 15px;
    width: 100%;
}

#profile_menu > div > div {
    /* display: flex; */
    font-size: 15px;
    width: 100%;
    margin: 5px 0px;
}

#profile_menu > div > div > p {
    margin: 0px;
    cursor: pointer;
}

#profile_menu > div > div > p > span {
    margin-left: 10px;
}

.h_span {
    margin: 0px;
    background-color: #ff7214;
    color: white;
    font-size: 10px;
    padding: 2px 3px;
    border-radius: 3px;
}

#profile_menu > div > div > p > i:last-child {
    float: right;
    margin-right: 5px;
}

#profile_menu_address_selection, #profile_menu_bprofile_selection {
    display: none;
    padding-left: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-top: 3px;
    margin-right: 10px;
    border-radius: 5px;
    background-color: #e3e3e3;
}

#profile_menu_address_selection > p , #profile_menu_bprofile_selection > p {
    margin: 0px;
    margin-top: 3px;
    margin-bottom: 3px;
    cursor: pointer;
}

#profile_menu_address_selection > p:hover, #profile_menu_bprofile_selection > p:hover {
    color: #43ad32;
}

#profile_menu_address_selection > p > span, #profile_menu_bprofile_selection > p > span {
    margin-left: 8px;
    font-size: 13px;
}

#profile_menu_address_selection > p > i, #profile_menu_bprofile_selection > p > i {
    font-size: 10px;
}

#profile_link {
    display: grid;
    grid-auto-flow: row;
    grid-gap: 2px;
}

#profile_link p {
    /* width: 100%; */
    font-size: 13px;
    padding: 5px;
    border-radius: 3px;
    border: 1px solid #adadad;
    /* background-color: #adadad; */
}

#profile_link p:hover {
    background-color: #d1d1d1;
    animation-name: bg_color_fade_in_1;
    animation-duration: 0.4s;
}

#profile_menu button {
    border: none;
    padding: 5px;
    border-radius: 3px;
    color: white;
    background-color: #999999;
    cursor: pointer;
}

#profile_menu button:hover {
    background-color: #96916f;
    animation-name: bg_color_fade_in_2;
    animation-duration: 0.3s;
}

#cart_menu {
    display: flex;
    flex-direction: column;
    gap: 5px;
    background-color: white;
    /* width: 160px; */
    /* max-height: 200px; */
    border-radius: 5px;
    padding: 10px;

    /* position: absolute;
    top: 72px;
    right: 45px; */

    box-shadow: 0px 0px 5px gray;

    z-index: 2;
    /* overflow-y: scroll; */

    transform-origin: top left;
    animation-name: bg_color_fade_in_3;
    animation-duration: 0.2s;

    display: none;
}

.cart_menu_pos_default {
    position: absolute;
    top: 70px;
    right: 10px;
}

.cart_menu_pos_shajghor {
    position: absolute;
    top: 48px;
    right: 14px;
}

.cart_menu_pos_shajghor:after {
    content: "";
    border-width: 10px 10px;
    border-style: solid;
    border-color: transparent transparent black transparent;

    position: absolute;
    right: 50px;
    top: -20px;
}

#cart_menu:after {
    content: "";
    border-width: 10px 10px;
    border-style: solid;
    border-color: transparent transparent black transparent;

    position: absolute;
    right: 46px;
    top: -20px;
}

#cart_menu p {
    margin-top: 0px;
    margin-bottom: 0px;
}

#cart_menu > div > p {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    margin: auto;
}

#cart_menu > div {
    display: flex;
    flex-direction: column;
    gap: 2px;
    /* background-color: #43ad32; */
    max-height: 200px;
    overflow-y: auto;
    /* overflow-y: auto; */
}

#cart_contents {
    min-height: 200px;
    width: 300px;
}

#cart_menu > div::-webkit-scrollbar {
    width: 8px;
}
 
#cart_menu > div::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
}
 
#cart_menu > div::-webkit-scrollbar-thumb {
  background-color: darkgrey;

  border: 2px solid rgba(0, 0, 0, 0);
  background-clip: padding-box;
  border-radius: 9999px;
  background-color: #AAAAAA;
}

#cart_menu > div > div {
    display: grid;
    grid-template-columns: 20px auto 25px;
    grid-auto-flow: column;
    grid-gap: 5px;
    height: fit-content;
    font-size: 13px;
    padding: 5px;
    border-radius: 3px;
    border: 1px solid #adadad;
    align-items: center;
    cursor: pointer;
}

#cart_menu > div > div > div:first-child {
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
    width: 100%;
    height: 30px;
}

#cart_menu > div > div > div:nth-child(2) {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

#cart_menu > div > div > div:nth-child(2) > p:nth-child(2) > span {
    margin-left: 5px;
    background-color: #e6d4d4;
    padding: 2px;
    border: none;
    border-radius: 3px;
}

#cart_menu > div > div:hover {
    background-color: #d1d1d1;
    animation-name: bg_color_fade_in_1;
    animation-duration: 0.4s;
}

#cart_menu > div > div > img {
    height: 30px;
}

#cart_menu > div > div > div > i {
    height: fit-content;
    font-size: 12px;
    margin-left: 10px;
}

#search_space {
    display: none;
    background-color: black;
}

#search_space > form {
    display: grid;
    grid-template-columns: 100% 50px;
    /* background-color: black; */
    width: calc(100% - 50px);
    max-width: 800px;
    margin: auto;
}

#search_space > form > input {
    height: 40px;
    width: 100%;
    display: inline-block;
    border: none;
    border-radius: 20px;
    box-sizing: border-box;
    margin-top: 5px;
    margin-bottom: 5px;

    padding: 10px 20px;
}

#search_space > form > input:focus {
    border: none;
    background-color: #cccbb1;
    outline: 0px;
}

#search_space > form > button {
    position: relative;
    background: none;
    border: none;
    right: 40px;
    top: 5px;

    width: 35px;
    height: 30px;

    margin-top: 5px;
    cursor: pointer;
}

#search_space > form > input > button > i {
    font-size: 20px;
}

#search_suggestion {
    display: none;
    grid-auto-rows: 30px;
    grid-gap: 5px;
    position: absolute;
    top: 145px;
    background-color: white;
    max-height: 200px;
    list-style-type: none;
    padding: 5px;
    margin: 0px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;

    /* same as the form element */
    width: calc(100% - 50px);
    max-width: 800px;

    overflow-y: auto;
}

#search_suggestion > li {
    display: grid;
    grid-auto-flow: column;
    grid-gap: 5px;
    justify-content: start;

    cursor: pointer;
}

#search_suggestion > li:hover {
    background-color: #999999;
}

#search_suggestion > li > span {
    display: inline-block;
    margin: 0px;
    font-size: 15px;
    margin: auto;
}

#search_suggestion > li > img {
    height: 30px;
}

#popup_mask {
    display: grid;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #00000059;
    backdrop-filter: blur(2px);
    top: 0px;
    left: 0px;
    align-content: center;
    justify-content: center;
    font-family: 'Roboto', sans-serif;
    z-index: 100;
}

#popup_space {
    background-color: white;
    z-index: 101;
    overflow-y: auto;
    border-radius: 5px;
    /* margin: 0px 10px; */
}

#st_item_popup_view {
    display: grid;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #00000059;
    backdrop-filter: blur(2px);
    top: 0px;
    left: 0px;
    align-content: center;
    justify-content: center;
    font-family: 'Roboto', sans-serif;
    z-index: 100;
}

#st_item_popup_view > div {
    background-color: white;
    /* width: 100px; */
    /* height: 100px; */
    overflow-y: auto;
    border-radius: 5px;
    padding-right: 40px;
}

#st_item_popup_view > div > div {
    padding: 10px;
}

#global_loader {
    display: grid;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #00000059;
    backdrop-filter: blur(2px);
    top: 0px;
    left: 0px;
    align-content: center;
    justify-content: center;
    font-family: 'Roboto', sans-serif;
    z-index: 100;
}

#popup_simple_dlg_mask {
    display: grid;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #00000059;
    backdrop-filter: blur(2px);
    top: 0px;
    left: 0px;
    align-content: center;
    justify-content: center;
    font-family: 'Roboto', sans-serif;
    z-index: 103;
}

#popup_simple_dlg {
    min-width: 200px;
    padding: 20px;
    background-color: white;
    border-radius: 5px;
}

#st_item_details_area {
    position: relative;
    display: flex;
    flex-direction: row;
    grid-gap: 5px;
    width: 100%;
}

#disp_st_img {
    /* background-image: url("/images/st_item_images/R01/01/01/img_01.png"); */
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
    width: 100vw;
    max-width: 100%;
    height: calc(100vh - 200px);
    max-height: 700px;
    width: calc(100vw - 80px);
    max-width: 300px;
    height: calc(100vh - 200px);
    flex: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#st_item_details_area > div:nth-child(odd) {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#st_item_details_area > div:nth-child(odd) > div {
    width: 20px;
    height: 20px;
    border-radius: 12px;
    border: 2px solid #ffffff57;
    background-color: #ffffff57;
    cursor: pointer;
    box-shadow: 0px 0px 3px black;
}

#st_item_details_area > div:nth-child(1) > div > i {
    position: relative;
    top: 1px;
    left: 4px;
}

#st_item_details_area > div:nth-child(3) > div > i {
    position: relative;
    top: 1px;
    left: 5px;
}

.item_popup_close {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 20px;
    height: 20px;
    /* border-radius: 12px; */
    /* border: 2px solid #ffffff57; */
    background-color: transparent;
    cursor: pointer;
    /* box-shadow: 0px 0px 3px black; */
}

.st_item_popup_view_close {
    display: none;
}

.st_item_size_popup_view_close {
    position: absolute;
    top: 5px;
    right: 0px;
    width: 20px;
    height: 20px;
    background-color: transparent;
    cursor: pointer;
}

#website_footer_space {
    /* height: 200px; */
    background-color: var(--key_color);
    display: grid;
    grid-template-columns: 1fr;
    box-shadow: 0px -2px 5px -2px black
}

#website_footer_space a {
    text-decoration: none;
    color: black;
}

#website_footer_space > div {
    /* background-color: aqua; */
    padding: 10px;
    width: fit-content;
    /* height: 100%; */
    margin: auto;
    margin-top: 0px;
    text-align: center;
}

#website_footer_space > div > div {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#website_footer_space > div > div > p {
    font-weight: bold;
}

#website_footer_space > div:nth-child(1) > div > ul {
    display: flex;
    flex-direction: column;
    gap: 3px;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

#website_footer_space > div:nth-child(2) > div > div > a > i {
    /* background-color: aqua; */
    font-size: 30px;
}

#website_footer_space > div:nth-child(2) > div > div {
    /* background-color: blueviolet; */
    display: grid;
    grid-auto-flow: column;
    grid-gap: 10px;
    /* justify-content: space-between; */
}

#website_footer_space > div:nth-child(4) > div {
    width: 165px;
    /* height: 100px; */
    margin: auto;
    margin-top: 10px;
}

#website_footer_space > div:nth-child(4) > div > img {
    width: 120px;
}

#website_footer_space > div:nth-child(4) > div > span {
    display: block;
    font-size: 12px;
    margin-top: 10px;
}

/* reusable classes start */

.highlight_effect_btn {
    background-color: var(--button_color);
}

.highlight_effect_btn:hover {
    background-color: var(--button_h_color);
    animation-name: btn_h_effect;
    animation-duration: 0.5s;
}

@keyframes btn_h_effect {
    from {
        background-color: var(--button_color);
    }
    to {
        background-color: var(--button_h_color);
    }
}

.highlight_effect_clk_elem {
    background-color: var(--clk_elem_color);
}

.highlight_effect_clk_elem:hover {
    /* background-color: var(--clk_elem_h_color); */
    /* animation-name: clk_elem_h_effect; */
    /* animation-duration: 0.5s; */
    outline: 2px solid var(--key_color);
}

@keyframes clk_elem_h_effect {
    from {
        background-color: var(--clk_elem_color);
    }
    to {
        background-color: var(--clk_elem_h_color);
    }
}

.highlight_effect_pop_btn {
    background-color: var(--pop_button_color);
}

.highlight_effect_pop_btn:hover {
    background-color: var(--pop_button_h_color);
    animation-name: pop_btn_h_effect;
    animation-duration: 0.5s;
}

@keyframes pop_btn_h_effect {
    from {
        background-color: var(--pop_button_color);
    }
    to {
        background-color: var(--pop_button_h_color);
    }
}

/* reusable classes end */

/* Home page starts */

#hp_space {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.hp_sc_sp {
    height: 100vh;
    max-height: 650px;
    grid-template-columns: auto !important;
}

.hp_nav {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.hp_logo {
    max-width: 220px;
}

.user_op {
    display: flex;
    flex-direction: row;
    gap: 15px;
    align-items: center;
    justify-content: center;
}

.user_op > p:first-child {
    background-color: #cad137;
    padding: 10px;
    border: none;
    border-radius: 5px;
    color: white;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
}

.user_op > p {
    cursor: pointer;
}

#hp_main_cnt {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 250px;
    background-color: #cad137;
}

#hp_main_cnt > img {
    height: 100%;
}

#hp_main_cnt > p {
    color: white;
    font-size: 30px;
    text-shadow: 1px 1px 5px gray;
}

#kf {
    display: grid;
    justify-content: center;
    padding: 0px 10px;
}

#kf > p {
    /* margin: 0px; */
    font-size: 25px;
}

#kf > div:nth-child(2) {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

#kf > div:nth-child(2) > div:nth-child(2) {
    /* border-top: 1px solid gray; */
    border-left: none;
    padding: 10px;
    font-size: 25px;
    text-align: center;
    max-width: 400px;
    height: fit-content;
    /* background-image: linear-gradient(to right, #cad137 , transparent); */
}

#kf > div:nth-child(2) > div:nth-child(2) > p {
    margin: 0;
    /* margin: auto; */
}

#kf > div:nth-child(2) > div:nth-child(2) > p:nth-child(2) {
    font-size: 16px;
    /* width: 500px; */
}

#kf > div:nth-child(2) > div {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
}

#kf .f_block {
    width: 100px;
    padding: 5px;
    /* border-radius: 8px; */
    /* box-shadow: 0px 0px 2px gray; */
}

#kf .f_block > img {
    width: 100%;
}

#kf .f_block > p {
    margin: 0px;
    text-align: center;
}

.img_w_desc {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 40px;
    margin-top: 50px;
}

.img_w_desc > div:first-child > img {
    height: 400px;
}

.img_w_desc > div:nth-child(2) {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 400px;
}

.img_w_desc > div:nth-child(2) > p {
    text-align: center;
    margin: 0;
}

.img_w_desc > div:nth-child(2) > p:first-child {
    font-size: 16px;
}

.img_w_desc > div:nth-child(2) > p:nth-child(2) {
    font-size: 30px;
    margin-top: 10px;
}

.img_w_desc > div:nth-child(2) > p:nth-child(3) {
    font-size: 16px;
    margin-top: 50px;
}

.img_w_desc > div:nth-child(2) > p:nth-child(4) {
    font-size: 16px;
    margin-top: 20px;
}

.imp_dec_button {
    border-radius: 5px;
    padding: 10px;
    background-color: #cad137;
    color: white;
    border: none;
    margin-top: 50px;
    font-size: 16px;
    width: fit-content;
}

#hiw {
    /* width: 300px; */
    /* grid-gap: 10px; */
    font-size: 25px;
    margin: auto;
    /* background-color: #159939; */
}

#hiw_cap {
    font-size: 25px;
    margin: auto;
}

#hiw_cap p {
    margin: 0px;
}

#psq_diag {
    display: flex;
    display: none;
    flex-direction: column;
    gap: 2px;
    justify-content: center;
    align-items: center;
    width: 100%;
}

#psq_diag > div {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#psq_diag > div:nth-child(odd) > img.img_cont {
    width: 100px;
}

#psq_diag > div:nth-child(even) > img.img_arrow {
    width: 50px;
}

#psq_diag > div > img.img_arrow {
    width: 100%;
    position: relative;
    bottom: 0px;
    transform: rotate(90deg);
}

#psq_diag > div > p {
    font-size: 20;
    font-weight: bold;
}

#ht_video {
    display: flex;
    justify-content: center;
}

#ht_video > iframe {
    /* max-width: 500px; */
    width: 100%;
    height: 200px;
    margin-top: 20px;
}

/* Home page ends */

/* Order page start */

#order_list {
    font-family: 'Roboto', sans-serif;
    display: grid;
    grid-auto-flow: row;
    grid-gap: 5px;
    /* width: auto; */
    /* margin-left: 5px; */
    /* margin-top: 5px; */
}

.no_order_pg > span:first-child {
    /* color: green; */
    font-weight: bold;
    cursor: pointer;
}

.no_order_pg > span:last-child {
    /* color: orange; */
    font-weight: bold;
    cursor: pointer;
}

.order_item {
    display: flex;
    flex-direction: column;
    gap: 5px;
    height: fit-content;
    border-radius: 5px;
    /* box-shadow: 0px 0px 2px black; */
    padding: 10px;
    background-color: var(--secondary_color);
    font-size: 15px;
    font-size: 12px;
}

.order_item > div:first-child, .order_item > div:last-child {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: space-between;
}

.order_item_limited_info {
    display: grid;
    grid-template-columns: auto auto;
}

.order_item_limited_info > p {
    margin: 0px;
}

.order_item_info {
    display: flex;
    flex-direction: column;
    gap: 5px;
    /* display: none; */
}

.order_detailed_info {
    display: none;
}

.order_item_details {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 5px;
    margin-bottom: 5px;
}

.order_item_details > div:nth-child(1) {
    width: 100px;
}

.order_item_details > div:nth-child(1) > div {
    width: 100%;
    height: 150px;
    background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.order_item_details > div:nth-child(2) {
    width: 150px;
}

.order_item_details > div:nth-child(3) {
    grid-column: 1/3;
    margin-bottom: 10px;
}

.order_item_details > div > p {
    margin: 0px;
    text-align: center;
    font-size: 12px;
}

.order_price_table {
    width: 100%;
    border-collapse: collapse;
    font-size: 12px;
}

.order_price_table > tr, th, td {
    border: 1px solid #9c9c9c;
    padding: 1px;
    text-align: left;
    /* background-color: #faf5e6; */
}

.order_price_table tr > td:nth-child(1), .order_price_table tr > th:nth-child(1) {
    min-width: 50%;
}

.order_price_table tr > td:nth-child(2), .order_price_table tr > th:nth-child(2) {
    min-width: 50%;
}

.order_details_btn {
    width: fit-content;
    padding: 0px 15px;
    font-size: 12px;
    background-color: transparent;
    border: 1px solid gray;
    border-radius: 3px;
}

#show_comp_details_button {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
    /* background-color: aqua; */
    width: 100%;
    margin-top: 5px;
}

#show_comp_details_button button {
    width: 300px;
    height: 30px;
    /* background-color: #b8b8b8; */
    border: 1px solid black;
    border: none;
    border-radius: 3px;
    cursor: pointer;
}

#popup_order_details_bottom {
    display: flex;
    flex-direction: row;
    gap: 2px;
}

#popup_order_details_bottom button {
    /* font-size: 15px;
    width: 100%;
    height: 100%; */

    width: 100%;
    height: 100%;
    /* background-color: #cfcfcf; */
    border: none;
    cursor: pointer;
}

/* Order page ends */

/* address page starts */

#user_address_space {
    width: 320px;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#user_address_item_grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /* grid-template-columns: repeat(auto-fill, 300px); */
    /* grid-template-rows: repeat(auto-fill, 250px); */
    /* grid-auto-columns: 300px; */
    grid-auto-rows: 250px;
    grid-gap: 5px;
    /* margin-left: 5px; */
    /* justify-content: center; */
}

.add_address_item {
    background-color: var(--address_item_bg_color);
    border-radius: 5px;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 30px auto;
    padding: 5px 20px;
    justify-items: center;
    align-items: center;
    text-align: center;
    flex-grow: 1;
    max-width: 300px;
    width: fit-content;
}

.add_address_item > p:first-child {
    font-size: 15px;
    font-weight: bold;
}

.add_address_item > i {
    font-size: 60px;
    cursor: pointer;
}

.user_address_item {
    background-color: var(--secondary_color);
    /* border-radius: 5px; */
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 30px auto 30px;
    grid-gap: 5px;
    padding: 3px;
    justify-items: center;
    align-items: center;
    text-align: center;
    /* flex-grow: 1; */
    flex: 1 1 0px;
    max-width: 250px;
    min-height: 200px;
    border-radius: 4px;
}

.user_address_item p {
    margin: 0px;
    max-width: 200px;
}

.user_address_item p:first-child {
    font-size: 15px;
    font-weight: bold;
}

.user_address_item > p:nth-child(2) > span:first-child {
    font-size: 14px;
    font-weight: normal;
    padding: 0px 3px;
}

.user_address_item > p:nth-child(2) > span:nth-child(3) {
    font-size: 12px;
    font-weight: bold;
}

.user_address_item > p:nth-child(2) > span:nth-child(5) {
    font-size: 12px;
    font-weight: normal;
}

.user_address_item > div {
    display: flex;
    /* grid-template-columns: 1fr 1fr 1fr; */
    /* grid-gap: 5px; */
    flex-direction: row;
    gap: 2px;
    width: 100%;
    height: 100%;
}

.user_address_item > div > button {
    flex: 1 1 0px;
    border: none;
    cursor: pointer;
    background-color: white;
}

#address_editor_space {
    display: none;
    max-width: 300px;
}

#ae_caption {
    /* display: grid; */
    /* justify-content: center; */
    /* align-content: center; */
    width: 100%;
    /* background-color: var(--pop_address_cap_color); */
}

#ae_caption p {
    margin: 0px;
    font-weight: bold;
    /* font-size: 25px; */
    /* top: 15px; */
    width: 100%;
}

#ae_content_space {

}

.ae_content_section {
    width: calc(100% - 40px);
    /* margin: auto; */
    margin-bottom: 10px;
}

.ae_content_section > p:first-child {
    margin: 0px;
    /* font-weight: bold; */
    margin-top: 5px;
    margin-bottom: 5px;
}

.ae_content_section select {
    width: 100%;
    height: 30px;
    padding: 5px 10px;
    border: none;
    background-color: #cfcfcf;
    border-radius: 3px;
}

.ae_content_section textarea {
    width: calc(100% - 20px);
    height: 80px;
    padding: 10px 10px;
    border: none;
    background-color: #cfcfcf;
    border-radius: 3px;
}

.ae_content_section > input {
    width: calc(100% - 20px);
    height: 30px;
    padding: 5px 10px;
    border: none;
    background-color: #cfcfcf;
    border-radius: 3px;
}

.ae_content_section input:focus {
    outline: none;
    background-color: #cccbb1;
}

#ae_bottom {
    display: flex;
    flex-direction: row;
    gap: 5px;
    width: 100%;
}

#ae_bottom button {
    /* width: 100%; */
    /* height: 100%; */
    /* background-color: #87c99e; */
    /* border: none; */
    /* cursor: pointer; */
}

/* address page ends */

/* message page starts */

#message_list {
    font-family: 'Roboto', sans-serif;
    display: grid;
    grid-auto-flow: row;
    grid-gap: 5px;
    /* width: auto; */
    /* margin-left: 5px; */
    margin-top: 5px;
}

.message_item {
    display: grid;
    grid-template-columns: 40px 200px;
    grid-gap: 20px;
    background-color: var(--message_item_bg_color);
    height: 40px;
    margin-left: 5px;
    margin-right: 5px;
    padding: 5px;
    cursor: pointer;
}

.message_item_icon {
    display: grid;
    justify-content: center;
    align-content: center;
}

.message_item_icon i {
    font-size: 40px;
}

.message_item_info {
    display: grid;
    grid-template-rows: 1fr 1fr;
    align-items: center;
    /* background-color: blue; */
    padding-left: 5px;
    font-size: 12px;
}

.message_item_info > div:first-child {
    font-weight: bold;
}

#popup_message_details_mask {
    display: none;
    background-color: #00000059;
    backdrop-filter: blur(2px);
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    z-index: 101;

    align-content: center;
    justify-content: center;
}

#popup_message_details_space {
    display: grid;
    font-family: 'Roboto', sans-serif;
    grid-template-columns: 1fr;
    grid-template-rows: 50px auto 35px;
    background-color: white;
    width: calc(100vw - 20px);
    height: 500px;
    /* border-radius: 5px; */

    justify-content: center;
}

#popup_message_details_caption {
    display:grid;
    font-size: 25px;
    background-color: var(--pop_message_cap_color);
    /* width: 100%; */

    /* align-items: center; */
    justify-content: center;
}

#popup_message_details_caption span {
    position: relative;
    top: 10px;
}

#popup_message_details_scroll_area {
    overflow-y: scroll;
    padding-top: 10px;
    padding-bottom: 10px;
}

#popup_message_details_scroll_area div {
    width: 300px;
    margin: auto;
    text-align: justify;
    padding-top: 10px;
    padding-bottom: 10px;
}

#popup_message_details_scroll_area div:first-child {
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
}

/* message page ends */

/* voucher page starts */

#voucher_list {
    font-family: 'Roboto', sans-serif;
    display: grid;
    grid-auto-flow: row;
    grid-gap: 5px;
    /* width: auto; */
    /* margin-left: 5px; */
    margin-top: 5px;
}

.voucher_item {
    display: flex;
    flex-direction: column;
    gap: 10px;
    background-color: var(--voucher_item_bg_color);
    /* height: 50px; */
    /* margin-left: 5px; */
    /* margin-right: 5px; */
    padding: 10px;
    cursor: pointer;
    justify-content: start;
    /* align-content: center; */
}

.voucher_item p {
    margin: 0px;
}

.voucher_item > p:nth-child(1) {
    font-size: 20px;
    font-weight: bold;
    /* margin: auto; */
    /* width: 100px; */
}

.voucher_item > p:nth-child(2) {
    font-size: 15px;
    /* width: 120px; */
}

.voucher_item div {
    display: flex;
    flex-direction: row;
    font-size: 12px;
    gap: 10px;
    flex-wrap: wrap;
    /* width: 130px; */
}

.voucher_item > div > p:first-child {
    margin-bottom: 5px;
}

/* voucher page ends */

/* profile page starts */

#user_profile_space {
    width: 320px;
    /* margin: auto; */
}

#profile_text_space {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 5px;
    /* height: 80px; */
}

#profile_text_space > p, #profile_text_space > h2 {
    margin: 0px;
}

#profile_text_space > i {
    cursor: pointer;
}

#profile_text_space > button {
    width: 120px;
    cursor: pointer;
}

#profile_info_space {
    display: grid;
    grid-template-columns: 120px 160px;
    grid-gap: 5px;
    /* padding-left: 5px; */
    /* width: 300px; */
}

#profile_info_space p {
    margin: 0px;
    /* margin-top: 5px; */
}

#profile_info_space i {
    cursor: pointer;
}

#popup_profile_editor_mask {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #00000059;
    top: 0px;
    left: 0px;
    align-content: center;
    justify-content: center;
    font-family: 'Roboto', sans-serif;
}

#popup_profile_editor_space {
    width: calc(100vw - 20px);
    height: 400px;
    background-color: white;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 35px auto 35px;
    justify-items: center;
    z-index: 101;
}

#popup_profile_editor_caption {
    display: grid;
    justify-content: center;
    align-content: center;
    width: 100%;
    /* background-color: red; */
}

#popup_profile_editor_caption p {
    margin: 0px;
    font-weight: bold;
    font-size: 25px;
    /* top: 15px; */
    width: 100%;
}

#popup_profile_editor_scroll_space {
    /* display: grid; */
    /* grid-auto-flow: row; */
    /* margin: auto; */
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    justify-content: center;
    /* background-color: aqua; */
}

.popup_profile_editor_text_input {
    width: calc(100% - 40px);
    margin: auto;
    margin-bottom: 10px;
}

.popup_profile_editor_text_input p {
    margin: 0px;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
}

.popup_profile_editor_text_input input {
    width: calc(100% - 30px);
    height: 30px;
    padding: 5px 15px;
    border: none;
    background-color: #cfcfcf;
    border-radius: 3px;
}

.popup_profile_editor_text_input input:focus {
    outline: none;
    background-color: #cccbb1;
}

#popup_profile_editor_bottom {
    display: flex;
    flex-direction: row;
    gap: 2px;
    width: 100%;
}

#popup_profile_editor_bottom button {
    width: 100%;
    height: 100%;
    background-color: #87c99e;
    border: none;
    cursor: pointer;
}
/* profile page ends */

/* payment method page starts */

#pm_msg {
    margin-left: 5px;
    margin-bottom: 10px;
}

#pm_list {
    font-family: 'Roboto', sans-serif;
    display: grid;
    grid-auto-flow: row;
    grid-gap: 5px;
    /* width: auto; */
    /* margin-left: 5px; */
    margin-top: 5px;
}

.pm_item {
    display: flex;
    flex-direction: row;
}

.pm_item p {
    margin: 0px;
}

.pm_item div {
    /* border: 1px solid black; */
    background-color: var(--pm_item_bg_color);
    padding: 10px;
    border-radius: 8px;
    cursor: pointer;
}

/* payment method page ends */

/* shajghor page starts */

#test {
    /* background-color: red; */
    width: 100%;
    height: 300px;
}

#shajghor_space {
    /* background-color: #43ad32; */
    /* width: 100%; */
    height: calc(100vh - 50px);

    display: grid;
    /* grid-template-columns: 400px 400px; */
    /* grid-template-rows: 1fr; */
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
    justify-content: center;
    /* margin: 5px; */
}

#shajghor_render_window {
    background-color: var(--sg_bg_color);
    display: block;
    /* grid-template-columns: 80px auto; */
    /* padding: 5px; */
}

.rendered_image {
    /* display: grid; */
    /* grid-template-rows: auto 25px; */
    /* grid-gap: 2px; */
    height: 100%;
    max-width: 640px;
}

.rendered_image > div:nth-child(1) {
    display: flex;
    justify-content: center;
    align-items: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
    height: calc(100% - 6px);
    margin: 3px;
    position: relative;
    border-right: 2px solid var(--sg_bg_color);
}

.product_detail {
    display: none;
    width: 100%;
    /* background-color: #43ad32; */
    position: absolute;
    top: 50%;
}

.shajghor_loader {
    display: none;
    /* position: absolute; */
    /* top: 10px; */
    /* left: calc(50% - 6px); */
}

.product_detail > div {
    /* background-color: gray; */
    display: grid;
    grid-template-rows: auto 1px auto;
    width: fit-content;
    height: fit-content;
    margin: auto;
}

.product_detail > div > div:nth-child(1) {
    background-color: #ffffff63;
    height: 30px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border: 1px solid #6e6e6e;
    border-bottom: none;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}

.product_detail > div > div:nth-child(2) {
    background-color: #6e6e6e;
}

.product_detail > div > div:nth-child(3) {
    background-color: #ffffff63;
    height: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border: 1px solid #6e6e6e;
    border-top: none;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}

.product_detail > div > div:nth-child(1) > p {
    margin: 0px;
    margin-top: 3px;
    font-size: 18px;
    font-weight: bold;
}

.product_detail > div > div:nth-child(3) > p {
    margin: 2px;
    font-size: 14px;
}

.sg_rendered_image_slider {
    height: fit-content;
    position: absolute;
    top: 15%;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    background-color: white;
    border-radius: 5px 0px 0px 5px;
    padding-left: 1px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.sg_rendered_image_slider > div {
    background-color: #ffffff57;
    cursor: pointer;
    display: flex;
    justify-content: center;
}

.sg_rendered_image_slider > div > img {
    width: 15px;
}

.sg_slider_selected_page {
    border-left: 2px solid red;
}

.sg_man_user {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    gap: 5px;
    padding: 5px;
    position: absolute;
    z-index: 1;
}

.dgr_user_btn {
    position: relative;
    background-color: var(--sg_man_user_reload_bg_color);
    display: flex;
    flex-direction: column;
    gap: 2px;
    justify-items: center;
    width: 56px;
    /* height: 70px; */
    align-items: center;
    /* justify-items: center; */
    cursor: pointer;
    border-radius: 6px;
    padding: 5px;

    box-shadow: 0px 0px 3px var(--header_shadow_color);
}

.dgr_user_btn:nth-child(4) {
    margin-top: 20px;
}

.dgr_user_btn > i {
    font-size: 20px;
    margin: auto;
    /* display: none; */
}

.dgr_user_btn > p {
    display: block;
    height: fit-content;
    text-align: center;
    margin: auto;
}

.dgr_user_btn > p.sg_man_user_label_l {
    font-size: 11px;
}

.dgr_user_btn > p.sg_man_user_label_s {
    font-size: 10px;
}

#share_options {
    display: flex;
    flex-direction: row;
    gap: 2px;
    position: absolute;
    top: 0px;
    left: 80px;
    border-radius: 5px;
    background-color: white;
    filter: drop-shadow(0px 0px 3px gray);
    cursor: default;
    padding: 2px;
    display: none;
}

#share_options::before {
    position: absolute;
    cursor: default;
    top: 4px;
    left: -14px;
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 7px 7px;
    border-color: transparent white transparent transparent;
}

#share_options > div {
    width: 20px;
    height: 20px;
    margin: 5px;
    cursor: pointer;
    background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

#share_options > div:nth-child(1) {
    background-image: url("/images/default/share_icon_msnger.svg");
}

#share_options > div:nth-child(2) {
    background-image: url("/images/default/share_icon_fb.svg");
}

#share_options > div:nth-child(3) {
    background-image: url("/images/default/share_icon_wa.svg");
}

#share_options > div:nth-child(4) {
    background-image: url("/images/default/share_icon_cb.svg");
}

#shajghor_option_window_space {
    /* margin: 5px; */
    display: grid;
    /* grid-template-rows: 25px calc(100% - 25px); */
    grid-template-rows: 1fr;
    overflow: hidden;
    background-color: var(--sg_bg_color);
}

#dgnr_pricetag {
    position: relative;
    filter: drop-shadow(0px 0px 3px gray);
}

#dgnr_pricetag > div:nth-child(1) {
    position: absolute;
    width: 0;
    height: 0;
    border-top: 0px solid var(--sg_price_tag_success_color);
    border-bottom: 30px solid var(--sg_price_tag_success_color);
    border-right: 33px solid transparent;
    border-left: 33px solid transparent;
}

#dgnr_pricetag > div:nth-child(1)::after {
    position: absolute;
    top: 10px;
    right: -3.5px;
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 3.5px;
    background-color: var(--sg_bg_color);
    box-shadow: inset 0px 0px 3px var(--header_shadow_color);
}

#dgnr_pricetag > div:nth-child(2) {
    width: 60px;
    background-color: var(--sg_price_tag_success_color);
    margin-top: 30px;
    padding: 3px;
}

#dgnr_pricetag > div:nth-child(2) > div > p {
    margin: 0;
}

.prc_tag_cap {
    font-size: 12px;
    font-weight: bold;
}

.prc_tag_prc {
    font-size: 12px;
    padding-bottom: 3px;
}

/* #shajghor_option_window_space > div:nth-child(1) {
    background-color: var(--sg_op_cap_bg_color);
    height: 25px;
    color: white;
} */

/* #shajghor_option_window_space > div:nth-child(1) > p {
    margin: 0px;
    text-align: center;
    font-size: 15px;
    margin-top: 3px;
} */

#shajghor_option_window {
    margin: 5px;
    display: inline-flex;
    gap: 5px;
    flex-wrap: wrap;
    align-content: flex-start;
    overflow: auto;
}

.sg_op_overlay {
    display: none;
    /* background-color: red; */
    width: 100%;
    height: 100%;
    /* overflow: hidden; */
    /* max-width: 0px; */
    /* max-height: 0px; */
    z-index: 1;
}

.sg_op_item_overlay {
    background-color: white;
    /* width: calc(100% - 20px); */
    height: calc(100% - 20px);
    display: grid;
    grid-template-rows: 20px 85px 20px auto;
    grid-auto-flow: row;

    /* border: 5px solid #b3b3b3; */
    padding: 5px;
    border-radius: 4px;
    /* box-shadow: 0 2px 3px -2px var(--header_shadow_color); */
    /* cursor: pointer; */
    position: relative;
    overflow-x: auto;
}

.sg_op_item_overlay > div:nth-child(1) {
    /* background-color: #87c99e; */
}

.sg_op_item_overlay > div:nth-child(1) > p {
    display: block;
    width: fit-content;
    margin: auto;
    margin-top: 1px;
    font-weight: bold;
    font-size: 15px;
}

.sg_op_item_overlay > div:nth-child(1) > div {
    /* width: 20px; */
    /* height: 20px; */
    position: absolute;
    top: 2px;
    right: 2px;
    /* background-color: #43ad32; */
}

.sg_op_item_overlay > div:nth-child(1) > div > i {
    display: inline-block;
    padding: 3px;
    /* font-size: 25px; */
    cursor: pointer;
}

.sg_op_item_overlay > div:nth-child(1) > div > i:hover {
    color: red;
}

.sg_op_item_overlay > div:nth-child(1) > p > span {
    /* display: block; */
    width: 20px;
    height: 20px;
    float: right;
}

.sg_op_item_overlay > div:nth-child(2) {
    /* background-color: #a89d80; */
    display: grid;
    grid-auto-flow: column;
    grid-gap: 4px;
    justify-content: start;
    height: fit-content;
}

.dgr_overlay_tab {
    display: grid;
    grid-template-rows: 80% 20%;
    width: 70px;
    height: 78px;
    margin-bottom: 2px;
}

.sg_op_item_overlay > div:nth-child(2) > div > div:first-child {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;

    border-radius: 5px;
    /* border: 2px solid white; */

    cursor: pointer;
}

.sg_op_item_overlay > div:nth-child(2) > div > div:last-child {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    height: 8px;
}

.selected_op_overlay {
    border-bottom: 2px solid orange !important;
    /* border-radius: 5px; */
    margin-bottom: -2px;
    /* background-color: gray; */
}

.sg_op_item_overlay > div:nth-child(2) > div > i {
    color: black;
    opacity: 0.5;
    font-size: 20px;
    position: relative;
    top: 45px;
    left: 48px;
}

.sg_op_item_overlay > div:nth-child(2) > div > i:hover {
    opacity: 1;
}

.sg_op_item_overlay > div:nth-child(3) > p {
    /* background-color: #159939; */
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
}

#sample_btn {
    border: none;
    background-color: #5c5c5c;
    color: white;
    border-radius: 3px;
}

.sg_op_item_overlay > div:nth-child(4) {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 5px;
    align-content: flex-start;
    background-color: #d4d4d4;
    border: 5px solid #d4d4d4;
    border-radius: 4px;
    overflow-y: auto;
}

.sg_op_item_overlay > div:nth-child(4)::after {
    display: none;
    content: "";
    border-width: 10px 10px;
    border-style: solid;
    border-color: transparent transparent #d4d4d4 transparent;

    position: absolute;
    left: var(--sg_ov_arr_l_pos);
    top: 85px;
}

.sg_op_item_overlay_single_elem {
    background-color: white;
    /* width: 70px; */
    /* height: 70px; */
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 2px solid white;
    /* border: none; */
    /* margin: 2px; */
    /* padding: 4px; */
    border-radius: 5px;
    width: fit-content;
}

.overlay_elem_sel {
    border: 2px solid #e0ba10;
    /* margin: -2px; */
}

.sg_op_item_overlay_single_elem:hover {
    border: 2px solid #e0ba10;
    /* margin: -2px; */
}

.sg_op_item_overlay_single_elem > div:nth-child(1) {
    display: flex;
    justify-content: center;
    align-items: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
    width: 60px;
    height: 60px;
}

.sg_op_item_overlay_single_elem > div:nth-child(2) {
    font-size: 13px;
    text-align: center;
    max-width: 60px;
}

.sg_op_item_overlay_single_elem > div:nth-child(3) {
    font-size: 12px;
    text-align: center;
}

.sg_op_item_overlay_multi_elem {
    /* background-color: white; */
    width: 100%;
    /* height: 70px; */
    /* cursor: pointer; */
}

.sg_op_item_overlay_multi_elem > p {
    margin: 5px 0px;
    font-size: 12px;
}

.sg_op_item_overlay_multi_elem > div {
    display: flex;
    flex-direction: row;
    gap: 2px;
    flex-wrap: wrap;
}

.sg_op_item {
    background-color: var(--sg_op_item_bg);
    display: grid;
    grid-template-rows: 20px auto;
    grid-auto-flow: row;

    /* border: 5px solid #b3b3b3; */
    padding: 5px;
    border-radius: 4px;
    /* box-shadow: 0px 0px 3px -2px var(--header_shadow_color); */
    cursor: pointer;
    position: relative;
    /* height: fit-content; */
    /* flex-grow: 1; */
}

.sg_op_item:hover {
    border: 2px solid #a3a3a3;
    padding: 3px;
    /* background-color: #f0df73; */
    animation-name: sg_op_item_hover;
    animation-duration: 0.4s;
}

@keyframes sg_op_item_hover {
    from {
        border-color: white;
    }

    to {
        border-color: #a3a3a3;
    }
}

.sg_op_item > div:nth-child(1) {
    /* background-color: #87c99e; */
}

.sg_op_item > div:nth-child(1) > p {
    display: block;
    width: fit-content;
    margin: auto;
    margin-top: 1px;
    font-weight: bold;
    font-size: 15px;
}

.sg_op_item > div:nth-child(2) {
    /* background-color: #a89d80; */
    display: grid;
    grid-auto-flow: column;
    grid-gap: 4px;
    justify-content: center;
    height: fit-content;
    width: fit-content;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
}

.sg_op_item > div:nth-child(2) > div {
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
    border-radius: 5px;

    width: 40px;
    height: 40px;
}


.sg_op_item > div:nth-child(2) > div > div {
    background-color: transparent;
    width: 100%;
    height: 100%;
}

.sg_op_item > div:nth-child(2) > div > div:hover {
    /* background-color: #ffffff63; */
}

.sg_op_item > div:nth-child(2) > div > i {
    /* background-color: red; */
    font-size: 15px;
    font-weight: bold;
    position: relative;
    top: 23px;
    left: 17px;
    color: green;
}

#sample_media_area {
    display: none;
}

#sample_media_area > p {
    /* display: flex;
    flex-direction: column; */
    margin: 0;
    margin-bottom: 5px;
    text-align: center;
}

#sample_media_area > button {
    width: 100%;
    padding: 6px 10px;
    /* margin: 8px 0; */
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    cursor: pointer;
    margin-top: 5px;
}

#dgr_exp_rating_space {
    max-width: 400px;
    padding: 10px;
}

#dgr_exp_rating_space p {
    margin: 0;
}

/* shajghor page ends */

/* designer showcase page starts */

#designer_content_area {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    justify-content: center;
}

.designer_item {
    display: flex;
    flex-direction: row;
    gap: 5px;
    /* background-color: #cad137; */
    padding: 5px;
    border-radius: 3px;
    box-shadow: 0px 0px 2px gray;
    width: fit-content;
}

.designer_item p {
    margin: 0;
}


.designer_item > div:first-child {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.designer_item > div:first-child > div:first-child {
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
    width: 120px;
    height: 200px;
}

.designer_item > div:first-child > div:last-child {
    font-size: 14px;
    width: 120px;
}

.designer_item > div:last-child {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.designer_item > div:last-child > div:first-child {
    width: 100px;
    height: 200px;
    overflow: hidden;
}

/* designer showcase page ends */

/* dashboard page starts */

.dashboard_info_gen {
    /* background-color: #43ad32; */
    /* width: 200px; */
    display: none;
}

.dashboard_info_gen p {
    margin: 0px;
    /* margin-bottom: 5px; */
    font-size: 15px;
}

.dashboard_info_gen > p > span:nth-child(1) {
    color: #159939;
    /* font-weight: bold; */
}

.dashboard_info_gen > p > span:nth-child(2) {
    color: #b5b521;
}

.dashboard_orders {
    margin-top: 15px;
    /* background-color: #e3e3e3; */
    /* padding: 5px; */
    border-radius: 5px;
}

.dashboard_orders p {
    margin: 0px;
    margin-bottom: 10px;
}

.dashboard_orders > p:last-child {
    display: block;
    margin-top: 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
}

.dashboard_orders > div {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    max-width: 300px;
}

.dashboard_orders > div > div {
    display: flex;
    flex-direction: row;
    gap: 5px;
    /* margin-top: 5px; */
}

/* .dashboard_orders > div > div > img {
    height: 58px;
} */

.dashboard_orders > div > div > div:first-child {
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
    height: 60px;
    width: 40px;
}

.dashboard_orders > div > div > div > p {
    font-size: 13px;
    margin-bottom: 3px;
}

.dashboard_orders > div > div > div > p:first-child {
    font-size: 15px;
}

.dashboard_orders > div > div > div > button {
    font-size: 13px;
    width: 100%;
    height: 20px;
    margin-top: 3px;
    cursor: pointer;
}

.dashboard_rating {
    margin-top: 15px;
    /* background-color: #e3e3e3; */
    /* padding: 5px; */
    border-radius: 5px;
}

.dashboard_rating p {
    margin: 0px;
    margin-bottom: 10px;
}

.dashboard_rating > div:nth-child(2) {
    display: flex;
    flex-direction: row;
    gap: 5px;
    margin-top: 5px;
}

.dashboard_rating > div:nth-child(2) > div:first-child {
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
    width: 30px;
    height: 60px;
}

.dashboard_rating > div:nth-child(2) > div > p {
    font-size: 13px;
    margin-bottom: 3px;
}

.dashboard_rating > div:nth-child(2) > div:last-child > div {
    align-items: start;
}

.star_rating_space {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.star_rating_space > div > i {
    cursor: pointer;
}

.text_rating_space {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    margin-top: 5px;
}

.trs_dir_row {
    flex-direction: row;
}

.text_rating_space > textarea {
    width: -webkit-fill-available;
    height: 100px;
    border: none;
    box-shadow: inset 1px 1px 5px #a8a8a8;
    border-radius: 10px;
    padding: 10px;
}

.text_rating_space > textarea:focus {
    outline: none;
    box-shadow: inset 0px 0px 3px gray;
}

.text_rating_space > div {
    display: flex;
    flex-direction: row;
    gap: 5px;
}

.text_rating_space > div > button {
    cursor: pointer;
    flex-grow: 1;
}

.dashboard_input_item_listing {
    margin-top: 15px;
    border-radius: 5px;
}

.dashboard_input_item_listing p {
    margin: 0px;
}

.dashboard_input_item_listing > div {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 8px;
    cursor: pointer;
}

.dashboard_input_item_listing > div > select {
    border: none;
    /* border-radius: 5px; */
    width: fit-content;
    box-shadow: 0px 0px 2px grey;
    padding: 3px;
}

/* dashboard page ends */

/* login page starts */

#user_form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 400px;
    min-width: 150px;
}

#user_form > div > input {
    width: 100%;
    padding: 13px;
    margin-top: 5px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

#user_form input:focus {
    outline: 0px;
    background-color: var(--input_gen_bg_h_color);
}

#res_global {
    color: red;
    font-size: small;
}

#user_form button {
    width: 100%;
    padding: 12px 20px;
    /* margin: 8px 0; */
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    cursor: pointer;
}

#membership_area {
    padding: 5px;
}

#membership_area p {
    margin: 0px;
}

#membership_area > p.popup_cap {
    text-align: center;
    margin-bottom: 5px;
}

#name_input {
    display: none;
}

#name_input > div {
    display: flex;
    flex-direction: row;
    gap: 5px;
    flex-wrap: wrap;
}

#name_input > div > input {
    flex: 50%;

    padding: 13px;
    margin-top: 5px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

#oauth_option_area {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.oauth_option {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: center;
    /* width: 100%; */
    height: 31px;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 5px;
    cursor: pointer;
}

.oauth_option > img {
    height: 100%;
}

#otp_input > input::-webkit-outer-spin-button,
#otp_input > input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.mem_extra_btns {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: baseline;

    margin: 10px 0px;
}

.fp_dir_btn, .signup_dir_btn {
    font-size: 14px;
    cursor: pointer;
}

#mem_btns {
    display: flex;
    flex-direction: row;
    gap: 5px;
}

#gen_input {
    display: none;
}

#gen_input > select {
    width: 100%;
    padding: 13px;
    margin-top: 5px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

#gen_input > select:focus {
    outline: none;
}

#pass_input > input:nth-child(3)  {
    display: none;
}

/* login page ends */

/* store page starts */

#store_space {
    display: grid;
    /* background-color: red; */
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    grid-gap: 10px;
    width: 100%;
    height: 100%;

    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

#store_caption {
    /* background-color: blue; */
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#caption_text {
    /* background-color: blue; */
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#caption_text h2 {
    margin: 0px;
}

.store_tree_cap {
    display: flex;
    flex-direction: row;
    gap: 5px;
    /* margin-top: 10px; */
    align-items: center;
}

.store_tree_cap > i {
    font-size: 12px;
}

.store_tree_cap > p {
    font-size: 15px;
    width: fit-content;
}

.store_tree_cap > p:nth-child(odd) {
    background-color: #999999;
    color: white;
    font-size: 13px;
    padding: 5px;
    width: fit-content;
    cursor: pointer;
    border-radius: 5px;
}

.store_tree_cap > p:nth-child(even) {
    width: fit-content;
}

#caption_text #caption_text_res_span {
    /* color: green; */
    font-size: 14px;
}

#content_display_options {
    display: flex;
    flex-direction: row;
    gap: 15px;
}

#content_display_options > div {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

#content_display_options > div > p {
    font-size: 16px;
}

.cap_dialogue {
    background-color: #e4e4e4;
    /* margin-top: 5px; */
    padding: 10px;
}

.store_page_btn {
    width: 23px;
    height: 23px;
    background-color: #b5b5b5;
    cursor: pointer;
    border-radius: 11.5px;
}

.store_page_btn p {
    margin: 0px;
    font-size: 12px;
    position: relative;
    top: 4px;
    left: 8px;
}

#content_display_options > div > p {
    margin: 0px;
    margin: 2px 0px;
}

#content_display_options select {
    /* background-color: #7a7a7a; */
    border: none;
    /* padding: 3px; */
    cursor: pointer;
}

#store_content_area {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    grid-gap: 10px;
    /* padding-right: 35px; */
}

.store_content {
    height: 280px;

    display: flex;
    flex-direction: column;
    /* align-items: center; */
}

/* .store_content:hover {
    background-color: #e3e3e3;
} */

.content_desc {
    display: flex;
    flex-direction: column;
    gap: 5px;
    /* align-items: center; */
    overflow: hidden;
}

.content_desc > p:first-child {
    display: block;
    white-space: nowrap; /* forces text to single line */
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
}

.st_item_price {
    font-size: 13px;
    margin: 5px 0px;
}

.st_item_prev_price {
    font-size: 12px;
    font-weight: normal;
    color: red;
    text-decoration: line-through;
}

.st_item_prev_price > span {
    color: black;
}

/* reusable class */
.clamped_font {
    /* display: block; */
    white-space: nowrap; /* forces text to single line */
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    /* font-weight: bold; */
    /* font-size: 12px; */
}

.content_desc > p:nth-child(2) {
    text-align: center;
}

.prc_prev {
    font-size: 12px;
    font-weight: normal;
    color: red;
    text-decoration: line-through;
    margin-left: 5px;
}

.prc_curr {
    font-weight: bold;
    margin: 0px 5px;
}

.prc_curr > sup {
    font-size: 10px;
    margin-left: 3px;
}

.st_flag_div {
    display: flex;
    flex-direction: row;
    gap: 3px;
    justify-content: center;
}

.st_item_flag {
    font-size: 12px;
    width: fit-content;
    padding: 3px;
    background-color: rgb(230, 230, 230);
}

.st_item_flag_red {
    font-size: 12px;
    width: fit-content;
    padding: 3px;
    background-color: #fff1e4;
}

.content_img {
    flex: 85%;
    height: 235px;
    position: relative;

    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;

    margin: 5px;
    cursor: pointer;
}

.content_img_ovl_tag {
    position: absolute;
    left: 0px;
    top: 30px;
    background-color: #cad137ba;
    /* color: white; */
    /* font-weight: bold; */
    padding: 5px;
    /* border-radius: 0px 5px 5px 0px; */
    /* text-align: center; */
    /* min-width: 30px; */
}

.content_img_ovl_tag > p:nth-child(1) {
    font-size: 11px;
    font-weight: bold;
}

.content_img_ovl_tag > p:nth-child(2) {
    font-size: 11px;
}

.content_footer {
    /* background-color: brown; */
    flex: 15%;

    display: grid;
    grid-template-rows: auto 30px;
    grid-gap: 10px;
    padding: 5px;
}

.st_btn_purchase {
    display: grid;
    grid-template-columns: auto 40px;
    grid-gap: 2px;
}

.st_btn_purchase button {
    border: none;
    background-color: #d1d1d1;
    border-radius: 3px;
    cursor: pointer;
}

.content_footer > button {
    font-size: 13px;
    padding: 5px;
    border: none;
    background-color: black;
    color: white;
    border-radius: 3px;
    cursor: pointer;
    border-radius: 13px;
    /* box-shadow: 0px 0px 0px 0px var(--checkout_field_focus_shadow_color); */
}

.content_footer button:hover {
    /* background-color: #7a7a7a; */
    /* color: white; */
    box-shadow: 0px 0px 2px 1px var(--checkout_field_focus_shadow_color);
}

/* store page ends */

/* checkout page starts */

.product_flexible_space {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
    /* max-width: 700px; */

    /* padding: 0px 20px;
    width: calc(100% - 40px); */

    /* padding: 0px 20px; */
    width: 100%;
}

.checkout_space {
}

#st_item_detail_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    /* height: 100vh; */
    /* overflow-y: auto; */
    /* padding: 0px 20px;
    width: calc(100% - 40px); */
}

.product_flexible_desc_area {
    position: relative;
    display: flex;
    flex-direction: row;
    /* justify-content: center; */
    /* width: calc(100% - 40px); */
    gap: 10px;
    flex-wrap: wrap;
}

.pfda_popup_margin {
    margin-top: 100px;
    margin-bottom: 100px;
}

.product_image_viewer {
    display: flex;
    flex-direction: column;
    width: fit-content;
    gap: 10px;
    align-items: center;
    width: 100%;
}

.product_image_viewer_icon {
    display: flex;
    flex-direction: row;
    width: fit-content;
    gap: 5px;
}

.product_image_viewer_icon > div {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
    cursor: pointer;
}

.product_image_viewer_checkout_icon_size {
    width: 40px;
    height: 50px;
}

.product_image_viewer_popup_icon_size {
    width: 28px;
    height: 35px;
}

.product_image {
    display: flex;
    justify-content: center;
    align-items: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top;
}

.product_image_dim_checkout_page {
    width: 100%;
    height: 400px;
}

.product_image_dim_popup {
    width: 100%;
    height: 400px;
}

.product_desc_viewer {
    display: flex;
    flex-direction: column;
    width: fit-content;
    gap: 20px;
    max-width: 400px;
    /* margin-right: 25px; */
}

.product_desc_viewer p {
    /* margin: 0; */
}

.product_desc_viewer h2 {
    margin: 0px;
    /* margin-bottom: 5px; */
}

.product_desc_viewer > div:first-child > p:nth-child(2) {
    font-size: 11px;
    padding: 5px;
    width: fit-content;
    /* border-radius: 10px; */
    border-left: 2px solid gray;
    background-color: #f2f2f2;
    margin-top: 5px;
}

.product_add_size_popup_area {
    position: relative;
    display: flex;
    flex-direction: column;
    width: fit-content;
    gap: 20px;
    max-width: 400px;
    padding: 20px;
}

.product_add_size_popup_area p {
    /* margin: 0; */
}

.product_add_size_popup_area > div:nth-child(2) > p {
    border: 1px solid gray;
    width: fit-content;
    padding: 5px;
    font-size: 12px;
    border-radius: 5px;
}

.product_add_size_popup_area h2 {
    margin: 0px;
    /* margin-bottom: 5px; */
}

.product_add_size_popup_area > div:first-child > p:nth-child(2) {
    font-size: 12px;
    padding: 5px 10px;
    width: fit-content;
    border-radius: 10px;
    border: 1px solid gray;
    margin-top: 5px;
}

.prod_price_text_style {
    /* font-size: 14px; */
    font-weight: bold;
    /* margin-top: 10px; */
}

.prc_prev > span {
    color: black;
}

.prc_cmnt {
    font-weight: normal;
    font-size: 14px;
}

.cus_btn_area {
    border: 1px solid gray;
    padding: 5px;
    border-radius: 5px;
}

.cus_btn_area > p {
    font-size: 12px;
    margin-bottom: 5px !important;
}

.no_cus_diag > p {
    font-size: 12px;
}

.cus_btn_area > button {
    width: fit-content;
}

.button_6 {
    font-size: 16px;
    height: fit-content;
    padding: 5px 20px;
    border: none;
    background-color: #ebebeb;

    box-shadow: 0px 0px 2px gray;
}

.product_size_area {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-right: 25px;
    /* to prevent the side cart handle from colliding */
}

.product_size_area > div:nth-child(2) > div:nth-child(1) {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5px;
}

.product_size_area > div:nth-child(2) > div:nth-child(1) > button {
    font-size: 16px;
    font-weight: normal;
    border: 1px solid gray;
    border-radius: 5px;
    padding: 5px 7px;
    width: fit-content;
    cursor: pointer;
    /* box-shadow: 0px 0px 2px gray; */
    background-color: #f3f3f3;
}

.product_size_area > div:nth-child(2) > div:nth-child(1) > button:hover {
    border: 1px solid var(--key_color);
    /* background-color: rgb(221, 221, 221); */
    /* font-weight: bold; */
}

.sel_size_btn {
    background-color: var(--key_color) !important;
    border: 1px solid var(--key_color) !important;
    /* font-weight: bold; */
    color: black;
}

.product_size_area > ul > li {
    border: 1px solid gray;
    border-radius: 3px;
    padding: 3px;
    margin: 3px;
    float: left;
    cursor: pointer;
}

.product_btn_area {
    position: fixed;
    bottom: 0px;
    left: 0px;
    padding: 10px;
    width: calc(100% - 20px);
    background-color: #d0d0d0;
    box-shadow: 0px 0px 1px 1px #d0d0d0;

    display: flex;
    flex-direction: row;
    gap: 10px;
}

.product_btn_area > button {
    padding: 15px;
}

#st_item_popup_cart_btn, #st_item_popup_add_size_cart_btn {
    background-color: black;
    color: white;
    padding: 10px;
    border: none;
    border-radius: 17px;
    width: 100%;
    font-size: 16px;
}

#st_item_redir_store {
    display: block;
    background-color: white;
    color: black;
    padding: 10px;
    border: none;
    border-radius: 17px;
    width: 100%;
    font-size: 16px;
}

.st_item_popup_close_btn {
    background-color: white;
    color: black;
    padding: 10px;
    border: none;
    border-radius: 17px;
    width: 100%;
    font-size: 16px;
}

.product_details_area {
    display: flex;
    /* display: none; */
    flex-direction: row;
    gap: 10px;
    flex-wrap: wrap;
    width: fit-content;
}

.product_details {
    display: grid;
    /* display: none; */
    grid-template-columns: auto auto;
    justify-content: start;
    grid-gap: 10px;
    /* margin-right: 80px; */
}

#item_purchase_btn {
    width: -webkit-fill-available;
}

#st_popup_item_purchase_btn {
    width: -webkit-fill-available;
    background-color: black;
    color: white;
}

.checkout_space p {
    margin: 0px;
}

.product_details > div:first-child {
    width: 70px;
    height: 87.8px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.product_details > div:last-child {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.product_details > div:last-child > p:nth-child(2) {
    font-size: 14px;
}

.p_size {
    border: none;
    border-radius: 5px;
    width: fit-content;
    box-shadow: inset 0px 0px 2px grey;
    padding: 3px;
}

.p_size:focus {
    outline: none;
}

.qty_info {
    font-size: 14px;
}

.qty_info > span {
    margin: 0px 5px;
}

.cart_padding {
    padding: 3px 20px;
}

.sec_enc {
    width: fit-content;
    margin-top: 10px;
    /* border: 1px solid black; */
    box-shadow: 0px 0px 3px #b8b8b8;
    border-radius: 5px;
    padding: 5px;
}

.cart_items {
    max-width: fit-content;
    display: none;
}

.cart_items > div:first-child, .comp_area > div:first-child {
    display: grid;
    grid-template-columns: auto 52px;
    grid-gap: 10px;
}

.cart_items > div:first-child > p, .comp_area > div:first-child > p {
    display: block;
}

.cart_items > div:last-child, .comp_area > div:last-child {
    margin-top: 5px;
    display: flex;
    flex-direction: row;
    gap: 5px;
    flex-wrap: wrap;
    /* display: none; */
}

.cart_item {
    display: grid;
    grid-template-columns: 50px auto;
}

.cart_item > img {
    height: 55px;
}

.cart_item > div {
    background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    flex-direction: column;
    gap: 5px;
    font-size: 12px;
}

.cart_item > div > p {
    max-width: 80px;
    white-space: nowrap;
}

.size_chart_btn, .size_chart_popup_btn {
    margin: 10px 0px;
    font-size: 15px;
    height: fit-content;
    padding: 10px;
    border: 1px solid gray;
    border-radius: 10px;
    background-color: transparent;

    /* box-shadow: 0px 0px 2px gray; */
}

.comp_area {
    margin-top: 10px;
    /* padding: 5px; */
}

.comp_item {
    display: flex;
    flex-direction: row;
    gap: 5px;
}

.comp_item > div:nth-child(1) {
    background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
}

.comp_item > div:nth-child(2) {
    display: flex;
    flex-direction: column;
    gap: 2px;
    font-size: 13px;
    max-width: 70px;
}

.pricing_area {
    margin-top: 15px;
}

.pricing_area > p {
    margin: 5px 0px;
}

.price_table {
    border-collapse: collapse;
    font-size: 14px;
}

.price_table > tr, th, td {
    border: 1px solid #9c9c9c;
    padding: 3px;
    text-align: left;
    /* background-color: #faf5e6; */
}

.price_table tr > td:nth-child(1), .price_table tr > th:nth-child(1) {
    min-width: 100px;
}

.price_table tr > td:nth-child(2), .price_table tr > th:nth-child(2) {
    min-width: 100px;
}

.total_pricing_area {
    /* display: none; */
    margin-top: 10px;
}

.total_pricing_table {
    margin-top: 10px;
    display: grid;
    grid-template-columns: auto auto;
    width: fit-content;
    align-items: end;
}

.total_pricing_table > div:nth-child(odd) {
    padding-right: 20px;
}

.total_row {
    height: 0px;
    width: 100%;
    grid-column: 1/3;
    border-top: 1px solid black;
    margin-top: 5px;
    margin-bottom: 5px;
}

.voucher_area {
    /* display: none; */
    margin-top: 10px;
}

.vch_application_area > input {
    border: 1px solid black;
    border-radius: 3px;
    height: 20px;
    padding: 2px;
    width: 85px;
}

.vch_application_area > button {
    border: 1px solid black;
    border-radius: 3px;
    height: 26px;
    padding: 0px 10px;
}

.vch_application_area > div {
    margin-top: 5px;
    font-size: 14px;
    color: red;
}

.vch_removal_area {
    display: flex;
    flex-direction: row;
    gap: 10px;
    font-size: 12px;
    align-items: center;
    background-color: #dedede;
    border-radius: 10px;
    padding: 5px;
    width: fit-content;
    display: none;
    padding: 10px;
}

.vch_removal_area > button {
    height: 20px;
    font-size: 10px;
    background-color: white;
    border: none;
}

#v_comm > p > a {
    text-decoration: none;
}

#v_comm > p > a > span {
    cursor: pointer;
    font-weight: bold;
    color: green;
}

.del_details {
    /* display: none; */
    width: calc(100% - 20px);
    padding: 10px;
    box-shadow: 0px 0px 1px gray;
    border: 1px solid #c2c2c2;
    border-radius: 10px;
    background-color: #f5f5f5;
}

.del_details select {
    /* max-width: 150px; */
    /* height: 50px; */
    box-shadow: 0px 0px 1px gray;
    border: none;
    /* border-radius: 5px; */
    padding: 5px;
}

.del_details > textarea {
    width: calc(100% - 10px);
    height: 50px;
    box-shadow: 0px 0px 1px gray;
    border: none;
    border-radius: 5px;
    padding: 5px;
}

.del_details p {
    margin: 0px;
    margin-top: 2px;
    margin-bottom: 2px;
}

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

.field_1 {
    grid-template-columns: 60px auto;
}

.field_2 {
    grid-template-columns: 120px auto;
}

.checkout_field > input {
    height: 20px;
    flex-grow: 1;
    border: none;
    padding: 4px;
    box-shadow: 0px 0px 1px gray;
    /* border-radius: 5px; */
}

.checkout_field > input:focus {
    outline: none;
}

.checkout_payment_field {
    display: grid;
    grid-template-rows: auto auto;
    width: 100%;
    /* margin: 10px 0px; */
    font-size: 14px;
    display: none;
}

.checkout_payment_field > div:first-child {
    display: flex;
    flex-direction: row;
    gap: 3px;
}

.checkout_payment_field > div:first-child > div {
    /* background-color: white; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 10px 10px 0px 0px;
    cursor: pointer;
    /* box-shadow: 0px 0px 2px gray; */
    border: 1px solid gray;
    clip-path: polygon(-2px -2px, calc(100% + 2px) -2px, calc(100% + 2px) calc(100% + 0.5px), -2px calc(100% + 0.5px));
    background-color: gray;
    color: white;
}

.checkout_payment_field > div:first-child > div > img {
    width: 30px;
}

.checkout_payment_field > div:first-child > div > p {
    margin: none;
}

.sel_payment_tab {
    background-color: white;
}

.checkout_payment_field > div:last-child {
    background-color: white;
    padding: 10px;
    /* border: 1px solid black; */
    border-radius: 0px 10px 10px 10px;
    border: 1px solid gray;
    /* box-shadow: 0px 0px 2px gray; */
}

#CONF_PRCHS {
    margin-top: 10px;
}

#checkout_popup_btns > button {
    width: 100%;
    padding: 4px 0px;
    margin-top: 8px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    cursor: pointer;
}
#membership_area {
    padding: 10px;
}

#membership_area p {
    margin: 0px;
}

#membership_area > p.popup_cap {
    text-align: center;
    margin-bottom: 5px;
}

#size_chart_popup_area {
    padding: 20px;
}

#size_chart_area {
    display: flex;
    flex-direction: column;
    gap: 5px;
    display: none;
}

#size_chart_popup_area p {
    margin: 0px;
}

#size_chart_selection {
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
}

#size_chart_selection > select {
    padding: 2px;
}

.size_table {
    border-collapse: collapse;
    font-size: 14px;
    margin: 5px 0px;
}

.size_table > tr, th, td {
    border: 1px solid #9c9c9c;
    padding: 3px;
    text-align: left;
    /* background-color: #faf5e6; */
}

.size_table tr > td:nth-child(1), .size_table tr > th:nth-child(1) {
    min-width: 100px;
}

.size_table tr > td:nth-child(2), .size_table tr > th:nth-child(2) {
    min-width: 100px;
}

.order_conf_area > .order_complete_diag {
    display: none;
}

.order_conf_area > .order_otp_area {
    display: none;
}

.order_conf_area > .order_complete_diag > p > span {
    font-weight: bold;
    cursor: pointer;
}

.order_otp_area > #order_otp_input > input {
    width: 100px;
    height: 30px;
    border: none;
    border-radius: 3px;
    padding: 5px 10px;
    background-color: #cfcfcf;
    margin-bottom: 10px;
}

/* checkout page ends */

/* body profile page starts */

#bp_item_space > div:nth-child(1) {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.bp_item {
    display: grid;
    width: 150px;
    height: 150px;
    background-color: var(--key_color);
}

.bp_item:hover {
    outline: 3px solid orange;
    cursor: pointer;
}

.bp_item > p {
    margin: auto;
    text-align: center;
}

.bp_item > p > span:first-child {
    font-size: 15px;
    font-weight: bold;
}

.bp_item > p > span:last-child {
    font-size: 12px;
}

#add_bp_btn {
    margin-top: 10px;
    width: fit-content;
}

#bp_details {
    margin-top: 20px;
}

#bp_details > p {
    margin: 0px;
}

.bp_details_table {
    border-collapse: collapse;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.bp_details_table > tr, th, td {
    border: 1px solid #9c9c9c;
    padding: 3px;
    text-align: left;
    /* background-color: #faf5e6; */
}

.bp_details_table tr > td:nth-child(1), .bp_details_table tr > th:nth-child(1) {
    min-width: 100px;
}

.bp_details_table tr > td:nth-child(2), .bp_details_table tr > th:nth-child(2) {
    min-width: 50px;
}

.bp_details_table > p {
    margin: 0px;
}

#bp_details > div:nth-child(3) {
    display: flex;
    flex-direction: row;
    gap: 5px;
}

#bp_details > p:last-child {
    margin-top: 10px;
}

#bp_guide_space {
    position: relative;
    display: none;
    flex-direction: row;
}

#bp_guide_space > p:first-child {
    font-size: 18px;
}

.bp_guide_content > div:last-child {
    display: flex;
    flex-direction: row;
    gap: 5px;
    margin-top: 10px;
}

.bp_guide_next_btn {
    width: fit-content;
}

.bp_guide_content, .bp_guide_review_content {
    display: none;
    position: relative;
    opacity: 1;
}

.bp_guide_content > div:nth-child(2) {
    margin-top: 5px;
    margin-bottom: 5px;
}

.bp_guide_content, .bp_guide_review_content > p {
    margin: 0px;
}

.bp_guide_review_content > div:nth-child(4) {
    margin-top: 10px;
}

.bp_guide_review_content > div:last-child {
    margin-top: 10px;
}

.bp_guide_review_content > div:last-child > p {
    margin: 0px;
}

.sp_warning {
    color: red;
}

.sp_success {
    color: green;
}

.bp_guide_input_area {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-gap: 10px;
    width: fit-content;
}

.bp_guide_input_area > p {
    margin: 0px;
    font-size: 16px;
    padding: 2px;
}

.bp_guide_input_area > input {
    height: 20px;
    width: 50px;
    border: 1px solid black;
    border-radius: 5px;
    text-align: center;
    /* box-shadow: 0px 0px 3px 1px gray; */
}

.bp_guide_input_area > input:focus {
    outline: none;
    box-shadow: 0px 0px 3px 1px gray;
}

.bp_review_table {
    border-collapse: collapse;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.bp_review_table > tr, th, td {
    border: 1px solid #9c9c9c;
    padding: 3px;
    text-align: left;
    /* background-color: #faf5e6; */
}

.bp_review_table tr > td:nth-child(1), .bp_review_table tr > th:nth-child(1) {
    min-width: 100px;
}

.bp_review_table tr > td:nth-child(2), .bp_review_table tr > th:nth-child(2) {
    min-width: 50px;
}

.bp_review_table > p {
    margin: 0px;
}

#bp_guide_save_btn {
    margin-top: 5px;
}

/* body profile page ends */

/* message box styling starts */

#message_box_space {
    display: none;
    /* display: flex; */
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    position: fixed;
    /* top: calc(50vh - 25px); */
    /* top: 0px; */
    z-index: 104;
    text-align: center;
    width: calc(100% - 10px);
    height: 30px;
    padding: 5px;

    box-shadow: 0px 0px 2px 1px gray;
}

/* message box styling ends */

/* page loader starts */

.loader_space {
    display: none;
}

.loader_space > div {
    border: 2px solid #f3f3f3;
    border-radius: 50%;
    border-top: 2px solid black;
    width: 10px;
    height: 10px;
    -webkit-animation: spin 1s linear infinite; /* Safari */
    animation: spin 1s linear infinite;
    margin: auto;
}

/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* page loader ends */

/* typical classes starts */

.select_1 {
    padding: 4px;
    border: none;
    border-radius: 4px;
    box-shadow: 0px 0px 2px gray;
}

.select_1:focus {
    outline: none;
}

.button_1 {
    font-size: 15px;
    height: fit-content;
    padding: 3px 10px;
    border: none;
    background-color: #ebebeb;

    box-shadow: 0px 0px 2px gray;
}

.button_1:hover {
    background-color: #fffbd1;

    animation-name: button_1_anim;
    animation-duration: 0.4s;
}

.button_2 {
    font-size: 11px;
    width: 50px;
    height: fit-content;
    padding: 2px;
    border: 1px solid gray;
    border-radius: 3px;
    /* background-color: #ebebeb; */
    background-color: white;

    /* box-shadow: 0px 0px 1px gray; */
}

.button_2:hover {
    background-color: #fffbd1;

    animation-name: button_1_anim;
    animation-duration: 0.4s;
}

.button_3 {
    font-size: 12px;
    width: 50px;
    height: fit-content;
    padding: 3px 1px;
    /* border: 1px solid gray; */
    border: none;
    border-radius: 5px;
    background-color: #e6e6e6;

    /* box-shadow: 0px 0px 1px gray; */
}

.button_4 {
    font-size: 12px;
    width: 20px;
    height: 20px;
    padding: 3px;
    /* border: 1px solid gray; */
    /* border: 1px solid black; */
    border: none;
    border-radius: 13px;
    background-color: #dddddd;

    /* box-shadow: 0px 0px 1px gray; */
}

.button_5 {
    font-size: 15px;
    height: fit-content;
    padding: 3px 20px;
    border: none;
    background-color: #ebebeb;

    box-shadow: 0px 0px 2px gray;
}

.button_5:hover {
    background-color: #fffbd1;

    animation-name: button_1_anim;
    animation-duration: 0.4s;
}

@keyframes button_1_anim {
    from {
        background-color: #ebebeb;
    }
    to {
        background-color: #fffbd1;
    }
}

@keyframes button_2_anim {
    from {
        background-color: #ebebeb;
    }
    to {
        background-color: #fffbd1;
    }
}

/* typical classes ends */

@keyframes bg_color_fade_in_6 {
    from {
        background-color: transparent;
    }
    to {
        background-color: #ccc3a5;
    }
}

@keyframes bg_color_fade_in_5 {
    from {
        background-color: transparent;
    }
    to {
        background-color: #96916f;
    }
}

@keyframes bg_color_fade_in_4 {
    from {
        opacity: 0;
        /* transform: scaleY(0); */
        transform: scaleY(0) translateY(30px) translateX(-50px);
    }
    to {
        opacity: 1;
        /* transform: scaleY(1); */
        transform: scaleY(1) translateY(30px) translateX(-50px);
    }
}

@keyframes bg_color_fade_in_3 {
    from {
        opacity: 0;
        transform: scaleY(0);
    }
    to {
        opacity: 1;
        transform: scaleY(1);
    }
}

@keyframes bg_color_fade_out_3 {
    from {
        opacity: 1;
        transform: scaleY(1);
    }
    to {
        opacity: 2;
        transform: scaleY(0);
    }
}

@keyframes bg_color_fade_in_2 {
    from {
        background-color: #999999;
    }
    to {
        background-color: #96916f;
    }
}

@keyframes bg_color_fade_in_1 {
    from {
        background-color: white;
    }
    to {
        background-color: #d1d1d1;
    }
}

@keyframes front_display_elem_disappear {
    from {
        grid-template-columns: 200px auto;
    }
    to {
        grid-template-columns: 0px auto;
    }
}

@keyframes front_display_elem_appear {
    from {
        grid-template-columns: 0px auto;
    }
    to {
        grid-template-columns: 200px auto;
    }
}

@keyframes mobile_left_menu_appear {
    from {
        transform: translateX(-200px);
    }
    to {
        transform: translateX(0px);
    }
}

@keyframes mobile_left_menu_disappear {
    from {
        /* display: block; */
        transform: translateX(0px);
    }
    to {
        /* display: block; */
        transform: translateX(-200px);
    }
}

@media (min-width: 769px) {
    #nav_section {
        z-index: 99;
    }

    #nav {
        /* grid-template-columns: 100px 80px auto 60px 60px 60px; */
        grid-template-columns: 100px 50px auto 60px 60px;
    }

    #logo_space_shajghor {
        grid-column: 3/4;
    }

    #search_icon_shajghor {
        grid-column: 4/5;
    }

    #cart_icon_shajghor {
        grid-column: 5/6;
    }

    #profile_icon_shajghor {
        grid-column: 6/7;
    }

    #nav_shajghor {
        grid-template-columns: 40px 80px auto 40px 50px 50px;
        grid-template-rows: 50px;
    }

    #logo_space {
        grid-column: 3/4;
        grid-row: 1/2;
    }

    #search_icon {
        grid-column: 2/3;
    }

    #cart_icon {
        grid-column: 4/5;
    }

    #profile_icon {
        grid-column: 5/6;
    }

    #menu_icon, #search_icon, #cart_icon, #profile_icon {
        font-size: 25px;
    }

    #logo_space img {
        width: 200px;
    }

    #cart_icon i:after, #profile_icon i:after {
        font-size: 10px;
    
        width: 20px;
        height: 20px;
        /* padding: 3px; */
        color: white;
        /* background-color: var(--noti_color); */
        /* border: 2px solid var(--key_color); */
        border-radius: 12px;
    
        position: relative;
        right: 15px;
    }

    #lang_switch {
        display: block;
        grid-column: 1/2;
        display: none;
    }

    #lang_switch_shajghor {
        display: block;
        grid-column: 2/3;
        display: none;
    }

    .cart_menu_pos_default {
        top: 70px;
        right: 43px;
    }

    #cart_menu:after {
        right: 46px;
        top: -20px;
    }

    .cart_menu_pos_shajghor {
        position: absolute;
        top: 48px;
        right: 28px;
    }

    .cart_menu_pos_shajghor:after {
        right: 40px;
        top: -20px;
    }

    .profile_menu_pos_default {
        top: 72px;
        right: 10px;
    }
    
    .profile_menu_pos_default:after {
        right: 10px;
        top: -20px;
    }

    .profile_menu_pos_shajghor {
        top: 48px;
        right: 12px;
    }

    .profile_menu_pos_shajghor:after {
        right: 18px;
        top: -20px;
    }

    #menu_icon {
        display: none;
    }

    #menu_icon_shajghor {
        display: block;
        grid-column: 1/2;
    }

    #menu {
        display: block;
        width: 100%;
        height: 30px;
        background-color: var(--menu_color);
        box-shadow: 0 4px 5px -2px var(--header_shadow_color);
    }

    #menu p {
        margin: 0px;
    }

    #menu > ul {
        list-style-type: none;
        /* background-color: cadetblue; */
        padding: 0px;
        margin: 0px;
        margin-left: 200px;
        height: 100%;
    }

    #menu > ul > li {
        display: inline-grid;
        justify-content: center;
        align-content: center;
        width: 100px;
        height: 100%;
        /* cursor: pointer; */
    }

    #menu > ul > li > span {
        cursor: pointer;
    }


    #menu_item_1, #menu_item_2 {
        display: none;
        position: absolute;
        border: 1px solid #969696;
        border-radius: 5px;
        background-color: #cfcfcf;
        transform: translateY(30px) translateX(-50px);
        box-shadow: 0px 0px 5px gray;
        padding: 10px;
        z-index: 1;

        transform-origin: top left;
        animation-name: bg_color_fade_in_4;
        animation-duration: 0.2s;
    }

    #menu_item_1 > p, #menu_item_2 > p {
        padding-left: 10px;
    }

    #menu_item_1 > div, #menu_item_2 > div {
        display: grid;
        grid-template-columns: auto auto auto;
        grid-gap: 5px;
        justify-content: space-between;
        grid-gap: 2px;
        padding: 5px;
        border-radius: 3px;
        cursor: pointer;
    }

    #menu_item_1 > div > div, #menu_item_2 > div > div {
        display: grid;
        grid-template-rows: auto auto;
        justify-content: center;
        justify-items: center;
        align-items: center;
        grid-gap: 5px;
        padding: 5px;
        border-radius: 3px;
        cursor: pointer;
    }

    #menu_item_1 > div > div:hover, #menu_item_2 > div > div:hover {
        background-color: #96916f;

        animation-name: bg_color_fade_in_5;
        animation-duration: 0.3s;
    }

    #menu_item_1 > div > p, #menu_item_2 > div > p {
        /* grid-column: 1/4; */
        font-size: 13px;
        font-weight: bold;
    }

    #menu_item_1 > div > div > img, #menu_item_2 > div > div > img {
        height: 40px;
    }

    #menu_item_1 > div > div > p, #menu_item_2 > div > div > p {
        font-size: 12px;
        margin: auto;
    }

    #menu_item_1 > div > div > i, #menu_item_2 > div > div > i {
        font-size: 25px;
    }

    #screen_space {
        display: grid;
        grid-auto-flow: column;
        grid-template-columns: max-content;
    }

    .side_cart_action_area_style {
        padding: 0px;
        background-color: white;
        box-shadow: 0px 0px 0px 0px #d0d0d0;
    }

    .checkout_footer_style {
        position: static;
        /* bottom: 0px; */
        /* width: 100%; */
        background-color: white;
    }

    #side_bar_section {
        position: static;
        width: 200px;
        /* height: 500px; */
        /* position: relative; */
        /* top: 130px; */
        transform: translateY(0px);
        overflow: hidden;
        z-index: 1;
    }

    #side_bar {
        width: 100%;
        height: 100%;
    }

    .side_bar_default {
        transform: translateX(0px);
    }

    #side_cart_handle {
        width: 50px;
    }

    .side_cart_handle_appear {
        transform: translateX(-255px);
    }

    @keyframes side_cart_hndl_appear {
        from {
            transform: translateX(0px);
        }
    
        to {
            transform: translateX(-255px);
        }
    }

    #side_cart_handle > div:first-child > div:nth-child(3) > p > span:first-child {
        font-size: 14px;
    }

    #side_cart_handle > div:first-child > div:nth-child(3) {
        font-size: 12px;
    }

    #cont_area_section {
        padding-right: 50px;
        width: calc(100% - 50px);
    }

    .ca_mobile_view_toggle {
        display: block;
    }

    #cont_area {
        margin: initial;
    }

    .cont_area_max_space {
        width: auto;
    }

    #website_footer_space {
        /* grid-template-columns: 1fr; */
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    #website_footer_space > div {
        text-align: start;
    }

    #st_item_detail_container {
        padding: 20px;
        width: calc(100% - 40px);
        height: 450px;
    }

    .product_flexible_desc_area {
        /* min-width: 720px; */
        justify-content: left;
        margin-top: 0px;
        flex-wrap: nowrap;

        width: 100%;
    }

    .pfda_popup_margin {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .product_image_viewer {
        min-width: 300px;
        max-width: fit-content;
        flex-direction: row-reverse;
        align-items: flex-start;
    }

    .product_image_viewer_icon {
        flex-direction: column;
    }

    /* Home page starts */

    .hp_nav {
        flex-direction: row;
        gap: 70px;
    }

    #kf > div:nth-child(2) {
        flex-direction: row;
    }

    #kf > div:nth-child(2) > div:nth-child(2) {
        /* border-top: none; */
        /* border-left: 5px solid black; */
        font-size: 35px;
        text-align: left;
    }

    #kf .f_block {
        width: 130px;
        padding: 5px;
        border-radius: 8px;
    }

    .img_w_desc {
        flex-direction: row;
    }

    #hiw {
        width: 580px;
    }

    #hiw_cap {
        grid-template-columns: auto 420px;
    }

    #psq_diag {
        flex-direction: row;
    }
    
    #psq_diag > div:nth-child(odd) > img.img_cont {
        width: 100px;
    }
    
    #psq_diag > div:nth-child(even) > img.img_arrow {
        width: 50px;
    }
    
    #psq_diag > div > img.img_arrow {
        transform: rotate(0deg);
        bottom: 20px;
    }

    /* Home page ends */

    /* order page starts */

    #popup_order_details_space {
        width: 400px;
    }

    /* order page ends */

    /* address page starts */

    #user_address_space {
        width: 100%;
    }

    #popup_address_editor_space {
        /* display: none; */
        width: 500px;
    }

    #popup_space {
        /* width: 550px; */
    }

    #st_item_popup_view > div {
        padding-right: 0px;
    }

    .add_address_item {
        max-width: 100px;
    }

    /* address page ends */

    /* message page starts */

    #popup_message_details_space {
        width: 400px;
    }

    /* message page ends */

    /* profile page starts */

    #popup_profile_editor_space {
        width: 500px;
    }

    /* profile page ends */

    /* shajghor page starts */

    #shajghor_space {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr;
        /* height: calc(100vh - 50px); */
        min-height: 500px;
        max-height: 600px;
    }

    #shajghor_render_window {
        /* background-color: var(--sg_bg_color); */
        display: grid;
        grid-template-columns: 80px auto;
        /* padding: 5px; */
    }

    .sg_man_user {
        /* background-color: #d4d4d4; */
        position: relative;
    }

    #shajghor_option_window_space {
        display: grid;
        /* height: 100%; */
        /* grid-template-rows: 40px calc(100% - 40px); */
        grid-template-rows: 1fr;
    }

    /* #shajghor_option_window_space > div:nth-child(1) {
        height: 40px;
    }
    
    #shajghor_option_window_space > div:nth-child(1) > p {
        font-size: 20px;
        margin-top: 8px;
    } */

    .dgr_user_btn {
        width: 60px;
    }
    
    .dgr_user_btn > i {
        font-size: 30px;
    }

    .dgr_user_btn > i {
        display: block;
    }
    
    .dgr_user_btn > p.sg_man_user_label_l {
        font-size: 12px;
    }
    
    .rendered_image > div:nth-child(2) > p:nth-child(1) {
        font-size: 16px;
    }
    
    .rendered_image > div:nth-child(2) > p:nth-child(2) {
        font-size: 16px;
    }

    #share_options {
        top: 10px;
        left: 80px;
    }

    #share_options > div:nth-child(1) {
        display: none;
    }
    
    #share_options > div:nth-child(2) {
        display: none;
    }
    
    #share_options > div:nth-child(3) {
        display: none;
    }
    
    #share_options > div:nth-child(4) {
        background-image: url("/images/default/share_icon_cb.svg");
    }

    .sg_rendered_image_slider {
        /* top: calc(50% + 60px); */
        /* bottom: 50px; */
    }

    .rendered_image > div:nth-child(1) {
        border-right: 2px solid white;
    }

    /* shajghor page ends */

    /* designer showcase page starts */

    #designer_content_area {
        justify-content: left;
    }
    
    /* designer showcase page ends */

    /* dashboard page starts */

    .dashboard_orders > div {
        max-width: 600px;
    }

    /* dashboard page ends */

    /* login page starts */

    #user_form {
        width: 400px;
    }

    /* login page ends */

    /* store page starts */

    #store_content_area {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
        justify-content: stretch;
        /* padding-right: 40px; */
    }

    .store_content {
        height: 350px;
    }

    .prc_prev {
        font-size: 16px;
    }

    .content_desc > p:first-child {
        font-size: 13px;
    }

    .st_item_price {
        font-size: 16px;
    }

    .st_item_prev_price {
        font-size: 14px;
    }

    .content_img_ovl_tag {
        /* min-width: 60px; */
    }
    
    .content_img_ovl_tag > p:nth-child(1) {
        font-size: 13px;
    }
    
    .content_img_ovl_tag > p:nth-child(2) {
        font-size: 11px;
    }

    .content_footer > button {
        font-size: 15px;
    }

    #disp_st_img {
        width: calc(100vw - 80px);
        max-width: 400px;
        height: calc(100vh - 200px);
    }

    .st_item_popup_view_close {
        display: block;
        top: -20px;
        right: -20px;

        position: absolute;
        width: 20px;
        height: 20px;
        background-color: transparent;
        cursor: pointer;
    }

    .product_btn_area {
        position: static;
        padding: 0px;
        width: 100%;
        background-color: transparent;
        box-shadow: 0px 0px 0px 0px gray;
    }

    #st_item_redir_store {
        display: none;
    }

    .st_item_popup_close_btn {
        display: none;
    }

    .st_item_size_popup_view_close {
        top: 5px;
        right: 0px;
    }
    
    .st_item_popup_view_close > i {
        /* top: 8px;
        left: -10px; */
    }

    /* store page ends */

    /* checkout page starts */

    .product_size_area {
        margin-right: 0px;
    }

    .product_flexible_space {
        padding: 0px 0px;
    }

    .checkout_space {
        /* gap: 100px; */
    }

    .product_details_area {
        /* max-width: 500px; */
    }
    
    .cart_items {
        max-width: 500px;
    }

    .del_details {
        width: 400px;
    }

    /* checkout page ends */

    /* #popup_mask {
        z-index: 102;
    } */
}