
@charset "utf-8";

@font-face {
    font-family: "la barethelly signature";
    src: url("../fonts/Barethelly Signature.ttf") format("opentype");
    font-display: swap;
}
@font-face { 
    font-family: 'Birthstone'; 
    src: url("../fonts/Birthstone-Regular.ttf"); 
    font-weight: normal; 
    font-display: swap;
}
@font-face {
    font-family: "averta std cy";
    src: url("../fonts/Intelligent Design - AvertaStdCY-Black_1.otf") format("opentype"),
        url("../fonts/Intelligent Design - AvertaStdCY-BlackItalic_1.otf") format("opentype");
    font-weight: 700;
    font-display: swap;
}
@font-face {
    font-family: "averta std cy";
    src: url("../fonts/Intelligent Design - AvertaStdCY-Semibold_1.otf") format("opentype"),
        url("../fonts/Intelligent Design - AvertaStdCY-SemiboldItalic_1.otf") format("opentype");
    font-weight: 600;
    font-display: swap;
}
@font-face {
    font-family: "averta std cy";
    src: url("../fonts/Intelligent Design - AvertaStdCY-Regular_3.otf") format("opentype"),
        url("../fonts/Intelligent Design - AvertaStdCY-RegularItalic_1.otf") format("opentype");
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: "averta std cy";
    src: url("../fonts/Intelligent Design - AvertaStdCY-Light_1.otf") format("opentype"),
        url("../fonts/Intelligent Design - AvertaStdCY-LightItalic_1.otf") format("opentype");
    font-weight: 300;
    font-display: swap;
}
@font-face {
    font-family: "averta std cy";
    src: url("../fonts/Intelligent Design - AvertaStdCY-Thin_1.otf") format("opentype"),
        url("../fonts/Intelligent Design - AvertaStdCY-ThinItalic_1.otf") format("opentype");
    font-weight: 200;
    font-display: swap;
}
/*END IMPORT FONTS*/
html {
  margin: 0;
  margin-top: 0 !important;
}
body {
    font-size: 13px;
    /*font-family: "Poppins", sans-serif;*/
    font-family: averta std cy;
    font-weight: 400;
    color: #3F3A36;
    
}
body a{
    color: #3f3a36;
}
body .box_header .header .logo_image .logo_tierra_man {
    display: none;
}
body .box_header .top_header .logo_image .logo_tierra_man {
    display: none;
}

p { 
    margin: 0;
}
hr { 
    display: none;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 0;
    margin-bottom: 0;
}
b {
    font-weight: 600;
}
.display-none {
    display: none !important;
}
/*THIS WAY SOLVE THE BUG OF PAGE-BUILDER-WORDPRESS-PLUGIN AND BOOTSTRAP*/
#box-page-content {
    width: 100%;
    display: block;
    
    /*margin-top:75px;*/
}

#box-page-content .panel-grid-cell, #box-page-content .panel-grid-cell, #box-page-content .panel-grid-cell, #box-page-content .panel-grid-cell {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.container .panel-grid-cell, .container .panel-grid-cell, .container .panel-grid-cell, .container .panel-grid-cell {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.container .panel-grid, #box-page-content .panel-grid {
    margin-bottom: 0 !important;
}

/*=======================*/
/*CHANGE HEADER CSS, IT'S FIXED*/

#main_page {
    overflow: hidden;
}
.container {
    padding-right: 10px;
    padding-left: 10px;
}
.container::after {
  content: none;
}
.container::before {
  content: none;
}
@media screen and (min-width: 768px) {
  .container{
    max-width: 768px;
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .container{
    max-width: 1024px;
    width: 100%;
  }
}
@media screen and (min-width: 1440px) {
  .container{
    max-width: 1196px;
    width: 100%;
  }
}

.pl-0 {
    padding-left: 0;
}
.pr-0 {
    padding-right: 0;
}


/*.slick-list.draggable {*/
/*    height: auto !important;   */
/*}*/
/*.slick-slide {*/
/*    height: auto !important;   */
/*}*/

.overflow-hidden {
    overflow: hidden;
}

/*HEADER*/
/*.box_header {*/
/*  overflow-x: hidden;*/
/*}*/

.box_header .header {
  padding: 20px 0px;
}
.box_header .header .container{
  background: #fff;
}
.box_header .header .logo_image img{
    width: 100%;
    height: 100%;
    margin-left: -11px;
}
.box_header .header .menu_right_header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: inherit;
    padding-left: 0;
}
.box_header .header .search_header {
    display: flex;
    align-items: center;
}
.box_header .header .search_header .line_search_header{
    margin-right: 10px;
    width: 1px;
    height: 25px;
    background: #3F3A36;
}
.body_men_diamond .box_header .header .search_header .line_search_header{
    background: #ffffff;
}

.box_header .header .search_header img{
    width: 26px;
    height: 23px;
    cursor: pointer;
}
.box_header .header .search_header .button_close_header {
    display: none;
}
.box_header .header .search_header .button_close_header span {
    display: none;
}
.body_men_diamond .box_header .header .search_header .button_close_header img {
    display: none;
}
.body_men_diamond .box_header .header .search_header .button_close_header span {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #ffffff;
    width: 23px;
    height: 23px;
    cursor: pointer;
}
.flag_mobile img{
    width: 30px;
}
.top_header {
    background: #f2f2f2;
    z-index: 10;
    color: #3f3a36;
    font-size: 16px;
    height: 70px;
    line-height: 30px;
    text-align: center;
    position: relative;
    padding: 10px 0;
    overflow: hidden;
}
.top_header .row_top_header {
    align-items: center;
    display: flex;
}

.top_header .list_top_header_left{
    display: flex;
    align-items: center;
    /* margin-bottom: 0px; */
}
.top_header .list_top_header_left .item-top_header_left{
    padding-right: 20px;
}
.top_header .list_top_header_left .item-top_header_left img{
    width: 24px;
    cursor: pointer;
}
.top_header .list_top_header_left .item-top_header_left a {
    display: flex;
    align-items: center;
}
.top_header .list_top_header_left .item-top_header_left a span{
    padding-left: 10px;
    color: #3f3a36;
    display: block;
}
.top_header .list_top_header_left .item-top_header_left a span:hover {
    padding-left: 10px;
    color: #b48c72;
}
.top_header .top_header_center a{
    /* color: #D42E2B;
    animation: flicker 3s infinite; */
    font-size: 15px;
    font-weight: 400;
    line-height: 18.54px;
}
.top_header .top_header_center a:hover {
    text-decoration: none;
}

.top_header .list_top_header_right{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: -2px !important;
    margin-bottom: 0px;
}
.top_header .list_top_header_right li {
    padding: 0 2px;
}
.top_header .list_top_header_right li a{
    padding: 0 5px;
    color: #3f3a36;
    text-decoration: none;
    cursor: pointer;
}
.top_header .list_top_header_right li img{
    border-radius: 3px;
    height: 20px;
    width: 20px;
}
.icon_cart {
    position: relative;
    display: inline-block;
}
.icon_cart span{
    color: #fff;
    background: #f00;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    font-size: 10px !important;
    line-height: 12px;
    text-align: center;
    position: absolute;
    font-weight: 400;
    bottom: -4px;
    left: 17px;
}

.fix {
    width: 100%;
    position: sticky;
    z-index: 9999;
    top: 0;
    left: 0%;
    background-color: white;
    margin-top: 0 !important;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
    display: block;
}
#main-menu .list_menu_parent .menu-item-parent .khuyen-mai{
    color: #D42E2B;
    animation: flicker 3s infinite;
}
.box_search_header {
    padding: 50px 0;
    text-align: center;
    position: absolute;
    top: 99%;
    left: 0;
    background: #fff;
    width: 100%;
    z-index: 999;
    display: none;
}
.body_men_diamond .box_search_header {
    background: #000000;
}
.box_header .box_search_header .div-search .btn-search-header{
    font-weight:400 ;
    background: #B48C72;
    color: #fff;
    height: 41px;
    width: 121px;
    border: none;
    font-size: 16px;
}
.body_men_diamond .box_header .box_search_header .div-search .btn-search-header{
    background: #CACFD6;
    color: #000000;
}

/* New search */
.search_header .div-search {
    display: flex;
    align-items: center;
    background-color: #f5f5f5; 
    border-radius: 20px; 
    padding: 5px 15px;
    width: 100%;
}
.search_header .div-search input {
    font-family: Averta Std CY;
    border: none;
    background-color: transparent;
    outline: none;
    font-size: 16px;
    flex-grow: 1;
    padding-left: 0px;
}
.search_header .div-search button {
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 5px;
}
.search_header .div-search button img {
    width: 20px; 
    height: 20px;
}
.search_header .div-search input::placeholder {
    color: #888;
    font-style: italic; 
    font-family: Averta Std CY;
}

.body_men_diamond .search_header .div-search input {
    color: #000;
}
.box_header .search_header .div-search .icon_search_header_white {
    display: none;
}
.body_men_diamond .box_header .search_header .div-search .icon_search_header {
    display: block;
}
.body_men_diamond .box_header .search_header .div-search .icon_search_header_white {
    display: none;
}

.box_header .logo_header_mobile {
    display: none;
}

@media screen and (min-width: 0px) and (max-width: 1024px) {
    .search_header .div-search {
        width: 290px;
    }
    .top_header {
        display: none;
    }
    .box_header .top_header .top_header_left{
        display: none;
    }
    .box_header .top_header .top_header_right{
        display: none;
    }
    .box_header .header {
        display: none;
    }
    .box_header .header_mobile {
        display: block;
        padding: 16px 0;
    }
    .box_header .header_mobile .container {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .box_header .header_mobile .button_open_menu {
        display: flex;
        flex-direction: column;
        cursor: pointer;
    }
    .box_header .header_mobile .button_open_menu .icon-bar {
		font-size: 20px;
		background: #3A3A3C;
		border-radius: 20px;
		height: 3px;
		width: 16px;
	}
    .body_men_diamond .box_header .header_mobile .button_open_menu .icon-bar {
		background: #ffffff;
	}
	.box_header .header_mobile .button_open_menu .icon-bar:nth-child(2) {
		margin: 5px 0px;
	}
	.box_header .logo_header_mobile {
        z-index: 10;
        display: block;
        color: #3f3a36;
        font-size: 16px;
        line-height: 30px;
        text-align: center;
        position: relative;
        padding: 10px 0;
        overflow: hidden;
        background: #F2F2F2;
    }
    .body_men_diamond .box_header .logo_header_mobile { 
        background: #000000;
        justify-content: center;
        display: flex;
    }
    .box_header .logo_header_mobile img{
        width: 110px;
        height: 100%;
    }
    .box_header .logo_header_mobile .icon_logo_img_white {
        display: none;
    }
    .body_men_diamond .box_header .logo_header_mobile .icon_logo_img {
        display: none;
    }
    .body_men_diamond .box_header .logo_header_mobile .icon_logo_img_white {
        display: block;
    }
    .body_men_diamond .box_header .header_mobile .header_mobile_right .menu-icons-mobile {
        display: flex;
        align-items: center;
    }
    .box_header .header_mobile #main-menu-mobile {
        position: fixed;
        height: 100%;
        background: #fff;
        width: 100%;
        z-index: 2222;
        top: 0;
        left: 0;
        display: none;
        padding-bottom: 20px;
        color: #3A3A3C;
    }
    .body_men_diamond .box_header .header_mobile #main-menu-mobile {
        background: #000000;
        color: #ffffff;
    }
    .box_header .header_mobile #main-menu-mobile .top_header_main-menu-mobile {
        background: #f2f2f2;
        color: #3F3A36;
    }
    .box_header .header_mobile #main-menu-mobile .top_header_main-menu-mobile .text_khuyen_mai {
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 15px;
    }
    .box_header .header_mobile #main-menu-mobile .top_header_main-menu-mobile .text_khuyen_mai a {
        color: #D42E2B;
        font-size: 16px;
        font-weight: 400;
        animation: flicker 3s infinite;
    }
    .box_header .header_mobile #main-menu-mobile .body_menu_parent_mb {
        overflow-y: scroll;
        height: 100%;
        padding-bottom: 25px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .box_header .header_mobile #main-menu-mobile .logo_box_menu_mobile {
        text-align: center;
        position: relative;
        margin-bottom: 20px;
        padding: 16px 20px;

    }
    .box_header .header_mobile #main-menu-mobile .logo_box_menu_mobile img{
        width: 120px;
    }
    .box_header .header_mobile #main-menu-mobile .logo_box_menu_mobile .icon_img_logo_menu_mobile_white {
        display: none;
    }
    .body_men_diamond .box_header .header_mobile #main-menu-mobile .logo_box_menu_mobile .icon_img_logo_menu_mobile_white {
        display: inline;
    }
    .body_men_diamond .box_header .header_mobile #main-menu-mobile .logo_box_menu_mobile .icon_img_logo_menu_mobile {
        display: none;
    }
    .box_header .header_mobile #main-menu-mobile .logo_box_menu_mobile .remove_box_menu_parent_mb {
        position: absolute;
        right: 4%;
        top: 16%;
        cursor: pointer;
    }
    .box_header .header_mobile #main-menu-mobile .logo_box_menu_mobile .remove_box_menu_parent_mb img{
        width: 20px;
    }
    .box_header .header_mobile #main-menu-mobile .logo_box_menu_mobile .remove_box_menu_parent_mb .icon_img_close_menu_mb_white {
        display: none;
    }
    .body_men_diamond .box_header .header_mobile #main-menu-mobile .logo_box_menu_mobile .remove_box_menu_parent_mb .icon_img_close_menu_mb_white {
        display: block;
    }
    .body_men_diamond .box_header .header_mobile #main-menu-mobile .logo_box_menu_mobile .remove_box_menu_parent_mb .icon_img_close_menu_mb {
        display: none;
    }
    .box_header .header_mobile #main-menu-mobile .list_menu_parent_mobile {
        padding: 0px 20px;   
    }
    .box_header .header_mobile #main-menu-mobile .list_menu_parent_mobile .menu-item-parent-mobile{
        padding-bottom: 20px;
    }
    .box_header .header_mobile #main-menu-mobile .list_menu_parent_mobile .menu-item-parent-mobile .title-item-parent-mobile {
        display: flex;
        justify-content: space-between;
        width: 100%;
        font-size: 16px;
        font-weight: 400;
        line-height: 19.78px;

    }
    .box_header .header_mobile #main-menu-mobile .list_menu_parent_mobile .menu-item-parent-mobile .title-item-parent-mobile a {
        color: #3A3A3C;
    }
    .body_men_diamond .box_header .header_mobile #main-menu-mobile .list_menu_parent_mobile .menu-item-parent-mobile .title-item-parent-mobile a {
        color: #ffffff;
    }
    .box_header .header_mobile #main-menu-mobile .list_menu_parent_mobile .menu-item-parent-mobile .title-item-parent-mobile.khuyen-mai {
        color: #D42E2B !important;
        animation: flicker 3s infinite;
    }
    .box_header .header_mobile #main-menu-mobile .list_menu_parent_mobile .menu-item-parent-mobile .box_menu_dropdown_mobile {
        display: none;
        position: fixed;
        z-index: 9999999;
        background: #fff;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
    }
    .body_men_diamond .box_header .header_mobile #main-menu-mobile .list_menu_parent_mobile .menu-item-parent-mobile .box_menu_dropdown_mobile {
        background: #000000;
    }
    .box_header .header_mobile #main-menu-mobile .list_menu_parent_mobile .menu-item-parent-mobile .box_menu_dropdown_mobile .container {
        display: flex;
        flex-direction: column;
        width: 100%;
        justify-content: flex-start;
        padding: 0;
    }
    .box_header .header_mobile #main-menu-mobile .list_menu_parent_mobile .menu-item-parent-mobile .box_menu_dropdown_mobile .container .top_header_main-menu-mobile {
        width: 100%;
    }
    .box_header .header_mobile #main-menu-mobile .list_menu_parent_mobile .menu-item-parent-mobile .box_menu_dropdown_mobile .container .back_remove_box_menu {
        display: flex;
        justify-content: space-between;
        width: 100%;
        padding: 20px;
    }
    .box_header .header_mobile #main-menu-mobile .list_menu_parent_mobile .menu-item-parent-mobile .box_menu_dropdown_mobile .container .back_remove_box_menu .remove_box_menu_child_mb{
        width: 20px;
    }
    .box_header .header_mobile #main-menu-mobile .list_menu_parent_mobile .menu-item-parent-mobile .box_menu_dropdown_mobile .container .back_remove_box_menu .remove_box_menu_child_mb .icon_remove_box_menu_child_mb_white {
        display: none;
    }
    .body_men_diamond .box_header .header_mobile #main-menu-mobile .list_menu_parent_mobile .menu-item-parent-mobile .box_menu_dropdown_mobile .container .back_remove_box_menu .remove_box_menu_child_mb .icon_remove_box_menu_child_mb_white {
        display: block;
    }
    .body_men_diamond .box_header .header_mobile #main-menu-mobile .list_menu_parent_mobile .menu-item-parent-mobile .box_menu_dropdown_mobile .container .back_remove_box_menu .remove_box_menu_child_mb .icon_remove_box_menu_child_mb {
        display: none;
    }
    .box_header .header_mobile #main-menu-mobile .list_menu_parent_mobile .menu-item-parent-mobile .box_menu_dropdown_mobile .container .back_remove_box_menu .name_iteme_menu_parent_mobile{
        color: #000;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 600;
        line-height: 19.78px;
    }
    .body_men_diamond .box_header .header_mobile #main-menu-mobile .list_menu_parent_mobile .menu-item-parent-mobile .box_menu_dropdown_mobile .container .back_remove_box_menu .name_iteme_menu_parent_mobile{
        color: #ffffff;
    }
    .box_header .header_mobile #main-menu-mobile .list_menu_parent_mobile .menu-item-parent-mobile .box_menu_dropdown_mobile .container .body_box_menu_dropdown_mobile {
        overflow-y: scroll;
        width: 100%;
        padding: 0 20px;
    }
    .box_header .header_mobile #main-menu-mobile .list_menu_parent_mobile .menu-item-parent-mobile .box_menu_dropdown_mobile .container .body_box_menu_dropdown_mobile .sub-menu-parent {
        padding-bottom: 100px;
    }
    .box_header .header_mobile #main-menu-mobile .list_menu_parent_mobile .menu-item-parent-mobile .box_menu_dropdown_mobile .container .body_box_menu_dropdown_mobile .sub-menu-parent .sub-menu-item-parent p{
        margin-left: 25px;
        margin: 10px 0;
        font-size: 16px;
        font-weight: 400;
        line-height: 19.78px;
    }
    .box_header .header_mobile #main-menu-mobile .list_menu_parent_mobile .menu-item-parent-mobile .box_menu_dropdown_mobile .container .body_box_menu_dropdown_mobile .sub-menu-parent .sub-menu-item-parent ul{
        margin-left: 60px;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .box_header .header_mobile #main-menu-mobile .list_menu_parent_mobile .menu-item-parent-mobile .box_menu_dropdown_mobile .container .body_box_menu_dropdown_mobile .sub-menu-parent .sub-menu-item-parent ul li{
        font-size: 15px;
        font-weight: 300;
        line-height: 18.54px;
    }
    .box_header .header_mobile #main-menu-mobile .list_menu_parent_mobile .menu-item-parent-mobile .box_menu_dropdown_mobile .container .body_box_menu_dropdown_mobile .sub-menu-parent .sub-menu-item-parent ul li a{
        color: #3f3a36;
    }
    .body_men_diamond .box_header .header_mobile #main-menu-mobile .list_menu_parent_mobile .menu-item-parent-mobile .box_menu_dropdown_mobile .container .body_box_menu_dropdown_mobile .sub-menu-parent .sub-menu-item-parent ul li a{
        color: #ffffff;
    }
    .box_header .header_mobile #main-menu-mobile .list_menu_parent_mobile .menu-item-parent-mobile .box_menu_dropdown_mobile .container .body_box_menu_dropdown_mobile .sub-menu-parent .sub-menu-item-parent .title_all_product_menu_mb {
        margin-bottom: 20px;
    }
    .box_header .header_mobile #main-menu-mobile .list_menu_parent_mobile .menu-item-parent-mobile .box_menu_dropdown_mobile .container .body_box_menu_dropdown_mobile .sub-menu-parent .sub-menu-item-parent .title_all_product_menu_mb a {
        color: #3f3a36;
    }
    .body_men_diamond .box_header .header_mobile #main-menu-mobile .list_menu_parent_mobile .menu-item-parent-mobile .box_menu_dropdown_mobile .container .body_box_menu_dropdown_mobile .sub-menu-parent .sub-menu-item-parent .title_all_product_menu_mb a {
        color: #ffffff;
    }
    
    /*Menu Search Mobile*/
    .box_header .header_mobile #main-menu-mobile .box-search-mb {
        padding-bottom: 10px;
        padding-top: 10px;
        padding-left: 4%;
        width: 100%;   
        padding: 0px 20px;   
    }
    .box_header .header_mobile #main-menu-mobile .box-search-mb .div-search{
        display: flex;
    }
    
    .box_header .header_mobile #main-menu-mobile .account_wishlist_tierra {
        background: #F8F3EF;
        padding: 20px;
        padding-bottom: 170px;
    }
    .body_men_diamond .box_header .header_mobile #main-menu-mobile .account_wishlist_tierra {
        background: #CACFD6;
    }
    .box_header .header_mobile #main-menu-mobile .account_wishlist_tierra .nav-item {
        padding-bottom: 15px;
        font-size: 14px;
    }
    .box_header .header_mobile #main-menu-mobile .account_wishlist_tierra .nav-item a {
        color: #3f3a36;
        padding: 5px 0;
    }
    .body_men_diamond .box_header .header_mobile #main-menu-mobile .account_wishlist_tierra .nav-item a {
        color: #000000;
    }
    .box_header .header_mobile #main-menu-mobile .account_wishlist_tierra .nav-item img{
        border-radius: 3px;
        height: 17px;
        width: 17px;
        margin-right: 5px;
    }
    .box_header .header_mobile #main-menu-mobile .account_wishlist_tierra .nav-item .custom-select-header select {
        border: none;
        width: 110px;
        background: #F8F3EF;
        margin-left: -3px;
    }
    .body_men_diamond .box_header .header_mobile #main-menu-mobile .account_wishlist_tierra .nav-item .custom-select-header select {
        background: #CACFD6;
        color: #000000;
    }
    .box_header .header_mobile #main-menu-mobile .show-mobile.show-pop{
        position: fixed;
        bottom: 0;
        z-index: 99999999999;
        width: 100%;
        background: #b48c72;
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 74px;
    }
    .body_men_diamond .box_header .header_mobile #main-menu-mobile .show-mobile.show-pop{
        background: #353E4D;
    }
    .box_header .header_mobile #main-menu-mobile .show-mobile.show-pop .item_social_header {
        width: 33%;
    }
    .box_header .header_mobile #main-menu-mobile .show-mobile.show-pop .item_social_header a {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .box_header .header_mobile #main-menu-mobile .show-mobile.show-pop .item_social_header a span {
        font-size: 15px;
        font-weight: 400;
        line-height: 18.54px;
        padding-top: 5px;
    }
    .header_mobile .header_mobile_right .menu-icons-mobile .icon-wishlist img{
        width: 20px;
    } 
    .header_mobile .header_mobile_right .menu-icons-mobile .icon-wishlist:hover{
        text-decoration: none;
    } 
    .header_mobile .header_mobile_right .menu-icons-mobile .icon-search-top-header .icon-account_white {
        display: none;
    } 
    .body_men_diamond .header_mobile .header_mobile_right .menu-icons-mobile .icon-search-top-header .icon-account {
        display: none;
    } 
    .body_men_diamond .header_mobile .header_mobile_right .menu-icons-mobile .icon-search-top-header .icon-account_white {
        display: block;
    } 
    .header_mobile .header_mobile_right .menu-icons-mobile .icon-wishlist .icon-wishlist_img_white {
        display: none;
    } 
    .body_men_diamond .header_mobile .header_mobile_right .menu-icons-mobile .icon-wishlist .icon-wishlist_img {
        display: none;
    } 
    .body_men_diamond .header_mobile .header_mobile_right .menu-icons-mobile .icon-wishlist .icon-wishlist_img_white {
        display: block;
    } 
    .header_mobile .header_mobile_right .menu-icons-mobile .icon-account{
        margin-left: 8px;
        width: 20px;
        cursor: pointer;
    } 
    .body_men_diamond .header_mobile .header_mobile_right .menu-icons-mobile .icon-account_white {
        margin-left: 8px;
        width: 20px;
        cursor: pointer;
    } 
    .header_mobile .header_mobile_right .menu-icons-mobile .icon-close-search-header-mobile img {
        width: 20px;
        height: 20px;
        cursor: pointer;
        margin-left: 8px;
    }
    .header_mobile .header_mobile_right .menu-icons-mobile .icon-close-search-header-mobile .icon-img-close-search-header-mobile-white {
        display: none;
    }
    .body_men_diamond .header_mobile .header_mobile_right .menu-icons-mobile .icon-close-search-header-mobile .icon-img-close-search-header-mobile-white {
        display: block;
    }
    .body_men_diamond .header_mobile .header_mobile_right .menu-icons-mobile .icon-close-search-header-mobile .icon-img-close-search-header-mobile {
        display: none;
    }
    .icon_cart {
        margin-right: 15px;
    }
    .icon-order-history {
        margin-right: 10px;
    }
    .icon_cart span{
        bottom: -9px;
        left: 6px;
    }
}
@media screen and (min-width: 320px) and (max-width: 400px) {
    .search_header .div-search {
        width: 193px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1024px){
    .box_header .top_header .top_header_center{
        width: 100%;
    }
}
@media screen and (min-width: 1025px) {
    .box_header .button_search_header {
        padding: 5px 20px;
        background: #dce3ea;
        display: inline-block;
        border-radius: 6px;
    }
    .box_header .button_close_header {
        padding: 5px 20px;
        background: #dce3ea;
        border-radius: 6px;
    }
    .box_header .header_mobile {
        display: none;
    }
    .box_header .top_header {
        display: block;
    }
    .box_header .top_header .top_header_left{
        display: block;
    }
    .box_header .top_header .top_header_right{
        display: block;
    }
    .box_header .header {
        display: block;
    }
    #header .row {
        display: flex;
        align-items: center;
    }
    #main-menu .list_menu_parent {
        display: flex;
        align-items: center;
        font-size: 15px;
        margin-bottom: 0;
    }
    #main-menu .list_menu_parent .menu-item-parent {
        margin: 0px 5px;
        padding: 0px 10px;
        position: inherit;
        font-size: 16px ;
    }
    #main-menu .list_menu_parent .menu-item-parent .box_menu_dropdown {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        justify-content: center;
        box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
        color: #000;
        background: #fff;
        padding: 20px 0;
    }
    #main-menu .list_menu_parent .menu-item-parent .box_menu_dropdown .container{
        display: flex;
        justify-content: space-between;
    }
    #main-menu .list_menu_parent .menu-item-parent .box_menu_dropdown .container .box_menu_dropdown_left {
        width: 70%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    #main-menu .list_menu_parent .menu-item-parent .box_menu_dropdown .container .box_menu_dropdown_left .sub-menu-parent{
        display: flex;
        
    }
    #main-menu .list_menu_parent .menu-item-parent .box_menu_dropdown .container .box_menu_dropdown_left .sub-menu-parent .sub-menu-item-parent {
        width: 35%;
    }

    #main-menu .list_menu_parent .menu-item-parent .box_menu_dropdown .container .box_menu_dropdown_left .sub-menu-parent .sub-menu-item-parent p{
        font-weight: 600;
    }
    #main-menu .list_menu_parent .menu-item-parent .box_menu_dropdown .container .box_menu_dropdown_left .sub-menu-parent .sub-menu-item-parent .sub-menu-child {
        display: block;
    }
    #main-menu .list_menu_parent .menu-item-parent:nth-child(1) .box_menu_dropdown .container .box_menu_dropdown_left .sub-menu-parent .sub-menu-item-parent:nth-child(1) {
        width: 25%;
    }
    #main-menu .list_menu_parent .menu-item-parent:nth-child(1) .box_menu_dropdown .container .box_menu_dropdown_left .sub-menu-parent .sub-menu-item-parent:nth-child(2) {
        width: 25%;
    }
    #main-menu .list_menu_parent .menu-item-parent:nth-child(1) .box_menu_dropdown .container .box_menu_dropdown_left .sub-menu-parent .sub-menu-item-parent:nth-child(3) {
        width: 30%;
    }
    #main-menu .list_menu_parent .menu-item-parent:nth-child(2) .box_menu_dropdown .container .box_menu_dropdown_left .sub-menu-parent .sub-menu-item-parent:nth-child(1) {
        width: 20%;
    }
    #main-menu .list_menu_parent .menu-item-parent:nth-child(2) .box_menu_dropdown .container .box_menu_dropdown_left .sub-menu-parent .sub-menu-item-parent:nth-child(2) {
        width: 30%;
    }
    #main-menu .list_menu_parent .menu-item-parent:nth-child(2) .box_menu_dropdown .container .box_menu_dropdown_left .sub-menu-parent .sub-menu-item-parent:nth-child(3) {
        width: 20%;
    }
    #main-menu .list_menu_parent .menu-item-parent:nth-child(2) .box_menu_dropdown .container .box_menu_dropdown_left .sub-menu-parent .sub-menu-item-parent:nth-child(4) {
        width: 25%;
    }
    #main-menu .list_menu_parent .menu-item-parent:nth-child(4) .box_menu_dropdown .container .box_menu_dropdown_left .sub-menu-parent .sub-menu-item-parent:nth-child(2) {
        width: 21%;
    }
    #main-menu .list_menu_parent .menu-item-parent:nth-child(5) .box_menu_dropdown .container .box_menu_dropdown_left .sub-menu-parent .sub-menu-item-parent:nth-child(1) {
        width: 25%;
    }
    #main-menu .list_menu_parent .menu-item-parent:nth-child(1) .box_menu_dropdown .container .box_menu_dropdown_left .sub-menu-parent .sub-menu-item-parent:nth-child(1) .sub-menu-child{
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }
    #main-menu .list_menu_parent .menu-item-parent:nth-child(3) .box_menu_dropdown .container .box_menu_dropdown_left .sub-menu-parent .sub-menu-item-parent:nth-child(2) .sub-menu-child{
        /* display: flex; */
        flex-wrap: wrap;
    }
    #main-menu .list_menu_parent .menu-item-parent:nth-child(7) .box_menu_dropdown .container .box_menu_dropdown_left .sub-menu-parent .sub-menu-item-parent:nth-child(1) {
        width: 100%;
    }
    #main-menu .list_menu_parent .menu-item-parent:nth-child(7) .box_menu_dropdown .container .box_menu_dropdown_left .sub-menu-parent .sub-menu-item-parent:nth-child(1) .sub-menu-child{
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }
    #main-menu .list_menu_parent .menu-item-parent .box_menu_dropdown .container .box_menu_dropdown_left .sub-menu-parent .sub-menu-item-parent .sub-menu-child .sub-menu-item-child{
        height: 30px;
        margin-right: 10px;
        width: 100%;
        text-wrap: nowrap;
    }
    #main-menu .list_menu_parent .menu-item-parent:nth-child(1) .box_menu_dropdown .container .box_menu_dropdown_left .sub-menu-parent .sub-menu-item-parent:nth-child(1) .sub-menu-child .sub-menu-item-child{
        width: 43%;
    }
    #main-menu .list_menu_parent .menu-item-parent:nth-child(3) .box_menu_dropdown .container .box_menu_dropdown_left .sub-menu-parent .sub-menu-item-parent:nth-child(2) .sub-menu-child .sub-menu-item-child{
        width: 43%;
    }
    #main-menu .list_menu_parent .menu-item-parent:nth-child(7) .box_menu_dropdown .container .box_menu_dropdown_left .sub-menu-parent .sub-menu-item-parent:nth-child(1) .sub-menu-child .sub-menu-item-child{
        width: 30%;
    }
    #main-menu .list_menu_parent .menu-item-parent .box_menu_dropdown .container .box_menu_dropdown_left .link_menu_all_product a{
        font-weight: 600;
        font-size: 15px;
    }
    #main-menu .list_menu_parent .menu-item-parent .box_menu_dropdown .container .box_menu_dropdown_right {
        width: 28%;
    }
    #main-menu .list_menu_parent .menu-item-parent .box_menu_dropdown .container .box_menu_dropdown_right .link_box_menu_dropdown_right {
        margin-top: 12px;
    }
    #main-menu .list_menu_parent .menu-item-parent .box_menu_dropdown .container .box_menu_dropdown_right .link_box_menu_dropdown_right a{
        font-weight: 600;
        font-size: 15px;
    }
    #main-menu .list_menu_parent .menu-item-tierra-friend .box_menu_dropdown .list_tierra_friend {
        display: flex;
        justify-content: space-around;
        width: 100%;
        padding: 0px 125px;
    }
    #main-menu .list_menu_parent .menu-item-tierra-friend .box_menu_dropdown .list_tierra_friend .item_tierra_friend{
        width: 250px;
        margin: 10px;
        text-align: center;
    }
    #main-menu .list_menu_parent .menu-item-tierra-friend .box_menu_dropdown .list_tierra_friend .item_tierra_friend p {
        font-size: 16px;
        line-height: 1.2;
        margin-top: 20px;
        margin-bottom: 0;
        text-align: center;
        text-transform: uppercase;
    }
    
}

@media screen and (min-width: 1440px) {
    #main-menu .list_menu_parent .menu-item-parent {
        margin: 0px 12px;
    }
}

/*Title SP*/
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    font-weight: 500;
    font-size: 16px;
    margin-top: 10px;
    text-align: left;
    display: -webkit-box;
    max-width: 100%;
    height: 60px;
    line-height: 1.5;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #3f3b36;
}
.woocommerce ul.products li.product .price {
    font-size: 16px;
    line-height: 1.5;
    color: #3f3b36;
    font-weight: 600;
}


/*Danh mục sản phẩm*/
.banner_product {
  position: relative;
  display: flex;
  justify-content: center;
}
.banner_product .img_banner img {
  width: 100%;
}
.banner_product .box_banner_product {
    position: relative;
}
.body_men_diamond .banner_product .box_banner_product {
  justify-content: start;
}
.banner_product .box_banner_product .box_content_banner_product {
  max-width: 372px;
  position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-right: 50px;
}
.body_men_diamond .banner_product .box_banner_product .box_content_banner_product {
    max-width: 372px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-left: 100px;
}
.banner_product .box_content_banner_product h3 {
  max-width: 100%;
  font-weight: 300;
  font-size: 30px;
  line-height: 37px;
  padding-bottom: 10px;
  color: #3f3a36;
}
.body_men_diamond .banner_product .box_content_banner_product h3 {
  color: #FFFFFF;
}
.banner_product .box_content_banner_product p {
  max-width: 100%;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #3f3a36;
}
.body_men_diamond .banner_product .box_content_banner_product p {
  color: #FFFFFF;
}
.list_product {
  margin-top: 24px;
}
.woocommerce .woocommerce-ordering select {
  padding: 5px 7px;
  display: inline-block;
  font-size: 12px;
  cursor: pointer;
  color: #282828;
  border-radius: 4px;
  border: 1px solid #ccc;
  white-space: nowrap;
  background: #fff;
}

.woocommerce ul.products li.product .price {
  display: flex;
  justify-content: flex-end;
  flex-direction: row-reverse;
}
.woocommerce ul.products li.product .price ins {
  margin-right: 10px;
}

@media screen and (min-width: 0px) and (max-width: 1270px) {
    .banner_product .box_content_banner_product {
        right: 5%;
    }
}
@media screen and (min-width: 0px) and (max-width: 1150px) {
    .banner_product .box_content_banner_product {
        right: 2%;
    }
}
@media screen and (min-width: 0px) and (max-width: 1050px) {
    .banner_product .box_content_banner_product {
        right: 0;
    }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
    .banner_product {
        flex-direction: column;
    }
    .banner_product .box_banner_product {
        position: unset;
        transform: unset;
        padding: 0;
        width: 100%;
    }
    .banner_product .box_banner_product .box_content_banner_product {
        max-width: unset;
        position: unset;
        transform: unset;
        margin: 0;
    }
    .body_men_diamond .banner_product .box_banner_product .box_content_banner_product {
        position: unset;
        transform: unset;
        margin: 0;
        max-width: unset;
    }
  .banner_product .img_banner {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
  }
  .banner_product .img_banner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .banner_product .box_content_banner_product {
    position: initial;
    width: 100%;
    transform: none;
    background-color: #f2f2f2;
    padding: 30px 40px;
    max-width: unset;
  }
  .body_men_diamond .banner_product .box_content_banner_product {
    background-color: #000000;
  }
  .banner_product .box_content_banner_product h3 {
    font-size: 24px;
    font-weight: 300;
    line-height: 29.66px;
  }
  .banner_product .box_content_banner_product p {
    font-size: 15px;
    font-weight: 400;
    line-height: 18.54px;
  }
}
@media screen and (min-width: 2000px) {
    .banner_product .box_banner_product .box_content_banner_product {
        right: 15%;
    }
}








/*Footer*/
#footer{
    display: none;
}
#footer_custom {
    font-size: 15px;
    padding-top: 20px;
    padding-bottom: 50px;
    overflow: hidden;
}
#footer_custom >.container{
    border-bottom: 1px solid #D9D9D9;
}
#footer_custom .img-logo-footer{
    width: 176px;
    height:133px;
}
#footer_custom .img-logo-footer.men-diamond {
    display: none;
}
#footer_custom .img-text-logo-footer{
    padding-top:30px;
    width: 220px;
}
#footer_custom .img-text-logo-footer.men-diamond {
    display: none;
}
#footer_custom .contact_footer {
    padding-left: 0;
}
#footer_custom .footer-title {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 16px;
    font-weight: 300;
    margin-top: 10px;
}
#footer_custom .wn-contact-title {
    font-size: 16px;
    font-weight: 100;
    text-transform: uppercase;
    margin-bottom: 10px;
}
#footer_custom ul li {
    font-size: 16px;
    margin-bottom: 10px;
}
#footer_custom .wn-feedback-footer {
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 16px;
}
#footer_custom .support_footer {
    padding-left: 0px;
}
#footer_custom .products_footer {
    padding-left: 15px;
}
#footer_custom .about_us_footer .social-pc{
    display: flex;
    justify-content: space-between;
}
#footer_custom .about_us_footer .social-pc .li-ketnoi{
    font-size: 10px;
    display: inline-block;
}
#footer_custom .about_us_footer .social-pc .li-ketnoi p {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 5px;
}
#footer_custom .about_us_footer .social-pc .li-ketnoi .men_diamond_social {
    display: none;
}
#footer_custom .about_us_footer .social-pc .li-ketnoi a{
    max-width: 35%;
    flex-basis: 50%;
    margin-bottom: 5px;
}
#footer_custom .about_us_footer .social-pc .li-ketnoi img{
    width: 20px;
}
#footer_custom .info-company {
    margin-top: 30px;
    margin-bottom: 15px;
}
#footer_custom .info-company .row {
    display: flex;
    justify-content: flex-end; 
}
#footer_custom .info-company .row p{
    font-size: 16px;
    text-align: left;
    margin-bottom: 6px;
}
#footer_custom .info-company .row .image_bocongthuong {
    width: 105px;
    height: 40px;
}
#footer_custom .main_footer_desktop .col-md-3,
#footer_custom .main_footer_desktop .col-md-2 {
    padding-right: 10px;
    padding-left: 10px;
}
/*Breadcrumb*/
#footer_custom .breadcrumbs {
    margin-bottom: 20px;
    display: none;
}
#footer_custom .breadcrumbs .lines{
    border: 1px solid #D9D9D9;
    width: 55%;
    margin: 0 auto 0;
}
#footer_custom .breadcrumbs .container{
    display: flex;
    justify-content: center;
    padding: 20px 0;
}
#footer_custom .breadcrumbs .item-breadcrumb {
    padding: 0 16px;
    font-size: 16px;
}
#footer_custom .main_footer_mobile {
    display: none;
}
#footer_custom .about_us_footer .social-pc .li-ketnoi:last-child a {
    margin: 0 3px;
}
@media screen and (min-width: 0px) and (max-width: 768px){
    #footer_custom .img-text-logo-footer{
        width: 100%;
    }
    #footer_custom .breadcrumbs .lines{
        width: 100%;
    }
    #footer_custom .breadcrumbs .container{
        padding: 8px 0;
    }
    #footer_custom .main_footer_mobile {
        display: block;
    }
    #footer_custom .main_footer_desktop {
        display: none;
    }
    #footer_custom .products_footer {
        padding-left: 0;
    }
    #footer_custom .wn-feedback-footer {
        margin-top: 20px;
        margin-bottom: 10px;
    }
    #footer_custom .main_footer_mobile .contact_footer_mobile {
        padding-left: 0;
    }
    #footer_custom .main_footer_mobile .contact_footer_mobile .wn-lien-he-mb {
        display: flex;
    }
    #footer_custom .main_footer_mobile .contact_footer_mobile .wn-lien-he-mb .lien-he-mb-1 {
        /* width: 50%; */
    }
    #footer_custom .main_footer_mobile .contact_footer_mobile .wn-lien-he-mb .lien-he-mb-2{
        width: 50%;
    }
    #footer_custom .main_footer_mobile .contact_footer_mobile .wn-lien-he-mb .lien-he-mb-2.men_diamond{
        display: none;
    }
    #footer_custom .main_footer_mobile .contact_footer_mobile .wn-lien-he-mb .lien-he-mb-2 img{
        width: 20px;
    }
    /*Về chúng tôi*/
    /* #footer_custom .main_footer_mobile .about_us_footer_mobile ul{
        display: flex;
        flex-wrap: wrap;
    } */
    #footer_custom .main_footer_mobile .about_us_footer_mobile ul .li-footer-mobile{
        /* width: 50%; */
        margin-bottom: 15px;
    }
    /*Hỗ trợ*/
    /* #footer_custom .main_footer_mobile .support_footer_mobile ul{
        display: flex;
        flex-wrap: wrap;
    } */
    #footer_custom .main_footer_mobile .support_footer_mobile ul .li-footer-mobile{
        /* width: 50%; */
        margin-bottom: 15px;
    }
    /*Kết nối*/
    #footer_custom .main_footer_mobile .social-pc-mobile {
        display: flex;
        justify-content: space-between;
    }
    #footer_custom .main_footer_mobile .social-pc-mobile .li-ketnoi{
        font-size: 13px;
        display: inline-block;
    }
    #footer_custom .main_footer_mobile .social-pc-mobile .li-ketnoi p{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 5px;
    }
    #footer_custom .main_footer_mobile .social-pc-mobile .li-ketnoi .men_diamond_social_mobile {
        display: none;
    }
    #footer_custom .main_footer_mobile .social-pc-mobile .li-ketnoi a {
        max-width: 35%;
        flex-basis: 50%;
        margin-bottom: 5px;
    }
    #footer_custom .main_footer_mobile .social-pc-mobile .li-ketnoi:last-child a {
        margin: 0 3px;
    }
    #footer_custom .main_footer_mobile .social-pc-mobile .li-ketnoi img {
        width: 25px;
    }
}



/*Progress cart checkout order*/
.stepper-wrapper {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.stepper-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}

.stepper-item::before {
  position: absolute;
  content: "";
  border-bottom: 2px solid #ccc;
  width: 100%;
  top: 20px;
  left: -50%;
  z-index: 2;
}

.stepper-item::after {
  position: absolute;
  content: "";
  border-bottom: 2px solid #ccc;
  width: 100%;
  top: 20px;
  left: 50%;
  z-index: 2;
}

.stepper-item .step-counter {
    position: relative;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    margin-bottom: 6px;
    border: 2px solid #bebebe;
    font-size: 20px;
    color: #bebebe;
}

/*.stepper-item.active {*/
/*  font-weight: bold;*/
/*}*/

.stepper-item.completed .step-counter {
    background: #e2f3e4;
    border-color: #00a512;
    color: #00a512;
}
.stepper-item.completed .step-name {
    color: #00a512;
}

.stepper-item.completed::after {
  position: absolute;
  content: "";
  border-bottom: 2px solid #4bb543;
  width: 100%;
  top: 20px;
  left: 50%;
  z-index: 3;
}

.stepper-item:first-child::before {
  content: none;
}
.stepper-item:last-child::after {
  content: none;
}

/*Spinner for woocommerce*/
.woocommerce .blockUI.blockOverlay {
  position: fixed !important;
}


/*Button Dùng chung cho homepage*/
.button-lv1 {
    font-size: 15px;
    margin-bottom: 0;
    cursor: pointer;
}
.button-lv1 a {
    display: flex;
    align-items: center;
    color: #3f3a36;
    font-size: 14px; /* Kích thước chữ cho liên kết chính */
    padding: 0px 0px; /* Thêm padding để tăng kích thước touch target */
    min-height: 24px;  /* Đảm bảo chiều cao tối thiểu */
    min-width: 48px;    /* Đảm bảo chiều rộng tối thiểu */
    text-decoration: none; /* Đảm bảo không có gạch chân cho liên kết */
}

.button-lv1 span {
    margin-left: 10px; /* Điều chỉnh khoảng cách nếu cần */
    font-size: 10px; /* Điều chỉnh kích thước chữ cho icon hoặc phần bổ sung */
}
.button-lv2 {
    border: .5px solid #d9d9d9;
    padding: 10px 25px;
    font-size: 15px;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    background: 0 0;
}


a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}

/*Seach chung*/
.btn-search-mb{
    background: url("https://www.tierra.vn/views/dist/img/search.png");
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 18px auto;
    background-position: center;
    margin-left: -4px;
    border-right: 0;
    border-top: 0;
    border-radius: 0;
    border-bottom: 1px solid #d9d9d8;
    border-left: 0;
    cursor: pointer;
    padding: 5px 15px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}
.txt-search-mb{
    padding: 5px 15px;
    outline: 0;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-radius: 0;
    border-bottom: 1px solid #d9d9d8;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    width: 100%;
}
.body_men_diamond .txt-search-mb{
    background-color: #000000;
}
.body_men_diamond .txt-search-mb::placeholder{
    color: #ffffff;
}

/*Form Tư Vấn Dùng chung*/
.section_form_advise {
    margin-top: 40px;
    background: #f8f3ef;
    padding: 50px 0;
}
.body_men_diamond .section_form_advise {
    background: #353E4D;
}
.section_form_advise .row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.section_form_advise .row .form_advise div p{
    text-align: center;
    padding-bottom: 15px;
}
.section_form_advise .row .form_advise div p .icon-advise_white {
    display: none;
}
.body_men_diamond .section_form_advise .row .form_advise div p .icon-advise {
    display: none;
}
.body_men_diamond .section_form_advise .row .form_advise div p .icon-advise_white {
    display: block;
}
.body_men_diamond .section_form_advise .row .form_advise div p br {
    display: none;
}
.section_form_advise .row .form_advise .row div:last-child p{
    padding-bottom: 0px;
}
.section_form_advise .row .form_advise .row div:last-child p .wpcf7-spinner{
    display: none;
}
.section_form_advise .row .form_advise .input_form_advise {
    width: 100%;
    padding: 8px 20px;
    background: transparent;
    border: 0.5px solid #3F3B36;
    border-radius: 0;
    font-size: 16px;
}
.body_men_diamond .section_form_advise .row .form_advise .input_form_advise {
    border: 0.5px solid #ffffff;
}
.body_men_diamond .section_form_advise .row .form_advise .input_form_advise::placeholder {
    color: #ffffff;
}
.section_form_advise .row .form_advise .input_form_advise::placeholder {
    color: #3F3B36;
    font-size: 16px;
}
.section_form_advise .row .form_advise .button_form_advise {
    display: inline-block;
    border: 1px solid #b48c72;
    border-radius: 1px;
    background: #b48c72 !important;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    padding: 10px 25px;
}
.body_men_diamond .section_form_advise .row .form_advise .button_form_advise {
    border: 1px solid #CACFD6;
    background: #CACFD6 !important;
    color: #000000;
}
.section_form_advise .row .form_advise .col-parent {
    display: flex;
    text-align: center;
    width: 100%;
}
.section_form_advise .row .form_advise .input_form_advise_child {
    width: 100%;
    padding: 8px 20px;
    background: transparent;
    border: 0.5px solid #3F3B36;
    border-radius: 0;
    font-size: 16px;
}
.body_men_diamond .section_form_advise .row .form_advise .input_form_advise_child {
    border: 0.5px solid #ffffff;
    background: #353E4D;
}
.section_form_advise .row .form_advise .input_form_advise_child::placeholder {
    color: #3F3B36;
    font-size: 16px;
}
.body_men_diamond .section_form_advise .row .form_advise .input_form_advise_child::placeholder {
    color: #ffffff;
}
.section_form_advise .row .form_advise .col-parent {
    display: flex;
    text-align: center;
    width: 100%;
}
.section_form_advise .row .form_advise .col-parent .col-child{
    padding: 0;
}
.section_form_advise .row .form_advise .col-parent .col-child:nth-child(1){
    padding-right: 10px;
}
.section_form_advise .row .form_advise .col-parent .col-child:nth-child(2){
    padding-left: 10px;
}
.wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
    display: none;
}
@media screen and (min-width: 0px) and (max-width: 992px) { 
    .section_form_advise {
        padding: 30px 0;
        margin-top: 30px;
        overflow: hidden;
    }
    .section_form_advise .row .form_advise .col-parent {
        flex-wrap: wrap;
        padding: 0;
        width: 100%;
    }
    .section_form_advise .row .form_advise .button_form_advise {
        margin-top: 20px;
    }
    .section_form_advise .row .form_advise .col-parent .col-child{
        padding: 0 15px;
    }
    .section_form_advise .row .form_advise .col-parent .col-child:nth-child(1){
        padding: 0 15px;
    }
    .section_form_advise .row .form_advise .col-parent .col-child:nth-child(2){
        padding: 0 15px;
    }
}


/*Title dùng chung */
.title-big {
    color: #3f3a36;
    font-size: 30px;
    font-weight: 300;
}
.body_men_diamond .title-big {
    color: #ffffff;
}
.content-title-hp {
    font-size: 16px;
    color: #3f3a36;
}
.body_men_diamond .content-title-hp {
    color: #ffffff;
}
@media screen and (min-width: 0px) and (max-width: 768px) { 
    .title-big {
        font-size: 24px;
    }
    .content-title-hp {
        font-size: 15px;
    }
}

/*Panel Body boostrap*/
.list_chinhsach .panel-heading {
    background: transparent !important;
    padding: 0px !important;
    color: #3F3A36;
}
.list_chinhsach .panel-heading .item_title_chinh_sach {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
body.body_men_diamond .list_chinhsach .panel-heading .item_title_chinh_sach {
    color: #FFF;
}
.list_chinhsach .panel-heading .title-item-chinh-sach {
    font-weight: 400;
    font-size: 20px;
    width: 90%;
}
body.body_men_diamond .list_chinhsach .panel-heading .title-item-chinh-sach{
    color: #FFF;
}
.list_chinhsach .panel {
    border: none;
    border-bottom: 1px solid #dadada;
    border-radius: 0px;
    padding: 15px 0px !important;
    background: transparent;
}

.list_chinhsach .panel-body {
    border: none !important;
    padding: 0px;
    margin: 15px 10px;
}
.list_chinhsach .collapsed .glyphicon-menu-up:before {
    content: "\e259";
}
.list_chinhsach  .glyphicon-menu-down:before {
    content: "\e260";
}
.woocommerce div.product .woocommerce-tabs .panel {
    margin: 0;
    padding: 0;
}
@media screen and (min-width: 0px) and (max-width: 768px) { 
   .list_chinhsach .panel-heading .title-item-chinh-sach {
        font-size: 15px;
    }
}
/*Dịch vụ của chúng tôi*/
.banner-sildeshow-hp.our-service-hp .row .item-service-hp{
    display: flex;
    flex-direction: column;
    align-items: center;
} 

.banner-sildeshow-hp.our-service-hp .row .item-service-hp .img_service {
    height: 50px;
}
body.body_men_diamond .banner-sildeshow-hp.our-service-hp .row .item-service-hp .img_service {
    margin: 10px 0;
}
.banner-sildeshow-hp.our-service-hp .row .item-service-hp .img_service img {
    width: 100%;
    height: 100%;
}
.banner-sildeshow-hp.our-service-hp .row .item-service-hp h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 24.72px;
    color: #3f3a36;
    margin-top: 10px;
    margin-bottom: 10px;
}
body.body_men_diamond .banner-sildeshow-hp.our-service-hp .row .item-service-hp h2 {
    color: #FFF;
}
.banner-sildeshow-hp.our-service-hp .row .item-service-hp p {
    margin-bottom: 10px;
}
.banner-sildeshow-hp.our-service-hp .row .item-service-hp .text-center {
    max-width: 245px;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.78px;
    text-align: center;
}
.banner-sildeshow-hp.our-service-hp .row.find_store {
     display: flex;
    align-items: center;   
}
.banner-sildeshow-hp.our-service-hp .row.find_store .box-our-service-hp p {
    font-size: 16px;
    font-weight: 400;
    line-height: 19.78px;
    max-width: 372px;
    margin-top: 10px;
}
.banner-sildeshow-hp.our-service-hp .row.find_store .button-see-more-banner-hp {
    margin-top: 40px;
}
.banner-sildeshow-hp.our-service-hp .row.find_store .button-see-more-banner-hp .link_button_see_more {
    font-size: 15px;
    font-weight: 400;
    line-height: 18.54px;
    border: 1px solid #D9D9D9;
    display: inline;
    padding: 10px 25px;
    cursor: pointer;
}
.banner-sildeshow-hp.our-service-hp .list_our_service_hp .slick-list {
    padding: 0 0% 0 0 !important
}
.banner-sildeshow-hp.our-service-hp .list_our_service_hp .slick-prev-our-service-hp {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    z-index: 999;
    cursor: pointer;
}
.banner-sildeshow-hp.our-service-hp .list_our_service_hp .slick-next-our-service-hp {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10%;
    z-index: 999;
    cursor: pointer;
}
body.body_men_diamond .banner-sildeshow-hp.our-service-hp .row .item-service-hp .img-normal {
    display: none;
}
body.body_men_diamond .banner-sildeshow-hp.our-service-hp .row .item-service-hp .img-men {
    display: block;
}
@media screen and (min-width: 0px) and (max-width: 768px) { 
    .banner-sildeshow-hp.our-service-hp .row .item-service-hp h2 {
        font-size: 17px;
    }
    .banner-sildeshow-hp.our-service-hp .row .item-service-hp .text-center {
        max-width: 262px;
        font-size: 15px;
        line-height: 18.54px;
    }
    .banner-sildeshow-hp.our-service-hp .row.find_store {
        flex-wrap: wrap;
    }
    .banner-sildeshow-hp.our-service-hp .row.find_store .box-our-service-hp{
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 20px;
    }
    .banner-sildeshow-hp.our-service-hp .row.find_store .button-see-more-banner-hp .link_button_see_more {
        text-align: center;
        max-width: 330px;
    }
    .banner-sildeshow-hp.our-service-hp .row.find_store .box-our-service-hp p {
        font-size: 15px;
        font-weight: 400;
        line-height: 18.54px;
        text-align: center;
    }
    .banner-sildeshow-hp.our-service-hp .row.find_store .button-see-more-banner-hp {
        margin-top: 30px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1024px) { 
    .banner-sildeshow-hp.our-service-hp .list_our_service_hp .slick-list {
        margin: 0 30px;
    }
}
/*Có thể bạn thích*/
.maybe_you_like_hp {
    margin-top: 24px;
}
.maybe_you_like_hp .group-title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    align-items: center;
}
.maybe_you_like_hp .slider_maybe_you_like_hp .item_maybe_you_like_hp {
    padding: 10px;
    padding-left: 0;
}
.maybe_you_like_hp .slider_maybe_you_like_hp .item_maybe_you_like_hp a img {
    width: 100%
}
.maybe_you_like_hp .slider_maybe_you_like_hp .slick-prev-maybe-you-like {
    position: absolute;
    z-index: 999;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    left: -3%;
    cursor: pointer;
}
.maybe_you_like_hp .slider_maybe_you_like_hp .slick-next-maybe-you-like {
    position: absolute;
    z-index: 999;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    right: -3%;
    cursor: pointer;
}
@media screen and (min-width: 0px) and (max-width: 768px) { 
    .maybe_you_like_hp .slider_maybe_you_like_hp .slick-prev-maybe-you-like {
        display: none !important;
    }
    .maybe_you_like_hp .slider_maybe_you_like_hp .slick-next-maybe-you-like {
        display: none !important;
    }
    .maybe_you_like_hp .group-title {
        margin-bottom: 10px;
    }
    .maybe_you_like_hp .group-title h3.title_maybe_you_like_hp {
        font-size: 17px;
        font-weight: 600;
    }
    .maybe_you_like_hp .container {
        padding-right: 0;
    }
    .maybe_you_like_hp .slider_maybe_you_like_hp .slick-list {
        padding: 0 13% 0 0 !important;
    }
}

/*Slider maybe you like cho detail product*/
.maybe_you_like_hp .slider_maybe_you_like_detail .item_maybe_you_like_hp {
    padding: 10px;
    padding-left: 0;
}
.maybe_you_like_hp .slider_maybe_you_like_detail .item_maybe_you_like_hp a img {
    width: 100%
}
.maybe_you_like_hp .slider_maybe_you_like_detail .slick-prev-maybe-you-like {
    position: absolute;
    z-index: 999;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    left: -3%;
    cursor: pointer;
}
.maybe_you_like_hp .slider_maybe_you_like_detail .slick-next-maybe-you-like {
    position: absolute;
    z-index: 999;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    right: -3%;
    cursor: pointer;
}
@media screen and (min-width: 0px) and (max-width: 768px) { 
    .maybe_you_like_hp .slider_maybe_you_like_detail .slick-prev-maybe-you-like {
        display: none !important;
    }
    .maybe_you_like_hp .slider_maybe_you_like_detail .slick-next-maybe-you-like {
        display: none !important;
    }
    .maybe_you_like_hp .slider_maybe_you_like_detail .slick-list {
        padding: 0 13% 0 0 !important;
    }
}


/*List product dùng chung*/
.list_product_khuyenmai {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.list_product_khuyenmai .item_product_khuyenmai {
    width: 24%;
    padding: 10px;
}
.list_product_khuyenmai .item_product_khuyenmai a{
    display: flex;
    flex-direction: column;
    text-decoration: none;
}
.list_product_khuyenmai .item_product_khuyenmai a:hover{
    text-decoration: none;
    color: #b48c72;
}
.list_product_khuyenmai .item_product_khuyenmai a img{
    width: 100%;
}
.list_product_khuyenmai .item_product_khuyenmai a .name-pd {
    font-size: 16px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 46px;
    display: -webkit-box;
}
.list_product_khuyenmai .item_product_khuyenmai a p {
    font-size: 16px;
    display: flex;
    align-items: center;
}
.list_product_khuyenmai .item_product_khuyenmai a p .up-sale{
    color: #b48c72;
    font-size: 16px;
}
.list_product_khuyenmai .item_product_khuyenmai a p .vt-pc{
    text-decoration:line-through;
    color:#B4B3B2; 
    margin-left: 20px;
    font-size: 15px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
    .list_product_khuyenmai .item_product_khuyenmai a p {
        flex-direction: column;
        align-items: flex-start;
    }
    .list_product_khuyenmai .item_product_khuyenmai a p .vt-pc{
        margin-left: 0px;
    }
    .list_product_khuyenmai .item_product_khuyenmai {
        width: 49%;
        margin-top: 15px;
    }
    .list_product_khuyenmai .item_product_khuyenmai a p .up-sale{
        font-size: 15px;
    }
    .list_product_khuyenmai .item_product_khuyenmai a .name-pd {
        font-size: 15px;
    }
}
@media screen and (min-width: 0) and (max-width: 992px) {
    .list_product_khuyenmai .item_product_khuyenmai a p {
        flex-direction: column;
    }
    .list_product_khuyenmai .item_product_khuyenmai a p .vt-pc{
        margin-left: 0px;
    }
}



/*Tắt sale*/
.woocommerce span.onsale {
    display: none;
}
/*Tắt button add to cart*/
.woocommerce ul.products li.product .button.product_type_variable.add_to_cart_button {
    display: none;
}


.error_input_field {
    display: none;
    color: #e2401c;
    font-size: 15px;
}
.error_field {
    border-bottom: .5px solid #e2401c !important;
}
.error_field::placeholder {
    color: #e2401c;
}

@keyframes flicker {
    0% {
        opacity: 0;
    }
    9% {
        opacity: 0;
    }
    10% {
        opacity: .5;
    }
    13% {
        opacity: 0;
    }
    20% {
        opacity: .5;
    }
    25% {
        opacity: 1;
    }
}


.spinner {
    position: relative;
    width: 64px;
    height: 64px;
}

.spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    margin-left: -25px;
    border-radius: 50%;
    border: 2px solid #ccc;
    border-top-color: #333;
    animation: spin 1s linear infinite;
}

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


/*Dùng chung, set một nửa slider dưới mobile */
@media screen and (min-width: 0px) and (max-width: 768px) { 
    .slick-list{
        padding:0 20% 0 0 !important;
    }
}
/*Set up align for wsy*/
img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }


/*Popup lich hen*/
#popup_lich_hen {
    z-index: 9999;
    background: rgba(180, 140, 114, .8);
    height: 100vh;
    overflow-y: auto;
    padding-top: 100px;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    display: none;
}
#popup_lich_hen .popupContent {
    background: #fff;
    padding: 0;
    position: relative;
    margin: 0 auto;
    height: 480px;
    max-width: 850px;
    width: 100%;
}
#popup_lich_hen .popupContent .close-popup-lich-hen {
    border-radius: 4px;
    cursor: pointer;
    height: 30px;
    right: 5px;
    position: absolute;
    top: 5px;
    text-align: center;
    width: 50px;
    z-index: 5;
}
#popup_lich_hen .popupContent .close-popup-lich-hen span {
    background: rgba(204, 204, 204, .09);
    display: inline-block;
    height: 30px;
    line-height: 30px;
    width: 50px;
}
body.body_men_diamond.woocommerce #popup_lich_hen .popupContent .close-popup-lich-hen span {
    background: rgba(204, 204, 204, .09);
    display: inline-block;
    height: 30px;
    line-height: 30px;
    width: 50px;
    color: #000;
}
#popup_lich_hen .popupContent .form_popup_lich_hen {
    bottom: 0;
    height: 275px;
    padding-top: 20px;
    position: absolute;
    right: 0;
    width: 340px;
    z-index: 4;
}
#popup_lich_hen .popupContent .form_popup_lich_hen .input-filde-new {
    margin-bottom: 10px;
    text-align: center;
}
#popup_lich_hen .popupContent .form_popup_lich_hen .input-filde-new input {
    background: rgba(255, 255, 255, .6);
    border: 1px solid #eee;
    border-radius: 3px;
    font-size: 17px;
    height: 40px;
    outline: none;
    margin: 0 auto;
    max-width: 280px;
    padding: 10px;
    width: 100%;
}
#popup_lich_hen .popupContent .form_popup_lich_hen .input-filde-new select {
    background: rgba(255, 255, 255, .6);
    border: 1px solid #eee;
    border-radius: 3px;
    font-size: 17px;
    height: 40px;
    outline: none;
    margin: 0 auto;
    max-width: 280px;
    padding: 0 10px;
    width: 100%;
}
#popup_lich_hen .popupContent .form_popup_lich_hen .input-filde-new .btn_tu_van_lich_hen {
    position: relative;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    font-size: 17px;
    height: 45px;
    outline: none;
    margin: 0 auto;
    min-width: 180px;
    text-transform: uppercase;
    background: #970f0d !important;
    color: #fff;
}
#popup_lich_hen .popupContent .img-desktop-popup {
    display: block;
}
#popup_lich_hen .popupContent .img-mobile-popup {
    display: none;
}
#popup_lich_hen .popupContent .form_popup_lich_hen .wpcf7-response-output {
    display: none;
}
@media screen and (min-width: 0px) and (max-width: 768px) { 
    #popup_lich_hen .popupContent {
        height: 563px;
        width: 340px;
    }
    #popup_lich_hen .popupContent .form_popup_lich_hen {
        height: 145px;
        padding-top: 12px;
        bottom: 24%;
    }
    #popup_lich_hen .popupContent .img-desktop-popup {
        display: none;
    }
    #popup_lich_hen .popupContent .img-mobile-popup {
        display: block;
    }
}

/*men diamond*/
body.body_men_diamond {
    color: #ffffff;
    background-color: #000000;
}
.body_men_diamond a{
    color: #ffffff;
}
.body_men_diamond .fix{
    background-color: #000000;
}
.body_men_diamond .fix .row{
    background-color: #000000;
}

.body_men_diamond .box_header .header .logo_image .logo_tierra {
    display: none;
}
.body_men_diamond .box_header .header .logo_image .logo_tierra_man {
    display: block;
    width: 130px;
}
.body_men_diamond #main-menu .list_menu_parent .menu-item-parent .box_menu_dropdown {
    color: #ffffff;
    background: #000000;
}
.body_men_diamond .button-lv1 a {
    color: #ffffff;
}
.body_men_diamond .box_header .header .container {
    background: #000000;
}
.body_men_diamond #footer_custom {
    background: #000000;
}
.body_men_diamond #footer_custom .wrapper_logo_footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.body_men_diamond #footer_custom .img-logo-footer {
    display: none;
}
.body_men_diamond #footer_custom .img-logo-footer.men-diamond {
    display: block;
}
.body_men_diamond #footer_custom .img-text-logo-footer {
    display: none;
    padding-top: 0;
}
.body_men_diamond #footer_custom .img-text-logo-footer.men-diamond {
    display: block;
}
.body_men_diamond #footer_custom .about_us_footer .social-pc .li-ketnoi .normal_social {
    display: none;
}
.body_men_diamond #footer_custom .about_us_footer .social-pc .li-ketnoi .men_diamond_social {
    display: flex;
}
.body_men_diamond #footer_custom >.container {
    border-bottom: 1px solid #D9D9D9;
}

@media screen and (min-width: 0px) and (max-width: 768px) { 
    .body_men_diamond #footer_custom .main_footer_mobile .social-pc-mobile .li-ketnoi .normal_social_mobile {
        display: none;
    }
    .body_men_diamond #footer_custom .main_footer_mobile .social-pc-mobile .li-ketnoi .men_diamond_social_mobile {
        display: flex;
    }
    .body_men_diamond #footer_custom .main_footer_mobile .contact_footer_mobile .wn-lien-he-mb .lien-he-mb-2 {
        display: none;
    }
    /* .body_men_diamond #footer_custom .main_footer_mobile .contact_footer_mobile .wn-lien-he-mb .lien-he-mb-2.men_diamond{
        display: block;
    } */
}




#primary {
    overflow: hidden;   
}


/*Popup login*/
.popup_login {
    z-index: 9999;
    background: #3F3A364D;
    height: 100%;
    overflow-y: auto;
    position: fixed;
    top: 40px;
    width: 100%;
    right: 0;
    display: flex;
    justify-content: flex-end;
    display: none;
}
.popup_login .popupContent {
    background: #fff;
    padding: 0;
    position: relative;
    height: 100%;
    width: 39%;
    overflow-y: auto;
}
.popup_login .popupContent .header_popup_login {
    height: 118px;
    align-items: center;
    display: flex;
    background: #f2f2f2;
}
.popup_login .popupContent .header_popup_login .box_header_popup_login {
    width: 372px;
    text-align: end;
    display: flex;
    justify-content: space-between;
    margin-left: 50px;
    align-items: center;
}
.popup_login .popupContent .header_popup_login .box_header_popup_login span{
    font-size: 18px;
    cursor: pointer;
    color: #000;
}
.popup_login .popupContent .header_popup_login .box_header_popup_login h3{
    font-size: 30px;
    font-weight: 300;
    line-height: 37.08px;
    color: #000;
}
.popup_login .popupContent .group_content_popup_login {
    margin-top: 40px;
    margin-left: 50px;
    width: 372px;
    max-height: 712px;
    
    margin-bottom: 71px;
}
.popup_login .popupContent .group_content_popup_login .box_content_popup_login{
    /*width: 424px;*/
}
.popup_login .popupContent .group_content_popup_login .box_content_popup_login h3{
    font-size: 30px;
    font-weight: 300;
    line-height: 37.08px;
    text-align: left;
    color: #000;
}
.popup_login .popupContent .group_content_popup_login .box_content_popup_login .content_popup_register {
    font-size: 16px;
    font-weight: 400;
    line-height: 19.78px;
    text-align: left;
    margin-top: 20px;
    color: #000;
}
.popup_login .popupContent .group_content_popup_login .box_content_popup_login .form_login .login label{
    display: none !important;
}
.popup_login .popupContent .group_content_popup_login .box_content_popup_login .form_login .login input{
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    height: 25px;
    width: 100%;
    outline: 0;
    border: 0;
    border-bottom: .5px solid #d9d9d9;
    padding-bottom: 5px;
    color: #000;
}
.popup_login .popupContent .group_content_popup_login .box_content_popup_login .form_login .login .button_login_regis {
    display: flex;
    margin-top: 40px;
}
.popup_login .popupContent .group_content_popup_login .box_content_popup_login .form_login .login .button_login_regis .form-row{
    padding: 0;
    margin: 0;
}
.popup_login .popupContent .group_content_popup_login .box_content_popup_login .form_login .login .woocommerce-form-row {
    margin: 0;
    margin-top: 40px;
    padding: 0;
}
.popup_login .popupContent .group_content_popup_login .box_content_popup_login .form_login .login .woocommerce-form-row .password-input .show-password-input{
    display: none !important;
}
.popup_login .popupContent .group_content_popup_login .box_content_popup_login .form_login .login button.woocommerce-button {
    background-color: #b48c72;
    color: #fff;
    padding: 10px 25px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    border: 0;
    cursor: pointer;
    margin-right: 0;
}
.popup_login .popupContent .group_content_popup_login .box_content_popup_login .form_login .login .form-row.button_dang_ky {
    color: #3f3a36;
    background-color: #fff;
    border: .5px solid #d9d9d9;
    padding: 10px 25px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    cursor: pointer;
    width: max-content;
    margin-left: 20px;
}
.popup_login .popupContent .group_content_popup_login .box_content_popup_login .form_login .login .form-row.button_dang_ky a {
    color: #3f3a36;
}
.popup_login .popupContent .group_content_popup_login .box_content_popup_login .form_login .login .lost_password {
    display: none;
}
.popup_login .popupContent .group_content_popup_login .box_content_popup_login .form_login .woocommerce-notices-wrapper {
    margin-top: 20px;
}
.popup_login .popupContent .group_content_popup_login .box_content_popup_login .form_login .woocommerce-form-login.login {
    border: none;
    padding: 0;
    margin: 0;
    border-radius: 0;
}
.popup_login .popupContent .close_popup_login_mobile {
    display: none;        
}
@media screen and (min-width: 0px) and (max-width: 1025px) { 
    .popup_login .popupContent {
        width: 100%;
        position: relative;
    }
    .popup_login .popupContent .close_popup_login_mobile {
        display: block;
        position: absolute;
        top: 1%;
        right: 4%;
    }
    .popup_login .popupContent .header_popup_login {
        display: none;
    }
    .popup_login .popupContent .group_content_popup_login {
        width: auto;
        margin-left: 0;
        padding: 0 40px;
        margin-top: 60px;
    }
    .popup_login .popupContent .group_content_popup_login .box_content_popup_login .form_login .login .button_login_regis {
        margin-top: 40px;
    }
    .popup_login .popupContent .group_content_popup_login .box_content_popup_login h3{
        font-size: 24px;
        font-weight: 300;
        line-height: 29.66px;
        text-align: left;
    }
    .popup_login .popupContent .group_content_popup_login .box_content_popup_login .content_popup_register  {
        font-size: 15px;
        font-weight: 400;
        line-height: 18.54px;
        text-align: left;
    }
    .popup_login .popupContent .group_content_popup_login .box_content_popup_login .form_login .login input{
        font-size: 15px;
    }
    .popup_login .popupContent .group_content_popup_login .box_content_popup_login .form_login .login button.woocommerce-button {
        font-size: 15px;
    }
    .popup_login .popupContent .group_content_popup_login .box_content_popup_login .form_login .login .form-row.button_dang_ky {
        font-size: 15px;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1200px) { 
    .popup_login .popupContent .header_popup_login .box_header_popup_login {
        width: 330px;
    }
    .popup_login .popupContent .group_content_popup_login {
        width: 330px;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1300px) { 
    .popup_login .popupContent .header_popup_login .box_header_popup_login {
        width: 313px;
    }
    .popup_login .popupContent .group_content_popup_login {
        width: 313px;
    }
}
@media screen and (min-width: 1300px) and (max-width: 1439px) { 
    .popup_login .popupContent .header_popup_login .box_header_popup_login {
        width: 291px;
    }
    .popup_login .popupContent .group_content_popup_login {
        width: 291px;
    }
}




/* STYLES FOR THE RANGE SLIDER */
/* pagination */
.pagination {
  display: flex !important;
}
.pagination .page-numbers.current {
  color: #b48c72;
  border-bottom: 2px solid #b48c72;
  background-color: transparent;
  padding: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
.body_men_diamond .pagination .page-numbers.current {
  color: #707D8E;
  border-bottom: 2px solid #707D8E;
}
.pagination .page-numbers.dots {
  border-bottom: 2px solid #d9d9d9;
}
.pagination a {
  color: #000 !important;
  text-decoration: none !important;
  border-bottom: 2px solid #d9d9d9;
  background-color: transparent;
  padding: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}
.body_men_diamond .pagination a {
  color: #ffffff !important;
}
.pagination .prev.page-numbers,
.pagination .next.page-numbers {
  display: none;
}

.pagination .page-numbers.current:hover {
  background-color: #e0e0e0;
  color: #b48c72;
}
.body_men_diamond .pagination .page-numbers.current:hover {
  color: #707D8E;
}
.pagination .page-numbers:hover {
  background-color: #e0e0e0;
  color: #000;
  text-decoration: none;
}

/* list product custom */
.section_list_product_custom {
    margin: 50px 0;
}
.section_list_product_custom .list_product_detail_post {
    display: flex;
    justify-content: space-between;
}
.section_list_product_custom .list_product_detail_post .item_product_detail_post {
    width: 30%;
}
.section_list_product_custom .list_product_detail_post .item_product_detail_post .product_box_content_img .slick-prev-thumbnail {
  position: absolute;
  top: 90%;
  left: 0;
  width: 30px;
  height: 30px;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  border: 1px solid #000;
  border-radius: 50%;
  color: #000;
  cursor: pointer;
  font-size: 18px;
}
.section_list_product_custom .list_product_detail_post .item_product_detail_post .product_box_content_img .slick-next-thumbnail {
  position: absolute;
  top: 90%;
  right: 0;
  width: 30px;
  height: 30px;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  border: 1px solid #000;
  border-radius: 50%;
  color: #000;
  cursor: pointer;
  font-size: 18px;
}
.section_list_product_custom .list_product_detail_post .item_product_detail_post .product_box_content_img .slick-dots li.slick-active button {
  width: 100%;
  height: 100%;
  background: #b48c72;
  border: none;
}
.section_list_product_custom .list_product_detail_post .item_product_detail_post .product_box_content_img .slick-dots li.slick-active button:after {
  display: none;
}
.section_list_product_custom .list_product_detail_post .item_product_detail_post .product_box_content_img .slick-dots li button:hover,
.section_list_product_custom .list_product_detail_post .item_product_detail_post .product_box_content_img .slick-dots li button:focus {
  outline: none;
  border: none;
  background-color: none;
  width: 100%;
  height: 100%;
  background: #b48c72;
}


#crafting-happiness {
    opacity: 0;
}

.button_chat_diamonds {
    margin-top: 20px;
    position: fixed;
    top: 59%;
    right: 2%;
    transform: translateY(-50%);
    z-index: 10;
    width: 64px;
    height: 64px;
    background: #B48C72;
    border-radius: 50%;
    cursor: pointer;
    display: none;
}

.popup_footer_discount {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}
.body_kim_cuong .popup_footer_discount {
    display: none;
}
.popup_footer_discount_desktop {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
}
.popup_footer_discount_desktop .img_popup_footer_discount {
    position: absolute;
    height: 60px;
}
.popup_footer_discount_desktop .container {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: end;
    position: relative;
}
.popup_footer_discount_desktop .container .wrapper_floater {
    display: flex;
    align-items: end;
    justify-content: end;
    width: 100%;
    max-width: 1440px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.popup_footer_discount_desktop .container .wrapper_floater .wrapper_input_floater {
    display: flex;
    align-items: end;
    gap: 20px;
}
.popup_footer_discount_desktop .container .wpcf7-response-output {
    display: none;
}
.popup_footer_discount_desktop .container .wrapper_floater .wpcf7-spinner {
    display: none;
}
.popup_footer_discount_desktop .container .wrapper_floater .input_name_floater {
    width: 272px;
}
.popup_footer_discount_desktop .container .wrapper_floater .input_phone_floater {
    width: 170px;
}
.popup_footer_discount_desktop .container .wrapper_floater .btn_submit_floater {
    width: 150px;
}
.body_men_diamond .popup_footer_discount_desktop .container .wrapper_floater .input_name_floater input {
    color: #000;
}
.popup_footer_discount_desktop .container .wrapper_floater .input_name_floater input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #3F3A36;
    background: transparent;
    height: 25px;
}
.popup_footer_discount_desktop .container .wrapper_floater .input_name_floater input::placeholder {
    font-size: 16px;
    font-weight: 400;
    line-height: 19.78px;
    text-align: left;
    color: #3F3A36;
}
.body_men_diamond .popup_footer_discount_desktop .container .wrapper_floater .input_phone_floater input { 
    color: #000;
}
.popup_footer_discount_desktop .container .wrapper_floater .input_phone_floater input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #3F3A36;
    background: transparent;
    height: 25px;
}
.popup_footer_discount_desktop .container .wrapper_floater .input_phone_floater input::placeholder {
    font-size: 16px;
    font-weight: 400;
    line-height: 19.78px;
    text-align: left;
    color: #3F3A36;
}
.popup_footer_discount_desktop .container .wrapper_floater .btn_submit_floater input {
    width: 100%;
    background: #B48C72;
    color: #ffffff;
    border: none;
    height: 39px;
    font-size: 15px;
    font-weight: 400;
    line-height: 18.54px;
}
.popup_footer_discount_mobile {
    display: none;
}
.popup_footer_discount_desktop .container .wrapper_floater .close-popup-floater {
    display: none;
}
.popup_footer_discount_desktop .container .wrapper_floater .img-floater-mobile {
    display: none;
}
.popup_footer_discount_desktop .container .wrapper_floater .input_datetime_floater {
    display: none;
}
.wpcf7-response-output {
    display: none;
}

@media screen and (min-width: 0px) and (max-width: 768px) { 
    .popup_footer_discount_desktop .img_popup_footer_discount {
        display: none;
    }
    .popup_footer_discount_desktop .container {
        display: none;
        z-index: 9999;
        background: rgb(150 114 90 / 80%);
        height: 100vh;
        overflow-y: auto;
        padding-top: 100px;
        position: fixed;
        top: 0;
        width: 100%;
        left: 0;
        transform: unset;
    }
    .popup_footer_discount_desktop .container .wrapper_floater {
        display: block;
        height: 563px;
        width: 340px;
        max-width: 850px;
        background: #fff;
        padding: 0;
        position: relative;
        margin: 0 auto;
        transform: unset;
        top: 0;
        left: 0;
    }
    .popup_footer_discount_desktop .container .wrapper_floater .img-floater-mobile {
        display: block;
    }
    .popup_footer_discount_desktop .container .wrapper_floater .close-popup-floater {
        border-radius: 4px;
        cursor: pointer;
        height: 30px;
        right: 5px;
        position: absolute;
        top: 5px;
        text-align: center;
        width: 50px;
        z-index: 5;
        display: block;
    }
    .popup_footer_discount_desktop .container .wrapper_floater .close-popup-floater span {
        background: rgba(204, 204, 204, .09);
        display: inline-block;
        height: 30px;
        line-height: 30px;
        width: 50px;
    }
    .popup_footer_discount_desktop .container .wrapper_floater .wrapper_input_floater {
        flex-direction: column;
        position: absolute;
        top: 55%;
        left: 0;
        width: 100%;
        gap: 10px
    }
    .popup_footer_discount_desktop .container .wrapper_floater .input_name_floater {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .popup_footer_discount_desktop .container .wrapper_floater .input_name_floater input {
        background: rgba(255, 255, 255, .6);
        border: 1px solid #eee;
        border-radius: 3px;
        font-size: 17px;
        height: 40px;
        outline: none;
        margin: 0 auto;
        max-width: 280px;
        padding: 10px;
        width: 100%;
    }
    .popup_footer_discount_desktop .container .wrapper_floater .input_phone_floater {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .popup_footer_discount_desktop .container .wrapper_floater .input_phone_floater input {
        background: rgba(255, 255, 255, .6);
        border: 1px solid #eee;
        border-radius: 3px;
        font-size: 17px;
        height: 40px;
        outline: none;
        margin: 0 auto;
        max-width: 280px;
        padding: 10px;
        width: 100%;
    }
    .popup_footer_discount_desktop .container .wrapper_floater .input_datetime_floater {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .popup_footer_discount_desktop .container .wrapper_floater .input_datetime_floater input {
        background: rgba(255, 255, 255, .6);
        border: 1px solid #eee;
        border-radius: 3px;
        font-size: 17px;
        height: 40px;
        outline: none;
        margin: 0 auto;
        max-width: 280px;
        padding: 10px;
        width: 280px;
    }
    .popup_footer_discount_desktop .container .wrapper_floater .input_datetime_floater input::placeholder {
        color: #3f3a36;
    }
    .popup_footer_discount_desktop .container .wrapper_floater .btn_submit_floater {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .popup_footer_discount_desktop .container .wrapper_floater .btn_submit_floater input {
        position: relative;
        border: none;
        border-radius: 3px;
        cursor: pointer;
        font-size: 17px;
        height: 45px;
        outline: none;
        margin: 0 auto;
        min-width: 180px;
        width: 280px;
        text-transform: uppercase;
        background: #970f0d !important;
        color: #fff;
    }
    
    

    
    .popup_footer_discount_mobile {
        display: block;
    }
    .popup_footer_discount_mobile img {
        width: 100%;
        height: 60px;
        object-fit: fill;
    }
    .popup_footer_discount_mobile .container {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .popup_footer_discount_mobile .container .btn_submit_floater_mobile {
        width: 36.5%;
        height: 39px;
        background: #B48C72;
        color: #fff;
        font-size: 15px;
        font-weight: 400;
        line-height: 18.54px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 50%;
        right: 3%;
        transform: translateY(-50%);
    }
}

.banner_product .img_banner .img_banner_product_desktop {
    display: block;
}
.banner_product .img_banner .img_banner_product_mobile {
    display: none;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
    .banner_product .img_banner .img_banner_product_desktop {
        display: none;
    }
    .banner_product .img_banner .img_banner_product_mobile {
        display: block;
    }
}

@media screen and (min-width: 0px) and (max-width: 768px) { 
    .pkcp-parent-container {
        bottom: 74px !important;
    }
}


/* Chat Box */
body.body_men_diamond .pkcp-parent-container .pkcp-popup-open .pkcp-popup-conversation-item-attachment .pkcp-popup-conversation-item-link {
    color: #000000;
}
.pkcp-parent-container .pkcp-popup-open {
    max-height: 530px !important;
}
@media screen and (min-width: 0px) and (max-width: 1266px) { 
    .pkcp-parent-container .pkcp-popup-open {
        max-height: none !important;
    }
}


/*Popup lich hen*/
#popup_lich_hen_timeout {
    z-index: 9999;
    background: rgba(180, 140, 114, .8);
    height: 100vh;
    overflow-y: auto;
    padding-top: 100px;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    display: none;
}
#popup_lich_hen_timeout .popupContent {
    background: #fff;
    padding: 0;
    position: absolute;
    margin: 0 auto;
    height: 480px;
    max-width: 850px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
}
#popup_lich_hen_timeout .popupContent .close-popup-lich-hen {
    border-radius: 4px;
    cursor: pointer;
    height: 30px;
    right: 5px;
    position: absolute;
    top: 5px;
    text-align: center;
    width: 50px;
    z-index: 5;
}
#popup_lich_hen_timeout .popupContent .close-popup-lich-hen span {
    background: rgba(204, 204, 204, .09);
    display: inline-block;
    height: 30px;
    line-height: 30px;
    width: 50px;
}
body.body_men_diamond.woocommerce #popup_lich_hen_timeout .popupContent .close-popup-lich-hen span {
    background: rgba(204, 204, 204, .09);
    display: inline-block;
    height: 30px;
    line-height: 30px;
    width: 50px;
    color: #000;
}
#popup_lich_hen_timeout .popupContent .form_popup_lich_hen {
    bottom: 0;
    height: 275px;
    padding-top: 20px;
    position: absolute;
    right: 0;
    width: 340px;
    z-index: 4;
}
#popup_lich_hen_timeout .popupContent .form_popup_lich_hen .input-filde-new {
    margin-bottom: 10px;
    text-align: center;
}
#popup_lich_hen_timeout .popupContent .form_popup_lich_hen .input-filde-new .wpcf7-spinner {
    display: none;
}

.body_men_diamond .popupContent .form_popup_lich_hen .input-filde-new input {
    color: #000;
}

#popup_lich_hen_timeout .popupContent .form_popup_lich_hen .input-filde-new input {
    background: rgba(255, 255, 255, .6);
    border: 1px solid #eee;
    border-radius: 3px;
    font-size: 17px;
    height: 40px;
    outline: none;
    margin: 0 auto;
    max-width: 280px;
    padding: 10px;
    width: 100%;
}
#popup_lich_hen_timeout .popupContent .form_popup_lich_hen .input-filde-new select {
    background: rgba(255, 255, 255, .6);
    border: 1px solid #eee;
    border-radius: 3px;
    font-size: 17px;
    height: 40px;
    outline: none;
    margin: 0 auto;
    max-width: 280px;
    padding: 0 10px;
    width: 100%;
    color: #3F3A36;
}
#popup_lich_hen_timeout .popupContent .form_popup_lich_hen .input-filde-new .btn_tu_van_lich_hen {
    position: relative;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    font-size: 17px;
    height: 45px;
    outline: none;
    margin: 0 auto;
    min-width: 180px;
    text-transform: uppercase;
    background: #970f0d !important;
    color: #fff;
}
#popup_lich_hen_timeout .popupContent .img-desktop-popup {
    display: block;
}
#popup_lich_hen_timeout .popupContent .img-mobile-popup {
    display: none;
}
#popup_lich_hen .popupContent .form_popup_lich_hen .wpcf7-response-output {
    display: none;
}
#popup_lich_hen_timeout .list-image-popup-lich-hen-timeout .slick-list {
    padding: 0 !important;
}
#popup_lich_hen_timeout .list-image-popup-lich-hen-timeout .slick-dots {
  text-align: center;
  top: 93%;
}
#popup_lich_hen_timeout .list-image-popup-lich-hen-timeout .slick-dots {
  text-align: center;
  top: 93%;
}
#popup_lich_hen_timeout .list-image-popup-lich-hen-timeout .slick-dots li {
  width: 14px;
  height: 14px;
}
#popup_lich_hen_timeout
  .list-image-popup-lich-hen-timeout
  .slick-dots
  li
  button {
  width: 14px;
  height: 14px;
}
#popup_lich_hen_timeout
  .list-image-popup-lich-hen-timeout
  .slick-dots
  li
  button:before {
  width: 10px;
  height: 10px;
}
@media screen and (min-width: 0px) and (max-width: 768px) { 
    #popup_lich_hen_timeout .popupContent {
        height: 563px;
        width: 340px;
    }
    #popup_lich_hen_timeout .popupContent .form_popup_lich_hen {
        height: 145px;
        padding-top: 12px;
        bottom: 24%;
    }
    #popup_lich_hen_timeout .popupContent .img-desktop-popup {
        display: none;
    }
    #popup_lich_hen_timeout .popupContent .img-mobile-popup {
        display: block;
    }
    #popup_lich_hen_timeout .list-image-popup-lich-hen-timeout .slick-dots {
        top: 38%;
    }
}
@media screen and (min-width: 768px) and (max-width: 992px) { 
    #popup_lich_hen_timeout .popupContent {
        max-width: 750px;
        height: 424px;
    }
    #popup_lich_hen_timeout .popupContent .form_popup_lich_hen {
        width: 302px;
    }
}
#wpadminbar {
    display: block !important;
}


.trp-language-switcher.trp-language-switcher-container {
    width: auto !important;
    height: auto !important;
}

.trp-ls-shortcode-current-language {
    display: none !important;

}
.trp-ls-shortcode-language {
    display: flex !important;
    padding: 0 !important; 
    border: none !important;
    height: auto !important;
    overflow: auto !important;
    visibility: visible !important;
    width: auto !important;
    border-radius: 0 !important; 
    background-image: none !important;
    background-repeat: no-repeat;
    background-color: inherit !important;
}

.trp-language-switcher.trp-language-switcher-container:hover .trp-ls-shortcode-language {
    background-color: inherit !important; 
    display: flex !important;
    padding: 0 !important; 
    border: none !important;
    height: auto !important;
    overflow: auto !important;
    visibility: visible !important;
    width: auto !important;
    border-radius: 0 !important;
    background-image: inherit !important;
    position: inherit !important;
}
.trp-language-switcher>div>a:hover {
    background: inherit !important;
    border-radius: 0 !important;
}
.trp-ls-shortcode-language .trp-ls-shortcode-disabled-language {
    display: flex;
    align-items: center;
}
.trp-ls-shortcode-language .trp-ls-shortcode-disabled-language::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 17px;
    background: #000;
    margin-left: 10px;
}

@media screen and (min-width: 0px) and (max-width: 992px) { 
    .trp-ls-shortcode-language .trp-ls-shortcode-disabled-language {
        margin-right: 8px;
    }
}

/* Navigation myaccount */
.woocommerce-MyAccount-navigation-link.is-active a {
    border-bottom: 3px solid #B48C72;
}

.woocommerce-MyAccount-navigation-link a {
    color: #333;
    padding-bottom: 5px;
}

.woocommerce-MyAccount-navigation-link a:hover {
    text-decoration: none;
}
