@font-face {
    font-family: "db_heaventregular";
    src: url("../fonts/db_heavent_v3.2.1.woff2") format("woff2"), url("../fonts/db_heavent_v3.2.1.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

h1 {
    display: block;
    font-size: 2em !important;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold !important;
    text-align: center;
}

.mb-30 {
    margin-bottom: 30px;
}

.nav {
    border: 1px solid #e5e5e5;
    border-left-width: 0px;
    border-right-width: 0px;
}

.breadcrumb {
    background-color: #fff !important;
    margin: 5px 0 !important;
}

.img-w-100 {
    width: 100%;
}

.nav > li {
    padding: 10px 15px;
}

.nav > li > a {
    padding: 0 !important;
}

#footer {
    font-size: 20px;
    font-weight: 400;
}

#banner {
    background-image: url("../images/home/bg-banner-v2.jpg");
    background-size: cover;
}

#banner .banner-img {
    padding: 100px 0;
}

#banner .banner-img img {
    border: 10px solid #fff8f2;
}

#banner .banner-img .banner-thumb a img {
    border: 10px solid #fff8f2;
}

#banner .banner-slider.bg-slider .banner-thumb img {
    opacity: 1;
}

.colorwhite {
    color: #fff;
}

.footer-bottom {
    background: rgba(120, 72, 36, 1);
    background: -moz-linear-gradient(
        left,
        rgba(120, 72, 36, 1) 0%,
        rgba(120, 72, 36, 1) 58%,
        rgba(225, 164, 117, 1) 100%
    );
    background: -webkit-gradient(
        left top,
        right top,
        color-stop(0%, rgba(120, 72, 36, 1)),
        color-stop(58%, rgba(120, 72, 36, 1)),
        color-stop(100%, rgba(225, 164, 117, 1))
    );
    background: -webkit-linear-gradient(
        left,
        rgba(120, 72, 36, 1) 0%,
        rgba(120, 72, 36, 1) 58%,
        rgba(225, 164, 117, 1) 100%
    );
    background: -o-linear-gradient(
        left,
        rgba(120, 72, 36, 1) 0%,
        rgba(120, 72, 36, 1) 58%,
        rgba(225, 164, 117, 1) 100%
    );
    background: -ms-linear-gradient(
        left,
        rgba(120, 72, 36, 1) 0%,
        rgba(120, 72, 36, 1) 58%,
        rgba(225, 164, 117, 1) 100%
    );
    background: linear-gradient(
        to right,
        rgba(120, 72, 36, 1) 0%,
        rgba(120, 72, 36, 1) 58%,
        rgba(225, 164, 117, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#784824', endColorstr='#794925', GradientType=1);
    padding: 20px 0;
}

.main-footer {
    background-color: #fff;
    padding: 50px 0;
}

.header1 i {
    font-size: 25px !important;
}

.footer-box i {
    font-size: 25px !important;
}

.social-email {
    background-color: #fafafa;
    padding: 100px 0;
}

.blog {
    /* background-color: #f8f8f8; */
    padding: 100px 0 50px;
}

.blog .header-blog {
    margin: 0;
    position: absolute;
    top: 0;
    left: 15px;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 600;
}

#blog {
    background-color: #fff;
    padding: 0 0 80px;
}

.show-product {
    background-color: #f8f8f8;
    padding: 160px 0 30px;
}

.show-product2 {
    background-image: url("../images/home/bg-products.jpg");
    padding: 100px 0;
}

.client-say {
    background: #f8f8f8;
    padding: 140px 0 150px;
}

.product-des {
    margin-bottom: 10px;
}

.padding-img {
    padding: 5px;
}

.at-style-responsive .at-share-btn {
    padding: 4px !important;
}

.product-price {
    margin: 7px -3px 0 -3px !important;
}

.product-price .price {
    margin-top: 6px;
    padding: 0;
}

.product-price .sale {
    padding: 0 10px;
}

.product-price .val {
    margin-top: -5px;
}

.show-product2 .owl-carousel .owl-item .cart img {
    width: auto;
}

.show-product2 .info-qtys button {
    padding: 0;
    width: 34px;
    height: 34px;
    font-weight: bold;
}

.content-shop .info-qtys button {
    padding: 0;
    width: 34px;
    height: 34px;
    font-weight: bold;
}

.content-shop .info-qtys {
    padding: 0;
    font-weight: 600;
}

.content-shop .info-qtys .qty-val {
    border: 1px solid #d2d2d2;
}

.detail-info .info-qtys button {
    width: 35px;
    height: 35px;
}

ul#pages li {
    display: inline;
}

ul#pages li.active a {
    border: 1px solid #794925;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    color: #794925;
    font-weight: 600;
}

.videoWrapper {
    position: relative;
    padding-bottom: 54%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.contact-form-faq {
    margin-bottom: 20px;
}

.radiobox {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 400;
    margin-bottom: 8px;
}

.radiobox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #999;
    font-family: fontawesome;
    content: "";
    line-height: 18px;
    border-radius: 50%;
    text-align: center;
}

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

.radiobox input:checked ~ .checkmark:after {
    display: block;
}

#registerForm .radiobox .checkmark:after {
    left: 1px;
}

.radiobox .checkmark:after {
    left: 1px;
    top: 0px;
    width: 5px;
    height: 10px;
    color: #794925;
    content: "\f058";
}

#sort .check a {
    cursor: pointer;
}

.sort-bar button {
    border: 1px solid #e5e5e5;
    background-color: #fff;
    color: #333;
    width: 160px;
}

.sort-bar button:hover {
    background-color: #fff;
    border-color: #e5e5e5;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
    color: #333;
    background-color: #fff;
    border-color: #e5e5e5;
}

.displaynone {
    display: none;
}

.bg-img-white {
    /* background-image: url(../images/home/bg-img-white-op50.jpg);
    background-size: cover; */
}

#collection a {
    color: #fff;
}

#collection a:hover {
    color: #eee;
}

#collection .client-say .title-box {
    padding-top: 0;
    position: relative;
    margin-bottom: 70px;
}

#viewtype a {
    color: #999;
    display: inline-block;
    font-size: 20px;
    height: 36px;
    line-height: 36px;
    margin: 0 5px;
    cursor: pointer;
}

#viewtype .active {
    color: #555;
    cursor: pointer;
}

.info-qtys button i {
    font-size: 11px;
}

.info-qtys .qty-val {
    border: 1px solid #d2d2d2;
}

.wc-proceed-to-checkout .button {
    margin: 20px 0 0;
}

.lv3 {
    font-size: 18px;
}

.ebook {
    /* border-radius: 25px; */
    font-weight: 600;
    background: #fff;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
    padding: 5px 50px;
    border: 1px solid #794925;
    color: #794925;
    font-size: 25px;
}

.ebook:hover {
    color: #fff;
    background: #794925;
}

.search_list {
    padding-bottom: 10px;
}

#searchForm {
    padding: 50px 0;
}

#searchForm input[type="text"] {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #e5e5e5;
    color: #999;
    height: 40px;
    padding: 0 40px 0 15px;
    width: 70%;
}

#searchForm .button {
    border: 0;
    height: 40px;
    line-height: 0px;
    color: #fff;
    padding: 0 25px !important;
    margin: 0;
}

#searchForm .btn-search {
    opacity: 1;
    /* padding: 15px;
    position: absolute;
    top: -7px;
    left: -9px;
    z-index: 1; */
}

/* .header1 #searchForm .btn-search {
    opacity: 0;
    padding: 15px;
    position: absolute;
    top: 0px;
    left: 70px;
    z-index: 1;
} */

#searchForm .submit-form {
    cursor: pointer;
}

#search {
    margin-bottom: 50px;
}

#search h3 {
    margin: 50px 0 20px;
}

#search .product-title {
    margin: 20px 0 20px;
}

#search .product-title a {
    font-weight: 400;
}

.page-item.active .page-link {
    background-color: #794925;
    border-color: #794925;
}

.page-item.active .page-link:hover {
    background-color: #794925 !important;
    border-color: #794925 !important;
}

.total-history {
    border: medium none;
    color: #fff !important;
    padding: 0 10px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-align: left;
    width: 145px;
}

.center {
    text-align: center;
}

.w100 {
    width: 100%;
}

.viewhistory {
    margin: 0 0 20px !important;
}

.bg-black {
    background-color: #333 !important;
}

.bg-black:hover {
    background-color: #794925 !important;
}

.steps {
    border-bottom: 1px solid #ebebeb;
}

.steps ul {
    justify-content: space-between;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    -o-justify-content: space-between;
    -ms-justify-content: space-between;
    list-style-type: none;
    display: flex;
    display: -webkit-flex;
}

.steps ul li {
    width: 330px;
    margin: 0 75px;
    position: relative;
}

.steps ul li:after {
    position: absolute;
    content: "";
    height: 0px;
    width: 100%;
    left: 0;
    bottom: -12px;
    background: #794925;
}

.steps ul li a {
    text-decoration: none;
    display: block;
    background: transparent;
    color: #999999;
    text-align: center;
    padding-bottom: 7px;
    padding-top: 4px;
    font-weight: bold;
}

.steps ul li:hover:after {
    height: 3px;
}

.steps ul li:hover a h3 {
    color: #794925;
}

.steps ul .current:after {
    height: 3px;
}

.steps ul .current a h3 {
    color: #794925;
}

.steps ul a h3 {
    font-size: 22px;
    font-weight: 600;
}

.box-steps {
    /* width: 840px; */
    padding: 30px 50px 50px !important;
    position: relative;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0px 3px 9.5px 0.5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 3px 9.5px 0.5px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 3px 9.5px 0.5px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0px 3px 9.5px 0.5px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0px 3px 9.5px 0.5px rgba(0, 0, 0, 0.15);
}

#steps {
    background: rgba(121, 73, 37, 1);
    background: -moz-linear-gradient(left, rgba(121, 73, 37, 1) 0%, rgba(225, 164, 117, 1) 100%);
    background: -webkit-gradient(
        left top,
        right top,
        color-stop(0%, rgba(121, 73, 37, 1)),
        color-stop(100%, rgba(225, 164, 117, 1))
    );
    background: -webkit-linear-gradient(left, rgba(121, 73, 37, 1) 0%, rgba(225, 164, 117, 1) 100%);
    background: -o-linear-gradient(left, rgba(121, 73, 37, 1) 0%, rgba(225, 164, 117, 1) 100%);
    background: -ms-linear-gradient(left, rgba(121, 73, 37, 1) 0%, rgba(225, 164, 117, 1) 100%);
    background: linear-gradient(to right, rgba(121, 73, 37, 1) 0%, rgba(225, 164, 117, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#794925', endColorstr='#794925', GradientType=1);
    padding: 50px;
}

.right {
    text-align: right;
}

.right a {
    margin-top: 35px !important;
}

.left {
    text-align: left;
}

.left a {
    margin-top: 35px !important;
}

.right input {
    margin-top: 35px !important;
    border: 0;
    height: 40px;
    line-height: 0px;
    color: #fff;
    padding: 0 25px !important;
}

.right input:hover {
    background-color: #333;
}

/* #history .CancelForm input{
    border: 0;
    height: 40px;
    line-height: 0px;
    color: #fff;
    padding: 0 25px !important;
} */

.CollectionView .client-thumb {
    margin-bottom: 40px;
}

.header1 b,
.header1 strong {
    font-weight: 400 !important;
}

#header .nav-link {
    padding: 10px 20px;
}

.sb-payment {
    border: medium none;
    color: #fff !important;
    height: 40px;
    padding: 0 20px !important;
}

.sb-payment:hover {
    background-color: #333;
}

.payment .que {
    font-weight: bold;
}

.contact-email {
    margin-bottom: 33px !important;
}

.changelangshow .btn {
    padding: 3px 9px;
    font-weight: 400 !important;
}

.intro-th {
    background-color: #794925 !important;
    border-color: #794925 !important;
    background-image: none !important;
    font-size: 18px !important;
    font-weight: bold !important;
}

.intro-en {
    color: #fff !important;
    background-color: #1d2124 !important;
    border-color: #171a1d !important;
    font-size: 18px !important;
    font-weight: bold !important;
}

.intro-en:hover {
    color: #fff !important;
    background-color: #1d2124 !important;
    border-color: #171a1d !important;
}

.search-langs {
    padding: 0 0 0 10px !important;
    margin-top: 9px;
}

.search-langs .changelangshow {
    margin-left: 15px;
    color: #333;
    font-weight: 500;
}

.changelangshow a:hover {
    color: #794925;
}

.changelangs-en a:hover {
    color: #794925;
}

.changelangshow .select {
    color: #794925;
}

.header-nav-home-new {
    margin-top: 15px !important;
}

.langhome-new {
    font-size: 18px;
    font-weight: 600;
}

.langhome-new .select {
    color: #794925;
}

#header .fa-user {
    font-size: 25px;
}

#header .fa-shopping-basket {
    font-size: 25px;
}

#header .fa-search {
    font-size: 19px;
}

.iconsearchbutton {
    color: #000 !important;
    background: transparent !important;
    margin: 0px 0 0 -30px !important;
    outline: 0 !important;
}

.cart_item .product-remove a:hover {
    color: #ff0000;
}

#content-category .detail-category .title {
    padding: 0 15px;
    font-weight: 500;
}

#content-category .detail-category .des {
    padding: 0 15px;
    margin-bottom: 30px;
}

#contactforbusiness .contact-qrcode img {
    position: absolute;
    right: 0;
    top: 30px;
}

.banner_product img {
    cursor: pointer;
}

.pointer {
    cursor: pointer;
}

.footer-box .title18 {
    text-align: center;
}

.boxselect-detail {
    box-shadow: none;
    height: 35px;
    line-height: 1.3;
    padding: 5px 15px;
    margin-bottom: 15px;
    display: block;
    width: 45%;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.dropdown-menu > li > a {
    font-size: 17px;
}
.slideshow {
    padding: 0 !important;
}
#slideshow-product {
    overflow: hidden;
}

#slideshow-product .swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

#slideshow-product .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

#slideshow-product .swiper-pagination {
    text-align: center;
    margin-top: -40px;
    z-index: 1;
    width: 100%;
}

#slideshow-product .swiper-pagination-bullet {
    background: transparent;
    border: 1px solid #a17f66;
    opacity: 1;
    margin: 0 5px;
}

#slideshow-product .swiper-pagination-bullet-active {
    background: #a17f66;
    border: #a17f66;
    width: 10px;
    height: 10px;
    opacity: 1;
}
#slideshow-product .swiper-button-next,
#slideshow-product .swiper-button-prev {
    color: #333 !important;
    background-image: none;
    font-size: 55px;
}

#slideshow-product .swiper-button-next:hover,
#slideshow-product .swiper-button-prev:hover {
    color: #794925 !important;
}

#slideshow .swiper-button-next,
#slideshow .swiper-button-prev {
    color: #333 !important;
    background-image: none;
    font-size: 55px;
}

#slideshow .swiper-button-next:hover,
#slideshow .swiper-button-prev:hover {
    color: #794925 !important;
}

.mini-cart-icon {
    position: relative;
}

.mini-cart-icon .fa-shopping-basket {
    position: absolute;
    top: -13px;
    font-size: 21px !important;
}

.meta-link-ontop .fa-search {
    /* position: absolute; */
    /* top: -18px; */
    /* right: 0; */
}

.meta-link-ontop .fa-user {
    position: relative;
    font-size: 24px;
    top: 3px;
}

.menu-home .meta-link-ontop .fa-search {
    /* position: absolute; */
    font-size: 21px !important;
    /* right: 0;
    top: -20px; */
}

.menu-home .meta-link-ontop .fa-user {
    top: 1px;
}

.menu-home .mini-cart-icon .fa-shopping-basket {
    font-size: 22px !important;
    top: -15px;
}

.borderitem {
    border: 1px solid #ddd;
    padding: 15px;
    position: relative;
}

.borderitem .product-remove {
    position: absolute;
    top: 15px;
    right: 15px;
}

.cartmoblie input[type="button"] {
    border: medium none;
    color: #fff;
    height: 40px;
    padding: 0 20px;
}

.cartmoblie input[type="button"]:hover {
    background-color: #333;
}

.cartmoblie .updatebutton {
    position: absolute;
    top: 0;
    right: 0;
}

.cartmoblie .item-del:hover {
    color: #ff0000 !important;
}

.cartmoblie div {
    padding: 5px;
}

.hiscanbutton {
    margin-top: 1px !important;
    border: medium none !important;
    color: #fff !important;
    height: 40px !important;
    padding: 0 20px !important;
}

.detail-product .swiper-button-next,
.detail-product .swiper-button-prev {
    color: #333 !important;
    background-image: none;
    font-size: 35px;
}

.detail-product .swiper-button-next:hover,
.detail-product .swiper-button-prev:hover {
    color: #794925 !important;
}

.boxLeft,.boxRight {
    padding-bottom: 15px;
}

.boxLeft .line-product {
    position: absolute;
    height: 100%;
    border-right: 5px solid #e5e5e5;
    top: 0;
    right: 10px;
}
.boxRight .line-product {
    position: absolute;
    height: 100%;
    border-left: 5px solid #e5e5e5;
    top: 0;
    left: -15px;
}
