/*common*/
/*#989561 97935F D99A2B*/
@charset "UTF-8";
@font-face {
    font-display: block;
    font-family: Inter-Regular;
    src: url(../fonts/Inter-Regular.ttf)
}

@font-face {
    font-display: block;
    font-family: Inter-Bold;
    src: url(../fonts/Inter-Bold.ttf)
}

@font-face {
    font-display: block;
    font-family: Inter-Light;
    src: url(../fonts/Inter-Light.ttf)
}

@font-face {
    font-display: block;
    font-family: Inter-Medium;
    src: url(../fonts/Inter-Medium.ttf)
}

body {
    font-family: Inter-Regular;
    color: #1a1a1a;
}
img{
    object-fit: scale-down;
}
.product-infor .product-policy-sec .plc-item h6{
    font-size: 15px;
    font-weight: bold;
}
@media (min-width: 1200px) {
    .container {
        max-width: 80%;
    }

    #popupHome .modal-dialog{
        max-width: 600px;
    }

}

:root {
  --main-color: #d4343c;
  --primary-color: #679210;
  --hover-color: #f04049;
  --main-color-light: #f04049;
}

.dsp-flex {
    display: flex;
}

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

.ps-rela {
    position: relative;
}

a {
    color: #1a1a1a;
}

a:hover {
    color: #1a1a1a;
    text-decoration: none;
}

ul {
    list-style: none;
}

.mrg-top-5 {
    margin-top: 5px;
}

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

.mrg-top-15 {
    margin-top: 15px;
}

.mrg-top-35 {
    margin-top: 35px;
}

.mrg-top-50 {
    margin-top: 50px;
}

.mrg-bot-0 {
    margin-bottom: 0;
}

.mrg-bot-5 {
    margin-bottom: 5px;
}

.mrg-bot-10 {
    margin-bottom: 10px;
}

.mrg-bot-15 {
    margin-bottom: 15px;
}

.mrg-bot-35 {
    margin-bottom: 35px;
}

.mrg-bot-50 {
    margin-bottom: 50px;
}

.pd-l-0 {
    padding-left: 0;
}

.pd-lr-0 {
    padding-left: 0;
    padding-right: 0;
}

.pd-lr-5 {
    padding-left: 5px;
    padding-right: 5px;
}

.pd-tb-5 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.pd-l-10 {
    padding-left: 10px;
}

.pd-20 {
    padding: 20px;
}

.pd-b-15 {
    padding-bottom: 15px;
}

.txt-cent {
    text-align: center;
}

.txt-upper {
    text-transform: uppercase;
}

.txt-grey {
    color: #6D625F;
}

.txt-40 {
    font-size: 40px;
}

.txt-30 {
    font-size: 30px;
}

.txt-22 {
    font-size: 22px;
}

.txt-18 {
    font-size: 18px;
}

.txt-14 {
    font-size: 14px;
}

.txt-bold-600 {
    font-weight: 600;
}

.txt-lh-24 {
    line-height: 24px;
}

.txt-lh-20 {
    line-height: 20px;
}

.border-b {
    border-bottom: 1px solid #ededed;
}

.border-r {
    border-right: 1px solid #ededed;
}

.fl-right {
    float: right;
}
/*end common*/

/*header*/
.header-section {
    background-color: #fff;
}

.header-section.affix-mobile {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
}

.header-section-pc-left {
    width: 10%;
}

.header-section-pc-left .header-section-pc-logo a img {
    width: 100%;
    height: auto;
}

.header-section-pc-cent {
    width: 40%;
    justify-content: left;
}

.header-section-pc-cent .header-section-pc-searchbar {
    width: 65%;
    margin-left: 5%;
}

.header-section-pc-cent .header-section-pc-searchbar .box-input, .search-sec-mb .box-input {
    border-radius: 20px;
    border: 2px solid #d5d5d5;
    overflow: hidden;
    z-index: 1000;
    position: relative;
    background-color: #fff;
    height: 35px;
}

.header-section-pc-cent .header-section-pc-searchbar .box-input .input-group-search,
.search-sec-mb .box-input .input-group-search {
    float: left;
    vertical-align: top;
    width: calc(100% - 50px);
}

.header-section-pc-cent .header-section-pc-searchbar .box-input input[type=text],
.search-sec-mb .box-input input[type=text] {
    border: none;
    padding: 6px 0;
    width: 100%;
    text-indent: 10px;
    font-size: 13px;
    background: 0 0;
}

.header-section-pc-cent .header-section-pc-searchbar .box-input .btn-searchbox,
.search-sec-mb .box-input .btn-searchbox {
    width: 50px;
    border: none;
    padding-top: 3px;
    color: #999;
    font-weight: 700;
    background: 0 0;
}

.header-section-pc-right {
    width: 50%;
}

.header-section-pc-right .header-section-pc-right-ul {
    width: 100%;
}

.header-section-pc-right .header-section-pc-right-ul .hd-pc-right-ul li {
    display: inline;
}

.header-section-pc-right .header-section-pc-right-ul .hd-pc-right-ul li:nth-child(2) {
    padding: 0 9%;
}

.header-section-pc-right .header-section-pc-right-ul .hd-pc-right-ul li:last-child {
    padding-right: 0;
    float: right;
}

.user-name-hd {
    white-space: nowrap;
    width: 60px;
    display: inline-flex;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cart-li:hover {
    cursor: pointer;
}

.cart-li div {
    position: absolute;
    left: 11px;
    top: 11px;
    background: #000;
    color: #fff;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    font-size: 12px;
}

.header-section-pc-menu .hd-pc-menu-ul li:not(.sub-mn-lv2-li,.sub-mn-lv3-li) {
    display: inline;
    padding: 5px 30px;
    border-right: 1px solid #bfbfbf;
}

.header-section-pc-menu .hd-pc-menu-ul li:last-child {
    border-right: none;
}

.header-section-pc-menu .hd-pc-menu-ul li a {
    text-transform: uppercase;
}

.header-section-pc-menu .hd-pc-menu-ul li img {
    width: 40px;
}

.dropdown-mn {
    box-shadow: 0 6px 12px rgb(0 0 0 / 10%);
}

.header-section-pc-menu .hd-pc-menu-ul li.sub-mn-lv1-li:hover .sub-mn-lv2.dropdown-mn {
    display: block;
}

.sub-mn-lv2.dropdown-mn {
    background: #fff;
    position: absolute;
    left: 0;
    top: 100%;
    /*list-style: none;*/
    width: 300px;
    z-index: 10;
    text-align: left;
    display: none;
}

.sub-mn-lv2.dropdown-mn li {
    padding: 5px 0;
}

.hd-pc-menu-ul li:hover {
    background: #ededed;
}

.sub-mn-lv2.dropdown-mn li a {
    text-transform: none;
}

.sub-mn-lv2.dropdown-mn li i {
    position: absolute;
    right: 10px;
    top: 35%;
}

.sub-mn-lv2.dropdown-mn li.sub-mn-lv2-li:hover .sub-mn-lv3.dropdown-mn {
    display: block;
}

.sub-mn-lv3.dropdown-mn, .sub-mn-lv4.dropdown-mn {
    background: #fff;
    position: absolute;
    /*list-style: none;*/
    width: 300px;
    z-index: 10;
    text-align: left;
    top: 0;
    left: 100%;
    display: none;
}

.sub-mn-lv1-li:last-child .sub-mn-lv3.dropdown-mn {
    right: 100%;
    left: auto;
}

.sub-mn-lv1-li > a > i {
    font-size: 12px;
}

.sub-mn-lv3.dropdown-mn li.sub-mn-lv3-li:hover .sub-mn-lv4.dropdown-mn {
    display: block;
}

#menu-mobile-btn {
    height: 50px;
    /*width: 50px;*/
    text-align: center;
    cursor: pointer;
    background-color: transparent;
    border: none;
}

#menu-mobile-btn .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #333;
}

#menu-mobile-btn .icon-bar+.icon-bar {
    margin-top: 4px;
}

.header-mb-m {
    justify-content: space-between;
}

.header-mb-m .header-mb-logo {
    width: 50%;
}

.header-mb-m .header-mb-menu i {
    font-size: 17px;
    padding: 5px 7px;
}

.header-mb {
    background-color: #fff;
    border-bottom: 1px solid #ededed;
}

.header-mb.affix-mobile {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
}

.search-sec-mb {
    display: none;
    position: fixed;
    left: 0;
    top: 53px;
    width: 100%;
    z-index: 9999;
}
/*end header*/

/*trang chu*/
.txt-underl {
    position: relative;
}

.txt-underl:after {
    position: absolute;
    content: '';
    width: 15%;
    height: .02rem;
    left: 50%;
    top: calc(100% + 10px);
    transform: translateX(-50%);
    background: #000;
}

.txt-underl.l-l:after {
    width: 70%;
    left: 65%;
    top: 100%;
}

.m-banner-owl .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 0;
}

.main-banner .m-banner-owl .m-item a img {
    width: 100%;
    height: auto;
}

.sale-vm-btn {
    padding: 5px 30px;
    background: #97935f;
    color: #fff;
    border: 1px solid #97935f;
}

.sale-vm-btn:hover {
    background: #fff;
    color: #97935f;
}

.policy-section img {
    width: 20%;
}

.policy-section .pd-l-10 {
    width: 75%;
}

.policy-section .pd-l-10 h6 {
    font-weight: 600;
    margin-bottom: 0.1rem;
}

/*.item-content {*/
/*    padding: 0 20px;*/
/*}*/

.item-rate span {
    font-size: 14px;
}

.item-rate i {
    color: #d99a2b;
    font-size: 12px;
}

.item-attr-color-li {
    display: inline-block;
    width: 33px;
    height: 35px;
    /*border: 1px solid #000;*/
    border-radius: 50%;
    margin-right: 5px;
    overflow: hidden;
}

.item-attr-color-li img {
    cursor: pointer;
    width: 100%;
}

.item-prices .cur-prc {
    font-size: 20px;
    margin-right: 20px;
}

.item-prices .old-prc {
    text-decoration: line-through;
    font-size: 15px;
}

.item-btn.txt-cent {
    text-align: left;
}

.item-btn .item-addbtn {
    width: 80%;
    background-color: #fff;
    border: 2px solid #333;
    border-radius: 4px;
    color: #1a1a1a;
    font-size: 14px;
}

.category-img-section img {
    width: 100%;
    height: auto;
}

.category-img-section span {
    position: absolute;
    bottom: 1%;
    left: 10%;
    color: #fff;
    font-size: 30px;
}

.customers-section .customers-title h2 {
    position: absolute;
    width: 100%;
    top: 45%;
    color: #fff;
    font-size: 2.25rem;
}

.numbers-main {
    padding: 30px 0;
}

.numbers-section .numbers-title img {
    width: 50px;
}

.number-item {
    padding: 20px 10px;
    border: 1px solid #000;
}

.number-item h2 {
    color: #97935f;
}

.number-exp-btn {
    background-color: #97935f;
    color: #fff;
    padding: 5px 30px;
    border-radius: 5px;
    border: 1px solid #97935f;
}

.number-exp-btn:hover {
    color: #fff;
}

.slogan-title img {
    width: 300px;
}

.slogan-list {
    padding: 20px;
    border: 2px solid #333;
    border-radius: 30px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.slogan-list-ul li {
    border-bottom: 1.5px solid #999;
    position: relative;
}

.slogan-list-ul li i {
    float: right;
    margin-top: 5px;
}

.slogan-list-ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.slogan-list-ul li:first-child {
    padding-top: 0;
}

.slogan-list-ul li .answer {
    display: none;
    padding: 2em 1.3em 1em;
}

.slogan-list-ul li a {
    display: block;
    padding: 1em 0.5em;
}

.slogan-list-ul li.active a {
    border-color: #000;
    background-color: rgba(0,0,0,.03);
    font-weight: 600;
    color: #1a1a1a;
}

.store-item img {
    width: 100%;
    height: auto;
}

.store-item h3 {
    position: absolute;
    bottom: 15%;
    width: 60%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

.story-img-1 img {
    width: 100%;
    height: auto;
}

.story-img-2 img {
    width: 85%;
    height: auto;
    float: right;
}

.story-content-1 span, .story-content-2 span {
    font-size: 15px;
    color: #6d625f;
}

.sale-percent {
    position: absolute;
    top: 1px;
    right: 1px;
    background-color: #d4343c;
    padding: 0 5px;
}

.sale-percent span {
    color: #fff;
    font-size: 25px;
}

.sale-percent span.prc-symb {
    font-size: 15px;
}

.stl-owl .owl-nav button {
    position: absolute;
    top: 25%;
    width: 30px;
    height: 30px;
    background-color: #ededed !important;
    border-radius: 50% !important;
}

.stl-owl .owl-nav button span {
    font-size: 35px;
    line-height: 25px;
}

.stl-owl .owl-nav button.owl-prev {
    left: -2%;
}

.stl-owl .owl-nav button.owl-next {
    right: -2%;
}

.stores-owl.stl-owl .owl-nav button {
    top: 45%;
}

.stores-owl.stl-owl .owl-nav button.owl-prev {
    left: 1%;
}

.stores-owl.stl-owl .owl-nav button.owl-next {
    right: 1%;
}

.stl-owl.owl-theme .owl-dots button span {
    width: 30px;
    height: 5px;
    margin: 5px 5px;
}

.stl-owl.owl-theme .owl-dots button.owl-dot.active span {
    background: #97935f;
}

.prc-unit {
    position: absolute;
    top: 0;
    font-size: 17px;
}

.old-prc .prc-unit {
    font-size: 15px;
}

.stores-section .store-item h3 {
    color: #fff;
    bottom: 2%;
}

.customer-rate i {
    color: #d99a2b;
}

.story-tlt h1 span:nth-child(1) {
    font-weight: 600;
}

.customer-cm .txt-grey p {
    margin-top: 15px;
}

.new-collection-title h2 {
    font-weight: bold;
}

.policy-section p {
    margin-bottom: 0;
}
/*end trang chu*/

/*footer*/
.footer-top {
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
}

.footer-top .ct-icon-item {
    padding: 15px 0;
}

.footer-top .ct-icon-item img {
    width: 50px;
    height: auto;
}

.footer-top .ct-icon-item span {
    font-size: 13px;
}

.footer-top .ct-icon-item h5 {
    margin-bottom: 0.1rem;
    margin-top: 5px;
}

.ft-bot-1-content span {
    font-size: 14px;
    color: #737373;
}

.ft-bot-2 .dsp-flex img, .ft-bot-3 .dsp-flex img {
    width: 20%;
    height: fit-content;
}

.ft-bot-2 .dsp-flex .txt-lh-20, .ft-bot-3 .dsp-flex .txt-lh-20 {
    font-size: 14px;
}

.ft-bot-1-content .send-fb {
    width: 100%;
}

.ft-bot-1-content .send-fb .send-fb-btn, .send-fb-mb .send-fb-btn {
    width: 100%;
    background-color: #fff;
    border: 2px solid #d5d5d5;
    padding: 5px 0;
    display: block;
}

.ft-bot-1-content .send-fb .send-fb-btn:hover {
    background-color: #97935f;
    border: 2px solid #97935f;
    color: #fff;
}

.ft-bot-4 .social-icons a img {
    width: 35px;
    height: auto;
    border-radius: 8px;
    margin-right: 5px;
}

.ft-bot-2-up ul, .ft-bot-3-up ul, .ft-bot-4-up ul {
    padding-left: 0;
}

.ft-bot-2-up ul li, .ft-bot-3-up ul li, .ft-bot-4-up ul li {
    padding: 5px 0;
    font-size: 14px;
}

.ft-bot-2-up ul li:hover, .ft-bot-3-up ul li:hover, .ft-bot-4-up ul li:hover,
.ft-bot-2-up ul li a:hover, .ft-bot-3-up ul li a:hover, .ft-bot-4-up ul li a:hover {
    color: #97935f;
}

.ft-bot-2-up ul li a, .ft-bot-3-up ul li a, .ft-bot-4-up ul li {
    color: #6d625f;
}

.ft-bot-4 .social-icons h6 {
    color: #1a1a1a;
}

.ft-bot-2 h6, .ft-bot-3 h6, .ft-bot-4 h6 {
    font-weight: 600;
}

.ft-fn {
    background-color: #97935f;
}

.ft-fn i, .ft-fn a, .ft-fn .txt-cent {
    color: #fff;
}

.footer-pc .subcribe-form form{
    display: flex;
}

.footer-pc .subcribe-form form input{
    flex: 1;
}

.footer-pc .subcribe-form form button{
    margin-left: -1px;
}

.footer-cen {
    border-bottom: 1px solid #d5d5d5;
}

.subcribe-input {
    width: 85%;
    padding: 10px;
}

.subcribe-title {
    padding-bottom: 35px;
}

.subcribe-title span {
    color: #6D625F;
    font-size: 13px;
}

.subcribe-form {
    padding-top: 15px;
    width: 100%;
}

.subcribe-btn {
    padding: 10px;
    margin-left: -5px;
    background-color: #97935f;
    color: #fff;
    border: 2px solid #97935f;
}

.subc-label {
    display: block;
    position: relative;
    padding-left: 20px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 13px;
    color: #6d625f
}

.subc-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.subc-label .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #eee;
}

.subc-label:hover input ~ .checkmark {
    background-color: #ccc;
}

.subc-label input:checked ~ .checkmark {
    background-color: #97935f;
}

.subc-label .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.subc-label input:checked ~ .checkmark:after {
    display: block;
}

#modalIdea .modal-body {
    padding: 0;
}

#modalIdea .close {
    position: fixed;
    top: 10%;
    right: 20%;
    z-index: 100;
}

#modalIdea .close span {
    color: #fff;
    font-size: 30px;
}

#modalIdea .start-btn {
    background-color: #97935f;
    color: #fff;
    border: 1px solid #97935f;
    padding: 5px 20px;
}

#modalIdea .idea-modal-content {
    padding: 0 40px;
}

.modal-content {
    border-radius: 1.3rem;
}

.idea-modal-img img {
    width: 100%;
    border-top-right-radius: 1.3rem;
    border-bottom-right-radius: 1.3rem;
}

.modal-dialog {
    margin-top: 7rem;
}

.ft-mb-ct {
    display: none;
}

.ft-mb-ct ul {
    padding-left: 0;
}

.ds-icon-mb:nth-child(2n+1) {
    border-right: 1px solid #ededed;
}

.back-to-top {
    position: fixed;
    bottom: 150px;
    right: -50px;
    z-index: 100;
    transition: all .5s ease-out;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.back-to-top.display {
    right: 10px;
}

.svg-next-icon {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    top: 0;
    fill: currentColor;
    display: inline-block;
    vertical-align: middle;
}

.svg-next-icon-size-30 {
    width: 30px;
    height: 30px;
}

.call-section {
    position: fixed;
    z-index: 99;
    bottom: 10px;
    left: 10px;
}

.call-section img {
    width: 60px;
    height: auto;
}

.ft-bot-1-logo img {
    width: 40%;
    margin: auto;
    display: block;
}
/*end footer*/

/*danh muc*/
.banner-cate-name {
    position: absolute;
    left: 0;
    bottom: 30%;
    width: 100%;
    background: rgba(151, 147, 95, 0.6);
}

.banner-cate-name a {
    color: #fff;
}

/*.filter-attr-item .checklist-attr {*/
/*    list-style: none;*/
/*}*/

.filter-attr .filter-attr-item h4 {
    text-transform: uppercase;
    font-size: 20px;
    border-bottom: 1px solid #1a1a1a;
    padding-bottom: 5px;
}

.filter-attr .filter-attr-item h4 i {
    float: right;
    margin-top: 5px;
    font-size: 15px;
}

.main-cate-filter {
    float: right;
}

.main-cate-filter-slc-ul {
    height: 30px;
    width: 170px;
    border: 1px solid #1a1a1a;
    padding-left: 0;
}

.main-cate-filter-slc-ul li { padding: 5px 10px; z-index: 2; }

.main-cate-filter-slc-ul div {
    display: none;
    position: absolute;
    z-index: 9;
    width: 170px;
    background: #fff;
}

.main-cate-filter-slc-ul li:not(.init) {
    float: left; width: 170px; background: #fff;
}

.main-cate-filter-slc-ul li:not(.init):hover, .main-cate-filter-slc-ul li.selected:not(.init) {
    background: #97935f;
}

.main-cate-filter-slc-ul li:not(.init):hover a {
    color: #fff;
}

.main-cate-filter-slc-ul li.init { cursor: pointer; }

.main-cate-filter-slc-ul li.init i {
    float: right;
    margin-top: 3px;
}

.main-cate-filter-slc-ul li:not(.init) {
    text-align: left;
}

.cate-pagination .paginator .labelPages, .cate-pagination .paginator .titlePages,
.order-tbl-pagi .paginator .labelPages, .order-tbl-pagi .paginator .titlePages {
    display: none;
}

.cate-pagination .paginator .currentPage, .cate-pagination .paginator a,
.order-tbl-pagi .paginator .currentPage, .order-tbl-pagi .paginator a {
    padding: 4px 10px;
    margin-right: 10px;
}

.cate-pagination .paginator .currentPage, .order-tbl-pagi .paginator .currentPage {
    background: #d4343c;
    border: 1px solid #97935f;
    border-radius: 50%;
    color: #fff;
}

.cate-pagination .paginator a.paging-previous, .cate-pagination .paginator a.paging-next,
.order-tbl-pagi .paginator a.paging-previous, .order-tbl-pagi .paginator a.paginf-next {
    border: 1px solid #97935f;
    border-radius: 50%;
    padding: 4px 8px;
}

.cate-pagination .paginator a.paging-previous:before, .order-tbl-pagi .paginator a.paging-previous:before {
    content: "\f060";
    font-family: "Font Awesome 5 Pro";
}

/*.cate-pagination .paginator a.paging-first:before {*/
/*    content: "\f33e";*/
/*    font-family: "Font Awesome 5 Pro";*/
/*}*/

/*.cate-pagination .paginator a.paging-last:before {*/
/*    content: "\f340";*/
/*    font-family: "Font Awesome 5 Pro";*/
/*}*/

.cate-pagination .paginator a.paging-next:before, .order-tbl-pagi .paginator a.paging-next:before {
    content: "\f061";
    font-family: "Font Awesome 5 Pro";
}

.cl-attr-dm li {
    padding: 5px 0;
}

.filter-attr-val-item::-webkit-scrollbar {
    width: 10px;
}

.filter-attr-val-item::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.filter-attr-val-item::-webkit-scrollbar-thumb {
    background: #888;
}

.filter-attr-val-item::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.cus-scroll-bar::-webkit-scrollbar {
    width: 10px;
}

.cus-scroll-bar::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.cus-scroll-bar::-webkit-scrollbar-thumb {
    background: #888;
}

.cus-scroll-bar::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.clm-2 {
    columns: 2;
}

.main-cate-prd {
    padding-left: 5px;
    padding-right: 5px;
}
/*end danh muc*/

/*chi tiet sp*/
.main-img img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

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

.child-img-ul, .child-img-ul li:last-child {
    margin-bottom: 0;
}

.sw-color {
    margin-right: 15px;
}

.product-color-img {
    width: 50px;
}

.sw-color.active img {
    border: 2px solid #1A1A1A;
}

.sw-size.active {
    border: 1px solid var(--main-color);
    background-color: var(--main-color);
    color: #fff;
}

.sw-size.deactive, .sw-size.deactive span {
    opacity: .6;
    cursor: not-allowed;
}

.sw-size {
    width: 40px;
    height: 40px;
    border: 1px solid #ededed;
    background-color: #ededed;
    border-radius: 50%;
    margin-right: 20px;
}

.sw-size label {
    margin-bottom: 0;
}
.sw-size label.style_341118 span{
    font-size: 12px;
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
}

.sw-size label span {

}

.selector-actions {
    width: 100%;
    float: left;
}

.quantity-area input.qty-btn {
    float: left;
    outline: none;
    border-radius: 0;
    display: block;
    margin: 0;
    background: #fff;
    width: 40px;
    height: 40px;
    line-height: 20px;
    position: relative;
    border: 1px solid #e5e5e5;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
    font-size: 20px;
}

.quantity-area input#quantity {
    padding: 0;
    -webkit-appearance: none;
    float: left;
    outline: none;
    border-radius: 0;
    display: block;
    margin: 0;
    background: #fff;
    width: 60px;
    height: 40px;
    line-height: 20px;
    position: relative;
    border: 1px solid #e5e5e5;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    border-left: none;
    border-right: none;
}

.add-cart-btn, .buy-now-btn {
    width: 100%;
    border: 1px solid #1A1A1A;
    border-radius: 5px;
    padding: 5px 0;
    font-size: 20px;
}

.buy-now-btn {
    background-color: var(--main-color);
    color: #fff !important;
    border: 1px solid var(--main-color);
    display: block;
    text-align: center;
    cursor: pointer;
}

.add-cart-btn {
    background-color: #fff;
    color: #1A1A1A;
}

.rt-txt {
    color: #d99a2b;
}

.product-price-sec {
    background-color: #f0eadd;
    padding: 5px 10px;
    align-items: center;
}

.product-price-sec .current-price {
    font-size: 35px;
}

.product-price-sec .old-price {
    text-decoration: line-through;
    font-size: 30px;
    color: #cab49b;
    margin-left: 15px;
}

.percent {
    padding: 0 5px;
    background-color: var(--main-color);
    color: #fff;
    float: right;
    margin-left: 50px;
    position: relative;
    min-width: 55px;
}

.percent span {
    font-size: 20px;
}

.percent .percent-symb {
    font-size: 15px;
    position: absolute;
    top: 10%;
}

.vote {
    display: inline-block;
    margin: 0;
}

.ic {
    background: url(/tp/T0504/img/spirit-icon.png) no-repeat transparent;
    background-size: 1355px;
    cursor: pointer;
}

.vote .si {
    background-position: -1224px -1330px;
    float: left;
    height: 15px;
    width: 20px;
}

.vote .si.voteHover, .vote .si.active {
    background-position: -1224px -1261px;
}

.voteView {
    display: inline-block;
    width: 80px;
    height: 15px;
}

.voteViewComment {
    display: inline-block;
    height: 15px;
    width: 80px;
}

#voteView0 {
    background-position: -1224px -1330px;
}

#voteView1 {
    background-position: -1224px -1261px;
}

#voteView2 {
    background-position: -1224px -1275px;
}

#voteView3 {
    background-position: -1224px -1288px;
}

#voteView4 {
    background-position: -1224px -1302px;
}

#voteView5 {
    background-position: -1224px -1315px;
}

a.btn-login-comment {
    background-color: #000;
}

a.btn-login-comment:hover {
    background-color: #000;
}

#btnRate .btn-login-comment {
    background-color: #97935f;
    border-color: #97935f;
    padding: 10px 20px;
}

.commentProduct-content i {
    font-size: 40px;
}

.cm-date {
    position: absolute;
    right: 0;
    top: 20px;
}

.product-choose-size-sec .choose-size a {
    align-items: center;
}

.product-choose-size-sec .choose-size-img {
    width: 50px;
    height: auto;
}

.product-choose-size-sec .cate-size-img {
    width: 100px;
    height: auto;
}

.product-choose-size-sec .choose-size span {
    font-size: 20px;
    font-weight: bold;
    color: #6d625f;
    margin-left: 10px;
}

.slider {
    height: 2px;
    width: 100%;
}

.form_slide {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px;
}

.form_slide>p {
    width: 95px;
    display: block;
    margin: 0;
}

.slidecontainer {
    width: calc(100% - 50px);
}

.cc_cus, .cn_cus {
    width: 40px;
    text-align: right;
}

.wanted-txt {
    width: 100%;
}

.pos_ym span.left {
    float: left;
}

.pos_ym span.center {
    margin-left: 30%;
}

.pos_ym span.right {
    float: right;
}

.breadcrumb {
    padding-left: 0;
    background-color: transparent;
}

.breadcrumb li a {
    color: #6d625f;
}

.breadcrumb>li+li:before {
    content: "\f105";
    font-family: 'Font Awesome 5 Pro';
    padding: 0 5px;
    color: #6d625f;
}

.product-cont-title {
    padding: 10px 0;
    border-bottom: 1px solid #ededed;
}

.product-desc-title {
    padding: 10px 0;
}

.product-policy-sec .plc-item {
    border: 1px solid #ededed;
}

.product-policy-sec .plc-item .dsp-flex-cent {
    justify-content: flex-start;
    padding: 5px 2px;
}

.product-policy-sec .plc-item img {
    width: 25px;
    height: auto;
}

.product-policy-sec .plc-item p, .product-policy-sec .plc-item h6 {
    font-size: 10px;
    margin-bottom: 0;
}

.slider {
    -webkit-appearance: none;
    width: 100%;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #97935f;
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #97935f;
    cursor: pointer;
}

.product-banner-sec img {
    width: 100%;
    height: auto;
}

.prd-name {
    font-weight: bold;
}

.prd-code {
    display: block;
    padding-bottom: 5px;
    font-weight: 500;
}
/*end chi tiet sp*/

/*gio hang side nav*/
.side-nav-cart.active {
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.side-nav-cart {
    position: fixed;
    width: 400px;
    height: 100vh;
    right: 0;
    top: 0;
    background: #fff;
    z-index: 8888;
    overflow: hidden;
    -ms-transition: transform .5s cubic-bezier(.25, .46, .45, .94);
    -webkit-transition: transform .5s cubic-bezier(.25, .46, .45, .94);
    transition: transform .5s cubic-bezier(.25, .46, .45, .94);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

@media (max-width: 767px) {
    .side-nav-cart {
        width: 310px;
    }
}

.side-cart {
    padding: 60px 20px 250px;
    width: 100%;
}

.close-side-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 25px;
    height: 25px;
    z-index: 999;
    background: 0 0;
    border: none;
    box-shadow: none;
    cursor: pointer;
    -ms-transition: transform .15s linear;
    -webkit-transition: transform .15s linear;
    transition: transform .15s linear;
}

.site-overlay {
    background: rgba(0, 0, 0, .8);
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 7777;
    opacity: 0;
    visibility: hidden;
    transition: all .2s linear;
}

.site-overlay.active {
    opacity: 1;
    visibility: visible;
}

.prds-table {
    width: 100%;
}

.side-cart-title {
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
}

.tr-item {
    border-bottom: 1px dotted #e7e7e7;
}

.side-cart-products .td-left {
    width: 90px;
    padding: 10px 10px 10px 0;
}

.side-cart-products .td-right {
    padding: 10px 0 10px 10px;
    text-align: left;
}

.side-cart-products .td-right .td-right-name a {
    font-size: 14px;
}

.td-right-quan .quantity-area input.qty-btn {
    width: 30px;
    height: 30px;
}

.td-right-quan .quantity-area input#quantity {
    width: 50px;
    height: 30px;
}

.td-right .del-prd-btn {
    position: absolute;
    right: 0;
    background: 0 0;
    border: none;
    box-shadow: none;
    cursor: pointer;
}

.side-cart-tltprice {
    justify-content: space-between;
}

.sc-cont-btn, .sc-checkout-btn {
    width: 48%;
    border: 1px solid #1a1a1a;
    border-radius: 5px;
    padding: 5px 0;
}

.sc-cont-btn {
    margin-right: 10px;
    background-color: #fff;
}

.sc-checkout-btn {
    background-color: #97935f;
    color: #fff;
    border: 1px solid #97935f;
}

.side-cart-vc, .store-view-map {
    text-decoration: underline;
}

.side-cart-note span {
    font-style: italic;
    font-size: 14px;
}
/*end gio hang side nav*/

/*menu side nav*/
.side-nav-menu-mb {
    width: 250px;
    z-index: 8888;
    position: fixed;
    background-color: #fff;
    top: 0;
    right: 0;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transform: translate3d(250px,0,0);
    transform: translate3d(250px,0,0);
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease,-webkit-transform .5s ease;
    -webkit-overflow-scrolling: touch;
}

.side-nav-menu-mb.active {
    -webkit-transform: translate3d(0px,0,0);
    transform: translate3d(0px,0,0);
}

.side-nav-menu-mb .menu-mobile-x li {
    float: left;
    width: 100%;
}

.side-nav-menu-mb .menu-mobile-x img {
    width: 40px;
}

.side-nav-menu-mb .menu-mobile-x li a {
    color: #1a1a1a;
    padding: 10px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    font-size: 14px;
}

.side-nav-menu-mb .menu-mobile-x li a {
    border-bottom: 1px solid #ededed;
}

.side-nav-menu-mb .menu-mobile-x li a i {
    position: absolute;
    right: 0;
    top: 0;
    width: 55px;
    text-align: center;
    z-index: 9999;
    line-height: 44px;
}

.menu-mobile-x .sub-mn-lv2 {
    background: #fff;
    width: 100%;
    position: static;
    border-radius: 0;
    margin: 0;
    box-shadow: none;
}

.menu-mobile-x .sub-mn-lv3 {
    background: 0 0;
    width: 100%;
    position: static;
    border-radius: 0;
    margin: 0;
    border: none;
    box-shadow: none;
}

.menu-mobile-x .sub-mn-lv4 {
    background: 0 0;
    width: 100%;
    position: static;
    border-radius: 0;
    margin: 0;
    border: none;
    box-shadow: none;
}

.menu-mobile-x .sub-mn-lv2 li {
    background-color: #ededed;
}

.menu-mobile-x .sub-mn-lv3 li {
    background-color: #cccccc;
}
/*end menu side nav*/

/*thanh toan*/
.back-button {
    background-color: #97935f;
    padding: 10px 20px;
    color: #fff;
}

.back-button:hover {
    color: #f2f2f2;
}

.customer-info span {
    color: #666666;
    font-style: italic;
    line-height: 30px;
}

.order-tbl {
    width: 100%;
    color: #666666;
}

.order-tbl-x {
    width: 100%;
    color: #1a1a1a;
    border: 1px solid #ededed;
}

.order-tbl-x tr {
    border-bottom: 1px solid #ededed;
}

.order-tbl-x tr th, .order-tbl-x tr td {
    padding: 15px;
}

.order-tbl-x tr th:nth-child(2), .order-tbl-x tr td:nth-child(3) {
    float: right;
    padding-top: 25px;
}

.order-tbl-x tr th:nth-child(2) span {
    background-color: #97935f;
    color: #fff;
    padding: 5px 20px;
    border-radius: 5px;
    font-weight: normal;
}

.order-tbl-x tr td:nth-child(3) a {
    padding: 5px 20px;
    border: 1px solid #000;
    border-radius: 5px;
    width: 100%;
    display: block;
}

.order-tbl-x .tlt-prc-td span {
    float: right;
}

.order-tbl-x img {
    width: 60px;
    height: auto;
}

.banner-thankyou-sec img {
    width: 200px;
    height: auto;
}
/*end thanh toan*/

/*dang nhap*/
#CustomerLoginForm, #CustomerSignupForm {
    text-align: center;
}

#CustomerEmail, #CustomerPassword {
    width: 40%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #dedede;
}

#btnsignin {
    width: 40%;
    background-color: #97935f;
    border: 1px solid #97935f;
    color: #fff;
    font-size: 20px;
}

#RecoverPassword {
    color: #1a1a1a;
    text-decoration: underline;
}

#btnsignup {
    width: 40%;
    background-color: #fff;
    border: 1px solid #dedede;
    color: #1a1a1a;
    padding: 10px 0;
}

#CustomerSignupForm ul li {
    margin-bottom: 10px;
}

#CustomerSignupForm ul li input {
    width: 40%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #dedede;
}

#CustomerSignupForm #btnSubmit {
    background-color: #6c6260;
    border: 1px solid #6c6260;
    color: #fff;
    font-size: 20px;
}
/*end dang nhap*/

/*profile*/
.user-name {
    justify-content: flex-start;
    align-items: center;
}

.user-menu .user-menu-ul li {
    padding: 15px 10px;
}

.user-menu .user-menu-ul li.active {
    background-color: #97935f;
}

.user-menu .user-menu-ul li.active a {
    color: #fff;
}

.user-menu .user-menu-ul li i {
    font-size: 20px;
    margin-right: 20px;
}

.profile-form, .order-tbl {
    width: 100%;
}

.order-tbl tr {
    border-bottom: 0.5px solid #e5e5e5;
}

.order-tbl th, .order-tbl td {
    padding: 10px;
}

.profile-form-tbl tr td {
    padding: 5px 0;
}

.profile-form-tbl tr td input {
    padding: 8px;
    width: 100%;
}

.profile-form-tbl tr td.city-td select {
    padding: 8px;
    width: 100%;
}

.profile-form-tbl tr td:first-child {
    width: 30%;
}

.update-btn {
    background-color: #97935f;
    color: #fff;
    padding: 10px 20px;
    border: 1px solid #97935f;
}

.send-infor-img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.send-infor-content span {
    line-height: 2;
    color: #6d625f;
}

.send-infor-content .start-btn, .sb-btn {
    background-color: #97935f;
    color: #fff;
    border: 1px solid #97935f;
    padding: 5px 30px;
    font-size: 20px;
}

form#fContact {
    width: 100%;
}

form#fContact label {
    display: block;
    margin: 12px 0;
}

form#fContact label span {
    float: left;
    width: 100%;
    font-size: 25px;
}

form#fContact label input, form#fContact label textarea {
    display: inline-block;
    width: 100%;
    height: 33px;
    padding: 0 5px;
    box-sizing: border-box;
    border-bottom: 1px solid #ededed;
    border-top: none;
    border-right: none;
    border-left: none;
    margin-top: 10px;
}

input:focus, textarea:focus, button:focus {
    outline: none;
}

form#fContact #showSuccessContact {
    border: 1px dashed red;
    margin-bottom: 20px;
    color: red;
    padding: 2px 5px;
    text-align: center;
}
/*end profile*/

/*tin tuc*/
.blog-item-content {
    height: 63px;
    line-height: 20px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 65px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}

.latest-item-img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100px;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
}

.latest-item-infor {
    margin-left: 10px;
}

.list-latest-news li .dsp-flex {
    align-items: center;
}

.article-item-created {
    font-size: 15px;
}

.item-name {
    min-height: 20px;
}

.item-name a {
    height: 20px;
    line-height: 20px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    max-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
}
/*end tin tuc*/

/*quick view*/
#quickview-cart-desktop {
    background: #fff;
    margin: 3% auto;
    overflow: auto;
    position: relative;
    max-width: 1000px;
    min-height: 80%;
}

.store-item-infor h4 {
    color: #97935f;
}

.banner-cate-owl.stl-owl .owl-nav button {
    top: 45%;
}
/*end quick view*/


#popupHome button.btn-close {
    top: -10px;
    right: -10px;
    background-color: #000;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 28px;
    border: 1px solid #fff;
}

#popupHome .modal-dialog{
    min-height: 100%;
}

.pro-Content .title{
    border-bottom: 1px solid #bdbaba;
}

.pro-description .title{
    font-size: 18px;
}

.agency-list .owl-nav{
    margin-top: 0;
}

.agency-list button{
    position: absolute;
    top: 50%;
    background-color: #ededed !important;
    border-radius: 50% !important;
    width: 35px;
    height: 35px;
    font-size: 22px !important;
    margin: 0 !important;
    color: #000 !important;
    text-align: center;
    line-height: 35px !important;
}


.agency-list button.owl-next{
    right: 15px;
}

.agency-list button.owl-prev{
    left: 15px;
}
.outStock{
    background-color: #fff;
    color: #97935f;
    position: absolute;
    top: 10px;
    left: 0;
    padding: 4px 10px;
    z-index: 99;
    opacity: 0.8;
    font-weight: 600;
}

.swiper-container .swiper-slide>img {
    height: 100%;
    object-fit: cover;
}

.swiper-button-prev, .swiper-button-next {
    width: 100%;
    height: 30px;
    color: #1a1a1a;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    background: transparent;
    font-size: 20px;
    border-radius: 0;
    text-align: center;
}

.swiper-button-next:after, .swiper-button-prev:after {
    display: none;
}

.swiper-button-prev {
    top: -30px;
}

.swiper-button-next {
    top: 100%;
}

.child-product-img .swiper-button-prev,
.child-product-img .swiper-container-rtl .swiper-button-next,
.child-product-img .swiper-button-next,
.child-product-img .swiper-container-rtl .swiper-button-prev {
    background-image: unset;
}

.child-product-img .swiper-button-prev,.child-product-img .swiper-button-next {
    left: 50%;
    background: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    cursor: pointer;
    top: auto;
}
.child-product-img .swiper-button-next {
    bottom: 0;
}
.child-product-img .swiper-button-prev {
    top: 0;
}
.child-product-img {
    position: relative;
}
/*responsive*/
@media (max-width: 767px) {
    .policy-section .dsp-flex-cent {
        margin-bottom: 5px;
    }

    .policy-section .pd-l-10 h6 {
        margin-bottom: 0;
    }

    .policy-section span {
        font-size: 11px;
        line-height: normal;
    }

    .item-prices .cur-prc {
        font-size: 20px;
    }

    .item-prices .old-prc {
        font-size: 15px;
    }

    .item-btn .item-addbtn {
        font-size: 12px;
    }

    .subcribe-input {
        width: 75%;
    }

    .banner-cate-name span {
        font-size: 15px;
    }

    .main-cate-title span {
        font-size: 13px;
    }

    .breadcrumb li a {
        font-size: 13px;
    }

    .txt-underl:after {
        width: 45%;
    }

    .txt-underl.l-l:after {
        display: none;
    }

    .related-product-title, .history-product-title {
        margin-bottom: 15px;
    }

    .breadcrumb-section {
        margin-top: 10px;
    }

    .footer-mobile .ct-icon-item img {
        width: 30%;
    }

    .footer-mobile .ct-icon-item div {
        width: 70%;
        margin-left: 2px;
    }

    .footer-mobile .ct-icon-item div h6 {
        font-size: 15px;
    }

    .footer-mobile .ct-icon-item span {
        font-size: 7px;
    }

    .social-icons a {
        margin-right: 10px;
    }

    .social-icons a:nth-child(3n) {
        margin-right: 0;
    }

    .social-icons img {
        width: 100px;
        height: auto;
    }

    .call-num img {
        width: 40px;
        height: auto;
    }

    .logo-sec img {
        width: 100px;
        height: auto;
    }

    .call-num .txt-grey {
        font-size: 9px;
    }

    .call-num .txt-bold-600 {
        font-size: 18px;
    }

    .sc-cont-btn, .sc-checkout-btn {
        font-size: 14px;
    }

    .policy-section h6 {
        font-size: 11px;
    }

    .blog-item-title h4 {
        font-size: 19px;
    }

    .idea-modal-inf-main {
        order: 2;
    }

    .idea-modal-img img {
        border-top-right-radius: 1.3rem;
        border-top-left-radius: 1.3rem;
        border-bottom-right-radius: 0;
        height: 250px;
        object-fit: cover;
        width: 100%;
    }

    #modalIdea .idea-modal-content {
        padding: 10px 30px;
    }

    #modalIdea .close {
        right: 5%;
        top: 11%;
    }

    #modalIdea .close span {
        color: #1a1a1a;
    }

    .modal-dialog {
        margin-top: 4.5rem;
    }

    .slogan-list {
        width: 95%;
    }

    .customers-section .customers-title h2 {
        font-size: 18px;
    }

    .sub-mn-lv2.dropdown-mn li {
        padding: 0;
    }

    .item-rate span {
        font-size: 10px;
    }

    .order-tbl-x tr td:nth-child(3) a {
        padding: 5px 0;
        font-size: 11px;
    }

    .order-tbl-x tr td h6, .order-tbl-x tr td span {
        font-size: 15px;
    }
}

@media (max-width: 1023px) {

    .col-6.col-md-6.dsp-flex-cent::after,.col-6.col-md-6.dsp-flex-cent:nth-child(2n+1)::before {
        content: '';
        position: absolute;
        background-color: #ededed;
    }

    .col-6.col-md-6.dsp-flex-cent::after{
        width: calc(100% - 10px);
        height: 1px;
        left: 5px;
    }

    .col-6.col-md-6.dsp-flex-cent:nth-child(2n+1)::before{
        width: 1px;
        height: 100%;
        right: -1px;
    }

    .col-6.col-md-6.dsp-flex-cent:nth-child(2n+1)::after {
        top: -6px;
    }

    .col-6.col-md-6.dsp-flex-cent:nth-child(2n+2)::after {
        bottom: -6px;
    }

    .col-6.col-md-6.dsp-flex-cent:nth-child(2n+1) {
        padding: 0 5.5px 0 5px;
    }

    .col-6.col-md-6.dsp-flex-cent:nth-child(2n+2) {
        padding: 0 5px 0 5.5px;
    }

    .policy-section .col-6 {
        margin: 5.5px 0;
    }

    .col-6.col-md-6.dsp-flex-cent:first-child::after,.col-6.col-md-6.dsp-flex-cent:last-child::after {
        display: none;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .subcribe-input {
        width: 75%;
    }

    .policy-section h6 {
        margin-bottom: 0;
    }

    .header-section-pc-menu .hd-pc-menu-ul li:not(.sub-mn-lv2-li,.sub-mn-lv3-li) {
        padding: 5px 15px;
    }

    .header-section-pc-right .header-section-pc-right-ul .hd-pc-right-ul li:nth-child(2) {
        padding: 0 1%;
    }

    .banner-cate-name span {
        font-size: 14px;
    }

    .product-price-sec .current-price {
        font-size: 20px;
    }

    .product-price-sec .old-price, .percent span {
        font-size: 15px;
    }

    .product-choose-size-sec .choose-size-img {
        width: 40px;
    }

    .product-choose-size-sec .choose-size span, .add-cart-btn, .buy-now-btn {
        font-size: 15px;
    }

    .sw-color {
        margin-right: 5px;
    }

    .txt-underl.l-l:after {
        width: 55%;
        left: 72%;
    }

    .pos_ym span.center {
        margin-left: 10%;
    }

    .breadcrumb-section {
        margin-top: 10px;
    }

    #modalIdea .idea-modal-content {
        padding: 20px 25px;
    }

    #modalIdea .close {
        right: 15%;
    }
}

@media (max-width: 768px) {
    .main-banner-section {
        margin-top: 0;
    }

    #CustomerEmail, #CustomerPassword, #btnsignin, #btnsignup, #CustomerSignupForm ul li input {
        width: 80%;
    }

    #CustomerSignupForm ul {
        padding-left: 0;
    }

    .latest-news-title {
        margin-top: 15px;
    }

    .category-img-section span {
        font-size: 20px;
    }

    .store-item h3 {
        font-size: 20px;
        width: 100%;
    }

    .profile-form-tbl tr:nth-child(7) td:first-child, .profile-form-tbl tr:nth-child(8) td:first-child {
        width: 40%;
    }

    .story-tlt h1 {
        font-size: 25px;
    }

    .story-content-1, .story-content-2, .story-img-2 {
        margin-top: 10px;
    }
    .numbers-main .numbers-title h1{
        font-size: 28px;
    }
}

@media (max-width: 475px) {
    .logo-sec img{
        width: 80px;
    }

    .story-img-2{
        margin-top: -40px;
    }

    .slogan-list {
        padding: 5px;
    }

    .slogan-list.mrg-top-35{
        margin-top: 10px;
    }

    .slogan-list-ul li>p{
        min-height: 64px;
        cursor: pointer;
    }

    .slogan-list-ul li>p>a {
        padding: 0.5em 10% 0.5em 0.5em;
        display: flex;
        position: relative;
    }

    .slogan-list-ul li i {
        position: absolute;
        right: 0.5em;
        top: 50%;
        transform: translateY(-50%);
        margin-top: 0;
    }
    .customers-title img {
        height: 120px;
        object-fit: cover;
    }
    .customers-section .customers-title h2 {
        top: 50%;
        transform: translateY(-50%);
    }
    .customers-section .customers-title h2 * {
        margin: 0;
    }
    .product-infor .product-policy-sec .plc-item h6 {
        font-size: 12px;
    }
    .product-policy-sec .plc-item .pd-l-10 p * {
        font-size: 10px !important;
    }
}

@media (min-width: 1024px) {
    .story-tlt, .story-img-1, .story-content-1, .story-img-2, .story-content-2, .story-tlt-2 {
        position: absolute;
    }

    .story-tlt {
        top: 2%;
        right: 16%;
        z-index: 10;
    }

    .story-tlt h1 {
        color: #fff;
    }

    .story-img-1 {
        top: 0;
        left: 0;
        width: 53%;
    }

    .story-content-1 {
        background-color: #f7f7f7;
        padding: 20px;
        width: 60%;
        right: 1%;
        top: 10%;
    }

    .story-img-2 {
        bottom: 0;
        right: 0;
        width: 38%;
    }

    .story-content-2 {
        bottom: 4%;
        left: 15%;
        width: 55%;
    }

    .story-tlt-2 {
        bottom: 8%;
        left: 0;
        width: 15%;
    }
    .story-tlt-2 b {
        display: block;
        text-align: left;
    }

    .h-670 {
        height: 670px;
    }

    .invis-button-sec {
        background: #d4343c;
        position: absolute;
        bottom: 0;
        width: 100%;
        left: 0;
        opacity: 0;
        visibility: hidden;
        transition: all .4s ease-in-out 0s;
        -moz-transition: all .4s ease-in-out 0s;
        -o-transition: all .4s ease-in-out 0s;
        -webkit-transition: all .4s ease-in-out 0s;
        -ms-transition: all .4s ease-in-out 0s;
        padding: 7px 0;
        z-index: 9;
    }

    .invis-button-sec a {
        float: left;
        width: 50%;
        color: #fff !important;
        text-align: center;
        padding: 3px 10px;
        cursor: pointer;
        font-size: 14px;
    }

    .invis-button-sec a i {
        font-weight: normal;
    }

    .invis-button-sec .invis-viewmore {
        border-right: 1px solid #fff;
    }

    .prd-item:hover .invis-button-sec {
        opacity: 1;
        visibility: inherit;
    }

    .category-img-section .col-md-5 {
        flex: 0 0 36%;
    }

    .category-img-section .col-md-7 {
        flex: 0 0 64%;
        max-width: 63.7%;
    }

    .product-price-sec {
        width: 85%;
    }

    .product-price-sec .old-price {
        margin-left: 25px;
    }

    .percent {
        margin-left: 40px;
    }
}

@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        max-width: 900px;
    }

    #quickview-cart .modal-lg, #quickview-cart .modal-xl {
        max-width: 1100px;
    }
}

@media (max-width: 991px) {

    .header-mb .hd-pc-menu-ul{
    padding-bottom: 0 !important;
    }

    .header-mb .hd-pc-menu-ul .owl-nav{
        margin: 0;
    }

    .header-mb .header-section-pc-menu{
        padding: 0 20px 5px;
    }

    .header-mb .hd-pc-menu-ul button{
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        margin: 0 !important;
        font-size: 18px !important;
        width: 20px;
        text-align: center;
        background-color: transparent !important;
        color: #000 !important;
    }

    .header-mb .hd-pc-menu-ul button.owl-next{
        right: -20px;
    }

    .header-mb .hd-pc-menu-ul button.owl-prev{
        left: -20px;
    }

    .header-section-pc-menu .hd-pc-menu-ul li:last-child{
        border-right: 1px solid #bfbfbf;
    }

    /*.header-mb .hd-pc-menu-ul{*/
    /*    overflow: hidden;*/
    /*}*/
}

@media (max-width: 415px) {
    .header-section-pc-menu .hd-pc-menu-ul li:not(.sub-mn-lv2-li,.sub-mn-lv3-li) {
        padding: 1px 8px;
    }

    .policy-section {
        margin-top: 5px;
    }

    /*.policy-section .col-6 {*/
    /*    margin-top: 5px;*/
    /*    padding-left: 5px;*/
    /*    padding-right: 5px;*/
    /*}*/

    .policy-section p {
        margin-bottom: 0;
    }

    .policy-section .pd-l-10 {
        line-height: 10px;
    }

    .buy-btn-sec {
        position: fixed;
        bottom: 0;
        left: 0;
        background-color: #fff;
        width: 100%;
        display: flex;
        padding: 5px;
        z-index: 9;
    }

    .buy-btn-sec .add-cart-btn, .buy-btn-sec .buy-now-btn {
        width: 50%;
        margin-top: 0;
        font-size: 17px;
    }

    .buy-btn-sec .add-cart-btn.oos-btn {
        width: 100%;
    }

    .buy-btn-sec .buy-now-btn {
        margin-left: 5px;
        background-color: #97935f;
        border: 1px solid #97935f;
        text-align: center;
        color: #fff !important;
    }

    .subcribe-btn-mb {
        background-color: #97935f;
        border: 1px solid #97935f;
        height: 36px;
        color: #fff;
        margin-left: -5px;
        padding: 0 10px;
    }

    .subcribe-input {
        width: 74%;
        border: 1px solid #ededed;
    }

    .pos_ym span.center {
        margin-left: 14%;
    }

    .product-infor {
        margin-top: 10px;
    }

    .new-collection-title h2, .new-collection-title h2, .sale-collection-title h2 {
        font-weight: 600;
    }

    .new-collection-title h2, .new-collection-title h2, .sale-collection-title h2 {
        font-size: 1.2rem;
    }

    .stl-owl.owl-theme .owl-dots button span {
        width: 20px;
    }

    .numbers-title h5 {
        width: 65%;
        margin: auto;
    }

    .number-exp-btn {
        font-size: 14px;
    }

    .slogan-title h3 {
        font-size: 19px;
        width: 80%;
        margin: auto;
    }

    .story-tlt h1 span:nth-child(1) {
        color: #97935f;
    }

    .subcribe-input {
        padding: 5px 10px;
    }

    .subcribe-btn-mb {
        padding: 2px 10px;
    }

    .header-section-pc-menu .hd-pc-menu-ul li a {
        font-size: 12px;
    }

    .order-tbl-x h5 {
        font-size: 18px;
    }

    .ft-mb h6 {
        font-size: 14px;
        margin-bottom: 0.2rem;
    }

    .ft-mb h6:hover {
        color: #97935f;
    }

    .order-tbl-x tr th:nth-child(2) span {
        display: block;
        width: 80px;
        text-align: center;
        padding: 5px 5px;
    }

    .tlt-prc-td > span {
        width: 100%;
    }

    .header-mb-m .header-mb-logo img {
        width: 50%;
        height: auto;
    }

    .item-name a {
        font-size: 13px;
    }

    .item-btn .item-addbtn {
        font-size: 11px;
        padding: 3px 0;
    }

    .item-btn .item-addbtn {
        width: 85%;
    }

    .hot-collection-section.mrg-top-35 {
        margin-top: 10px;
    }

    .footer-mobile .ct-icon-item img {
        width: 25%;
    }

    .footer-mobile .ct-icon-item div {
        width: 75%;
        line-height: 10px;
    }

    .footer-mobile .ct-icon-item span {
        font-size: 10px;
    }

    .store-item h3 {
        width: 72%;
        font-size: 25px;
    }

    .percent {
        margin-left: 25px;
    }

    .item-prices .cur-prc {
        font-size: 17px;
    }

    .item-prices .old-prc {
        font-size: 14px;
    }

    .sale-percent span {
        font-size: 15px;
    }

    .slide-img-owl.stl-owl .owl-nav button {
        top: 45%;
    }

    .slide-img-owl.stl-owl .owl-nav button.owl-next {
        right: 0;
    }

    .slide-img-owl.stl-owl .owl-nav button.owl-prev {
        left: 0;
    }

    .slogan-section .slogan-main {
        background-image: none !important;
    }

    .customers-section .customers-title h2 {
        font-size: 16px;
    }

    .side-nav-cart {
        width: 100%;
        height: 90%;
        left: 0;
        bottom: 0;
        right: unset;
        top: unset;
        -ms-transform: translateY(100%);
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    .side-nav-cart.active {
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .side-cart-products.cus-scroll-bar {
        max-height: 150px !important;
    }

    .product-price-sec .current-price {
        font-size: 30px;
    }

    .product-price-sec .old-price {
        font-size: 25px;
        margin-left: 25px;
    }

    .new-collection-title.mrg-bot-50, .new-collection-title.mrg-bot-50 {
        margin-bottom: 30px;
    }

    .new-collection-section.mrg-top-35 {
        margin-top: 20px;
    }

    .category-img-section.mrg-top-35, .numbers-section.mrg-top-35,
    .customers-section.mrg-top-35, .slogan-section.mrg-top-35,
    .rate-section.mrg-top-35, .related-prd-section.mrg-top-35, .history-prd-section.mrg-top-35 {
        margin-top: 15px;
    }

    .prd-name {
        font-size: 18px;
        margin-bottom: 0;
    }

    .product-price-sec.mrg-top-10, .product-choose-size-sec.mrg-top-10, .product-attr-sec.mrg-top-10,
    .quantity-area.mrg-top-10, .product-banner-sec.mrg-top-10, .product-policy-sec.mrg-top-10 {
        margin-top: 5px;
    }

    .product-attr-name.mrg-bot-10, .title-quantity.mrg-bot-10 {
        margin-bottom: 5px;
    }

    .item-attr-color-li {
        width: 27px;
        height: 27px;
    }

    .story-img-2 img {
        width: 60%;
    }

    h3 {
        font-size: 18px;
    }

    h4 {
        font-size: 20px;
    }

    .numbers-title h4 {
        padding: 0 35px;
        margin: 5px 0;
        font-weight: 500;
    }

    .number-item {
        border-radius: 20px;
    }

    .story-tlt h1 span:nth-child(2) {
        display: block;
    }

    .footer-mobile span {
        font-size: 15px;
        line-height: 15px;
    }

    .item-content {
        line-height: 18px;
    }

    .item-content.mrg-top-15 {
        margin-top: 5px;
    }

    .policy-section h6 {
        font-size: 10px;
    }

    .policy-section span {
        font-size: 9px;
        line-height: normal;
    }

    #modalSize h5 {
        font-size: 16px;
        margin-top: 15px;
    }

    .product-choose-size-sec .choose-size span {
        font-size: 18px;
    }

    .product-choose-size-sec .cate-size-img {
        width: 80px;
    }

    .story-tlt-2 {
        margin-top: 55%;
    }

    .story-tlt-2 h1 {
        color: #97935f;
        font-size: 25px;
    }

    .story-tlt-2 h1 b {
        display: block;
    }

    .story-content-1, .story-content-2, .al-js {
        text-align: justify;
    }

    .product-policy-sec .plc-item p {
        margin-bottom: 0;
    }

    .item-name {
        min-height: 20px;
    }

    .item-rate {
        line-height: 10px;
    }

    .item-rate i {
        font-size: 12px;
    }

    .slogan-title img {
        width: 250px;
    }

    .slogan-title h3 {
        font-weight: 500;
        margin-top: 10px;
    }

    .user-name.mrg-bot-35 {
        margin-bottom: 10px;
    }

    .send-infor-content {
        text-align: justify;
    }

    .order-tbl-x img {
        width: 150px;
    }

    .order-tbl-x tr td h6 {
        margin-bottom: 0;
        font-size: 13px;
    }

    .side-cart {
        padding-top: 30px;
    }

    .mrg-top-50.mrg-top-15-mb {
        margin-top: 15px;
    }

    .profile-form-tbl tr {
        display: grid;
        width: 100%;
    }

    .profile-form-tbl tr:nth-child(7) td:first-child, .profile-form-tbl tr:nth-child(8) td:first-child {
        width: 100%;
    }

    .profile-form-tbl tr td:first-child {
        width: 100%;
    }

    .social-icons img {
        width: 95px;
    }

    .txt-underl:after {
        width: 35%;
    }

    .call-num .txt-bold-600 {
        font-size: 13px;
    }

    .call-num img {
        width: 28px;
    }

    .logo-sec img {
        margin-bottom: 10px;
    }

    .main-cate-prd:nth-child(2n+1) {
        padding-left: 15px;
    }

    .main-cate-prd:nth-child(2n) {
        padding-right: 15px;
    }

}

@media (max-width: 351px) {
    .buy-btn-sec .add-cart-btn, .buy-btn-sec .buy-now-btn {
        font-size: 13px;
    }

    .product-price-sec .current-price {
        font-size: 20px;
    }

    .product-price-sec .old-price {
        font-size: 15px;
        margin-left: 25px;
    }

    .percent span {
        font-size: 15px;
    }

    .percent {
        min-width: 45px;
    }

    .product-choose-size-sec .choose-size span {
        font-size: 16px;
    }

    .slogan-list-ul li a {
        font-size: 13px;
    }

    .slogan-title img {
        width: 200px;
    }

    .slogan-title h3 {
        font-size: 17px;
    }

    .call-num .txt-grey {
        font-size: 8px;
    }

    .footer-mobile span {
        line-height: 11px;
    }

    .story-tlt h1 {
        font-size: 25px;
    }

    .story-tlt-2 h1 {
        font-size: 26px;
    }

    .subcribe-input {
        width: 70%;
    }

    .social-icons img {
        width: 80px;
    }

    .customers-section .customers-title h2 {
        font-size: 14px;
    }

    .slogan-title h3 {
        width: 90%;
    }

    .numbers-title h4 {
        padding: 0 20px;
    }
}

@media (max-width: 285px) {
    .buy-btn-sec .add-cart-btn, .buy-btn-sec .buy-now-btn {
        font-size: 10px;
    }
}

@media (min-width: 1100px) {
    .item-content {
        padding: 0 20px;
    }

    .new-collection-products .owl-dots, .hot-collection-products .owl-dots {
        margin-top: 30px;
    }

    .item-img {
        overflow: hidden;
    }

    .item-img img {
        transition: all .2s ease-in-out;
    }

    .item-img img:hover {
        transform: scale(1.1);
    }
}

@media (min-width: 1025px) and (max-width: 1299px) {
    .header-section-pc-right .header-section-pc-right-ul .hd-pc-right-ul li:nth-child(2) {
        padding: 0 1%;
    }
}

@media (min-width: 1300px) and (max-width: 1499px) {
    .header-section-pc-right .header-section-pc-right-ul .hd-pc-right-ul li:nth-child(2) {
        padding: 0 5%;
    }

    .ft-bot-4 .social-icons a img {
        width: 32px;
        margin-right: 2px;
    }
}
/*end responsive*/

.color-preview-add {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 8px;
    border-radius: 3px;
    border: 1px solid #ccc;
    vertical-align: middle;
    margin-bottom: 4px;
}