@font-face {
    font-family: 'itc_avant_garde_gothic_ltXLt';
    src: url('../fonts/avantgardelt-extralight-webfont.woff2') format('woff2'),
         url('../fonts/avantgardelt-extralight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'itc_avant_garde_gothicbold';
    src: url('../fonts/itc_avant_garde_gothic_bold-webfont.woff2') format('woff2'),
         url('../fonts/itc_avant_garde_gothic_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'itc_avant_garde_gothicmedium';
    src: url('../fonts/itc_avant_garde_gothic_medium-webfont.woff2') format('woff2'),
         url('../fonts/itc_avant_garde_gothic_medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'bellarinaregular';
    src: url('../fonts/bellarina-webfont.woff2') format('woff2'),
         url('../fonts/bellarina-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'futurabook';
    src: url('../fonts/futura_book_font-webfont.woff2') format('woff2'),
         url('../fonts/futura_book_font-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
body {
    font-family: 'itc_avant_garde_gothicmedium', sans-serif;
    font-size: 16px;
    color: #4a5568;
}

a, img {
    text-decoration: none;
    outline: none;
    border: none;
}

a, .btn {
    transition: all .4s;
}

.btn:focus, .form-control:focus {
    box-shadow: none;
}

:focus {
    outline: 0 !important;
}

a, a:hover, a:focus, a:active {
    text-decoration: none;
    outline: 0px;
}
a:hover {
    color: #815c20;
}

ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

p:last-child {
    margin-bottom: 0;
}

/* header */
#top-nav-fixed {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 8px;
    /*padding-bottom: 20px;*/
    transition: all .4s;
}
.navbar-light .navbar-brand {
    padding: 0;
    z-index: 1;
}
.navbar-light .navbar-brand img {
    max-width: 150px;
}
#top-nav-fixed .navbar {
    padding: 0;
}
.header-right {
    /*width: 100%;*/
    margin-left: auto;
}
.top-header {
    text-align: right;
    padding: 0px 0 27px;
}
.top-header li.list-inline-item {
    position: relative;
    margin-right: 0 !important;
    margin-left: -4px;
    /*vertical-align: bottom;*/
}
.top-header li a {
    font-size: 14px;
    color: #805b1f;
    padding: 0px 7px;
    display: inline-flex;
    align-items: center;
}
.top-header li a:hover {
    color: #c48f39;
}
.top-header img {
    margin-right: 5px;
    max-width: 13px;
    max-height: 17px;
}
.top-header .email img {
    max-width: 16px;
}
.top-header li.header-serach  {
    position: relative;
}
.top-header li.header-serach .search-icon {
    min-width: 32px;
    min-height: 20px;
}
.top-header li.search-expand .search-icon {
    position: absolute;
    top: 6px;
    left: 0;
}
.top-header li.header-serach .form-control {
    height: 30px;
    font-size: 14px;
    color: #333;
    border: 1px solid #ddd;
    padding-left: 28px;
    display: none;
}
.top-header li.search-expand .form-control {
    display: block;
    max-width: 170px;
}


.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(133, 102, 49, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-toggler {
    border: none;
}
header .navbar-light .navbar-nav .nav-link {
    font-size: 16px;
    color: #815c20;
    padding: 0px 15px;
    display: block;
}
header .navbar-light .navbar-nav .nav-link:hover, header .navbar-light .navbar-nav .nav-link:focus, header .navbar-light .navbar-nav .nav-link.active {
    color: #c48f39;
}
header .navbar-light .navbar-nav .active>.nav-link {
    color: #c48f39;
}
header .navbar-light .navbar-nav .icon-menu .nav-link {
    display: inline-flex;
    align-items: center;
    padding-right: 0;
}
header .navbar-light .navbar-nav .icon-menu .nav-link img {
    max-width: 20px;
    max-height: 18px;
}
header .dropdown-item, .top-header li .dropdown-menu a.dropdown-item {
    font-size: 15px;
    padding: .5rem 1.25rem !important;
    color: #fff;
    border-bottom: 1px solid rgba(199, 147, 80, 0.541);
}
header .dropdown-item:hover, .top-header li .dropdown-menu a.dropdown-item:hover,
header .dropdown-item:focus, .top-header li .dropdown-menu a.dropdown-item:focus {
    background-color: #fff;
    color: #815c20;
}
header .dropdown-menu .dropdown-item:last-child, .top-header li .dropdown-menu a.dropdown-item:last-child {
    border-bottom: none;
}
header .dropdown-menu {
    border: 1px solid rgba(0,0,0,.05);
    background-color: #856631;
    color: #fff;
    padding: 0;
}
.dropdown-toggle::after {
    font-family: "FontAwesome";
    content: "\f107";
    border: none;
    vertical-align: 0;
}
#top-nav-fixed.sticky {
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    padding-top: 8px;
    padding-bottom: 8px
}

/* banner */
.banner-section {
    position: relative;
    /*background: url(../images/banner-bg.jpg) no-repeat 0 0 / cover;*/
    width: 100%;
    color: #fff;
}
.banner-section:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/banner-bg.jpg) no-repeat 0 0 / cover;
    width: 100%;
    height: 735px;
}
.banner-section {
    padding-top: 115px;
}
#banner-carousel .carousel-item .row {
    min-height: 720px;
}
.banner-content {
    padding-bottom: 100px;
}
.banner-section h2 {
    font-family: 'bellarinaregular';
    font-size: 77px;
    color: #856631;
    line-height: 1;
}
.banner-section h1 {
    font-size: 80px;
    color: #856631;
    line-height: 1;
    margin-bottom: 10px;
}
.banner-section h1 span {
    font-size: 65px;
}
.banner-section p {
    font-family: 'itc_avant_garde_gothic_ltXLt';
    font-size: 32px;
    color: #3b3b3b;
    font-weight: bold;
    margin-bottom: 20px;
}
.btn-bordered {
    background-color: transparent;
    border: 2px solid #856631;
    font-size: 16px;
    color: #886931;
    border-radius: 100px;
    padding: 11px 25px;
    min-width: 210px;
    text-align: center;
}
.banner-section .btn-bordered {
    padding: 12px 20px;
    min-width: 150px;
}
.btn-bordered:hover {
    background-color: #886931;
    border: 2px solid transparent;
    color: #fff;
}
.banner-section .carousel-indicators {
    right: auto;
    bottom: 105px;
    transform: translateX(-20px);
}
.carousel-indicators li {
    position: relative;
    width: 14px;
    height: 14px;
    margin-right: 3px;
    margin-left: 3px;
    opacity: 1;
    border-radius: 100%;
    border-top: 0px;
    border-bottom: 0px;
}
.carousel-indicators .active {
    background-color: #886931;
}
.section {
    position: relative;
    padding: 110px 0;
}
.section .container {
    position: relative;
    z-index: 1;
}
.our-story-section.section {
    padding-bottom: 180px;
    margin-top: -100px;
}
.section-line:before {
    content: "";
    height: 105px;
    width: 2px;
    background-color: #886931;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    /*transform: translateX(-35px);*/
}
.section-title {
    font-family: 'itc_avant_garde_gothicbold';
    font-size: 51px;
    color: #856631;
    margin-bottom: 20px;
}
.section-title span {
    font-family: 'bellarinaregular';
    font-size: 64px;
    display: block;
}
.font-light {
    font-family: 'itc_avant_garde_gothic_ltXLt';
}
.text-para {
    font-family: 'itc_avant_garde_gothic_ltXLt';
    font-size: 1.3rem;
    line-height: 1.7;
    color: #4a5568;
}
.btn-fill {
    background-color: #886931;
    border-radius: 100px;
    color: #fff;
    min-width: 150px;
    padding: 11px 35px;
    font-size: 16px;
    border: 2px solid transparent;
}
.btn-fill:hover {
    background-color: #fff;
    color: #856631;
    border-color: #886931;
}
.why-choose-section {
    background: url(../images/why-bg.jpg) no-repeat 0 0 / cover;
}
.why-choose-section:before {
    content: "";
    position: absolute;
    left: 0;
    top: -95px;
    background: url(../images/box-img.png) no-repeat;
    width: 206px;
    height: 169px;
}
.why-choose-section:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -145px;
    background: url(../images/cacke-img.png) no-repeat;
    width: 194px;
    height: 222px;
}
.why-choose-section .section-title {
    font-size: 44px;
    margin-bottom: 50px;
}
.why-choose-section .section-title span {
    font-size: 84px;
    color: #2b1f19;
}
.why-single-box {
    padding: 0 20px;
    margin-bottom: 30px;
}
.why-single-box img {
    max-height: 70px;
    margin-bottom: 30px;
}
.why-single-box h4 {
    /*font-family: 'itc_avant_garde_gothic_ltXLt';*/
    font-size: 1.5rem;
    /*font-weight: bold;*/
    color: #856631;
    margin-bottom: 25px;
    line-height: 1.5;
}
.why-single-box p {
    font-size: 1.125rem;
    font-family: 'itc_avant_garde_gothic_ltXLt';
    font-weight: 700;
}
.btn-bordered.btn-lg {
    font-size: 21px;
    min-width: 200px;
    padding: 10px 20px;
    border-width: 2px;
}
.our-suppliers-section.section-line::before {
    transform: translateX(0px);
}
.our-suppliers-section .section-title span {
    font-size: 70px;
}
.suppliers-rnw-logo {
    margin: 40px 0 60px;
    max-width: 155px;
}
.jcarousel-wrapper {
    margin-top: 60px;
}
.suppliers-logo {
    width: 100%;
    height: 170px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.jcarousel-control-prev, .jcarousel-control-next {
    background: none;
    width: auto;
    height: auto;
    color: #000;
    font-size: 54px;
}
.jcarousel-control-prev:hover, .jcarousel-control-next:hover {
    background: none;
    color: #856631;
}
.product-section .section-title {
    font-family: 'itc_avant_garde_gothicmedium';
    font-size: 34px;
}
.title-line {
    width: 2px;
    height: 44px;
    display: table;
    margin: 0 auto;
    background-color: #996633;
}
.single-product-box {
    position: relative;
    background-color: #f8f8f8;
    padding: 0 15px 10px;
    text-align: center;
    margin: 150px 25px 0;
    transition: all 1.2s;
    min-height: 315px;
}
.product-img {
    margin: -70px -15px 30px;
    max-height: 200px;
    object-fit: contain;
    transition: all 1.2s;
}
.single-product-box h4 {
    font-family: 'itc_avant_garde_gothicbold';
    font-size: 20px;
    color: #856631;
    margin-bottom: 15px;
}
.single-product-box p {
    font-family: 'itc_avant_garde_gothic_ltXLt';
    color: #2d3748;
    font-weight: 700;
    min-height: 48px;
    margin-bottom: 0;
}
.single-product-box .d-flex {
    margin-top: 20px;
}
.product-cart {
    width: 43px;
    height: 43px;
    border-radius: 100%;
    display: table;
    border: 1px solid #856631;
    text-align: center;
    line-height: 38px;
    margin-right: 10px;
}
.product-cart img {
    max-width: 23px;
}
/*.product-cart:hover {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.4);
    border: 1px solid transparent;
}*/
.single-product-box:hover {
    background-color: #856631;
    border-radius: 100%;
    color: #fff;
}
.single-product-box:hover .product-img {
    transform: scale(1.2);
    transition: all 1.2s;
}
.single-product-box:hover .product-cart {
    background-color: #fff;
}
.single-product-box:hover h4, .single-product-box:hover p {
    color: #fff;
}
.product-sold-section.section {
    padding: 0;
}
.product-sold-section {
    background: url(../images/product-sold-bg.jpg) no-repeat center top / cover;
}
.product-sold-content {
    padding: 130px 0;
}
.product-sold-section .section-title {
    font-family: 'itc_avant_garde_gothic_ltXLt';
    font-size: 3rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0;
}
.product-sold-section .section-title span {
    font-size: 65px;
    font-weight: normal;
}
.product-sold-content p {
    font-family: 'itc_avant_garde_gothic_ltXLt';
    font-weight: 700;
    color: #fff;
    margin-bottom: 30px;
}
.product-sold-content .btn-bordered {
    border: 1px solid #fff;
    font-size: 16px;
    color: #fff;
    padding: 11px 25px;
    min-width: 160px;
}
.product-sold-content .btn-bordered:hover {
    border: 1px solid transparent;
}
.product-sold-img {
    position: relative;
    text-align: center;
}
.product-sold-img::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
    background-color: #856631;
    width: 400px;
    height: 100%;
    opacity: .8;
    z-index: -1;
}
.product-sold-img img {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -70px;
}
.work-with-section.section {
    padding: 160px 0 0;
}
.work-with-section .section-title span {
    font-size: 74px;
}
.section-title {
    margin-bottom: 40px;
}
.work-with-logo {
    margin-bottom: 70px;
}
.work-with-logo:nth-last-child(-n+3) {
    /*margin-bottom: 0px;*/
}
.manage-your-section {
    background: url(../images/pattern-bg.jpg) no-repeat 0 0 / cover;
}
.manage-your-section.section {
    padding: 90px 0 0;
}
.manage-bg {
    background: url(../images/manage-bg.jpg) no-repeat 0 0 / cover;
    padding: 30px 20px;
    margin: 0px 0 130px;
}
.manage-bg h3 {
    font-family: 'itc_avant_garde_gothicbold';
    font-size: 25px;
    color: #fff;
}
.manage-bg .list-inline a {
    width: 48px;
    height: 48px;
    border-radius: 100%;
    display: block;
    text-align: center;
    line-height: 40px;
}
.manage-bg .list-inline a img {
    max-width: 30px;
    max-height: 26px;
}
.golden-bg {
    background-color: #b08940;
}
.dark-golden-bg {
    background-color: #614b23;
}
.black-golden-bg {
    background-color: #362b14;
}
.our-fleet-section.section {
    padding-bottom: 160px;
}
.our-fleet-section {
    background: url(../images/fleet-img.jpg) no-repeat 0 100%;
}
.our-fleet-section .section-title {
    font-family: 'itc_avant_garde_gothicmedium';
    font-size: 37px;
    margin-bottom: 50px;
}
.regions-section {
    background: url(../images/regions-bg-img.jpg) no-repeat 100% 100%;
    padding-bottom: 140px;
}
.regions-content {
    padding-left: 50px;
}

/* footer */
footer {
    background-color: #110e06;
    padding-top: 70px;
    color: #fff;
}
footer a {
    color: #fff;
}
footer h5 {
    font-family: 'itc_avant_garde_gothicbold';
    font-size: 20px;
    margin-bottom: 20px;
}
.footer-column1 {
    max-width: 465px;
    flex: 0 0 auto;
}
.footer-column1 h5 {
    font-size: 1.125rem;
    text-transform: uppercase;
}
.footer-column1 p, .footer-column1 .text-white  {
    font-family: 'itc_avant_garde_gothic_ltXLt';
    font-weight: 700;
}
.social-icon-title {
    font-size: 1.5rem;
}
footer .form-control {
    display: block;
    width: 100%;
    height: 42px;
    padding: .375rem .75rem;
    font-size: 15px;
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 0;
    margin-bottom: 25px;
}
footer .form-control:focus {
    background-color: transparent;
    border: 1px solid #fff;
}
footer .form-control::placeholder {
    color: #fff;
}
.social-icon li a {
    background-color: #886931;
    color: #fff;
    width: 34px;
    height: 34px;
    display: block;
    font-size: 20px;
    border-radius: 100%;
    text-align: center;
    line-height: 34px;
}
/*.social-icon li a.twitter {
    background-color: #886931;
}
.social-icon li a.facebook {
    background-color: #886931;
}
.social-icon li a.instagram {
    background-color: #886931;
}*/
.social-icon li a:hover {
    background-color: #fff;
    color: #886931;
}
.footer-link li {
    font-family: 'itc_avant_garde_gothic_ltXLt';
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 16px;
}
.footer-link li a:hover {
    color: #886931;
}
.contact-col {
    max-width: 310px;
    flex: 0 0 auto;
}
.contact-col .footer-link li {
    -ms-flex-align: center;
    align-items: center;
}
.contact-col .footer-link img {
    max-width: 17px;
    max-height: 20px;
}
.copyright {
    font-family: 'futurabook';
    text-align: center;
    border-top: 1px solid #808080;
    padding: 25px 0 20px;
    margin-top: 15px;
    margin-bottom: 0;
}

/* product page */
.inner-page-banner {
    background: url(../images/banner-bg.jpg) no-repeat 0 0;
    background-size: 100% auto;
    height: 250px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.inner-page-banner::before {
    display: none;
}
.inner-page-banner h1 {
    font-family: 'bellarinaregular';
    font-size: 80px !important;
    color: #856631;
}
.product-page.section {
    padding-top: 0;
}
.sale-tag {
    position: absolute;
    left: 0;
    top: -60px;
    z-index: 1;
    background: url(../images/sale-tag.png) no-repeat 0 0;
    background-size: 58px 57px !important;
    width: 58px;
    height: 57px;
    font-family: 'itc_avant_garde_gothicbold';
    font-size: 0.704rem;
    text-align: center;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    line-height: 12px;
}
.sale-tag2 {
    background: url(../images/sale-tag2.png) no-repeat 0 0;
}
.sml-tag-text {
    font-size: 0.465rem;
}
.product-page .single-product-box {
    margin: 140px 0px 0;
    padding-bottom: 10px;
    min-height: 270px;
}
.product-page .product-img {
    margin: -70px -15px 10px;
    height: 140px;
}
.product-page .single-product-box .d-flex {
    margin-top: 10px;
}
.product-left-menu {
    padding-top: 30px;
}
.list-title .list-unstyled {
    border-bottom: 1px solid #d6d6d6;
    border-top: 1px solid #d6d6d6;
    margin-top: -1px;
    padding: 10px 0;
}
.list-title > a {
    position: relative;
    font-family: 'itc_avant_garde_gothicbold';
    font-size: 16px;
    color: #856631;
    text-transform: uppercase;
    border-bottom: 1px solid #d6d6d6;
    padding: 16px 5px;
    display: block;
}
.list-title > a:after {
    content: "\f107";
    font-family: 'FontAwesome';
    font-size: 18px;
    position: absolute;
    right: 5px;
    top: 15px;
}
.list-title > a.collapsed:after {
    content: "\f105";
}
.list-title > a:hover {
    background-color: #c5a33f;
    color: #fff;
}
#shop-by-product .list-title > a::after, #shop-by-product .list-title > a.collapsed:after {
    top: 5px;
}
#shop-by-product .list-title > a {
    font-size: 16px;
    border-bottom: none;
    padding: 8px 0;
}
.product-name-list .custom-checkbox {
    font-size: 16px;
    color: #856631;
    text-transform: uppercase;
    padding: 10px 15px 10px 30px;
}
.product-name-list .custom-checkbox:hover {
    background-color: #c5a33f;
    color: #fff;
}
.product-name-list .custom-control-label::before {
    position: absolute;
    top: .3rem;
    left: -1.5rem;
    width: 13px;
    height: 13px;
    border: #474747 solid 1px;
    border-radius: 2px;
}
.product-name-list .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #474747;
    background-color: #474747;
}
.product-name-list .custom-control-label::after {
    top: .175rem;
    left: -1.6rem;
}
.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none;
}

/* product detail */
.product-detail-banner {
    height: 120px;
}
.product-detail-img {
    position: relative;
}
.product-detail-img .sale-tag {
    position: absolute;
    left: 0;
    top: -10px;
    background-size: 92px 91px !important;
    width: 92px;
    height: 91px;
    font-size: 1.125rem;
    line-height: 100%;
}
.brdr-btm {
    border-bottom: 1px solid #cdcdcd;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.product-name-detail {
    font-size: 2.616rem;
    color: #805b1f;
}
.product-name-detail span {
    font-family: 'itc_avant_garde_gothic_ltXLt';
    display: block;
    font-size: 1.121rem;
    color: #868686;
}
.product-detail-section p {
    font-family: 'itc_avant_garde_gothic_ltXLt';
}
.product-price {
    font-family: 'itc_avant_garde_gothicmedium' !important;
    font-size: 2.74rem;
    color: #805b1f;
    line-height: 100%;
    margin-bottom: -10px !important;
}
.product-price span {
    font-size: 1.121rem;
    color: #727272;
}
.product-qty-title {
     font-family: 'itc_avant_garde_gothic_ltXLt';
    font-size: 1.253rem;
    color: #805b1f;
    margin-bottom: 10px;
}
.product-qty-main {
    text-align: center;
    max-width: 215px;
    padding-right: 30px;
}
.product-qty-icon {
    max-width: 39px;
    max-height: 39px;
    margin-bottom: 15px;
}
.product-count-main p {
    font-size: 1.044rem;
    font-family: 'itc_avant_garde_gothicmedium';
    color: #805b1f;
    margin-bottom: 0;
}
.product-history p {
    font-family: 'itc_avant_garde_gothic_ltXLt';
    color: #8b7b7b;
}
.product-count-single {
    border: 1px solid #856631;
    max-width: 170px;
    height: 50px;
    margin-bottom: 15px;
}
.product-history .product-count-single {
    border: 2px solid #e2e8f0;
}
.product-count-single input {
    font-size: 1.253rem;
    width: 50%;
    text-align: center;
    height: 50px;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.product-history .product-count-single input {
    font-family: 'itc_avant_garde_gothic_ltXLt';
    color: #a0aec0;
}
.product-count-single .input-group-append, .product-count-single .input-group-prepend {
    justify-content: center;
    width: 25%;
}
.plus-minus {
    font-size: 30px;
    padding: 7px 10px;
    line-height: 100%;
    cursor: pointer;
    user-select: none;
}
.btn-add-cart {
    font-family: 'itc_avant_garde_gothicbold';
    font-size: 1.059rem;
    min-width: 218px;
    padding: 10px 30px;
}
.btn-add-cart img {
    max-width: 20px;
    margin-top: -2px;
    margin-right: 5px;
}
#accordion-product-detail {
    margin-top: 40px;
}
#accordion-product-detail .card {
    border: 0;
    border-radius: 0;
}
#accordion-product-detail .card-header {
    background-color: transparent;
    cursor: pointer;
    border: 0;
    border-radius: 0;
    padding: 0;
}
#accordion-product-detail .card-header h5 {
    font-family: 'itc_avant_garde_gothicbold';
    font-size: 1.246rem;
    color: #886931;
    cursor: pointer;
    padding: 22px 0;
    border-top: 1px solid #886931;
    border-bottom: 1px solid #886931;
}
#accordion-product-detail .card:last-child .card-header h5 {
    margin-bottom: 1px;
}
#accordion-product-detail .card-header h5:after {
    content: "\f068";
    font-family: 'FontAwesome';
    font-size: 14px;
    position: absolute;
    right: 15px;
    top: 25px;
}
#accordion-product-detail .card-header h5.collapsed:after {
    content: "\f067";
}
#accordion-product-detail .card-body {
    padding: 50px 40px;
}
#accordion-product-detail .card:last-child .card-body {
    border-bottom: 1px solid #886931;
}
.product-page-title {
    font-size: 28px;
    color: #856631;
    text-align: center;
}
.recently-viewed-product {
    padding: 90px 0;
}
.page-cacke-bg {
    background: url(../images/regions-bg-img.jpg) no-repeat 100% 100%;
    padding-bottom: 170px;
}
.page-title {
    position: relative;
    font-family: 'itc_avant_garde_gothicbold';
    font-size: 48px;
    color: #856631;
    text-align: center;
    margin-bottom: 60px;
}
.page-title-line::after {
    content: "";
    background-color: #e2e8f0;
    width: 300px;
    height: 1px;
    display: table;
    margin: 35px auto 0;
}
.page-title-light {
    font-family: 'itc_avant_garde_gothicmedium';
    font-size: 2.25rem;
    line-height: 1.3;
}
.page-title-light .sml-text {
    font-size: 1.875rem;
}
.form-control {
    height: 46px;
    font-size: 0.992rem;
    color: #797979;
    border: 1px solid #e2e8f0;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 5%);
    border-radius: 5px;
}
.form-control::placeholder, ::placeholder {
    color: #a0aec0;
}
.form-control-lg {
    height: 50px;
}
.forgot-pass {
    font-size: 0.744rem;
    color: #886931;
    display: block;
    margin-bottom: 10px;
}
.forgot-pass:hover {
    color: #c48f39;
}
.login-right {
    text-align: center;
}
.second-title {
    font-family: 'itc_avant_garde_gothicbold';
    font-size: 1.488rem;
    color: #856631;
    margin-bottom: 20px;
}
.btn-gray {
    background-color: #6e6e6e;
}
.btn-gray:hover {
    background-color: #fff;
    border-color: #e2e8f0;
}
.other-title {
    font-family: 'itc_avant_garde_gothicbold';
    font-size: 2.25rem;
    color: #856631;
    margin-bottom: 45px;
}
.other-title::after {
    content: "";
    background-color: #e2e8f0;
    width: 170px;
    height: 1px;
    display: block;
    margin-top: 35px;
}
.register-form, .register-form .row {
    margin-right: -8px;
    margin-left: -8px;
}
.register-form [class*="col-"] {
    padding-left: 8px;
    padding-right: 8px;
}
.form-group .label {
    font-size: 0.992rem;
    color: #856631;
}
.shipping-address .custom-control {
    border-bottom: 1px solid #e2e8f0;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.shipping-address .custom-control-label::before {
    left: -30px;
    width: 19px;
    height: 19px;
    border: #474747 solid 1px;
    border-radius: 0px;
}
.shipping-address .custom-control-input:checked ~ .custom-control-label::before {
    color: #474747;
    border-color: #474747;
    background-color: transparent;
}
.tick-img{
    max-width: 5%;
    position: relative;
    z-index: 1;
    top: -5px;
    left: 23px;
    /*display: none;*/
}
.shipping-address .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("../images/tick-icon.svg");
    width: 36px;
    height: 32px;
    top: -6px;
    left: -35px;
}
.item_processed{
    height: 24px;
    box-shadow: none;
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #474747;
}
.form-control:focus {
    border-color: #856631 !important;
    border-style: solid !important;
}
.cart-page.page-cacke-bg {
    padding-bottom: 270px;
}
.cart-detail-row {
    border-top: 1px solid #e2e8f0;
    padding: 25px 0;
}
.cart-detail-row:last-child {
    border-bottom: 0;
}
.cart-detail-row .product-name-detail span {
    /*font-size: 0.9rem;*/
    color: #8b7b7b;
    font-weight: 600;
    margin-bottom: 5px;
}
.cart-detail-row .product-name-detail {
    font-size: 1.72rem;
    color: #7f5a1f;
}
.cart-detail-row .product-name-detail + p {
    font-size: 1rem;
    color: #8b7b7b;
    font-weight: 600;
    margin-top: 5px;
}
.cart-detail-row .product-price {
    font-size: 1.494rem;
    color: #7f5a1f;
}
.cart-detail-row .product-price span {
    font-family: 'itc_avant_garde_gothic_ltXLt';
    font-size: 1rem;
    color: #856631;
    font-weight: 600;
    display: block;
}
.cart-detail-row .product-qty-main {
    max-width: 160px;
}
.cart-detail-row .product-qty-title {
    font-size: 1.125rem;
    font-weight: 600;
}
.cart-detail-row .product-qty-icon {
    max-width: 60px;
    max-height: 50px;
}
.cart-detail-row .product-count-main p {
    font-size: 1rem;
}
.cart-detail-row .product-count-single {
    max-width: 115px;
    height: 44px;
}
.cart-detail-row .product-count-single input {
    font-size: 1.121rem;
    height: 45px;
}
.cart-detail-row .plus-minus {
    font-size: 25px;
    padding: 7px 10px;
}
.price-col p {
    font-family: 'itc_avant_garde_gothicmedium';
    font-size: 1.5rem;
    color: #856631;
    margin-bottom: 0;
}
.cart-item-delete {
    max-width: 24px;
    cursor: pointer;
    margin-left: auto;
}
.continue-shopping-row {
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
    padding: 24px 0 25px;
    margin-bottom: 20px;
}
.continue-shopping-row li a {
    font-size: 16px;
    color: #856631;
}
.continue-shopping-row li a img {
    max-width: 16px;
    max-height: 18px;
    vertical-align: text-bottom;
    margin-right: 6px;
}
.arrow-icon {
    transform: rotate(90deg);
    max-width: 13px !important;
    vertical-align: 2px !important;
}
.continue-shopping-row .list-inline-item:not(:last-child) {
    margin-right: 30px;
}
.price-detail-main {
    max-width: 300px;
    margin-left: auto;
}
.price-row p {
    font-size: 1.5rem;
    color: #856631;
    margin-bottom: 0;
}
.price-row {
    border-bottom: 1px solid #e2e8f0;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.price-row .price-total p {
    font-family: 'itc_avant_garde_gothicbold';
    font-size: 1.875rem;
}
.btn-place-order {
    font-size: 1rem;
    padding: 6px 35px;
}

/* account pages */
.left-sidebar {
    background: url(../images/left-side-bg.jpg) no-repeat 0 0;
    max-width: 335px;
    min-height: 850px;
    padding-right: 0;
    padding-left: 0;
    /*position: fixed;
    overflow: auto;
    z-index: 1031;*/
}
.logo {
    text-align: center;
    border-bottom: 1px solid #c4c5c5;
    padding: 30px 0;
    margin-bottom: 45px;
}
.user-detail {
    margin-bottom: 25px;
}
.user-detail p {
    font-size: 0.868rem;
    color: #856631;
}
.user-pic {
    background-color: #856631;
    width: 130px;
    height: 130px;
    border-radius: 100%;
    margin: 0 auto 10px;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.user-pic img {
    max-width: 60px;
    max-height: 60px;
    /*border-radius: 100%;*/
}
.user-name {
    font-size: 1.24rem !important;
    margin-bottom: 0;
}
.my-account-menu li a {
    font-size: 0.992rem;
    color: #838383;
    padding: 19px 35px;
    display: block;
    border-bottom: 1px solid #cacaca;
}
.my-account-menu .fa {
    width: 15px;
    margin-right: 12px;
}
.my-account-menu li a:hover, .my-account-menu li a.active {
    background-color: #c5a33e;
    color: #fff;
}
.content-wrapper {
    /*padding-top: 195px;*/
    padding-bottom: 100px;
    max-width: 100%;
    flex: 1;
    padding-left: 60px;
    /*padding-left: 360px;
    max-width: 100%;
    flex: 0 0 100%;*/
}
.content-wrapper .fixed-top + .container {
    padding-right: 0;
    padding-left: 0;
}
.dashboard-page {
    padding-bottom: 100px;
}
.sml-title {
    font-size: 1.736rem;
    color: #856631;
    margin-bottom: 25px;
}
.sml-title img {
    vertical-align: 1px;
}
.title-btm-line::after {
    content: "";
    background-color: #856631;
    width: 75px;
    height: 3px;
    display: block;
    margin-top: 15px;
}
.sml-title2 {
    font-family: 'itc_avant_garde_gothicbold';
    font-size: 1.116rem;
    color: #856631;
    border-bottom: 1px solid #e2e8f0;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.sml-title2 img {
    vertical-align: -3px;
}
.filter-duration .custom-control {
    display: inline-block;
    font-size: .875rem;
    color: #856631;
}
.custom-control-label::before {
    border: #7e7e7e solid 1px;
}
.custom-control-input:checked ~ .custom-control-label::before {
    border-color: #886931;
    background-color: #886931;
}
.filter-duration .custom-control-label::before, .filter-duration .custom-control-label::after {
    top: .15rem;
}
.apply-btn-row {
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
    padding: 25px 0;
    /*margin-top: 20px;*/
    margin-bottom: 30px;
    text-align: center;
}
.list-inline.filter-duration {
    /*padding-top: 8px;*/
}
.dashboard-box-row {
    margin-right: -5px;
    margin-left: -5px;
}
.dashboard-box-row [class*="col-"]{
    padding-right: 5px;
    padding-left: 5px
}
.dashboard-box {
    background-color: #f3f3f3;
    padding: 20px 10px;
    text-align: center;
    min-height: 200px;
    margin-bottom: 10px;
}
.dashboard-box h3 {
    font-family: 'itc_avant_garde_gothic_ltXLt';
    font-size: 3.789rem;
    color: #c5a33e;
    margin-top: 15px;
    line-height: 100%;
}
.dashboard-box p {
    font-size: 1.184rem;
    color: #805b1f;
}
/*.content-wrapper .fixed-top {
    position: absolute;
}
.content-wrapper .sticky {
    position: fixed;
}
.content-wrapper #top-nav-fixed .container {
    transform: translateX(10.3%);
}
.content-wrapper .header-right {
    transform: translateX(10.3%);
}*/
.content-wrapper #top-nav-fixed {
    position: sticky;
    z-index: 1;
    margin-left: -60px;
    margin-right: -15px;
    margin-bottom: 70px;
    height: 107px;
    /*box-shadow: none;
    background-color: transparent;*/
    border-bottom: 0;
    padding-top: 20px;
    padding-bottom: 0;
}
.content-wrapper #top-nav-fixed.sticky {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0px;
}
/*.content-wrapper .header-right {
    margin-right: -45px;
}*/
/*.content-wrapper .sticky .navbar-brand {
    display: block !important;
    position: fixed;
    left: 0;
    background-color: #fff;
    width: 335px;
    top: 0;
    height: 107px;
    padding: 10px 0 0 93px;
}*/
table.customer-order-table {
    font-size: 0.946rem;
    color: #797979;
    border-collapse: collapse !important;
}
table.customer-order-table td, table.customer-order-table th {
    padding: 1.12rem .75rem;
    border-top: 1px solid #aaaaaa;
}
.customer-order-table thead th {
    font-size: 1.125rem;
    color: #856631;
    border-top: 0;
    border-bottom: 1px solid #aaaaaa;
}
.text-yellow {
    color: #c5a33e;
}
.th-dark-yellow {
    color: #856631;
}
.mark-processed-main {
    font-size: 1.216rem;
}
.shipping-address.mark-processed-main .custom-control {
    border-bottom: 0;
    padding: 0;
    margin-bottom: 0;
}
.processed-label {
    margin-right: 40px;
    color: #856631;
    padding-top: 5px;
    display: inline-block;
}
.mark-processed-main .custom-control-label {
    color: #c5a33e;
    padding-left: 15px;
    padding-top: 5px;
}
.mark-processed-main .custom-control-label::before {
    left: -30px;
    width: 30px;
    height: 30px;
}
.mark-processed-main .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    width: 60px;
    height: 56px;
    top: -15px;
    left: -40px;
}
.mark-processed-main .custom-control-label::after {
    width: 30px;
    height: 30px;
}
.order-view-page .product-detail-img {
    max-width: 134px;
}
.unit-number {
    font-family: 'itc_avant_garde_gothicmedium' !important;
    font-size: 1.72rem;
    color: #7f5a1f;
}
.order-view-page .cart-detail-row {
    border-bottom: 1px solid #e2e8f0;
    border-top: 0;
}

/* invoice-page */
.invoice-page {
    padding: 100px 80px;
    font-size: 1.175rem;
    color: #565656;
}
.invoice-page .container {
    max-width: 1280px;
}
.invoce-address-area h1 {
    font-family: 'itc_avant_garde_gothicbold';
    font-size: 2.832rem;
    color: #d6d3d3;
    margin-bottom: 25px;
}
.list-inline.invoice-date {
    border-bottom: 1px solid #999;
    display: table;
    margin-left: auto;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.list-inline.invoice-date li {
    min-width: 210px;
    text-align: left;
}
.border-right {
    border-color: #565656 !important;
}
.invoice-address p {
    margin-bottom: 10px;
}
.invoce-address-area {
    border-bottom: 1px solid #999;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.billing-address {
    border: 1px solid #999;
    padding: 20px;
}
.billing-address h3 {
    font-family: 'itc_avant_garde_gothicbold';
    font-size: 1.468rem;
    margin-bottom: 10px;
}
.billing-address p {
    font-size: 1.3rem;
}
.invoice-detail-table table {
    /*border-collapse: separate;*/
}
.invoice-detail-table .table td, .invoice-detail-table .table th {
    border: 0;
    font-size: 1.028rem;
    vertical-align: middle;
}
.invoice-detail-table th {
    background-color: #f0eeee;
    border-bottom: 2px solid #dbdbdb;
    font-weight: normal;
    padding: .2rem .75rem;
    height: 49px;
    line-height: 100%;
    text-align: center;
    border-right: 2px solid #fff !important;
}
.invoice-pdf th {
    border-right: 0px solid #fff !important;
}
.invoice-detail-table th.dark-orange-bg {
    background-color: #815c24;
    border-bottom: 2px solid #d0b467;
    color: #fff;
}
.invoice-detail-table {
    margin-top: 30px;
}
.invoice-detail-table .media {
    min-width: 270px;
}
.invoice-detail-table .table td {
    color: #868686;
    border-bottom: 2px solid #bababb;
    padding: 1.5rem .75rem;
}
.invoice-detail-table .media img {
    max-width: 88px;
    max-height: 111px;
    margin-right: 20px;
}
.invoice-detail-table .media h2 {
    font-size: 1.468rem;
    line-height: 100%;
    color: #815c24;
    margin-bottom: 5px;
}
.invoice-price-detail-main {
    border-bottom: 2px solid #a7a6a6;
}
.invoice-price-detail {
    max-width: 370px;
    margin-left: auto;
    font-size: 1.38rem;
    text-align: right;
}
.invoice-price-detail p {
    margin-bottom: 20px;
}
.invoice-price-detail .sub-total {
    border-bottom: 2px solid #815c24;
    padding-bottom: 20px;
    margin-bottom: 15px;
}
.invoice-price-detail .grand-total {
    font-family: 'itc_avant_garde_gothicbold';
    border-top: 3px solid #815c24;
    color: #805c24;
    padding-top: 10px;
    margin-bottom: 30px;
}
.select-customer-text {
    font-size: 18px;
    color: #856631;
}


/* 24-06-2021 */
div.dataTables_wrapper div.dataTables_length {
    margin-left: auto;
}
div.dataTables_wrapper div.dataTables_length label {
    color: #797979;
    font-weight: 400;
    font-size: 15px;
}
div.dataTables_wrapper div.dataTables_length select {
    width: 75px;
    display: inline-block;
    height: 38px;
    margin: 0 5px;
}
.products-searchbox {
    padding-top: 30px;
}
.contact-font {
    font-size: 1.125rem;
    color: #8b7b7b;
}
.contact_info li {
    font-size: 16px;
    color: #856631;
    margin-bottom: 15px;
}
.page-link:focus {
    box-shadow: none;
}

/* 5-7-2021 */
.register-form .form-group .text-color {
    font-size: 1.25rem;
}
.login-page.section {
    padding: 80px 0 110px;
}
.p-price {
    font-family: 'itc_avant_garde_gothicbold';
    color: #d69e2e;
    display: block;
    margin-bottom: 8px;
}
.single-product-box:hover .p-price {
    color: #fff;
}
.products-searchbox input {
    font-family: 'itc_avant_garde_gothic_ltXLt';
    font-weight: 700;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 5px;
}
.custom-control-label {
    cursor: pointer;
}
.our-mission-section {
    padding-top: 150px;
}
.font-size-18-rem {
    font-size: 1.8rem;
}
.font-size-15-rem {
    font-size: 1.5rem;
}
.font-semibold {
    font-weight: 600;
}
.we-manage-section {
    background: url(../images/bg-squares_06.png) no-repeat 0 0 / cover;
    margin-top: 8rem;
}
.we-manage-section .aboutUs-section-title {
    font-size: 35px;
    margin-bottom: 20px;
    line-height: 1;
}
.manage-your-section-aboutpage {
    background: url(../images/bg-squares_06.png) no-repeat 0 0 / cover;
    padding: 30px 0;
}
.regions-content .text-para {
    color: #2d3748;
    font-weight: 800;
}
.text-small {
    font-size: 14px;
}
.blog-head .btn-fill {
    min-width: 120px;
    padding: 11px 20px;
}
.blog-content {
    font-size: 18px;
}

.cart-page.section.page-cacke-bg {
    padding-top: 80px;
}
.cart-title {
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #e2e8f0;
    margin-bottom: 20px;
}
.my-account .form-group label {
    font-size: 1.125rem;
    color: #856631;
}
.text-18 {
    font-size: 18px;
}
.mt-65 {
    margin-top: 65px;
}
.thankyou-text {
    font-size: 22px;
    text-align: center;
    margin-top: 40px;
}
.logo img {
    max-width: 150px;
}
.top-header li.header-serach .search-close-icon {
    display: none;
}
