@font-face {
    font-family: 'GothamBlack';
    src: url("../css/fonts/GothamBlack.eot");
    src: url("../css/fonts/GothamBlack.eot") format("embedded-opentype"), url("../css/fonts/GothamBlack.woff2") format("woff2"), url("../css/fonts/GothamBlack.woff") format("woff"), url("../css/fonts/GothamBlack.ttf") format("truetype"), url("../css/fonts/GothamBlack.svg#GothamBlack") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GothamMedium';
  src: url("../css/fonts/GothamMedium.eot");
  src: url("../css/fonts/GothamMedium.eot") format("embedded-opentype"), url("../css/fonts/GothamMedium.woff2") format("woff2"), url("../css/fonts/GothamMedium.woff") format("woff"), url("../css/fonts/GothamMedium.ttf") format("truetype"), url("../css/fonts/GothamMedium.svg#GothamMedium") format("svg");
  font-weight: 600;
  font-style: normal;
}

@font-face {
    font-family: 'GothamBook';
  src: url("../css/fonts/GothamBook.eot");
  src: url("../css/fonts/GothamBook.eot") format("embedded-opentype"), url("../css/fonts/GothamBook.woff2") format("woff2"), url("../css/fonts/GothamBook.woff") format("woff"), url("../css/fonts/GothamBook.ttf") format("truetype"), url("../css/fonts/GothamBook.svg#GothamBook") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'GothamThin';
  src: url("../css/fonts/GothamThin.eot");
  src: url("../css/fonts/GothamThin.eot") format("embedded-opentype"), url("../css/fonts/GothamThin.woff2") format("woff2"), url("../css/fonts/GothamThin.woff") format("woff"), url("../css/fonts/GothamThin.ttf") format("truetype"), url("../css/fonts/GothamThin.svg#GothamThin") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'TH Sarabun New';
  src: url("../css/fonts/THSarabunNew.eot");
  src: url("../css/fonts/THSarabunNew.eot?#iefix") format("embedded-opentype"), url("../css/fonts/THSarabunNew.woff2") format("woff2"), url("../css/fonts/THSarabunNew.woff") format("woff"), url("../css/fonts/THSarabunNew.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'THSarabunNewBold';
  src: url("../css/fonts/THSarabunNewBold.eot");
  src: url("../css/fonts/THSarabunNewBold.eot") format("embedded-opentype"), url("../css/fonts/THSarabunNewBold.woff2") format("woff2"), url("../css/fonts/THSarabunNewBold.woff") format("woff"), url("../css/fonts/THSarabunNewBold.ttf") format("truetype"), url("../css/fonts/THSarabunNewBold.svg#THSarabunNewBold") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Start scrollbar style */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    background: rgba(110, 110, 110, 0.3);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: #414141;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #1A1A1A;
}

/* End scrollbar style */
html, body {
    font-family: 'Prompt', sans-serif;
    font-size: 16px;
    font-weight: 300;
    background: #fff;
    line-height: 1.2;
}

html.lang-en, body.lang-en {
    letter-spacing: 0.01em;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

* {
    min-height: 0;
    min-width: 0;
}

img {
    max-width: 100%;
}

a {
    transition: all 300ms linear;
}

a.normal-style {
    text-decoration: underline;
    color: #E79685;
}

a.normal-style:hover {
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

b {
    font-weight: 600;
}

ul.cleargap {
    padding: 0;
    margin: 0;
    list-style: none;
}

ul.inline li {
    display: inline-block;
}

h1 {
    font-weight: 600;
    font-size: 3em;
}

@media screen and (max-width: 992px) {
    h1 {
        font-size: 2em;
    }
}

h2 {
    font-weight: 600;
    font-size: 2.5em;
    margin-bottom: 0;
}

@media screen and (max-width: 992px) {
    h2 {
        font-size: 1.8em;
    }
}

.bg-2 {
    background: #F0F0F0;
}

.form-style input {
    display: block;
}

.input-style {
    appearance: none;
    outline: 0 !important;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: none;
    background: #E0B4B1;
    padding: 0.5em 2em;
    margin: 0 auto 1em;
}

.input-style::placeholder {
    font-weight: 200;
}

.btn-style {
    font-weight: 600;
    appearance: none;
    outline: 0 !important;
    color: #1A1A1A;
    border: 2px solid #1A1A1A;
    padding: 0.4em 1em;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    transition: all 200ms linear;
    display: inline-block;
    cursor: pointer;
}

.btn-style:hover {
    background: #000;
    color: #fff !important;
}

.btn-style.small-btn {
    padding: 0.2em 1em;
}

.btn-style.large-btn {
    padding: 0.4em 4em;
}

.btn-style.theme-2 {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #fff;
    background: #000;
}

.btn-style.theme-2:hover {
    color: #000 !important;
    background: #fff;
}

.btn-style.theme-3 {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #000;
    background: #fff;
}

.btn-style.theme-3:hover {
    color: #fff;
    background: #000;
}

@media screen and (max-width: 992px) {
    .btn-style.full-m {
        display: block;
        width: 100%;
    }
}

.clear-style-btn {
    outline: 0 !important;
    background: none;
    border: none;
    appearance: none;
}

@media screen and (max-width: 992px) {
    .hide-m {
        display: none !important;
    }
}

@media screen and (max-width: 992px) {
    .gap-top-mobile {
        margin-top: 92px;
    }
}

.break {
    flex-basis: 100%;
    height: 0;
}

.wrapper-loader {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.8);
    align-items: center;
    justify-content: center;
    flex-direction: column;
    display: none;
}

.wrapper-loader.show {
    display: flex;
}

.lds-spinner {
    color: official;
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-spinner div {
    transform-origin: 40px 40px;
    animation: lds-spinner 1.2s linear infinite;
}

.lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 3px;
    left: 37px;
    width: 6px;
    height: 18px;
    border-radius: 20%;
    background: #fff;
}

.lds-spinner div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
}

@keyframes lds-spinner {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.main-menu {
    border-bottom: 1px solid #d0d0d0;
    padding: 0 1em;
    position: relative;
    z-index: 21;
    background: #fff;
}

@media screen and (max-width: 992px) {
    .main-menu {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #fff;
        z-index: 20;
        padding: 0;
        bottom: 100%;
        transition: all linear 300ms;
        overflow: hidden;
    }
}

@media screen and (max-width: 992px) {
    .main-menu.active {
        bottom: 0;
        padding-top: 90px;
    }
}

.main-menu > ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-evenly;
}

@media screen and (max-width: 992px) {
    .main-menu > ul {
        flex-direction: column;
    }
}

.main-menu > ul > li {
    display: inline-block;
}

@media screen and (max-width: 992px) {
    .main-menu > ul > li {
        display: block;
        text-align: center;
        border-bottom: 1px solid rgba(118, 137, 121, 0.2);
    }
}

.main-menu > ul > li.active > a {
    color: #fff;
    background: #1A1A1A;
}

.main-menu > ul > li > a {
    font-size: 1.2em;
    color: #1A1A1A;
    padding: 0.8em 1em;
    display: block;
    font-weight: 600;
}

@media screen and (max-width: 992px) {
    .main-menu > ul > li > a {
        font-size: 1em;
        display: block;
        padding: 1em;
    }
}

.main-menu .sub-menu {
    background: #F0F0F0;
    position: absolute;
    left: 0;
    top: 100%;
    right: 0;
    width: 100%;
    padding: 2em 7em 2em;
    max-height: 600px;
    overflow: auto;
    display: none;
}

.main-menu .sub-menu.active {
    display: flex;
}

@media screen and (max-width: 992px) {
    .main-menu .sub-menu {
        position: relative;
        padding: 1em 2em;
        flex-direction: column;
        max-height: 300px;
    }
}

.main-menu .sub-menu a {
    font-weight: 600;
    color: #1A1A1A;
    font-size: 1em;
    display: inline-block;
    line-height: 1.1;
    margin-bottom: 0.8em;
}

.main-menu .sub-menu a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 992px) {
    .main-menu .sub-menu a {
        font-size: 1em;
    }
}

.main-menu .sub-menu .close-icon {
    top: 2em;
    left: 2em;
}

@media screen and (max-width: 992px) {
    .main-menu .sub-menu .close-icon {
        top: 1em;
        left: 1em;
    }
}

.main-menu .sub-menu .column {
    flex: 0 0 25%;
    padding: 0 0.5em;
}

.main-menu .sub-menu .group-menu {
    margin-bottom: 2em;
}

@media screen and (max-width: 992px) {
    .main-menu .sub-menu .group-menu {
        margin-bottom: 1em;
    }
}

.main-menu .sub-menu .title a {
    font-size: 1.2em;
}

.main-menu .sub-menu .title a:hover{
    text-decoration: underline;
}


@media screen and (max-width: 992px) {
    .main-menu .sub-menu .title a {
        font-size: 1.2em;
    }
}

header {
    color: #fff;
    background: #000;
    padding: 1em 2em;
    position: relative;
    z-index: 22;
}

@media screen and (max-width: 992px) {
    header {
        height: 50px;
        overflow: hidden;
        position: fixed;
        z-index: 99;
        top: 0;
        left: 0;
        right: 0;
        border-bottom: 1px solid #9B9B9B;
        padding: 0;
    }
}

header .logo {
    font-family: "GothamMedium";
    font-weight: 600;
    font-size: 1.5em;
    color: #fff;
    letter-spacing: 0.03em;
}

@media screen and (max-width: 992px) {
    header .logo {
        font-size: 1em;
        height: 50px;
        line-height: 3em;
    }
}

header a {
    color: #fff;
}

header a:hover {
    color: #fff;
}

header .profile .dropdown-menu {
    background: #000;
    text-align: center;
    box-shadow: 1px 1px 5px #848484;
}

header .profile .dropdown-menu a {
    color: #fff;
}

header .profile .dropdown-menu a:hover {
    background: transparent;
    text-decoration: underline;
}

header .lang {
    display: flex;
    margin-left: 3em;
    line-height: 0.8;
}

@media screen and (max-width: 992px) {
    header .lang {
        position: fixed;
        right: 15px;
        top: 19px;
    }
}

header .lang a {
    border-left: 1px solid #fff;
    padding: 0 0.8em;
    display: block;
}

header .lang a:first-child {
    border: none;
}

header .lang a.active {
    text-decoration: underline;
}

header .cart {
    margin-left: 3em;
    position: relative;
}

@media screen and (max-width: 992px) {
    header .cart {
        margin-left: 1em;
    }
}

header .cart img {
    height: 20px;
}

header .cart .total-cart {
    position: absolute;
    background: red;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 1px;
    font-size: 0.9em;
    width: 20px;
    height: 20px;
    line-height: 20px;
    top: -8px;
    right: -10px;
    text-align: center;
}

@media screen and (max-width: 992px) {
    header .search-m {
        position: fixed;
        top: 56.5px;
        right: 0;
        z-index: 1;
        width: 50%;
        flex: 0 0 50%;
        max-width: initial !important;
    }
}

header .wrap-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

@media screen and (max-width: 992px) {
    header .wrap-right {
        justify-content: flex-start;
        position: fixed;
        top: 50px;
        height: 40px;
        background: #414141;
    }
}

.open-menu {
    border-top: 3px solid #fff;
    width: 30px;
    height: 24px;
    cursor: pointer;
    position: absolute;
    left: 20px;
    top: 15px;
    z-index: 101;
    display: none;
}

.open-menu:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background: #fff;
    top: 5px;
    left: 0;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.open-menu:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background: #fff;
    bottom: 5px;
    left: 0;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.open-menu.show-close {
    border: none;
}

.open-menu.show-close:before {
    background-color: #fff;
    top: 11px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.open-menu.show-close:after {
    background-color: #fff;
    bottom: 10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media screen and (max-width: 992px) {
    .open-menu {
        display: inline-block;
    }
}

.close-icon {
    width: 30px;
    height: 24px;
    cursor: pointer;
    position: absolute;
    left: 20px;
    top: 17px;
    z-index: 101;
}

.close-icon:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    background-color: #1A1A1A;
    top: 11px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.close-icon:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    background-color: #1A1A1A;
    bottom: 10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

footer {
    background: #000;
    padding: 2em;
    color: #fff;
    position: relative;
    z-index: 20;
    margin-top: auto;
}

@media screen and (max-width: 992px) {
    footer {
        padding: 2em 0.5em;
    }
}

footer a {
    color: #fff;
}

footer a:hover {
    color: #fff;
}

footer .logo-footer {
    width: 50px;
    margin-bottom: 2em;
}

footer .item-detail {
    margin-bottom: 1.5em;
}

footer .social-footer {
    padding-right: 3rem;
}

footer .social-footer a {
    margin: 0 0.5em;
}

footer .social-footer a img {
    width: 30px;
}

.btn-filter-mobile {
    display: none;
    margin-right: 2em;
    padding: 0.2em 0.5em;
    border: 1px solid #fff;
    color: #fff;
}

@media screen and (max-width: 992px) {
    .btn-filter-mobile {
        display: block;
    }
}

.btn-filter-mobile:hover {
    color: #fff;
}

.search-panel {
    display: flex;
    flex: 1 1 100%;
}

@media screen and (max-width: 992px) {
    .search-panel {
        flex: 1 1 60%;
    }
}

.form-search {
    position: relative;
    width: 100%;
}

.form-search button {
    position: absolute;
    top: 50%;
    right: 5px;
    z-index: 10;
    transform: translateY(-50%);
    padding: 5px;
}

.form-search button img {
    height: 20px;
}

.search-style {
    outline: none;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: none;
    padding: 0.2em 2em 0.2em 1em;
    width: 100%;
}

@media screen and (max-width: 992px) {
    .search-style {
        padding: 0 2em 0 1em;
    }
}

.search-style::placeholder {
    color: #6e6e6e;
    font-weight: 200;
}

.wrap-cart {
    margin-left: 2em;
}

.wrap-cart .cart {
    position: relative;
}

.wrap-cart .cart img {
    height: 35px;
}

@media screen and (max-width: 1200px) {
    .wrap-cart .cart img {
        height: 25px;
    }
}

.wrap-cart .cart span {
    font-size: 0.8em;
    position: absolute;
    top: 0;
    right: -8px;
    color: #fff;
    background: #C95050;
    padding: 0.1em 0.3em;
    line-height: 1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #fff;
}

@media screen and (max-width: 992px) {
    .content-body {
        padding-top: 90px;
		margin-top:unset !important;
    }
}

.slide-hot-item-home .slick-prev, .slide-hot-item-home .slick-next {
    height: 35px;
    width: 35px;
    z-index: 1;
}

.slide-hot-item-home .slick-prev:before, .slide-hot-item-home .slick-next:before {
    font-size: 35px;
}

.slide-hot-item-home .slick-prev {
    left: 10px;
}

.slide-hot-item-home .slick-next {
    right: 10px;
}

.item-product-more-info .pic {
    overflow: hidden;
}

.item-product-more-info .title {
    font-weight: 500;
    font-size: 1.2em;
    margin: 0.7em 0 0.5em;
    color: #414141;
}

.item-product-more-info .title span {
    font-size: 0.8em;
    margin-right: 0.8em;
}

@media screen and (max-width: 992px) {
    .item-product-more-info .title span {
        margin-right: 0.3em;
    }
}

.item-product-more-info .more-info {
    margin: 0.5em 0;
    color: #414141;
    font-weight: 400;
}

.dot-style .slick-dots {
    width: initial;
    right: 10px;
    bottom: 10px;
}

@media screen and (max-width: 992px) {
    .dot-style .slick-dots {
        right: 5px;
        bottom: 5px;
    }
}

.dot-style .slick-dots li.slick-active button:before {
    color: #593235;
    opacity: 1;
}

.dot-style .slick-dots li button:before {
    font-size: 12px;
}

@media screen and (max-width: 992px) {
    .dot-style .slick-dots li button:before {
        font-size: 10px;
    }
}

.dot-style .slick-dots li button:hover:before {
    color: #593235;
}

.item-featured-product {
    display: block;
    position: relative;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    margin-bottom: 1.5em;
}

.item-featured-product .pic img {
    width: 100%;
}

.item-featured-product .desc .name {
    position: absolute;
    left: 20px;
    top: 20px;
    color: #E79685;
    font-weight: 500;
}

.item-featured-product .desc .shop-more {
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: #4C4545;
}

.title-section {
    text-align: center;
    font-weight: 500;
    font-size: 2em;
    color: #1A1A1A;
}

@media screen and (max-width: 992px) {
    .title-section {
        font-size: 1.5em;
    }
}

.title-section.small {
    font-size: 1.3em;
    font-weight: 400;
}

.title-section.gap-bottom {
    margin-bottom: 0.5em;
}

.title-section.add-line {
    padding-bottom: 0.5em;
    margin-bottom: 1em;
    border-bottom: 1px solid #593235;
}

.title-section.theme-2 {
    color: #fff;
}

.wrap-hot-item {
    display: flex;
    overflow-x: auto;
    margin-bottom: 3em;
    align-items: flex-start;
    min-height: 460px;
}

@media screen and (max-width: 1400px) {
    .wrap-hot-item {
        min-height: 430px;
    }
}

@media screen and (max-width: 992px) {
    .wrap-hot-item {
        min-height: initial;
        padding-bottom: 2em;
    }
}

.section {
    padding-top: 3em;
    padding-bottom: 3em;
}

.list-icon {
    display: flex;
    justify-content: space-around;
}

@media screen and (max-width: 992px) {
    .list-icon {
        margin-bottom: 1.5em;
    }
}

.list-icon .mock-icon {
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
}

.list-icon .mock-icon.theme-2 {
    background: #4C4545;
}

.breadcrumb {
    background: none;
    color: #8C8989;
    margin: 2em 0;
    padding: 0;
}

@media screen and (max-width: 992px) {
    .breadcrumb {
        padding: 0;
        margin: 1em 0;
    }
}

@media screen and (max-width: 768px) {
    .breadcrumb {
        font-size: 0.8em;
    }
}

.breadcrumb ul li:before {
    content: "/";
    margin-right: 5px;
}

.breadcrumb ul li:first-child:before {
    display: none;
}

.breadcrumb a {
    color: #4C4545;
}

.sort {
    color: #8C8989;
}

@media screen and (max-width: 992px) {
    .sort {
        margin-bottom: 1em;
    }
}

.sort select {
    border: none;
    outline: none;
    color: #4C4545;
    cursor: pointer;
}

.paging ul {
    justify-content: center;
    display: flex;
    align-items: center;
}

.paging ul li {
    align-items: center;
    margin: 0 0.5em;
}

@media screen and (max-width: 992px) {
    .paging ul li {
        margin: 0 0.3em;
    }
}

.paging a {
    display: block;
    color: #4C4545;
    line-height: 1;
}

.paging a.numbering {
    width: 30px;
    height: 30px;
    line-height: 25px;
    padding: 0.2em;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: relative;
}

.paging a.numbering:hover {
    color: #fff;
    background: #593235;
}

.paging a.numbering.last {
    margin-left: 1em;
}

.paging a.numbering.last:before {
    content: ". . .";
    color: #4C4545 !important;
    position: absolute;
    top: 50%;
    right: 100%;
    transform: translateY(-50%);
    width: 30px;
}

.paging .icon-chev {
    width: 30px;
    height: 30px;
    background: url("../images/icon/chev-left.svg") no-repeat;
    margin: 0 0.5em;
}

.paging .icon-chev:hover {
    background: url("../images/icon/chev-left-i.svg") no-repeat;
}

.paging .icon-chev.chev-right {
    transform: rotateY(-180deg);
}

.form-style {
    color: #4C4545;
}

.form-style .row-input {
    display: flex;
    margin-bottom: 1em;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .form-style .row-input {
        flex-direction: column;
        align-items: flex-start;
    }
}

.form-style .row-input label {
    width: 200px;
    font-weight: 500;
    flex: 0 0 auto;
}

.form-style .row-input input, .form-style .row-input select, .form-style .row-input textarea {
    outline: none;
    border: 1px solid #593235;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding: 0.2em 1em;
    color: #6e6e6e;
}

.form-style .row-input input::placeholder, .form-style .row-input select::placeholder, .form-style .row-input textarea::placeholder {
    color: #8C8989;
}

.form-style .row-input select {
    padding: 0.1em 1em;
    color: #8C8989;
}

.total-product {
    display: flex;
    align-items: center;
}

.total-product .minus, .total-product .add {
    width: 25px;
    height: 25px;
    display: block;
    margin: 0 0.5em;
    transition: 100ms;
    cursor: pointer;
}

.total-product .minus {
    background: url("../images/icon/product/icon-minus.svg") no-repeat;
}

.total-product .add {
    background: url("../images/icon/product/icon-plus.svg") no-repeat;
}

.total-product .total-number {
    outline: none;
    appearance: none;
    border: none;
    background: none;
    text-align: center;
    font-size: 1.2em;
    width: 45px;
}

.upload-file {
    color: #8C8989;
    display: inline-block;
    padding: 2em 3em;
    border: 3px solid rgba(118, 137, 121, 0.4);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background: #fff;
}

.upload-file:hover {
    color: #593235;
    border-color: #593235;
}

.upload-file img {
    width: 30px;
}

.upload-file span {
    display: block;
    margin-top: 0.5em;
}

.line-section {
    border-top: 1px solid #593235;
    display: block;
    height: 2px;
    width: 100%;
    margin: 1em 0;
}

/* ------------ New css ------------ */
/* ---- Product ---- */
.filter-product {
    font-size: 1.6em;
    color: #414141;
}

.filter-product:hover {
    color: #414141;
}

@media screen and (max-width: 992px) {
    .filter-product {
        font-size: 1.2em;
    }
}

.filter-detail {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    width: 300px;
    background: #F0F0F0;
    z-index: 10;
    padding: 140px 2em 460px;
    display: none;
}

.filter-detail.active {
    display: block;
}

.filter-detail .apply-filter {
    font-size: 1.6em;
    color: #414141;
}

.list-products {
    display: flex;
    margin: 0 -10px;
    flex-wrap: wrap;
}

.list-products .item-product {
    flex: 0 0 20%;
    padding: 0 10px;
    margin-bottom: 1.5em;
}

@media screen and (max-width: 1200px) {
    .list-products .item-product {
        flex: 0 0 25%;
    }
}

@media screen and (max-width: 992px) {
    .list-products .item-product {
        flex: 0 0 33.3333%;
    }
}

@media screen and (max-width: 768px) {
    .list-products .item-product {
        flex: 0 0 50%;
    }
}

.item-product {
    display: inline-block;
    text-align: center;
    color: #666;
}

.item-product:hover {
    color: #1A1A1A;
}

.item-product span {
    display: block;
}

.item-product .pic {
    margin-bottom: 1em;
    overflow: hidden;
}

.item-product .pic img {
    width: 100%;
}

.item-product .name {
    font-size: 1.3em;
    color: #414141;
    margin-bottom: 0.3em;
    font-weight: 500;
}

@media screen and (max-width: 992px) {
    .item-product .name {
        font-size: 1.1em;
    }
}

.item-product .color {
    color: #666666;
    margin-bottom: 0.3em;
}

.item-product .price {
    color: #666666;
    margin-bottom: 1em;
}

/* ---- Product Detail ---- */
.link-normal {
    color: #1A1A1A;
}

.link-normal:hover {
    color: #1A1A1A;
}

.product-detail-main {
    display: flex;
}

@media screen and (max-width: 992px) {
    .product-detail-main {
        flex-direction: column;
    }
}

.product-detail-main .slider-nav-product {
    position: relative;
    padding: 1.5em 0;
}

.product-detail-main .slider-nav-product .item {
    padding: 0 0.4em;
}

.product-detail-main .slider-nav-product .slick-prev, .product-detail-main .slider-nav-product .slick-next {
    left: 50%;
    right: initial;
    top: initial;
    z-index: 10;
}

.product-detail-main .slider-nav-product .slick-prev:before, .product-detail-main .slider-nav-product .slick-next:before {
    color: #000;
}

.product-detail-main .slider-nav-product .slick-prev {
    top: 0;
    transform: translateX(-50%) rotate(90deg);
}

@media screen and (max-width: 992px) {
    .product-detail-main .slider-nav-product .slick-prev {
        transform: translateY(-50%) rotate(0deg);
        top: 50%;
        left: -15px;
    }
}

.product-detail-main .slider-nav-product .slick-next {
    bottom: 0;
    transform: translateX(-50%) rotate(90deg);
}

@media screen and (max-width: 992px) {
    .product-detail-main .slider-nav-product .slick-next {
        transform: translateY(-50%) rotate(0deg);
        top: 50%;
        left: initial;
        right: -15px;
    }
}

.product-detail-main .slider-product {
    flex: 0 0 80%;
    margin-left: 1em;
}

@media screen and (max-width: 992px) {
    .product-detail-main .slider-product {
        margin-left: 0;
        margin-bottom: 1em;
    }
}

.product-detail-main .slider-product .item img {
    width: 100%;
}

.select-style {
    padding: 0.4em 1em;
}

@media screen and (max-width: 992px) {
    .detail-product-select {
        margin-top: 1em;
    }
}

.detail-product-select .name {
    font-family: "Prompt";
    font-weight: 600;
    font-size: 1.6em;
}

.detail-product-select .price {
    font-family: "Prompt";
    font-weight: 600;
    margin-top: 0.4em;
    font-size: 2em;
}

.detail-product-select .group-select {
    display: flex;
    justify-content: space-between;
}

.detail-product-select .group-select .select-type select {
    width: 200px;
}

.detail-product-select .desc {
    line-height: 2;
    font-weight: 400;
}

.relate-product {
    background: #F0F0F0;
    padding: 4em 2em;
}

.slide-relate-product .item {
    padding: 0.5em;
}

.slide-relate-product .slick-prev:before, .slide-relate-product .slick-next:before {
    color: #000;
}

/* ---- Cart ---- */
.blog-cart {
    padding: 2em;
    background: #fff;
}

@media screen and (max-width: 992px) {
    .blog-cart {
        padding: 1em;
    }
}

.blog-cart.small {
    padding: 1em;
}

.list-item-cart.summary .row-item > div {
    padding: 0.5em;
}

@media screen and (max-width: 992px) {
    .list-item-cart.summary .row-item > div {
        flex: 0 0 100%;
    }
}

.list-item-cart.summary .row-item > div:nth-child(2) {
    flex: 0 0 20%;
}

@media screen and (max-width: 992px) {
    .list-item-cart.summary .row-item > div:nth-child(2) {
        flex: 0 0 100%;
    }
}

.list-item-cart .row-item {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #F0F0F0;
}

@media screen and (max-width: 992px) {
    .list-item-cart .row-item {
        flex-wrap: wrap;
        margin-bottom: 1em;
    }
}

.list-item-cart .row-item:last-child {
    border-bottom: 1px solid #9B9B9B;
}

.list-item-cart .row-item.heading {
    border-bottom: 1px solid #9B9B9B;
    font-weight: 600;
}

@media screen and (max-width: 992px) {
    .list-item-cart .row-item.heading {
        display: none;
    }
}

.list-item-cart .row-item > div {
    flex: 0 0 20%;
    padding: 0.5em;
}

@media screen and (max-width: 992px) {
    .list-item-cart .row-item > div {
        flex: 0 0 100%;
    }
}

.list-item-cart .row-item > div:nth-child(1) {
    flex: 0 0 40%;
}

@media screen and (max-width: 992px) {
    .list-item-cart .row-item > div:nth-child(1) {
        flex: 0 0 100%;
    }
}

.list-item-cart .row-item > div:nth-child(2) {
    flex: 0 0 15%;
}

@media screen and (max-width: 992px) {
    .list-item-cart .row-item > div:nth-child(2) {
        flex: 0 0 100%;
    }
}

@media screen and (max-width: 992px) {
    .list-item-cart .row-item > div:nth-child(4) {
        text-align: center;
    }
}

.list-item-cart .row-item > div:nth-child(5) {
    flex: 0 0 5%;
}

@media screen and (max-width: 992px) {
    .list-item-cart .row-item > div:nth-child(5) {
        flex: 0 0 100%;
        text-align: center;
    }
}

.list-item-cart .row-item .delete-row img {
    width: 15px;
}

.list-item-cart .row-item .total-product {
    justify-content: center;
}

.product-in-cart {
    display: flex;
}

.product-in-cart .pic {
    text-align: center;
    flex: 0 0 40%;
}

@media screen and (max-width: 992px) {
    .product-in-cart .pic {
        flex: 0 0 40%;
        margin-bottom: 0.5em;
    }
}

.product-in-cart .pic img {
    max-height: 150px;
    margin: auto;
}

.product-in-cart .desc {
    padding: 0.3em 0.5em;
}

@media screen and (max-width: 992px) {
    .product-in-cart .desc {
        text-align: center;
        width: 100%;
    }
}

.product-in-cart .desc .name {
    font-weight: 600;
    margin-bottom: 0.4em;
}

.deliver {
    background: #F0F0F0;
    margin: 1em 0;
    border-top: 1px solid #9B9B9B;
}

.deliver.no-bg {
    background: transparent;
    margin: 0.5em 0;
}

.deliver-by, .coupon {
    display: flex;
    flex: 0 0 50%;
    align-items: center;
    padding: 1.5em 1em;
}

@media screen and (max-width: 992px) {
    .deliver-by, .coupon {
        flex-direction: column;
    }
}

.deliver-by .heading, .coupon .heading {
    white-space: nowrap;
    margin-right: 1em;
}

@media screen and (max-width: 992px) {
    .deliver-by .heading, .coupon .heading {
        margin-bottom: 0.3em;
    }
}

.deliver-by select, .coupon select {
    width: 100%;
}

.coupon {
    position: relative;
}

@media screen and (max-width: 992px) {
    .coupon {
        padding: 1em 1em 2em;
    }
}

.coupon .heading {
    width: 180px;
}

.detail-code {
    position: absolute;
    top: 115%;
    font-size: 0.9em;
    color: #000;
    margin-left: 5px;
    font-family: "Prompt";
    font-weight: 600;
}

.detail-code-error {
    position: absolute;
    top: 115%;
    font-size: 0.9em;
    color: red;
    margin-left: 5px;
    font-family: "Prompt";
    font-weight: 600;
}

.deliver-by .select-type {
    width: 100%;
}

.form-coupon input {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    height: 32px;
}

.form-coupon button {
    background: #000;
    color: #fff;
    padding: 0.4em 1em;
    top: 50%;
    right: 0;
}

.address {
    padding: 1em;
}

.address.hide {
    display: none !important;
}

.address .add-address {
    display: block;
    color: #000;
    text-align: center;
    padding: 2em;
    border: 1px solid #9B9B9B;
    margin-top: 0.5em;
    cursor: pointer;
}

.address .add-address img {
    width: 30px;
    margin: auto;
}

.address .add-address span {
    display: block;
    margin-top: 0.5em;
}

.modal-address.active {
    background-color: #e2e2e2;
}

.total-price {
    border-top: 1px solid #9B9B9B;
    border-bottom: 1px solid #9B9B9B;
    text-align: right;
    padding: 1em 0.5em 0.5em;
}

.total-price .row-total-price {
    margin-bottom: 0.5em;
}

.total-price .row-total-price span {
    display: inline-block;
    width: 200px;
}

@media screen and (max-width: 992px) {
    .total-price .row-total-price span {
        width: 120px;
    }
}

.form-add-address {
    margin: 1em 0;
}

.form-add-address input[type='text'], .form-add-address select {
    width: 100%;
    padding: 0.2em 0.3em;
    margin-bottom: 0.5em;
}

.form-add-address select {
    padding: 0.2em 0.3em;
}

.form-add-address label {
    margin-bottom: 0.3rem;
}

.row-item-address {
    border-bottom: 1px solid #414141;
}

.row-item-address.active {
    background: #F0F0F0;
}

.group-form {
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 992px) {
    .group-form {
        flex-direction: column;
    }
}

.group-form .item-form {
    flex: 0 0 48%;
}

@media screen and (max-width: 992px) {
    .group-form .item-form {
        flex: 0 0 100%;
    }
}

/* ---- Payment ---- */
.blog-payment {
    padding: 1em 0.7em;
    background: #fff;
    height: 100%;
}

.group-payment img {
    max-height: 25px;
}

.group-payment label {
    margin-bottom: 0.5em;
    margin-left: 0.2em;
}

.form-card label {
    margin-bottom: 0.1em;
}

.form-card input {
    width: 100%;
    display: block;
    margin-bottom: 1em;
    padding: 0.2em 0.6em;
}

.form-card .group-input {
    display: flex;
    justify-content: space-between;
}

.form-card .group-input .item-input {
    flex: 0 0 48%;
}

/* ---- Account details ---- */
.form-account-detail a {
    color: #1A1A1A;
}

.form-account-detail .font-large {
    font-size: 1.2em;
}

.form-account-detail label {
    margin-bottom: 0.2em;
}

.form-account-detail input, .form-account-detail textarea {
    display: block;
    width: 100%;
    padding: 0.2em 0.3em;
    margin-bottom: 0.5em;
}

.form-account-detail input[type=checkbox] {
    display: inline-block;
    width: initial;
    margin-right: 0.5em;
}

/* ---- Login ---- */
.border-column {
    border-right: 1px solid #9B9B9B;
}

@media screen and (max-width: 992px) {
    .border-column {
        border: none;
    }
}

.group-login {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.group-radio input {
    width: initial;
    padding: 0;
    margin: 0;
    display: inline-block;
}

.group-radio label {
    margin: 0 0 0 0.5em;
}

.form-signup {
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.form-signup a {
    display: inline-block;
    margin-bottom: 1em;
    width: 300px;
    text-align: center;
}

.form-signup a.fb-link {
    background: #3461BC;
    border-color: #3461BC;
}

.form-signup a.fb-link:hover {
    background: #3461BC;
}

.form-signup a.gg-link {
    background: #E0523A;
    border-color: #E0523A;
}

.form-signup a.gg-link:hover {
    background: #E0523A;
}

/* ---- Order history ---- */
.table-order th {
    white-space: nowrap;
}

.table-order td {
    vertical-align: middle;
}

.table-order .status.success {
    color: #5A9300;
}

.table-order .status.inprogress {
    color: #F15A29;
}

.table-order .btn-style {
    white-space: nowrap;
}

/* ---- Wishlist ---- */
.blog-wishlist.no-bg {
    background: transparent;
}

@media screen and (max-width: 992px) {
    .blog-wishlist .list-item-cart .row-item {
        flex-direction: column;
    }
}

.blog-wishlist .list-item-cart .row-item > div {
    flex: 0 0 10%;
}

.blog-wishlist .list-item-cart .row-item > div:first-child {
    flex: 0 0 30%;
}

.blog-wishlist .list-item-cart .row-item > div:nth-child(5) {
    flex: 0 0 35%;
}

.blog-wishlist .list-item-cart .row-item > div:nth-child(6) {
    flex: 0 0 5%;
}

.blog-wishlist .product-in-cart .pic img {
    max-height: 100px;
}

.blog-wishlist .group-btn a {
    font-size: 0.8em;
}

@media screen and (max-width: 992px) {
    .blog-wishlist .group-btn a {
        font-size: 0.8em;
        display: block;
        margin-bottom: 0.5em;
    }
}

/* ---- About ---- */
.slide-about {
    text-align: center;
    margin: 2em 0 4em !important;
}

@media screen and (max-width: 992px) {
    .slide-about {
        margin: 1em 0 3em !important;
    }
}

.slide-about .heading {
    font-size: 2em;
    font-weight: 600;
}

.slide-about .desc {
    max-width: 30%;
    margin: 2em auto;
}

@media screen and (max-width: 1200px) {
    .slide-about .desc {
        max-width: 50%;
    }
}

@media screen and (max-width: 992px) {
    .slide-about .desc {
        max-width: 80%;
    }
}

.slide-about .slick-prev {
    left: 10px;
}

.slide-about .slick-next {
    right: 10px;
}

.slide-about .slick-prev:before, .slide-about .slick-next:before {
    color: #1A1A1A;
}

/* ---- Contact ---- */
.wrap-contact {
    font-family: "Prompt";
    font-size: 1.2em;
}

.wrap-contact a {
    color: #1A1A1A;
}

.list-social {
    display: flex;
    justify-content: space-evenly;
    margin: 1em 0;
}

@media screen and (max-width: 992px) {
    .list-social {
        flex-direction: column;
    }
}

.list-social a {
    margin: 1em 0;
}

.list-social a img {
    width: 30px;
}

.list-social a span {
    display: block;
    margin-top: 0.2em;
}

.maps iframe {
    width: 100%;
    height: 400px;
}

.select2-container {
    margin-bottom: 0.7em !important;
}


  form label {
    border: 0;
    margin-bottom: 3px;
    display: block;
    width: 100%;
  }

  form .error {
    color:#dc4028;
    border-color: #dc4028;
    display: block;
    width: 100%;
    padding: 0.2em 0.3em;
    margin-bottom: 0.5em;
  }

  .select2-selection--single.is-invalid {
    border-color: #dc4028 !important;
}

.slick-prev, .slick-next{
    top: 33% !important;
}


.fix-header-bar{
	position: fixed;
    width: 100%;
	z-index: 999;
}
.content-body {
	margin-top: 7.3em;
}

.box-pagination-main {
    width: 100%;
    margin: 0 auto;
    padding: 12px 0;
    border-top: 1px solid #eeeeee;
    font-size: 1em;
}

ul.pagination {
    text-align: right;
    display: table;
    float: right;
}

ul.pagination li:first-child {
    margin-left: 0px;
}
ul.pagination li {
    display: inline-block;
    margin: 0 7px;
    height: 30px;
    line-height: 30px;
}

ul.pagination li.deactive a.btn-arrow-left {
    background-position: -1px -1px;
}
ul.pagination li.deactive a.btn-arrow-left, ul.pagination li.deactive a.btn-arrow-right {
    background: url(../images/icon-arrow-gray.png) no-repeat center top #e4e4e4;
}
ul.pagination li a.btn-arrow-left {
    background-position: -1px -1px;
    margin-left: 0px;
}
ul.pagination li a.btn-arrow-left, ul.pagination li a.btn-arrow-right {
    width: 30px;
    height: 29px;
    display: inline-block;
    vertical-align: middle;
    background: url(../images/icon-arrow-gray.png) no-repeat center top #000;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

ul.pagination li a.btn-arrow-left.page10l, ul.pagination li a.btn-arrow-right.page10r, ul.pagination li:hover a.btn-arrow-left.page10l, ul.pagination li:hover a.btn-arrow-right.page10r, ul.pagination li.deactive a.btn-arrow-left.page10l, ul.pagination li.deactive a.btn-arrow-right.page10r, ul.pagination li.deactive:hover a.btn-arrow-left.page10l, ul.pagination li.deactive:hover a.btn-arrow-right.page10r {
    background-image: url(../images/icon-arrow-gray-10p.png);
}
ul.pagination li a.btn-arrow-right {
    background-position: 1px -30px;
    margin-right: 0px;
}

ul.pagination li.active a, ul.pagination li a:hover {
    font-weight: bold;
    text-decoration: underline ; 
    
   }


ul.pagination li a {
    color: black;
}