@import '../fonts/font.css';
/*-==============================-global-style-for-ol-browsers-==================================*/

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

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    outline: none!important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

input {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
}

button, a {
    cursor: pointer;
    text-decoration: none!important;
    border: 0;
    display: inline-block;
    padding: 0;
}

/* img {
    max-width: 100%;
    max-height: 100%;
} */

body {
    margin: 0;
    padding: 0;
}

.d-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.justify-content-start {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.justify-content-end {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.justify-content-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.justify-content-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.align-items-start {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.align-items-end {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.align-items-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex-no-wrap {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.container {
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}
/*-========================================-global-style-for-ol-browsers-end-========================================*/

@font-face {
    font-family: 'Cleopatra';
    src: url('../fonts/Cleopatra.woff2') format('woff2'),
    url('../fonts/Cleopatra.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cleopatra';
    src: url('../fonts/Cleopatra.woff2') format('woff2'),
    url('../fonts/Cleopatra.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.header_top {
    background: #000;
    padding: 10px 0;
}

.location_select a {
    color: #FFF;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.377px;
}

.header_top_nav ul {
    gap: 40px;
}

.header_top_nav ul li a {
    color: #FFF;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.377px;
}

.header_top_nav ul li select {
    color: #FFF;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.377px;
    border: unset;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: unset;
    cursor: pointer;
    padding-right: 15px;
}

.StyleSelectChildHeader {
    background-image: url("../img/arrow_up.svg");
    background-size: 11.5px;
    background-position: top 6px right;
    background-repeat: no-repeat;
}

.header_main {
    padding: 14px 0;
}

.header_search input {
    border: 1.4px solid #F6F6F6;
    background: #FFF;
    padding: 11px 12px;
    max-width: 536px;
    width: 100%;
    color: #A7A7A7;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.377px;
}

.header_search button {
    background: #000;
    padding: 11px 25px;
    color: #FFF;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.377px;
    gap: 10px;
}

.header_search {
    width: 100%;
    max-width: 536px;
}

.header_logo {
    width: 100%;
    max-width: 300px;
}

.user_panel_link a {
    height: 24px;
    display: flex;
}

.user_panel_link a svg {
    height: 100%;
}

.user_panel_link {
    border-left: 1px solid #F6F6F6;
    padding: 6px 18px;
}

.user_panel_total_title {
    color: #A7A7A7;
    font-family: Poppins;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px;
    letter-spacing: -0.346px;
}

.user_panel_total_price {
    color: #363535;
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 14px;
    letter-spacing: -0.409px;
}

.header_card {
    gap: 18px;
}

.card_count {
    width: 12px;
    height: 12px;
    background: #FF7800;
    color: #FFFFFF;
    border-radius: 10px;
    font-family: Poppins;
    font-size: 8px;
    font-style: normal;
    font-weight: 600;
    line-height: 8px;
    letter-spacing: -0.409px;
}

.header_ {
    position: relative;
}

.card_count {
    position: absolute;
    top: 0px;
    right: -5px;
}

.user_panel_link:last-child {
    padding-right: 0;
}

.header_nav_dropdown_icon span {
    width: 20px;
    height: 2px;
    background-color: #000000;
    display: block;
}

.header_nav_dropdown_icon {
    gap: 4px;
    width: 35px;
    height: 35px;
    padding: 4px;
    position: relative;
    z-index: 11111;
}

.header_nav_dropdown_icon span:nth-child( 2 ) {
    width: 14px;
}

.header_nav_list ul li a {
    color: #333939;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.377px;
}

.header_nav {
    gap: 50px;
}

.header_nav_list {
    width: 100%;
}

.home_page_slider_item {
    width: 100%;
    height: 450px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 70px;
}

.home_page_slider_item_title {
    color: #FFF;
    font-family: Poppins;
    font-size: 44px;
    font-style: normal;
    font-weight: 500;
    line-height: 60px;
    letter-spacing: -0.3px;
    max-width: 520px;
    width: 100%;
}

.home_page_slider_item_button a {
    color: #FFF;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.44px;
    text-transform: uppercase;
    border: 1.4px solid #FFF;
    padding: 12px 25px;
}

.header_slider_home_page {
    margin-top: 25px;
}

.home_page_slider_item_button {
    padding-top: 30px;
}

.best_collection_item_image {
    width: 292px;
    height: 342px;
    overflow: hidden;
}

.best_collection_image_main {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
    padding: 15px;
}

.best_collection_item_main:hover .best_collection_image_main {
    transform: scale(1.2) rotate(5deg);
}

.best_collection_image_main_line {
    width: 100%;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.30);
}

.best_collection_item_title {
    color: #272727;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.355px;
    padding: 20px 0 12px;
}

.best_collection_item_price {
    color: #1D1C1C;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.164px;
    gap: 10px;
}

.best_collection_title {
    color: #272727;
    font-family: Poppins;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.943px;
    padding: 70px 0 60px;
}

.slider_arrows_collection_left {
    border: 2.182px solid #979797;
    width: 32px;
    height: 32px;
    cursor: pointer;
}

.slider_arrows_collection_right {
    width: 32px;
    height: 32px;
    border: 2.182px solid #FF7800;
    cursor: pointer;
}

.slider_arrows_collection {
    gap: 15px;
}

.banner_main_item {
    background: #F8F8F8;
    width: 100%;
}

.banner_main_item_info {
    padding: 28px 30px;
}

.banner_main_item_title {
    color: #272727;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.629px;
}

.banner_main_item_description {
    color: #3A3A3A;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.187px;
    padding-top: 2px;
    max-width: 250px;
    width: 100%;
}

.banner_main_item_link a {
    gap: 15px;
    color: #146E53;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.377px;
    text-transform: uppercase;
}

.banner_main_item_link {
    margin-top: 25px;
}

.banner_main {
    gap: 18px;
    margin-top: 100px;
}

.top_le_title {
    color: #272727;
    font-family: Poppins;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.943px;
}

.top_le {
    margin-top: 120px;
    margin-bottom: 90px;
}

.top_le_slider_item {
    border-left: 1px solid #F8F8F8;
    padding: 15px;
    max-width: 248px;
    width: 100%;
    transition: all 0.3s;
}

.top_le_slider_item_title {
    color: #272727;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.355px;
    margin-top: 11px;
}

.top_le_slider_item_price {
    color: #1D1C1C;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.164px;
    margin-top: 12px;
}

.top_le_slider_item_button button {
    color: #000;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.44px;
    text-transform: uppercase;
    gap: 4px;
    background: unset;
    padding: 10px 0;
}

.top_le_slider_item_button {
    margin-top: 18px;
}

.top_le_slider_item_image {
    max-width: 218px;
    width: 100%;
    height: 227px;
    background-color: #F8F8F8;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.top_le_slider_item:last-child {
    border-right: 1px solid #F8F8F8;
}

.top_le_slider {
    border: 1px solid #F8F8F8;
}

.top_le_slider_item:hover {
    box-shadow: 2px 4px 10px 0px rgba(99, 99, 99, 0.11);
}

.top_le_slider_item:hover .top_le_slider_item_button button {
    background: #000;
    color: #FFF;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.44px;
    text-transform: uppercase;
    width: 100%;
    padding: 10px 0;
}

.top_le_slider_item:hover .top_le_slider_item_button button svg {
    filter: brightness(0) saturate(100%) invert(98%) sepia(2%) saturate(707%) hue-rotate(231deg) brightness(119%) contrast(100%);
}

.top_le_slider {
    margin-top: 20px;
}

.special_info_item {
    padding: 50px 43px;
    background: #F8F8F8;
    max-width: 397px;
    width: 100%;
}

.special_info_item_title a {
    color: var(--secondary-dark, #1A1A1A);
    text-align: center;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1px;
    margin-top: 12px;
    text-align: center;
}

.special_info_item_price {
    color: var(--secondary-dark, #1A1A1A);
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1px;
    margin-top: 4px;
    text-align: center;
}

.special_info_item_button button {
    border: 1px solid var(--secondary-dark, #1A1A1A);
    padding: 10px 48px;
    color: var(--secondary-dark, #1A1A1A);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background: unset;
    transition: all 0.3s;
}

.special_info_item_image {
    width: 100%;
    height: 270px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.special_info_item_button {
    margin-top: 12px;
    display: flex;
    justify-content: center;
}

.special_info_item_button button:hover {
    background: #000;
    color: #FFF;
}

.special_title {
    color: var(--secondary-grey-10, #E5E5E5);
    font-family: Cleopatra;
    font-size: 110px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 5.5px;
    text-align: center;
    text-transform: uppercase;
}

.special_info_right {
    width: 613px;
    height: 720px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.special_info {
    gap: 50px;
    padding: 85px 0 200px;
}

.special_info_right::after {
    content: '';
    position: absolute;
    width: 550px;
    height: 775px;
    border: 2px solid #929292;
    top: -30px;
    left: -400px;
    z-index: -1;
}

.special_title_description {
    color: var(--secondary-dark, #1A1A1A);
    font-family: Cleopatra;
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 2.1px;
    margin-top: -55px;
}

.container_right {
    margin-left: calc( ( 100% - 1240px ) /2 );
}

.buy_handmade_jewelry_main {
    background-color: #000;
    padding-top: 140px;
    padding-bottom: 148px;
    position: relative;
    z-index: 1;
}

.buy_handmade_jewelry_title {
    color: #FFF;
    font-family: Poppins;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 56px;
    letter-spacing: -0.813px;
    margin-top: -12px;
}

.buy_handmade_jewelry_slider_count {
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.274px;
    margin-top: 24px;
}

.buy_handmade_jewelry_left {
    max-width: 282px;
    width: 100%;
}

.buy_handmade_jewelry_right_slider_item {
    padding: 34px;
    background: #FFF;
    box-shadow: 0px 0px 20px 3px rgba(132, 132, 132, 0.08);
}

.buy_handmade_jewelry_right_slider_item_title {
    color: #272727;
    text-align: center;
    font-family: Poppins;
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: -0.332px;
    margin-top: 30px;
}

.buy_handmade_jewelry_right_slider_item_price {
    color: #A7A7A7;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.184px;
    text-align: center;
    margin-top: 18px;
}

.buy_handmade_jewelry_right_slider_item_image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 184px;
}

.buy_handmade_jewelry {
    gap: 47px;
}

.buy_handmade_jewelry_right_slider_item_image_like {
    background: unset;
    width: 24px;
    height: 24px;
}

.buy_handmade_jewelry_right_slider {
    width: 100%;
}

.buy_handmade_jewelry_main:after {
    content: '';
    background: #F3F4F6;
    width: 100%;
    height: 290px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.discount {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
}

.discount_title {
    color: #FFF;
    font-family: Cleopatra;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 83px;
    letter-spacing: -0.813px;
    max-width: 540px;
    width: 100%;
}

.discount_link a {
    color: #FFF;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.184px;
    gap: 40px;
}

.discount_main {
    height: 65vh;
}

.discount_link {
    margin-top: 40px;
}

footer {
    background: #020202;
    padding: 50px 0;
}

.footer_info_title {
    color: #FFF;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -0.221px;
    margin-bottom: 4px;
}

.footer_info_description {
    color: #FFF;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -0.16px;
}

.footer_logo_and_info {
    max-width: 200px;
    width: 100%;
}

.footer_nav_title {
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -0.253px;
    margin-bottom: 22px;
}

.footer_nav_item ul li a {
    color: #FFF;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.377px;
}

.footer_nav {
    gap: 100px;
}

.footer_fallow_header_title {
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -0.253px;
}

.footer_fallow_header_icon ul {
    gap: 28px;
}

.footer_fallow_main_title {
    color: #FFF;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -0.221px;
    margin-top: 20px;
}

.footer_fallow_main_description {
    color: #FFF;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.16px;
    margin-top: 4px;
}

.footer_fallow_main_input_and_button input {
    background: #FFF;
    color: #202020;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.377px;
    padding: 10px 100px 10px 10px;
    border: 0;
    display: block;
}

.footer_fallow_main_input_and_button {
    position: relative;
    margin-top: 18px;
}

.footer_fallow_main_input_and_button button {
    border: 1px solid #F8F8F8;
    background: #000;
    color: #FFF;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.377px;
    padding: 11px 20px;
    display: block;
}

.footer_fallow_header {
    padding-bottom: 20px;
    border-bottom: 1px solid #FFF;
}

.footer {
    gap: 20px;
}

.footer_info {
    margin-top: 35px;
}

.footer_logo {
    margin-top: -10px;
}

.footer_nav_item ul {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.header_slider_home_page {
    position: relative;
}

.home_page_slider_arrow {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 1111;
    gap: 10px;
}

.discount_and_promotion {
    background: #000000;
}

.discount_and_promotion_title {
    color: #FFF;
    font-family: Inter;
    font-size: 31.613px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.994px;
}

.discount_and_promotion_description {
    color: #FFF;
    font-family: Inter;
    font-size: 18.065px;
    font-style: normal;
    font-weight: 400;
    line-height: 29.355px;
    letter-spacing: -0.241px;
    padding-top: 24px;
}

.discount_and_promotion_left {
    width: 100%;
    padding: 50px 0 50px 100px;
}

.discount_and_promotion_link a {
    color: #FF7800;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.377px;
    text-transform: uppercase;
    gap: 12px;
}

.discount_and_promotion_link {
    margin-top: 30px;
}

.discount_and_promotion_image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.discount_and_promotion_right {
    width: 100%;
}

.discount_and_promotion {
    margin-top: 35px;
}

.pagination ul li a {
    color: #C3C3C3;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.377px;
}

.pagination ul li {
    color: #C3C3C3;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.377px;
}

.pagination ul {
    gap: 0px;
}

.pagination {
    margin-top: 30px;
}

.ring_title {
    color: #272727;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 23px;
    letter-spacing: -0.4px;
}

.ring {
    margin-top: 18px;
}

.ring_main {
    margin-top: 30px;
}

.ring_main_tag_list_item a {
    background: #F2F3F5;
    color: #3B3B3B;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.503px;
    padding: 10px 35px;
    transition: all 0.3s;
}

.ring_main_tag_list_item a:hover {
    background: #000;
    color: #FFF;
}

.ring_main_tag_list {
    gap: 15px;
}

.ring_main_tag {
    margin-bottom: 40px;
}

.star {
    background-image: url(../img/starr.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 14px;
    height: 14px;
    margin-left: 6px;
}

.ring_main_info_left_list_item_description_checkbox input {
    display: none;
}

.ring_main_info_left_list_item_description_checkbox span {
    width: 16px;
    height: 16px;
    border: 1px solid #F2F2F2;
    display: flex;
    margin-right: 12px;
    position: relative;
}

.ring_main_info_left_list_item_description_checkbox label {
    color: #3B3B3B;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.471px;
    cursor: pointer;
}

.ring_main_info_left_list_item_description_checkbox {
    margin-bottom: 18px;
}

.ring_main_info_left_list_item_description_checkbox:last-child {
    margin: 0;
}

.ring_main_info_left_list_item_title_text {
    color: #000;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: -0.267px;
}

.ring_main_info_left {
    border: 1px solid #E9E9E9;
    border-top: 0;
    max-width: 249px;
    width: 100%;
}

.ring_main_info_left_list_item_title {
    padding: 14px 20px;
    border-top: 1px solid #E9E9E9;
    cursor: pointer;
}

.ring_main_info_left_list_item_description {
    visibility: hidden;
    opacity: 0;
    height: 0;
    transition: all 0.3s;
}

.d-none {
    display: none;
}

.ring_main_info_left_list_item_description_checkbox label input:checked ~ span::after {
    content: '\2713';
    position: absolute;
    width: 16px;
    height: 16px;
    background-color: #000000;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    font-size: 10px;
}

.ring_main_info_left_list_item_description_checkbox label input:checked ~ p {
    color: #000;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.471px;
}

.ring_main_info_left_button a {
    border-radius: 4px;
    background: #EB4C4C;
    padding: 12px 37px;
    width: 100%;
    color: #FFF;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.44px;
    text-transform: uppercase;
    transition: all 0.3s;
    text-align: center;
}

.ring_main_info_left_button {
    padding: 25px 20px;
    border-top: 1px solid #E9E9E9;
}

.ring_main_info_left_list_item.active .ring_main_info_left_list_item_description {
    padding: 25px 20px;
    visibility: visible;
    opacity: 1;
    height: auto;
    border-top: 1px solid #E9E9E9;
}

.ring_main_info_left_list_item_icon {
    transform: rotate( 180deg);
    transition: all 0.3s;
}

.ring_main_info_left_list_item.active .ring_main_info_left_list_item_icon {
    transform: rotate( 360deg);
}

.ring_main_info_left_button button:hover {
    background: #da5151;
}

.range-slider {
    height: 5px;
    position: relative;
    background-color: #D8D8D8;
    border-radius: 2px;
}

.range-selected {
    height: 100%;
    left: 30%;
    right: 30%;
    position: absolute;
    border-radius: 5px;
    background-color: #000000;
}

.range-input {
    position: relative;
}

.range-input input {
    position: absolute;
    width: 100%;
    height: 5px;
    top: -7px;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.range-input input::-webkit-slider-thumb {
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background-color: #000000;
    pointer-events: auto;
    -webkit-appearance: none;
}

.range-input input::-moz-range-thumb {
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background-color: #000000;
    pointer-events: auto;
    -moz-appearance: none;
}

.range-price {
    width: 100%;
}

.range-price label {
    margin-right: 5px;
}

.range-price input {
    width: 40px;
    padding: 5px;
}

.range-price input:first-of-type {
    margin-right: 15px;
}

.ring_main_info_right_header_select {
    background: #F2F3F5;
    padding: 10px 14px;
    gap: 5px;
    max-width: fit-content;
    width: 100%;
}

.ring_main_info_right_header_select_title {
    color: #9797A3;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.06px;
}

.ring_main_info_right_header_select_input {
    color: #3B3B3B;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.06px;
    gap: 10px;
    pointer-events: none;
}

.ring_main_info_right_header {
    border-bottom: 1px solid #E9E9E9;
    padding: 8px 22px;
}

.ring_main_info_right {
    border: 1px solid #E9E9E9;
    width: 100%;
    border-left: 0;
}

.category_item_style {
    gap: 15px;
}

.category_item_style_list {
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.category_item_style_list svg {
    width: 18px;
    height: 18px;
}

.category_item_style_grid {
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.category_item_style_grid svg {
    width: 18px;
    height: 18px;
}

.star_ {
    background-image: url(../img/star_.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 14px;
    height: 14px;
    margin-left: 6px;
}

.star_no {
    background-image: url(../img/star_no.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 14px;
    height: 14px;
    margin-left: 6px;
}

.ring_main_info_right_body_item_star_icon {
    gap: 5px;
}

.ring_main_info_right_body_item_star_number {
    color: #212122;
    font-family: Inter;
    font-size: 13.333px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.338px;
}

.ring_main_info_right_body_item_star {
    gap: 12px;
    margin-top: 10px;
}

.ring_main_info_right_body_item_title {
    color: #272727;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: -0.38px;
    margin-top: 25px;
    min-height: 45px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ring_main_info_right_body_item {
    max-width: 233px;
    width: 100%;
    padding: 15px;
    transition: all 0.3s;
}

.ring_main_info_right_body_item_price {
    color: #303030;
    font-family: Montserrat;
    font-size: 20.364px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.208px;
    margin-top: 15px;
    max-width: 160px;
    width: 100%;
}

.ring_main_info_right_body_item_image {
    max-width: 233px;
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
}

.ring_main_info_right_body_item_price span {
    color: #A7A7A7;
    font-family: Inter;
    font-size: 15.273px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.156px;
    text-decoration: line-through;
}

.ring_main_info_right_body_item:hover {
    background: #FFF;
    box-shadow: 2px 4px 10px 0px rgba(99, 99, 99, 0.11);
}

.ring_main_info_right_body {
    padding: 5px;
}

.ring_main_info_right_body_item_button_add_to_card button {
    color: #FFF;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.44px;
    text-transform: uppercase;
    padding: 11px 31px;
    background: #000000;
}

.ring_main_info_right_body_item_button_like button {
    width: 40px;
    height: 40px;
    background: #F2F2F2;
}

.ring_main_info_right_body_item_button_like a {
    width: 40px;
    height: 40px;
    background: #F2F2F2;
    display: block;
}

.ring_main_info_right_body_item_button {
    margin-top: 14px;
}

.ring_main_info {
    margin-bottom: 37.2px;
}

.detail_info_left_slider_mini_item {
    width: 70px !important;
    height: 70px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #E9E9E9;
}

.detail_info_left_slider_mini {
    height: 512px;
}

.detail_info {
    border: 1px solid #E9E9E9;
    margin-top: 26px;
}

.detail_info_left {
    padding: 16px;
    width: 100%;
}

.detail_info_left_slider_item {
    height: 480px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.detail_info_right {
    width: 100%;
}

.detail_info_left_slider_wrapper {
    width: 480px;
    height: 480px;
}

.detail_info_left_slider_mini_item.swiper-slide-thumb-active {
    border: 2px solid #000;
}

.detail_info_right_header_code {
    color: #4C4D4D;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.44px;
}

.detail_info_right_header_star {
    color: #333939;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.44px;
    gap: 5px;
    cursor: pointer;
}

.detail_info_right_send span {
    color: #333939;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.44px;
    gap: 5px;
    cursor: pointer;
}

.detail_info_right_header_right .detail_info_right_header_favorite button {
    color: #333939;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.44px;
    gap: 5px;
    background: unset;
}

.detail_info_right_header_favorite a {
    color: #333939;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.44px;
    gap: 5px;
    background: unset;
}

.detail_info_right_header_right {
    gap: 40px;
}

.detail_info_right {
    border-left: 1px solid #E9E9E9;
}

.detail_info_right_header {
    padding: 17px 28px;
    border-bottom: 1px solid #E9E9E9;
}

.detail_info_right_main_title {
    color: #272727;
    font-family: Inter;
    font-size: 34px;
    font-style: normal;
    font-weight: 600;
    line-height: 37px;
    letter-spacing: -0.861px;
}

.detail_info_right_main {
    padding: 30px 28px;
}

.detail_info_right_main_teg {
    color: #1A1A1A;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.44px;
    margin-top: 10px;
}

.detail_info_right_main_description {
    color: #2D2C2C;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.187px;
    margin-top: 10px;
}

.show_more {
    color: #000;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.187px;
    text-decoration-line: underline;
    cursor: pointer;
}

.detail_info_right_main_select select {
    background-color: #F2F3F5;
    color: #1A1A1A;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.44px;
    padding: 14px 12px;
    width: 100%;
    border: unset;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url(../img/select.svg);
    background-size: 18px 11px;
    background-position: right 20px top 18px;
    background-repeat: no-repeat;
    cursor: pointer;
    margin-top: 10px;
}

.detail_info_right_main_select_title {
    color: #1A1A1A;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.44px;
}

.detail_info_right_main_select {
    margin-top: 20px;
}

.detail_info_right_main_price_and_button {
    background: #F2F3F5;
    padding: 11px 28px;
}

.detail_info_right_main_price_and_button_price_this {
    color: #303030;
    font-family: Montserrat;
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.225px;
}

.detail_info_right_main_price_and_button_price_old {
    color: #A7A7A7;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.164px;
    text-decoration: line-through;
}

.detail_info_right_main_price_and_button_shiping {
    color: #000;
    font-family: Inter;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.346px;
    margin-top: 12px;
}

.detail_info_right_main_price_and_button_right button {
    color: #FFF;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.44px;
    text-transform: uppercase;
    padding: 14px 37px;
    background: #000;
}

.detail_info_right_main_price_and_button_right a {
    color: #FFF;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.44px;
    text-transform: uppercase;
    padding: 14px 37px;
    background: #000;
}

.detail_info_right_main_price_and_button_price {
    gap: 15px;
}

.detail_info_right_main_price_and_button {
    margin-top: 21px;
    gap: 20px;
}

.way_to_get_an_order_title {
    color: #1A1A1A;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.44px;
    margin-top: 20px;
}

.way_to_get_an_order_description_text {
    color: #1A1A1A;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.409px;
    margin-top: 10px;
}

.way_to_get_an_order_description_text span {
    color: #FF7800;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.409px;
}

.detail_tab_header_item {
    color: #272727;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.44px;
    text-transform: uppercase;
    padding: 12px 32px;
    cursor: pointer;
}

.detail_tab_header_item.active {
    color: #FFF;
    background: #000;
}

.detail_tab_header {
    gap: 10px;
    background: #F2F3F5;
    padding: 10px 24px;
    width: fit-content;
}

.detail_tab {
    margin-top: 92px;
}

.detail_tab_body_info_item_title {
    color: #272727;
    text-align: right;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 23px;
    letter-spacing: -0.25px;
}

.detail_tab_body_info_item_description {
    color: #848484;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: -0.25px;
}

.detail_tab_body_info ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 24px;
}

.detail_tab_body_info ul li:nth-child(odd) {
    background: #F2F3F5;
}

.detail_tab_body {
    margin-top: 50px;
}

.detail_banner {
    height: 194px;
    background: #F2F3F5;
    gap: 125px;
    margin-top: 45px;
}

.detail_banner_item_title {
    color: #272727;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.057px;
    margin-top: 18px;
}

.similar_product_title {
    color: #272727;
    font-family: Inter;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.943px;
}

.similar_product {
    margin-top: 80px;
    margin-bottom: 162px;
}

.similar_product_slider {
    margin-top: 32px;
}

.similar_product_slider_item {
    max-width: 248px;
    border: 1px solid #F8F8F8;
    border-right: 0;
    padding: 22px;
    transition: all 0.3s;
}

.similar_product_slider_item_like {
    cursor: pointer;
    display: block;
}

.similar_product_slider_item_reting {
    color: #212122;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.38px;
}

.similar_product_slider_item_title {
    color: #272727;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.355px;
    margin-top: 10px;
    min-height: 40px;
}

.similar_product_slider_item_price {
    color: #1D1C1C;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.164px;
    margin-top: 14px;
    gap: 10px;
    flex-wrap: wrap;
}

.similar_product_slider_item_button button {
    color: #000;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.44px;
    text-transform: uppercase;
    gap: 4px;
    background: unset;
    padding: 10px 0;
    width: 100%;
    margin-top: 30px;
}

.similar_product_slider_item_image {
    height: 212px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.similar_product_slider_item:hover {
    box-shadow: 2px 4px 10px 0px rgba(99, 99, 99, 0.11);
}

.similar_product_slider_item:hover .similar_product_slider_item_button button {
    background: #000;
    color: #FFF;
    text-align: center;
    padding: 10px 4px;
}

.similar_product_slider_item:hover .similar_product_slider_item_button button svg {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(244deg) brightness(102%) contrast(102%);
}

.similar_product_slider {
    border-right: 1px solid #F8F8F8;
}

.similar_product_slider_item_price_old {
    color: #A7A7A7;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.123px;
    text-decoration: line-through;
}

.similar_product_slider_item_price_sale {
    background: #FF4E4E;
    color: #FFFFFF;
    padding: 5px 3px;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.123px;
    height: fit-content;
}

.similar_product_arrow_left:hover svg {
    filter: brightness(0) saturate(100%) invert(54%) sepia(24%) saturate(5666%) hue-rotate(359deg) brightness(100%) contrast(108%);
}

.similar_product_arrow_right {
    transform: rotate(180deg);
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.similar_product_arrow_left {
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.similar_product_arrow_right:hover svg {
    filter: brightness(0) saturate(100%) invert(54%) sepia(24%) saturate(5666%) hue-rotate(359deg) brightness(100%) contrast(108%);
}

.similar_product_arrow {
    gap: 10px;
}

.detail_tab_body_info {
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    height: 0;
}

.detail_tab_body_info.active {
    visibility: visible;
    opacity: 1;
    overflow: auto;
    height: auto;
}

.detail_tab_body_info_description {
    color: #272727;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: -0.25px;
    background: #F2F3F5;
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    height: 0;
}

.detail_tab_body_info_description_title {
    color: #272727;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 23px;
    letter-spacing: -0.25px;
}

.detail_tab_body_info_description_text {
    margin-top: 28px;
}

.detail_tab_body_info_description.active {
    visibility: visible;
    opacity: 1;
    overflow: auto;
    height: auto;
    padding: 20px 22px;
}

.cart_title {
    color: #272727;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 23px;
    letter-spacing: -0.4px;
    margin-bottom: 30px;
    max-width: 778px;
    width: 100%;
}

.cart_title a {
    color: #FF2A2A;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: -0.233px;
    background: unset;
}

.cart {
    margin-top: 146px;
    margin-bottom: 130px;
}

.cart_body_product_item {
    border-bottom: 1px solid #E9E9E9;
    padding: 14px 16px;
}

.cart_body_product_item_image {
    width: 64.862px;
    height: 69.145px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #F8F8F8;
    min-width: 64px;
}

.cart_body_product_item_info_title a {
    color: #1A1A1A;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.566px;
}

.cart_body_product_item_info_price {
    color: #000;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 14.857px;
    letter-spacing: 0.184px;
}

.cart_body_product_item_info_old_price {
    color: #A7A7A7;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 10.805px;
    letter-spacing: 0.143px;
    text-decoration: line-through;
}

.cart_body_product_item_info_price_and_old_price {
    gap: 18px;
    margin-top: 11px;
}

.cart_body_product_item_info {
    margin-left: 10px;
    max-width: 214px;
    width: 100%;
}

.cart_body_product_item_count button {
    width: 40px;
    height: 40px;
    background: #FAFAFA;
    color: #000;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 14.857px;
    letter-spacing: 0.184px;
}

.cart_body_product_item_count input {
    width: 40px;
    height: 40px;
    background: #FAFAFA;
    color: #000;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 14.857px;
    letter-spacing: 0.184px;
    border: unset;
    text-align: center;
}

.cart_body_product_item_image_price_total {
    color: #000;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 14.857px;
    letter-spacing: 0.184px;
}

.cart_body_product_item_image_remove_product button {
    cursor: pointer;
    background: unset;
    transition: all 0.3s;
}

.cart_body_product_item_image_remove_product button:hover svg {
    filter: brightness(0) saturate(100%) invert(54%) sepia(24%) saturate(5666%) hue-rotate(359deg) brightness(100%) contrast(108%);
}

.cart_count_price {
    gap: 20px;
}

.cart_body_product_item:last-child {
    border: unset;
}

.cart_body_product {
    border: 1px solid #E9E9E9;
    border-radius: 6px 0px 0px 6px;
    width: 100%;
}

.cart_body_order {
    background: #F8F8F8;
    max-width: 430px;
    width: 100%;
    padding: 34px 42px;
}

.cart_body_order_title {
    color: #272727;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 23px;
    letter-spacing: -0.3px;
}

.cart_body_order_total {
    background: #FFF;
    margin-top: 15px;
    padding: 34px 40px;
}

.cart_body_order_button button {
    background: #000;
    color: #FFF;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.44px;
    text-transform: uppercase;
    padding: 15px 0;
    width: 100%;
}

.cart_body_order_description {
    color: #C3C3C3;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: -0.377px;
    margin-top: 20px;
}

.cart_body_order_total_title {
    color: #75757B;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: -0.233px;
    width: fit-content;
    white-space: nowrap;
}

.cart_body_order_total ul li {
    margin-bottom: 10px;
}

.cart_body_order_total_info_title {
    color: #000;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: -0.233px;
    width: fit-content;
    white-space: nowrap;
}

.cart_body_order_total_info_price {
    color: #FF7800;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 14.857px;
    letter-spacing: 0.184px;
}

.cart_body_order_total_info {
    margin-bottom: 30px;
}

.cart_body_order_total_description_bleck {
    color: #0D0D0D;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: -0.217px;
    width: fit-content;
    white-space: nowrap;
}

.cart_body_order_total_description_red {
    color: #FF2A2A;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: -0.217px;
    width: fit-content;
    white-space: nowrap;
}

.cart_body_order_total_info_price {
    color: #FF7800;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 14.857px;
    letter-spacing: 0.184px;
    width: fit-content;
    white-space: nowrap;
}

.cart_body_order_total_line {
    border-bottom: 1px dotted #E9E9E9;
    width: 100%;
    margin: 0 10px;
}

.fill_in_the_detail_title {
    color: #000;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.308px;
    margin-bottom: 30px;
}

.fill_in_the_detail_send {
    padding-top: 30px;
    border-top: 1px solid #E8E8E8;
}

.check {
    margin-top: 64px;
    margin-bottom: 100px;
}

.fill_in_the_detail_send_input label {
    color: #333;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 20px;
    display: block;
}

.fill_in_the_detail_send_input label input {
    width: 100%;
    display: block;
    border: 0.955px solid #DFDFDF;
    height: 50px;
    margin-top: 10px;
    padding: 10px;
    color: #333;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.fill_in_the_detail_map {
    overflow: hidden;
    width: 100%;
    height: 335px;
}

.fill_in_the_detail_map iframe {
    width: 100%;
    height: 100%;
}

.fill_in_the_detail {
    width: 100%;
}

.check {
    gap: 64px;
}

.payment_detail {
    max-width: 403px;
    width: 100%;
}

.payment_detail_title {
    color: #000;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.308px;
    margin-bottom: 30px;
}

.payment_detail_send {
    border: 1px solid #DCDCDC;
    padding: 32px 22px;
}

.payment_detail_send_input label {
    display: block;
    width: 100%;
    color: #363A3E;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 18px;
}

.payment_detail_send_input label input {
    color: #363A3E;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border: 1.2px solid #DFDFDF;
    padding: 15px 18px;
    display: block;
    margin-top: 10px;
    width: 100%;
}

.payment_detail_send_radio_button_item label {
    color: #3B3B3B;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
}

.payment_detail_send_radio_button_item {
    margin-top: 20px;
}

.payment_detail_send_radio_button_item label input {
    display: none;
}

.payment_detail_send_radio_button_item label input:checked ~ span::after {
    content: '';
    width: 9px;
    height: 9px;
    background-color: #000000;
    position: absolute;
    top: 1px;
    left: 1px;
    border-radius: 10px;
}

.payment_detail_send_radio_button_item label span {
    width: 15px;
    height: 15px;
    display: block;
    border: 2px solid #000000;
    border-radius: 10px;
    position: relative;
}

.payment_detail_send_radio_button {
    gap: 50px;
}

.payment_detail_send_button label {
    color: #606060;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: -0.172px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.payment_detail_send_button label a {
    color: #007AFF;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: -0.172px;
}

.payment_detail_send_button label input {
    display: none;
}

.payment_detail_send_button label span {
    width: 18px;
    height: 18px;
    border: 1.4px solid #D7DBE4;
    display: block;
    position: relative;
    min-width: 18px;
}

.payment_detail_send_button label input:checked ~ span:after {
    content: '';
    width: 12px;
    height: 12px;
    position: absolute;
    left: 2px;
    top: 2px;
    background-color: #D7DBE4;
}

.payment_detail_send_button {
    margin-top: 24px;
}

.payment_detail_send_button_item button {
    color: #FFF;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.566px;
    text-transform: uppercase;
    padding: 17px 0;
    width: 100%;
    background: #000;
}

.payment_detail_send_button_item {
    margin-top: 30px;
}

.payment_detail_send_button_and_checkbox {
    border-top: 1px solid #E8E8E8;
    margin-top: 30px;
}

.layout_user {
    background: #FFF;
    box-shadow: 0px 2px 4px 0px rgba(93, 93, 93, 0.25);
    padding: 10px 0;
}

.user_login_modal {
    background: #FFF;
    box-shadow: 0px 2px 6px 0px rgba(97, 96, 96, 0.20);
    max-width: 408px;
    width: 100%;
    margin: 87px auto;
    padding: 60px 47px 35px;
}

.user_login_modal_title {
    color: #2F3031;
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.user_login_modal_description {
    color: #A3AEBD;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 10px;
}

.user_login_modal_input input {
    border: 1.4px solid rgba(195, 195, 195, 0.26);
    box-shadow: 0px 2px 6px 0px rgba(101, 101, 101, 0.09);
    color: #2F3031;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 15px;
    width: 100%;
}

.user_login_modal_input {
    position: relative;
    margin-top: 30px;
}

.user_login_modal_input span {
    position: absolute;
    top: 15px;
    left: 15px;
    color: #2F3031;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    transition: all 0.3s;
    display: block;
}

.user_login_modal_input input:focus ~ span ,
.user_login_modal_input input:valid ~ span {
    top: -10px;
    background: #FFF;
    padding: 4px;
}

.forgot_password a {
    color: #248CFF;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 18px;
    margin-bottom: 14px;
}

.submit_button button {
    background: #000;
    padding: 14px;
    width: 100%;
    color: #FFF;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.409px;
}

.modal_footer {
    color: #A3AEBD;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.modal_footer a {
    color: #000;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.margin_top {
    margin-top: 160px !important;
}

.modal_footer {
    margin-top: 40px;
}

.forgot_password .payment_detail_send_button label ,
.forgot_password .payment_detail_send_button label a {
    font-size: 12px;
}

.margin_top_button {
    margin-top: 20px;
}

.password_show ,
.password_show_none {
    position: absolute;
    top: 15px;
    right: 15px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
}

.password_show ,
.password_show_none.active {
    visibility: visible;
    opacity: 1;
}

.user_login_modal_input_show_button.active .password_show_none {
    visibility: visible;
    opacity: 1;
}

.user_login_modal_input_show_button.active .password_show {
    visibility: hidden;
    opacity: 0;
}

.profile_left {
    background: #F2F3F5;
    max-width: 310px;
    width: 100%;
}

.profile_user_info {
    padding: 20px 15px;
    border-bottom: 1px solid #E9E9E9;
}

.profile_user_info_image {
    width: 45px;
    height: 45px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.profile_user_info {
    gap: 10px;
}

.profile_user_info_name {
    color: #032124;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.271px;
}

.profile_user_info_email {
    color: #A6A7AE;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.233px;
}

.profile_user_info_name_and_email {
    gap: 4px;
}

.profile_item {
    padding: 12px 29px;
    gap: 14px;
    color: #272727;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.267px;
    transition: all 0.3s;
    cursor: pointer;
    border-right: 3px solid #F2F3F5;
}

.profile_item:hover {
    background: #FFF;
    color: #000;
    font-weight: 600;
    border-right: 3px solid #000;
}

.margin_top_menu {
    margin-top: 60px;
}

.profile_information_title {
    color: #272727;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.4px;
    padding: 30px;
    border-bottom: 1px solid #E9E9E9;
    min-height: 86px;
    width: 100%;
}

.profile {
    border: 1px solid #E9E9E9;
    margin-top: 51px;
    margin-bottom: 81px;
}

.profile_right {
    width: 100%;
}

.profile_item.active {
    background: #FFF;
    color: #000;
    font-weight: 600;
    border-right: 3px solid #000;
}

.profile_information_main {
    padding: 30px;
}

.profile_information_main_input_item input {
    padding: 15px 20px;
    border: 1.4px solid #E9E9E9;
    color: #424242;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 100%;
    display: block;
}

.profile_information_main_input_item input::placeholder {
    color: #C3C3C3;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.profile_information_main_input_item {
    max-width: 405px;
    width: 100%;
}

.profile_information_main_input {
    gap: 20px;
}

.profile_information_main_input_item button {
    background: #000;
    width: 100%;
    height: 50px;
    color: #FFF;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.566px;
}

.profile_information_image input {
    display: none;
}

.profile_information_image_upload {
    background-color: rgba(0, 0, 0, 0.30);
    width: 137px;
    height: 137px;
    color: #FFF;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    gap: 10px;
    margin-bottom: 30px;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    text-align: center;
}

.profile_information_image_upload::before {
    content: '';
    background-color: rgba( 0 , 0 , 0 , 0.4 );
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.profile_information_main_product_item_image {
    width: 140px;
    height: 140px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.profile_information_main_product_item_title a {
    color: #272727;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: -0.507px;
}

.profile_information_main_product_item_price {
    color: #303030;
    font-family: Montserrat;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.225px;
}

.profile_information_main_product_item_info {
    gap: 30px;
}

.profile_information_main_product_item_price span {
    color: #A7A7A7;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 10.805px;
    letter-spacing: 0.164px;
    text-decoration: line-through;
    margin-left: 30px;
}

.profile_information_main_product_item_title {
    max-width: 270px;
    width: 100%;
}

.profile_information_main_product_item_image_info {
    gap: 10px;
}

.profile_information_main_product_item_button button {
    background: #000;
    color: #FFF;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.44px;
    text-transform: uppercase;
    padding: 6px 42px;
    gap: 4px;
}

.profile_information_main_product_item_button_and_like {
    height: 100%;
    gap: 62px;
}

.profile_information_main_product_item_like {
    width: fit-content;
}

.profile_information_main_product_item {
    padding: 15px 20px;
    border-bottom: 1px solid #E8E8E8;
}

.profile_information_main_my_order_tab a {
    color: #000;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.192px;
    padding: 12px;
    border-bottom: 3px solid #fff;
    transition: all 0.3s;
}

.profile_information_main_my_order_tab {
    gap: 34px;
    padding-left: 15px;
    padding-top: 11px;
    border-bottom: 1px solid #E8E8E8;
}

.profile_information_main_my_order_tab a.active {
    border-bottom: 3px solid #000;
}

.profile_information_main_my_order_tab a:hover {
    border-bottom: 3px solid #000;
}

.profile_information_main_my_order_body_item_id {
    color: #A7A7A7;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.15px;
}

.profile_information_main_my_order_body_item_id span {
    color: #292929;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: -0.15px;
}

.profile_information_main_my_order_body_item_month {
    color: #A7A7A7;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.15px;
}

.profile_information_main_my_order_body_item_month span {
    color: #292929;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: -0.15px;
}

.profile_information_main_my_order_body_item {
    padding: 18px 11px;
    border-bottom: 1px solid #E8E8E8;
}

.profile_information_main_my_order_body {
    padding: 0 23.5px;
    transition: all 0.3s;
}

.status_order {
    width: 90px;
    height: 26px;
}

.status_order.completed {
    background: rgba(20, 166, 96, 0.23);
    color: #14A660;
    font-family: Inter;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.141px;
}

.status_order.rejected {
    background: rgba(227, 0, 0, 0.23);
    color: #E30000;
    font-family: Inter;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.141px;
}

.status_order.approved {
    background: rgba(249, 116, 16, 0.23);
    color: #F97410;
    font-family: Inter;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.141px;
}

.profile_information_main_my_order_body_item:last-child {
    border: unset;
}

.profile_information_main_my_order {
    position: relative;
}

.profile_information_main_my_order_body_total {
    position: absolute;
    top: 58px;
    right: -110%;
    width: 377px;
    height: 100%;
    padding: 30px 20px;
    background: #F6F9F9;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
    overflow-y: scroll;
    height: 91%;
    padding-top: 50px;
}

.profile_information_main_my_order_body_total.active {
    right: 0;
    visibility: visible;
    opacity: 1;
    top: 58px;
}

.profile_information_main_my_order_body_total_item {
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
    max-height: 0;
    overflow: hidden;
}

.profile_information_main_my_order_body_total_item_header_title {
    color: #272727;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.333px;
}

.profile_information_main_my_order_body_total_item_header_info {
    color: #000;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.233px;
}

.profile_information_main_my_order_body_total_item_header {
    margin-bottom: 20px;
}

.profile_information_main_my_order_body_total_item_body_info_image {
    width: 70px;
    height: 70px;
    min-width: 70px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #FFF;
}

.profile_information_main_my_order_body_total_item_body_info {
    gap: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #E8E8E8;
}

.profile_information_main_my_order_body_total_item_body_info_title {
    color: #272727;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.355px;
}

.profile_information_main_my_order_body_total_item_body_info_price {
    color: #000;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.143px;
    margin-top: 6px;
    margin-bottom: 10px;
}

.profile_information_main_my_order_body_total_item_body {
    gap: 18px;
}

.profile_information_main_my_order_body_total_item_list_title {
    color: #1C1C1C;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: -0.233px;
}

.profile_information_main_my_order_body_total_item_list_description {
    color: #0D0D0D;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: -0.217px;
}

.profile_information_main_my_order_body_total_item_list_description.active {
    color: #F97410;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 14.857px;
    letter-spacing: 0.133px;
}

.profile_information_main_my_order_body_total_item_footer {
    gap: 10px;
    background: #FFF;
    padding: 24px 20px;
    margin-top: 38px;
}

.profile_information_main_my_order_body_total_item_list.total_active .profile_information_main_my_order_body_total_item_list_description {
    color: #000;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 14.857px;
    letter-spacing: 0.184px;
}

.profile_information_main_my_order_body_total_item_list.total_active {
    margin-top: 30px;
}

.profile_information_main_my_order_body_total_item.active {
    visibility: visible;
    opacity: 1;
}

.mobile_nav_icon {
    display: none;
}

.mobile_search_input {
    display: none;
}

.slider_arrows_collection_left svg ,
.slider_arrows_collection_right svg {
    filter: brightness(0) saturate(100%) invert(63%) sepia(2%) saturate(20%) hue-rotate(348deg) brightness(95%) contrast(96%);
}

.slider_arrows_collection_left:hover svg ,
.slider_arrows_collection_right:hover svg {
    filter: brightness(0) saturate(100%) invert(52%) sepia(62%) saturate(3079%) hue-rotate(360deg) brightness(102%) contrast(104%);
}

.slider_arrows_collection_left ,
.slider_arrows_collection_right {
    border: 2.182px solid #979797;
    transition: all 0.3s;
}

.slider_arrows_collection_left:hover ,
.slider_arrows_collection_right:hover {
    border: 2.182px solid #FF7800;
    transition: all 0.3s;
}

.mobile_menu_main {
    position: fixed;
    top: 0;
    right: -120%;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    z-index: 111111;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
}

.mobile_menu_main {
    display: none;
}

.mobile_menu_main_close {
    padding: 10px;
    font-size: 27px;
    line-height: 20px;
    height: fit-content;
}

.mobile_menu_main_header .location_select a {
    color: #363535;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.377px;
}

.mobile_menu_main_header .location_select a svg {
    filter: brightness(0) saturate(100%) invert(16%) sepia(17%) saturate(26%) hue-rotate(8deg) brightness(103%) contrast(88%);
}

.mobile_menu_main {
    padding: 15px;
}

.mobile_menu_main_body .mobile_menu_main_body_user {
    padding: 10px 0;
}

.mobile_menu_main_body_nav ul li a {
    color: #333939;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.377px;
    padding: 10px;
    border-bottom: 1px solid #F6F6F6;
    width: 100%;
}

.mobile_menu_main_body_nav ul li {
    width: 100%;
}

.user_panel_link.leng_select select {
    padding: 5px 5px;
    border: unset;
    color: #333939;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.377px;
}

.mobile_menu_main_body_user .user_panel_link {
    padding: 6px 15px;
}

.mobile_menu_main_body_nav {
    height: 75vh;
    overflow-y: scroll;
}

.mobile_menu_main.active {
    visibility: visible;
    opacity: 1;
    right: 0;
}

.mobile_button {
    display: none;
}

.profile_information {
    height: 100%;
    min-height: 700px;
}

.profile_information_main_my_order {
    position: relative;
    min-height: 642px;
    overflow: hidden;
    position: relative;
}

.profile_information_main_my_order_body.active {
    width: calc( 100% - 365px );
}

.profile_information_main_my_order_body_total_close {
    padding: 10px;
    font-size: 27px;
    line-height: 20px;
    height: fit-content;
    position: absolute;
    right: 0;
    top: 5px;
}

.mobile_button_filter ,
.moblie_filter_close {
    display: none;
}

.range-price input {
    border: unset;
    color: #3D3D3D;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.123px;
    margin-bottom: 10px;
    min-width: 60px;
    text-align: center;
}

.dropdowun_category_body {
    position: absolute;
    background: #F3F7FA;
    padding: 16px;
    left: -48px;
    top: 37px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
}

.dropdowun_category {
    position: relative;
}

.dropdowun_category_body li a {
    color: #272727;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 33px;
    letter-spacing: -0.262px;
    width: 100%;
    min-width: 230px;
}

.dropdowun_category_body li a.active {
    color: #000;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 33px;
    letter-spacing: -0.262px;
}

.dropdowun_category_body.active {
    visibility: visible;
    opacity: 1;
}

.dropdowun_category_title {
    cursor: pointer;
}

.header_nav_dropdown {
    position: relative;
}

.menu_dropdowun {
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 1111;
    background: #FFF;
    padding: 20px 30px 20px 59px;
    min-width: 310px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
}

.menu_dropdowun.active {
    visibility: visible;
    opacity: 1;
}

.menu_dropdowun ul li a {
    color: #000;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 46px;
    letter-spacing: -0.267px;
    position: relative;
    width: 100%;
}

.menu_dropdowun ul li .menu_children {
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 1111;
    background: #FFF;
    padding: 20px 89px 20px 90px;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
    border-left: 1px solid #EBECED;
}

.children_this {
    color: #000;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600 !important;
    line-height: 46px;
    letter-spacing: -0.267px;
    position: relative;
    border-bottom: 1px solid #EBECED;
}

.children_this::before {
    content: '';
    position: absolute;
    right: 0;
    top: 15px;
    background-image: url("../img/menu_child.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 7px;
    height: 14px;
}

.menu_dropdowun ul li .menu_children.active {
    visibility: visible;
    opacity: 1;
}

.parent_children:hover .menu_children {
    visibility: visible;
    opacity: 1;
}

.sloy_for_menu {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.56);
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    z-index: 1111;
    transition: all 0.3s;
}

.sloy_for_menu.active {
    visibility: visible;
    opacity: 1;
}

.header_nav_dropdown_icon.active {
    width: 35px;
    height: 35px;
    background: #000;
}

.header_nav_dropdown_icon.active span {
    background-color: #ffffff;
    transition: all 0.3s;
}

.header_nav_dropdown_icon.active span:nth-child( 2 ) {
    visibility: hidden;
    opacity: 0;
}

.header_nav_dropdown_icon.active span:nth-child( 1 ) {
    transform: rotate(45deg);
    position: relative;
    top: 6px;
    left: 3px;
}

.header_nav_dropdown_icon.active span:nth-child( 3 ) {
    transform: rotate(-45deg);
    position: relative;
    top: -6px;
    left: 3px;
}

.mobile_footer_accartdion_item_title {
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.253px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.68);
}

.mobile_footer_accartdion_item_description .footer_logo {
    margin-top: unset;
}

.mobile_footer_accartdion_item_description {
    padding: 20px 0;
}

.mobile_footer_accartdion_item_description .footer_info {
    margin-top: unset;
}

.mobile_footer_accartdion_item_description {
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
    overflow: hidden;
    height: 0;
}

.mobile_footer_accartdion_item_description.active {
    visibility: visible;
    opacity: 1;
    height: auto;
}

.mobile_footer {
    display: none;
}

.mobile_footer_accartdion_item_title.active svg {
    transform: rotate(180deg);
}

.detail_info_right_main_description_text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.header_top_nav ul li select option {
    color: #0a0e14;
}

.header_top_nav ul li select {
    text-transform: uppercase;
}

.cart_body_product_item_right {
    gap: 20px;
}

.cart_body_product_item_info_title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.hidden{
    visibility: hidden;
}
.alert-box {
    position: fixed;
    right: 0;
    background-color: #02a602;
    font-size: 20px;
    top: 10px;
    padding: 15px 40px 15px 15px;
    color: #ffffff;
    min-width: 350px;
    z-index: 111111;
}

.alert-box .close-alert {
    font-size:20px;
    position: absolute;
    right:10px;
    top:15px;
    cursor: pointer;
    z-index: 11;
}

.alert-box.show::before {
    content: '';
    position: absolute;
    left:0;
    bottom:0;
    height: 4px;
    background-color:#0ed40e;
    width: 100%;
    box-sizing: border-box;
    z-index: 11;
    animation: hideMeter 2s linear;
}

@keyframes hideMeter {
    0%{
        width: 100%;
    }
    100%{
        width: 0%;
    }
}
.alert-box.show {
    animation: showAlert 1s ease forwards;
}

@keyframes showAlert {
    0%{
        transform: translateX(100%);
    }
    40%{
        transform: translateX(-15%);
    }
    80%{
        transform: translateX(0%);
    }
    100%{
        transform: translateX(-10px);
    }
}

.alert-box.hide {
    animation: hideAlert 1s ease forwards;
}

@keyframes hideAlert {
    0%{
        transform: translateX(-10px);
    }
    40%{
        transform: translateX(0%);
    }
    80%{
        transform: translateX(-15%);
    }
    100%{
        transform: translateX(100%);
    }
}

.alert-box.error {
    background-color: red;
}

.message_title {
    width: 100%;
    padding: 15px 30px;
    color: #FFFFFF;
    background: green;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.253px;
    margin-bottom: 10px;
}

.error_title {
    width: 100%;
    padding: 15px 30px;
    color: #FFFFFF;
    background: red;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.253px;
    margin-bottom: 10px;
}

/*.detail_info_right_header_favorite button.active {*/
/*    color: #FFFFFF;*/
/*    padding: 5px 10px;*/
/*    background: green;*/
/*}*/

.detail_info_right_header_favorite button svg:nth-child(1) {
    display: block;
}

.detail_info_right_header_favorite button svg:nth-child(2) {
    display: none;
}

.detail_info_right_header_favorite button.active svg:nth-child(1) {
    display: none;
    filter: brightness(0) saturate(100%) invert(0%) sepia(99%) saturate(3%) hue-rotate(178deg) brightness(101%) contrast(100%);
}

.detail_info_right_header_favorite button.active svg:nth-child(2) {
    display: block;
    filter: brightness(0) saturate(100%) invert(0%) sepia(99%) saturate(3%) hue-rotate(178deg) brightness(101%) contrast(100%);
}

.add_to_favorite {
    cursor: pointer;
}

.top_le_slider_item a {
    width: 100%;
}

.modal_product_add_to_cart {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgb(173 161 161 / 60%);
    backdrop-filter: blur(10px);
    z-index: 111111;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s;
}

.modal_product_setting {
    max-width: 470px;
    width: 100%;
    min-height: 70px;
    background: #FFFFFF;
    box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    display: inline-table;
    overflow: hidden;
}

.modal_product_add_to_cart.active {
    visibility: visible;
    opacity: 1;
}

.modal_product_setting_body_item span {
    width-min: 45px;
    height-min: 45px;
    border: 1.4px solid #D7DBE4;
    position: relative;
    min-width: 18px;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.44px;
    text-transform: uppercase;
    padding: 10px;
}

.modal_product_setting_body_item input:checked ~ span:after {
    content: '';
    width: 92%;
    height: 90%;
    position: absolute;
    left: 2px;
    top: 2px;
    background-color: #D7DBE4;
    z-index: -1;
}

.modal_product_setting_body_item input {
    display: none;
}

.modal_product_setting_body_item {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.modal_product_setting_body {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px;
}

.close_modal {
    color: #FFF;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.566px;
    background: none;
    cursor: pointer;
}

.modal_product_setting_body_footer {
    margin-top: 20px;
}

.modal_product_setting_header {
    color: #272727;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.355px;
}

.loader {
    border: 5px solid #f3f3f3;
    border-top: 5px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
}

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

.loader_main {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgb(173 161 161 / 20%);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s;
    z-index: 11111;
}

.loader_main.active {
    visibility: visible;
    opacity: 1;
}

.modal_button:disabled {
    cursor: no-drop;
}

.special_info_item_button a {
    border: 1px solid var(--secondary-dark, #1A1A1A);
    padding: 10px 48px;
    color: var(--secondary-dark, #1A1A1A);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background: unset;
    transition: all 0.3s;
}

.special_info_item_button a:hover {
    background: #000;
    color: #FFF;
}

.header_nav_list ul {
    gap: 10px;
}

.ring_main_info_right_body_item a {
    width: 100%;
}

.ring_main_info_right_body_item_button_add_to_card a {
    color: #FFF;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.44px;
    text-transform: uppercase;
    padding: 11px 31px;
    background: #000000;
}

.ring_main_tag_list_item a.active {
    background: #000;
    color: #FFF;
}

.range-price_item {
    color: #3D3D3D;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.123px;
}

.page_image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 60vh;
}

.payment_detail_send_input label textarea {
    color: #363A3E;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border: 1.2px solid #DFDFDF;
    padding: 15px 18px;
    display: block;
    margin-top: 10px;
    width: 100%;
}

.special_info_item a ,
.buy_handmade_jewelry_right_slider_item a {
    width: 100%;
}

.banner_main_item_description {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.banner_main_item_image {
    width: 200px;
    height: 200px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.pagination a {
    color: #A7A7A7;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: -0.15px;
}

.pagination li.active a {
    color: #292929;
    font-weight: 700;
}

.pagination li {
    padding: 10px;
}

.pagination_list {
    padding: 0 23.5px;
    margin-bottom: 37px;
}

.change_password_modal {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgb(173 161 161 / 60%);
    backdrop-filter: blur(10px);
    z-index: 111111;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s;
    padding: 10px;
}

.change_password_modal.active {
    visibility: visible;
    opacity: 1;
}

.change_password_modal_ {
    max-width: 470px;
    width: 100%;
    min-height: 70px;
    background: #FFFFFF;
    box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    display: inline-table;
    overflow: hidden;
}

.change_password_modal_title ,
.modal_product_setting_header {
    background: #000;
    padding: 10px;
    color: #FFF;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.566px;
}

.change_password_modal_title button {
    color: #FFF;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.566px;
    background: none;
}

.change_password_modal_body {
    padding: 10px;
}

.change_password_modal_body .profile_information_main_input_item input {
    padding: 15px 20px;
    border: 1.4px solid #E9E9E9;
    color: #424242;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 100%;
    display: block;
}

.change_password_modal_body .profile_information_main_input_item {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
}

.change_password_modal_footer button {
    background: #000;
    width: 100%;
    height: 50px;
    color: #FFF;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.change_password_modal_footer {
    padding: 0 10px 10px;
}

.return_message {
    background-color: #02a602;
    font-size: 20px;
    top: 10px;
    padding: 15px 40px 15px 15px;
    color: #ffffff;
    min-width: 350px;
    z-index: 111111;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s;
    display: none;
}

.return_message_error {
    background-color: red;
    font-size: 20px;
    top: 10px;
    padding: 15px 40px 15px 15px;
    color: #ffffff;
    min-width: 350px;
    z-index: 111111;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s;
    display: none;
}

.return_message.active ,
.return_message_error.active {
    visibility: visible;
    opacity: 1;
    display: block;
}

.detail_info_right_main_price_and_button_right {
    width: 100%;
    padding: 10px;
}

.detail_info_right_main_price_and_button_right button {
    width: 100%;
}

#map {
    width: 100%;
    height: 95%;
}

.add_to_favorite.active {
    background: #000000;
    color: #FFF;
}

.add_to_favorite.active svg {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(1803%) hue-rotate(314deg) brightness(105%) contrast(102%);
}

.detail_info_right_header_favorite button svg {
    width: 17px;
    height: 16px;
}

.detail_info_right_main_price_and_button_right {
    max-width: 250px;
}

.best_collection_item_title {
    min-height: 75px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.top_le_slider_item_title {
    min-height: 40px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.buy_handmade_jewelry_right_slider_item_title {
    min-height: 90px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ring_main_info_right_body_item_button_add_to_card button {
    font-size: 11px;
    padding: 10px 10px;
    min-height: 40px;
    width: 100%;
}

.ring_main_info_right_body_item_button_add_to_card {
    width: 100%;
}

.ring_main_info_right_body_item_button {
    margin-top: 14px;
    gap: 5px;
}

.detail_info_right_main_description_text.active {
    overflow: auto;
    display: block;
}

.detail_info_right_send span {
    position: relative;
}

.alert_send {
    width: fit-content;
    background: green;
    color: #FFFFFF;
    position: absolute;
    top: -120%;
    padding: 5px 10px;
    border-radius: 5px;
    white-space: nowrap;
    transition: all 0.4s;
    visibility: hidden;
    opacity: 0;
}

.alert_send::after {
    content: "";
    width: 10px;
    height: 10px;
    background: green;
    transform: rotate(45deg);
    position: absolute;
    bottom: -5px;
    left: 5px;
}

.alert_send.active {
    visibility: visible;
    opacity: 1;
}

.detail_info_left_slider_mini_item {
    cursor: pointer;
}

.payment_detail_send_button_item button:disabled {
    cursor: no-drop;
}

.follow_form_error {
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.566px;
    margin-top: 5px;
}

.ring_main_info_right_body_item_button_like a {
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ring_main_info_right_body_item_button_add_to_card a {
    font-size: 11px;
    padding: 11px 11px;
    min-height: 40px;
}

.ring_main_info_right_body_item_price {
    font-size: 17px;
    width: 100%;
    max-width: none;
}

.ring_main_info_right_body_item_price span {
    font-size: 12px;
}

.detail_info_right_main_price_and_button .detail_info_right_main_price_and_button_right {
    max-width: 275px;
}

.languageChange * {
    padding: 5px;
}

.profile_information_main_my_order_body_item ,
.profile_information_main_my_order_body_total_close {
    cursor: pointer;
}

.StyleSelect {
    display: none;
}

.StyleSelectChildBody {
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s;
    position: absolute;
    top: -120%;
    left: -50%;
    background: #FFFFFF;
    border-radius: 0 0 5px 5px;
    z-index: 11111;
    min-width: 100px;
    box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.1);
}

.StyleSelectChildBody.active {
    visibility: visible;
    opacity: 1;
    top: 150%;
}

.StyleSelectChild {
    position: relative;
    text-transform: capitalize;
}

.StyleSelectChildHeader {
    color: #FFF;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.377px;
    padding-right: 20px;
    cursor: pointer;
}

.StyleSelectChildBody ul li {
    padding: 5px 10px;
    cursor: pointer;
    text-align: center;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.377px;
    cursor: pointer;
}

.StyleSelectChildBody ul li:hover {
    background: #E9E9E9;
}

.StyleSelectChildBody ul li.active {
    background: #E9E9E9;
}

.mobile_search_input .header_search {
    display: flex;
}

.openDropShare {
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s;
    position: absolute;
    top: -120%;
    background: #FFFFFF;
    border-radius: 0 0 5px 5px;
    z-index: 11111;
    min-width: 100px;
    box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.1);
}

.openDropShare.active {
    visibility: visible;
    opacity: 1;
    top: 150%;
}

.detail_info_right_send {
    position: relative;
}

.openDropShare ul li {
    color: #333939;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.44px;
    gap: 5px;
    cursor: pointer;
    padding: 5px 10px;
    white-space: nowrap;
}

.openDropShare ul li a {
    color: #333939;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.44px;
    gap: 5px;
    cursor: pointer;
}

.mobile_menu_main_body_nav ul li:last-child a {
    border: none;
}

.mobile_menu_main_body_nav hr {
    border: 1px solid #F6F6F6;
}

.fill_in_the_detail img {
    width: 100% !important;
}

.detail_info_left_slider_mini_wrapper {
    padding: 12px;
}

.result_filter_and_search {
    padding: 20px;
}

.ring_main_info_right_body_item_button_add_to_card a {
    text-align: center;
    line-height: 18px;
}

.top_le_slider_item_button a {
    color: #000;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.44px;
    text-transform: uppercase;
    gap: 4px;
    background: unset;
    padding: 10px 0;
    display: flex;
    align-items: center;
}

.top_le_slider_item:hover .top_le_slider_item_button a {
    background: #000;
    color: #FFF;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.44px;
    text-transform: uppercase;
    width: 100%;
    padding: 10px 10px;
}

.top_le_slider_item:hover .top_le_slider_item_button a svg {
    filter: brightness(0) saturate(100%) invert(98%) sepia(2%) saturate(707%) hue-rotate(231deg) brightness(119%) contrast(100%);
}
