/*------------------------------------------------- = 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 ********************************/
@import url("https://fonts.googleapis.com/css2?family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&family=Zen+Kurenaido&display=swap");

@font-face {
  font-family: "Samsungone";
  src: url("../fonts/samsungone/SamsungOne-400.ttf") format("truetype");
  font-weight: 400; /* Обычный шрифт */
  font-style: normal;
}

@font-face {
  font-family: "Samsungone";
  src: url("../fonts/samsungone/SamsungOne-700.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Samsungsharpsans";
  src: url("../fonts/samsung-sharp-sans/samsungsharpsans.otf")
    format("opentype");
  font-weight: 400; /* Обычный шрифт */
  font-style: normal;
}

@font-face {
  font-family: "Samsungsharpsans";
  src: url("../fonts/samsung-sharp-sans/samsungsharpsans-bold.otf")
    format("opentype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Samsungsharpsans";
  src: url("../fonts/samsung-sharp-sans/samsungsharpsans-medium.otf")
    format("opentype");
  font-weight: 500;
  font-style: normal;
}

*:not(i) {
  font-family: "Samsungone", sans-serif !important;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Samsungsharpsans", sans-serif !important;
}
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;
}
.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-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: 15px;
  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: 14px;
  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: 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 #eaeaea;
}
#contact-form input[type="submit"],
.comment-form input[type="submit"] {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 14px;
  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: 15px;

  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-weight: bold;
  font-size: 15px;
  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-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: 15px;

  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-weight: bold;
  font-size: 17px;
  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: 15px;

  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-weight: bold;
  font-size: 17px;
  color: #554a4c;
  text-transform: capitalize;
}
.right-inf a {
  font-weight: bold;
  font-size: 17px;
  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;

  /*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:#382925;*/
  background: #1a1a18;
  width: 100%;
}
.header {
  width: 100%;
  background: #fff;
  position: relative;
}
.top-strip {
  /*background:#382925;*/
  background: #1a1a18;
  width: 100%;
  padding: 10px;
}
.user p {
  font-size: 15px;
  font-weight: bold;
  text-transform: capitalize;
  color: #ebebeb;
  float: left;
  padding: 0;
  margin: 0;
  line-height: 20px;
}
.language ul {
  float: right;
  margin: 6px 0 0 0;
  padding: 0;
}
.language li {
  display: inline-block;
  margin-left: 10px;
}
.language a {
  padding: 6px 10px;
  font-size: 15px;
  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:#382925!important;*/
  background: #1a1a18 !important;
  /* padding:26px 0px 16px 0!important; */
}
.navbar-default a {
  color: #ffffff !important;
  font-weight: bold !important;
  font-size: 15px !important;
  text-transform: uppercase !important;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  border-radius: 4px !important;
}
.navbar-nav {
  margin-top: 33px;
}
.navbar-default a:hover {
  color: #000 !important;
}
.navbar-toggle {
  background: #ffffff;
}
.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: #382925;
  font-size: 15px;

  font-weight: bold;
  padding: 15px 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  letter-spacing: 1px;
  line-height: 130px;
}
ul.slides {
  background: #5a413c;
}
.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: 15px;
  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: 15px;
  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: 15px;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
}
.icon-blocks i {
  font-size: 30px;
  color: #5a423b;
  display: block;
  margin-bottom: 20px;
}

/********************************** Products ********************************/

.articles img,
.members img {
  width: 100%;
  height: 350px;
  object-fit: contain;
  -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;
}
.row.articles .text {
  min-height: 100px;
  margin-bottom: 0px;
}
.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: 15px;
  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: 15px;
  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: 18px;
}
.carousel-control.right:after {
  font-family: "FontAwesome";
  font-size: 24px;
  display: inline-block;
  content: "\f18e";
  float: right;
  margin-top: 18px;
}
.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: 100px;
}
/********************************** Promo Box ********************************/
.prize {
  background: url(../images/promo-bg.jpg) no-repeat center;
  background-size: cover;
  width: 100% !important;
  display: flex;
}
.prize h1 {
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  color: #e7e5de;
  padding: 84px 0;
  font-weight: bold;
}
.container-full {
  background: #1a1a18;
}
.above-footer {
  width: 100%;
  background: #1a1a18;
}
.info {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #1a1a18;
}
.addres h1 {
  color: #be8c60;
  font-size: 20px;
  margin-bottom: 25px;
}
.addres h6 {
  margin-bottom: 25px;
  font-size: 15px;
  font-weight: normal;
  color: #be8c60;
}
.addres p {
  font-size: 15px;
  text-transform: capitalize;
  color: #e7e5de;
}
.account h4 {
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #e7e5de;
  margin-bottom: 25px;
}
.account ul li {
  line-height: 25px;
}
.account a {
  font-weight: normal;
  font-size: 17px;
  text-transform: capitalize;
  color: #e7e5de;
  text-decoration: none;
}
.account a:hover {
  opacity: 0.5;
}
.assistance ul {
  margin-top: 44px;
}
.assistance ul li {
  margin-bottom: 13px;
}
.assistance a {
  font-size: 17px;
  text-transform: capitalize;
  color: #e7e5de;
  text-decoration: none;
}
.assistance a:hover {
  opacity: 0.5;
}
.about h4 {
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #e7e5de;
  margin-bottom: 15px;
}
.about p {
  font-weight: normal;
  font-size: 15px;
  color: #e7e5de;
}
.page-title {
  width: 100%;
  background: #382925;
}
.produti h4 {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #ebebeb;
  margin-top: 45px;
}
.cart h4 {
  background: #7f574c;
  text-align: center;
  padding: 15px 0;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #ebebeb;
}
.cart ul {
  float: right;
  font-size: 15px;
}
.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: 15px;
  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: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #3c2f33;
}
.personalized p {
  color: #554a4c;
  font-size: 15px;
  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-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: 15px;

  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: 15px;
}
.top-bar .right-block span {
  color: #535353;
  font-size: 15px;

  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-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-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-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: 15px;
  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: 15px;
  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: 15px;
}
.accordion-list-content p {
  margin-bottom: 20px;
  line-height: 24px;
  font-size: 17px;
}
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: 17px;

  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-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: 15px;

  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 #d3b045;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #fadba7;
  padding: 6px 13px;
  text-decoration: none;

  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;
  margin-right: 5px;
  margin-bottom: 5px;
}
ul.pagination-list li a.active,
ul.pagination-list li a:hover {
  background: #d3b045;
  border: 1px solid #d3b045;
  color: #fff;
}
/********************************* Footer ******************************************/
.full-footer {
  width: 100%;
  /*background:#2d2220;*/
  background: #1a1a18;
}
.full-footer h4 {
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #e7e5de;
  margin-bottom: 25px;
}
.full-footer p {
  font-weight: normal;
  font-size: 17px;
  color: #e7e5de;
  margin-top: 3px;
  line-height: 27px;
}
.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: #4d3c39;
  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 {
  position: absolute;
  font-size: 19px;
  color: #fff;
  top: -1px;
  left: 8px;
}
.carousel-control.right {
  right: 0;
}
.carousel-control.right:before {
  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-size: 15px;
}
.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: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #e7e5de;
}
.nav-tabs > li > a:hover {
  background: #222;
}
.tab-content p {
  font-size: 15px;
  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: 15px;
  text-transform: uppercase;
  color: #554a4c;
  margin-bottom: 20px;
  background: #fff;
  text-align: left;
  padding-left: 0px;
}
.checking label {
  font-weight: bold;
  font-size: 15px;
  color: #554a4c;
}
.checking p {
  font-weight: bold;
  font-size: 18px;
  color: #554a4c;
  margin: 30px 0;
  line-height: 20px;
}
.checking a {
  background: #382925;
  padding: 10px 20px;
  border-radius: 3px;
  font-size: 15px;
  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: 15px;
  text-transform: uppercase;
  color: #554a4c !important;
  margin-bottom: 20px;
  text-align: left;
  padding-left: 0;
}
.check-name a {
  font-size: 15px;
  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: 15px;
  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: 15px;
  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, 0.4);
  -moz-box-shadow: inset 0 2px 4px rgba(206, 203, 195, 0.4);
  box-shadow: inset 0 2px 4px rgba(206, 203, 195, 0.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: 15px;
  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: 15px;
  text-transform: uppercase;
  color: #554a4c;
}
.total span {
  font-size: 21px;
  font-weight: bold;
  color: #5a423b;
  margin-left: 15px;
}
.total h6 {
  background: #382925;
  font-size: 15px;
  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: 15px;
  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: 15px;
  font-weight: bold;
  color: #2a2523;
}
table .cart-title a {
  font-weight: bold;
  font-size: 15px;
  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: 15px;
  -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: 15px;
  background: #382925;
  padding: 10px 15px;
  border-radius: 3px;
  text-decoration: none;
}
.taxes p {
  font-size: 15px;
  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: 15px;
  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: 15px;
  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: 15px;
}
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: 15px;
}
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: 15px;
  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: 15px;
  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;
}
/*.carousel-inner>.item{*/
/*  height: 60px;*/
/*}*/
.partner-list {
  display: flex;
  align-items: center;
}
.carousel.slide {
  min-height: 116px;
}
.checking.our_brands {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.carousel.slide {
  min-height: 150px;
}
.owl-carousel .owl-item img {
  margin: auto;
  width: 200px;
}
.owl_brands .owl-stage {
  display: flex;
  align-items: center;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 50%;
}
.owl-carousel .owl-nav .owl-prev {
  left: 0;
}
.owl-carousel .owl-nav .owl-next {
  right: 0;
}
.animated {
  -webkit-animation-duration: 1000 ms;
  animation-duration: 1000 ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/* .owl-animated-out - only for current item */
/* This is very important class. Use z-index if you want move Out item above In item */
.owl-animated-out {
  z-index: 1;
}
/* .owl-animated-in - only for upcoming item
/* This is very important class. Use z-index if you want move In item above Out item */
.owl-animated-in {
  z-index: 0;
}
/* .fadeOut is style taken from Animation.css and this is how it looks in owl.carousel.css:  */
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.owl-banners .item img {
  width: 100%;
  object-fit: cover;
}
.bramd_item {
  width: 200px;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.bramd_item img {
  width: 100%;
  object-fit: contain;
}
.owl-theme .owl-nav [class*="owl-"] {
  background: #382925;
}
.item_prod {
  display: inline-block;
  margin: 10px auto;
  /*border: 1px solid #ddd2cf;*/
  background: #ffffff;
}
.shop-sidebar {
  border: 1px solid #ddd2cf;
}
@media screen and (max-width: 992px) {
  .navbar-default {
    margin-top: 20px;
  }
  #contact-form .text-fields,
  #contact-form .submit-area {
    width: 100%;
    margin-bottom: 16px;
  }
  #contact-form .text-fields input {
    margin-bottom: 0;
  }
  .float-input span {
    position: absolute;
    width: 54px;
    height: 54px;
  }
  .float-input span i {
    margin-top: 10px;
  }
  #contact-form .float-input {
    position: relative;
    padding-left: 54px;
  }
  .checkout-accordion .bs-example {
    padding: 10px 0px;
  }
  .checking-area video {
    padding: 0 !important;
  }
  .checking.our_brands {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .partner-list li:first-child {
    margin-left: 30px !important;
  }
  .carousel li img {
    width: 80px !important;
  }
  .panel-collapse.collapse.in.panel-body {
    padding: 30px 0;
  }
  .towns.col-md-12 {
    padding: 0;
  }
  .col-md-12.checking img {
    padding: 0 !important;
  }
  .owl-carousel .owl-item img {
    width: 200px;
    margin: auto;
  }
  .owl-banners .item img {
    width: 100%;
  }
}
