@import "reset.css";
@import "fonts.css";
#back-to-top{
    background-color: #c49a6c;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    position: fixed;
    right: 4px;
    bottom: 60px;
    z-index: 999;
    opacity: 0;
    width: 40px;
    height: 40px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    transition:opacity ease 0.3s;
}
#back-to-top.show{opacity:1;}
.logo {
    display: flex;
    justify-content: center;
}
header {
    padding-top: 40px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
}
.menu-btn {
    margin-left: 5px;
    margin-right: 50px;
}
.menu-btn i {
    display: block;
    background-color: #fff;
    height: 2px;
    width: 40px;
    margin: 10px 0;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    position: relative;
}
.menu-btn i:first-child {
    left: 0;
}
.menu-btn i:nth-child(2) {
    left: 0;
    -webkit-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    transition-delay: 50ms;
}
.menu-btn i:nth-child(3) {
    left: 0;
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
}
.menu-btn.active i, .menu-btn:hover i{
    background-color: #c49a6c;
}
.menu-btn.active i:nth-child(2), .menu-btn:focus i:nth-child(2), .menu-btn:hover i:nth-child(2) {
    left: 10px;
}
/*.menu-btn:not(.active):hover i {*/
/*    left: 0;*/
/*}*/
.btn-product, .btn-search {
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
}
.btn-product i, .btn-search i {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    margin-right: 10px;
}
.btn-product:hover i, .btn-search:hover i {
    color: #c49a6c;
}
.btn-search {
    margin-right: 50px;
}
.btn-language {
    color: rgba(255, 255, 255, 0.6);
}
.active.btn-language {
    color: #fff;
    font-weight: 600;
}
.btn-vn {
    margin-right: 20px;
    position: relative;
}
.btn-vn:before {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    content: '';
    height: 3px;
    width: 3px;
    position: absolute;
    right: -11px;
    top: 8px;
}
.btn-login, .btn-cart {
    color: #fff;
    font-size: 16px;
}

.btn-login {
    margin-left: 50px;
}
.btn-cart {
    margin-left: 40px;
}
.banner-slider {
    margin-bottom: 0;
}
.banner-item {
    height: 100vh;
    position: relative;
}
.banner-item > img, .video-bg {
    height: 100vh;
    width: 100%;
    object-fit: cover;
}
.banner-abs {
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.banner-text {
    padding-bottom: 60px;
    text-align: center;
}
.banner-text .h2, .banner-text .h3 {
    font-size: 48px;
    color: #fff;
    font-family: 'Playfair Display';
    text-transform: uppercase;
}
.banner-text .h2 {
    letter-spacing: 12px;
}
.banner-text .h3 {
    font-size: 60px;
    /*font-weight: 600;*/
    margin-top: 10px;
    letter-spacing: 9.6px;
}
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    height: 45px;
}
.btn-x {
    background: rgba(196, 154, 108, 0.9);
    border-radius: 0;
    border: 2px solid transparent;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    min-width: 160px;
}
.btn-x:hover, .btn-x:focus {
    background: transparent;
    border-color: rgba(196, 154, 108, 0.9);
    color: #fff;
}
.btn-x-x:hover, .btn-x-x:focus {
    color: rgba(196, 154, 108, 0.9);
}
.line {
    background-color: #c49a6c;
    height: 3px;
    width: 60px;
    margin: 60px auto 40px auto;
}
.banner-slider .slick-arrow {
    position: absolute;
    top: auto;
    bottom: 60px;
    right: 7%;
    left: auto;
    z-index: 2;
}
.slick-next:before,  .slick-prev:before {
    font-size: 24px;
}
.banner-slider .slick-next:before, .banner-slider .slick-prev:before {
    color: rgba(255, 255, 255, 0.6);
}
.banner-slider .slick-arrow.slick-prev {
    right: calc(7% + 60px);
}
.banner-slider .slick-prev:after {
    content: url("../images/separator.png");
    position: absolute;
    right: -30px;
    top: -10px;
}
.cates {
    background-color: #0f141f;
    padding-top: 90px;
}
.cates-flex > a {
    display: block;
    text-align: center;
    flex-grow: 1;
}
.cates-flex > a span {
    font-family: 'Playfair Display';
    font-weight: 600;
    color: #fff;
    display: block;
    margin-top: 30px;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 1.4px;
}
.cates-flex > a:hover span {
    color: #c49a6c ;
}
.collections {
    background-color: #0f141f;
    padding: 120px 0 80px 0;
}
.collect-item {
    position: relative;
    margin: 0 24px;
    transition: all ease 0.3s;
}
.collect-item img {
    object-fit: cover;
    height: 564px;
    width: 100%;
}
.collect-abs {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: flex-end;
    transition: all ease 0.5s;
}
.collect-abs:hover {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}
.collect-text {
    padding: 0 0 40px 40px;
}
.collect-text .h3 span, .collect-text h3 span {
    background: url("../images/separator.png") no-repeat center;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    padding: 15px 0;

}
.collect-text h4 {
    font-family: 'Playfair Display';
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    display: block;
    max-width: 380px;
    letter-spacing: 3.6px;
    line-height: 1.33;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.btn-nor {
    border: 1px solid #fff;
    min-width: 160px;
}
.btn-nor:hover {
    background: #c49a6c;
    border-color: #c49a6c;
    color: #fff;
}
.container-fluid {
    padding: 0 80px;
}
.collection-slider {
    margin: 0 -24px;
}
.collection-slider .collect-item {
}
.collection-slider .slick-current {
    transform: translateY(-40px);
}
.collection-slider .slick-list {
    padding: 40px 0;
}
.collection-slider .slick-arrow {
    background-color: #0f141f;
    height: 56px;
    width: 56px;
    z-index: 2;
    top: 40%;
}
.collection-slider .slick-prev {
    left: calc(50% - 62px);
}
.collection-slider .slick-next {
    right: calc(50% - 62px);
    left: auto;
}
.title {
    text-align: center;
}
.title span {
    background: url("../images/separator-x.png") no-repeat center;
    color: #c49a6c;
    font-weight: 500;
    text-transform: uppercase;
    padding: 18px 0;
}
.title h2 ,.title .h2 {
    color: #fff;
    font-family: 'Playfair Display';
    font-size: 36px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 7.2px;
}
.products {
    background-color: #0f141f;
}
.products-flex {
    display: flex;
    flex-wrap: wrap;
}
.products-item {
    flex: 0 0 calc((100% - 3*40px)/4);
    max-width: calc((100% - 3*40px)/4);
    margin-right: 40px;
    margin-top: 80px;
}
.products-item:nth-child(4n) {
    margin-right: 0;
}
.products-item h4 {
    margin: 20px 0;
}
.products-item h4 a {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    text-transform: uppercase;
    height: 42px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.products-item span:first-child {
    color: rgba(255, 255, 255, 0.5);
    font-weight: 500;
    text-transform: uppercase;
}
.products-item span:last-child {
    color: rgba(255, 255, 255, 0.5);
    font-size: 16px;
    font-weight: 600;
}
.pro-img {
    display: block;
    position: relative;
    width: 100%;
}
.pro-img:before {
    content: "";
    display: block;
    padding-bottom: 120%;
}
.pro-img > div {
    background: rgba(255, 255, 255, 0.1);
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    padding: 20px;
}
.mgt-60 {
    margin-top: 60px;
}
.ss-content {
    height: 100%;
}
.find-store {
    background-color: #0f141f;
    padding: 100px 0;
}
.title-span span {
    background: url("../images/separator-x.png") no-repeat center;
    color: #c49a6c;
    font-weight: 500;
    text-transform: uppercase;
    padding: 18px 0;
}
.ss-text .h2 {
    color: #fff;
    font-family: 'Playfair Display';
    font-size: 36px;
    font-weight: 500;
    letter-spacing: 3.6px;
    text-transform: uppercase;
}
.ss-text .desc {
    color: #fff;
    line-height: 2;
    margin: 30px 0 60px;
}
.view {
    color: #c49a6c;
    margin-left: 5px;
}
.store-slider {
    margin-bottom: 0;
    position: relative;
}
.store-slider:before {
    background-color: #c49a6c;
    content: '';
    height: calc(100% - 2*56px);
    width: 56px;
    left: -56px;
    position: absolute;
    top: 56px;
}
.store-slider .slick-arrow {
    background-color: #0f141f;
    height: 56px;
    width: 56px;
    bottom: 0;
    z-index: 2;
    top: auto;
    transform: translate(0);
}
.store-slider .slick-prev {
    left: -56px;
}
.store-slider .slick-next {
    left: 0;
}
.sign-in {
    padding: 75px 0;
    position: relative;
}
.sign-in li {
    background: url("../images/icon-ul.png") no-repeat center left;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    padding: 5px 0 5px 20px;
}
.sign-in:before, .new-product:before  {
    background: rgba(0, 0, 0, 0.3);
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
}
.sign-in .container, .new-product .container {
    position: relative;
    z-index: 3;
}
.new-product {
    padding: 60px 0 80px;
}
.new-product {
    position: relative;
}
.new-product:before {
    background: rgba(196, 154, 108, 0.8);
}
.new-product .title span {
    background: url(../images/separator.png) no-repeat center;
    color: #fff;
}
.new-product .desc {
    color: #fff;
    line-height: 2;
    margin: 30px 0 60px;
}
footer {
    background-color: #0f141f;
    padding: 60px 0;
}
footer h4 {
    color: #c49a6c;
    font-family: 'Playfair Display';
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1.6px;
    margin-bottom: 30px;
    text-transform: uppercase;
}
footer p {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.86;
    margin-bottom: 15px;
}
footer p a {
    color: rgba(255, 255, 255, 0.8);
    margin-left: 5px;
}
footer li {
    margin-bottom: 15px;
}
footer li a {
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
}
.bct {
    margin-top: 30px;
}
.frm-nor {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 30px;
}
.frm-nor input {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.8);
    height: 45px;
    padding: 5px 20px;
    width: 100%;
}
.frm-nor button {
    background: transparent;
    border: none;
    height: 45px;
    width: 45px;
    position: absolute;
    right: 0;
    top: 0;
    color: rgba(255, 255, 255, 0.8);
    font-size: 20px;
}
.social a {
    color: rgba(240, 235, 225, 0.8);
    font-size: 22px;
    margin-right: 30px;
}
.social a:hover {
    color: #c49a6c;
}
.copyright, .copyright a {
    color: rgba(240, 235, 225, 0.8);
    margin-top: 40px;
    text-transform: uppercase;
}

.nav-fix {
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 999;
}
.nav-fix a {
    background: rgba(186, 135, 88, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
}
.nav-fix a:hover {
    background: rgba(186, 135, 88, 1);
}
.banner-page > img {
    height: 427px;
    width: 100%;
    object-fit: cover;
}
.banner-page-abs {
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: flex-end;
}
.title-page {
    color: #fff;
    font-family: 'Playfair Display';
    font-size: 48px;
    letter-spacing: 9.6px;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    margin-bottom: 50px;
}
.title-page:before {
    content: '';
    width: 60px;
    height: 3px;
    background-color: #c49a6c;
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.breadcrum {
    justify-content: center;
    margin-bottom: 60px;
}
.breadcrum a, .breadcrum span {
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
}
.breadcrum a:after {
    content: '/';
    margin: 0 15px;
}
.partners {
    padding: 30px 0 ;
}
.partner-abs {
    background-color: rgba(195, 192, 186, 0.2);
    padding: 0;
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    height: 0;
    transition: all ease-in-out 0.3s;
}
.partners-flex {
    display: flex;
    flex-wrap: wrap;
}
.partner-flex {
    display: flex;
    position: relative;
}
.btn-none {
    background: transparent;
    border: none;
    padding: 0;
}
.partner-flex .btn-close {
    background: url("../images/icon-close.png") no-repeat center;
    position: absolute;
    right: 0;
    height: 16px;
    width: 16px;
}
.partner-l {
    margin-right: 60px;
    flex: 0 0 126px;
    max-width: 126px;
}
.partner-info {
    text-align: left;
}
.partner-info h2 {
    color: #0f141f;
    font-size: 36px;
    font-weight: 500;
    text-transform: uppercase;
}
.partner-info p {
    color: #0f141f;
    margin-top: 20px;
}
.partners-click {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 30px 10px;
    position: relative;
    height: 153px;
    width: 100%;
}
.partners-click:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid rgba(195, 192, 186, 0.2);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out 0.3s;
}
.partners-click img {
    filter: grayscale(100%);
}
.partners-click:hover img {
    filter: grayscale(0%);
}
.partners-click:hover img {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
}
.partners-item {
    flex: 0 0 calc(100% / 6);
    max-width: calc(100% / 6);
    margin-bottom: 10px;
}
.partners-item.show {
    margin-bottom: 186px;
}
.show .partner-abs, .show .partners-click:before  {
    opacity: 1;
    visibility: visible;
}
.show .partner-abs {
    height: 220px;
    padding: 40px 0;
}
.projects {
    padding: 60px 0;
}
.title-sm {
    color: #0f141f;
    font-family: 'Playfair Display';
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 3.6px;
}
.hight-text {
    height: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
}
.hight-text .desc {
    color: #0f141f;
    font-size: 14px;
    line-height: 2;
    max-height: 200px;
    overflow: auto;
    margin-bottom: 10px;
    display: block;
    padding-right: 10px;
}
.hight-image {
    position: relative;
}
.hight-image:before {
    background-color: #c49a6c;
    content: '';
    height: calc(100% - 2*56px);
    width: 56px;
    right: -56px;
    position: absolute;
    top: 56px;
}
.hight-image img {
    height: 560px;
    object-fit: cover;
    width: 100%;
}
.hight-text .desc::-webkit-scrollbar-track {
    background-color: transparent;
}
.hight-text .desc::-webkit-scrollbar {
    background-color: transparent;
    width: 4px;
}
.hight-text .desc::-webkit-scrollbar-thumb {
    background-color: #c4c4c4;
    border-radius: 2px;
}
.pj-item {
    margin-top: 60px;
}
.pj-img {
    position: relative;
    display: block;
    width: 100%;
}
.pj-img:before {
    content: '';
    display: block;
    padding-bottom: 125%;
}
.pj-abs {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
.pj-abs img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.pj-item h4 {
    margin-top: 10px;
}
.pj-item h4 a {
    font-size: 16px;
    font-weight: 500;
    color: #0f141f;
    text-transform: uppercase;
}
.dis-cover {
    position: absolute;
    bottom: 0;
}
.dis-cover a {
    color: #0f141f;
    font-size: 12px;
     margin-bottom: 5px;
    text-transform: uppercase;
    /*position: absolute;*/
    /*margin-top: 23px;*/
    /*margin-left: 10px;*/
}
.dis-cover li {
    background-color: #c49a6c;
    height: 12px;
    width: 1px;
}
.dis-cover li:last-child {
    opacity: 0.4;
}
.projects-detail .col-md-6 {
    margin-top: 60px;
}
.collection-list {
    padding: 100px 0 60px;
}
.collection-list .container {
    padding: 0 24px;
}
.collection-list .row {
    margin: 0 -24px;
}
.collection-list .col-md-6 {
    padding: 0 24px;
}
.collection-list .collect-item {
    margin: 0 0 40px 0 ;
}
.collection-list .col-md-6:nth-child(2n+1) {
    margin-top: -40px;
}
.careers {
    padding: 60px 0;
}
.table thead th {
    border: none !important;
    color: #555;
    font-family: 'Playfair Display';
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}
.careers-tbl {
    margin-top: 60px;
}
.careers-tbl tr td:first-child a {
    color: #555;
    font-weight: 500;
}
.careers-tbl th, .careers-tbl td {
    padding: 20px 10px;
}
.careers-tbl tr td:first-child, .careers-tbl tr th:first-child {
    padding-left: 0;
}
.careers-tbl tr td {
    color: #555;
    font-size: 14px;
    font-weight: 500;
}
.link-x {
    color: #c49a6c;
    font-weight: 600;
}
.page-404 {
    background-color: #0f141f;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.text-404 {
    text-align: center;
}
.text-404 h1 span {
    color: rgba(196, 154, 108, 0.1);
    font-size: 320px;
    font-weight: 900;
    letter-spacing: 16px;
}
.abs-404 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    margin-top: 130px;
}
.text-404 h2 {
    font-family: 'Playfair Display';
    font-size: 48px;
    letter-spacing: 9.6px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    margin-bottom: 50px;
}
.text-404 h2:before {
    content: '';
    width: 60px;
    height: 3px;
    margin: 0 auto;
    background-color: #c49a6c;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
}
.ls {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 30px;
    text-transform: uppercase;
}
.news-detail {
    padding: 60px 0;
}
.news-detail h1 {
    font-size: 36px;
    font-weight: 500;
    color: #0f141f;
    margin-bottom: 20px;
}
.detail-time {
    margin-bottom: 30px;
}
.detail-time > span {
    color: rgba(15, 20, 31, 0.6);
    font-weight: 500;
}
.share span, .share a {
    color: #0f141f;
    font-size: 16px;
}
.share span {
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
}
.share a {
    margin-left: 15px;
}
.share a:hover {
    color: #c49a6c;
}
.detail-left .desc {
    font-size: 20px;
    line-height: 1.5;
    margin: 20px 0;
}
.content p {
    font-size: 14px;
    line-height: 2 !important;
    margin-bottom: 10px;
}
.content table {
    width: 100%;
}
.content ul {
    padding-left: 20px;
}
.content ul li {
    margin-top: 10px;
    list-style: disc;
}
.content ul, .content table {
    margin-bottom: 10px;
}
.content h2, .content h3, .content h4 {
    margin-bottom: 15px;
    line-height: 1 !important;
}
.content h2,  .content h2 * {
    font-size: 24px !important;
    font-weight: bold;
}
.content h3,.content h3 * {
    font-size: 18px !important;
    font-weight: bold;
}
.content h4, .content h5, .content h4 *, .content h5 * {
    font-size: 15px !important;
    font-weight: bold;
}
.content a, .content a * {
    color: #c49a6c !important;
}
.content a {
    text-decoration: underline;
}
.content a, .content span {
    display: inline;
}
.content img {
    display: block;
    margin: 0 auto;
}
.detail-right h2 {
    font-family: 'Playfair Display';
    font-size: 36px;
    font-weight: 500;
    text-transform: uppercase;
    margin: -10px 0 25px;
}
.related-item {
    display: flex;
    margin-bottom: 20px;
}
.related-item > * {
    flex: 0 0  calc((100% - 20px)/2);
    max-width: calc((100% - 20px)/2);
}
.related-item > a {
    margin-right: 20px;
}
.related-info h4 {
    margin-top: 15px;
}
.related-info h4 a {
    color: #0f141f;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.75;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.related-info span {
    font-size: 14px;
    font-weight: 500;
    color: rgba(15, 20, 31, 0.6);
}
.modal-top {
    padding-right: 0 !important;
}
.modal-top .modal-dialog {
    max-width: none;
    margin: 0;
}
.modal-top .modal-content {
    background-color: #090d16;
    border: none;
    border-radius: 0;
    position: relative;
}
.modal-top .close {
    color: #fff;
    position: absolute;
    right: 40px;
    top: 40px;
    z-index: 100;
}
.title-cart {
    padding: 40px 0;
}
.table-cart {
    margin-bottom: 60px;
}
.table-cart thead th {
    border: none;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    padding: 15px 0;
}
.table-cart tr td {
    border-top: 1px solid rgba(195, 192, 186, 0.6);
    padding: 20px 0;
    vertical-align: middle;
}
.table-cart tr:last-child td {
    border: none;
}
.pro-flex {
    display: flex;
    align-items: center;
}
.pro-flex > a {
    background-color: rgba(195, 192, 186, 0.2);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 110px;
    flex: 0 0 90px;
    width: 90px;
    padding: 10px;
    margin-right: 15px;
}
.pro-flex h4 a {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}
.pro-price {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}
.pro-price span {
    font-weight: 600;
}
.input-cart {
    margin: 0 auto;
    position: relative;
    width: 120px;
}
.input-cart input {
    background: transparent;
}
.input-cart .button {
    border: solid 1px #c3c0ba;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.5);
    font-size: 16px;
    height: 45px;
    width: 40px;
}
.input-cart .button-minus {
    border-right: none;
}
.input-cart .button-plus {
    border-left: none;
}
.input-cart:before, .input-cart:after {
    color: rgba(255, 255, 255, 0.5);
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    pointer-events: none;
}
.input-cart:before {
    content: "\f068";
    left: 15px;
}
.input-cart:after {
    content: "\f067";
    right: 15px;
}
.quantity-field {
    border: solid 1px #c3c0ba;
    border-left: none;
    border-right: none;
    color: #fff;
    height: 45px;
    width: 40px;
    text-align: center;
}
/* Chrome, Safari, Edge, Opera */
.quantity-field::-webkit-outer-spin-button,
.quantity-field::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* Firefox */
.quantity-field[type=number] {
    -moz-appearance: textfield;
}
.pro-total {
    color: #c49a6c;
    font-size: 16px;
    font-weight: 500;
}
.pro-total span {
    font-weight: 600;
    margin-left: 10px;
}
.zindex-9 {
    z-index: 9999;
    pointer-events: none;
}
.zindex-9 .container {
    pointer-events: auto;
}
#modalMenu .btn-nav i {
    background: #c49a6c;
}
#modalMenu .btn-nav i:nth-child(2) {
    left: 10px;
}
#modalMenuProduct .btn-product, #modalMenuProduct .btn-product i {
    color: #c49a6c;
}
.nav-cover {
    margin-top: 70px;
}
.nav-cover img {
    object-fit: cover;
    max-height: 265px;
    height: 100%;
    width: 100%;
}
.nav-home, .pro-nav {
    padding: 60px 0;
}
.nav-home li {
    padding: 10px 0;
}
.nav-home li a {
    color: #fff;
    font-family: 'Playfair Display';
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all ease 0.3s;
}
.nav-home li a:hover {
    color: #c49a6c;
    padding-left: 10px;
}
.pro-nav {
    display: flex;
    justify-content: space-between;
}
.pro-nav > div {
    padding-right: 30px;
    flex: 1;
}
.pro-nav > div:last-child {
    padding-right: 0;
}
.pro-nav-item h2 {
    margin-bottom: 20px;
}
.pro-nav-item h2 a {
    font-family: 'Playfair Display';
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}
.pro-nav-item li {
    margin-top: 15px;
}
.pro-nav-item li a {
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
}
.modal-top-menu .container-fluid {
    padding: 0 60px;
}
#modalMenu  .modal-content, #modalCart  .modal-content {
    background: #0f141f;
}
.view-all {
    background-color: #070a12;
    border-top: 1px solid #131722;
    height: 75px;
    font-family: 'Playfair Display';
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    text-transform: uppercase;
}
.modal-top-menu header {
    position: static;
    z-index: 1;
}
.modal-center .modal-dialog {
    max-width: 910px;
}
.modal-center .modal-content {
    border: none;
    border-radius: 0;
    position: relative;
    padding: 60px 90px;
}
.modal-center .close {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2;
}
.modal-center-content .title {
    margin-bottom: 20px;
}
.modal-center-content .title h2 {
    color: #0f141f;
    font-size: 36px;
    font-weight: 500;
    letter-spacing: 3.6px;
}
.modal-form-input input {
    border: solid 1px #c3c0ba;
    height: 45px;
    padding: 5px 37px 5px 20px;
    width: 100%;
}
.modal-form-input {
    position: relative;
}
.modal-form-input i {
    color: #ba8758;
    font-size: 22px;
    position: absolute;
    right: 10px;
    top: 10px;
}
.modal-form-input ::-webkit-input-placeholder { color: #0f141f;font-size: 14px; font-weight: 300}
.modal-form-input::-moz-placeholder { color: #0f141f;font-size: 14px;font-weight: 300}
.modal-form-input :-ms-input-placeholder { color: #0f141f;font-size: 14px;font-weight: 300}
.modal-form-btn {
    margin-top: 30px;
}
.modal-form-btn button {
    width: 100%;
}
.modal-form-btn .btn:hover, .modal-form-btn .btn:focus {
    color: #c49a6c;
}
.dropdown-toggle::after {
    color: #fff;
}
.dropdown-item {
    padding: 5px 10px;
}
.header_left .dropdown-item {
    font-size: 14px;
}
.header_left .dropdown-item i {
    margin-right: 5px;
}
.header_left .dropdown-item:hover {
    color: rgba(196, 154, 108, 1);
}
.mdl-link {
    margin-top: 20px;
    margin-bottom: 25px;
}
.mdl-link a {
    color: #c49a6c;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}
.text-decor:hover {
    text-decoration: underline;
}
#modalWelcome .title h2 {
    font-size: 36px;
}
.welcome p {
    color: #0f141f;
    font-size: 14px;
    margin-bottom: 15px;
    text-align: center;
}
.modal-backdrop {
    background-color: #0f141f;
}
.modal-form-input label {
    color: #0f141f;
    font-size: 14px;
    font-weight: 300;
}
.modal-form-input input:invalid+label {
    display: inline-block;
}
.modal-form-input input:valid+label {
    display: none;
}
.modal-form-input label span {
    color: #fe5800;
}
.modal-form-input input+label {
    position: absolute;
    left: 20px;
    top: 12px;
    pointer-events: none;
}
.modal-form-input textarea {
    border: solid 1px #c3c0ba;
    color: #0f141f;
    display: block;
    height: 110px;
    padding: 10px 20px;
    width: 100%;
}
.mgb-15 {
    margin-bottom: 15px;
}
#modalForgot .modal-dialog, #modalOrder .modal-dialog {
    max-width: 675px;
}
#modalForgot .modal-form {
}
.rules h4, .channel h4 {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}
.rules {
    margin-top: 20px;
}
.channel {
    border-top: 1px solid #eee;
    padding-top: 20px;
    margin-top: 20px;
}
.rules li {
    color: #000;
    font-size: 14px;
    padding: 7px 0 7px 15px;
    position: relative;
}
.rules li:before {
    content: '';
    background-color: #c49a6c;
    height: 5px;
    width: 5px;
    position: absolute;
    left: 0;
    top: 15px;
}
.channel h4 {
    position: relative;
}
.channel h4 span {
    background: #fff;
    position: relative;
    z-index: 2;
}

.channel .fab {
    color: #000;
    font-size: 22px;
    margin-right: 20px;
}
.channel .fab:hover {
    color: #c49a6c;
}
.cart {
    padding: 40px 0;
}
.cart .table-cart {
    margin-bottom: 0;
}
.cart .table-cart thead th, .cart .pro-flex h4 a, .cart .pro-price {
    color: #000;
}
.cart .input-cart:before, .cart .input-cart:after{
    color: #181818;
}
.cart .quantity-field {
    color: #000;
    font-size: 15px;
    font-weight: 600;
}
.cart .pro-flex {
    max-width: 600px;
}
.docs-link {
    color: #c49a6c;
    font-size: 32px;
}
.pagination a {
    background: #fff;
    border: 1px solid rgba(15, 20, 31, 0.3);
    display: flex;
    width: 45px;
    height: 45px;
    justify-content: center;
    align-items: center;
    color: #0f141f;
    font-size: 15px;
    font-weight: 500;
}
.pagination a.active, .pagination a:hover {
    background: #ba8758;
    border-color: #ba8758;
    color: #fff;
    font-weight: 600;
}
.pagination .list-inline-item:not(:last-child) {
    margin-right: 20px;
}
.docs {
    padding: 60px 0;
}
.docs table tbody tr:last-child td {
    border-bottom: 1px solid #dee2e6;
}
.find-frm {
    display: flex;
    align-items: center;
}
.find-frm input {
    border: solid 1px #c3c0ba;
    border-right: none;
    height: 40px;
    width: calc(100% - 40px);
    padding: 5px 20px;
}
.find-frm ::-webkit-input-placeholder { color: #0f141f;font-size: 14px; }
.find-frm ::-moz-placeholder  { color: #0f141f;font-size: 14px; }
.find-frm :-ms-input-placeholder  { color: #0f141f;font-size: 14px;}
.find-frm  button {
    background: transparent;
    border: solid 1px #c3c0ba;
    border-left: none;
    height: 40px;
    width: 40px;
}
.find-frm button i {
    color: #ba8758;
    font-size: 20px;
}
.selected {
    border: solid 1px #c3c0ba;
    cursor: pointer;
    height: 40px;
    padding: 5px 30px 5px 20px;
    position: relative;
}
.selected:before {
    color: #ba8758;
    content: "\f107";
    font-size: 24px;
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    right: 12px;
    top: 1px;
}
.select-box {
    position: relative;
}
.select-box ul {
    background: #fff;
    box-shadow: 0px 5px 27px 0 rgba(0, 0, 0, 0.26);
    border: solid 1px #c6c6c6;
    padding: 20px;
    position: absolute;
    top: 62px;
    left: 0;
    right: 0;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.3s;
}
.select-box ul.show {
    visibility: visible;
    opacity: 1;
    top: 52px;
}
.select-box ul li {
    border-bottom: 1px solid rgba(222, 226, 230, 0.6);
    color: #000;
    cursor: pointer;
    font-size: 13px;
    font-weight: 300;
    padding: 12px 0;
    text-transform: uppercase;
    transition: all ease 0.3s;
}
.select-box ul li:last-child {
    border: none;
}
.select-box ul li:hover {
    color: #ba8758;
    padding-left: 10px;
}
.news-list {
    padding: 60px 0;
}
.news-item {
    margin-bottom: 60px;
}
.news-item > a {
    display: block;
    position: relative;
}
.news-item > a:before {
    content: '';
    display: block;
    padding-bottom: 63%;
}
.news-item > a span {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.news-item > a img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.news-item .date {
    color: rgba(15, 20, 31, 0.6);
    font-weight: 500;
    margin: 20px 0 0 0
}
.news-item h2 {
    line-height: 1;
    margin-top: 5px;
}
.news-item h2 a {
    color: #0f141f;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.5;
    display: block;
}
.news-item h2 a:hover {
    color: #ba8758;
}
.contact-info {
    padding: 60px 0;
}
.contact-info .title, .title-left {
    text-align: left;
    margin-bottom: 30px;
}
.contact-info .title h2, .title-left h2 {
    color: #0f141f;
    letter-spacing: 3.6px;
}
.contact-info li {
    color: rgba(15, 20, 31, 0.8);
    margin-bottom: 25px;
}
.contact-info li strong {
    font-weight: 500;
    margin-right: 5px;
}
.contact-info .modal-form-input textarea {
    height: 45px;
}
.careers-dt {
    padding: 60px 0;
}
.careers-info h1 {
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 25px;
    text-transform: uppercase;
}
.careers-desc {
    color: rgba(15, 20, 31, 0.6);
    font-weight: 500;
    text-transform: uppercase;
}
.careers-desc span {
    margin-right: 30px;
}
.careers-desc span strong {
    margin-left: 5px;
}
.careers-info .short-desc {
    font-size: 20px;
    line-height: 1.5;
    margin: 20px 0;
}
.careers-content p, .careers-content li {
    font-size: 15px;
}
.careers-content p {
    margin-bottom: 20px;
}
.careers-content ul {
    margin-bottom: 25px;
}
.careers-content li {
    margin-bottom: 10px;
}
.careers-frm {
    background-color: rgba(195, 192, 186, 0.2);
    padding: 20px 30px;
}
.careers-frm h4 {
    color: #c49a6c;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 30px;
    text-align: center;
    text-transform: uppercase;
}
.careers-frm textarea {
    color: #0f141f;
    height: 45px;
}
.upload-cv label {
    position: relative;
}
.upload-cv input {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    width: 0;
}
.btn-black {
    border: solid 1px #0f141f;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 160px;
}
.btn-black:hover {
    background: #0f141f;
    color: #fff;
}
.btn-black.btn-full {
    width: 100%;
}
.collection-dt {
    background-color: #0f141f;
}
.collect-logo {
    padding: 30px 0;
}
.cl-slider {
    margin-bottom: 0;
}
.cl-item p {
    color: #fefefe;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    margin-top: 90px;
}
.cl-slider .cl-item {
    opacity: 0.4;
}
.cl-slider .cl-item span {
    display: block;
    margin: 60px 95px;
    transition: all ease 0.3s;
}
.cl-slider .cl-item span img {
    height: 650px;
    object-fit: cover;
    width: 100%;
}
.cl-slider .slick-current span {
    transform: scale(1.2);
}
.cl-slider .slick-current p {
    opacity: 1;
    visibility: visible;
}
.cl-slider .slick-current {
    opacity: 1;
}
.cl-slider .slick-arrow {
    position: absolute;
    top: 47%;
    z-index: 2;
    opacity: 0.4;
}
.cl-slider .slick-prev {
    left: 290px;
}
.cl-slider .slick-next {
    right: 290px;
}
.cl-slider .slick-arrow:hover {
    opacity: 1;
}
.collect-pros {
    margin-top: 80px;
}
.collect-pros h2 {
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    font-family: 'Playfair Display';
    text-transform: uppercase;
}
.collect-pros .products-item {
    margin-top: 60px;
}
.products-item .btn-x {
    border-radius: 50%;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 2;
    min-width: 50px;
    width: 50px;
    height: 50px;
    top: calc(50% - 22px);
    opacity: 0;
    visibility: hidden;
    transform: scale(0.8);
    transition: all ease 0.3s;
    font-size: 20px;
}
.products-item .btn-x:hover {
    background: rgba(196, 154, 108, 1);
}
.products-item:hover .btn-x {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}
.pro-cache{
    position: relative;
}
.products-item:hover h4 a {
    color: rgba(196, 154, 108, 1);
}
.collect-desc .projects-hight {
    border-bottom: 1px solid rgba(32, 37, 50, 0.42);
    padding: 90px 0;
}
.collect-desc .title-sm, .collect-desc .hight-text .desc {
    color: #fff;
}
.about-us {
    background: #0f141f;
}
.about-nav {
    background: #0f141f;
    padding: 30px 0;
}
.about-nav a {
    border-left: 1px solid rgba(195, 192, 186, 0.8);
    color: rgba(195, 192, 186, 0.8);
    font-size: 18px;
    text-transform: uppercase;
    padding: 0 20px;
    line-height: 1;
}
.about-nav a:first-child {
    border-left: none;
}
.about-nav a:hover, .about-nav a.active {
    color: rgba(196, 154, 108, 0.8);
}
.about-desc .title h2 {
    letter-spacing: 3.6px;
}
.about-desc .desc {
    color: #fefefe;
    max-width: 940px;
    margin: 30px auto;
    line-height: 2;
    text-align: center;
}
.about-gallery-slider {
    margin: 60px 0;
}
.about-gallery-slider .slick-arrow {
    background-color: #0f141f;
    height: 56px;
    width: 56px;
    z-index: 2;
    bottom: 0;
    top: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.about-gallery-slider .slick-prev {
    left: calc(50% - 56px);
}
.about-gallery-slider .slick-next {
    right: calc(50% - 56px);
    left: auto;
}
.about-video {
    margin-bottom: 90px;
}
.about-nb {
    display: flex;
    align-items: center;
}
.about-nb > div {
    flex: 0 0 25%;
    max-width: 25%;
}
.nb-item a {
    font-family: 'Playfair Display';
    font-size: 36px;
    font-weight: 500;
    text-transform: uppercase;
}
.nb-item img {
    width: 100%;
}
.teams {
    padding: 60px 0;
}
.teams-slider {
    margin-top: 60px;
}
.teams-slider .slick-list {
    margin: 0 -15px;
}
.teams-item img {
    height: 444px;
    object-fit: cover;
    width: 100%;
}
.teams-item h4, .teams-item p {
    font-size: 19px;
    font-weight: 500;
    text-transform: uppercase;
}
.teams-item h4 {
    color: #c49a6c;
    margin: 20px 0 10px 0;
}
.teams-item p {
    color: #fff;
}
.teams-item {
    margin: 0 15px;
}
.teams-slider .slick-arrow {
    left: auto;
    top: -85px;
    z-index: 2;
}
.teams-slider .slick-next {
    right: 0;
}
.teams-slider .slick-prev {
    right: 55px;
}
.teams-slider .slick-prev:after {
    content: url(../images/separator.png);
    position: absolute;
    right: -30px;
    top: -10px;
}
.products-detail {
    padding: 60px 0;
}
.products-detail .content ul {
    padding-left: 15px;
}
.products-detail .content ul li {
    margin-bottom: 15px;
    padding-left: 15px;
    position: relative;
    list-style: none;
}
.products-detail .content ul li:before {
    background: #0f141f;
    border-radius: 50%;
    content: '';
    height: 5px;
    width: 5px;
    position: absolute;
    left: 0;
    top: 7px;
}
.product-info ul, .product-info ul li {
    padding-left: 0;
}
.product-info ul li:before {
    display: none;
}
.product-image-slider {
    background: rgba(195, 192, 186, 0.2);
    margin-bottom: 0;
}
.product-image-slider .slick-slide {
    padding: 60px 90px;
}
.product-image-slider .slick-slide img {
    max-height: 100%;
    object-fit: cover;
}
.product-image-slider .slick-arrow {
    background-color: rgb(15 20 31 / 20%);
    z-index: 2;
    height: 56px;
    width: 56px;
}
.product-image-slider .slick-prev {
    left: 0;
}
.product-image-slider .slick-next {
    left: auto;
    right: 0;
}
.product-image-slider .slick-dots {
    position: absolute;
    bottom: 15px;
    z-index: 2;
}
.product-image-slider .slick-dots li button:before {
    display: none;
}
.product-image-slider .slick-dots button {
    width: 9px;
    height: 9px;
    opacity: 0.5;
    border: solid 1px #0f141f;
    border-radius: 50%;
}
.product-image-slider .slick-dots .slick-active button {
    background: #fff;
    border-color: #fff;
}
.product-info {
    padding-left: 30px;
}
.product-info h4 {
    color: rgba(15, 20, 31, 0.6);
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
}
.product-info h1 {
    color: #c49a6c;
    font-size: 36px;
    font-weight: 500;
    line-height: 1.11;
    text-transform: uppercase;
}
.product-info .pro-price {
    color: #0f141f;
    font-size: 24px;
    font-weight: 600;
    padding: 20px 0;
}
.product-info .desc p {
    color: #0f141f;
    line-height: 2;
    margin-bottom: 15px;
}
.product-info .desc ul li, .product-info .desc ul li * {
    font-weight: normal !important;
    font-style: normal !important;
    font-size: 14px !important;
}
.product-info .desc ul li strong {
    font-weight: 600 !important;
}
.product-info .desc ul {
    padding-left: 20px;
}
.product-info .desc ul li {
    margin-bottom: 15px;
    list-style: disc !important;
}
.pro-attr li {
    margin-bottom: 10px;
}
.pro-attr li span {
    font-weight: 500;
    color: #c49a6c;
    margin-right: 5px;
}
.product-info .input-cart {
    margin: 0 20px 0 0;
}
.product-info .input-cart:before, .product-info .input-cart:after {
    color: rgba(15, 20, 31, 0.5);
}
.product-info .quantity-field[type=number] {
    color: #0f141f;
    font-size: 15px;
    font-weight: 600;
}
.pro-plus {
    margin-top: 30px;
}
.pro-plus a {
    color: #0f141f;
    font-weight: 500;
    margin-right: 40px;
    text-transform: uppercase;
}
.pro-plus a:last-child {
    margin-right: 0;
}
.pro-plus a i {
    font-size: 20px;
    margin-right: 10px;
}
.pro-plus a img {
    margin-right: 10px;
}
.pro-items {
    margin: 0 20px;
}
.pro-items .pro-img > div {
    background: rgba(195, 192, 186, 0.2);
}
.pro-items h4 a {
    color: rgba(15, 20, 31, 0.8);
}
.pro-items span:first-child {
    color: rgba(15, 20, 31, 0.6);
}
.pro-items span:last-child {
    color: rgba(15, 20, 31, 0.87);
}
.pro-items h4 {
    margin: 15px 0;
}
.related-slider .products-item {
    max-width: none;
    flex: none;
}
.related-slider .slick-list {
    margin: 0 -20px;
}
.related-slider .products-item:nth-child(4n) {
    margin-right: 20px;
}
.related-slider .slick-arrow {
    left: auto;
    top: -60px;
    z-index: 2;
}
.related-slider .slick-next {
    right: 0;
}
.related-slider .slick-prev {
    right: 55px;
}
.related-slider .slick-prev:after {
    content: url(../images/separator-x.png);
    position: absolute;
    right: -30px;
    top: -10px;
}
.related-slider .slick-next:before, .related-slider .slick-prev:before {
    color: #0f141f;
}
.product-related {
    margin-top: 60px;
}
.fiter-content{
    background: #ffffff;
    /*box-shadow: 0px 5px 13px 0 rgba(0, 0, 0, 0.08);*/
    /*border: solid 1px #f3f3f3;*/
     /*display: none;*/
    padding: 40px 0 ;
    position: static;
    top: 60px;
    left: 0;
    width: 100%;
    z-index: 9999;
    display: block !important;
}
.block-filter-content{
    position: relative;
}
.option-item{
    margin-bottom: 10px;
    position: relative;
}
.option-item label{
    font-size: 14px;
    font-weight: 500;
    position: relative;
    padding-left: 30px;
    color: #bb8a55;
}
.option-item span {
    color: #797c80;
    margin-right: 5px;
    line-height: 1;
}

.option-item input[type="checkbox"]{
    position: absolute;
    top: 3px;
    left: 0;
    visibility: hidden;
}
.option-item input[type="checkbox"] + .label::before{
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    font-size: 18px;
    content: "\f0c8";
    position: absolute;
    top: 1px;
    left: 0;
}
.option-item input[type="checkbox"]:checked + .label::before{
    content: "\f14a";
}
.filter-option-title{
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 1;
}
.block__title{
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-right: 30px;
}
.block__title:after {
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    margin-left: 5px;
    font-weight: 300;
    font-size: 20px;
}
.active.block__title:after {
    content: "\f106";
}
.option-pager{
    font-size: 15px;
    font-weight: 500;
    position: relative;
    padding: 0 15px;
    margin-left: 5px;
}
.option-pager .prev,
.option-pager .next{
    position: absolute;
    top: 0;
    width: 15px;
    text-align: center;
}
.option-pager .prev{
    left: 0;
}
.option-pager .next{
    right: 0;
}
.filter-title{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.item-current{
    border-radius: 4px;
    background-color: #f3f2f1;
    letter-spacing: 0.15px;
    padding: 5px 10px;
    display: inline-block;
    margin: 0 7px;
    font-weight: 500;
}
.filter__top{
    display: flex;
    align-items: center;
}
.clear-all{
    display: none;
}
.clear-all.active{
    display: block;
}
.clear-all {
    background: transparent;
    border: none;
    font-size: 15px;
    font-weight: 500;
    color: #797c80;
    text-decoration: underline;
}
.block-filter {
    margin-top: 20px;
}
.filter-current{
    display: flex;
    flex-wrap: wrap;
}
.filter__top {
    height: 31px;
}
.products-page {
    background: #fff;
    margin-top: 30px;
}
.products-page .pro-items {
    margin: 0 40px 30px 0;
}
.products-page .products-item:nth-child(4n) {
    margin-right: 0;
}
.sort {
    font-size: 16px;
}
.sort strong {
    font-weight: 600;
    position: relative;
}
.sort strong:after {
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    margin-left: 5px;
    font-weight: 300;
}
.sort span {
    margin-right: 5px;
}
.sort ul {
    display: none;
    background: #fff;
    position: absolute;
    top: 22px;
    right: 0;
    width: 180px;
    z-index: 3;
}
.sort ul li {
    cursor: pointer;
    font-size: 14px;
    padding: 5px 10px;
}
.sort ul li:hover {
    color: #bb8a55;
}
.modal-form-input.mgb-15 {
    margin-bottom: 20px;
}
.modal-form-btn {
    margin-top: 25px;
}
#modalWelcome .modal-dialog, #modalTks .modal-dialog {
    max-width: 830px;
}
/*header, .logo img  {*/
/*    transition: all ease 0.3s;*/
/*}*/
/*header.nav-down {*/
/*    background: rgba(15, 20, 31, 0.8);*/
/*    position: fixed;*/
/*    padding: 15px 0;*/
/*}*/
/*header.nav-down .logo img {*/
/*    height: 60px;*/
/*}*/
.search-box {
    margin-right: 50px;
}
.search-frm {
    position: relative;
}
.search-frm button {
    position: absolute;
    left: 0;
    top: 5px;
    border: none;
    background: transparent;
}
.search-frm button i {
    color: #fff;
    font-size: 16px;
}
.search-frm input {
    background: transparent;
    border: none;
    color: #fff;
    font-weight: 500;
    height: 30px;
    width: 100px;
    padding-left: 30px;
}
.search-frm input::-webkit-input-placeholder {color: #fff}
.search-frm input::-moz-placeholder {color: #fff}
.search-frm input:-ms-input-placeholder {color: #fff}
.search-frm input:focus::placeholder {
    opacity: 0.2;
    transition: 0.3s;
}
.search-frm input:focus {
    width: 150px;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
.font-600 {
    font-weight: 600;
    margin-bottom: 5px;
}
footer .col-md-4:first-child p {
    display: flex;
    width: 100%;
}
footer .col-md-4:first-child p i {
    color: #bb8a55;
    margin: 6px 10px 0 0;
}
.v-img {
    position: relative;
}
.v-img:before {
    content: '';
    display: block;
    padding-bottom: 185%;
}
.v-img span {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
}
.v-img span img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.nb-item-abs {
    background: rgba(0, 0, 0, 0.56);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    transition: all ease 0.3s;
}
.nb-item-abs a span {
    display: block;
    font-family: 'Montserrat';
    font-weight: normal;
    margin-top: 10px;
    color: #fff;
    font-size: 16px;
    text-transform: none;
    transition: all ease 0.3s;
    opacity: 0;
    visibility: visible;
    height: 0px;
    overflow: hidden;
}
.nb-item-abs a {
    text-align: center;
    padding: 0 20px;
}
.nb-item-abs:hover span {
    opacity: 1;
    visibility: visible;
    height: 48px;
}
.nb-item-abs:hover {
    background: rgba(0, 0, 0, 0.3);
}
.header_left {
    position: relative;
}

.main-abs {
    position: absolute;
    left: 0;
    top: 56px;
    z-index: 999;
    background: rgba(15, 20, 31, 0.8);
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    width: 200px;
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out 0.3s;
    padding: 5px 0;
}
.main-abs a {
    display: block;
    font-weight: 600;
    padding: 10px 20px;
    width: 100%;
    text-transform: capitalize;
}
.main-abs.show {
    top: 100%;
    opacity: 1;
    visibility: visible;
}
.block__title {
    cursor: pointer;
}
.fiter-content > div {
    display: flex;
    flex-wrap: wrap;
}
.filter-options {
    flex: 0 0 20%;
    max-width: 20%;
    margin-bottom: 15px;
}
.select-box-pro ul {
    max-height: 245px;
    overflow: auto;
}
.select-box-pro ul::-webkit-scrollbar-track {
    background-color: #fff;
}
.select-box-pro ul::-webkit-scrollbar {
    background-color: #fff;
    width: 5px;
}
.select-box-pro ul::-webkit-scrollbar-thumb {
    background-color: #ba8758;
}
.show-more {cursor: pointer; color: #c49a6c; margin-top: 15px; font-size: 14px; text-transform: capitalize;}
.show-more i {margin-left: 5px}
.pro-nav-item ul li:nth-child(n+7) {
    display: none;
}
.nav-fix a i {
    font-size: 22px;
}
@media screen and (min-width: 768px){
    .product-image-slider .slick-slide {
        min-height: 628px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
@media screen and (max-width: 767px){
    .fiter-content {
        max-height: 300px;
        overflow: auto;
    }
    .filter-options {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .block-filter-content .flex-center-between {
        flex-wrap: wrap;
    }
    .filter-current-list {
        display: flex;
        flex-wrap: wrap;
    }
    .filter__top {
        height: auto;
        align-items: flex-start;
        margin-bottom: 10px;
    }
    .fiter-content {
        top: calc(100% + 10px);
    }
    .item-current {
        margin: 3px;
    }
    .sort {
        margin-bottom: 10px;
    }
}
.btn-cart {
    position: relative;
}
.btn-cart span {
    position: absolute;
    right: -15px;
    top: -5px;
    font-size: 12px;

}
.mgl-20 {
    margin-left: 20px;
}
#modalAds .modal-dialog {
    max-width: 600px;
}
#modalAds .close {
    top: -10px;
    right: -10px;
    position: absolute;
    font-size: 15px;
    height: 25px;
    width: 25px;
    background: #ba8758;
    color: #fff;
    opacity: 1;
    border-radius: 50%;
    padding: 5px 9px;
}
.hide-pass {
    display: none
}
.mgt-15 {
    margin-top: 15px;
}
.modal .option-item {
    margin-bottom: 0;
}
.box_dn a:first-child {
    margin: 0 30px 0 0;
}
.box_dn a {
    background-color: rgba(63,135,245,1);
    border: 2px solid transparent;
    border-radius: 23px;
    color: #fff;
    padding: 11px 40px;
}
.box_dn a:last-child {
    background: rgba(222,68,54,1);
}
.box_dn a i {
    margin-right: 20px;
}
.box_dn a:hover {
    background: #fff;
    border-color: rgba(63,135,245,1);
    color: rgba(63,135,245,1);
}
.box_dn a:last-child:hover {
    background: #fff;
    border-color: rgba(222,68,54,1);
    color: rgba(222,68,54,1);
}
.login-social {
    border-top: 1px solid #eee;
}
.mdl-link.mgb-20 {
    margin-bottom: 20px !important;
}
.sort-2 ul {
    width: 90px;
    text-align: right;
}
.label-b:not(:last-child) {
    margin-right: 10px;
}
.abss {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    display: flex;
}
.main-s {
    height: 50px;
    width: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
}
.left {
    width: 0;
    height: 0;
    border-right: 30px solid transparent;
    position: absolute;
    bottom: -19px;
    left: 0;
}
.right {
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    position: absolute;
    bottom: -19px;
    right: 0;
}
#show_more {
    background: linear-gradient(to bottom,rgba(255 255 255/0),rgba(255 255 255/62.5),rgba(255 255 255/1));
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 60px 0 0 0;
}
#show_more a {
    border: 1px solid #c49a6c ;
    border-radius: 5px;
    color: #c49a6c;
    display: block;
    margin: 0 auto;
    max-width: 340px;
    padding: 10px 5px;
    text-align: center;
    text-decoration: none;
    width: 180px;
}
#show_more a:hover {
    background: #c49a6c;
    color: #fff !important;
}
#content {
    overflow: hidden;
}
.products-item {
    position: relative;
}
.sale_box span, .normal_box span {
    font-weight: normal;
}
.sale_box .normal_price {
    font-size: 16px;
    margin-left: 10px;
    text-decoration: line-through;
}
.sale_box .sale_price, .normal_box .normal_price {
    color: red !important;
    text-transform: none !important;
}
.products-item .sale_box ,.products-item .normal_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.cate-desc {
    padding-bottom: 60px;
}
.cate-desc p {
    margin-top: 15px;
}
.modal {
    z-index: 99999;
}