@font-face {
  font-family: 'DroidSerif';
  font-weight: 400;
  font-style: normal;
  src: url(../fonts/DroidSerif/DroidSerif-Regular.ttf);
}
@font-face {
  font-family: 'DroidSerif';
  font-weight: 500;
  font-style: normal;
  src: url(../fonts/DroidSerif/DroidSerif-Regular.ttf);
}
@font-face {
  font-family: 'DroidSerif';
  font-weight: 700;
  font-style: normal;
  src: url(../fonts/DroidSerif/DroidSerif-Bold.ttf);
}
/* [Table of contents]
  1. Minxi 
  2. Extend 
  3. Global 
  4. Header 
  5. Footer 
  6. Homepage
  7. Pages 
  8. Shop 
  11. Elements
  12. Responsive 
  -------------------------------------------------------------------*/
/* 2. Extend ------------------------------------------------------------ */
.display-flex,
.header-hp-1 .menu-desktop-inner,
.header-hp-1 .header-right,
.show-mobile-header .header-right,
.header-hp-1 #canvasModal .canvas-content .contact .contact-inner,
.testimonials-hp-1 .owl-carousel.owl-theme .owl-nav,
.contact-section .contact-content .contact-details .contact-info,
.page-not-found .page-detail {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}

/* 3. Global ------------------------------------------------------------ */
* {
  box-sizing: border-box;
}

body {
  color: #333;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.67;
  font-family: 'DroidSerif', serif;
  word-wrap: break-word;
  overflow-x: hidden;
  background: url('../img/hatter_1_meszko.jpg') !important;
}

p {
  margin-bottom: 0; }

a {
  text-decoration: none;
  display: inline-block;
  color: #333; }
  a:hover {
    text-decoration: none;
    color: #333; }
  a:focus, a:active {
    outline: 0; }

a img {
  border: none; }

input[type=submit] {
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333;
  font-family: 'DroidSerif', serif;
  font-weight: 500;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.4;
}

h1 {font-size: 24px; }
h2 {font-size: 20px; }
h3 {font-size: 30px; }
h4 {font-size: 22px; }
h5 {font-size: 18px; }

@media (min-width: 1200px) {
  h1 {font-size: 40px; }
  h2 {font-size: 36px;}
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  h1 {font-size: 36px; }
  h2 {font-size: 32px;}
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  h1 {font-size: 32px; }
  h2 {font-size: 30px;}
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  h1 {font-size: 28px; }
  h2 {font-size: 26px;}
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  h1 {font-size: 24px; }
  h2 {font-size: 22px;}
}

img {
  max-width: 100%;
  height: auto; }

iframe {
  border: none;
  vertical-align: top; }

ul {
  list-style-type: none;
  padding: 0;
  margin: 0; }

.au-btn {
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  border: 1px solid #654e3b;
  display: inline-block;
  line-height: 1;
  box-sizing: border-box;
  text-align: center;
  color: #333;
  background: transparent;
  font-family: 'DroidSerif', serif;
  font-size: 15px;
  font-weight: 400;
  position: relative;
  z-index: 999; }
  .au-btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    background: #654e3b; }
  .au-btn:hover {
    color: #fff;
    text-decoration: none; }
    .au-btn:hover:before {
      width: 100%; }

.au-btn-black {
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  border: 1px solid #654e3b;
  display: inline-block;
  line-height: 1;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  background: #654e3b;
  font-family: 'DroidSerif', serif;
  font-size: 15px;
  font-weight: 400;
  position: relative;
  z-index: 999; }
  .au-btn-black:before {
    content: "";
    position: absolute;
    z-index: -1;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff; }
  .au-btn-black:hover {
    color: #333;
    text-decoration: none; }
    .au-btn-black:hover:before {
      width: 100%; }

.btn-small {
  padding: 17px 25px; }

.btn-medium {
  padding: 23px 54px; }

.btn-large {
  padding: 24px 72px; }

.more-link {
  font-family: 'DroidSerif', serif;
  font-size: 14px;
  font-weight: 700;
  color: #333; }
  .more-link:hover {
    color: #dabc95; }

.section-box {
  padding-top: 80px;
  padding-bottom: 80px;
}

.special-heading {
  font-size: 38px;
  font-weight: 500;
  color: #333;
  text-align: center;
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 63px; }
  .special-heading:before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    content: '';
    background: #333;
    width: 63px;
    height: 3px;
    top: 100%; }

.onnew,
.onsale {
  color: #fff;
  font-weight: 500;
  letter-spacing: 2px; }
  .onnew:hover,
  .onsale:hover {
    color: #fff; }

.onnew {
  background: #88cce2;
  padding: 0 8px; }
  .onnew:hover {
    background: #5bc1e3; }

.onsale {
  background: #eba6aa;
  padding: 0 7px; }
  .onsale:hover {
    background: #eb8f94; }

.overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.5s ease 0.1s;
  -moz-transition: all 0.5s ease 0.1s;
  -webkit-transition: all 0.5s ease 0.1s;
  -o-transition: all 0.5s ease 0.1s;
  -ms-transition: all 0.5s ease 0.1s;
  z-index: 9; }

.breadcrumb-section,
.breadcrumb-menu-section {
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.breadcrumb-section.section-box {
  padding-top: 113px;
  padding-bottom: 116px;
  background-image: url(../img/shop-bc.jpg)
}

.breadcrumb-section .breadcrumb-inner h1 {
  color: #333;
  font-weight: 500;
  font-size: 45px;
  padding-bottom: 17px; }
.breadcrumb-section .breadcrumb-inner .breadcrumbs {
  color: #666;
  font-size: 18px;
  font-weight: 400;
  overflow: hidden; }
  .breadcrumb-section .breadcrumb-inner .breadcrumbs li {
    float: left; }
  .breadcrumb-section .breadcrumb-inner .breadcrumbs .breadcrumbs-1 {
    color: #666; }
    .breadcrumb-section .breadcrumb-inner .breadcrumbs .breadcrumbs-1:after {
      content: "/";
      margin: 0 11px;
      color: #666; }
    .breadcrumb-section .breadcrumb-inner .breadcrumbs .breadcrumbs-1:hover {
      color: #333; }

/* Back To Top Button */
#back-to-top {
  color: #333;
  position: fixed;
  bottom: 20px;
  right: 20px;
  text-align: center;
  z-index: 9999;
  height: 46px;
  width: 35px;
  background-color: #fff;
  border: 1px solid #333;
  transition: background-color 0.3s linear;
  -moz-transition: background-color 0.3s linear;
  -webkit-transition: background-color 0.3s linear;
  -o-transition: background-color 0.3s linear;
  -ms-transition: background-color 0.3s linear; }
  #back-to-top:before {
    content: '';
    width: 1px;
    height: 18px;
    background: #333;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); }

/* End Back To Top Button */
/*Form*/
input,
select,
textarea,
.select-selected {
  width: 100%;
  height: 100%;
  padding: 11px 20px;
  border: 1px solid #e5e5e5;
  appearance: unset !important;
  -moz-appearance: unset !important;
  -webkit-appearance: unset !important;
  outline: none;
  box-sizing: border-box;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  color: #666;
  font-size: 15px;
  font-weight: 400;
  font-family: 'DroidSerif', serif; }

input:focus, select:focus, textarea:focus {
  outline: none;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -o-box-shadow: none !important;
}

input::-webkit-input-placeholder {
  color: #999; }
input::-moz-placeholder {
  color: #999; }
input:-ms-input-placeholder {
  color: #999; }
input:-moz-placeholder {
  color: #999; }

input[type="submit"] {
  width: auto; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  display: none; }

textarea::-webkit-input-placeholder {
  color: #999; }
textarea::-moz-placeholder {
  color: #999; }
textarea:-ms-input-placeholder {
  color: #999; }
textarea:-moz-placeholder {
  color: #999; }

/*Images Loader*/
.images-preloader {
  position: fixed;
  z-index: 100001;
  background-color: #eee;
  width: 100%;
  height: 100%; }

#preloader_1 {
  position: relative; }

.rectangle-bounce {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -10px; }

#preloader_1 span {
  display: block;
  bottom: 0;
  width: 9px;
  height: 5px;
  background: #333;
  position: absolute;
  animation: preloader_1 1.5s infinite ease-in-out;
  -moz-animation: preloader_1 1.5s infinite ease-in-out;
  -webkit-animation: preloader_1 1.5s infinite ease-in-out;
  -o-animation: preloader_1 1.5s infinite ease-in-out;
}

#preloader_1 span:nth-child(2) {
  left: 11px;
  animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
}

#preloader_1 span:nth-child(3) {
  left: 22px;
  animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
}

#preloader_1 span:nth-child(4) {
  left: 33px;
  animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
}

#preloader_1 span:nth-child(5) {
  left: 44px;
  animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
  -o-animation-delay: 0.8s;
}

@keyframes preloader_1 {
  0% {
    height: 5px;
    transform: translateY(0px);
    -ms-transform: translateY(0px);
    background: #333; }
  25% {
    height: 30px;
    transform: translateY(15px);
    -ms-transform: translateY(15px);
    background: #333; }
  50% {
    height: 5px;
    transform: translateY(0px);
    -ms-transform: translateY(0px);
    background: #333; }
  100% {
    height: 5px;
    transform: translateY(0px);
    -ms-transform: translateY(0px);
    background: #333; } }
/* 4. Header ------------------------------------------------------------ */
/* Header Desktop hp-1 hp-2 hp-3 hp-6*/
.header-hp-1 {
  /*position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;*/
  background: #eae1ce; }
.header-hp-1 .menu-desktop {
  padding: 0 0; }
.header-hp-1 .menu-desktop-inner {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  position: relative; }
  .header-hp-1 .menu-desktop-inner .logo {
    padding: 6px 0 5px; }
  .header-hp-1 .menu-desktop-inner .main-menu .menu-item {
    color: #333;
    float: left;
    font-family: 'DroidSerif', serif;
    font-weight: 900;
    font-size: 18px;
    padding: 33px 0 30px 0;
    position: relative; }
    .header-hp-1 .menu-desktop-inner .main-menu .menu-item .current {
      position: relative; }
      .header-hp-1 .menu-desktop-inner .main-menu .menu-item .current:before {
        position: absolute;
        content: '';
        background: #333;
        height: 2px;
        width: 30px;
        left: 24px;
        bottom: 0;
        opacity: 1; }
    .header-hp-1 .menu-desktop-inner .main-menu .menu-item > a {
      color: #333;
      padding: 0 16px;
      position: relative; }
    .header-hp-1 .menu-desktop-inner .main-menu .menu-item:hover > .sub-menu {
      display: block; }
    .header-hp-1 .menu-desktop-inner .main-menu .menu-item .sub-menu {
      display: none;
      padding: 25px 0;
      position: absolute;
      left: -100px;
      width: 250px;
      z-index: 99999;
      top: 100%;
      color: #333;
      background: #fff;
      box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
      -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
      -o-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    }
      .header-hp-1 .menu-desktop-inner .main-menu .menu-item .sub-menu .sub-menu-item {
        float: left;
        overflow: hidden; }
        .header-hp-1 .menu-desktop-inner .main-menu .menu-item .sub-menu .sub-menu-item.sub-menu-item-1 {
          float: none; }
      .header-hp-1 .menu-desktop-inner .main-menu .menu-item .sub-menu li {
        float: none;
        position: relative; }
        .header-hp-1 .menu-desktop-inner .main-menu .menu-item .sub-menu li:hover .menu-levels {
          display: block;
          left: 250px;
          top: 0;
          padding: 25px 0; }
        .header-hp-1 .menu-desktop-inner .main-menu .menu-item .sub-menu li:hover a {
          color: #666; }
          .header-hp-1 .menu-desktop-inner .main-menu .menu-item .sub-menu li:hover a:hover {
            color: #333; }
      .header-hp-1 .menu-desktop-inner .main-menu .menu-item .sub-menu a {
        font-weight: 400;
        font-size: 15px;
        color: #666;
        padding: 8px 29px;
        display: block;
        position: relative;
        -webkit-transition: all .3s ease;
          -o-transition: all .3s ease;
          -moz-transition: all .3s ease;
          transition: all .3s ease;}
        .header-hp-1 .menu-desktop-inner .main-menu .menu-item .sub-menu a i {
          font-size: 17px;
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          right: 30px; }
        .header-hp-1 .menu-desktop-inner .main-menu .menu-item .sub-menu a:before {
          position: absolute;
          content: '';
          width: 0;
          height: 1px;
          background: #333;
          top: 50%;
          transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -webkit-transition: all .3s ease;
          -o-transition: all .3s ease;
          -moz-transition: all .3s ease;
          transition: all .3s ease;
          left: 30px; }
        .header-hp-1 .menu-desktop-inner .main-menu .menu-item .sub-menu a:hover {
          padding-left: 45px; }
          .header-hp-1 .menu-desktop-inner .main-menu .menu-item .sub-menu a:hover:before {
            width: 10px; }
    .header-hp-1 .menu-desktop-inner .main-menu .menu-item.mega-menu .sub-menu {
      width: 810px;
      padding-bottom: 18px; }
      .header-hp-1 .menu-desktop-inner .main-menu .menu-item.mega-menu .sub-menu ul {
        float: left; }
        .header-hp-1 .menu-desktop-inner .main-menu .menu-item.mega-menu .sub-menu ul li.title {
          padding: 18px 0 13px 50px; }
        .header-hp-1 .menu-desktop-inner .main-menu .menu-item.mega-menu .sub-menu ul li a {
          padding: 1px 15px 1px 30px; }
          .header-hp-1 .menu-desktop-inner .main-menu .menu-item.mega-menu .sub-menu ul li a:before {
            left: 50px; }
          .header-hp-1 .menu-desktop-inner .main-menu .menu-item.mega-menu .sub-menu ul li a:hover {
            padding-left: 66px;
            padding-right: 0; }
        .header-hp-1 .menu-desktop-inner .main-menu .menu-item.mega-menu .sub-menu ul.second {
          padding-right: 30px; }
      .header-hp-1 .menu-desktop-inner .main-menu .menu-item.mega-menu .sub-menu figure {
        margin-bottom: 0; }
        .header-hp-1 .menu-desktop-inner .main-menu .menu-item.mega-menu .sub-menu figure img {
          width: 86.5%; }
    .header-hp-1 .menu-desktop-inner .main-menu .menu-item.mega-menu.mega-menu-1 .sub-menu {
      padding-top: 15px;
      padding-bottom: 0; }
      .header-hp-1 .menu-desktop-inner .main-menu .menu-item.mega-menu.mega-menu-1 .sub-menu .sub-menu-item {
        padding-top: 10px; }
        .header-hp-1 .menu-desktop-inner .main-menu .menu-item.mega-menu.mega-menu-1 .sub-menu .sub-menu-item.sub-menu-item-1 {
          padding-top: 0; }
      .header-hp-1 .menu-desktop-inner .main-menu .menu-item.mega-menu.mega-menu-1 .sub-menu ul.second {
        padding: 0 42px; }
      .header-hp-1 .menu-desktop-inner .main-menu .menu-item.mega-menu.mega-menu-1 .sub-menu figure img {
        width: 72.1%; }
    .header-hp-1 .menu-desktop-inner .main-menu .menu-item:last-child .sub-menu {
      right: 5px;
      left: inherit; }
.show-mobile-header .header-right {
  float: right;
}
.show-mobile-header .header-right .search-btn-wrap .search-btn,
#searchModalmobil__submit
{
  outline: none;
  cursor: pointer;
  background: transparent;
  border: none;
}
.header-hp-1 .header-right {
  align-items: center;
  -webkit-align-items: center;
}
  .header-hp-1 .header-right .search-btn-wrap .search-btn {
    outline: none;
    cursor: pointer;
    background: transparent;
    border: none; }
  .header-hp-1 .header-right .canvas-btn-wrap .canvas-btn {
    cursor: pointer;
    border: none;
    background: transparent;
    outline: none;
    margin-top: -5px;
    margin-right: -6px; }
.header-hp-1 #searchModal {
  background: #fff; }
  .header-hp-1 #searchModal button.close {
    color: #666;
    opacity: 1;
    font-size: 25px;
    position: absolute;
    top: 35px;
    right: 113px;
    outline: none;
  }
  .header-hp-1 #searchModal .modal-dialog {
    top: 50%;
    max-width: 779px;
    margin-top: -25px; }
    .header-hp-1 #searchModal .modal-dialog .modal-content {
      border: none;
      border-radius: 0;
      -moz-border-radius: 0;
      -webkit-border-radius: 0;
    }
      .header-hp-1 #searchModal .modal-dialog .modal-content .modal-body {
        padding: 0; }
        .header-hp-1 #searchModal .modal-dialog .modal-content .modal-body #searchModal__form {
          position: relative; }
          .header-hp-1 #searchModal .modal-dialog .modal-content .modal-body #searchModal__form #searchModal__submit {
            position: absolute;
            background: transparent;
            border: none;
            outline: none;
            color: #333;
            font-size: 20px;
            right: 10px;
            margin-top: 2px;
            cursor: pointer; }
          .header-hp-1 #searchModal .modal-dialog .modal-content .modal-body #searchModal__form input::placeholder {
            font-size: 20px;
            font-weight: 500; }
          .header-hp-1 #searchModal .modal-dialog .modal-content .modal-body #searchModal__form input {
            padding: 6px 10px;
            border: none;
            border-bottom: 1px solid #333; }
            .header-hp-1 #searchModal .modal-dialog .modal-content .modal-body #searchModal__form input::-webkit-input-placeholder {
              color: #333; }
            .header-hp-1 #searchModal .modal-dialog .modal-content .modal-body #searchModal__form input::-moz-placeholder {
              color: #333; }
            .header-hp-1 #searchModal .modal-dialog .modal-content .modal-body #searchModal__form input:-ms-input-placeholder {
              color: #333; }
            .header-hp-1 #searchModal .modal-dialog .modal-content .modal-body #searchModal__form input:-moz-placeholder {
              color: #333; }
.header-hp-1 .modal {
  /*overflow-y: hidden; */}
.header-hp-1 #canvasModal {
  /*left: 77%;
  margin-right: -17px;*/ }
  .header-hp-1 #canvasModal {
    left: 0;
    background: rgb(0,0,0,0.8); }
  .header-hp-1 #canvasModal button.close {
    outline: none;
    z-index: 999;
    position: absolute;
    top: 36px;
    right: 80px;
    opacity: 1;
    color: #666;
    font-size: 25px; }
  .header-hp-1 #canvasModal .modal-content {
    border: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
  }
  .header-hp-1 #canvasModal .modal-body {
    padding: 0; }
  .header-hp-1 #canvasModal .modal-dialog {
    margin: 0; }
  .header-hp-1 #canvasModal .canvas-content {
    display: block;
    position: absolute;
    top: 0;
    background: #fff;
    width: 440px;
    right: 0;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    padding: 124px 63px 70px;
    min-height: 100vh; }
    .header-hp-1 #canvasModal .canvas-content .logo {
      padding: 31px 0 30px; }
    .header-hp-1 #canvasModal .canvas-content .contact {
      padding-bottom: 17px; }
      .header-hp-1 #canvasModal .canvas-content .contact h4 {
        padding: 44px 0 17px; }
      .header-hp-1 #canvasModal .canvas-content .contact .contact-inner {
        align-items: center;
        -webkit-align-items: center;
        padding-bottom: 9px; }
        .header-hp-1 #canvasModal .canvas-content .contact .contact-inner i {
          padding-right: 15px; }
        .header-hp-1 #canvasModal .canvas-content .contact .contact-inner .contact-info a {
          color: #666; }
          .header-hp-1 #canvasModal .canvas-content .contact .contact-inner .contact-info a:hover {
            color: #333; }
    .header-hp-1 #canvasModal .canvas-content .email {
      position: relative; }
      .header-hp-1 #canvasModal .canvas-content .email .send {
        cursor: pointer;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        -ms-transform: translateY(-50%); }
      .header-hp-1 #canvasModal .canvas-content .email input::placeholder {
        font-size: 13px; }
      .header-hp-1 #canvasModal .canvas-content .email input {
        padding: 5px 0;
        border: none;
        border-bottom: 1px solid #666; }
    .header-hp-1 #canvasModal .canvas-content .socials {
      padding: 38px 0 80px; }
      .header-hp-1 #canvasModal .canvas-content .socials a {
        color: #666;
        font-size: 17px;
        padding-right: 14px; }
        .header-hp-1 #canvasModal .canvas-content .socials a:hover {
          color: #333; }

.modal-backdrop.show {
  opacity: 0;
  left: 77%; }

#bannerModal,#bannerModalmobil {
  background: rgb(0,0,0,0.8);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  padding: 20px;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
#bannerModal .modal-body, #bannerModalmobil .modal-body { padding: 0; }
#bannerModal .modal-dialog, #bannerModalmobil .modal-dialog { margin: 0; }
#bannerModal .banner-content, #bannerModalmobil .banner-content {
  display: block;
  position: absolute;
  top: 0;
  background: #fff;
  max-width: 90%;
  box-sizing: border-box;
  left: 50%;
  transform: translateX(-50%);
  right: 0;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  padding: 50px 20px 50px;
}
#bannerModal .banner-content .banner, #bannerModalmobil .banner-content .banner {
  padding: 38px 0 80px;
}
#bannerModal button.close, #bannerModalmobil button.close {
  outline: none;
  z-index: 999;
  position: absolute;
  top: 36px;
  right: 80px;
  opacity: 1;
  color: #666;
  font-size: 25px;
}
#bannerModal.show, #bannerModalmobil.show {
  display: block;
  opacity: 1;
}
#bannerModal.hide, #bannerModalmobil.hide {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

/* End Header Desktop hp-1 hp-2 hp-3 hp-6*/
/* Header hp-4 */
.header-hp-1 .top-header {
  padding: 4px 0;
  background: #654e3b;
  color: #ebe1c1;
}
.show-mobile-header .top-header {
  padding: 4px 0;
  background: #654e3b;
  color: #ebe1c1;
}
/* Header Landing Page */
.header-landing-page {
  display: none; }

/* End Header Landing Page */
/* Header Mobile */
.mobile-top-header {
  padding: 20px 24px 20px 30px;
  /* End Hamburger Button */ }
  .mobile-top-header .logo-mobile {
    display: inline-block; }
  .mobile-top-header .hamburger {
    background: none;
    border: none;
    float: right; }
    .mobile-top-header .hamburger:focus {
      outline: none; }
    .mobile-top-header .hamburger .hamburger-box {
      position: relative;
      display: inline-block;
      width: 40px;
      height: 24px;
      background: none;
      border: none; }
  .mobile-top-header .hamburger--spin .hamburger-inner {
      top: auto;
      bottom: 0;
      left: 0;
      transition-delay: .13s;
      transition-timing-function: cubic-bezier(.55,.055,.675,.19);
      transition-duration: .13s; }
    .mobile-top-header .hamburger--spin .hamburger-inner, .mobile-top-header .hamburger--spin .hamburger-inner:before, .mobile-top-header .hamburger--spin .hamburger-inner:after {
      position: absolute;
      width: 40px;
      height: 4px;
      transition-timing-function: ease;
      transition-duration: .15s;
      transition-property: transform;
      border-radius: 4px;
      background-color: #000;}
    .mobile-top-header .hamburger--spin .hamburger-inner:before, .mobile-top-header .hamburger--spin .hamburger-inner:after {
      display: block;
      content: "";
    }
    .mobile-top-header .hamburger--spin .hamburger-inner:before {
      transition: top .12s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19);
      top: -10px; }
    .mobile-top-header .hamburger--spin .hamburger-inner:after {
        top: -20px;
        transition: top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity .1s linear; }
  .mobile-top-header .hamburger--spin.is-active .hamburger-inner {
      transition-delay: .22s;
      transition-timing-function: cubic-bezier(.215,.61,.355,1);
      transform: translate3d(0,-10px,0) rotate(-45deg);}
    .mobile-top-header .hamburger--spin.is-active .hamburger-inner:before {
      top: 0;
      transition: top .1s cubic-bezier(.33333,0,.66667,.33333) .16s,transform .13s cubic-bezier(.215,.61,.355,1) .25s;
      transform: rotate(-90deg); }
    .mobile-top-header .hamburger--spin.is-active .hamburger-inner:after {
      top: 0;
      transition: top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s linear .22s;
      opacity: 0;}

.au-navbar-mobile {
  display: none;
  width: 100%;
  z-index: 999999; }
  .au-navbar-mobile.style-au-navbar-mobile {
    width: 100%;
    z-index: 999999;
    position: absolute;
    top: 67px; }
  .au-navbar-mobile .au-navbar-menu ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0; }
    .au-navbar-mobile .au-navbar-menu ul li {
      border-top: 1px solid #e9e9e9; }
      .au-navbar-mobile .au-navbar-menu ul li a {
        background-color: #fff;
        display: block;
        padding: 13px 30px;
        font-weight: 600;
        color: #333;
        text-transform: uppercase; }
      .au-navbar-mobile .au-navbar-menu ul li:last-child {
        border-bottom: 1px solid #e9e9e9; }
    .au-navbar-mobile .au-navbar-menu ul li.drop {
      position: relative;
      z-index: 999999; }
      .au-navbar-mobile .au-navbar-menu ul li.drop .arrow {
        transition: 0.3s;
        -moz-transition: 0.3s;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        -ms-transition: 0.3s;
        position: absolute;
        right: 0;
        top: 0;
        font-size: 23px;
        cursor: pointer;
        padding: 7px 20px; }
      .au-navbar-mobile .au-navbar-menu ul li.drop .drop-menu {
        display: none; }
        .au-navbar-mobile .au-navbar-menu ul li.drop .drop-menu li a {
          font-size: 14px;
          padding: 13px 50px;
          background: #f2f2f2; }
          .au-navbar-mobile .au-navbar-menu ul li.drop .drop-menu li a.drop-menu-inner {
            padding: 13px 30px 13px 80px; }

/* End Header Mobile */
/* Header Scroll hp-1 hp-2 hp-3 hp-6*/
.show-mobile-header.fixed {
  position: fixed;
  z-index: 999999;
  top: 0;
  right: 0;
  left: 0;
}
.show-mobile-header,
.show-mobile-header {
  background: rgba(234,225,206,0.8);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
-o-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

.header-hp-1 .menu-desktop.fixed {
  z-index: 9999;
  position: fixed;
  width: 100%;
  background: rgba(234, 225, 206, 0.8);
  top: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-animation-fill-mode: inherit;
  animation-fill-mode: inherit;
}
.header-hp-1 .menu-desktop.fixed .logo {
  padding: 6px 0 5px;
}
.header-hp-1 .menu-desktop.fixed .menu-item {
  padding: 23px 0 20px 0;
}
/* End Header Scroll hp-1 hp-2 hp-3 hp-6*/
/* 5. Footer ------------------------------------------------------------ */
/* Footer hp-1*/
.footer-section.section-box {
  padding: 50px 0 30px;
}

.footer-section {
  background: #654e3b;
  margin: 0 80px 80px;
}
  .footer-section .footer-content .footer-items.footer-items-1 {
    padding-left: 70px; }
  .footer-section .footer-content .footer-items.footer-items-2 {
    padding-left: 63px; }
  .footer-section .footer-content .footer-items .logo {
    padding-bottom: 30px; }
  .footer-section .footer-content .footer-items h4, .gift h4 {
    color: #fff;
    padding: 4px 0 29px; }
  .footer-section .footer-content .footer-items p {
    color: #fff; }
  .footer-section .footer-content .footer-items span {
    color: #fff; }
  .footer-section .footer-content .footer-items .socials {
    padding-top: 21px; }
    .footer-section .footer-content .footer-items .socials a {
      color: #fff;
      font-size: 17px;
      padding-right: 14px; }
      .footer-section .footer-content .footer-items .socials a:hover {
        color: #ccc; }
  .footer-section .footer-content .footer-items .contact,
  .footer-section .footer-content .footer-items .profile {
    padding-bottom: 0;
    line-height: 1.5;
  }
    .footer-section .footer-content .footer-items .contact i,
    .footer-section .footer-content .footer-items .profile i {
      color: #fff;
      padding-right: 7px; }
    .footer-section .footer-content .footer-items a {
      color: #fff; }
      .footer-section .footer-content .footer-items a:hover {
        color: #ccc; }
  .footer-section .footer-content .footer-items .email {
    padding: 11px 0 34px;
    position: relative; }
    .footer-section .footer-content .footer-items .email input {
      background: transparent;
      border: none;
      border-bottom: 1px solid #e5e5e5;
      padding: 5px 0; }
      .footer-section .footer-content .footer-items .email input::-webkit-input-placeholder {
        color: #fff; }
      .footer-section .footer-content .footer-items .email input::-moz-placeholder {
        color: #fff; }
      .footer-section .footer-content .footer-items .email input:-ms-input-placeholder {
        color: #fff; }
      .footer-section .footer-content .footer-items .email input:-moz-placeholder {
        color: #fff; }
      .footer-section .footer-content .footer-items .email input::placeholder {
        font-size: 13px;
        color: #fff; }
    .footer-section .footer-content .footer-items .email .send {
      color: #fff;
      position: absolute;
      right: 0;
      margin-top: 7px;
      font-size: 13px;
      cursor: pointer; }

/* End Footer hp-1*/

/* 6. Homepage ------------------------------------------------------------ */
/* Slider Revolution Section */
.style-home-slider-hp-1 {
  padding: 0 80px; }
  .style-home-slider-hp-1 .slide-caption-title-1 {
    font-weight: 500;
    background: #fff;
    letter-spacing: 5px; }
  .style-home-slider-hp-1 .slide-caption-title-2 {
    font-weight: 300; }
    .style-home-slider-hp-1 .slide-caption-title-2 span {
      font-weight: 600; }
  .style-home-slider-hp-1 .slide-caption-title-3 {
    font-weight: 500; }
  .style-home-slider-hp-1 .uranus .tp-bullet {
    width: 28px;
    height: 2px;
    position: absolute;
    background: #666;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    cursor: pointer; }
    .style-home-slider-hp-1 .uranus .tp-bullet .tp-bullet-inner {
      border-radius: 0;
      -moz-border-radius: 0;
      -webkit-border-radius: 0;
      height: auto; }
    .style-home-slider-hp-1 .uranus .tp-bullet.selected, .style-home-slider-hp-1 .uranus .tp-bullet:hover {
      height: 4px;
      border-radius: 0;
      -moz-border-radius: 0;
      -webkit-border-radius: 0;
      box-shadow: none;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      -o-box-shadow: none;
      background: #666;
      margin-top: -2px;
      margin-right: 10px; }
      .style-home-slider-hp-1 .uranus .tp-bullet.selected .tp-bullet-inner, .style-home-slider-hp-1 .uranus .tp-bullet:hover .tp-bullet-inner {
        background-color: #666;
        transform: scale(0);
        -ms-transform: scale(0); }
  .style-home-slider-hp-1 .hesperiden.tparrows {
    background: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
  }
    .style-home-slider-hp-1 .hesperiden.tparrows:before {
      font-family: 'Material-Design-Iconic-Font';
      font-size: 25px;
      color: #ccc; }
    .style-home-slider-hp-1 .hesperiden.tparrows.tp-leftarrow:before {
      content: '\f2f4'; }
    .style-home-slider-hp-1 .hesperiden.tparrows.tp-rightarrow:before {
      content: '\f2f6'; }

/* End Slider Revolution Section */
/* Categories Section */
.categories-hp-1.section-box {
  padding-bottom: 111px; }

.categories-hp-1 .categories-content .lighting {
  padding-top: 41px;
  margin-right: 10px; }
.categories-hp-1 .categories-content .furniture {
  margin: 0 5px; }
.categories-hp-1 .categories-content .decoration {
  padding-top: 41px;
  margin-left: 10px; }
.categories-hp-1 .categories-content .categories-detail {
  position: relative; }
  .categories-hp-1 .categories-content .categories-detail .images {
    overflow: hidden; }
    .categories-hp-1 .categories-content .categories-detail .images img {
      transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -moz-transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -webkit-transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -o-transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -ms-transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .categories-hp-1 .categories-content .categories-detail .product {
    position: absolute;
    left: 0;
    bottom: 20px;
    background: #fff;
  }
    .categories-hp-1 .categories-content .categories-detail .product a {
      padding: 8px 20px; }
      .categories-hp-1 .categories-content .categories-detail .product a:hover {
        color: #333; }
    .categories-hp-1 .categories-content .categories-detail .product .name {
      font-size: 18px;
      font-weight: 500; }
    .categories-hp-1 .categories-content .categories-detail .product .quantity {
      display: none;
      color: #666; }
    .categories-hp-1 .categories-content .categories-detail .product:hover .line {
      display: none; }
    .categories-hp-1 .categories-content .categories-detail .product:hover .quantity {
      display: inline-block; }
  .categories-hp-1 .categories-content .categories-detail:hover .images img {
    transform: scale(1.1);
    -ms-transform: scale(1.1); }

/* End Categories Section */
/* Featured Sale Section */
.featured-hp-1 .woocommerce {
  margin: 0 -150px; }
.featured-hp-1 .content-area {
  overflow: hidden;
}
  .featured-hp-1 .content-area .product-image {
    margin-bottom: 15px;
  }
  .featured-hp-1 .content-area {
    margin-bottom: 30px; }
    .featured-hp-1 .content-area .product-image {
      position: relative;
      overflow: hidden;
      border: 1px solid #f2f2f2;
      background-color: #ffffff;
    }
      .featured-hp-1 .content-area .product-image .wp-post-image img {
        transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear; }
      .featured-hp-1 .content-area .product-image .wp-post-image .image-secondary {
        position: absolute;
        top: 0;
        right: 100%; }
      .featured-hp-1 .content-area .product-image .onnew,
      .featured-hp-1 .content-area .product-image .onsale {
        position: absolute;
        top: 20px;
        left: 0; }
      .featured-hp-1 .content-area .product-image .yith-wcwl-add-button {
        position: absolute;
        top: 17px;
        right: 19px; }
        .featured-hp-1 .content-area .product-image .yith-wcwl-add-button .add_to_wishlist {
          font-size: 20px;
          color: #999; }
        .featured-hp-1 .content-area .product-image .yith-wcwl-add-button:hover .add_to_wishlist i:before {
          content: '\f15f'; }
      .featured-hp-1 .content-area .product-image .add_to_cart_button {
        width: 42px;
        height: 40px;
        border: 1px solid #e5e5e5;
        position: absolute;
        right: 15px;
        top: 15px;
      }
        .featured-hp-1 .content-area .product-image .add_to_cart_button a {
          position: absolute;
          height: 100%;
          width: 100%; }
        .featured-hp-1 .content-area .product-image .add_to_cart_button img {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%); }
        .featured-hp-1 .content-area .product-image .add_to_cart_button:hover {
          background: #333;
          border: none; }
      .featured-hp-1 .content-area h5 {
        padding: 10px 10px;
      }
      .featured-hp-1 .content-area .price {
        padding: 10px 10px;
        margin-top: auto;
      }
        .featured-hp-1 .content-area h5 a:hover {
          color: #333;
        }
        .featured-hp-1 .content-area .price .amount {
          font-size: 16px;
        }
        .featured-hp-1 .content-area .price ins {
          text-decoration: none;
          color: #dc3545;
          font-weight: 900;
          float: right;
        }
        .featured-hp-1 .content-area .price del {
          padding-right: 10px;
        }
      .featured-hp-1 .content-area .product-image:hover {
        border: 1px solid #e5e5e5;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
        -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
      }
        .featured-hp-1 .content-area .product-image:hover .wp-post-image .image-secondary {
          right: 0; }
.featured-hp-1 .view-all {
  text-align: center;
  padding: 30px 0 120px; }
  .featured-hp-1 .view-all .btn-small {
    padding: 17px 36px; }
  .featured-hp-1 .view-all i {
    padding-left: 9px; }

/* End Featured Sale Section */
/* Banner Section */
.banner-hp-1.section-box {
  padding: 0 0 143px; }

.banner-hp-1 .bg-image {
  position: relative;
  overflow: hidden; }
  .banner-hp-1 .bg-image:before, .banner-hp-1 .bg-image:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out; }
.banner-hp-1 .banner-left {
  margin-right: -20px;
  position: relative; }
  .banner-hp-1 .banner-left .info {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: 6%;
    width: 100%;
    text-align: center; }
    .banner-hp-1 .banner-left .info .sale {
      color: #d7b89c;
      font-weight: 500;
      background: #fff;
      padding: 0 24px;
      line-height: 1.55; }
    .banner-hp-1 .banner-left .info span {
      display: block;
      font-size: 48px;
      font-weight: 700;
      color: #fff;
      padding: 2px 0 4px; }
    .banner-hp-1 .banner-left .info .shop {
      display: block;
      color: #fff;
      transition: all 0.4s ease 0.1s;
      -moz-transition: all 0.4s ease 0.1s;
      -webkit-transition: all 0.4s ease 0.1s;
      -o-transition: all 0.4s ease 0.1s;
      -ms-transition: all 0.4s ease 0.1s; }
      .banner-hp-1 .banner-left .info .shop i {
        padding-left: 10px; }
      .banner-hp-1 .banner-left .info .shop:hover {
        transform: translateX(20px);
        -ms-transform: translateX(20px); }
.banner-hp-1 .banner-right {
  margin-left: 20px;
  position: relative; }
  .banner-hp-1 .banner-right .info {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    border: 2px solid rgba(255, 255, 255, 0.5);
    text-align: center;
    color: #fff;
    padding: 4px 26px 10px;
    width: 53.4%;
    top: 11.8%; }
    .banner-hp-1 .banner-right .info .text-1 {
      font-size: 30px;
      margin-bottom: -10px; }
      .banner-hp-1 .banner-right .info .text-1 span {
        font-size: 50px;
        font-weight: 700; }
    .banner-hp-1 .banner-right .info .text-2 {
      font-size: 25px; }

.banner-hp-1 .reverse .banner-left {
  margin-right: 0;
  margin-left: -20px;
  position: relative; }
.banner-hp-1 .reverse .banner-left .info {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: 10%;
  width: 100%;
  text-align: center; }
.banner-hp-1 .reverse .banner-left .info span {
  display: block;
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  padding: 2px 0 4px; }

.banner-hp-1 .reverse .banner-right {
  margin-left: 0;
  margin-right: 20px;
  position: relative; }
.banner-hp-1 .reverse .banner-right .info {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  border: 2px solid rgba(255, 255, 255, 0.5);
  text-align: center;
  color: #fff;
  padding: 4px 26px 10px;
  width: 53.4%;
  top: 11.8%; }
.banner-hp-1 .reverse .banner-right .info .text-1 {
  font-size: 30px;
  margin-bottom: -10px; }
.banner-hp-1 .reverse .banner-right .info .text-1 span {
  font-size: 50px;
  font-weight: 700; }
.banner-hp-1 .reverse .banner-right .info .text-2 {
  font-size: 25px; }

.banner-hp-1 .banner-left:hover .bg-image:before,
.banner-hp-1 .banner-right:hover .bg-image:before {
  right: 50%;
  left: 50%;
  background: rgba(255, 255, 255, 0.2); }
.banner-hp-1 .banner-left:hover .bg-image:after,
.banner-hp-1 .banner-right:hover .bg-image:after {
  top: 50%;
  bottom: 50%;
  background: rgba(255, 255, 255, 0.2); }

/* End Banner Section */
/* Testimonials Section */
.testimonials-hp-1 .testimonials-content {
  margin: 0 65px;
  background: #f7f7f7; }
.testimonials-hp-1 .owl-carousel.owl-theme .owl-dots,
.testimonials-hp-1 .owl-carousel.owl-theme .owl-thumbs {
  display: none; }
.testimonials-hp-1 .owl-carousel.owl-theme .owl-nav {
  position: absolute;
  width: 42%;
  left: 42%;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  justify-content: space-between;
  -webkit-justify-content: space-between;
  margin-top: 0; }
  .testimonials-hp-1 .owl-carousel.owl-theme .owl-nav [class*=owl-] {
    margin: 0;
    font-size: 20px;
    color: #999;
    outline: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
  }
    .testimonials-hp-1 .owl-carousel.owl-theme .owl-nav [class*=owl-]:hover {
      background: transparent;
      color: #333; }
.testimonials-hp-1 .owl-carousel .item .right-block {
  padding-right: 300px; }
.testimonials-hp-1 .owl-carousel .item .left-block {
  padding-left: 250px; }
  .testimonials-hp-1 .owl-carousel .item .left-block .images {
    padding-right: 25px; }
  .testimonials-hp-1 .owl-carousel .item .left-block.left-block-2 {
    padding-left: 272px;
    margin: 13px 0 -13px; }
    .testimonials-hp-1 .owl-carousel .item .left-block.left-block-2 .images {
      padding-right: 0;
      margin-right: -38px; }
.testimonials-hp-1 .owl-carousel .item .testimonials-detail {
  padding: 149px 65px 135px 85px;
  text-align: center; }
  .testimonials-hp-1 .owl-carousel .item .testimonials-detail i {
    font-size: 90px; }
  .testimonials-hp-1 .owl-carousel .item .testimonials-detail p {
    margin-top: 7px; }
  .testimonials-hp-1 .owl-carousel .item .testimonials-detail h5 {
    font-size: 20px;
    padding: 38px 0 4px; }

/* End Testimonials Section */

/* Featured Sale Section */
.featured-hp-1.featured-hp-4 .woocommerce {
  margin: 0;
  padding-top: 141px; }

/* End Featured Sale Section */
/* 7. Pages ------------------------------------------------------------ */
/* Testimonials Section */
.testimonials-hp-1.testimonials-about-us {
  background: #f7f7f7; }
  .testimonials-hp-1.testimonials-about-us .testimonials-content {
    background: transparent; }

/* End Testimonials Section */
/* Contact Section */
.contact-section.section-box {
  padding: 113px 0 116px; }

.contact-section .contact-content .quote-form {
  margin-right: 30px; }
  .contact-section .contact-content .quote-form .form-input {
    margin-bottom: 33px; }
    .contact-section .contact-content .quote-form .form-input input {
      padding: 0 0 9px 0;
      border: none;
      border-bottom: 1px solid #333; }
      .contact-section .contact-content .quote-form .form-input input::-webkit-input-placeholder {
        color: #333; }
      .contact-section .contact-content .quote-form .form-input input::-moz-placeholder {
        color: #333; }
      .contact-section .contact-content .quote-form .form-input input:-ms-input-placeholder {
        color: #333; }
      .contact-section .contact-content .quote-form .form-input input:-moz-placeholder {
        color: #333; }
  .contact-section .contact-content .quote-form .form-textarea {
    height: 85px;
    margin-bottom: 50px; }
    .contact-section .contact-content .quote-form .form-textarea textarea {
      padding: 0 0 9px 0;
      border: none;
      border-bottom: 1px solid #333; }
      .contact-section .contact-content .quote-form .form-textarea textarea::-webkit-input-placeholder {
        color: #333; }
      .contact-section .contact-content .quote-form .form-textarea textarea::-moz-placeholder {
        color: #333; }
      .contact-section .contact-content .quote-form .form-textarea textarea:-ms-input-placeholder {
        color: #333; }
      .contact-section .contact-content .quote-form .form-textarea textarea:-moz-placeholder {
        color: #333; }
  .contact-section .contact-content .quote-form .form-bottom {
    position: relative;
    width: 145px; }
    .contact-section .contact-content .quote-form .form-bottom input {
      background: transparent;
      color: #333;
      border: 1px solid #333;
      padding: 12px 55px 12px 35px;
      cursor: pointer; }
      .contact-section .contact-content .quote-form .form-bottom input:hover {
        background: #333;
        color: #fff; }
    .contact-section .contact-content .quote-form .form-bottom span {
      color: #333;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      left: 68%; }
    .contact-section .contact-content .quote-form .form-bottom:hover span {
      color: #fff; }
.contact-section .contact-content .contact-details {
  margin-left: 30px; }
  .contact-section .contact-content .contact-details .special-heading {
    text-align: left;
    font-size: 30px;
    padding-bottom: 9px;
    margin-bottom: 40px; }
    .contact-section .contact-content .contact-details .special-heading:before {
      left: 0;
      transform: translateX(0);
      -ms-transform: translateX(0);
    }
  .contact-section .contact-content .contact-details .contact-info .contact-inner h3 {
    font-size: 20px;
    padding-bottom: 23px; }
  .contact-section .contact-content .contact-details .contact-info .contact-inner p.center {
    padding: 15px 0 8px; }
  .contact-section .contact-content .contact-details .contact-info .contact-inner p i {
    padding-right: 6px; }
  .contact-section .contact-content .contact-details .contact-info .contact-inner p a {
    color: #666; }
    .contact-section .contact-content .contact-details .contact-info .contact-inner p a:hover {
      color: #333; }
  .contact-section .contact-content .contact-details .socials {
    padding-top: 36px; }
    .contact-section .contact-content .contact-details .socials a {
      color: #999;
      font-size: 20px;
      padding-right: 19px; }
      .contact-section .contact-content .contact-details .socials a:hover {
        color: #333; }

/* End Contact Section */
.page-not-found {
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
  .page-not-found .page-detail {
    align-items: center;
    -webkit-align-items: center;
  }
    .page-not-found .page-detail .page-inner {
      text-align: center;
      width: 5046%; }
      .page-not-found .page-detail .page-inner h2 {
        font-size: 60px;
        color: #fff; }
      .page-not-found .page-detail .page-inner p {
        font-size: 18px;
        color: #fff;
        padding: 21px 0 61px; }
      .page-not-found .page-detail .page-inner .btn-small {
        padding: 17px 35px; }

/* 8. Shop ------------------------------------------------------------ */
/* Shop Section Of Shop Full Width */
.featured-hp-1.shop-full-page .woocommerce {
  padding-top: 120px; }
  .featured-hp-1.shop-full-page .woocommerce .pagination {
    padding: 24px 0 83px; }
    .featured-hp-1.shop-full-page .woocommerce .pagination .page-numbers {
      margin: 0 auto; }
      .featured-hp-1.shop-full-page .woocommerce .pagination .page-numbers a {
        font-size: 18px;
        color: #999;
        padding: 8px; }
        .featured-hp-1.shop-full-page .woocommerce .pagination .page-numbers a.current, .featured-hp-1.shop-full-page .woocommerce .pagination .page-numbers a:hover {
          color: #333; }
/* End Shop Section Of Shop Full Width */
/* Shop Single v1 */
.shop-single-v1-section {
  font-size: 18px;
  color: #000000;
}
.shop-single-v1-section.featured-hp-1 .content-area i {
  padding-right: 10px;
}
.shop-single-v1-section.featured-hp-1 .content-area .mobile-only {
  display: block;
}
@media screen and (min-width: 768px) {
  .shop-single-v1-section.featured-hp-1 .content-area .mobile-only {
    display: none;
  }}
.shop-single-v1-section.featured-hp-1 .content-area .price .amount {
  font-size: 24px;
}
.shop-single-v1-section.featured-hp-1 .content-area .price ins {
  float: none;
}
.shop-single-v1-section.featured-hp-1 .content-area .product-price-info {
  font-size: 14px;
  font-style: italic;
  line-height: 1.846;
  margin-bottom: 0;
  margin-top: 0;
}

.shop-single-v1-section.featured-hp-1 .content-area .product-in-stock {
  font-size: 14px;
  font-style: italic;
  line-height: 1.846;
  margin-bottom: 0;
  margin-top: 0;
}

.shop-single-v1-section .woocommerce-product-gallery {
  padding-right: 15px;
  position: relative; }
  .shop-single-v1-section .woocommerce-product-gallery .onsale,
  .shop-single-v1-section .woocommerce-product-gallery .onnew {
    padding: 1px 10px;
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 30px;
    z-index: 9; }
  .shop-single-v1-section .woocommerce-product-gallery .onnew {
    padding: 1px 11px;
    left: 130px; }
  .shop-single-v1-section .woocommerce-product-gallery .owl-carousel .owl-dots {
    display: none; }
  .shop-single-v1-section .woocommerce-product-gallery .owl-carousel .owl-stage-outer {
    border: none; }
  .shop-single-v1-section .woocommerce-product-gallery .owl-carousel .owl-thumbs .owl-thumb-item {
    outline: none;
    border: 1px solid #e5e5e5;
    background: transparent;
    padding: 0;
    width: 128px;
    margin: 10px 5px 0 5px;
    cursor: pointer;
  }
    .shop-single-v1-section .woocommerce-product-gallery .owl-carousel .owl-thumbs .owl-thumb-item:last-child {
      margin-right: 0; }
    .shop-single-v1-section .woocommerce-product-gallery .owl-carousel .owl-thumbs .owl-thumb-item.active {
      box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
      -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
      -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    }
    .shop-single-v1-section .woocommerce-product-gallery .owl-carousel .owl-thumbs .owl-thumb-item:hover {
      box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
      -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
      -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    }
.shop-single-v1-section .summary {
  margin-top: -8px;
  padding-left: 15px; }
  .shop-single-v1-section .summary .product_title {
    font-size: 36px; }
  .shop-single-v1-section .summary .price {
    font-size: 30px;
    padding: 0;
  }
    .shop-single-v1-section .summary .price del {
      margin-right: 30px; }
    .shop-single-v1-section .summary .price ins {
      text-decoration: none; }
    .shop-single-v1-section .summary .price .woocommerce-Price-currencySymbol {
      margin-right: -7px; }
  .shop-single-v1-section .summary .cart {
    margin: 37px 0 43px; }
    .shop-single-v1-section .summary .cart .quantity {
      position: relative;
      width: 49px;
      float: left;
      margin-right: 60px; }
    .shop-single-v1-section .summary .cart .modify-qty {
      position: absolute;
      left: 100%;
      text-align: center;
      height: 50%;
      z-index: 99;
      width: 40px;
      cursor: pointer;
      border: 1px solid #333;
      border-left: none;
      color: #333; }
    .shop-single-v1-section .summary .cart .qty {
      text-align: center;
      border: 1px solid #333;
      padding: 6px 3px;
      -moz-appearance: textfield !important;
      appearance: none !important;
      -webkit-appearance: none !important;
      position: relative;
      z-index: 9;
      width: 49px;
      height: 54px;
      color: #333; }
    .shop-single-v1-section .summary .cart .minus {
      bottom: 0; }
    .shop-single-v1-section .summary .cart .plus {
      top: 0;
      border-bottom: none; }
    .shop-single-v1-section .summary .cart .btn-small {
      padding: 19px 37px;
      cursor: pointer; }
      .shop-single-v1-section .summary .cart .btn-small i {
        padding-left: 10px; }
  .shop-single-v1-section .summary .product_meta p span a {
    text-decoration: underline;
  }
    .shop-single-v1-section .summary .product_meta p span a:hover {
      text-decoration: none;
    }
.shop-single-v1-section .related {
  margin: 93px 0 43px; }
.shop-single-v1-section .related .special-heading,
.shop-single-v1-section .bestseller .special-heading {
  text-align: left;
  font-size: 30px;
  padding-bottom: 9px;
  margin-bottom: 43px; }
  .shop-single-v1-section .related .special-heading:before,
  .shop-single-v1-section .bestseller .special-heading:before {
    left: 0;
    transform: translateX(0);
    -ms-transform: translateX(0); }
.shop-single-v1-section .related .owl-carousel .owl-stage-outer,
.shop-single-v1-section .bestseller .owl-carousel .owl-stage-outer {
  padding: 10px;
  margin: -10px; }
.shop-single-v1-section .related .owl-carousel img,
.shop-single-v1-section .bestseller .owl-carousel img {
  width: auto; }
.shop-single-v1-section .related .owl-carousel .owl-dots,
.shop-single-v1-section .related .owl-carousel .owl-thumbs,
.shop-single-v1-section .bestseller .owl-carousel .owl-dots,
.shop-single-v1-section .bestseller .owl-carousel .owl-thumbs {
  display: none; }
.shop-single-v1-section .related .owl-carousel .owl-nav,
.shop-single-v1-section .bestseller .owl-carousel .owl-nav {
  margin-top: 0;
  position: absolute;
  right: 0;
  bottom: 111.5%; }
  .shop-single-v1-section .related .owl-carousel .owl-nav .disabled,
  .shop-single-v1-section .bestseller .owl-carousel .owl-nav .disabled {
    opacity: 1; }
  .shop-single-v1-section .related .owl-carousel .owl-nav [class*=owl-],
  .shop-single-v1-section .bestseller .owl-carousel .owl-nav [class*=owl-] {
    outline: none;
    font-size: 30px;
    color: #999;
    margin: 0; }
    .shop-single-v1-section .related .owl-carousel .owl-nav [class*=owl-]:hover,
    .shop-single-v1-section .bestseller .owl-carousel .owl-nav [class*=owl-]:hover {
      color: #333;
      background: transparent; }
  .shop-single-v1-section .related .owl-carousel .owl-nav .owl-prev,
  .shop-single-v1-section .bestseller .owl-carousel .owl-nav .owl-prev {
    margin-right: 18px; }
  .shop-single-v1-section .related .owl-carousel .owl-nav .owl-next,
  .shop-single-v1-section .bestseller .owl-carousel .owl-nav .owl-next {
    margin-left: 18px; }

/* End Shop Single v1 */

/* 11. Elements ------------------------------------------------------------ */
/* Featured Sale Section Of Standard List Page */
.featured-hp-1.featured-hp-4.featured-four-columns .woocommerce {
  padding-top: 111px; }

.featured-hp-1.featured-five-columns {
  padding: 61px 0 70px; }
  .featured-hp-1.featured-five-columns .woocommerce {
    overflow: hidden; }

/* Featured Sale Section Of Standard List Page */
/* Banner Section Of Banner Page */
.banner-hp-1.banner-page-1.section-box {
  padding: 120px 0 93px; }
/* End Banner Section Of Banner Page */

/* Testimonial Section Of Testimonial Page */
.testimonials-hp-1.section-box {
  padding: 120px 0 100px; }

/* End Testimonial Section Of Testimonial Page */
/* 12. Responsive ------------------------------------------------------------ */
/* 1200px <= X <= 1830px --- Extra Large */
@media screen and (max-width: 1830px) and (min-width: 1200px) {
  /* Header hp-1*/
  .modal-backdrop.show {
    left: 0; }
  .header-hp-1 .canvas-content {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
  }
}
/* 1200px <= X <= 1750px --- Extra Large */
@media screen and (max-width: 1750px) and (min-width: 1200px) {

  /* Testimonials Section hp-1 */
  .testimonials-hp-1 .owl-carousel .item .left-block,
  .testimonials-hp-1 .owl-carousel .item .left-block.left-block-2 {
    padding-left: 15px; }

  .testimonials-hp-1 .owl-carousel .item .right-block {
    padding-right: 15px; }

  .testimonials-hp-1 .owl-carousel .item .left-block .images {
    padding-right: 10px; }

  .testimonials-hp-1 .owl-carousel .item .testimonials-detail {
    padding: 150px 80px 40px; }

  .testimonials-hp-1 .owl-carousel.owl-theme .owl-nav {
    width: 57%; } }
/* 1200px <= X <= 1500px --- Extra Large */
@media screen and (max-width: 1500px) and (min-width: 1200px) {
  /* Featured Sale Section hp-1 */
  .featured-hp-1,
  .featured-hp-1 .woocommerce {
    margin: 0; }

  /* Shop Single v1 */
  .shop-single-v1-section.featured-hp-1.featured-hp-4 .content-area .row {
    display: flex;
    display: -webkit-flex; }
 }
/*X >= 1200px Extra Large */
@media (min-width: 1200px) {
  .container {
    max-width: 1200px; }

  .show-mobile-header {
    display: none; } }
/* X < = 1199px */
@media (max-width: 1199px) {
  /* Header */
  .show-desktop-header {
    display: none; }

  .show-mobile-header {
    display: block; }

  /* Footer */
  .footer-section {
    margin: 0; }

  /* Slider Revolution Section hp-1 */
  .style-home-slider-hp-1 {
    padding: 0; }

  .style-home-slider-hp-1 .container-fluid {
    padding: 0; }

  /* Featured Sale Section hp-1 */
  .featured-hp-1 .woocommerce {
    margin: 0; }

  /* Slider Revolution Section hp-1*/
  .style-home-slider-hp-1 .slide-caption-title-2 span {
    font-weight: 300; }

  /* Shop Section hp-3*/
  .shop-hp-4.featured-hp-1 .content-area .row {
    display: flex;
    display: -webkit-flex; }

  /* Shop Single v1 */
  .shop-single-v1-section.featured-hp-1.featured-hp-4 .content-area .row {
    display: flex;
    display: -webkit-flex; }
}
/* 992px <= X <= 1199px --- Large */
@media screen and (max-width: 1199px) and (min-width: 992px) {
  /* Footer */
  .footer-section .footer-content .footer-items.footer-items-1 {
    padding-left: 40px; }

  .footer-section .footer-content .footer-items.footer-items-2 {
    padding-left: 33px; }

  /* Page Not Found */
  .page-not-found .page-detail .page-inner {
    width: 55%; }

  /* Contact Section Of Contact Page*/
  .contact-section .contact-content .contact-details {
    margin-left: 0; }

  /* Testimonials Section hp-1 */
  .testimonials-hp-1 .owl-carousel .item .left-block,
  .testimonials-hp-1 .owl-carousel .item .left-block.left-block-2 {
    padding-left: 15px; }

  .testimonials-hp-1 .owl-carousel .item .right-block {
    padding-right: 15px; }

  .testimonials-hp-1 .owl-carousel .item .left-block .images {
    padding-right: 10px; }

  .testimonials-hp-1 .owl-carousel .item .testimonials-detail {
    padding: 35px 65px 40px; }

  .testimonials-hp-1 .owl-carousel .item .left-block.left-block-2 .images {
    margin-right: -28px; }

  .testimonials-hp-1 .owl-carousel.owl-theme .owl-nav {
    width: 57%; }

  /* Shop Single v1*/
  .shop-single-v1-section .woocommerce-product-gallery .owl-carousel .owl-thumbs .owl-thumb-item {
    width: 135px;
  }

  .shop-single-v1-section .woocommerce-tabs .wc-tabs .nav-item .nav-link {
    padding-right: 20px; }
 }
/* X <= 991 --- Medium */
@media (max-width: 991px) {
  /* Footer */
  .footer-section .footer-content .footer-items {
    padding-bottom: 40px; }

  .footer-section .footer-content .footer-items.footer-items-1,
  .footer-section .footer-content .footer-items.footer-items-2 {
    padding-left: 0; }

  /* Slider Revolution Section */
  .btn-resize-slider-1 {
    padding: 17px 60px;
    font-size: 20px; }

  /* Categories Section hp-1*/
  .categories-hp-1 .categories-content .lighting {
    margin-right: 0; }

  .categories-hp-1 .categories-content .furniture {
    margin: 0; }

  .categories-hp-1 .categories-content .decoration {
    margin-left: 0; }

  /* Shop Single v1*/
  .shop-single-v1-section .woocommerce-product-gallery .owl-carousel .owl-thumbs .owl-thumb-item {
    width: 95px;
  }

  /* Testimonials Section hp-1 */
  .testimonials-hp-1 .owl-carousel .item .right-block {
    padding-right: 15px;
    margin: 0 auto; }

  .testimonials-hp-1 .owl-carousel .item .left-block {
    display: none; }

  .testimonials-hp-1 .owl-carousel .item .testimonials-detail {
    padding: 35px 0 40px; }

  .testimonials-hp-1 .owl-carousel.owl-theme .owl-nav {
    width: 90%;
    left: 5%; }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .banner-hp-1 .banner-left .info span {
    font-size: 32px;
  }
  .banner-hp-1 .reverse .banner-left .info span {
    font-size: 32px;
  }
}

/* 768px <= X <= 991px --- Large */
@media screen and (max-width: 991px) and (min-width: 768px) {
  /* Banner Section hp-1*/
  .banner-hp-1 .banner-left {
    margin-right: -10px; }

  .banner-hp-1 .reverse .banner-left {
    margin-right: 0;
    margin-left: -13px;
  }

  .banner-hp-1 .banner-right {
    margin-left: 27px; }

  .banner-hp-1 .reverse .banner-right {
    margin-left: 0;
    margin-right: 20px;
  }

  .banner-hp-1 .banner-right .info {
    width: 80%; }

  .banner-hp-1 .reverse .banner-right .info {
    width: 80%; }

  .banner-hp-1 .banner-left .info span {
    font-size: 24px;
  }
  .banner-hp-1 .reverse .banner-left .info span {
    font-size: 24px;
  }

  .featured-hp-1 .content-area .product-image .add_to_cart_button {
    width: 35px;
    height: 35px; }

  /* Page Not Found */
  .page-not-found .page-detail .page-inner {
    width: 65%; }

  /* Contact Section Of Contact Page*/
  .contact-section .contact-content .contact-details {
    margin-left: 0; }

  .contact-section .contact-content .contact-details .contact-info {
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }

  .contact-section .contact-content .contact-details .contact-info .contact-inner {
    margin-bottom: 30px; }

  .contact-section .contact-content .contact-details .socials {
    padding-top: 0; }
}
/* X <= 767px --- Small */
@media (min-width: 576px) {
  .modal-dialog {
      max-width: initial;
      margin: 1.75rem auto;
  }
}
@media screen and (max-width: 767px) {
  /* Slider Revolution Section */
  .btn-resize-slider-1 {
    padding: 25px 75px;
    font-size: 25px; }

  /* Categories Section hp-1*/
  .categories-hp-1 .categories-content .categories-detail {
    margin-bottom: 30px; }

  .categories-hp-1 .categories-content .lighting,
  .categories-hp-1 .categories-content .decoration {
    padding-top: 0; }

  /* Banner Section hp-1*/
  .banner-hp-1 .banner-left {
    margin: 0 0 30px 0; }

  .banner-hp-1 .reverse .banner-left {
    margin: 0 0 30px 0; }

  .banner-hp-1 .banner-right {
    margin: 0 0 30px 0; }

  .banner-hp-1 .reverse .banner-right {
    margin: 0 0 30px 0;
  }

  .banner-hp-1 .reverse .banner-right .info {
    width: 80%; }

  /* Page Not Found */
  .page-not-found .page-detail .page-inner {
    width: 100%; }

  /* Contact Section Of Contact Page*/
  .contact-section .contact-content .quote-form {
    margin-right: 0; }

  .contact-section .contact-content .contact-details {
    margin-left: 0;
    margin-top: 60px; }

  /* Shop Single v1*/
  .shop-single-v1-section .woocommerce-product-gallery {
    padding-right: 0; }

  .shop-single-v1-section .summary {
    padding-left: 0;
    margin-top: 60px; }

  .shop-single-v1-section .woocommerce-product-gallery .owl-carousel .owl-thumbs .owl-thumb-item {
    width: 117px; }
}
/* 576 <= X <= 767px --- Small */
@media screen and (max-width: 767px) and (min-width: 576px) {
  .banner-hp-1 .banner-right .info {
    width: 80%;
  }

  /* Testimonials Section hp-1 */
  .testimonials-hp-1 .owl-carousel .item .testimonials-detail {
    padding: 35px 70px 40px; }
}
/* X <= 575px --- Extra small */
@media (max-width: 575px) {
  /* Slider Revolution Section */
  .btn-resize-slider-1 {
    padding: 16px 30px !important;
    font-size: 18px !important;
    border: 1px solid #333 !important; }

  /* Banner Section hp-1*/
  .banner-hp-1 .banner-right .info {
    width: 90%;
    padding: 4px 10px 10px; }

  .banner-hp-1 .reverse .banner-right .info {
    width: 90%;
    padding: 4px 10px 10px; }

  /* Page Not Found */
  .page-not-found .page-detail .page-inner h2 {
    font-size: 45px; }

  /* Contact Section Of Contact Page*/
  .contact-section .contact-content .contact-details .contact-info {
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }

  .contact-section .contact-content .contact-details .contact-info .contact-inner {
    margin-bottom: 30px; }

  .contact-section .contact-content .contact-details .socials {
    padding-top: 0; }

  /* Testimonials Section hp-1 */
  .testimonials-hp-1 .testimonials-content {
    background: transparent; }

  .testimonials-hp-1 .owl-carousel .item .testimonials-detail {
    padding-top: 0; }

  .testimonials-hp-1 .owl-carousel.owl-theme .owl-nav.disabled {
    display: none; }

  .testimonials-hp-1 .owl-carousel.owl-theme .owl-dots {
    display: block; }

  .testimonials-hp-1 .owl-carousel.owl-theme .owl-dots .owl-dot {
    outline: none;
  }

  .testimonials-hp-1 .owl-carousel.owl-theme .owl-dots .owl-dot.active span,
  .testimonials-hp-1 .owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
    background: #333; }

  /* Shop Single v1*/
  .shop-single-v1-section .woocommerce-product-gallery .owl-carousel .owl-thumbs {
    text-align: center; }

  .shop-single-v1-section .woocommerce-product-gallery .owl-carousel .owl-thumbs .owl-thumb-item {
    width: 83px; }

  .shop-single-v1-section .summary .product_title {
    font-size: 22px; }

  .shop-single-v1-section .woocommerce-tabs .wc-tabs,
  .shop-single-v1-section .woocommerce-tabs .wc-tabs .nav-item .nav-link {
    border-bottom: none; }

  /* Shop Single v1 */
  .shop-single-v1-section .related .owl-carousel .owl-dots,
  .shop-single-v1-section .bestseller .owl-carousel .owl-dots {
    display: block; }

  .shop-single-v1-section .related .owl-carousel .owl-dots .owl-dot,
  .shop-single-v1-section .bestseller .owl-carousel .owl-dots .owl-dot {
    outline: none;
  }

  .shop-single-v1-section .related .owl-carousel .owl-dots .owl-dot.active span,
  .shop-single-v1-section .related .owl-carousel .owl-dots .owl-dot:hover span,
  .shop-single-v1-section .bestseller .owl-carousel .owl-dots .owl-dot.active span,
  .shop-single-v1-section .bestseller .owl-carousel .owl-dots .owl-dot:hover span {
    background: #333; }

  /* Testimonials Of About Page */
  .testimonials-hp-1.testimonials-about-us {
    padding-bottom: 100px; } }
/* X <= 320px --- Extra small */
@media (max-width: 320px) {
  /* Shop Single v1 */
  .shop-single-v1-section .summary .product_title {
    font-size: 20px; }
}

.contact-items {
  padding-top: 20px;
}
.taglist a {
  margin: 0 1em;
}
.link-items {
  margin-top: 3rem;
}
.short-description,
.short-description p {
  font-size: 18px;
  margin-bottom: 10px;
}
.short-description ul {
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 1rem;
}
.short-description ul li {
  margin-left: 1.5rem;
  font-size: 18px;
}
#google-map {
  height: 350px;
}
.short-description .cim {
  font-weight: 900;
  font-size: 18px;
}
.product-filter {
  display: none;
}
.custom-control-input:checked~.custom-control-label::before {
  color: white !important;
  background-color: #654e3b !important;
}
.custom-control-label::before {
  background-color: #eae1ce;
}
.custom-control-input:focus~.custom-control-label::before {
  box-shadow: 0 0 0 0, 0 0 0 0;
}
.custom-control-input:active~.custom-control-label::before {
  color: #fff;
  background-color: #654e3b;
}
#searchButton2 {
  cursor: pointer;
}
.akc_ar {
  color: #dc3545;
  font-weight: 900;
}
.banner-hp-1 .banner-right .info.lakberendezes {
  color: #000000;
  width: 60%;
}
.banner-hp-1 .banner-left .info.lakberendezes span,
.banner-hp-1 .banner-left .info.interior span {
  color: #000000;
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
  .banner-hp-1 .banner-right .info.lakberendezes {
    width: 80%;
  }
  .banner-hp-1 .banner-right .info.lakberendezes .text-1 span {
    font-size: 40px; }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .banner-hp-1 .banner-right .info.lakberendezes {
    width: 80%;
  }
  .banner-hp-1 .banner-right .info.lakberendezes .text-1 span {
    font-size: 32px; }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .banner-hp-1 .banner-right .info.lakberendezes {
    width: 80%;
  }
  .banner-hp-1 .banner-right .info.lakberendezes .text-1 span {
    font-size: 40px; }
}

@media (max-width: 575px) {
  .banner-hp-1 .banner-right .info.lakberendezes {
    width: 90%;
    padding: 4px 10px 10px;
  }
  .banner-hp-1 .banner-right .info.lakberendezes .text-1 span {
    font-size: 36px; }
}

p.white {
  color: #ffffff;
}
.banner-hp-1 .banner-left .info.reference {
    background-color: rgb(0, 0, 0, 0.4);
}
.banner-hp-1 .banner-left .info.interior {
    background-color: rgb(255, 255, 255, 0.7);
}