/*********************end-contact-form******************************/
/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License:none (public domain)*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1.4;
    font-family: 'Segoe UI', 'Roboto', sans-serif;
    background: #5a423b !important;
    font-size: 14px;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

/*------------------------------------------------- = Table of Css 1.General 2.Header 3.Slider 4.Icon Block 5.Products 6.Logo Carousel 7.Promo Box 8.Shop 9.Single Product 10.Cart 11.Checkout 12.About 13.Contact 14.Footer-------------------------------------------------*/

/********************************** General ********************************/
.brand-text {
    font-family: 'Dancing Script', cursive !important;
}

ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style: none;
}

a {
    color: #000000;
}

a:link {
    color: #5a423b;
}

a:hover {
    text-decoration: none;
    opacity: 0.9;
}

a:active {
    color: #be8c60;
}

a:visited {
    color: #5a423b;
}

.card .card-body h1,
.card .card-body h2,
.card .card-body h4,
.card .card-body h5,
.card .card-body h6 {
    font-weight: 800;
    font-family: inherit;
}

.card .card-body h1,
.card .card-body h2,
.card .card-body h4 {
    color: #5a423b;
}

.card .card-body h3,
.card .card-body h5 {
    color: #856447;
}

.card {
    border: none;
}

.card .card-body h1 {
    font-size: 40px;
}

.card .card-body h1:has(+*) {
    margin-bottom: 30px;
}

.card .card-body section>h1,
.card .card-body *+h1 {
    margin-top: 40px;
}

.card .card-body h2:has(+*) {
    margin-bottom: 25px;
}

.card .card-body h2 {
    font-size: 32px;
    margin: 35px 0px 35px 0px;
}

.card .card-body h2:has(+*) {
    margin-bottom: 25px;
}

.card .card-body section>h2,
.card .card-body *+h2 {
    margin-top: 35px;
}

.card .card-body h3 {
    font-size: 24px;
}

.card .card-body h3:has(+*) {
    margin-bottom: 20px;
}

.card .card-body section>h3,
.card .card-body *+h3 {
    margin-top: 35px;
}

.card .card-body h4 {
    font-size: 18px;
}

.card .card-body h4:has(+*) {
    margin-bottom: 15px;
}

.card .card-body section>h4,
.card .card-body *+h4 {
    margin-top: 25px;
}

.card .card-body h5 {
    font-size: 16px;
}

.card .card-body h5:has(+*) {
    margin-bottom: 10px;
}

.card .card-body section>h5,
.card .card-body *+h5 {
    margin-top: 25px;
}

.card .card-body h6 {
    color: #000;
    font-size: 14px;
}

.card .card-body h6:has(+*) {
    margin-bottom: 10px;
}

.card .card-body section>h6,
.card .card-body *+h6 {
    margin-top: 20px;
}

.card .card-body p:has(+p) {
    margin-top: 14px;
}

.card .btn {
    padding: 14px 20px;
    color: #fff;
    background-color: #5a423b;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
}

.card .btn i {
    font-size: 18px;
}

.card .btn:hover {
    background-color: #606060;
}

.card .btn.btn-md {
    padding: 14px 20px;
}

.card .btn.btn-sm {
    padding: 6px 10px;
    font-size: 10px;
}

.card .btn.btn-sm i {
    font-size: 10px;
}

.card .btn.btn-success {
    background-color: #09a107;
}

.card .btn.btn-success:hover {
    background-color: #15ca12;
}

.card .btn.btn-danger {
    background-color: #a10707;
}

.card .btn.btn-danger:hover {
    background-color: #bb1616;
}

.card .btn.btn-warning {
    background-color: #b7ac0c;
}

.card .btn.btn-warning:hover {
    background-color: #dfd21a;
}

.card .btn.btn-info {
    background-color: #0c92b7;
}

.card .btn.btn-info:hover {
    background-color: #18aed7;
}
.btn.calculate-shipping {
    text-align: center;
    display: block;
    background: #382925;
    color: #fff;
    padding: 10px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    padding: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

a.calculate-shipping i {
    font-size: 14px;
    padding: 0 2px;
}

a.calculate-shipping:hover {
    background: #5a423b;
    color: #fff;
}


.form-label {
    font-weight: bold;
}

.input-group-text,
.form-control,
.form-select {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
    border: solid 1px #b1a69c;
    padding: 10px;
}

.card .product-form input.form-control::file-selector-button {
    display: none;
}

.card .product-form .btn {
    background-color: #6f4438;
    border-radius: 0px;
}

.card .product-form .btn:hover {
    background-color: #8d6969;
}

.card .product-form .product-preview {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
}

.card .product-form .product-title {
    background: linear-gradient(180deg, #382925 0%, #433835 38%, #39241ebf 64%, #00000000 100%);
    padding: 1.5rem;
    padding-bottom: 5rem;
}

.card .product-form .input-view,
.card .product-form input:disabled,
.card .product-form textarea:disabled,
.card .product-form input:disabled~.input-group-text,
.card .product-form .input-group-text:has(~input:disabled) {
    font-size: 1rem;
    display: block;
    padding: 0;
    margin-bottom: 0;
    line-height: 1.5;
    color: var(--bs-body-color);
    background-color: transparent;
    border: solid transparent;
    border-width: var(--bs-border-width) 0;
}

.card .product-form textarea::-webkit-scrollbar {
    width: 1px;
}

.card .product-form textarea:disabled::-webkit-scrollbar {
    width: 0px;
}

.card .product-form textarea::-webkit-scrollbar-track {
    background-color: #b1a69c;
}

.card .product-form textarea::-webkit-scrollbar-thumb {
    background-color: #6f4438;
    outline: 1px solid #6f4438;
    border-radius: 3px;
}

.card .product-form input:disabled+.input-view,
.card .product-form .input-group-text:has(+input:disabled) {
    margin-right: 10px;
}

.card .product-form input:disabled+.input-view {
    display: block;
}

.card .product-form input+.input-view {
    display: none;
}

.card .product-form input:disabled:has(+.input-view) {
    display: none;
}

.card .product-form input:disabled+.form-text,
.card .product-form textarea:disabled+.form-text {
    display: none;
}

.card .product-form .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating):has(+.datepicker) {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.card .product-form .textarea {
    display: block;
    width: 100%;
    overflow: hidden;
    resize: both;
    min-height: 40px;
    line-height: 20px;
}

.card .product-form .textarea[contenteditable]:empty::before {
    content: "Placeholder still possible";
    color: gray;
}

.row.articles .card,
.members-social {
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #000;
    text-decoration: none;
}

.fs-7 {
    font-size: .6rem !important;
}

.row.articles .card:hover {
    -webkit-box-shadow: 7px 7px 45px 7px rgba(0, 0, 0, 0.31);
    -moz-box-shadow: 7px 7px 45px 7px rgba(0, 0, 0, 0.31);
    box-shadow: 7px 7px 45px 7px rgba(0, 0, 0, 0.31);
    transform: translate3d(-5px, -5px, -5px);
}

.row.articles .card {
    margin: 5px 5px 30px 5px;
}

.row.articles .card .form-control {
    border: none !important;
}

.row.articles .card .card-text {
    color: #be8c60;
}

.nopadding {
    padding-left: 0 !important;
    margin-left: 0 !important;
}

hr {
    width: 100%;
    float: left;
    clear: both;
    background: #eaeaea;
    height: 1px;
}

.single-post .date-post {
    margin-top: -55px;
    text-align: left;
}

.comment-section {
    margin-bottom: 20px;
    overflow: hidden;
}

.comment-section h1 {
    font-size: 24px;
    text-transform: inherit;
    margin-bottom: 15px;
}

.comment-box {
    overflow: hidden;
    margin-bottom: 30px;
}

.comment-box img {
    float: left;
    max-width: 80px;
}

ul.depth {
    margin-left: 100px;
}

ul.depth li {
    position: relative;
}

ul.depth li:before {
    position: absolute;
    content: '';
    width: 40px;
    height: 40px;
    top: 0;
    left: -60px;
    border-left: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}

.comment-content {
    padding-left: 100px;
}

.comment-content h6 {
    color: #3c3c3c;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    line-height: 22px;
    border-bottom: 1px solid #e5e5e5;
    display: inline-block;
    margin: -4px 0 7px;
    padding-bottom: 4px;
}

.comment-content h6 span {
    color: #d1d1d1;
    font-style: normal;
}

.comment-content p {
    color: #a3a3a3;
    line-height: 26px;
}

.text-fields {
    float: left;
    width: 50%;
    padding-right: 10px;
}

.submit-area {
    float: right;
    width: 50%;
}

.comment-form {
    overflow: hidden;
    margin-bottom: 40px;
}

.comment-form h1 {
    font-size: 24px;
    text-transform: inherit;
    margin-bottom: 16px;
}

.float-input {
    position: relative;
    padding-left: 58px;
}

.float-input span {
    position: absolute;
    width: 58px;
    height: 58px;
    border: 1px solid #eaeaea;
    top: 0px;
    left: 0px;
    z-index: 2;
    text-align: center;
}

.float-input span i {
    line-height: 32px;
    font-size: 12px;
    color: #5a423b;
    display: inline-block;
    width: 32px;
    height: 32px;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px solid #5a423b;
    margin-top: 13px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

#contact-form input[type="text"],
#contact-form textarea {
    color: #848484;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    border: 1px solid #eaeaea;
    border-left: none;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    outline: none;
    width: 100%;
    padding: 10px;
    display: block;
    margin-bottom: 10px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

#contact-form input[type="text"]:focus+span i,
.comment-form input[type="text"]:focus+span i {
    color: #fff;
    background: #5a423b;
}

#contact-form textarea,
.comment-form textarea {
    height: 126px;
    border: 1px solid #eaeaea;
}

#contact-form input[type="submit"],
.comment-form input[type="submit"] {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    padding: 19px;
    background: #5a423b;
    text-transform: uppercase;
    border: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

#contact-form input[type="submit"]:hover,
.comment-form input[type="submit"]:hover {
    opacity: 0.8;
}

#contact-form .message,
.comment-form .message {
    height: 20px;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    float: none;
    margin-top: 5px;
}

#contact-form .message.error,
.comment-form .message.error {
    color: #eb2c06;
}

#contact-form .message.success,
.comment-form .message.success {
    color: #1e9397;
}

/*-------------------------------------------------*/
/* = Contact/*-------------------------------------------------*/
.page-banner.contact-banner {
    background: url('../upload/banner3.jpg');
}

.map {
    height: 440px;
    margin-bottom: 40px;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    border-radius: 5px;
    /* IE 6-9 */
}

.contact-all {
    background: #fff;
    margin: 0 !important;
    padding: 20px;
    border-radius: 5px;
}

#contact-form h1,
.contact-info h1 {
    font-family: open sans;
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
    background: red;
    padding: 20px;
    margin: 15px 0 30px 0;
    text-align: center;
}

.contact-box h1 {
    text-transform: inherit;
}

#contact-form {
    margin-bottom: 30px;
    overflow: hidden;
}

.contact-info {
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 15px;
}

.contact-info p {
    font-size: 15px;
    color: #919191;
    line-height: 22px;
    margin-bottom: 15px;
}

.contact-info-list li {
    display: inline-block;
}

.contact-info-list li {
    display: inline-block;
    font-size: 14px;
    color: #919191;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    margin-right: 20px;
    line-height: 22px;
}

.contact-info-list li i {
    font-size: 17px;
    color: #54babb;
    margin-right: 10px;
}

.contact-info-list li a {
    color: #919191;
}

/*******************right-cal***************/
.celendar-info {
    background: #fff;
    border-radius: 5px;
    padding-top: 3px;
}

.right-cal h4 {
    font-size: 13px;
    font-family: open sans;
    font-weight: bold;
    color: #e7e5de;
    text-transform: uppercase;
    background: #5a423b;
    margin: 20px;
    text-align: center;
    padding: 15px 30px;
    border-radius: 5px;
}

.right-cal ul {
    margin-left: 20px;
}

.right-cal li {
    margin: 10px 30px 10px 10px;
}

.right-cal a {
    font-family: open sans;
    font-weight: bold;
    font-size: 13px;
    color: #554a4c;
    text-transform: uppercase;
    margin-left: 8px;
    text-decoration: none;
}

.right-cal span {
    float: right;
    margin-right: 20px;
}

.colored {
    background: #f1f0eb;
    padding: 7px 0;
}

.right-inf h4 {
    font-size: 13px;
    font-family: open sans;
    font-weight: bold;
    color: #e7e5de;
    text-transform: uppercase;
    background: #5a423b;
    margin: 20px;
    text-align: center;
    padding: 15px 30px;
    border-radius: 5px;
}

.right-inf ul {
    margin-left: 40px;
    margin-bottom: 25px;
}

.right-inf li {
    margin-bottom: 5px;
}

.right-inf p {
    font-family: open sans;
    font-weight: bold;
    font-size: 12px;
    color: #554a4c;
    text-transform: capitalize;
}

.right-inf a {
    font-family: open sans;
    font-weight: bold;
    font-size: 12px;
    color: #554a4c;
    text-transform: capitalize;
    text-decoration: none;
}

/********************************** Header ********************************/
.container.header {
    background: #fff;
    width: 100%;
}

.header {
    width: 100%;
    background: #fff;
    position: relative;
}

.top-strip {
    background: #7f574c;
    width: 100%;
    padding: 10px;
}

.user p {
    font-size: 11px;
    font-weight: bold;
    text-transform: capitalize;
    color: #ebebeb;
    float: left;
    padding: 0;
    margin: 0;
    line-height: 20px;
}

.strip-menu ul {
    float: right;
    margin: 0;
    padding: 0;
}

.strip-menu li {
    display: inline-block;
    margin-left: 10px;
}

.strip-menu a {
    padding: 6px 10px;
    font-size: 11px;
    font-weight: bold;
    text-transform: capitalize;
    color: #ebebeb;
    text-decoration: none;
}

.strip-menu a:hover {
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

/*-- brand --*/
.logo-brand,
.logo-brand-light,
.logo-brand-dark {
    font-family: 'Dancing Script', cursive;
    font-weight: 700;
    text-transform: capitalize !important;
}

.logo-brand-light {
    color: #926b4c !important;
}

.logo-brand-dark {
    color: #6d534c !important;
}

.logo-brand-lg {
    font-size: 35px !important;
}

.logo-brand-md {
    font-size: 18px !important;
}

.logo-brand-sm {
    font-size: 13px !important;
}

/*-- Logo --*/
.navbar>.container .navbar-brand,
.navbar>.container-fluid .navbar-brand {
    padding: 0;
    margin-left: 0;
}

/*-- Navigation --*/
.navbar-collapse {
    flex-grow: unset;
}

.full {
    background: #fff;
    width: 100%;
    padding: 30px 0px 0px 0px;
}

.navbar-default {
    border: none !important;
    background: #fff !important;
    padding: 26px 0px 16px 0 !important;
    margin-top: 1px !important;
}

.navbar-default a {
    color: #3c2f33 !important;
    font-weight: bold !important;
    font-size: 13px !important;
    text-transform: uppercase !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
}

.navbar-default a:hover {
    color: #000 !important;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #fff !important;
    background: #6d534c !important;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #fff !important;
    background: #7f574c !important;
}

.navbar-nav>li>a {
    padding: 10px 13px;
}

.navbar-nav>li {
    margin-right: 5px;
}

.dropdown-menu {
    padding: 0px;
    border-radius: 5px;
}

.dropdown-menu>li>a {
    padding: 20px 25px;
    border-radius: 0px !important;
}

.dropdown-menu>li:first-child>a {
    padding-top: 25px;
    border-radius: 4px 4px 0px 0px !important;
}

.dropdown-menu>li:last-child>a {
    padding-bottom: 25px;
    border-radius: 0px 0px 4px 4px !important;
}

.dropdown-menu>li>a:hover {
    color: #fff !important;
    background: #7f574c !important;
}


.dropdown:hover .dropdown-menu {
    display: block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

/********************************** Slider ********************************/
.carousel.carousel-banner {
    margin-top: 0px;
    margin-bottom: 0px;
}

.carousel.carousel-banner .carousel-item .carousel-caption {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    color: #fff;
    text-align: center;
    background-color: #371c14b5;
}

.carousel.carousel-banner .carousel-item .carousel-caption .caption-center {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}

.carousel.carousel-banner .carousel-item .carousel-caption a {
    color: #fff;
    background: #be8c60;
    font-size: 13px;
    font-family: Open sans;
    font-weight: bold;
    padding: 15px 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    letter-spacing: 1px;
    line-height: 130px;
}

.carousel.carousel-banner .carousel-item .carousel-caption a:hover {
    background: #f6ede5;
    color: #725337;
    text-decoration: none;
}

.carousel.carousel-banner .carousel-item .carousel-caption h2 {
    margin-top: 0;
    font-size: 50px;
    font-family: 'Dancing Script', cursive;
    font-weight: normal;
    color: #ebebeb;
    text-align: center;
}

.caption-top {
    position: relative;
    /*absolute*/
    top: 0;
    /*<= added*/
    opacity: 1;
    transition: .4s;
}

.caption-top.hidden {
    top: -90vh;
    /*0*/
    opacity: 0;
    transition: .4s;
}

.caption-bottom {
    position: relative;
    bottom: 4vh;
    opacity: 1;
    transition: .4s;
}

.caption-bottom.hidden {
    bottom: -90vh;
    opacity: 0;
    transition: .4s;
}

.main-flexslider {
    float: left;
    position: relative;
    width: 100%;
    height: auto;
}

.main-flexslider img {
    width: 100%;
    height: auto;
}

.main-flexslider .slides .slides {
    background-size: cover;
    background-repeat: no-repeat;
}

.main-flexslider .slides .slides .container {
    position: absolute;
    top: 0px;
}

.main-flexslider .slides .slides .slide-caption {
    width: 100%;
    top: 30%;
    position: absolute;
    z-index: 100;
}



.main-flexslider .slides .slides .slide-caption p {
    font-size: 15px;
    font-weight: 300;
    color: #000;
}

.main-flexslider .slides .slides .slide-caption .slide-item-features {
    float: left;
    padding-left: 0;
    margin: 15px 0;
    border-bottom: 1px solid #DBDBDB;
    padding-bottom: 30px;
}

.main-flexslider .slides .slides .slide-caption .slide-item-features li {
    float: left;
    background-color: #fff;
    border: 1px solid #B1B1B1;
    font-size: 13px;
    font-weight: 300;
    color: #000;
    margin-right: 5px;
    padding: 3px 5px;
    padding-right: 10px;
    text-transform: capitalize;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.main-flexslider .slides .slides .slide-caption .slide-item-features li span {
    color: #B1B1B1;
    font-size: 18px;
    padding: 5px;
    padding-right: 10;
}

.main-flexslider .slides .slides .slide-caption .slider-buttons-wrapper {
    margin: 25px 0;
    float: left;
}

.main-flexslider .slides .slides .slide-caption:before {
    position: absolute;
    z-index: -1;
}

.slide-item-features {
    float: left;
    padding-left: 0;
    margin: 15px 0;
    border-bottom: 1px solid #DBDBDB;
    padding-bottom: 30px;
}

.slide-item-features li {
    float: left;
    background-color: #fff;
    border: 1px solid #B1B1B1;
    font-size: 13px;
    font-weight: 300;
    color: #000;
    margin-right: 5px;
    padding: 3px 5px;
    padding-right: 10px;
    text-transform: capitalize;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.slide-item-features li span {
    color: #B1B1B1;
    font-size: 18px;
    padding: 5px;
    padding-right: 10;
}

.flex-direction-nav a {
    background-color: #0095e6;
    color: #fefefe;
    text-align: center;
    width: 61px;
    height: 61px;
    line-height: 62px;
    z-index: 0;
}

.flex-direction-nav a:before {
    font-family: "FontAwesome";
    font-size: 24px;
    display: inline-block;
    content: '\f190';
}

.flex-direction-nav a.flex-next:before {
    content: '\f18e';
}

.main-flexslider .flex-direction-nav .flex-prev {
    top: 363px !important;
    left: inherit !important;
}

.main-flexslider .flex-direction-nav .flex-next {
    right: 0 !important;
    top: 363px !important;
}

.flex-direction-nav {
    display: none;
}

/********************************** Icon Blocks ********************************/
.icon-blocks {
    background: #fff;
    float: left;
    width: 100%;
    height: auto;
    border-radius: 5px;
    margin: 30px 0;
}

.icon-blocks .col-md-4 {
    padding: 30px;
}

.icon-blocks p {
    color: #382925;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
}

.icon-blocks i {
    font-size: 30px;
    color: #5a423b;
    display: block;
    margin-bottom: 20px;
}

.section-title {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 10px;
}

.section-title h1 {
    font-size: 30px;
    /* text-transform: uppercase; */
    color: #e7e5de;
    font-weight: bold;
    font-family: 'Dancing Script';
}

.section-title .btn {
    background-color: #916b60;
    color: #fff;
    border: 1px solid #755349;
}

.search {
    padding: 0px 0 35px 0;
}

.search .form-control {
    padding: 0.675rem 0.675rem 0.675rem 2.375rem
}

.search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    line-height: 3rem;
    text-align: center;
    pointer-events: none;
    color: #5a423b;
    font-size: 1.2rem;
}

/********************************** Products ********************************/
.articles {
    background: #5a423b;
}

.articles img,
.members img {
    width: 100%;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.articles .text,
.members .text {
    float: left;
    background: #fff;
    width: 100%;
    margin-bottom: 30px;
    margin-top: -2px;
    text-align: center;
    padding: 30px 0 17px 0;
    text-transform: uppercase;
    font-weight: bold;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.articles p {
    color: #382925;
    font-size: 21px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    background: #fff;
    padding: 10px 0;
    margin: 0 !important;
}

.articles .card h4,
.articles .card h5 {
    font-size: 16px;
    font-weight: bold !important;
    margin: 10px 0px 10px 0px;
    padding: 5px 0px 5px 0px;
}

.articles h4:hover {
    color: #89573b;
}

.articles p {
    font-size: 13px;
}

.articles .btn {
    display: flex;
    align-items: center;
    color: #fff;
    background-color: #372013;
}

.articles .btn:hover {
    background-color: #63402d;
}

.articles .btn i {
    padding: 0px;
    margin: 0px;
    font-size: 20px;
}

.articles .add-product .card {
    height: calc(100% - 35px);
    background-color: #372013;
}

.articles .add-product .card .card-body {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}

.members .text {
    float: left;
    background: #fff;
    width: 100%;
    margin-bottom: 30px;
    margin-top: -2px;
    text-align: left;
    text-transform: uppercase;
    font-weight: bold;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 25px;
    position: relative;
}

.members-socials {
    position: absolute;
    background: rgba(56, 41, 37, 0.2);
    width: 100%;
    height: 66px;
    top: -66px;
    left: 0;
}

.members-socials:hover {
    background: rgba(56, 41, 37, 0.8);
}

.members-socials ul {
    text-align: center;
}

.members-socials ul li {
    display: inline-block;
    line-height: 66px;
    margin: 0 3px;
}

.members p {
    color: #382925;
    font-size: 21px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    background: #fff;
    padding: 10px 0;
}

.members span {
    font-size: 13px;
    font-weight: bold
}

.members-socials i {
    color: #fff;
    width: 32px;
    height: 32px;
    border-radius: 100px;
    background: #281d1a;
    line-height: 32px;
    font-size: 16px;
    opacity: 0.8;
}

i:hover {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -webkit-animation-delay: 10s;
    /* Safari and Chrome */
    animation-delay: 10s;
}

.members-socials i:hover {
    background: #998d8a;
    color: #fff;
    opacity: 1;
}

.members img {
    width: 100%;
}

/********************************** Logo Carousel ********************************/
.clients-section {
    background: #5a423b;
}

.partners {
    padding: 50px;
    background: url('../upload/banner1.jpg');
    overflow: hidden;
}

.carousel {
    position: relative;
    margin-top: 50px;
    margin-bottom: 60px;
}

.partners .carousel-control {
    border: 1px solid #fff;
    background: transparent;
}

.carousel-control.right,
.carousel-control.left {
    background: none !important;
}

.carousel-control.left:after {
    font-family: "FontAwesome";
    font-size: 24px;
    /* display:inline-block; */
    content: '\f190';
    float: left;
    margin-top: 46px;
}

.carousel-control.right:after {
    font-family: "FontAwesome";
    font-size: 24px;
    /* display:inline-block; */
    content: '\f18e';
    float: right;
    margin-top: 46px;
}

.partners .carousel-control.left:before {
    top: -2px;
    left: 8px;
}

.partners .carousel-control.right:before {
    top: -2px;
    left: 9px;
}

.partner-list {
    overflow: hidden;
    padding-top: 10px;
}

.partner-list li {
    float: left;
    width: 16.8%;
    margin-left: 4%;
}

.partner-list li:first-child {
    margin-left: 0;
}

/********************************** Promo Box ********************************/
.prize {
    background: url(../images/promo-bg.jpg) no-repeat center;
    width: 100% !important;
    margin-top: 20px;
}

.prize h1 {
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    color: #e7e5de;
    padding: 84px 0;
    font-weight: bold;
}

.container-full {
    background: #382925;
}

.above-footer {
    width: 100%;
    background: #382925;
}

.info {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #382925;
}

.addres h1 {
    color: #be8c60;
    font-size: 20px;
    margin-bottom: 25px;
}

.addres h6 {
    margin-bottom: 25px;
    font-size: 12px;
    font-weight: normal;
    color: #be8c60;
}

.addres p {
    font-size: 12px;
    text-transform: capitalize;
    color: #e7e5de;
}

.account h4 {
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    color: #e7e5de;
    margin-bottom: 25px;
}

.account ul li {
    line-height: 20px;
}

.account a {
    font-weight: normal;
    font-size: 12px;
    text-transform: capitalize;
    color: #e7e5de;
    text-decoration: none;
}

.account a:hover {
    opacity: 0.5;
}

.assistance ul {
    margin-top: 30px;
}

.assistance ul li {
    margin-bottom: 15px;
}

.assistance a {
    font-size: 12px;
    text-transform: capitalize;
    color: #e7e5de;
    text-decoration: none;
}

.assistance a:hover {
    opacity: 0.5;
}

.about h4 {
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    color: #e7e5de;
    margin-bottom: 15px;
}

.about p {
    font-weight: normal;
    font-size: 12px;
    color: #e7e5de;
}

.page-title {
    width: 100%;
    background: #382925;
}

.navbar-page {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.navbar-page h4 {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ebebeb;
    margin-top: 45px;
}

.navbar-page .navbar-toggler {
    color: white;
    padding: 10px 18px;
}

.navbar-page .navbar-collapse > ul > li > a {
    color: #fff;
}

.content {
    margin-top: 30px;
}

.latest h4 {
    background: #fff;
    font-weight: bold !important;
    font-size: 11px !important;
    text-transform: uppercase;
    color: #382925;
    padding: 10px 15px;
    border-radius: 3px;
}

.article {
    margin-bottom: 30px;
    background: #5a423b;
}

.article img {
    width: 100%;
}

.article p {
    color: #382925;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    background: #fff;
    padding: 10px 0;
}

.personalized {
    background: #fff;
    padding: 30px 0;
}

.personalized h4 {
    text-align: center;
    padding: 15px 0;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    color: #3c2f33;
}

.personalized p {
    color: #554a4c;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
}

/********************************** Contact ********************************/
.page-banner.contact-banner {
    background: url('../upload/banner3.jpg');
}

.map {
    height: 440px;
    margin-bottom: 40px;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    /* IE 6-9 */
}

#contact-form h1,
.contact-info h1 {
    font-size: 13x;
    font-weight: bold;
    color: #e7e5de;
    text-transform: uppercase;
    margin-bottom: 16px;
    background: #5a423b;
    border-radius: 5px;
}

.contact-box h1 {
    text-transform: inherit;
}

#contact-form {
    margin-bottom: 30px;
    overflow: hidden;
}

.contact-info {
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 15px;
}

.contact-info p {
    font-size: 15px;
    color: #919191;
    line-height: 22px;
    margin-bottom: 15px;
}

.contact-info-list li {
    display: inline-block;
}

.contact-info-list li {
    display: inline-block;
    font-size: 14px;
    color: #919191;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    margin-right: 20px;
    line-height: 22px;
}

.contact-info-list li i {
    font-size: 17px;
    color: #54babb;
    margin-right: 10px;
}

.contact-info-list li a {
    color: #919191;
}

/*********************************price-filter******************************************/
.noUi-target * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -ms-touch-action: none;
    touch-action: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
}

.noUi-base {
    width: 100%;
    height: 6px;
    position: relative;
    max-width: 100%;
    max-height: 100%;
    z-index: 1;
    border: 1px solid #dbdbdb;
    margin-bottom: 15px;
}

.noUi-handle {
    background: #EEE;
    height: 18px;
    width: 18px;
    border-radius: 5%;
    -webkit-border-radius: 5%;
    -moz-border-radius: 5%;
    -o-border-radius: 5%;
    margin: -6px 0 0 -6px;
    border: 1px solid #382925;
    background: #382925;
}

.noUi-connect {
    background: Teal;
    background: #394f61 url('../images/price-range.png') center center no-repeat;
}

.noUi-background {
    background: #f5f5f5;
}

.noUi-origin {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    border-radius: inherit;
    background: #382925;
}

.noUi-origin-upper {
    background: inherit !important;
}

.noUi-z-index {
    z-index: 10;
}

.noUi-vertical {
    width: 40px;
    height: 100%;
}

.noUi-vertical .noUi-origin {
    bottom: 0;
    left: 0;
}

.noUi-vertical .noUi-handle {
    margin: -23px 0 0 -3px;
}

.noUi-target[disabled] .noUi-base {
    background: #999;
}

.noUi-target[disabled] .noUi-connect {
    background: #BBB;
}

.noUi-state-tap .noUi-origin {
    -webkit-transition: left 0.3s, top 0.3s;
    transition: left 0.3s, top 0.3s;
}

/*-------------------------------------------------*/
/* = shop page/*-------------------------------------------------*/
.top-bar {
    padding: 9px;
    border: 1px solid #dbdbdb;
    height: 50px;
    margin-bottom: 30px;
}

.top-bar .left-block {
    float: left;
}

.top-bar .right-block {
    float: right;
}

.select-filter label {
    display: inline-block;
    margin: 0 9px 0 6px;
    color: #535353;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

.select-filter .select-box {
    display: inline-block;
    margin-right: 10px;
}

.select-filter select {
    height: 30px;
    width: 100px;
    border: 1px solid #dbdbdb;
    outline: none;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
}

.top-bar .right-block span {
    color: #535353;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    margin-right: 9px;
}

.top-bar .right-block a {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #54babb;
}

.top-bar .right-block i {
    font-size: 15px;
    color: #fff;
    line-height: 30px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.top-bar .right-block a:hover i {
    opacity: 0.7;
}

.product-post {
    margin-bottom: 50px;
}

.product-post img {
    width: 100%;
    margin-bottom: 15px;
    border-top-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-top-left-radius: 4px;
    -o-border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-top-right-radius: 4px;
    -o-border-top-right-radius: 4px;
}

.product-post h2 {
    color: #000;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    margin: 0 0 15px;
}

ul.product-list {
    overflow: hidden;
    border: 1px solid #dbdbdb;
}

ul.product-list li {
    float: left;
    border-left: 1px solid #dbdbdb;
}

ul.product-list li:first-child {
    border-left: none;
}

ul.product-list li a {
    display: inline-block;
    padding: 11px;
    color: #000;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    text-decoration: none !important;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

ul.product-list li a:hover {
    opacity: 0.6;
}

ul.product-list li a i {
    font-size: 18px;
    color: #54babb;
}

ul.product-list li.details a {
    background: #f2f2f2;
}

ul.product-list li.price {
    padding: 11px 13px;
    background: #54babb;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    color: #fff;
}

.sidebar-widgets {
    padding: 20px;
    background: #fff;
    padding: 20px;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.shop-sidebar {
    border-radius: 3px;
}

.shop-widget {
    margin-top: 5px;
    margin-bottom: 30px;
}

.shop-widget h4 {
    color: #e7e5de;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    padding: 16px 21px;
    background: #5a423b;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}

.category-shop-list>li {
    /*border-top:1px solid #dedede;*/
}

.category-shop-list>li:first-child {
    margin-top: 10px;
}

.category-shop-list li a.accordion-link {
    display: inline-block;
    width: 100%;
    color: #554a4c;
    font-size: 12px;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    padding: 10px 5px;
    position: relative;
    text-decoration: none;
}

.category-shop-list li a.accordion-link:hover,
.category-shop-list li a.accordion-link.active {
    color: #554a4c;
    background: #fff;
    opacity: 0.6;
}

.category-shop-list li a.accordion-link:after {
    position: absolute;
    content: '+';
    color: #7b7b7b;
    font-size: 15px;
    font-family: arial;
    font-weight: 700;
    right: 9px;
    top: 5px;
}

.category-shop-list li a.accordion-link:hover:after,
.category-shop-list li a.accordion-link.active:after {
    color: #000;
}

.category-shop-list li a.accordion-link:hover,
.category-shop-list li a.accordion-link.active {
    color: #000;
    font-weight: bold;
}

.category-shop-list li a.accordion-link.active:after {
    content: '-';
    right: 13px;
}

.accordion-list-content {
    display: none;
}

.accordion-list-content li {
    margin: 5px 0;
    padding-left: 17px;
    position: relative;
    list-style: none;
}

.accordion-list-content li:before {
    position: absolute;
    content: '';
    width: px;
    height: px;
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -o-border-radius: 1px;
    background: #767676;
    top: 50%;
    left: 8px;
}

.accordion-list-content li a {
    display: inline-block;
    color: #767676;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
}

.accordion-list-content p {
    margin-bottom: 20px;
    line-height: 24px;
}

ul.popular-product li {
    padding-top: 15px;
    margin-bottom: 15px;
    border-top: 1px solid #dedede;
    overflow: hidden;
}

ul.popular-product li span {
    font-weight: bold !important;
}

ul.popular-product li:first-child {
    border-top: none;
}

ul.popular-product li img {
    float: left;
    width: 50px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

ul.popular-product li div {
    margin-left: 60px;
}

ul.popular-product li h6 {
    color: #000;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    margin-top: 4px;
    font-weight: bold;
    margin-bottom: 6px;
}

ul.popular-product li h6 a {
    color: #000;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

ul.popular-product li h6 a:hover {
    color: #000;
}

ul.popular-product li span {
    color: #382925;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
}

.price-range {
    padding: 18px 12px 12px;
    overflow: hidden;
}

#start-val,
#end-val {
    /* display:inline-block; */
    border: none;
    float: left;
    padding: 0;
    color: #000;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    max-width: 50px;
}

#end-val {
    float: right;
    text-align: right;
}

/********************************** Shop ********************************/
.home-shop {
    margin-top: 30px;
}

ul.pagination-list {
    margin-bottom: 35px;
}

ul.pagination-list li {
    display: inline-block;
}

ul.pagination-list li a {
    display: inline-block;
    border: 1px solid #d8d8d8;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    padding: 6px 13px;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #000;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

ul.pagination-list li a.active,
ul.pagination-list li a:hover {
    background: #7f574c;
    border: 1px solid #7f574c;
    color: #fff;
}

/********************************* Footer ******************************************/
.full-footer {
    width: 100%;
    background: #2d2220;
}

.full-footer h4 {
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    color: #e7e5de;
    margin-bottom: 25px;
}

.full-footer p {
    font-weight: normal;
    font-size: 12px;
    color: #e7e5de;
    margin-top: 8px;
    line-height: 24px;
}

.full-footer h6 {
    margin-top: 20px;
}

.bottom-strip {
    padding: 15px 0;
}

.social ul {
    float: right;
}

.social ul li {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    line-height: 30px;
}

.card .social ul li {
    margin-left: 20px;
    margin-right: 20px;
}

.social i {
    color: #51403d;
    font-size: 18px;
}

.social i:hover {
    color: #7f574c;
}

/* Caption and Light */
.caption {
    color: rgba(0, 0, 0, 0);
}

.caption:hover {
    color: rgb(255, 255, 255);
}

.caption>div {
    position: absolute;
    top: 43%;
    font-size: 30px;
}

/* Smooth Caption */
.smooth {
    opacity: 0.6;
}

.smooth:hover {
    opacity: 1;
    box-shadow: 0px 0px 10px #333333;
}

.go-left {
    background-color: rgba(0, 0, 0, 0.5);
    color: #FFFFFF;
    position: absolute;
    bottom: 0px;
    right: -600px;
    width: 360px;
    text-align: center;
    font-size: 20px;
    margin: 10px;
    padding: 10px;
    -webkit-transition: 0.5s Ease;
    -moz-transition: 0.5s Ease;
    -o-transition: 0.5s Ease;
    transition: 0.5s Ease;
}

.smooth:hover>.go-left {
    right: 0px;
}

.go-top {
    background-color: rgba(0, 0, 0, 0.5);
    color: #FFFFFF;
    position: absolute;
    bottom: 0px;
    top: 600px;
    width: 360px;
    text-align: center;
    font-size: 20px;
    margin: 10px;
    padding: 10px;
    -webkit-transition: 0.5s Ease;
    -moz-transition: 0.5s Ease;
    -o-transition: 0.5s Ease;
    transition: 0.5s Ease;
}

.smooth:hover>.go-top {
    top: 0px;
}

.go-top p {
    font-size: 12px;
}

/* Show Details */
.details-holder {
    float: left;
    position: relative;
    margin: 20px 5px 120px 5px;
}

.show-details img {
    opacity: 0.5;
}

.show-details:hover img {
    position: relative;
    opacity: 1;
    z-index: 99;
}

.img-info {
    position: absolute;
    z-index: 20;
    top: -10px;
    left: -10px;
    background-color: #888888;
    color: #FFFFFF;
    -webkit-transition: 0.5s Ease;
    -moz-transition: 0.5s Ease;
    -o-transition: 0.5s Ease;
    transition: 0.5s Ease;
    opacity: 0;
}

.show-details:hover .img-info {
    opacity: 1;
}

.details-holder h1 {
    font-size: 18px;
    text-transform: uppercase;
}

.details-holder p {
    font-size: 12px;
}

/**********************single page***********************************/
.textit {
    background: red;
    margin-bottom: 30px;
    margin-left: 0px;
}

.tabs {
    background: #fff;
    margin-bottom: 50px;
    padding: 20px;
    border-radius: 3px;
    margin-top: 30px;
    clear: both;
}

.recent-works {
    background: #5a423b;
}

.carousel-control .glyphicon {
    display: none;
}

.carousel-control {
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 25px;
    height: 25px;
    background: none;
    font-size: 17px;
    color: #ffffff;
    text-align: center;
    text-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    -o-text-shadow: none;
    opacity: 0.5;
    opacity: 1;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.carousel-control.left {
    left: 28px;
    left: auto;
}

.carousel-control.left:before {
    font-family: 'FontAwesome';
    position: absolute;
    font-size: 19px;
    color: #fff;
    top: -1px;
    left: 8px;
}

.carousel-control.right {
    right: 0;
}

.carousel-control.right:before {
    font-family: 'FontAwesome';
    position: absolute;
    font-size: 19px;
    color: #fff;
    top: -1px;
    left: 10px;
}

.carousel-control.left:hover {
    opacity: 1;
}

.carousel-control.right:hover {
    opacity: 1;
}

.work-post {
    overflow: hidden;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    margin-bottom: 30px;
}

.work-post-gal {
    position: relative;
}

.work-post-gal img {
    width: 100%;
}

.work-post-content {
    background: #fff;
    padding: 20px;
}

.work-post-content span {
    display: inline-block;
    color: #4984aa;
    font-style: italic;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
}

.hover-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background: rgba(0, 118, 249, 0.8);
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
}

.hover-box a {
    width: 50px;
    height: 50px;
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transform: scale(0.1);
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -o-transform: scale(0.1);
}

.work-post:hover .hover-box {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
}

.work-post:hover .hover-box a {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
}

.hover-box a:after {
    position: absolute;
    content: '';
    width: 50px;
    height: 50px;
    background: url('../images/zoom-after.png') center center no-repeat;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.hover-box a:hover:after {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    opacity: 0;
}

.hover-box a.zoom {
    right: 50%;
    margin-right: 5px;
    background: url('../images/zoom.png') center center no-repeat;
}

.hover-box a.page {
    left: 50%;
    margin-left: 5px;
    background: url('../images/page.png') center center no-repeat;
}

/****tabat*****/
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    background: #382925;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    border: none;
    color: #e7e5de;
}

.nav-tabs {
    border-bottom: none;
    margin-bottom: 10px;
}

.nav-tabs li a {
    background: #5a423b;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.nav-tabs>li>a {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #e7e5de;
}

.nav-tabs>li>a:hover {
    background: #222;
}

.tab-content p {
    font-size: 12px;
    font-weight: bold;
    color: #554a4c;
    line-height: 22px;
}

.work-post-content h5 {
    font-weight: bold;
    font-size: 13;
    text-transform: uppercase;
    color: #382925;
}

.work-post-content span {
    font-weight: bold;
    font-size: 21px;
    color: #382925;
}

/********************************** Single Product ********************************/
.checkout-bott {
    background: #fff;
    padding: 30px;
    padding-top: 0;
}

.checking-area {
    margin-top: 30px;
}

.method-right {
    background: #fff;
    border-radius: 3px;
    padding-bottom: 28px;
    padding: 30px;
    padding-top: 10px;
}

.checking h4 {
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
    color: #554a4c;
    margin-bottom: 20px;
    background: #fff;
    text-align: left;
    padding-left: 0px;
}

.checking label {
    font-weight: bold;
    font-size: 12px;
    color: #554a4c;
}

.checking p {
    font-weight: bold;
    font-size: 12px;
    color: #554a4c;
    margin: 30px 0;
    line-height: 20px;
}

.checking a {
    background: #382925;
    padding: 10px 20px;
    border-radius: 3px;
    font-size: 13px;
    font-weight: bold;
    color: #e7e5de;
    text-transform: uppercase;
    text-decoration: none;
    margin-bottom: 25px;
    display: inline-block;
}

.checking a:hover {
    opacity: 0.8;
}

.radio,
.checkbox {
    display: block;
    min-height: 20px;
    padding-left: 20px;
    border: 1px solid #eaeaea;
    padding: 20px;
    margin-bottom: 10px;
    margin-left: 0px;
    padding-left: 45px;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    float: left;
    margin-left: -26px;
}

.ui-radio:nth-child(1) .ui-icon-radio-on.ui-icon {
    background-color: green;
}

.ui-radio:nth-child(2) .ui-icon-radio-on.ui-icon {
    background-color: grey;
}

.ui-radio:nth-child(3) .ui-icon-radio-on.ui-icon {
    background-color: red;
}

.check-name h4 {
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
    color: #554a4c !important;
    margin-bottom: 20px;
    text-align: left;
    padding-left: 0;
}

.check-name a {
    font-size: 12px;
    font-weight: normal;
    color: #382925;
    text-transform: capitalize;
    text-decoration: underline;
    display: inline-block;
    margin-bottom: 20px;
    margin-right: 17px;
}

.check-name span {
    background: #382925;
    padding: 10px 20px;
    border-radius: 3px;
    font-size: 13px;
    font-weight: bold;
    color: #e7e5de;
    text-transform: uppercase;
    text-decoration: none;
    margin-bottom: 25px;
    display: inline-block;
}

.check-name span:hover {
    opacity: 0.8;
}

.radio label,
.checkbox label {
    font-size: 12px;
    font-weight: normal;
    color: #554a4c;
    text-transform: capitalize;
}

.inl h4 {
    padding: 10px 15px;
    background: red;
}

.inl li {
    display: inline-block;
    width: 19.6%;
    border: 1px solid pink;
}

.inl a {
    margin-left: 16px;
    text-decoration: none;
    float: right;
    list-style: none;
}

.img-price li {
    margin-bottom: 25px;
}

.img-price img {
    float: left;
    margin-right: 28px;
}

.img-price ul li a {
    line-height: 51px;
    font-weight: bold;
    font-size: 13px;
    color: #554a4c;
    text-transform: uppercase;
    text-decoration: none;
}

.img-price span {
    margin-left: 28px;
}

.total ul {
    margin-top: 15px;
    margin-left: 20px;
}

.total li {
    margin-bottom: 30px;
}

.total a {
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
    color: #554a4c;
}

.total span {
    font-size: 21px;
    font-weight: bold;
    color: #5a423b;
    margin-left: 15px;
}

.total h6 {
    background: #382925;
    font-size: 13px;
    font-weight: normal;
    text-transform: uppercase;
    color: #e7e5de;
    text-align: center;
    padding: 15px 15px;
    margin-bottom: 30px;
    border-radius: 3px;
}

.total h6 a {
    text-decoration: none;
    color: #e7e5de;
}

.total h6:hover {
    opacity: 0.8;
    cursor: pointer;
}

.bs-example {
    padding: 34px 20px 20px 20px;
    background: #fff;
}

.panel-title>a {
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    display: block;
    padding: 25px;
}

.panel-title a:hover {
    background: #382925;
    color: #fff;
    text-decoration: none;
}

.panel-default>.panel-heading {
    background: #5a423b;
    padding: 0 !important;
}

.collapse.in {
    display: block;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: center;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    border-top: none;
}

.panel-body {
    padding: 30px;
}

.pb2 {
    padding: 30px;
    padding-right: 20px;
    padding-left: 20px;
}

/********************************** Cart ********************************/
.cart-section {
    background: #fff;
    padding-bottom: 10px;
    padding: 30px;
    width: 100%;
}

table.sales-table,
table.order-table,
table.cart-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #5a423b;
    height: auto;
    border-radius: 5px;
}

table.sales-table tr:first-child td:first-child,
table.order-table tr:first-child td:first-child,
table.cart-table tr:first-child td:first-child {
    border-top-left-radius: 5px;
}

table.sales-table tr:first-child td:last-child,
table.order-table tr:first-child td:last-child,
table.cart-table tr:first-child td:last-child {
    border-top-right-radius: 5px;
}

table.sales-table tr:last-child td:first-child,
table.order-table tr:last-child td:first-child,
table.cart-table tr:last-child td:first-child {
    border-bottom-left-radius: 5px;
}

table.sales-table tr:last-child td:last-child,
table.order-table tr:last-child td:last-child,
table.cart-table tr:last-child td:last-child {
    border-bottom-right-radius: 5px;
}

table.cart-table tr {}

table.sales-table tr>th,
table.cart-table tr>th {
    border: none;
    background-color: #f6f6f6;
    text-align: left;
    padding: 18px 20px;
    color: #fff;
    vertical-align: top;
    font-size: 11px;
    font-weight: 600;
    background: #5a423b;
    text-transform: uppercase;
}

table.sales-table tr>td,
table.cart-table tr>td {
    padding: 18px;
    border-bottom: 1px solid #eee;
    border-top: none;
    border-right: none;
    vertical-align: middle;
    font-size: 13px;
    font-weight: bold;
    color: #2a2523;
}

table.order-table tr>th {
    padding: 14px;
    border: none;
    background-color: #f6f6f6;
    text-align: left;
    color: #fff;
    vertical-align: top;
    font-size: 11px;
    font-weight: 600;
    background: #5a423b;
}

table.order-table tr>td {
    padding: 14px;
    border-bottom: #eee 1px solid;
    border-top: none;
    border-right: none;
    vertical-align: middle;
    font-size: 13px;
    font-weight: bold;
    color: #2a2523;
}

table.cart-table tr>td:first-of-type {
    padding: 0px;
}

table.cart-table tr>td.product-image {
    width: 100px;
}

table.cart-table tr>td img {
    max-width: 100px;
}

table.order-table .product-title,
table.cart-table .product-title {
    display: flex;
    flex-direction: column;
}

table.cart-table .product-title a.product-name {
    font-weight: bold;
    font-size: 14px;
    color: #554a4c;
}

table.cart-table .product-title a.product-notice {
    font-weight: bold;
    font-size: 10px;
    color: #554a4c;
}

table.cart-table .product-title a:hover {
    color: #808080;
}

table.cart-table.bottom {
    margin-top: -1px;
}

table.cart-table.bottom .cart-btns {
    float: right;
}

table.cart-table.bottom .cart-btns a {
    margin-left: 10px;
}

table.cart-table.bottom th {
    padding: 15px;
}

table .cart-total {
    color: #666;
    font-weight: 600;
}

table a.cart-remove {
    color: #724646;
}

table a.cart-remove>i {
    font-size: 16px;
}

.cart-button i {
    margin-right: 5px;
}

.cart h4 {
    background: #7f574c;
    text-align: center;
    padding: 15px 0;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ebebeb;
}

.cart ul {
    float: right;
    font-size: 13px;
}

.cart ul li {
    display: inline-block;
    margin: 20px 0;
}

.cart a {
    color: #fff;
    text-decoration: none;
}

.cart a:hover {
    opacity: 0.5;
}

.slider-cart {
    position: absolute;
    z-index: 99999999999;
    top: 0;
    right: 0;
}

.check-name {}

.checkout-cart {
    padding: 30px;
    padding-top: 10px;
}

.checkout-cart table.cart-table th {
    background: #a39b99;
}

/* Cart Totals */
.cart-section .cart-totals {
    padding-right: 0;
    margin-right: 0;
}

.cart-section .cart-totals .cart-table th {
    vertical-align: middle;
    border-bottom: 1px solid #4a3631;
    padding: 15px 0px 15px 20px;
    background: #5a423b !important;
}

.cart-section .cart-totals .cart-table td {
    border-bottom: 1px solid #ddd;
    padding: 20px 20px;
}

.cart-section .cart-totals .cart-table tr:last-child th,
.cart-section .cart-totals .cart-table tr:last-child td {
    border: 0;
}

.test {
    margin-top: 0 !important;
}

.test th {
    background: red !important;
    padding: 50px;
}

table.cart-table.subtotals td {
    padding: 15px;
    border: none;
    vertical-align: middle;
}

/* Responsive Tables */
.st-key {
    border: none;
    background-color: #f6f6f6;
    text-align: left;
    padding: 10px 20px;
    color: #606060;
    vertical-align: top;
    font-size: 14px;
    font-weight: 600;
    width: 40%;
    border: 1px solid #eee;
}

.st-val {
    width: 58%;
    text-align: left;
    padding: 10px 20px;
    border: 1px solid #f0f0f0;
    border-left: 0;
}

.st-val a {
    font-weight: 600;
    color: #666;
}

.st-val a:hover {
    color: #808080;
}

.st-space {
    height: 25px;
}

.st-val .cart-remove {
    color: #a0a0a0;
}

.st-val .cart-remove:hover {
    color: #fff;
}

.stacktable {
    width: 100%;
}

.st-head-row.st-head-row-main {
    display: block;
}

.stacktable.large-only {
    display: table;
}

.stacktable.small-only {
    display: none;
}

.taxat {
    margin-top: 50px;
    clear: both;
    width: 100%;
    float: left;
    background: #fff;
    padding: 30px;
}


div.container.checking-area>div>div.col-md-9.method-right>div>div>ul>li:nth-child(4)>ul>p {
    font-size: 12px;
    font-weight: normal;
    color: #554a4c;
}

.cart-area {
    float: left;
    padding-bottom: 30px;
}

.cart-bottom-strip {
    float: left !important;
    background: red !important;
    padding: 20px !important;
}

.cart-buttons {
    float: right;
    margin-top: 18px;
}

.cart-buttons a {
    padding: 14px 20px;
    color: #fff;
    background: #382925;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
}

.cart-area .cart-shiping {
    justify-content: center;
    display: flex;
}

.cart-area .cart-shiping .login {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}

.cart-area .cart-shiping .address {
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.cart-area .cart-shiping .address h5 {
    color: #382925;
}

.cart-area .cart-shiping .address h6 {
    font-size: 14px;
}

.cart-area .cart-shiping .address p {
    font-size: 14px;
}

body>div.container.checking-area>div>div.col-md-9.method-right>form>input {
    float: left;
    margin-top: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #eaeaea !important;
    line-height: 30px;
    padding: 7px;
    padding-left: 15px;
    font-size: 13px;
}

form.apply-coupon {}

.apply-coupon input {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #eaeaea !important;
    padding-left: 15px;
    font-size: 14px;
}

.coupon-btn {
    background: #5a423b;
    padding: 16px 20px;
    color: #fff !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    text-transform: uppercase;
    margin-left: 10px;
    font-weight: bold;
    margin-top: 5px;
    border: none !important;
}

.checkout-btn {
    margin-top: 6px;
}

.taxes {
    margin-top: 30px;
    margin-bottom: 50px;
}

.taxes ul {
    margin-bottom: 35px;
}

.taxes ul li {
    display: inline-block;
}

.taxes ul li a {
    color: #e7e5de;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    background: #382925;
    padding: 10px 15px;
    border-radius: 3px;
    text-decoration: none;
}

.taxes p {
    font-size: 12px;
    font-weight: normal;
    color: #554a4c;
    margin-bottom: 25px;
}

body>div.container.checking-area>div>div.col-md-9.method-right>form>a {
    margin-top: 5px;
}

body>div.container.checking-area>div>div.col-md-9.method-right>form>a:hover {
    color: #fff;
}

/********************************** Single Product ********************************/
.single-product {
    width: 100%;
    background: #fff;
    float: left;
}

.product-details {
    padding: 30px;
    padding-bottom: 0;
}

.product-details h1 {
    font-size: 20px;
    font-weight: 700;
    color: #382925;
    padding-bottom: 18px;
}

.product-details p.price {
    font-size: 21px;
    color: #382925;
    font-weight: 700;
    float: left;
    margin-top: 0 !important;
}

.product-details p {
    clear: both;
    line-height: 22px;
    font-size: 12px;
    color: #554a4c;
    margin-bottom: 17px;
}

.product-details span {
    color: #aea7a4;
    font-size: 18px;
    font-weight: 700;
    margin: 2px 0 0 11px !important;
    text-decoration: line-through;
}

.product-details .btn {
    background: #382925;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 8px 15px;
    float: left;
    margin-top: 0px;
    margin-left: 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    line-height: 1rem;
}

.product-details .btn i {
    line-height: 1rem;
}

.reviews {
    clear: both;
    float: left;
    width: 100%;
    margin-left: -16px;
    padding-bottom: 20px;
}

.reviews a {
    background: none;
    color: #ffa03a;
    padding: 0;
    font-size: 17px;
}

.reviews .table {
    border-collapse: collapse;
    margin: 0;
    margin-left: 1rem;
}

.reviews .table td {
    font-size: 12px;
    margin: 2px;
    padding: 2px;
}

.reviews hr {
    margin: .5rem;
}

input.qty {
    width: 60px;
    padding: 6px;
    border-radius: 4px;
    border: 1px solid #d1d1d1;
    float: left;
}

.qtyplus {}

.qtyminus {}

input.qty.form-control-plaintext {
    border: none;
}

.availability {
    clear: both;
}

.availability p {
    float: left;
}

.availability span {
    float: left;
    margin-top: 18px;
    font-size: 17px;
}

.reviews {
    clear: both;
}

.white-bg {
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

i {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

i:hover {
    transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
    -webkit-animation-delay: 0.5s;
    animation-delay: 1s;
}