/*------------------------------------------------- = 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 ********************************/
:root {
  --dark-chocolate-color: #2d1b10;
  --section-margin: 60px 0;
}

ul {
  padding: 0;
  margin: 0;
}

ul li {
  list-style: none;
}

a,
.row.articles div,
.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;
}

.nopadding {
  padding-left: 0 !important;
  margin-left;
  : 0 !important;
}

hr {
  width: 100%;
  float: left;
  clear: both;
  background: #eaeaea;
  height: 1px;
}

body h1 {
  font-family: 'Playfair Display', serif;
  font-size: 3rem;
  color: var(--chocolate-dark);
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-bottom: 15px;
  text-align: center;
}

/* Section Headings (e.g., "Our Story") */
body h2 {
  font-family: 'Playfair Display', serif;
  font-size: 2.2rem;
  color: #fff;
  margin-bottom: 15px;
  position: relative;
}

/* Sub-section Headings (e.g., "Our Philosophy") */
body h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
}

/* Small Headings / Accents */
body h4 {
  font-family: 'Lato', sans-serif;
  font-size: 1.1rem;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 2px;
}

/* Paragraph Text for Readability */
body p {
  /* font-family: 'Lato', sans-serif; */
  line-height: 1.8;
  color: #fff;
  font-size: 1rem;
}

.single-post .date-post {
  margin-top: -55px;
  text-align: left;
}

a:hover {
  text-decoration: none;
  opacity: 0.9;
}

.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 #5a423b;
  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,
.comment-form input[type="text"],
.comment-form textarea {
  color: #848484;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  border: 1px solid  #5a423b;
  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: 18px;
  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 #5a423b;
}

#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');
}

.google-map {
  height: 440px;
  margin-top: 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 */
}

.google-map iframe {
  width: 100%
}

.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;
  text-align: center;
  padding: 20px;
  margin: 15px 0;
  border-radius: 5px;
}

.right-inf ul+ul {
  margin-bottom: 15px;
}

.right-inf .contact-info {
  padding-bottom: 15px;
}

.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 ul li i {
  color: var(--dark-chocolate-color);
}

.right-inf a {
  font-family: open sans;
  font-weight: 500;
  font-size: 16px;
  color: #554a4c;
  text-transform: capitalize;
  text-decoration: none;
}

/*********************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,
b,
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;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  font-family: Open Sans;
  background: #5a423b !important;
}

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;
}

/********************************** 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;
}

.language ul {
  float: right;
  margin: 0;
  padding: 0;
}

.language li {
  display: inline-block;
  margin-left: 10px;
}

.language a {
  padding: 6px 10px;
  font-size: 11px;
  font-weight: bold;
  text-transform: capitalize;
  color: #ebebeb;
  text-decoration: none;
}

.language a:hover {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/*-- Logo --*/
.navbar>.container .navbar-brand,
.navbar>.container-fluid .navbar-brand {
  padding: 0;
  margin-left: 0;
}

/*-- Navigation --*/
.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: 20px !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>li>a {
  padding: 15px 25px;
}

.dropdown:hover .dropdown-menu {
  display: block;
  padding-top: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/********************************** Slider ********************************/
.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 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;
}

.main-flexslider .slides .slides .slide-caption a:hover {
  background: #f6ede5;
  color: #725337;
  text-decoration: none;
}

.main-flexslider .slides .slides .slide-caption h2 {
  margin-top: 0;
  font-size: 50px;
  font-family: Lobster;
  font-weight: normal;
  color: #ebebeb;
  text-align: center;
}

.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: var(--section-margin);
}

.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;
}

.row.articles div {
  padding-top: 15px;
  padding-bottom: 15px;
}

.row.articles div:hover {
  -webkit-box-shadow: 3px -9px 84px 13px rgba(0, 0, 0, 0.31);
  -moz-box-shadow: 3px -9px 84px 13px rgba(0, 0, 0, 0.31);
  box-shadow: 3px -9px 84px 13px rgba(0, 0, 0, 0.31);
}

/********************************** 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-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 span {
  font-size: 13px;
  font-weight: bold !important;
}

.articles a:hover {
  color: #89573b;
}

.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 ********************************/
.brand-carousel-cnt {
  background-color: var(--dark-chocolate-color);
  margin: 40px 0 60px 0;
}

.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;
}

.prize h1 {
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  color: #e7e5de;
  padding: 84px 0;
  font-weight: bold;
}

.container-full {
  border-bottom: 2px solid #5a423b;
}

.above-footer {
  width: 100%;
  background: #382925;
}

.rights a {
  color: #fff;
}

.info {
  padding-top: 50px;
  padding-bottom: 50px;
}

.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%;
  padding: 20px 0;
  background: #382925;
}

.page-title .row {
  display: flex;
  align-items: center;
}

.produti h4 {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #ebebeb;
}

.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;
}

.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;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-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 {
  background: #fff;
  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: var(--dark-chocolate-color);
}

.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 p a{
    color:#fff;
}
.full-footer h6 {
  margin-top: 20px;
}

.bottom-strip {
  padding: 15px 0;
}

.social ul {
  float: right;
}

.social ul li {
  display: inline-block;
  margin-left: 20px;
  line-height: 30px;
}

.social i {
  color: #fff;
  font-size: 18px;
}

@media (min-width:768px) {
  .dropdown:hover .dropdown-menu {
    display: block;
  }
}

/* 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;
}

.form-control {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #fff;
  -webkit-box-shadow: inset 0 2px 4px rgba(206, 203, 195, .4);
  -moz-box-shadow: inset 0 2px 4px rgba(206, 203, 195, .4);
  box-shadow: inset 0 2px 4px rgba(206, 203, 195, .4);
  border: solid 1px #c0b4a9;
  padding: 20px;
}

.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;
}

.check-name {}

.checkout-cart {
  padding: 30px;
  padding-top: 10px;
}

.checkout-cart table.cart-table th {
  background: #a39b99;
}

.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.cart-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: none;
  border: 1px solid #eaeaea;
  height: auto;
}

table.cart-table tr {}

table.cart-table th {
  border: none;
  background-color: #f6f6f6;
  text-align: left;
  padding: 10px 20px;
  color: #fff;
  vertical-align: top;
  font-size: 11px;
  font-weight: 600;
  background: #5a423b;
  text-transform: uppercase;
  padding: 20px 20px;
}

table.cart-table td {
  padding: 20px;
  border-bottom: #eee 1px solid;
  border-top: none;
  border-right: none;
  vertical-align: middle;
  font-size: 13px;
  font-weight: bold;
  color: #2a2523;
}

table .cart-title a {
  font-weight: bold;
  font-size: 13px;
  text-transform: uppercase;
  color: #554a4c;
}

table .cart-title a:hover {
  color: #808080;
}

table .cart-total {
  color: #666;
  font-weight: 600;
}

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;
}

/* Cart Totals */
.eight.columns.cart-totals {
  float: right;
  padding-right: 0;
  margin-right: 0;
  margin-top: 116px;
}

.cart-totals .cart-table th {
  vertical-align: middle;
  border-bottom: 1px solid #4a3631;
  padding: 15px 0px 15px 20px;
  background: #5a423b !important;
}

.cart-totals .cart-table td {
  border-bottom: 1px solid #ddd;
  padding: 20px 20px;
}

.cart-totals .cart-table tr:last-child th,
.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;
}

a.button.proceed:hover {
  background-color: #606060;
}

a.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;
}

/* 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 img {}

.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;
}

.taxes {
  margin-top: 30px;
  margin-bottom: 50px;
  float: left;
  clear: both;
}

.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;
}

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;
}

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 {
  float: left;
}

.apply-coupon 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;
}

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;
}

.coupon-btn {
  float: left;
  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;
}

/********************************** 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 a {
  background: #382925;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  padding: 12px 15px;
  float: left;
  margin-top: 0px;
  margin-left: 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.reviews {
  clear: both;
  float: left;
  width: 100%;
  margin-left: -16px;
  padding-bottom: 20px;
}

.reviews a {
  background: none;
  color: #ffa03a;
  padding: 0;
  font-size: 17px;
}

.qtyminus {}

input.qty {
  width: 60px;
  padding: 6px;
  border-radius: 4px;
  border: 1px solid #d1d1d1;
  float: left;
}

.qtyplus {}

.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;
}

i:hover {
  transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -webkit-transform: rotate(10deg);
  -webkit-animation-delay: 0.5s;
}

/* Section Background */
.testimonial-section {
  background: #2D1B10;
  /* Deep cocoa */
  padding: 80px 0;
  overflow: hidden;
  margin: var(--section-margin);
  margin-bottom: 0px;
}

.testimonial-header {
  text-align: center;
  margin-bottom: 50px;
}

.testimonial-header .subtitle {
  color: #D4AF37;
  /* Gold */
  letter-spacing: 3px;
  font-size: 12px;
  font-weight: 700;
}

.testimonial-header h2 {
  color: #fff;
  font-family: 'Playfair Display', serif;
  font-size: 2.5rem;
  margin-top: 10px;
}

.gold-divider {
  width: 60px;
  height: 3px;
  background: #D4AF37;
  margin: 15px auto;
}

/* Card Design */
.testimonial-card {
  background: #fff;
  padding: 40px 30px;
  margin: 15px;
  border-radius: 4px;
  position: relative;
  border-bottom: 5px solid #D4AF37;
  transition: transform 0.3s ease;
}

.testimonial-card:hover {
  transform: translateY(-10px);
}

.quote-icon {
  font-family: serif;
  font-size: 60px;
  color: #D4AF37;
  line-height: 1;
  margin-bottom: -20px;
  opacity: 0.3;
}

.testimonial-card p {
  color: #4a2f1b;
  font-size: 17px;
  line-height: 1.8;
  margin-bottom: 25px;
  font-weight: 400;
}

.author-info h4 {
  font-size: 16px;
  color: #2D1B10;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.author-info span {
  font-size: 13px;
  color: #8b4513;
  font-weight: 500;
}

/* Modernized Slick Arrows */
.testimonial-slider .slick-prev,
.testimonial-slider .slick-next {
  width: 45px;
  height: 45px;
  background: #D4AF37 !important;
  border-radius: 0;
  /* Square buttons for a more architectural look */
  z-index: 10;
}

.testimonial-slider .slick-prev {
  left: -25px;
}

.testimonial-slider .slick-next {
  right: -25px;
}

/* about us page css  */
.about-section,
.choco-wcu-section {
  margin: var(--section-margin);
}

.about-section h2 {
  margin-bottom: 10px;
}

.choco-btn {
  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;
  margin-top: 20px;
  letter-spacing: 1px;
}

.choco-btn:hover {
  color: #fff;
}

.choco-wcu-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  padding: 50px 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.choco-wcu-item {
  background: #ffffff;
  padding: 40px 30px;
  text-align: center;
  border-radius: 8px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #f2ece4;

}

.choco-wcu-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(61, 43, 31, 0.1);
  /* Soft chocolate shadow */
}

/* Figure & Image Styling */
.choco-wcu-item figure {
  margin-bottom: 20px;
}

.choco-wcu-item figure img {
  width: 100%;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease;
}

.choco-wcu-item:hover figure img {
  transform: scale(1.04);
}

/* Typography */
.choco-wcu-item h4 {
  font-family: 'Playfair Display', serif;
  color: #3D2B1F;
  /* Dark Chocolate */
  font-size: 1.4rem;
  margin-bottom: 15px;
  letter-spacing: 0.5px;
}

.choco-wcu-item p {
  font-family: 'Lato', sans-serif;
  color: #5C4B40;
  /* Muted Cocoa */
  line-height: 1.6;
  font-size: 1rem;
}

.popup-overlay {
  display: none;
  align-items: center;
  position: fixed;
  top:0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100vh;
  background-color: #2a25239c;
  backdrop-filter: blur(15px);
  z-index: 9998;
  padding: 0 15px;
  justify-content: center
}

.popup-container {
  min-width: 400px;
  max-width: 90vw;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  height: auto;
  background-color: var(--dark-chocolate-color);
  border-radius: 12px;
}
.popup-close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #fff;
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(2rem + 10px);
  width: calc(2rem + 10px);
  border-radius: 6px;
  background-color: #5a423b !important;
  cursor: pointer;
  z-index: 9999;
}

.popup-close span{
 transition: transform 0.8s ease; 
}
.popup-close:hover{
  transform: scale(0.98);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.popup-close:hover span {
  transform: rotate(360deg);
}
    .enquiry-form label {
        display: none;
    }

    .enquiry-form .form-control {
        border-radius: 12px;
    }

    .enquiry-form {
        display: flex;
        flex-direction: column;
        gap: 10px;
        justify-content: center;
    }

    .popup-card h4 {
        margin-bottom: 20px;
        font-family: 'Playfair Display', serif;
        font-size: 1.5rem;
    }
@media screen and (max-width:991px){
  .page-title .row{
    flex-direction: column;
    justify-content: center;
    gap:15px;
  }
  .cart ul li{
    margin: 0px;
  }
}    
@media screen and (max-width:575px) {
  .popup-container{
    min-width:300px;
  }
  .popup-close{
    top:10px;
    right: 10px;
  }
}