@charset "UTF-8";
/*
*
* ------------------------------------------------------------------
*[Master Stylesheet]
*
* Project: Olivine - Responsive Beard Oil Bootstrap 5 HTML Template
* Version: 1.00
* Created : 4/13/2021 
* Author Name: codecarnival
* Author URI: https://themeforest.net/user/codecarnival/portfolio
*
* -------------------------------------------------------------------
*
*/
/*===================================================================
[Table Of Content]

    * Typography CSS
    * Common CSS
    * Main Navigation CSS
    * Header CSS
    * Home Slider CSS
    * About CSS
    * Causes CSS
    * Donate CSS
    * Team CSS
    * Brand Logo CSS
    * Form CSS
    * Blog CSS
    * Contact CSS
    * Footer CSS

=====================================================================*/
/*
-----------------------------------------------------------------------
  Typography CSS
-----------------------------------------------------------------------
*/
body {
  color: #333333;
  font-size: 0.9375rem;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 2;
  margin: 0;
  overflow-x: hidden;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  color: #333333;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 10px;
  margin-top: 0;
}

a {
  color: #816031;
  text-decoration: none;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
a:hover, a:active, a:focus {
  box-shadow: none;
  color: #4a371c;
  outline: none;
  text-decoration: none;
}
a img {
  border: none;
}

.btn:focus {
  box-shadow: none;
}

p {
  color: #777;
  margin-bottom: 30px;
}
p:last-child {
  margin-bottom: 0;
}

:active,
:focus {
  box-shadow: none;
  outline: none !important;
}

::selection {
  background: #816031;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #816031;
  /* Firefox */
  color: #fff;
  text-shadow: none;
}

::-webkit-selection {
  background: #816031;
  /* Safari */
  color: #fff;
  text-shadow: none;
}

img {
  max-width: 100%;
}

iframe {
  border: none !important;
}

textarea:focus, textarea:active, input:focus, input:active {
  outline: none;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}

pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset {
  margin-bottom: 30px;
}

table p {
  margin-bottom: 0;
}

/*
-----------------------------------------------------------------------
  Common CSS
-----------------------------------------------------------------------
*/
.container {
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row > [class*=col-] {
  padding-right: 15px;
  padding-left: 15px;
}

.section-title {
  margin-bottom: 65px;
}
.section-title .subtitle {
  color: #816031;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}
.section-title .subtitle.line-theme-color:after {
  background-color: #816031;
}
.section-title .subtitle.line-white-color:after {
  background-color: #fff;
}
.section-title .title {
  font-size: 29px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0;
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .section-title .title {
    font-size: 24px;
  }
}
.section-title .title.line-bottom {
  display: inline-block;
  position: relative;
}
.section-title .title.line-bottom:after {
  background-color: #2b2b2b;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  bottom: -1px;
  width: 100%;
  z-index: 1;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.section-title p {
  color: #2b2b2b;
  font-size: 16px;
  margin-top: 6px;
}
@media only screen and (max-width: 1199px) {
  .section-title p {
    margin-top: 0;
  }
}
.section-title .title-style2 {
  font-size: 36px;
}
@media only screen and (max-width: 767px) {
  .section-title .title-style2 {
    font-size: 28px;
  }
}
.section-title.section-light .subtitle {
  color: #fff;
}
.section-title.section-light .title {
  color: #fff;
}
.section-title.section-light .desc p {
  color: #fff;
}

.bg-img {
  background: no-repeat center center;
  background-size: cover;
}
.bg-img.bg-img-top {
  background-position: top center;
}

.bg-img-cover {
  background-size: cover;
}

.site-wrapper-reveal {
  background-color: #FFFFFF;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.niceselect {
  float: inherit;
}
.niceselect .list {
  border-radius: 0;
  width: 100%;
}

.line-hr {
  border-bottom: 1px solid #e2e2e2;
}

.lh-1 {
  line-height: 1;
}

.no-border {
  border: none !important;
}

.z-index-1 {
  z-index: 1;
}

.z-index-2 {
  z-index: 2;
}

.content-items-center {
  align-items: center;
  display: flex;
}

.justify-items-center {
  display: flex;
  justify-content: center;
}

.form-message.alert {
  margin-top: 10px;
}

.row-gutter-0 [class*=col-] {
  margin: 0;
  padding: 0;
}

.row-gutter-10 {
  margin-right: -5px;
  margin-left: -5px;
}
.row-gutter-10 [class*=col] {
  padding-left: 5px;
  padding-right: 5px;
}

.row-gutter-12 {
  margin-right: -6px;
  margin-left: -6px;
}
.row-gutter-12 [class*=col] {
  padding-left: 6px;
  padding-right: 6px;
}

@media only screen and (min-width: 1200px) {
  .row-gutter-20 {
    margin-right: -10px;
    margin-left: -10px;
  }
  .row-gutter-20 [class*=col] {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.row-gutter-45 {
  margin-right: -22.5px;
  margin-left: -22.5px;
}
.row-gutter-45 [class*=col-] {
  margin: 0;
  padding-left: 22.5px;
  padding-right: 22.5px;
}

@media only screen and (min-width: 1200px) {
  .row-gutter-60 {
    margin-right: -30px;
    margin-left: -30px;
  }
  .row-gutter-60 [class*=col-] {
    margin: 0;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.row-gutter-70 {
  margin-right: -35px;
  margin-left: -35px;
}
.row-gutter-70 [class*=col-] {
  margin: 0;
  padding-left: 35px;
  padding-right: 35px;
}

.wrapper {
  overflow-x: hidden;
}

/*-------- Button Style Css --------*/
.btn-theme {
  background-color: #816031;
  border-color: #816031;
  border-radius: 0;
  color: #fff;
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.375;
  min-width: 140px;
  padding: 21px 37px;
  position: relative;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.btn-theme .icon {
  font-size: 23px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 42px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.btn-theme .icon.icon-img {
  max-width: none;
  width: auto;
}
.btn-theme:hover, .btn-theme:focus {
  background-color: #fea444;
  border-color: #fea444;
  color: #fff;
}
.btn-theme:hover .icon, .btn-theme:focus .icon {
  right: 40px;
}
.btn-theme.btn-theme-color2 {
  background-color: #fea444;
  border-color: #fea444;
}
.btn-theme.btn-theme-color2:hover, .btn-theme.btn-theme-color2:focus {
  background-color: #816031;
  border-color: #816031;
}
.btn-theme.btn-black {
  background-color: #000;
  border-color: #000;
}
.btn-theme.btn-black:hover {
  background-color: #816031;
  border-color: #816031;
  color: #fff;
}
.btn-theme.btn-black.btn-border {
  background-color: transparent;
  border: 2px solid #000;
  color: #000;
}
.btn-theme.btn-black.btn-border:hover {
  background-color: #816031;
  border-color: #816031;
  color: #fff;
}
.btn-theme.btn-white {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}
.btn-theme.btn-white:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.btn-theme.btn-white.btn-border {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
}
.btn-theme.btn-white.btn-border:hover {
  background-color: #fff;
  border-color: #fff;
  color: #816031;
}
.btn-theme.btn-gray {
  background-color: #f4f4f4;
  border-color: #f4f4f4;
  color: #000;
}
.btn-theme.btn-gray:hover {
  background-color: #816031;
  border-color: #816031;
  color: #fff;
}
.btn-theme.btn-border {
  background-color: transparent;
  border: 2px solid #816031;
  color: #816031;
  padding: 19px 37px;
}
.btn-theme.btn-border:hover {
  background-color: #816031;
  border-color: #816031;
  color: #fff;
}
.btn-theme.btn-border.btn-theme-color2 {
  background-color: transparent;
  border-color: #fea444;
  color: #fea444;
}
.btn-theme.btn-border.btn-theme-color2:hover {
  background-color: #fea444;
  border-color: #fea444;
  color: #fff;
}
.btn-theme.btn-border.btn-gray {
  background-color: transparent;
  border-color: #e8e8e8;
  color: #1b1b1b;
}
.btn-theme.btn-border.btn-gray:hover {
  background-color: #816031;
  border-color: #816031;
  color: #fff;
}
.btn-theme.btn-border.btn-white {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.btn-theme.btn-border.btn-white:hover {
  background-color: #816031;
  border-color: #816031;
  color: #fff;
}
.btn-theme.btn-round {
  border-radius: 25px;
}
.btn-theme.btn-round.btn-slide:before {
  border-radius: 25px;
}
.btn-theme.btn-slide {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.btn-theme.btn-slide:before {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  bottom: -40px;
  content: "";
  height: 65px;
  left: -27px;
  position: absolute;
  width: 65px;
  z-index: -1;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.btn-theme.btn-slide:after {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  content: "";
  height: 65px;
  position: absolute;
  right: -27px;
  top: -40px;
  width: 65px;
  z-index: -1;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.btn-theme.btn-slide .icon.icon-img {
  right: 42px;
}
.btn-theme.btn-slide:hover:before {
  border-radius: 32.5px;
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 0;
  width: 100%;
}
.btn-theme.btn-slide:hover:after {
  border-radius: 32.5px;
  height: 100%;
  opacity: 0;
  right: 0;
  top: 0;
  width: 100%;
}
.btn-theme.btn-hover-style {
  background-color: transparent;
  border: 1px solid #3a3a3a;
  color: #333;
  position: relative;
  z-index: 1;
}
.btn-theme.btn-hover-style:before {
  background-color: #0a1039;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.btn-theme.btn-hover-style:hover {
  color: #fff;
}
.btn-theme.btn-hover-style:hover:before {
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
}
.btn-theme.btn-hover-style-bg {
  background-color: #816031;
  border: 1px solid #816031;
  color: #fff;
  position: relative;
  z-index: 1;
}
.btn-theme.btn-hover-style-bg:before {
  background-color: #0a1039;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.btn-theme.btn-hover-style-bg:hover {
  color: #fff;
}
.btn-theme.btn-hover-style-bg:hover:before {
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
}
.btn-theme.btn-size-xs {
  border-radius: 19px;
  font-size: 15px;
  line-height: 1.5;
  min-height: 38px;
  min-width: 105px;
  padding: 8px 17px;
}
.btn-theme.btn-size-xs .icon {
  right: 20px;
}
.btn-theme.btn-size-xs.btn-border {
  padding: 7px 18px;
}
.btn-theme.btn-size-sm {
  border-radius: 22.5px;
  font-size: 15px;
  min-height: 45px;
  min-width: 130px;
  padding: 12px 22px;
}
.btn-theme.btn-size-sm .icon {
  right: 22px;
}
.btn-theme.btn-size-sm.btn-border {
  padding: 10px 20px;
}
.btn-theme.btn-size-md {
  font-size: 15px;
  min-height: 45px;
  min-width: 150px;
  padding: 12px 22px;
}
.btn-theme.btn-size-md .icon {
  right: 22px;
}
.btn-theme.btn-size-md.btn-border {
  padding: 10px 20px;
}
.btn-theme.btn-size-lg {
  height: 50px;
  min-width: 180px;
  text-align: center;
}
.btn-theme.btn-size-xl {
  height: 50px;
  min-width: 220px;
  text-align: center;
}
.btn-theme.btn-size-xxl {
  height: 52px;
  min-width: 270px;
  text-align: center;
}

.btn-link {
  color: #333;
  display: inline-block;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  text-decoration: none;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.btn-link:hover {
  color: #816031;
}

/*-------- Owl Carousel Style Css --------*/
.owl-carousel.owl-theme .owl-nav {
  margin: 0;
}
.owl-carousel.owl-theme .owl-nav [class*=owl-] {
  background-color: transparent;
  font-size: 24px;
  font-weight: 900;
  margin: 0;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.owl-carousel.owl-theme .owl-nav [class*=owl-]:hover {
  color: #816031;
}
.owl-carousel.owl-theme .owl-nav .owl-prev {
  margin-right: 10px;
}
.owl-carousel.owl-theme .owl-nav .owl-next {
  margin-left: 10px;
}
.owl-carousel.owl-theme.owl-nav2 .owl-nav {
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
}
.owl-carousel.owl-theme.owl-nav2 .owl-nav [class*=owl-] {
  position: absolute;
}
.owl-carousel.owl-theme.owl-nav2 .owl-nav [class*=owl-].owl-prev {
  left: 0;
}
.owl-carousel.owl-theme.owl-nav2 .owl-nav [class*=owl-].owl-next {
  right: 0;
}
.owl-carousel.owl-theme .owl-dots {
  margin-top: 55px;
}
.owl-carousel.owl-theme .owl-dots .owl-dot span {
  background-color: #808080;
  border: 1px solid #808080;
  height: 10px;
  margin: 5px 12px;
  width: 10px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.owl-carousel.owl-theme .owl-dots .owl-dot.active span, .owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #816031;
  border-color: #816031;
}
.owl-carousel.owl-dots-none .owl-dots {
  display: none;
}

/*-------- Page Title Style Css --------*/
.page-title-area {
  background-color: #fafafa;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.page-title-area .page-title-content {
  letter-spacing: 0;
  padding: 102px 0 89px;
}
@media only screen and (max-width: 767px) {
  .page-title-area .page-title-content {
    padding: 75px 0 70px;
  }
}
@media only screen and (max-width: 575px) {
  .page-title-area .page-title-content {
    padding: 50px 0 40px;
  }
}
.page-title-area .page-title-content .title {
  color: #333333;
  font-size: 40px;
  font-weight: 400;
  line-height: 44px;
  margin-bottom: 7px;
}
@media only screen and (max-width: 1199px) {
  .page-title-area .page-title-content .title {
    font-size: 26px;
  }
}
@media only screen and (max-width: 575px) {
  .page-title-area .page-title-content .title {
    margin-bottom: 0;
  }
}
.page-title-area .page-title-content .bread-crumbs {
  color: #777;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 8px;
}
.page-title-area .page-title-content .bread-crumbs .line-shape {
  margin-right: 19px;
}
@media only screen and (max-width: 575px) {
  .page-title-area .page-title-content .bread-crumbs .line-shape {
    margin-right: 12px;
  }
}
.page-title-area .page-title-content .bread-crumbs a {
  color: #333333;
}
.page-title-area .page-title-content .bread-crumbs a:hover {
  color: #816031;
}
.page-title-area .page-title-content .bread-crumbs span.active {
  color: #777;
}
.page-title-area .page-title-content .bread-crumbs .breadcrumb-sep {
  color: #777;
  padding: 10px 8.5px 10px 12px;
  position: relative;
  top: 1px;
}
.bread-crumbs {
  color: #777;
  font-size: 16px;
}
.bread-crumbs a {
  color: #777;
}
.bread-crumbs a:hover {
  color: #816031;
}

/*-------- Pagination Style Css --------*/
.pagination-area .page-numbers {
  display: flex;
  justify-content: center;
  margin: 0px;
  padding: 0px;
}
@media only screen and (max-width: 991px) {
  .pagination-area .page-numbers {
    margin-bottom: 30px;
  }
}
.pagination-area .page-numbers li {
  display: inline-block;
  margin: 0 8px 0 0;
}
@media only screen and (max-width: 575px) {
  .pagination-area .page-numbers li {
    margin-bottom: 7px;
  }
}
.pagination-area .page-numbers li .page-number {
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
  display: inline-block;
  color: #535353;
  height: 40px;
  padding: 0;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  width: 40px;
}
.pagination-area .page-numbers li .page-number.active {
  background-color: #816031;
  color: #fff;
  cursor: not-allowed;
}
.pagination-area .page-numbers li .page-number.disabled {
  cursor: not-allowed;
}
.pagination-area .page-numbers li .page-number i {
  font-size: 24px;
  line-height: 40px;
}
.pagination-area .page-numbers li .page-number.prev {
  font-size: 24px;
}
.pagination-area .page-numbers li .page-number.next {
  font-size: 24px;
}
.pagination-area .page-numbers li .page-number:hover {
  background-color: #816031;
  color: #fff;
}
.pagination-area .total-pages {
  font-size: 14px;
  line-height: 24px;
}
.pagination-area .total-pages p {
  color: #333333;
  margin: 4px 0 0;
}

/*-------- Blockquote Style Css --------*/
/*-------- Accordian Style Css --------*/
.accordian-content .accordion .accordion-item {
  border: none;
  margin-bottom: 30px;
  overflow: visible;
}
.accordian-content .accordion .accordion-item:last-child {
  margin-bottom: 0;
}
.accordian-content .accordion .accordion-item .accordion-header {
  padding: 0;
}
.accordian-content .accordion .accordion-item .accordion-header .accordion-button {
  align-items: center;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #e1e1e1;
  border-radius: 0;
  box-shadow: none;
  color: #000;
  display: flex;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 600;
  justify-content: space-between;
  padding: 0 0 11px 0;
  position: relative;
  text-align: left;
  width: 100%;
  z-index: 1;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.accordian-content .accordion .accordion-item .accordion-header .accordion-button:after {
  display: none;
}
.accordian-content .accordion .accordion-item .accordion-header .accordion-button .icon {
  color: #000;
  font-size: 18px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.accordian-content .accordion .accordion-item .accordion-header .accordion-button .icon.icon-plus {
  display: none;
}
.accordian-content .accordion .accordion-item .accordion-header .accordion-button.collapsed {
  color: #000;
}
.accordian-content .accordion .accordion-item .accordion-header .accordion-button.collapsed .icon {
  color: #000;
}
.accordian-content .accordion .accordion-item .accordion-header .accordion-button.collapsed .icon.icon-plus {
  display: inline-block;
}
.accordian-content .accordion .accordion-item .accordion-header .accordion-button.collapsed .icon.icon-minus {
  display: none;
}
.accordian-content .accordion .accordion-item .accordion-collapse {
  border: none;
}
.accordian-content .accordion .accordion-item .accordion-body {
  padding: 29px 0 9px 0;
}

/*-------- Tab Style Css --------*/
.tab-default .nav.nav-tabs {
  border: none;
  margin-bottom: 61px;
}
@media only screen and (max-width: 1199px) {
  .tab-default .nav.nav-tabs {
    margin-bottom: 14px;
  }
}
.tab-default .nav.nav-tabs .nav-item {
  margin-right: 62px;
}
@media only screen and (max-width: 1199px) {
  .tab-default .nav.nav-tabs .nav-item {
    margin-right: 30px;
  }
}
.tab-default .nav.nav-tabs .nav-item .nav-link {
  background-color: transparent;
  border: none;
  border-radius: 0;
  color: #707070;
  font-size: 18px;
  line-height: 24px;
  padding: 0 14px 28px;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .tab-default .nav.nav-tabs .nav-item .nav-link {
    font-size: 14px;
    padding: 0 0 6px;
  }
}
.tab-default .nav.nav-tabs .nav-item .nav-link:before {
  position: absolute;
  content: "";
  left: 0px;
  right: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: #333333;
  z-index: 2;
}
.tab-default .nav.nav-tabs .nav-item .nav-link.active {
  color: #333;
  font-weight: 700;
}
.tab-default .nav.nav-tabs .nav-item .nav-link.active:before {
  width: 100%;
}
.tab-default .nav.nav-tabs .nav-item:last-child {
  margin-right: 0;
}
.tab-default .tab-content p {
  margin-bottom: 20px;
  width: 88%;
}

.feature-tab-content .nav.nav-tabs {
  border-bottom: none;
  margin-bottom: 41px;
}
.feature-tab-content .nav.nav-tabs .nav-item {
  margin-right: 60px;
}
@media only screen and (max-width: 767px) {
  .feature-tab-content .nav.nav-tabs .nav-item {
    margin-right: 25px;
  }
}
@media only screen and (max-width: 575px) {
  .feature-tab-content .nav.nav-tabs .nav-item {
    margin-right: 15px;
    font-size: 12px;
  }
}
.feature-tab-content .nav.nav-tabs .nav-item .nav-link {
  border: none;
  border-bottom: 3px solid #ddd;
  color: #000;
  padding: 0 0 13px;
  text-transform: uppercase;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.feature-tab-content .nav.nav-tabs .nav-item .nav-link:hover {
  color: #816031;
}
.feature-tab-content .nav.nav-tabs .nav-item .nav-link:focus {
  color: #816031;
}
.feature-tab-content .nav.nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
  border-bottom-color: #816031;
}
.feature-tab-content .nav.nav-tabs .nav-item:last-child {
  margin-right: 0;
}
.feature-tab-content .tab-content .tab-pane p {
  line-height: 30px;
  margin-bottom: 10px;
}
/*-------- Progress Bar Style Css --------*/
.progress-item {
  margin-bottom: 30px;
}
.progress-item .progress-info {
  font-size: 0.875rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.progress-item .progress-info .title {
  display: inline-block;
}
.progress-item .progress-info .percent {
  margin-right: -20px;
}
.progress-item .progress-line {
  background-color: #000;
  border-radius: 2.5px;
  height: 5px;
  position: relative;
}
.progress-item .progress-line .progress-bar-line {
  background-color: #816031;
  border-radius: 2.5px;
  height: 100%;
  width: 0;
}

/*-------- Faq Style Css --------*/
.faq-area {
  padding: 93px 0 100px;
}
@media only screen and (max-width: 575px) {
  .faq-area {
    padding: 80px 0 85px;
  }
}
.faq-area .section-title {
  margin-bottom: 59px;
}
.faq-area .section-title .title {
  font-size: 36px;
  font-weight: 700;
}
.faq-area .accordian-content .accordion .accordion-item {
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 3px;
  margin-bottom: 2px;
  overflow: visible;
}
.faq-area .accordian-content .accordion .accordion-item .accordion-header {
  padding: 0;
}
.faq-area .accordian-content .accordion .accordion-item .accordion-header .accordion-button {
  background-color: rgba(0, 0, 0, 0.03);
  box-shadow: none;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 35px 16px 33px;
}
.faq-area .accordian-content .accordion .accordion-item .accordion-header .accordion-button:before {
  color: #000;
  content: "-";
  position: absolute;
  right: 21px;
  top: 13px;
  font-size: 22px;
}
.faq-area .accordian-content .accordion .accordion-item .accordion-header .accordion-button .icon {
  color: #816031;
  font-size: 18px;
}
.faq-area .accordian-content .accordion .accordion-item .accordion-header .accordion-button.collapsed:before {
  content: "+";
}
.faq-area .accordian-content .accordion .accordion-item .accordion-header .accordion-button.collapsed .icon {
  color: #3e4140;
}
.faq-area .accordian-content .accordion .accordion-item .accordion-header .accordion-button.collapsed:hover {
  background-color: rgba(0, 0, 0, 0.03);
  text-decoration: underline;
}
.faq-area .accordian-content .accordion .accordion-item .accordion-header .accordion-button.collapsed:hover:before {
  background-color: rgba(0, 0, 0, 0.03);
}
.faq-area .accordian-content .accordion .accordion-item .accordion-collapse {
  border: none;
}
.faq-area .accordian-content .accordion .accordion-item .accordion-body {
  color: #777;
  letter-spacing: 0;
  line-height: 24px;
  padding: 20px;
  font-size: 14px;
}

/*-------- Page-Not-Found Style Css --------*/
.page-not-found-area {
  padding: 100px 0;
}
@media only screen and (max-width: 991px) {
  .page-not-found-area {
    padding: 55px 0 70px;
  }
}
.page-not-found-area .content .title {
  color: #816031;
  font-size: 200px;
  font-weight: 600;
  line-height: 190px;
}
@media only screen and (max-width: 991px) {
  .page-not-found-area .content .title {
    font-size: 108px;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 575px) {
  .page-not-found-area .content .title {
    font-size: 64px;
  }
}
@media only screen and (max-width: 479.98px) {
  .page-not-found-area .content .title {
    font-size: 54px;
  }
}
.page-not-found-area .content .sub-title {
  color: #816031;
  font-size: 64px;
  font-weight: 400;
  font-family: "Vandella";
  margin: 43px 0 73px;
}
@media only screen and (max-width: 991px) {
  .page-not-found-area .content .sub-title {
    font-size: 44px;
    margin: 35px 0 50px;
  }
}
@media only screen and (max-width: 575px) {
  .page-not-found-area .content .sub-title {
    font-size: 28px;
    margin: 30px 0 40px;
  }
}
.page-not-found-area .content .btn-home {
  background-color: #fff;
  color: #000;
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  padding: 18px 30px;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}
.page-not-found-area .content .btn-home:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #816031;
  transform: scaleY(0);
  transform-origin: 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.page-not-found-area .content .btn-home:hover {
  color: #fff;
}
.page-not-found-area .content .btn-home:hover:before {
  transform: scaleY(1);
}

/*-------- Coming-Soon Style Css --------*/
.coming-soon-area {
  background-position: top right;
  background-repeat: no-repeat;
  align-items: center;
  display: flex;
  height: 100vh;
  padding: 0;
}
.coming-soon-area .countdown-content {
  margin-bottom: 78px;
}
.coming-soon-area .countdown-content .countdown-timer li {
  margin: 0 55px;
}
@media only screen and (max-width: 1199px) {
  .coming-soon-area .countdown-content .countdown-timer li {
    margin: 0 25px;
  }
}
@media only screen and (max-width: 479.98px) {
  .coming-soon-area .countdown-content .countdown-timer li {
    margin: 0 15px;
  }
}
.coming-soon-area .countdown-content .countdown-timer li span {
  color: #fff;
  display: inline-block;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 18px;
}
@media only screen and (max-width: 479.98px) {
  .coming-soon-area .countdown-content .countdown-timer li span {
    font-size: 16px;
  }
}
.coming-soon-area .countdown-content .countdown-timer li p {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 0;
}
@media only screen and (max-width: 479.98px) {
  .coming-soon-area .countdown-content .countdown-timer li p {
    font-size: 13px;
  }
}
.coming-soon-area .coming-soon-content {
  margin-top: 83px;
}
.coming-soon-area .coming-soon-content h2 {
  color: #fff;
  font-size: 100px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 15px;
  margin-top: 0;
}
@media only screen and (max-width: 991px) {
  .coming-soon-area .coming-soon-content h2 {
    font-size: 48px;
  }
}
@media only screen and (max-width: 479.98px) {
  .coming-soon-area .coming-soon-content h2 {
    font-size: 24px;
  }
}
.coming-soon-area .coming-soon-content p {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 64px;
}
@media only screen and (max-width: 991px) {
  .coming-soon-area .coming-soon-content p {
    font-size: 14px;
  }
  .coming-soon-area .coming-soon-content p br {
    display: none;
  }
}
@media only screen and (max-width: 479.98px) {
  .coming-soon-area .coming-soon-content p {
    font-size: 13px;
  }
}
.coming-soon-area .input-btn-group {
  border-radius: 50px;
  display: flex;
  justify-content: space-between;
  height: 34px;
  padding: 1px;
}
.coming-soon-area .input-btn-group .form-control {
  border-radius: 50px;
  font-size: 14px;
  max-width: 85.3%;
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .coming-soon-area .input-btn-group .form-control {
    max-width: 420px;
  }
}
@media only screen and (max-width: 991px) {
  .coming-soon-area .input-btn-group .form-control {
    max-width: 320px;
  }
}
@media only screen and (max-width: 479.98px) {
  .coming-soon-area .input-btn-group .form-control {
    max-width: 170px;
  }
}
.coming-soon-area .input-btn-group .btn-theme {
  background-color: #fff;
  border-color: #fff;
  border-radius: 0 25px 25px 0;
  color: #c3c3c3;
  height: 32px;
  min-height: 32px;
  line-height: 31px;
  padding: 0 18px;
}
.coming-soon-area .input-btn-group .btn-theme:hover {
  background-color: #000;
  border-color: #000;
}

/*-------- Preloader Style Css --------*/
.preloader-deactive .preloader-wrap {
  display: none;
}

.preloader-wrap {
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100vw;
  z-index: 99999;
  overflow: hidden;
}
.preloader-wrap .preloader {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  margin-left: -32px;
  margin-top: -50px;
}
.preloader-wrap .preloader .dot {
  height: 100%;
  width: 100%;
  display: block;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  animation: la-rotateplane 1.2s infinite ease-in-out;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #816031;
}
@keyframes la-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
/*-------- Custom Font Style Css --------*/
.font-size-12 {
  font-size: 12px !important;
}

.font-size-14 {
  font-size: 14px !important;
}

.font-size-16 {
  font-size: 16px !important;
}

.font-size-24 {
  font-size: 24px !important;
}

.font-size-30 {
  font-size: 30px !important;
}

.font-size-36 {
  font-size: 36px !important;
}

.font-size-40 {
  font-size: 40px !important;
}

.font-size-44 {
  font-size: 44px !important;
}

.font-size-50 {
  font-size: 50px !important;
}

@media only screen and (max-width: 991px) {
  .font-size-sm-18 {
    font-size: 18px !important;
  }

  .font-size-sm-24 {
    font-size: 24px !important;
  }
}
.font-weight-300 {
  font-weight: 300 !important;
}

.font-weight-400 {
  font-weight: 400 !important;
}

.font-weight-600 {
  font-weight: 600 !important;
}

.font-weight-700 {
  font-weight: 700 !important;
}

.font-weight-900 {
  font-weight: 900 !important;
}

.font-family2 {
  font-family: "Pacifico", cursive !important;
}

.line-height-30 {
  line-height: 30px !important;
}

.letter-spacing-0 {
  letter-spacing: 0 !important;
}

.letter-spacing-1 {
  letter-spacing: 1px !important;
}

/*-------- Custom Color Style Css --------*/
.bgcolor-black {
  background-color: #000 !important;
}

.bgcolor-black-light {
  background-color: #1d1f1f !important;
}

.bgcolor-white {
  background-color: #fff !important;
}

.bgcolor-24 {
  background-color: #242424 !important;
}

.bgcolor-333 {
  background-color: #333333 !important;
}

.bgcolor-fa {
  background-color: #fafafa !important;
}

.bgcolor-f4 {
  background-color: #f4f4f4 !important;
}

.bgcolor-f5 {
  background-color: #f5f5f5 !important;
}

.bgcolor-f6 {
  background-color: #f6f6f6 !important;
}

.bgcolor-gray-light {
  background-color: #f4f6f8 !important;
}

.bgcolor-gray-lighter {
  background-color: #eee !important;
}

.bgcolor-gray {
  background-color: #f0f2f4 !important;
}

.bgcolor-gray-silver {
  background-color: #f0f1f3 !important;
}

.bgcolor-gray-ccc {
  background-color: #ccc !important;
}

.bgcolor-theme {
  background-color: #816031 !important;
}

.bgcolor-theme2 {
  background-color: #fea444 !important;
}

.bgcolor-theme3 {
  background-color: #1b1b1b !important;
}

.text-theme-color {
  color: #816031 !important;
}

.text-theme-color2 {
  color: #fea444 !important;
}

.text-light {
  color: #fff !important;
}

.text-dark {
  color: #000 !important;
}

.text-black {
  color: #000 !important;
}

.text-ccc {
  color: #ccc !important;
}

.text-hover-theme-color:hover {
  color: #816031 !important;
}

@media only screen and (max-width: 767px) {
  .sm-text-start {
    text-align: left !important;
  }
}

@media only screen and (max-width: 991px) {
  .md-text-center {
    text-align: center !important;
  }
}

@media only screen and (max-width: 575px) {
  .xs-d-none {
    display: none !important;
  }
}

/*-------- Custom Margin Padding Style Css --------*/
.mt-01 {
  margin-top: 1px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-12 {
  margin-top: 12px !important;
}

.mt-14 {
  margin-top: 14px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-18 {
  margin-top: 18px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-21 {
  margin-top: 21px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-65 {
  margin-top: 65px;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mt-120 {
  margin-top: 120px !important;
}

.mt-n8 {
  margin-top: -8px !important;
}

@media only screen and (max-width: 1399px) {
  .mt-xl-30 {
    margin-top: 30px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mt-lg-50 {
    margin-top: 50px !important;
  }

  .mt-lg-70 {
    margin-top: 70px !important;
  }
}
@media only screen and (max-width: 991px) {
  .md-mt-0 {
    margin-top: 0 !important;
  }

  .mt-md-30 {
    margin-top: 30px !important;
  }

  .mt-md-40 {
    margin-top: 40px !important;
  }

  .mt-md-50 {
    margin-top: 50px !important;
  }

  .mt-md-60 {
    margin-top: 60px !important;
  }

  .mt-md-70 {
    margin-top: 70px !important;
  }
}
@media only screen and (max-width: 767px) {
  .sm-mt-0 {
    margin-top: 0 !important;
  }

  .mt-sm-20 {
    margin-top: 20px !important;
  }

  .mt-sm-30 {
    margin-top: 30px !important;
  }
}
@media only screen and (max-width: 575px) {
  .mt-xs-0 {
    margin-top: 0px;
  }

  .mt-xs-30 {
    margin-top: 30px !important;
  }
}
.mr-0 {
  margin-right: 0 !important;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-80 {
  margin-right: 80px;
}

.mr--100 {
  margin-right: -100px;
}

@media only screen and (max-width: 1199px) {
  .lg-mr-0 {
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 991px) {
  .md-mr-0 {
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .sm-mr-0 {
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 575px) {
  .mr-xs-0 {
    margin-right: 0;
  }

  .mr-xs-15 {
    margin-right: 15;
  }
}
.mb-7 {
  margin-bottom: 7px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-13 {
  margin-bottom: 13px !important;
}

.mb-14 {
  margin-bottom: 14px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-21 {
  margin-bottom: 21px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-26 {
  margin-bottom: 26px !important;
}

.mb-29 {
  margin-bottom: 29px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-31 {
  margin-bottom: 31px !important;
}

.mb-32 {
  margin-bottom: 32px !important;
}

.mb-34 {
  margin-bottom: 34px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-39 {
  margin-bottom: 39px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-44 {
  margin-bottom: 44px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-85 {
  margin-bottom: 85px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-95 {
  margin-bottom: 95px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mb-115 {
  margin-bottom: 115px !important;
}

.mb-120 {
  margin-bottom: 120px !important;
}

.mb-150 {
  margin-bottom: 150px !important;
}

.mb-438 {
  margin-bottom: 438px !important;
}

.mb-470 {
  margin-bottom: 470px !important;
}

.mb-471 {
  margin-bottom: 471px !important;
}

@media only screen and (max-width: 1199px) {
  .lg-mb-0 {
    margin-bottom: 0 !important;
  }

  .mb-lg-30 {
    margin-bottom: 30px !important;
  }

  .mb-lg-40 {
    margin-bottom: 40px !important;
  }

  .mb-lg-50 {
    margin-bottom: 50px !important;
  }

  .mb-lg-70 {
    margin-bottom: 70px !important;
  }

  .mb-lg-80 {
    margin-bottom: 80px !important;
  }

  .mb-lg-448 {
    margin-bottom: 448px !important;
  }
}
@media only screen and (max-width: 991px) {
  .md-mb-0, .md-mb-0 {
    margin-bottom: 0px !important;
  }

  .mb-md-0 {
    margin-bottom: 0px !important;
  }

  .mb-md-10 {
    margin-bottom: 10px !important;
  }

  .mb-md-30 {
    margin-bottom: 30px !important;
  }

  .mb-md-40 {
    margin-bottom: 40px !important;
  }

  .mb-md-50 {
    margin-bottom: 50px !important;
  }

  .mb-md-60 {
    margin-bottom: 60px !important;
  }

  .mb-md-70 {
    margin-bottom: 70px !important;
  }

  .mb-md-80 {
    margin-bottom: 80px !important;
  }

  .mb-md-90 {
    margin-bottom: 90px !important;
  }

  .mb-md-100 {
    margin-bottom: 100px !important;
  }

  .mb-md-150 {
    margin-bottom: 150px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mb-sm-0, .sm-mb-0 {
    margin-bottom: 0px !important;
  }

  .mb-sm-10 {
    margin-bottom: 10px !important;
  }

  .mb-sm-20 {
    margin-bottom: 20px !important;
  }

  .mb-sm-30 {
    margin-bottom: 30px !important;
  }

  .mb-sm-40 {
    margin-bottom: 40px !important;
  }

  .mb-sm-50 {
    margin-bottom: 50px !important;
  }

  .mb-sm-60 {
    margin-bottom: 60px !important;
  }

  .mb-sm-70 {
    margin-bottom: 70px !important;
  }
}
@media only screen and (max-width: 575px) {
  .mb-xs-0 {
    margin-bottom: 0 !important;
  }

  .mb-xs-10 {
    margin-bottom: 10px !important;
  }

  .mb-xs-30 {
    margin-bottom: 30px !important;
  }

  .mb-xs-50 {
    margin-bottom: 50px !important;
  }
}
@media only screen and (max-width: 479.98px) {
  .mb-xxs-0 {
    margin-bottom: 0 !important;
  }

  .mb-xxs-30 {
    margin-bottom: 30px !important;
  }
}
.ml-0 {
  margin-left: 0 !important;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-50 {
  margin-left: 50px !important;
}

@media only screen and (max-width: 991px) {
  .ml-md-0 {
    margin-left: 0 !important;
  }

  .md-ml-0 {
    margin-left: 0 !important;
  }
}
@media only screen and (max-width: 479.98px) {
  .ml-xxs-5 {
    margin-left: 5px !important;
  }
}
.pb-5 {
  padding-bottom: 5px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pb-27 {
  padding-bottom: 27px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-55 {
  padding-bottom: 55px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pb-75 {
  padding-bottom: 75px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-85 {
  padding-bottom: 85px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pb-95 {
  padding-bottom: 95px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pb-110 {
  padding-bottom: 110px !important;
}

.pb-115 {
  padding-bottom: 115px !important;
}

.pb-120 {
  padding-bottom: 120px !important;
}

.pb-125 {
  padding-bottom: 125px !important;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-170 {
  padding-bottom: 170px;
}

@media only screen and (max-width: 1399px) {
  .pb-xl-70 {
    padding-bottom: 70px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pb-lg-10 {
    padding-bottom: 10px !important;
  }

  .pb-lg-30 {
    padding-bottom: 30px !important;
  }

  .pb-lg-70 {
    padding-bottom: 70px !important;
  }

  .pb-lg-90 {
    padding-bottom: 90px !important;
  }
}
@media only screen and (max-width: 991px) {
  .md-pb-0 {
    padding-bottom: 0 !important;
  }

  .pb-md-10 {
    padding-bottom: 10px !important;
  }

  .pb-md-20 {
    padding-bottom: 20px !important;
  }

  .pb-md-30 {
    padding-bottom: 30px !important;
  }

  .pb-md-40 {
    padding-bottom: 40px !important;
  }

  .pb-md-50 {
    padding-bottom: 50px !important;
  }

  .pb-md-60 {
    padding-bottom: 60px !important;
  }

  .pb-md-70 {
    padding-bottom: 70px !important;
  }

  .pb-md-80 {
    padding-bottom: 80px !important;
  }

  .pb-md-90 {
    padding-bottom: 90px !important;
  }

  .pb-md-100 {
    padding-bottom: 100px !important;
  }

  .pb-md-120 {
    padding-bottom: 120px !important;
  }

  .pb-md-170 {
    padding-bottom: 170px !important;
  }
}
@media only screen and (max-width: 767px) {
  .sm-pb-0 {
    padding-bottom: 0 !important;
  }

  .pb-sm-10 {
    padding-bottom: 10px !important;
  }

  .pb-sm-20 {
    padding-bottom: 20px !important;
  }

  .pb-sm-30 {
    padding-bottom: 30px !important;
  }

  .pb-sm-50 {
    padding-bottom: 50px !important;
  }

  .pb-sm-60 {
    padding-bottom: 60px !important;
  }

  .pb-sm-70 {
    padding-bottom: 70px !important;
  }

  .pb-sm-80 {
    padding-bottom: 80px !important;
  }

  .pb-sm-100 {
    padding-bottom: 100px !important;
  }

  .pb-sm-170 {
    padding-bottom: 170px !important;
  }
}
@media only screen and (max-width: 575px) {
  .pb-xs-30 {
    padding-bottom: 30px !important;
  }

  .pb-xs-80 {
    padding-bottom: 80px !important;
  }
}
.pl-0 {
  padding-left: 0 !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-100 {
  padding-left: 100px;
}

.pl-130 {
  padding-left: 130px !important;
}

@media only screen and (max-width: 1199px) {
  .pl-lg-15 {
    padding-left: 15px !important;
  }

  .pl-lg-30 {
    padding-left: 30px !important;
  }

  .pl-lg-50 {
    padding-left: 50px !important;
  }
}
@media only screen and (max-width: 991px) {
  .md-pl-0 {
    padding-left: 0 !important;
  }

  .md-pl-15 {
    padding-left: 15px !important;
  }
}
@media only screen and (max-width: 767px) {
  .sm-pl-0 {
    padding-left: 0 !important;
  }

  .pl-sm-5 {
    padding-left: 5px !important;
  }

  .sm-pl-15, .pl-sm-15 {
    padding-left: 15px !important;
  }
}
@media only screen and (max-width: 575px) {
  .pl-xs-0 {
    padding-left: 0 !important;
  }

  .pl-xs-15 {
    padding-left: 15px !important;
  }

  .pl-xs-30 {
    padding-left: 30px !important;
  }
}
@media only screen and (max-width: 479.98px) {
  .pl-xxs-0 {
    padding-left: 0 !important;
  }

  .pl-xxs-30 {
    padding-left: 30px !important;
  }
}
.pt-10 {
  padding-top: 10px !important;
}

.pt-12 {
  padding-top: 12px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-55 {
  padding-top: 55px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pt-95 {
  padding-top: 95px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pt-110 {
  padding-top: 110px !important;
}

.pt-120 {
  padding-top: 120px !important;
}

.pt-125 {
  padding-top: 125px !important;
}

.pt-130 {
  padding-top: 130px !important;
}

.pt-140 {
  padding-top: 140px !important;
}

.pt-150 {
  padding-top: 150px !important;
}

.pt-160 {
  padding-top: 160px !important;
}

.pt-165 {
  padding-top: 165px;
}

.pt-170 {
  padding-top: 170px;
}

@media only screen and (max-width: 1199px) {
  .lg-pt-0 {
    padding-top: 0 !important;
  }

  .lg-pt-15 {
    padding-top: 15px !important;
  }
}
@media only screen and (max-width: 991px) {
  .md-pt-0 {
    padding-top: 0 !important;
  }

  .pt-md-10 {
    padding-top: 10px !important;
  }

  .pt-md-30 {
    padding-top: 30px !important;
  }

  .pt-md-40 {
    padding-top: 40px !important;
  }

  .pt-md-50 {
    padding-top: 50px !important;
  }

  .pt-md-60 {
    padding-top: 60px !important;
  }

  .pt-md-65 {
    padding-top: 65px !important;
  }

  .pt-md-70 {
    padding-top: 70px !important;
  }

  .pt-md-80 {
    padding-top: 80px !important;
  }

  .pt-md-90 {
    padding-top: 90px !important;
  }

  .pt-md-100 {
    padding-top: 100px !important;
  }

  .pt-md-120 {
    padding-top: 120px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pt-sm-10 {
    padding-top: 10px !important;
  }

  .pt-sm-30 {
    padding-top: 30px !important;
  }

  .pt-sm-50 {
    padding-top: 50px !important;
  }

  .pt-sm-60 {
    padding-top: 60px !important;
  }

  .pt-sm-70 {
    padding-top: 70px !important;
  }

  .pt-sm-80 {
    padding-top: 80px !important;
  }

  .pt-sm-90 {
    padding-top: 90px !important;
  }

  .pt-sm-100 {
    padding-top: 100px !important;
  }
}
@media only screen and (max-width: 575px) {
  .pt-xs-40 {
    padding-top: 40px !important;
  }
}
.pr-0 {
  padding-right: 0 !important;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-100 {
  padding-right: 100px;
}

@media only screen and (max-width: 1199px) {
  .lg-pr-0 {
    padding-right: 0 !important;
  }

  .pr-lg-15 {
    padding-right: 15px !important;
  }
}
@media only screen and (max-width: 767px) {
  .sm-pr-0 {
    padding-right: 0 !important;
  }

  .pr-sm-5 {
    padding-right: 5px !important;
  }

  .sm-pr-15, .pr-sm-15 {
    padding-right: 15px !important;
  }
}
@media only screen and (max-width: 991px) {
  .md-pr-15 {
    padding-right: 15px;
  }

  .md-pl-15 {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .xs-pr-15, .pr-xs-15 {
    padding-right: 15px;
  }
}
.d-contents {
  display: contents;
}

/*-------- Scroll To Top Style Css --------*/
.scroll-to-top {
  background-color: #262626;
  border: none;
  border-radius: 50%;
  bottom: 53px;
  color: #fff;
  cursor: pointer;
  display: none;
  font-size: 22px;
  height: 50px;
  line-height: 50px;
  position: fixed;
  right: 50px;
  text-align: center;
  width: 50px;
  z-index: 100;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .scroll-to-top {
    bottom: 0;
  }
}
.scroll-to-top:hover {
  background-color: #816031;
  box-shadow: none;
  color: #fff;
}

/*
-----------------------------------------------------------------------
	Main Navigation CSS
-----------------------------------------------------------------------
*/
.main-menu {
  align-content: center;
  font-family: "Poppins", sans-serif;
}
.main-menu > li {
  margin-right: 14px;
  padding: 3px 0;
}
.main-menu > li:last-child {
  margin-right: 0;
}
.main-menu > li > a {
  color: #1b1b1b;
  display: block;
  font-size: 12.5px;
  font-weight: 700;
  line-height: 22px;
  padding: 7px 25px;
  position: relative;
  text-transform: uppercase;
}
.main-menu > li:hover > a, .main-menu > li.active > a {
  color: #816031;
}
.main-menu.menu-capitalize > li > a {
  font-size: 16px;
  text-transform: capitalize;
}

.has-submenu {
  padding-right: 10px;
  position: relative;
}
.has-submenu > a {
  position: relative;
}
.has-submenu > a:after {
  content: "";
  color: #1b1b1b;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  font-family: "FontAwesome";
  position: absolute;
  right: 11px;
  top: 7px;
}
.has-submenu:hover > .submenu-nav {
  opacity: 1;
  margin-top: 0;
  visibility: visible;
  pointer-events: visible;
}
.has-submenu:hover .menu-content .menu-content-inner h4, .has-submenu:hover .menu-content .menu-content-inner .btn-brand {
  transform: none !important;
}
.has-submenu .submenu-nav {
  background-color: #111;
  border: none;
  border-bottom: none;
  padding: 15px 0 15px;
  position: absolute;
  left: -25px;
  top: 100%;
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  min-width: 250px;
  margin-top: 40px;
  z-index: 9999;
}
@media only screen and (max-width: 1199px) {
  .has-submenu .submenu-nav {
    min-width: 210px;
  }
}
.has-submenu .submenu-nav:before {
  content: "";
  position: absolute;
  height: 56px;
  width: 100%;
  left: 0;
  bottom: 100%;
}
.has-submenu .submenu-nav > li {
  padding: 5px 20px;
}
.has-submenu .submenu-nav > li a {
  color: #aaa;
  display: block;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: inherit;
  text-transform: capitalize;
}
.has-submenu .submenu-nav > li a:hover {
  color: #fff;
}
.has-submenu .submenu-nav > li:hover > a {
  color: #fff;
}
.has-submenu .submenu-nav > li:hover:after {
  color: #fff !important;
}
.has-submenu .submenu-nav > li.has-submenu {
  position: relative;
}
.has-submenu .submenu-nav > li.has-submenu a:before {
  display: block;
}
.has-submenu .submenu-nav > li.has-submenu:hover > .submenu-nav {
  transform: none;
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}
.has-submenu .submenu-nav > li.has-submenu:after {
  content: "";
  color: #333333;
  font-size: 15px;
  line-height: 1.2;
  font-family: "FontAwesome";
  position: absolute;
  right: 25px;
  top: 12px;
}
.has-submenu .submenu-nav > li.has-submenu .submenu-nav {
  left: 100%;
  top: 0;
  margin-top: -15px;
}
.has-submenu .submenu-nav-mega {
  display: flex;
  padding: 40px 50px;
  max-width: 1170px;
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .has-submenu .submenu-nav-mega {
    width: 830px;
  }
}
.has-submenu .submenu-nav-mega .mega-menu-item {
  text-align: left;
  padding-right: 30px;
  padding-left: 0;
  float: left;
  display: block;
  width: 20%;
  padding-top: 0;
}
.has-submenu .submenu-nav-mega .mega-menu-item.banner-menu-content-wrap {
  width: 40%;
}
.has-submenu .submenu-nav-mega .mega-menu-item:last-child {
  border-right: 0;
}
.has-submenu .submenu-nav-mega .mega-menu-item ul li {
  position: relative;
  padding: 10px 25px;
}
.has-submenu .submenu-nav-mega .mega-menu-item ul li a:hover {
  color: #fff;
}
.has-submenu .submenu-nav-mega .mega-menu-item ul li.feature a {
  position: relative;
}
.has-submenu .submenu-nav-mega .mega-menu-item ul li.feature a:before {
  content: "";
  position: absolute;
  font-family: "FontAwesome";
  color: #816031;
  right: -20px;
  top: 1px;
  font-size: 12px;
}
.has-submenu .submenu-nav-mega .mega-menu-item ul li.new a {
  position: relative;
}
.has-submenu .submenu-nav-mega .mega-menu-item ul li.new a:after {
  background-color: #816031;
  content: "New";
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  border-radius: 2px;
  position: absolute;
  top: 0;
  right: -38px;
  line-height: 1;
  padding: 2px 3px;
}
.has-submenu .submenu-nav-mega .mega-menu-item ul li:hover .menu-thumb {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.has-submenu .submenu-nav-mega .mega-menu-item ul li.active a {
  color: #fff;
}
.has-submenu .submenu-nav-mega .mega-menu-item.menu-content {
  padding: 0 !important;
  margin: -1px;
}
.has-submenu .submenu-nav-mega .mega-menu-item.menu-content .menu-content-inner {
  background-size: cover;
  background-position: center center;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 15px;
}
.has-submenu .submenu-nav-mega .mega-menu-item.menu-content .menu-content-inner h4, .has-submenu .submenu-nav-mega .mega-menu-item.menu-content .menu-content-inner .btn-brand {
  color: #fff;
  transition: 0.4s;
  transition-delay: 0.3s;
}
.has-submenu .submenu-nav-mega .mega-menu-item.menu-content .menu-content-inner h4 {
  transform: translateY(-80%);
}
.has-submenu .submenu-nav-mega .mega-menu-item.menu-content .menu-content-inner h4 span {
  color: #816031;
  font-style: italic;
}
.has-submenu .submenu-nav-mega .mega-menu-item.menu-content .menu-content-inner .btn-brand {
  margin-top: 30px;
  font-weight: 700;
  transform: translateY(80%);
}
.has-submenu.full-width {
  position: static;
}
.has-submenu.colunm-two {
  position: relative;
}
.has-submenu.colunm-two .submenu-nav-mega {
  left: 100px !important;
  width: 550px;
}
.has-submenu.colunm-two .submenu-nav-mega .mega-menu-item {
  padding: 0 !important;
  flex-basis: 50%;
}

/* Responsive Mobile Menu */
.res-mobile-menu {
  margin: 0 -10px;
}
.res-mobile-menu .slicknav_btn {
  display: none;
}
.res-mobile-menu .slicknav_menu {
  background-color: transparent;
  padding: 0;
}
.res-mobile-menu .slicknav_nav {
  display: block !important;
}
.res-mobile-menu .slicknav_nav li {
  border-bottom: none;
  margin-bottom: 1px;
  position: relative;
}
.res-mobile-menu .slicknav_nav li:last-child {
  border-bottom: 0;
}
.res-mobile-menu .slicknav_nav li a {
  color: #777;
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
  padding: 10px 25px;
  margin: 0;
  text-transform: capitalize;
  position: relative;
}
@media only screen and (max-width: 575px) {
  .res-mobile-menu .slicknav_nav li a {
    font-size: 16px;
    padding: 10px 15px;
  }
}
.res-mobile-menu .slicknav_nav li a .slicknav_arrow {
  background-color: transparent;
  color: #878b93;
  font-size: 17px;
  display: block;
  text-align: center;
  margin: 0;
  position: absolute;
  right: 8px;
  top: 48%;
  transform: translateY(-50%);
  height: 35px;
  line-height: 35px;
}
@media only screen and (max-width: 767px) {
  .res-mobile-menu .slicknav_nav li a .slicknav_arrow {
    font-size: 10px;
  }
}
.res-mobile-menu .slicknav_nav li a a {
  padding: 0;
}
.res-mobile-menu .slicknav_nav li a:hover {
  color: #816031;
  background-color: transparent;
}
.res-mobile-menu .slicknav_nav li img {
  display: none;
}
.res-mobile-menu .slicknav_nav li div {
  display: none;
}
.res-mobile-menu .slicknav_nav li ul {
  margin: 0;
  padding-left: 10px;
}
.res-mobile-menu .slicknav_nav li ul li {
  padding-left: 20px;
}
@media only screen and (max-width: 575px) {
  .res-mobile-menu .slicknav_nav li ul li {
    padding-left: 15px;
  }
}
.res-mobile-menu .slicknav_nav li ul li a {
  color: #999999;
  font-size: 24px;
  padding: 10px 16px;
}
@media only screen and (max-width: 575px) {
  .res-mobile-menu .slicknav_nav li ul li a {
    font-size: 14px;
    padding: 7px 15px;
  }
}
.res-mobile-menu .slicknav_nav li ul li a:hover {
  color: #816031;
}
.res-mobile-menu .slicknav_nav li ul li ul li a {
  font-size: 16px;
}
.res-mobile-menu .slicknav_nav .slicknav_open > .slicknav_item {
  position: relative;
}
.res-mobile-menu .slicknav_nav .slicknav_open > .slicknav_item .slicknav_arrow {
  color: #816031;
}

/*
-----------------------------------------------------------------------
  Header CSS
-----------------------------------------------------------------------
*/
.header-area {
  padding: 50px 0;
}
.header-area.header-default {
  background-color: #fff;
  border: 0 !important;
  padding: 14px 0 13px;
  position: relative;
  z-index: 999;
}
.header-area.header-default .container-fluid {
  padding: 0 55px;
}
@media only screen and (max-width: 767px) {
  .header-area.header-default .container-fluid {
    padding: 0 15px;
  }
}
.header-area.header-default .header-logo-area {
  top: 0;
}
@media only screen and (max-width: 991px) {
  .header-area.header-default .header-logo-area {
    padding-right: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .header-area.header-default .header-logo-area {
    padding-right: 10px;
  }
}
.header-area.header-default .header-align {
  align-items: center;
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .header-area.header-default .header-align {
    justify-content: flex-end;
  }
}
.header-area.header-default .header-align .header-navigation-area {
  margin-left: -42px;
  margin-top: -1px;
}
@media (max-width: 1600px) {
  .header-area.header-default .header-align .header-navigation-area {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .header-area.header-default .header-align .header-navigation-area {
    display: none;
  }
}
.header-area.header-default .header-align .header-navigation-area .main-menu > li {
  margin-right: 0;
  padding: 0 15px;
}
@media (max-width: 1600px) {
  .header-area.header-default .header-align .header-navigation-area .main-menu > li {
    padding: 0 10px;
  }
}
.header-area.header-default .header-align .header-navigation-area .main-menu > li:first-child {
  padding-left: 0;
}
.header-area.header-default .header-align .header-navigation-area .main-menu > li:last-child {
  padding-right: 0;
}
.header-area.header-default .header-align .header-navigation-area .main-menu > li:last-child > a {
  padding-right: 0;
}
.header-area.header-default .header-align .header-navigation-area .main-menu > li.active > a {
  color: #000;
  position: relative;
}
.header-area.header-default .header-align .header-navigation-area .main-menu > li.active.has-submenu > a:before {
  display: block;
}
.header-area.header-default .header-align .header-navigation-area .main-menu > li > a {
  color: #060A27;
  font-size: 16px;
  font-weight: 400;
  padding: 0;
  text-transform: capitalize;
}
@media (max-width: 1600px) {
  .header-area.header-default .header-align .header-navigation-area .main-menu > li > a {
    font-size: 14px;
  }
}
.header-area.header-default .header-align .header-navigation-area .main-menu > li.has-submenu > a {
  padding: 0;
}
.header-area.header-default .header-align .header-navigation-area .main-menu > li.has-submenu > a:after {
  display: none;
}
.header-area.header-default .header-align .header-navigation-area .main-menu > li.has-submenu .submenu-nav {
  background-color: #fff;
  border: none;
  border-radius: 0;
  box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.09);
  left: 0;
  margin-top: 60px;
  padding: 39px 0 43px;
  min-width: 220px;
  transition: margin 0.1s linear 0.3s, visibility 0.1s linear 0.3s, opacity 0.1s linear 0.3s;
}
.header-area.header-default .header-align .header-navigation-area .main-menu > li.has-submenu .submenu-nav:before {
  height: 46px;
}
@media (max-width: 1400px) {
  .header-area.header-default .header-align .header-navigation-area .main-menu > li.has-submenu .submenu-nav:before {
    height: 36px;
  }
}
.header-area.header-default .header-align .header-navigation-area .main-menu > li.has-submenu .submenu-nav > li {
  line-height: 1;
}
.header-area.header-default .header-align .header-navigation-area .main-menu > li.has-submenu .submenu-nav > li a {
  color: #0A1039;
  font-size: 14px;
  position: relative;
  line-height: 24px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.header-area.header-default .header-align .header-navigation-area .main-menu > li.has-submenu .submenu-nav > li a:hover {
  color: #816031;
  text-decoration: underline;
}
.header-area.header-default .header-align .header-navigation-area .main-menu > li.has-submenu .submenu-nav > li:last-child {
  padding-bottom: 0;
}
.header-area.header-default .header-align .header-navigation-area .main-menu > li.has-submenu .submenu-nav-mega {
  margin-top: 39px;
  padding: 40px 18px 33px 40px;
  left: -204px;
}
@media only screen and (max-width: 1199px) {
  .header-area.header-default .header-align .header-navigation-area .main-menu > li.has-submenu .submenu-nav-mega {
    left: -60px;
  }
}
.header-area.header-default .header-align .header-navigation-area .main-menu > li.has-submenu .submenu-nav-mega .mega-menu-item .srmenu-title {
  color: #0A1039;
  font-size: 14px;
  padding: 0;
  position: relative;
  display: inline-block;
  margin-bottom: 28px;
  text-decoration: none;
}
.header-area.header-default .header-align .header-navigation-area .main-menu > li.has-submenu .submenu-nav-mega .mega-menu-item .srmenu-title:before {
  display: none;
}
.header-area.header-default .header-align .header-navigation-area .main-menu > li.has-submenu .submenu-nav-mega .mega-menu-item .srmenu-title:hover {
  color: #816031;
}
.header-area.header-default .header-align .header-navigation-area .main-menu > li.has-submenu .submenu-nav-mega .mega-menu-item > ul > li {
  padding: 0;
}
.header-area.header-default .header-align .header-navigation-area .main-menu > li.has-submenu .submenu-nav-mega .mega-menu-item > ul > li > a {
  color: #0A1039;
  font-size: 13px;
  padding: 8px 0px;
  text-transform: inherit;
}
.header-area.header-default .header-align .header-navigation-area .main-menu > li.has-submenu .submenu-nav-mega .mega-menu-item.banner-menu-content-wrap {
  padding-right: 22px;
}
.header-area.header-default .header-align .header-navigation-area .main-menu > li.has-submenu .submenu-nav-mega .mega-menu-item.banner-menu-content-wrap > ul > li {
  padding: 0;
  position: relative;
}
.header-area.header-default .header-align .header-navigation-area .main-menu > li.has-submenu .submenu-nav-mega .mega-menu-item.banner-menu-content-wrap > ul > li > a {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}
.header-area.header-default .header-align .header-navigation-area .main-menu > li.has-submenu .submenu-nav-mega .mega-menu-item.banner-menu-content-wrap > ul > li > a:before {
  pointer-events: none;
  background-color: #000;
  content: "";
  opacity: 0.2;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 250ms ease-out;
  z-index: 1;
}
.header-area.header-default .header-align .header-navigation-area .main-menu > li.has-submenu .submenu-nav-mega .mega-menu-item.banner-menu-content-wrap > ul > li > a img {
  width: 100%;
}
.header-area.header-default .header-align .header-navigation-area .main-menu > li.has-submenu .submenu-nav-mega .mega-menu-item.banner-menu-content-wrap > ul > li > a:hover:before {
  opacity: 0.4;
}
.header-area.header-default .header-align .header-navigation-area .main-menu > li.has-submenu .submenu-nav-mega .mega-menu-item.banner-menu-content-wrap > ul > li .banner-menu-content {
  position: absolute;
  left: 41px;
  bottom: 35px;
  z-index: 9;
}
.header-area.header-default .header-align .header-navigation-area .main-menu > li.has-submenu .submenu-nav-mega .mega-menu-item.banner-menu-content-wrap > ul > li .banner-menu-content h2 {
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  margin: 0;
  letter-spacing: 0px;
  line-height: 45px;
  transition: all 0.3s ease 0s;
}
.header-area.header-default .header-align .header-navigation-area .main-menu > li.has-submenu .submenu-nav-mega .mega-menu-item.banner-menu-content-wrap > ul > li:hover .banner-menu-content h2 {
  letter-spacing: 1px;
}
.header-area.header-default .header-align .header-navigation-area .main-menu > li.has-submenu:hover > .submenu-nav {
  margin-top: 40px;
}
@media (max-width: 1400px) {
  .header-area.header-default .header-align .header-navigation-area .main-menu > li.has-submenu:hover > .submenu-nav {
    margin-top: 30px;
  }
}
.header-area.header-default .header-align .header-navigation-area .main-menu > li.has-submenu:hover .submenu-nav-mega {
  margin-top: 27px;
}
@media (max-width: 1400px) {
  .header-area.header-default .header-align .header-navigation-area .main-menu > li.has-submenu:hover .submenu-nav-mega {
    margin-top: 19px;
  }
}
.header-area.header-default .header-align .header-action-area {
  align-items: center;
  display: inline-flex;
  margin-left: 32px;
  padding-left: 29px;
  position: relative;
  top: -1px;
}
@media only screen and (max-width: 1199px) {
  .header-area.header-default .header-align .header-action-area {
    margin-left: 0;
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .header-area.header-default .header-align .header-action-area {
    top: 0;
  }
}
.header-area.header-default .header-align .header-action-area button.btn-theme, .header-area.header-default .header-align .header-action-area a.btn-theme {
  margin-left: 15px;
}
.header-area.header-default.sticky-header.sticky {
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  background-color: #fff;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.06);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}
@media only screen and (max-width: 767px) {
  .header-area.header-default.sticky-header.sticky {
    padding: 10px 0;
  }
}
.header-area.header-default.sticky-header.sticky .header-logo-area .logo-main {
  display: none;
}
.header-area.header-default.sticky-header.sticky .header-logo-area .logo-light {
  display: block;
}
@media only screen and (max-width: 1199px) {
  .header-area.header-default.sticky-header.sticky .currency-dropdown {
    margin-top: 17px;
  }
}
@media only screen and (max-width: 1199px) {
  .header-area.header-default.sticky-header.sticky .user-menu {
    margin-top: 17px;
  }
}
@media only screen and (max-width: 1199px) {
  .header-area.header-default.sticky-header.sticky .cart-dropdown-menu {
    margin-top: 17px;
  }
}
.header-area.header-default.style-2 {
  padding: 20px 0;
}
.header-area.header-default.style-2 .header-align {
  justify-content: flex-end;
}
.header-area.header-default.style-2 .header-align .header-action-area > [class*=header-action-] {
  margin-left: 55px;
}
@media only screen and (max-width: 575px) {
  .header-area.header-default.style-2 .header-align .header-action-area > [class*=header-action-] {
    margin-left: 20px;
  }
}
.header-area.header-default.style-2 .header-align .header-action-area .header-action-search {
  margin-left: 0;
  margin-top: 2px;
}
.header-area.header-default.style-2 .header-align .header-action-area .header-action-cart {
  margin-left: 52px;
  margin-top: 2px;
}
@media only screen and (max-width: 575px) {
  .header-area.header-default.style-2 .header-align .header-action-area .header-action-cart {
    margin-left: 20px;
  }
}

.header-top {
  background-color: #efefef;
  padding: 1px 0px 3px;
}
.header-top .container-fluid {
  padding: 0 55px;
}
@media only screen and (max-width: 767px) {
  .header-top .container-fluid {
    padding: 0 15px;
  }
}
.header-top .header-info {
  color: #232953;
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
  line-height: 19px;
}
.header-top .header-top-nav {
  display: flex;
  justify-content: flex-end;
}
.header-top .header-top-nav ul {
  margin: 0;
  text-align: right;
}
.header-top .header-top-nav ul li {
  float: left;
  margin-right: 40px;
  position: relative;
}
@media only screen and (max-width: 479.98px) {
  .header-top .header-top-nav ul li {
    margin-right: 10px;
  }
}
.header-top .header-top-nav ul li:before {
  background-color: #232953;
  content: "";
  height: 13px;
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
}
@media only screen and (max-width: 479.98px) {
  .header-top .header-top-nav ul li:before {
    display: none;
  }
}
.header-top .header-top-nav ul li a {
  color: #232953;
  font-size: 13px;
  font-weight: 300;
}
.header-top .header-top-nav ul li a:hover {
  color: #816031;
}
@media only screen and (max-width: 479.98px) {
  .header-top .header-top-nav ul li a {
    font-size: 12px;
  }
}
.header-top .header-top-nav ul li:last-child {
  margin-right: 0;
}
.header-top .header-top-nav ul li:last-child:before {
  display: none;
}

.btn-menu-slide-close {
  background-color: rgba(33, 35, 49, 0.8);
  height: 100vh;
  opacity: 0;
  position: fixed;
  right: -50%;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 999;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.btn-menu-slide-close .icon-menu-slide-close {
  color: #fff;
  font-size: 32px;
  position: absolute;
  right: 360px;
  top: 45px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.btn-menu-slide-close .icon-menu-slide-close:hover {
  color: #816031;
  cursor: pointer;
}
.btn-menu-slide-close.active {
  opacity: 1;
  right: 0;
  visibility: visible;
}
.btn-menu-slide-close.active .icon-menu-slide-close {
  transition-delay: 0.3s;
}

.header-logo-area {
  max-width: 300px;
  position: relative;
  top: 1px;
}
@media only screen and (max-width: 575px) {
  .header-logo-area {
    max-width: 150px;
  }
}
.header-logo-area .logo-light {
  display: none;
}

.header-action-area button, .header-action-area a {
  vertical-align: middle;
}
.header-action-area button.btn-search, .header-action-area a.btn-search {
  background-color: transparent;
  border: none;
  color: #000;
  font-size: 20px;
  padding: 0;
}
.header-action-area button.btn-search .icon, .header-action-area a.btn-search .icon {
  height: 35px;
  line-height: 38px;
  width: 35px;
}
.header-action-area button.btn-menu, .header-action-area a.btn-menu {
  background-color: transparent;
  border: none;
  box-shadow: none;
  height: 20px;
  line-height: 1;
  margin-left: 55px;
  margin-top: 0;
  padding: 0;
  position: relative;
  top: 2px;
  width: 20px;
}
@media only screen and (max-width: 575px) {
  .header-action-area button.btn-menu, .header-action-area a.btn-menu {
    margin-left: 20px;
  }
}
.header-action-area button.btn-menu span, .header-action-area a.btn-menu span {
  background: #0A1039;
  border-radius: 2px;
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  top: 50%;
  width: 20px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.header-action-area button.btn-menu span:first-child, .header-action-area a.btn-menu span:first-child {
  top: 0;
  width: 12px;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}
.header-action-area button.btn-menu span:last-child, .header-action-area a.btn-menu span:last-child {
  top: 17px;
  width: 19px;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}
@media only screen and (max-width: 1199px) {
  .header-action-area button.btn-menu.btn-menu-rs, .header-action-area a.btn-menu.btn-menu-rs {
    margin-left: 18px;
    top: 0;
  }
}
.header-action-area .header-action-usermenu {
  cursor: pointer;
  position: relative;
}
.header-action-area .header-action-usermenu .icon-usermenu {
  color: #0A1039;
  display: inline-block;
  font-size: 20px;
  line-height: 1;
}
.header-action-area .header-action-usermenu .icon-usermenu:hover i {
  color: #816031;
}
.header-action-area .header-action-cart {
  line-height: 1;
  position: relative;
  margin-left: 17px;
}
.header-action-area .header-action-cart .cart-icon {
  color: #000;
  display: inline-block;
  font-size: 20px;
  line-height: 1;
  padding-left: 3px;
  position: relative;
  top: -1px;
}
.header-action-area .header-action-cart .cart-icon .cart-count {
  background-color: #816031;
  border-radius: 50%;
  color: #fff;
  font-size: 13px;
  height: 18px;
  line-height: 18px;
  position: absolute;
  right: 0;
  text-align: center;
  top: -14px;
  width: 18px;
}
.header-action-area .header-action-search.search-toggle-style {
  position: relative;
}
.header-action-area .header-action-search.search-toggle-style .btn-search-toggle {
  background-color: transparent;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 340px;
  z-index: 99;
  padding-bottom: 1px;
  margin-right: 0;
}
@media only screen and (max-width: 991px) {
  .header-action-area .header-action-search.search-toggle-style .btn-search-toggle {
    margin-right: 0 !important;
    margin-top: 60px;
  }
}
.header-action-area .header-action-search.search-toggle-style .btn-search-toggle .form-input-item {
  position: relative;
}
.header-action-area .header-action-search.search-toggle-style .btn-search-toggle .form-input-item input {
  background-color: #fff;
  border-radius: 0;
  border: 1px solid #E2DCDC;
  color: #816031;
  font-size: 14px;
  height: 45px;
  line-height: 45px;
  padding: 2px 60px 2px 20px;
  width: 100%;
}
.header-action-area .header-action-search.search-toggle-style .btn-search-toggle .form-input-item input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #816031;
}
.header-action-area .header-action-search.search-toggle-style .btn-search-toggle .form-input-item input::-moz-placeholder {
  /* Firefox 19+ */
  color: #816031;
}
.header-action-area .header-action-search.search-toggle-style .btn-search-toggle .form-input-item input:-ms-input-placeholder {
  /* IE 10+ */
  color: #816031;
}
.header-action-area .header-action-search.search-toggle-style .btn-search-toggle .form-input-item input:-moz-placeholder {
  /* Firefox 18- */
  color: #816031;
}
.header-action-area .header-action-search.search-toggle-style .btn-search-toggle .form-input-item .btn-src {
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 14px;
  transform: translateY(-50%);
  padding: 0;
  border: none;
  background-color: transparent;
  height: 100%;
  border-left: 1px solid #E2DCDC;
  padding: 0 15px;
}
.header-action-area .header-action-search.search-toggle-style .btn-search-toggle.search-show {
  visibility: visible;
  opacity: 1;
  margin-right: 30px;
}
@media only screen and (max-width: 991px) {
  .header-action-area .header-action-search.search-toggle-style .btn-search-toggle.search-show {
    margin-right: 0 !important;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .header-action-area .header-action-search.header-search-rs {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  .header-action-area .header-action-search .btn-search {
    display: none;
  }
}
.header-action-area .header-action-search .btn-search-content form {
  margin-top: 1px;
}
.header-action-area .header-action-search .btn-search-content .form-input-item {
  position: relative;
}
.header-action-area .header-action-search .btn-search-content .form-input-item input {
  background-color: transparent;
  box-shadow: none;
  border: 1px solid #eeeeee;
  height: 45px;
  border-radius: 5px;
  font-weight: 300;
  color: #666;
  font-size: 14px;
  width: 625px;
  padding: 2px 60px 2px 25px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
@media (max-width: 1600px) {
  .header-action-area .header-action-search .btn-search-content .form-input-item input {
    width: 440px;
  }
}
@media only screen and (max-width: 991px) {
  .header-action-area .header-action-search .btn-search-content .form-input-item input {
    width: 210px;
  }
}
.header-action-area .header-action-search .btn-search-content .form-input-item input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #666;
  font-size: 14px;
}
.header-action-area .header-action-search .btn-search-content .form-input-item input::-moz-placeholder {
  /* Firefox 19+ */
  color: #666;
  font-size: 14px;
}
.header-action-area .header-action-search .btn-search-content .form-input-item input:-ms-input-placeholder {
  /* IE 10+ */
  color: #666;
  font-size: 14px;
}
.header-action-area .header-action-search .btn-search-content .form-input-item input:-moz-placeholder {
  /* Firefox 18- */
  color: #666;
  font-size: 14px;
}
.header-action-area .header-action-search .btn-search-content .form-input-item input:active, .header-action-area .header-action-search .btn-search-content .form-input-item input:focus {
  border-color: #816031;
}
.header-action-area .header-action-search .btn-search-content .form-input-item .btn-src {
  position: absolute;
  right: 20px;
  top: 50%;
  border: none;
  padding: 0;
  background-color: transparent;
  font-size: 20px;
  color: #081348;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
@media (max-width: 1600px) {
  .header-action-area .header-action-search .btn-search-content .form-input-item .btn-src {
    font-size: 14px;
  }
}
.header-action-area .header-action-search .btn-search-content .form-input-item .btn-src:hover {
  color: #816031;
}

.btn-search .search-icon {
  display: block;
}
.btn-search .search-icon-close {
  display: none;
}
.btn-search.show .search-icon {
  display: none;
}
.btn-search.show .search-icon-close {
  display: block;
}

.sidebar-cart-modal {
  background-color: #fff;
  box-shadow: 0 0 87px 0 rgba(0, 0, 0, 0.09);
  position: fixed;
  top: 0;
  width: 420px;
  padding: 105px 50px 50px;
  min-height: 100vh;
  bottom: 0;
  z-index: 9999;
  right: 0;
  opacity: 0;
  transition: all 250ms ease-in;
  transform: translate(200px, 0);
  visibility: hidden;
}
@media only screen and (max-width: 575px) {
  .sidebar-cart-modal {
    padding: 100px 20px 40px;
    width: 310px;
  }
}
.sidebar-cart-modal .sidebar-cart-inner .sidebar-cart-content .cart-close {
  color: #333;
  position: absolute;
  top: 48px;
  left: 44px;
  font-size: 35px;
  line-height: 30px;
  transition: all 250ms ease-out;
}
@media only screen and (max-width: 575px) {
  .sidebar-cart-modal .sidebar-cart-inner .sidebar-cart-content .cart-close {
    left: 15px;
  }
}
.sidebar-cart-modal .sidebar-cart-inner .sidebar-cart-content .cart-close:hover {
  color: #816031;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.sidebar-cart-modal .sidebar-cart-inner .sidebar-cart-content .sidebar-cart-title {
  color: #393939;
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 32px;
}
.sidebar-cart-modal .sidebar-cart-inner .sidebar-cart-content .sidebar-cart .product-cart {
  margin: 0 -30px 0 0;
  padding: 0 30px 0 0;
  max-height: 310px;
  max-height: calc(100vh - 430px);
  overflow: auto;
}
.sidebar-cart-modal .sidebar-cart-inner .sidebar-cart-content .sidebar-cart .product-cart .product-cart-item {
  display: flex;
  margin-bottom: 25px;
}
.sidebar-cart-modal .sidebar-cart-inner .sidebar-cart-content .sidebar-cart .product-cart .product-cart-item .product-img {
  flex: 0 0 75px;
}
.sidebar-cart-modal .sidebar-cart-inner .sidebar-cart-content .sidebar-cart .product-cart .product-cart-item .product-img img {
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
}
.sidebar-cart-modal .sidebar-cart-inner .sidebar-cart-content .sidebar-cart .product-cart .product-cart-item .product-info {
  margin-left: 20px;
}
.sidebar-cart-modal .sidebar-cart-inner .sidebar-cart-content .sidebar-cart .product-cart .product-cart-item .product-info .title {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 5px;
}
.sidebar-cart-modal .sidebar-cart-inner .sidebar-cart-content .sidebar-cart .product-cart .product-cart-item .product-info .title a {
  color: #333;
}
.sidebar-cart-modal .sidebar-cart-inner .sidebar-cart-content .sidebar-cart .product-cart .product-cart-item .product-info .info {
  font-size: 14px;
  color: #262626;
}
.sidebar-cart-modal .sidebar-cart-inner .sidebar-cart-content .sidebar-cart .product-cart .product-cart-item .product-delete {
  display: flex;
  flex-grow: 100;
  justify-content: flex-end;
}
.sidebar-cart-modal .sidebar-cart-inner .sidebar-cart-content .sidebar-cart .product-cart .product-cart-item .product-delete a {
  line-height: 1;
}
.sidebar-cart-modal .sidebar-cart-inner .sidebar-cart-content .sidebar-cart .cart-total {
  display: block;
  width: 100%;
  margin: 18px 0 44px;
}
.sidebar-cart-modal .sidebar-cart-inner .sidebar-cart-content .sidebar-cart .cart-total h4 {
  font-size: 15px;
  font-weight: 400;
  margin: 0;
}
.sidebar-cart-modal .sidebar-cart-inner .sidebar-cart-content .sidebar-cart .cart-total h4 .money {
  font-size: 18px;
  color: #2F2F2F;
  float: right;
}
.sidebar-cart-modal .sidebar-cart-inner .sidebar-cart-content .sidebar-cart .cart-checkout-btn {
  display: block;
  width: 100%;
}
.sidebar-cart-modal .sidebar-cart-inner .sidebar-cart-content .sidebar-cart .cart-checkout-btn .btn-theme {
  width: 100%;
  display: block;
  margin: 10px 0 0;
  text-align: center;
  line-height: 20px;
  padding: 19px 20px 20px;
  background-color: #333;
  color: #fff;
  text-transform: capitalize;
  font-size: 14px;
}
.sidebar-cart-modal .sidebar-cart-inner .sidebar-cart-content .sidebar-cart .cart-checkout-btn .btn-theme:first-child {
  margin-top: 0;
}
.sidebar-cart-modal .sidebar-cart-inner .sidebar-cart-content .sidebar-cart .cart-checkout-btn .btn-theme:hover {
  background-color: #816031;
}
.sidebar-cart-modal.sidebar-cart-active {
  opacity: 1;
  transform: translate(0, 0);
  visibility: visible;
}

.off-canvas-wrapper {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.09);
  background-color: #fff;
  bottom: 0;
  min-height: 100vh;
  opacity: 0;
  position: fixed;
  right: 0;
  visibility: hidden;
  transform: translate(200px, 0);
  top: 0;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  width: 400px;
  z-index: 999;
}
@media only screen and (max-width: 575px) {
  .off-canvas-wrapper {
    width: 310px;
  }
}
.off-canvas-wrapper .off-canvas-inner {
  padding: 150px 50px 20px;
  height: 100%;
  overflow-y: auto;
}
@media only screen and (max-width: 575px) {
  .off-canvas-wrapper .off-canvas-inner {
    padding: 150px 30px 20px;
  }
}
.off-canvas-wrapper .off-canvas-inner .off-canvas-overlay {
  display: none;
}
.off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-header .close-action .btn-close {
  background: none;
  box-shadow: none;
  color: #0A1039;
  font-size: 30px;
  left: 45px;
  line-height: 30px;
  height: auto;
  margin: 0;
  opacity: 1;
  padding: 0;
  position: absolute;
  top: 80px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  width: auto;
}
@media only screen and (max-width: 575px) {
  .off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-header .close-action .btn-close {
    left: 25px;
  }
}
.off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-header .close-action .btn-close:hover {
  color: #816031;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu {
  margin: 0;
}
.off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav li {
  margin-bottom: 40px;
}
@media only screen and (max-width: 575px) {
  .off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav li {
    margin-bottom: 30px;
  }
}
.off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav li:last-child {
  margin-bottom: 0;
}
.off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav li a {
  color: #0A1039;
  font-size: 18px;
  font-weight: 400;
  display: block;
  padding: 0;
  text-transform: capitalize;
}
@media only screen and (max-width: 575px) {
  .off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav li a {
    font-size: 16px;
  }
}
.off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav li a .slicknav_arrow {
  color: #0A1039;
  font-size: 14px;
  right: 10px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav li a:hover {
  color: #816031;
}
.off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav li ul {
  padding: 38px 0 0px 25px;
}
.off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav li ul li {
  margin: 0;
  padding-bottom: 22px;
  padding-left: 0;
}
.off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav li ul li:last-child {
  padding-bottom: 0;
}
.off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav li ul li a {
  color: #0A1039;
  font-size: 14px;
  display: block;
}
.off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav li ul li a.slicknav_row .slicknav_arrow {
  top: 5px;
}
.off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav li ul li a:hover {
  color: #816031;
}
.off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav li ul li ul li:nth-child(3) {
  padding-bottom: 22px !important;
}
.off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav li ul li ul li:last-child {
  display: block !important;
}
.off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav li:nth-child(2) ul li:nth-child(3) {
  padding-bottom: 0;
}
.off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav li:nth-child(2) ul li:last-child {
  display: none;
}
.off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav li.slicknav_open a {
  color: #816031;
}
.off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav li.slicknav_open a .slicknav_arrow {
  color: #816031;
}
.off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav li.slicknav_open ul li a {
  color: #0A1039;
}
.off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav li.slicknav_open ul li a .slicknav_arrow {
  color: #0A1039;
}
.off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav li.slicknav_open ul li a:hover {
  color: #816031;
}
.off-canvas-wrapper.active {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}

/*
-----------------------------------------------------------------------
    Home Slider CSS
-----------------------------------------------------------------------
*/
.home-slider-area.slider-default {
  position: relative;
}
.home-slider-area.slider-default .home-slider-content {
  padding: 0 55px;
}
@media only screen and (max-width: 1199px) {
  .home-slider-area.slider-default .home-slider-content {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .home-slider-area.slider-default .home-slider-content {
    padding: 0 15px;
  }
}
.home-slider-area.slider-default .home-slider-content .swiper-container .swiper-wrapper .swiper-slide-active .slider-content-area .content {
  background: #f8f8f8;
}
.home-slider-area.slider-default .home-slider-content .swiper-container .swiper-wrapper .swiper-slide-active .slider-content-area .content .tittle-wrp:before {
  animation-delay: 0.5s;
  animation-name: fadeIn;
}
.home-slider-area.slider-default .home-slider-content .swiper-container .swiper-wrapper .swiper-slide-active .slider-content-area .content .tittle-wrp h2 {
  animation-delay: 1.3s;
  animation-name: fadeInLeft;
}
.home-slider-area.slider-default .home-slider-content .swiper-container .swiper-wrapper .swiper-slide-active .slider-content-area .content .tittle-wrp h1 {
  animation-delay: 1.6s;
  animation-name: fadeInRight;
}
.home-slider-area.slider-default .home-slider-content .swiper-container .swiper-wrapper .swiper-slide-active .slider-content-area .content .btn-wrp {
  animation-delay: 1.6s;
  animation-name: fadeInLeft;
}
.home-slider-area.slider-default .home-slider-content .swiper-container .swiper-wrapper .swiper-slide-active .slider-content-area .slider-thumb img {
  animation-delay: 0.5s;
  animation-name: fadeInDown;
}
.home-slider-area.slider-default .home-slider-content .swiper-button-prev,
.home-slider-area.slider-default .home-slider-content .swiper-button-next {
  opacity: 0;
  top: calc(53% + 1px);
  visibility: hidden;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.home-slider-area.slider-default .home-slider-content .swiper-button-prev:before,
.home-slider-area.slider-default .home-slider-content .swiper-button-next:before {
  color: #0A1039;
  font-family: IcoFont;
  font-size: 45px;
  line-height: 1;
}
@media only screen and (max-width: 1399px) {
  .home-slider-area.slider-default .home-slider-content .swiper-button-prev:before,
.home-slider-area.slider-default .home-slider-content .swiper-button-next:before {
    font-size: 20px;
  }
}
.home-slider-area.slider-default .home-slider-content .swiper-button-prev:after,
.home-slider-area.slider-default .home-slider-content .swiper-button-next:after {
  display: none;
}
.home-slider-area.slider-default .home-slider-content .swiper-button-prev:hover:before,
.home-slider-area.slider-default .home-slider-content .swiper-button-next:hover:before {
  color: #816031;
}
.home-slider-area.slider-default .home-slider-content .swiper-button-prev {
  left: 0%;
}
.home-slider-area.slider-default .home-slider-content .swiper-button-prev:before {
  content: "";
}
.home-slider-area.slider-default .home-slider-content .swiper-button-next {
  right: 0%;
}
.home-slider-area.slider-default .home-slider-content .swiper-button-next:before {
  content: "";
}
.home-slider-area.slider-default .home-slider-content:hover .swiper-button-prev {
  left: 2.5%;
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 1399px) {
  .home-slider-area.slider-default .home-slider-content:hover .swiper-button-prev {
    left: 0;
  }
}
.home-slider-area.slider-default .home-slider-content:hover .swiper-button-next {
  opacity: 1;
  right: 2.5%;
  visibility: visible;
}
@media only screen and (max-width: 1399px) {
  .home-slider-area.slider-default .home-slider-content:hover .swiper-button-next {
    right: 0;
  }
}
.home-slider-area.slider-default .home-slider-content.slider-content-style2 {
  padding: 0;
}
.home-slider-area.slider-default .home-slider-content.slider-content-style2 .slider-content-area {
  height: 780px;
}
@media only screen and (max-width: 767px) {
  .home-slider-area.slider-default .home-slider-content.slider-content-style2 .slider-content-area {
    height: 600px;
  }
}
.home-slider-area.slider-default .home-slider-content.slider-content-style2 .content {
  margin-top: -38px;
  text-align: center;
}
.home-slider-area.slider-default .home-slider-content.slider-content-style2 .content .tittle-wrp {
  margin-left: 0;
  margin-top: 0;
}
.home-slider-area.slider-default .home-slider-content.slider-content-style2 .content .tittle-wrp:before {
  display: none;
}
.home-slider-area.slider-default .home-slider-content.slider-content-style2 .content .tittle-wrp h1 {
  color: #151c0f;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 94px;
  text-transform: capitalize;
}
@media only screen and (max-width: 1199px) {
  .home-slider-area.slider-default .home-slider-content.slider-content-style2 .content .tittle-wrp h1 {
    font-size: 39px;
    line-height: 50px;
  }
}
.home-slider-area.slider-default .home-slider-content.slider-content-style2 .content p {
  margin: 20px 0 47px;
  animation-duration: 1s;
  animation-fill-mode: both;
}
.home-slider-area.slider-default .home-slider-content.slider-content-style2 .content .btn-theme.btn-hover-style {
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  padding: 18px 50px 19px;
  text-transform: uppercase;
  animation-duration: 1s;
  animation-fill-mode: both;
}
.home-slider-area.slider-default .home-slider-content.slider-content-style2 .slider-thumb {
  left: -18px;
  position: relative;
  top: 51px;
}
.home-slider-area.slider-default .home-slider-content.slider-content-style2 .swiper-container .swiper-wrapper .swiper-slide-active .slider-content-area .content .tittle-wrp h1 {
  animation-delay: 1.3s;
  animation-name: fadeInLeft;
}
.home-slider-area.slider-default .home-slider-content.slider-content-style2 .swiper-container .swiper-wrapper .swiper-slide-active .slider-content-area .content p {
  animation-delay: 1.6s;
  animation-name: fadeInLeft;
}
.home-slider-area.slider-default .home-slider-content.slider-content-style2 .swiper-container .swiper-wrapper .swiper-slide-active .slider-content-area .content .btn-theme.btn-hover-style {
  animation-delay: 1.9s;
  animation-name: fadeInLeft;
}
.home-slider-area.slider-default .home-slider-content.slider-content-style2 .swiper-container .swiper-wrapper .swiper-slide-active .slider-content-area .slider-thumb img {
  animation-delay: 1.6s;
  animation-name: fadeInRight;
}
.home-slider-area.slider-default .home-slider-content.slider-content-style3 {
  padding: 0;
}
.home-slider-area.slider-default .home-slider-content.slider-content-style3 .slider-content-area {
  height: 640px;
}
@media only screen and (max-width: 767px) {
  .home-slider-area.slider-default .home-slider-content.slider-content-style3 .slider-content-area {
    height: 460px;
  }
}
.home-slider-area.slider-default .home-slider-content.slider-content-style3 .content {
  margin-top: -20px;
}
.home-slider-area.slider-default .home-slider-content.slider-content-style3 .content .tittle-wrp {
  margin-left: 0;
  margin-top: 0;
}
.home-slider-area.slider-default .home-slider-content.slider-content-style3 .content .tittle-wrp:before {
  display: none;
}
.home-slider-area.slider-default .home-slider-content.slider-content-style3 .content .tittle-wrp h1 {
  color: #151c0f;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 94px;
  text-transform: capitalize;
}
@media only screen and (max-width: 1399px) {
  .home-slider-area.slider-default .home-slider-content.slider-content-style3 .content .tittle-wrp h1 {
    font-size: 46px;
    line-height: 62px;
  }
}
@media only screen and (max-width: 991px) {
  .home-slider-area.slider-default .home-slider-content.slider-content-style3 .content .tittle-wrp h1 {
    font-size: 36px;
    line-height: 50px;
  }
}
.home-slider-area.slider-default .home-slider-content.slider-content-style3 .content p {
  margin: 20px 0 36px;
  animation-duration: 1s;
  animation-fill-mode: both;
}
@media only screen and (max-width: 991px) {
  .home-slider-area.slider-default .home-slider-content.slider-content-style3 .content p {
    font-size: 12px;
  }
}
.home-slider-area.slider-default .home-slider-content.slider-content-style3 .content .btn-theme.btn-hover-style-bg {
  border: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  padding: 18px 34px 20px;
  animation-duration: 1s;
  animation-fill-mode: both;
}
.home-slider-area.slider-default .home-slider-content.slider-content-style3 .slider-thumb {
  margin-right: -5px;
  position: relative;
  right: -80px;
  top: -11px;
}
@media only screen and (max-width: 1399px) {
  .home-slider-area.slider-default .home-slider-content.slider-content-style3 .slider-thumb {
    margin-right: 0;
    right: 0;
  }
}
.home-slider-area.slider-default .home-slider-content.slider-content-style3 .swiper-container .swiper-wrapper .swiper-slide-active .slider-content-area .content .tittle-wrp h1 {
  animation-delay: 1.3s;
  animation-name: fadeInLeft;
}
.home-slider-area.slider-default .home-slider-content.slider-content-style3 .swiper-container .swiper-wrapper .swiper-slide-active .slider-content-area .content p {
  animation-delay: 1.6s;
  animation-name: fadeInLeft;
}
.home-slider-area.slider-default .home-slider-content.slider-content-style3 .swiper-container .swiper-wrapper .swiper-slide-active .slider-content-area .content .btn-theme.btn-hover-style-bg {
  animation-delay: 1.9s;
  animation-name: fadeInLeft;
}
.home-slider-area.slider-default .home-slider-content.slider-content-style3 .swiper-container .swiper-wrapper .swiper-slide-active .slider-content-area .slider-thumb img {
  animation-delay: 1.6s;
  animation-name: fadeInRight;
}
.home-slider-area.slider-default .slider-content-area {
  align-items: center;
  background: #f8f8f8;
  display: flex;
  height: 726px;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .home-slider-area.slider-default .slider-content-area {
    height: 600px;
  }
}
@media only screen and (max-width: 575px) {
  .home-slider-area.slider-default .slider-content-area {
    height: 480px;
  }
}
@media only screen and (max-width: 767px) {
  .home-slider-area.slider-default .slider-content-area .content {
    text-align: center;
  }
}
.home-slider-area.slider-default .slider-content-area .content .tittle-wrp {
  margin-left: -86px;
  margin-top: -60px;
  position: relative;
  transition: 2s;
  -webkit-transition: 2s;
  -moz-transition: 2s;
  -ms-transition: 2s;
  -o-transition: 2s;
}
@media (max-width: 1700px) {
  .home-slider-area.slider-default .slider-content-area .content .tittle-wrp {
    margin-left: 0;
  }
}
.home-slider-area.slider-default .slider-content-area .content .tittle-wrp:before {
  border: 4px solid #816031;
  position: absolute;
  left: 65px;
  top: -80px;
  width: 360px;
  height: 335px;
  content: "";
  z-index: 9;
  animation-duration: 1s;
  animation-fill-mode: both;
  transition: 2s;
  -webkit-transition: 2s;
  -moz-transition: 2s;
  -ms-transition: 2s;
  -o-transition: 2s;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
@media only screen and (max-width: 1399px) {
  .home-slider-area.slider-default .slider-content-area .content .tittle-wrp:before {
    height: 270px;
    width: 270px;
  }
}
@media only screen and (max-width: 767px) {
  .home-slider-area.slider-default .slider-content-area .content .tittle-wrp:before {
    height: 180px;
    width: 180px;
    top: -26px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 575px) {
  .home-slider-area.slider-default .slider-content-area .content .tittle-wrp:before {
    display: none;
  }
}
.home-slider-area.slider-default .slider-content-area .content .tittle-wrp h2 {
  color: #333;
  font-size: 60px;
  font-style: italic;
  font-weight: 900;
  letter-spacing: 3px;
  line-height: 40px;
  margin-bottom: 26px;
  text-transform: uppercase;
  animation-duration: 1s;
  animation-fill-mode: both;
}
@media only screen and (max-width: 1399px) {
  .home-slider-area.slider-default .slider-content-area .content .tittle-wrp h2 {
    font-size: 48px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 575px) {
  .home-slider-area.slider-default .slider-content-area .content .tittle-wrp h2 {
    font-size: 38px;
  }
}
.home-slider-area.slider-default .slider-content-area .content .tittle-wrp h1 {
  color: #816031;
  font-size: 80px;
  font-style: italic;
  font-weight: 900;
  letter-spacing: 3px;
  line-height: 100px;
  margin-bottom: 0;
  text-transform: uppercase;
  animation-duration: 1s;
  animation-fill-mode: both;
}
@media only screen and (max-width: 1399px) {
  .home-slider-area.slider-default .slider-content-area .content .tittle-wrp h1 {
    font-size: 62px;
  }
}
@media only screen and (max-width: 575px) {
  .home-slider-area.slider-default .slider-content-area .content .tittle-wrp h1 {
    font-size: 38px;
    line-height: 1;
  }
}
.home-slider-area.slider-default .slider-content-area .slider-thumb {
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .home-slider-area.slider-default .slider-content-area .slider-thumb {
    display: none;
  }
}
.home-slider-area.slider-default .slider-content-area .slider-thumb img {
  display: block;
  margin-left: auto;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeOut;
}

/*
-----------------------------------------------------------------------
	About CSS
-----------------------------------------------------------------------
*/
.about-area.about-default-area {
  padding: 100px 0;
}
@media only screen and (max-width: 1199px) {
  .about-area.about-default-area {
    padding: 70px 0;
  }
}
.about-area.about-default-area .about-content {
  margin: 100px 0 0 70px;
}
@media only screen and (max-width: 1199px) {
  .about-area.about-default-area .about-content {
    margin: 0;
  }
}
.about-area.about-default-area .about-content .section-title .title {
  font-size: 29px;
  line-height: 46px;
  margin: 0 0 22px;
}
@media only screen and (max-width: 479.98px) {
  .about-area.about-default-area .about-content .section-title .title {
    font-size: 20px;
    line-height: 26px;
    margin: 0 0 12px;
  }
}
.about-area.about-default-area .thumb {
  position: relative;
}
@media only screen and (max-width: 991px) {
  .about-area.about-default-area .thumb img {
    width: 100%;
  }
}
.about-area.about-default-area .thumb .img-content {
  background-color: #333;
  border-radius: 50%;
  height: 159px;
  position: absolute;
  top: 14%;
  right: 2.5%;
  text-align: center;
  width: 159px;
}
.about-area.about-default-area .thumb .img-content h3 {
  color: #fff;
  font-size: 29px;
  font-weight: 700;
  line-height: 23px;
  margin: 50px 0 9px;
}
.about-area.about-default-area .thumb .img-content span {
  color: #fff;
  font-size: 29px;
  font-weight: 300;
  display: block;
  line-height: 1;
}

/*
-----------------------------------------------------------------------
	Team CSS
-----------------------------------------------------------------------
*/
.team-area.team-default-area {
  padding: 100px 0;
}

@media only screen and (max-width: 991px) {
  .team-member {
    margin-bottom: 30px;
  }
}
.team-member .thumb {
  overflow: hidden;
  position: relative;
}
.team-member .thumb img {
  width: 100%;
}
.team-member .thumb .social-icons {
  bottom: 15px;
  position: absolute;
  right: 15px;
}
.team-member .thumb .social-icons a {
  background-color: #f4a460;
  border-radius: 50%;
  color: #fff;
  left: 30px;
  opacity: 0;
  visibility: hidden;
  position: relative;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  font-size: 18px;
  margin-right: 1px;
}
.team-member .thumb .social-icons a:last-child {
  margin-right: 0;
}
.team-member .thumb .social-icons a:nth-child(1) {
  transition-delay: 0.1s;
}
.team-member .thumb .social-icons a:nth-child(2) {
  transition-delay: 0.2s;
}
.team-member .thumb .social-icons a:nth-child(3) {
  transition-delay: 0.3s;
}
.team-member .thumb .social-icons a:hover {
  background-color: #fff;
  color: #f4a460;
}
.team-member .content {
  text-align: center;
  box-shadow: 0 3px 5px rgba(85, 85, 85, 0.2);
  padding: 20px 10px 16px;
}
.team-member .content .member-info .name {
  font-size: 18px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
.team-member .content .member-info .name a {
  color: #6d6d6d;
}
.team-member .content .member-info .designation {
  font-size: 15px;
}
.team-member:hover .thumb .social-icons a {
  opacity: 1;
  visibility: visible;
  left: 0;
}

/*
-----------------------------------------------------------------------
	Gallery CSS
-----------------------------------------------------------------------
*/
.gallery-item .thumb {
  position: relative;
}
.gallery-item .thumb img {
  width: 100%;
}
.gallery-item .thumb .overlay {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.gallery-item .thumb .overlay i {
  color: #fff;
  font-size: 36px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.gallery-item:hover .thumb .overlay {
  opacity: 1;
  visibility: visible;
}

/*
-----------------------------------------------------------------------
	Testimonial CSS
-----------------------------------------------------------------------
*/
.testimonial-area.testimonial-default-area {
  background-color: #f7f7f7;
  padding: 167px 0 155px;
}
@media only screen and (max-width: 1199px) {
  .testimonial-area.testimonial-default-area {
    padding: 77px 0 90px;
  }
}

.testimonial-single {
  text-align: center;
}
.testimonial-single .client-content p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  line-height: 28px;
  margin-bottom: 34px;
  margin-top: 20px;
}
.testimonial-single .client-info .name {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 11px;
}
.testimonial-single .client-info .designation {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.testimonial-item .client-content {
  margin-bottom: 42px;
}
.testimonial-item .client-content p {
  color: #fff;
  font-size: 16px;
  line-height: 28px;
}
.testimonial-item .client-info {
  align-items: center;
  display: flex;
}
.testimonial-item .client-info .thumb {
  margin-right: 20px;
}
.testimonial-item .client-info .thumb img {
  width: auto;
}
.testimonial-item .client-info .desc {
  margin-top: 1px;
}
.testimonial-item .client-info .desc .name {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 5px;
}
.testimonial-item .client-info .desc .designation {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}

.testimonial-default-area .testimonial-item {
  padding: 47px 30px 46px 70px;
}
@media only screen and (max-width: 991px) {
  .testimonial-default-area .testimonial-item {
    padding: 0;
  }
}

/*
-----------------------------------------------------------------------
  Brand Logo CSS
-----------------------------------------------------------------------
*/
.brand-logo-area.brand-logo-default-area {
  padding: 0 0 100px;
}
@media only screen and (max-width: 1199px) {
  .brand-logo-area.brand-logo-default-area {
    padding: 0 0 60px;
  }
}
.brand-logo-area.brand-logo-about-area {
  padding: 108px 0 100px;
}
.brand-logo-area.brand-logo-about-area .section-title {
  margin-bottom: 78px;
}

.brand-logo-item img {
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.brand-logo-item:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

/*
-----------------------------------------------------------------------
    Divider CSS
-----------------------------------------------------------------------
*/
.divider-area.divider-story-area {
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  .divider-area.divider-story-area .row {
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 767px) {
  .divider-area.divider-story-area .divider-content.divider-content-style3 {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .divider-area.divider-story-area .thumb.thumb-hover {
    margin-bottom: 40px;
  }
}
.divider-area.divider-about-area {
  padding: 0 0 69px;
}
@media only screen and (max-width: 1199px) {
  .divider-area.divider-about-area {
    padding: 0 0 14px;
  }
}

.discount-area.discount-default-area {
  background: no-repeat scroll center center/cover;
  padding: 153px 0 95px;
}
@media only screen and (max-width: 1199px) {
  .discount-area.discount-default-area {
    padding: 110px 0 95px;
  }
}
@media only screen and (max-width: 767px) {
  .discount-area.discount-default-area {
    padding: 100px 0 95px;
  }
}

.categories-area.categories-default-area {
  padding-top: 100px;
  padding-bottom: 117px;
}
@media only screen and (max-width: 1199px) {
  .categories-area.categories-default-area {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

.divider-content.divider-content-style2 {
  margin-left: -30px;
  margin-top: 90px;
}
@media only screen and (max-width: 991px) {
  .divider-content.divider-content-style2 {
    margin-left: -40px;
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .divider-content.divider-content-style2 {
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 40px;
  }
}
.divider-content.divider-content-style2 .title {
  color: #151c0f;
  font-size: 29px;
  font-weight: 700;
  margin: 0 0 16px;
  line-height: 50px;
}
@media only screen and (max-width: 575px) {
  .divider-content.divider-content-style2 .title {
    font-size: 22px;
    line-height: 36px;
  }
}
.divider-content.divider-content-style2 .title a {
  color: #151c0f;
}
.divider-content.divider-content-style2 p {
  margin-bottom: 38px;
}
@media only screen and (max-width: 991px) {
  .divider-content.divider-content-style2 p {
    margin-bottom: 26px;
  }
}
.divider-content.divider-content-style3 {
  margin-top: 132px;
}
@media only screen and (max-width: 1199px) {
  .divider-content.divider-content-style3 {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .divider-content.divider-content-style3 {
    margin-bottom: 40px;
  }
}
.divider-content.divider-content-style3 .sub-title {
  color: #816031;
  font-size: 22px;
  font-weight: 400;
  font-family: "Pacifico", cursive;
  margin-bottom: 22px;
}
@media only screen and (max-width: 991px) {
  .divider-content.divider-content-style3 .sub-title {
    font-size: 18px;
    margin-bottom: 11px;
  }
}
.divider-content.divider-content-style3 .title {
  color: #151c0f;
  font-size: 29px;
  font-weight: 500;
  margin: 0 0 24px;
  line-height: 43px;
}
@media only screen and (max-width: 1199px) {
  .divider-content.divider-content-style3 .title {
    font-size: 27px;
  }
}
@media only screen and (max-width: 991px) {
  .divider-content.divider-content-style3 .title {
    font-size: 20px;
    margin: 0 0 12px;
    line-height: 28px;
  }
}
.divider-content.divider-content-style3 .title a {
  color: #151c0f;
}
.divider-content.divider-content-style3 p {
  margin-bottom: 54px;
}
@media only screen and (max-width: 991px) {
  .divider-content.divider-content-style3 p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 24px;
  }
}
.divider-content.divider-content-style3 .btn-theme {
  border-radius: 0;
  font-size: 16px;
  text-align: center;
  min-width: 172px;
  padding: 17px 42px 17px;
}
@media only screen and (max-width: 991px) {
  .divider-content.divider-content-style3 .btn-theme {
    font-size: 14px;
    min-width: 152px;
    padding: 13px 30px 13px;
  }
}

.discount-content.discount-content-style2 {
  padding: 85px 80px 80px 120px;
}
@media only screen and (max-width: 991px) {
  .discount-content.discount-content-style2 {
    padding: 65px 65px 65px 60px;
  }
}
@media only screen and (max-width: 767px) {
  .discount-content.discount-content-style2 {
    padding: 70px 20px;
    text-align: center;
  }
}
.discount-content.discount-content-style2 h3 {
  font-size: 60px;
  line-height: 72px;
  margin-bottom: 25px;
}
.discount-content.discount-content-style2 p {
  color: #fff;
  width: 60%;
  margin-bottom: 28px;
}
@media only screen and (max-width: 767px) {
  .discount-content.discount-content-style2 p {
    width: 100%;
  }
}
.discount-content.discount-content-style2 a:hover {
  color: #816031;
}
.discount-content h2 {
  color: #fff;
  font-family: "Vandella";
  font-size: 128px;
  font-weight: 400;
  margin-bottom: 59px;
}
@media only screen and (max-width: 767px) {
  .discount-content h2 {
    font-size: 98px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 479.98px) {
  .discount-content h2 {
    font-size: 88px;
    margin-bottom: 0;
  }
}
.discount-content h3 {
  color: #fff;
  font-family: "Vandella";
  font-size: 65px;
  font-weight: 400;
  margin-bottom: 21px;
}
@media only screen and (max-width: 767px) {
  .discount-content h3 {
    font-size: 55px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 479.98px) {
  .discount-content h3 {
    font-size: 45px;
    margin-bottom: 0;
  }
}
.discount-content a {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.categorie-content {
  border: 1px solid #F3F3F3;
  padding: 34px 10px 35px;
  text-align: center;
}
.categorie-content .title {
  font-size: 16px;
  font-weight: 400;
  margin: 17px 0 0;
}
@media only screen and (max-width: 1199px) {
  .categorie-content .title {
    margin: 0;
  }
}
.categorie-content .title a {
  color: #333333;
}
.categorie-content .title a:hover {
  color: #816031;
}

.newsletter-area {
  padding: 120px 0 77px;
}
@media only screen and (max-width: 1199px) {
  .newsletter-area {
    padding: 61px 0 70px;
  }
}
.newsletter-area .section-title {
  margin-bottom: 43px;
}
@media only screen and (max-width: 991px) {
  .newsletter-area .section-title {
    margin-bottom: 0;
  }
}
.newsletter-area .section-title .title {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  line-height: 43px;
}
.newsletter-area .section-title p {
  color: #fff;
  font-size: 15px;
  line-height: 30px;
  margin-top: 16px;
}

.video-area {
  padding: 31px 0 0;
}
.video-area .section-title {
  margin-bottom: 49px;
}

.video-content .thumb {
  position: relative;
}
.video-content .thumb img {
  width: 100%;
}
.video-content .thumb .btn-play {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.video-content .thumb .btn-play .icon img {
  width: auto;
}
.video-content.content-style2 .thumb .btn-play {
  height: 117px;
  left: 24.8%;
  top: 62.5%;
  width: 117px;
}
@media only screen and (max-width: 767px) {
  .video-content.content-style2 .thumb .btn-play {
    height: 52px;
    left: 43px;
    top: 110px;
    width: 52px;
  }
}
@media only screen and (max-width: 479.98px) {
  .video-content.content-style2 .thumb .btn-play {
    height: 52px;
    left: 43px;
    top: 70px;
    width: 52px;
  }
}
.video-content.content-style2 .thumb .video-title {
  color: #fff;
  font-size: 29px;
  font-weight: 700;
  display: inline-block;
  left: 67px;
  position: absolute;
  top: 52px;
}
@media only screen and (max-width: 767px) {
  .video-content.content-style2 .thumb .video-title {
    font-size: 16px;
    left: 20px;
    top: 52px;
  }
}
@media only screen and (max-width: 479.98px) {
  .video-content.content-style2 .thumb .video-title {
    font-size: 16px;
    left: 20px;
    top: 12px;
  }
}

.thumb.thumb-hover {
  overflow: hidden;
}
.thumb.thumb-hover img {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.thumb.thumb-hover:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}

/*
-----------------------------------------------------------------------
  Icon Box CSS
-----------------------------------------------------------------------
*/
/*
-----------------------------------------------------------------------
  Featured CSS
-----------------------------------------------------------------------
*/
.featured-area.featured-default-area {
  padding: 100px 0 130px;
}
@media only screen and (max-width: 1199px) {
  .featured-area.featured-default-area {
    padding: 70px 0 70px;
  }
}
@media only screen and (max-width: 575px) {
  .featured-area.featured-default-area {
    padding: 70px 0 45px;
  }
}
.featured-area.featured-list-area {
  padding: 1px 0 69px;
}
@media only screen and (max-width: 1199px) {
  .featured-area.featured-list-area {
    padding: 0 0 44px;
  }
}

.featured-item .inner-content {
  margin-bottom: 31px;
}
@media only screen and (max-width: 1199px) {
  .featured-item .inner-content {
    margin-bottom: 20px;
  }
}
.featured-item .inner-content .content .title {
  color: #060a27;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 18px;
}
@media only screen and (max-width: 1199px) {
  .featured-item .inner-content .content .title {
    font-size: 16px;
    margin-bottom: 8px;
  }
}
.featured-item .inner-content .content p {
  color: #777;
  font-size: 15px;
  line-height: 30px;
  width: 78%;
}
@media only screen and (max-width: 1199px) {
  .featured-item .inner-content .content p {
    font-size: 14px;
    line-height: 26px;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .featured-thumb {
    margin-top: 40px;
  }
  .featured-thumb img {
    width: 100%;
  }
}

.featured-items-style2 .featured-item .inner-content .content p {
  width: 80%;
  margin: auto;
}

/*
-----------------------------------------------------------------------
	Form CSS
-----------------------------------------------------------------------
*/
.contact-form .contact-form-wrapper .section-title {
  margin-bottom: 0;
}
.contact-form .contact-form-wrapper .section-title .title {
  color: #222;
  font-size: 27px;
  font-weight: 600;
  margin-bottom: 15px;
}
.contact-form .contact-form-wrapper .form-group {
  margin-bottom: 30px;
}
.contact-form .contact-form-wrapper .form-group .form-control {
  background-color: transparent;
  border: 1px solid #eeeeee;
  border-radius: 0;
  color: #999999;
  font-size: 13px;
  font-weight: 500;
  height: 62px;
  padding: 2px 25px;
}
.contact-form .contact-form-wrapper .form-group .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #999999;
  font-size: 13px;
  font-weight: 500;
}
.contact-form .contact-form-wrapper .form-group .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #999999;
  font-size: 13px;
  font-weight: 500;
}
.contact-form .contact-form-wrapper .form-group .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #999999;
  font-size: 13px;
  font-weight: 500;
}
.contact-form .contact-form-wrapper .form-group .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #999999;
  font-size: 13px;
  font-weight: 500;
}
.contact-form .contact-form-wrapper .form-group .form-control:focus {
  border-color: #1b1b1b;
  box-shadow: none;
  outline: none;
}
.contact-form .contact-form-wrapper .form-group .form-control.textarea {
  min-height: 152px;
  padding: 29px 25px;
}
.contact-form .contact-form-wrapper .form-group .btn-theme {
  background-color: #333;
  border: none;
  margin-top: 46px;
  border-radius: 0;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  min-width: 45px;
  padding: 20px 40px 20px;
}
.contact-form .contact-form-wrapper .form-group .btn-theme:hover {
  background-color: #0A1039;
}

.login-form {
  background: #f9f9f9;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  padding: 37px 40px 65px;
  margin-top: 100px;
  margin-bottom: 100px;
}
@media only screen and (max-width: 1199px) {
  .login-form {
    padding: 25px 10px 30px;
    margin-top: 70px;
    margin-bottom: 70px;
  }
}
.login-form .login-form-wrapper .form-group .form-control {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #ebebeb;
  border-radius: 0;
  box-shadow: none;
  color: #333333;
  font-size: 14px;
  height: 40px;
  margin-bottom: 20px;
  padding-left: 10px;
  width: 100%;
}
.login-form .login-form-wrapper .btn-theme {
  border-radius: 0;
  border: none;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  padding: 17px 0px;
  text-align: center;
  min-width: 115px;
}
.login-form .login-form-wrapper .btn-theme:hover {
  background-color: #333333;
}
.login-form .login-form-wrapper .btn-forgot {
  color: #333333;
  float: right;
  font-size: 14px;
  margin-top: 12px;
}
@media only screen and (max-width: 479.98px) {
  .login-form .login-form-wrapper .btn-forgot {
    font-size: 12px;
  }
}
.login-form .login-form-wrapper .btn-forgot:hover {
  color: #816031;
}
.login-form .login-form-wrapper .btn-create {
  color: #333333;
  display: inline-block;
  margin-top: 17px;
  font-size: 14px;
}
@media only screen and (max-width: 479.98px) {
  .login-form .login-form-wrapper .btn-create {
    font-size: 12px;
    margin-top: 8px;
  }
}
.login-form .login-form-wrapper .btn-create:hover {
  color: #816031;
}
.login-form .form-group-info {
  margin-top: 20px;
}

.comment-form .comment-form-content .form-group {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.comment-form .comment-form-content .form-group .form-control {
  background-color: transparent;
  border: 1px solid #d1d1d1;
  border-radius: 0;
  box-shadow: none;
  color: #2f2f2f;
  font-size: 14px;
  height: 60px;
  padding: 1px 20px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.comment-form .comment-form-content .form-group .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #707070;
  font-size: 14px;
}
.comment-form .comment-form-content .form-group .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #707070;
  font-size: 14px;
}
.comment-form .comment-form-content .form-group .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #707070;
  font-size: 14px;
}
.comment-form .comment-form-content .form-group .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #707070;
  font-size: 14px;
}
.comment-form .comment-form-content .form-group .form-control:focus {
  border-color: #ddd;
}
.comment-form .comment-form-content .form-group .form-control.textarea {
  height: 150px;
  margin-bottom: 37px;
  padding: 22px 20px 2px 20px;
}
.comment-form .comment-form-content .form-group .btn-theme {
  background-color: #1d1d1d;
  border: none;
  border-radius: 0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 19px 45px;
  min-width: auto;
  text-transform: uppercase;
}
.comment-form .comment-form-content .form-group .btn-theme:hover {
  background-color: #816031;
  border-color: #816031;
}

.input-btn-group {
  align-items: center;
  border-radius: 0;
  display: flex;
  margin-top: 52px;
}
.input-btn-group .form-control {
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  height: 57px;
  line-height: 57px;
  padding-left: 25px;
}
.input-btn-group .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}
.input-btn-group .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}
.input-btn-group .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}
.input-btn-group .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}
.input-btn-group .form-control:focus {
  box-shadow: none;
}
.input-btn-group .btn-theme {
  border-radius: 0;
  font-size: 16px;
  font-weight: 700;
  height: 57px;
  line-height: 52px;
  min-width: auto;
  margin-left: -1px;
  padding: 2px 34px;
}
.input-btn-group .btn-theme:hover {
  background-color: #816031;
  border-color: #816031;
}

.form-message {
  overflow: hidden;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.form-message button.btn-close {
  border: none;
  box-shadow: none;
  background-color: transparent;
  float: right;
  font-size: 14px;
  margin-top: 0;
  text-indent: 1000px;
}

.form-control:focus::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: transparent;
  opacity: 0;
}
.form-control:focus::-moz-placeholder {
  /* Firefox 19+ */
  color: transparent;
  opacity: 0;
}
.form-control:focus:-ms-input-placeholder {
  /* IE 10+ */
  color: transparent;
  opacity: 0;
}
.form-control:focus:-moz-placeholder {
  /* Firefox 18- */
  color: transparent;
  opacity: 0;
}

/*
-----------------------------------------------------------------------
  Shop CSS
-----------------------------------------------------------------------
*/
.product-area.product-default-area {
  padding: 100px 0 50px;
}
@media only screen and (max-width: 1199px) {
  .product-area.product-default-area {
    padding: 70px 0 13px;
  }
}
@media only screen and (max-width: 575px) {
  .product-area.product-default-area {
    padding: 45px 0 13px;
  }
}
.product-area.featured-product-area {
  padding: 93px 0 19px;
}
@media only screen and (max-width: 1199px) {
  .product-area.featured-product-area {
    padding: 61px 0 35px;
  }
}
.product-area.featured-product-area .section-title {
  margin-bottom: 59px;
}
.product-area.similar-product-area {
  padding: 82px 0 50px;
}
@media only screen and (max-width: 1199px) {
  .product-area.similar-product-area {
    padding: 47px 0 14px;
  }
}
.product-area.arrival-product-area {
  padding: 100px 0;
}
.product-area.arrival-product-area .section-title {
  margin-bottom: 29px;
}
.product-area.arrival-product-area .section-title .title {
  color: #151c0f;
}
.product-area.shop-single-product {
  padding: 100px 0 76px;
}
@media only screen and (max-width: 991px) {
  .product-area.shop-single-product {
    padding: 70px 0 35px;
  }
}
.product-area .product-title-style {
  background-color: #f9fff2;
  padding: 77px 106px 77px;
  text-align: center;
  display: inline-block;
  left: 60px;
  right: 60px;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .product-area .product-title-style {
    padding: 77px 106px 77px;
    left: 0;
    right: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .product-area .product-title-style {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 479.98px) {
  .product-area .product-title-style {
    padding: 77px 16px 77px;
  }
}
.product-area .product-title-style h4 {
  font-size: 29px;
  font-weight: 700;
  margin-top: 6px;
}
@media only screen and (max-width: 1199px) {
  .product-area .product-title-style h4 {
    font-size: 21px;
    margin-top: 6px;
  }
}
.product-area.product-grid-area {
  padding: 102px 0;
}
@media only screen and (max-width: 991px) {
  .product-area.product-grid-area {
    padding: 100px 0 70px;
  }
}
.product-area.cart-page-area {
  padding-top: 160px;
  padding-bottom: 108px;
}
@media only screen and (max-width: 1199px) {
  .product-area.cart-page-area {
    padding-top: 0;
    padding-bottom: 70px;
  }
}

.product-item {
  margin-bottom: 46px;
}
.product-item .product-thumb {
  margin-bottom: 31px;
  position: relative;
  overflow: hidden;
}
.product-item .product-thumb img {
  width: 100%;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.product-item .product-thumb .ribbon {
  background-color: #816031;
  border-radius: 50%;
  color: #fff;
  font-weight: 400;
  height: 55px;
  font-size: 14px;
  left: 20px;
  line-height: 55px;
  position: absolute;
  right: auto;
  text-align: center;
  top: 10px;
  width: 55px;
}
.product-item .product-thumb .ribbon.align-right {
  left: auto;
  right: 20px;
}
.product-item .product-thumb .ribbon.align-right-top {
  left: auto;
  right: 20px;
  top: 70px;
}
.product-item .product-thumb .ribbon.ribbon-soldout {
  font-size: 12px;
}
.product-item .product-thumb .product-action {
  align-items: center;
  background-color: #816031;
  box-shadow: 0 0 20px 0.4px rgba(0, 0, 0, 0.1);
  display: flex;
  border-radius: 50px;
  height: 42px;
  justify-content: center;
  left: 50%;
  margin-top: 45px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  width: 178px;
}
.product-item .product-thumb .product-action a {
  color: #fff;
  font-size: 20px;
  position: relative;
  display: inline-block;
  line-height: 1;
  padding: 0 4px;
  margin: 0 1px;
}
.product-item .product-thumb .product-action a:before {
  background: #fff none repeat scroll 0 0;
  content: "";
  height: 20px;
  position: absolute;
  right: -3px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 1px;
}
.product-item .product-thumb .product-action a i {
  margin: 0;
}
.product-item .product-thumb .product-action a:last-child:before {
  display: none;
}
.product-item .product-info {
  text-align: center;
}
.product-item .product-info .title {
  color: #333;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 6px;
}
.product-item .product-info .title a {
  color: #333;
}
.product-item .product-info .title a:hover {
  color: #816031;
}
.product-item .product-info .prices {
  color: #333;
  font-size: 16px;
  font-weight: 500;
}
.product-item .product-info .prices .price-old {
  text-decoration: line-through;
  margin-left: 8px;
}
.product-item:hover .product-thumb img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.product-item:hover .product-thumb .product-action {
  margin-top: 0;
  opacity: 1;
}
.product-item:hover .product-thumb .product-action a {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.product-item:hover .product-thumb .countdown-timer {
  transform: translate(-50%, 200%);
  -webkit-transform: translate(-50%, 200%);
  -moz-transform: translate(-50%, 200%);
  -ms-transform: translate(-50%, 200%);
  -o-transform: translate(-50%, 200%);
}
.product-item-list {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .product-item-list {
    display: block;
  }
}
.product-item-list .product-thumb {
  flex: 0 0 270px;
  margin-right: 50px;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .product-item-list .product-thumb {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.product-item-list .product-info {
  text-align: left;
}
.product-item-list .product-info .title {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 11px;
}
.product-item-list .product-info .prices {
  margin-bottom: 13px;
}
.product-item-list .product-info p {
  font-size: 15px;
  margin-bottom: 15px;
  line-height: 30px;
}
.product-item-list .product-action-quick-view a {
  background-color: #333;
  color: #fff;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  text-align: center;
  transform: translate(-50%, -50%) scale(0);
  top: 50%;
  left: 50%;
  position: absolute;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.product-item-list .product-action-quick-view a:hover {
  background-color: #816031;
}
.product-item-list .product-action-btn .btn-compare {
  border: none;
  padding: 0;
  background-color: transparent;
  color: #B2B2B2;
  font-size: 20px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.product-item-list .product-action-btn .btn-compare:hover {
  color: #816031;
}
.product-item-list .product-action-btn .btn-add-cart {
  border: none;
  padding: 7px 32px 7px;
  background-color: #333;
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  margin: 0 9px;
}
.product-item-list .product-action-btn .btn-add-cart:hover {
  background-color: #816031;
}
.product-item-list .product-action-btn .btn-wishlist {
  border: none;
  padding: 0;
  background-color: transparent;
  color: #B2B2B2;
  font-size: 20px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.product-item-list .product-action-btn .btn-wishlist:hover {
  color: #816031;
}
.product-item-list .countdown-content {
  margin-top: 14px;
}
.product-item-list .countdown-content .countdown-timer {
  bottom: auto;
  display: inline-block;
  left: auto;
  margin-bottom: 0;
  position: relative;
  top: auto;
}
.product-item-list .countdown-content .countdown-timer li {
  display: inline-block;
  margin: 0;
  margin-right: 2px;
}
.product-item-list:hover .product-action-quick-view a {
  transform: translate(-50%, -50%) scale(1);
}

.wishlist-item {
  margin-bottom: 30px;
}
.wishlist-item .wishlist-thumb {
  margin-bottom: 20px;
  position: relative;
}
.wishlist-item .wishlist-thumb img {
  width: 100%;
}
.wishlist-item .wishlist-thumb .ribbon {
  background-color: #000;
  border-radius: 3px;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  height: 25px;
  left: 9px;
  line-height: 25px;
  position: absolute;
  right: auto;
  text-align: center;
  top: 10px;
  width: 45px;
}
.wishlist-item .wishlist-thumb .ribbon.align-right {
  left: auto;
  right: 9px;
}
.wishlist-item .wishlist-thumb .ribbon.align-right-top {
  left: auto;
  right: 9px;
  top: 60px;
}
.wishlist-item .wishlist-thumb .ribbon-soldout {
  background-color: #816031;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  height: 150px;
  left: 50%;
  line-height: 150px;
  opacity: 0.8;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 150px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.wishlist-item .wishlist-thumb .wishlist-action {
  bottom: 20px;
  justify-content: center;
  left: auto;
  position: absolute;
  right: auto;
  text-align: center;
  width: 100%;
}
.wishlist-item .wishlist-thumb .wishlist-action a {
  background-color: #f1f1f1;
  border-radius: 2px;
  color: #313131;
  display: inline-block;
  font-size: 18px;
  height: 40px;
  line-height: 44px;
  margin: 0 2px;
  width: 40px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
}
.wishlist-item .wishlist-thumb .wishlist-action a:hover {
  background-color: #816031;
  color: #fff;
}
.wishlist-item .wishlist-info {
  text-align: left;
}
.wishlist-item .wishlist-info .title {
  color: #6d6d6d;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 6px;
}
.wishlist-item .wishlist-info .title a {
  color: #333;
}
.wishlist-item .wishlist-info .title a:hover {
  color: #816031;
}
.wishlist-item .wishlist-info .btn-wishlist {
  color: #6d6d6d;
  font-size: 17px;
  font-weight: 700;
}
.wishlist-item .wishlist-info .prices {
  color: #333;
  font-size: 14px;
  font-weight: 900;
}
.wishlist-item .wishlist-info .prices .price-old {
  color: #767575;
  margin-left: 2px;
}
.wishlist-item:hover .wishlist-thumb .wishlist-action a {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

.offer-area {
  padding: 100px 0 18px;
}

@media only screen and (max-width: 575px) {
  .single-offer {
    margin-bottom: 30px;
  }
}
.single-offer .thumb {
  overflow: hidden;
}
.single-offer .thumb img {
  width: 100%;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.single-offer:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.product-tab-content .nav.nav-tabs {
  border: none;
  justify-content: center;
  margin-bottom: 57px;
  text-align: center;
}
@media only screen and (max-width: 575px) {
  .product-tab-content .nav.nav-tabs {
    margin-bottom: 35px;
  }
}
.product-tab-content .nav.nav-tabs .nav-item {
  margin-right: 58px;
}
@media only screen and (max-width: 767px) {
  .product-tab-content .nav.nav-tabs .nav-item {
    margin-right: 8px;
  }
}
.product-tab-content .nav.nav-tabs .nav-item .nav-link {
  background-color: transparent;
  border: none;
  border-radius: 0;
  color: #777;
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  padding: 0 7.85px;
  position: relative;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
@media only screen and (max-width: 991px) {
  .product-tab-content .nav.nav-tabs .nav-item .nav-link {
    font-size: 16px;
  }
}
@media only screen and (max-width: 479.98px) {
  .product-tab-content .nav.nav-tabs .nav-item .nav-link {
    font-size: 14px;
  }
}
.product-tab-content .nav.nav-tabs .nav-item .nav-link.active {
  color: #816031;
  font-weight: 700;
}
.product-tab-content .nav.nav-tabs .nav-item .nav-link.active:after {
  background-color: #816031;
  bottom: -7px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}
@media only screen and (max-width: 479.98px) {
  .product-tab-content .nav.nav-tabs .nav-item .nav-link.active:after {
    display: none;
  }
}
.product-tab-content .nav.nav-tabs .nav-item .nav-link:hover {
  color: #816031;
}
.product-tab-content .nav.nav-tabs .nav-item:last-child {
  margin-right: 0;
}
.product-tab-content .nav.nav-tabs.nav-tabs-style {
  justify-content: flex-start;
  margin-top: -6px;
}
@media only screen and (max-width: 767px) {
  .product-tab-content .nav.nav-tabs.nav-tabs-style {
    margin-top: 0;
  }
}
.product-tab-content .nav.nav-tabs.nav-tabs-style .nav-item {
  display: block;
  margin-bottom: 38px;
  margin-right: 0;
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .product-tab-content .nav.nav-tabs.nav-tabs-style .nav-item {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .product-tab-content .nav.nav-tabs.nav-tabs-style .nav-item {
    margin-bottom: 10px;
  }
}
.product-tab-content .nav.nav-tabs.nav-tabs-style .nav-item .nav-link {
  padding: 0;
  text-align: left;
}
.product-tab-content .nav.nav-tabs.nav-tabs-style .nav-item .nav-link.active:after {
  display: none;
}
.product-tab-content .nav.nav-tabs.nav-tabs-style .nav-item:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 991px) {
  .single-product-info {
    margin-top: 40px;
  }
}
.single-product-info .title {
  color: #333;
  font-size: 29px;
  font-weight: 700;
  margin-bottom: 14px;
}
@media only screen and (max-width: 991px) {
  .single-product-info .title {
    font-size: 20px;
    margin-bottom: 16px;
  }
}
.single-product-info .product-ratting {
  margin-bottom: 15px;
}
.single-product-info .product-ratting .ratting-icons {
  display: flex;
  margin-bottom: 17px;
}
.single-product-info .product-ratting .ratting-icons i {
  font-size: 14.4px;
  color: #D1A868;
  margin-right: 3px;
  opacity: 0.7;
}
.single-product-info .product-ratting .ratting-icons i:last-child {
  margin-right: 0;
}
.single-product-info .product-ratting .ratting-caption {
  display: inline-block;
  padding-left: 31px;
  position: relative;
  font-size: 14px;
}
.single-product-info .product-ratting .ratting-caption:before {
  position: absolute;
  left: 13px;
  background: #e1e1e1;
  content: "";
  width: 1px;
  height: 20px;
  top: 2px;
}
.single-product-info .prices {
  margin-bottom: 6px;
}
.single-product-info .prices .price {
  color: #333333;
  font-size: 30px;
  font-weight: 500;
}
.single-product-info .prices .price-old {
  text-decoration: line-through;
  font-size: 21px;
  font-weight: 300;
  color: #777777;
  margin-left: 16px;
}
.single-product-info .product-sku {
  font-size: 14px;
  margin-bottom: 20px;
}
.single-product-info .product-sku span {
  color: #816031;
}
.single-product-info .product-availability {
  font-size: 14px;
  margin-bottom: 8px;
}
.single-product-info .product-availability span {
  color: #816031;
}
.single-product-info .product-desc {
  padding-bottom: 5px;
  font-size: 15px;
  line-height: 30px;
  margin-bottom: 0;
}
.single-product-info .product-meta {
  margin-bottom: 19px;
}
.single-product-info .product-meta .meta-item {
  align-items: center;
  display: inline-block;
  margin-bottom: 15px;
  vertical-align: middle;
  width: 100%;
}
.single-product-info .product-meta .meta-item span {
  color: #000;
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  width: 100px;
}
.single-product-info .product-meta .meta-item form {
  display: inline-block;
  width: 81.82%;
}
.single-product-info .product-meta .meta-item form .form-group {
  margin-bottom: 0;
}
.single-product-info .product-meta .meta-item form .form-group .form-control {
  border: 1px solid #ddd;
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
  color: #727883;
  display: block;
  font-size: 14px;
  height: 42px;
  padding: 5px 10px;
}
.single-product-info .product-meta .meta-item form .form-group .form-control option {
  font-size: 14px;
  color: #727883;
}
.single-product-info .product-meta .meta-item form .form-group .form-control:active, .single-product-info .product-meta .meta-item form .form-group .form-control:focus {
  border-color: #000;
}
.single-product-info .product-meta .meta-item form .form-group select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url("../img/icons/select-arrow.png");
  background-repeat: no-repeat;
  background-position: right center;
}
.single-product-info .product-action-size .title {
  display: block;
  font-size: 13px;
  font-weight: 300;
  color: #777777;
  margin: 0 0 16px;
  line-height: 13px;
}
.single-product-info .product-action-size ul {
  margin-bottom: 25px;
}
.single-product-info .product-action-size ul li {
  display: inline-block;
  cursor: pointer;
  font-size: 12px;
  color: #828495;
  border: 1px solid #E3E4E9;
  width: 31px;
  height: 31px;
  text-align: center;
  line-height: 29px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.single-product-info .product-action-size ul li:last-child {
  margin-right: 0;
}
.single-product-info .product-action-size ul li.active {
  background-color: #333333;
  color: #ffffff;
  border: 1px solid #333333;
}
.single-product-info .product-action-size ul li:hover {
  background-color: #333333;
  color: #ffffff;
  border: 1px solid #333333;
}
.single-product-info .product-action-color .title {
  display: block;
  font-size: 13px;
  font-weight: 300;
  color: #777777;
  margin: 0 0 16px;
  line-height: 13px;
}
.single-product-info .product-action-color ul {
  display: flex;
  margin-bottom: 25px;
}
.single-product-info .product-action-color ul li {
  cursor: pointer;
  width: 31px;
  height: 31px;
  font-size: 0;
  display: inline-block;
  border: 1px solid #E3E4E9;
  position: relative;
  margin-right: 5px;
}
.single-product-info .product-action-color ul li:last-child {
  margin-right: 0;
}
.single-product-info .product-action-color ul li.active:before {
  color: #fff;
  content: "";
  font-family: IcoFont;
  font-size: 20px;
  position: absolute;
  z-index: 9;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.single-product-info .product-action-color ul li.soldout:after, .single-product-info .product-action-color ul li.soldout:before {
  position: absolute;
  left: 43%;
  top: -10%;
  content: "";
  color: red;
  font-size: 40px;
  text-align: center;
  width: 2px;
  height: 32px;
  background: red;
  opacity: 0.5;
}
.single-product-info .product-action-color ul li.soldout:before {
  transform: rotate(-40deg);
}
.single-product-info .product-action-color ul li.soldout:after {
  transform: rotate(40deg);
}
.single-product-info .product-action-color ul li.bg-color-purple {
  background-color: #800080;
}
.single-product-info .product-action-color ul li.bg-color-violet {
  background-color: #ee82ee;
}
.single-product-info .product-action-color ul li.bg-color-black {
  background-color: #000000;
}
.single-product-info .product-action-color ul li.bg-color-pink {
  background-color: #ffc0cb;
}
.single-product-info .product-action-color ul li.bg-color-orange {
  background-color: #ffa500;
}
.single-product-info .product-action-color ul li.bg-color-red {
  background-color: #ff0000;
}
.single-product-info .product-action-color ul li.bg-color-green {
  background-color: #008000;
}
.single-product-info .product-action-color ul li.bg-color-blue {
  background-color: #0000ff;
}
.single-product-info .product-action-color ul li.bg-color-yellow {
  background-color: #ffff00;
}
.single-product-info .product-action-color ul li.bg-color-white {
  background-color: #ffffff;
}
.single-product-info .product-action-color ul li.bg-color-gold {
  background-color: #ffd700;
}
.single-product-info .product-action-color ul li.bg-color-gray {
  background-color: #808080;
}
.single-product-info .product-action-material .title {
  display: block;
  font-size: 13px;
  font-weight: 300;
  color: #777777;
  margin: 0 0 16px;
  line-height: 13px;
}
.single-product-info .product-action-material ul {
  display: flex;
  margin-bottom: 24px;
}
.single-product-info .product-action-material ul li {
  cursor: pointer;
  width: 55px;
  height: 34px;
  line-height: 32px;
  font-size: 12px;
  color: #828495;
  border: 1px solid #E3E4E9;
  text-align: center;
  margin-right: 10px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.single-product-info .product-action-material ul li:last-child {
  margin-right: 0;
}
.single-product-info .product-action-material ul li.active {
  background-color: #333333;
  color: #ffffff;
  border: 1px solid #333333;
}
.single-product-info .product-action-material ul li:hover {
  background-color: #333333;
  color: #ffffff;
  border: 1px solid #333333;
}
.single-product-info .countdown-content {
  margin-bottom: 30px;
  margin-top: 5px;
}
.single-product-info .countdown-content .countdown-timer {
  bottom: auto;
  left: auto;
  position: relative;
}
.single-product-info .countdown-content .countdown-timer li {
  display: inline-block;
}
.single-product-info .quick-product-action {
  margin-bottom: 30px;
  margin-top: 0;
}
.single-product-info .quick-product-action .action-top {
  margin-bottom: 20px;
}
.single-product-info .quick-product-action .action-top .pro-qty-area .qty-title {
  display: block;
  font-size: 13px;
  font-weight: 300;
  margin: 0 0 10px;
}
.single-product-info .quick-product-action .action-top .pro-qty-area .pro-qty {
  display: inline-block;
  position: relative;
  width: 95px;
}
.single-product-info .quick-product-action .action-top .pro-qty-area .pro-qty input {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  color: #3A3A3A;
  font-size: 14px;
  font-weight: 500;
  height: 31px;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 95px;
}
.single-product-info .quick-product-action .action-top .pro-qty-area .pro-qty .qty-btn {
  border: 1px solid #E3E4E9;
  color: #666;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  height: 31px;
  line-height: 31px;
  position: absolute;
  text-align: center;
  width: 31px;
}
.single-product-info .quick-product-action .action-top .pro-qty-area .pro-qty .qty-btn.inc {
  border: 1px solid #E3E4E9;
  height: 31px;
  width: 31px;
  line-height: 31px;
  right: 0;
}
.single-product-info .quick-product-action .action-top .pro-qty-area .pro-qty .qty-btn.dec {
  left: 0;
}
.single-product-info .quick-product-action .action-top .btn-theme {
  background-color: #333333;
  border-radius: 0;
  font-size: 15px;
  min-height: auto;
  min-width: 266px;
  margin-top: 27px;
  text-align: center;
  text-transform: uppercase;
  padding: 13px 0px;
}
.single-product-info .quick-product-action .action-top .btn-theme:hover {
  background-color: #816031;
}
.single-product-info .quick-product-action .action-bottom .btn.btn-black {
  border: 1px solid #ededed;
  border-radius: 0px;
  color: #333;
  display: inline-block;
  font-size: 17px;
  line-height: 1;
  padding: 16px 18px 17px;
  margin-right: 15px;
  position: relative;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
@media only screen and (max-width: 479.98px) {
  .single-product-info .quick-product-action .action-bottom .btn.btn-black {
    margin-right: 2px;
  }
}
.single-product-info .quick-product-action .action-bottom .btn.btn-black i {
  font-size: 22px;
  margin-right: 5px;
}
.single-product-info .quick-product-action .action-bottom .btn.btn-black:hover {
  background-color: #816031;
  color: #fff;
}
@media only screen and (max-width: 575px) {
  .single-product-info .quick-product-action .action-bottom .btn.btn-black {
    min-width: 146px;
  }
}
.single-product-info .quick-product-action .action-bottom .btn-wishlist {
  border: 1px solid #ededed;
  display: inline-block;
  font-size: 17px;
  line-height: 1;
  padding: 16px 18px 17px;
  color: #333;
  margin-right: 15px;
  position: relative;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
@media only screen and (max-width: 479.98px) {
  .single-product-info .quick-product-action .action-bottom .btn-wishlist {
    margin-right: 2px;
  }
}
.single-product-info .quick-product-action .action-bottom .btn-wishlist:hover {
  background-color: #816031;
  color: #fff;
}
.single-product-info .quick-product-action .action-bottom .btn-buy-amazon {
  border: 1px solid #EDEDED;
  color: #333;
  display: inline-block;
  font-size: 17px;
  line-height: 1;
  padding: 16px 18px 17px;
  position: relative;
}
.single-product-info .quick-product-action .action-bottom .btn-buy-amazon:hover {
  background-color: #816031;
  border-color: #816031;
  color: #fff;
}
.single-product-info .product-social-info {
  margin-bottom: 10px;
}
.single-product-info .product-social-info .title-social {
  font-size: 13px;
  font-weight: 300;
  color: #777;
  margin-right: 5px;
}
.single-product-info .product-social-info a {
  font-size: 24px;
  line-height: 24px;
}
.single-product-info .payment-support h5 {
  font-size: 13px;
  font-weight: 300;
  margin-bottom: 16px;
}
.single-product-info .payment-support .payment-items {
  display: flex;
}
.single-product-info .payment-support .payment-items .payment-item {
  float: left;
  margin-right: 4px;
}
.single-product-info .payment-support .payment-items .payment-item img {
  padding: 0.2em;
}
.single-product-info .payment-support .payment-items .payment-item:last-child {
  margin-right: 0;
}
.single-product-info .widget-social-icons {
  display: flex;
}
.single-product-info .widget-social-icons span {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  margin-right: 12px;
}
@media only screen and (max-width: 575px) {
  .single-product-info .widget-social-icons span {
    font-size: 14px;
    margin-right: 2px;
  }
}
.single-product-info .widget-social-icons a {
  background-color: #816031;
  border: 1px solid transparent;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  line-height: 16px;
  margin-right: 10px;
  padding: 6.5px 9px;
  text-align: center;
  width: auto;
}
@media only screen and (max-width: 575px) {
  .single-product-info .widget-social-icons a {
    font-size: 12px;
    margin-right: 6px;
  }
}
.single-product-info .widget-social-icons a:last-child {
  margin-right: 0;
}
.single-product-info .widget-social-icons a.facebook {
  background-color: #435f9f;
}
.single-product-info .widget-social-icons a.facebook:hover {
  background-color: transparent;
  border-color: #435f9f;
  color: #435f9f;
}
.single-product-info .widget-social-icons a.twitter {
  background-color: #55acee;
}
.single-product-info .widget-social-icons a.twitter:hover {
  background-color: transparent;
  border-color: #00aaf0;
  color: #00aaf0;
}
.single-product-info .widget-social-icons a.google-plus {
  background-color: #fe6553;
}
.single-product-info .widget-social-icons a.google-plus:hover {
  background-color: transparent;
  border-color: #e04b34;
  color: #e04b34;
}
.single-product-info .widget-social-icons a.pinterest {
  background-color: #c32026;
}
.single-product-info .widget-social-icons a:hover {
  background-color: transparent;
  border-color: #ce1f21;
  color: #ce1f21;
}
.single-product-info .widget-social-icons a i {
  font-size: 14px;
}
.single-product-info.product-info-affiliate .title {
  margin-bottom: 23px;
}
.single-product-info.product-info-countdown .countdown-content {
  margin-bottom: 12px;
  margin-top: 16px;
}
.single-product-info.product-info-countdown .countdown-content h4 {
  font-size: 14px;
  margin-bottom: 15px;
}
.single-product-info.product-info-countdown .countdown-content h4 span {
  font-weight: 400;
}
.single-product-info.product-info-countdown .countdown-content .countdown-timer {
  left: 0;
  transform: none;
  bottom: 0;
  top: 0;
}
.single-product-info.product-info-countdown .countdown-content .countdown-timer li span {
  display: block;
}
.single-product-info.product-info-countdown .countdown-content .countdown-timer li p {
  display: block;
}
.single-product-thumb.simple-product-thumb {
  padding-right: 26px;
  width: 85%;
}
@media only screen and (max-width: 991px) {
  .single-product-thumb.simple-product-thumb {
    padding-right: 0;
    width: 100%;
  }
  .single-product-thumb.simple-product-thumb img {
    width: 100%;
  }
}

.single-product-slider .single-product-thumb .thumb-item img {
  cursor: crosshair;
}
.single-product-slider .single-product-thumb .zoomImg {
  pointer-events: none;
}
.single-product-slider .single-product-nav {
  position: relative;
}
.single-product-slider .single-product-nav .nav-item {
  cursor: pointer;
}
.single-product-slider .single-product-nav .nav-item img {
  border: 2px solid #fff;
  height: 112px;
  width: 100%;
}
@media only screen and (max-width: 575px) {
  .single-product-slider .single-product-nav .nav-item img {
    height: auto;
  }
}
.single-product-slider .single-product-nav .slick-vertical .slick-slide {
  border: none;
  height: 112px;
  line-height: 1;
}
.single-product-slider .single-product-nav .slick-vertical .slick-slide div {
  height: 112px;
}
.single-product-slider .single-product-nav .slick-vertical .slick-slide.slick-current .nav-item img {
  border-color: #816031;
}
.single-product-slider .single-product-nav .slider-icon {
  color: #333;
  cursor: pointer;
  font-size: 30px;
  left: 50%;
  line-height: 1;
  position: absolute;
  top: 100%;
  z-index: 4;
}
@media only screen and (max-width: 575px) {
  .single-product-slider .single-product-nav .slider-icon {
    display: none !important;
  }
}
.single-product-slider .single-product-nav .slider-icon.slider-icon-next {
  margin-left: -25px;
}
.single-product-slider .product-dec-slider-right {
  width: 85%;
  float: right;
  padding-left: 26px;
}
@media only screen and (max-width: 575px) {
  .single-product-slider .product-dec-slider-right {
    padding-left: 0;
    float: none;
    width: 100%;
  }
}
.single-product-slider .product-dec-slider-left {
  width: 15%;
  float: right;
}
@media only screen and (max-width: 575px) {
  .single-product-slider .product-dec-slider-left {
    width: 100%;
    float: none;
  }
}

.product-description-review {
  padding: 0 15px;
}
.product-description-review .product-description-tab-menu {
  display: flex;
}
.product-description-review .product-description-tab-menu .nav-item .nav-link {
  border: none;
  border-radius: 0;
  border-bottom: 2px solid transparent;
  background-color: transparent;
  color: #777;
  font-size: 18px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  padding: 0 37px 23px;
  line-height: 1;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 991px) {
  .product-description-review .product-description-tab-menu .nav-item .nav-link {
    padding: 0;
    border-bottom: none;
    padding-bottom: 20px;
    padding-right: 20px;
  }
}
.product-description-review .product-description-tab-menu .nav-item .nav-link.active {
  font-size: 18px;
  font-weight: 700;
  border-bottom: 2px solid #333;
  color: #333333;
}
@media only screen and (max-width: 991px) {
  .product-description-review .product-description-tab-menu .nav-item .nav-link.active {
    font-size: 16px;
    border-bottom: none;
  }
}
.product-description-review .tab-content {
  padding: 65px 0 0;
  margin-bottom: 5px;
}
@media only screen and (max-width: 991px) {
  .product-description-review .tab-content {
    padding: 35px 0;
  }
}
.product-description-review .tab-content .product-desc {
  font-size: 14px;
  line-height: 24px;
}
.product-description-review .tab-content .product-desc p {
  margin-bottom: 20px;
}
.product-description-review .tab-content .product-review {
  border: 1px solid #ECECEC;
  padding: 24px;
  margin-top: 15px;
}
.product-description-review .tab-content .product-review .review-header {
  border-bottom: 1px solid #ECECEC;
  padding-bottom: 21px;
  margin-bottom: 24px;
}
.product-description-review .tab-content .product-review .review-header .title {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 21px;
}
.product-description-review .tab-content .product-review .review-header .review-info .review-rating {
  display: inline-block;
  line-height: 1;
  margin-bottom: 0;
}
.product-description-review .tab-content .product-review .review-header .review-info .review-rating li {
  color: #816031;
  font-size: 20px;
  display: inline-block;
  line-height: 1;
}
.product-description-review .tab-content .product-review .review-header .review-info .review-caption {
  font-size: 14px;
  margin-left: 10px;
}
.product-description-review .tab-content .product-review .review-header .review-info .review-write-btn {
  font-size: 14px;
  float: right;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.product-description-review .tab-content .product-review .review-header .review-info .review-write-btn:hover {
  color: #816031;
  cursor: pointer;
}
.product-description-review .tab-content .product-review .product-review-form {
  border-bottom: 1px solid #ececec;
  display: none;
  margin-bottom: 50px;
  padding-bottom: 50px;
}
.product-description-review .tab-content .product-review .product-review-form .title {
  font-size: 16px;
  line-height: 24px;
}
.product-description-review .tab-content .product-review .product-review-form form .review-form-content .form-group {
  margin-bottom: 12px;
}
.product-description-review .tab-content .product-review .product-review-form form .review-form-content .form-group label {
  margin-bottom: 6px;
  font-size: 13px;
}
.product-description-review .tab-content .product-review .product-review-form form .review-form-content .form-group .form-control {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  width: 100%;
  max-width: 100%;
  height: 45px;
}
.product-description-review .tab-content .product-review .product-review-form form .review-form-content .form-group .form-control.textarea {
  height: 232px;
}
.product-description-review .tab-content .product-review .product-review-form form .review-form-content .form-group .btn-theme {
  padding: 12px 22px;
  border-radius: 5px;
  font-size: 15px;
  height: 47px;
  min-width: 143px;
}
.product-description-review .tab-content .product-review .product-review-form form .review-form-content .form-group .btn-theme:hover {
  background-color: #454545;
  border-color: #454545;
}
.product-description-review .tab-content .product-review .product-review-form form .review-form-content .rating .rating-title {
  display: block;
}
.product-description-review .tab-content .product-review .product-review-form form .review-form-content .rating span a {
  display: inline-block;
  color: #242424;
  font-size: 20px;
}
.product-description-review .tab-content .product-review .review-content .review-item .review-rating {
  margin-bottom: 5px;
}
.product-description-review .tab-content .product-review .review-content .review-item .review-rating li {
  display: inline-block;
  color: #f4a460;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}
.product-description-review .tab-content .product-review .review-content .review-item .title {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 21px;
}
.product-description-review .tab-content .product-review .review-content .review-item .review-date {
  font-style: italic;
  font-size: 13px;
  opacity: 0.5;
  display: inline-block;
  margin-bottom: 15px;
}
.product-description-review .tab-content .product-review .review-content .review-item .review-date span {
  font-weight: 700;
}
.product-description-review .tab-content .product-review .review-content .review-item p {
  font-size: 13px;
  margin-bottom: 20px;
}
.product-description-review .tab-content .product-review .review-content .review-item .review-report {
  color: #242424;
  font-size: 11px;
  text-align: right;
  display: block;
}
.product-description-review .tab-content .product-review .review-content .review-item .review-report:hover {
  color: #816031;
}
.product-description-review .tab-content .product-comment form .product-comment-content {
  display: flex;
  margin-bottom: 10px;
}
.product-description-review .tab-content .product-comment form .product-comment-content img {
  border-radius: 3px;
  display: inline-block;
  height: 44px;
  margin-right: 12px;
  width: 44px;
}
.product-description-review .tab-content .product-comment form .product-comment-content textarea {
  border: 2px solid #dbdfe4;
  border-radius: 4px;
  color: #2a2e2e;
  font-size: 14px;
  padding: 6px 10px 8px;
  width: 100%;
}
.product-description-review .tab-content .product-comment form .product-comment-content textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #687a86;
  font-size: 18px;
}
.product-description-review .tab-content .product-comment form .product-comment-content textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #687a86;
  font-size: 18px;
}
.product-description-review .tab-content .product-comment form .product-comment-content textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #687a86;
  font-size: 18px;
}
.product-description-review .tab-content .product-comment form .product-comment-content textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #687a86;
  font-size: 18px;
}
.product-description-review .tab-content .product-comment form .btn-theme {
  background-color: rgba(29, 47, 58, 0.6);
  border: none;
  border-radius: 3px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  float: right;
  padding: 11px 14px 12px;
  min-width: auto;
}
.product-description-review .tab-content .product-comment form .btn-theme:hover {
  background-color: #816031;
}
.product-description-review .tab-content .product-shipping-policy .section-title {
  margin-bottom: 20px;
}
.product-description-review .tab-content .product-shipping-policy .section-title .title {
  font-size: 25px;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .product-description-review .tab-content .product-shipping-policy .section-title .title {
    font-size: 27px;
  }
}
.product-description-review .tab-content .product-shipping-policy .section-title p {
  color: #777;
  font-size: 14px;
  margin-top: 17px;
  line-height: 25px;
}
.product-description-review .tab-content .product-shipping-policy .shipping-policy-list {
  margin-bottom: 20px;
}
.product-description-review .tab-content .product-shipping-policy .shipping-policy-list li {
  line-height: 25px;
  list-style: inside;
  font-size: 15px;
}
.product-description-review .tab-content .product-shipping-policy .shipping-policy-list li a {
  color: #333333;
}
.product-description-review .tab-content .product-shipping-policy .shipping-policy-list li a:hover {
  color: #816031;
}
.product-description-review .tab-content .product-shipping-policy p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 15px;
}
.product-description-review .tab-content .product-size-chart h4 {
  font-size: 22px;
  margin-bottom: 21px;
}
.product-description-review .tab-content .product-size-chart .table .cun-name {
  width: 334px;
}
@media only screen and (max-width: 767px) {
  .product-description-review .tab-content .product-size-chart .table .cun-name {
    width: auto;
  }
}
.product-description-review .tab-content .product-size-chart .table tr td {
  border: 1px solid #e5e5e5;
  padding: 10px;
  font-size: 14px;
}

@media only screen and (max-width: 991px) {
  .shop-sidebar-area {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    margin-top: 58px;
  }
}
@media only screen and (max-width: 575px) {
  .shop-sidebar-area {
    display: block;
    margin: 0;
  }
}
@media only screen and (max-width: 991px) {
  .shop-sidebar-area .widget {
    width: 50%;
    padding: 0 15px;
  }
  .shop-sidebar-area .widget:first-child {
    width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .shop-sidebar-area .widget {
    width: 100%;
    padding: 0;
  }
}
.shop-sidebar-area .widget-title {
  font-size: 18px;
  color: #333;
  font-weight: 600;
  margin: 0 0 46px;
}
@media only screen and (max-width: 991px) {
  .shop-sidebar-area .widget-title {
    margin: 0 0 24px;
  }
}
.shop-sidebar-area .widget-search-box {
  margin-bottom: 71px;
}
@media only screen and (max-width: 991px) {
  .shop-sidebar-area .widget-search-box {
    margin-bottom: 38px;
  }
}
.shop-sidebar-area .widget-search-box .form-input-item {
  position: relative;
}
.shop-sidebar-area .widget-search-box .form-input-item input {
  background-color: transparent;
  border: 1px solid #cdcdcd;
  border-radius: 0;
  box-shadow: none;
  padding: 2px 40px 2px 10px;
  color: #262626;
  font-size: 13px;
  height: 41px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  width: 100%;
}
.shop-sidebar-area .widget-search-box .form-input-item input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #262626;
}
.shop-sidebar-area .widget-search-box .form-input-item input::-moz-placeholder {
  /* Firefox 19+ */
  color: #262626;
}
.shop-sidebar-area .widget-search-box .form-input-item input:-ms-input-placeholder {
  /* IE 10+ */
  color: #262626;
}
.shop-sidebar-area .widget-search-box .form-input-item input:-moz-placeholder {
  /* Firefox 18- */
  color: #262626;
}
.shop-sidebar-area .widget-search-box .form-input-item .btn-src {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  color: #2f2f2f;
  background-color: transparent;
  border: none;
  padding: 5px 20px;
  transition: all 0.3s ease 0s;
}
.shop-sidebar-area .widget-custom-menu {
  margin-bottom: 71px;
}
@media only screen and (max-width: 991px) {
  .shop-sidebar-area .widget-custom-menu {
    margin-bottom: 38px;
  }
}
.shop-sidebar-area .widget-custom-menu > ul > li {
  margin-bottom: 37px;
}
@media only screen and (max-width: 1199px) {
  .shop-sidebar-area .widget-custom-menu > ul > li {
    margin-bottom: 25px;
  }
}
.shop-sidebar-area .widget-custom-menu > ul > li.has-sub > a:after {
  content: "+";
  position: absolute;
  right: 5px;
}
.shop-sidebar-area .widget-custom-menu > ul > li.has-sub > a:not(.collapsed):after {
  content: "-";
}
.shop-sidebar-area .widget-custom-menu > ul > li.has-sub > ul {
  margin-left: 10px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.shop-sidebar-area .widget-custom-menu > ul > li.has-sub > ul > li {
  margin-bottom: 20px;
}
.shop-sidebar-area .widget-custom-menu > ul > li.has-sub > ul > li > a {
  color: #777;
  font-size: 16px;
  display: block;
  line-height: 24px;
  padding-left: 36px;
  position: relative;
}
.shop-sidebar-area .widget-custom-menu > ul > li.has-sub > ul > li:last-child {
  margin-bottom: 0;
}
.shop-sidebar-area .widget-custom-menu > ul > li.has-sub > ul.show {
  margin-bottom: 15px;
  margin-top: 25px;
}
.shop-sidebar-area .widget-custom-menu > ul > li > a {
  color: #777;
  font-size: 16px;
  display: block;
  line-height: 24px;
  padding-left: 36px;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .shop-sidebar-area .widget-custom-menu > ul > li > a {
    font-size: 15px;
    padding-left: 15px;
  }
}
.shop-sidebar-area .widget-custom-menu > ul > li > a:before {
  background-color: #333;
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 5px;
  height: 0px;
  z-index: 9;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
}
@media only screen and (max-width: 1199px) {
  .shop-sidebar-area .widget-custom-menu > ul > li > a:before {
    width: 2px;
  }
}
.shop-sidebar-area .widget-custom-menu > ul > li > a.active {
  color: #333;
  font-weight: 700;
}
.shop-sidebar-area .widget-custom-menu > ul > li > a.active:before {
  height: 45px;
  opacity: 1;
  visibility: visible;
}
.shop-sidebar-area .widget-custom-menu > ul > li > a:hover {
  color: #333;
  font-weight: 700;
}
.shop-sidebar-area .widget-custom-menu > ul > li > a:hover:before {
  height: 45px;
  opacity: 1;
  visibility: visible;
}
.shop-sidebar-area .widget-categories-menu {
  margin-bottom: 71px;
}
@media only screen and (max-width: 991px) {
  .shop-sidebar-area .widget-categories-menu {
    margin-bottom: 35px;
  }
}
.shop-sidebar-area .widget-categories-menu > ul > li {
  margin-bottom: 37px;
}
@media only screen and (max-width: 1199px) {
  .shop-sidebar-area .widget-categories-menu > ul > li {
    margin-bottom: 25px;
  }
}
.shop-sidebar-area .widget-categories-menu > ul > li:last-child {
  margin-bottom: 0;
}
.shop-sidebar-area .widget-categories-menu > ul > li > a {
  color: #777;
  font-size: 16px;
  display: block;
  line-height: 24px;
  padding-left: 36px;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .shop-sidebar-area .widget-categories-menu > ul > li > a {
    font-size: 15px;
    padding-left: 15px;
  }
}
.shop-sidebar-area .widget-categories-menu > ul > li > a:before {
  background-color: #333;
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 5px;
  height: 0px;
  z-index: 9;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
}
@media only screen and (max-width: 1199px) {
  .shop-sidebar-area .widget-categories-menu > ul > li > a:before {
    width: 2px;
  }
}
.shop-sidebar-area .widget-categories-menu > ul > li > a.active {
  color: #333;
  font-weight: 700;
}
.shop-sidebar-area .widget-categories-menu > ul > li > a.active:before {
  height: 45px;
  opacity: 1;
  visibility: visible;
}
.shop-sidebar-area .widget-categories-menu > ul > li > a:hover {
  color: #333;
  font-weight: 700;
}
.shop-sidebar-area .widget-categories-menu > ul > li > a:hover:before {
  height: 45px;
  opacity: 1;
  visibility: visible;
}
.shop-sidebar-area .widget-color-menu {
  margin-bottom: 76px;
}
@media only screen and (max-width: 991px) {
  .shop-sidebar-area .widget-color-menu {
    margin-bottom: 38px;
  }
}
.shop-sidebar-area .widget-color-menu ul {
  display: flex;
}
.shop-sidebar-area .widget-color-menu ul li {
  border: 1px solid #E3E4E9;
  cursor: pointer;
  display: inline-block;
  margin-right: 5px;
  height: 22px;
  width: 22px;
}
.shop-sidebar-area .widget-color-menu ul li.red {
  background-color: red;
}
.shop-sidebar-area .widget-color-menu ul li.green {
  background-color: green;
}
.shop-sidebar-area .widget-color-menu ul li.blue {
  background-color: blue;
}
.shop-sidebar-area .widget-color-menu ul li.yellow {
  background-color: yellow;
}
.shop-sidebar-area .widget-color-menu ul li.white {
  background-color: white;
}
.shop-sidebar-area .widget-color-menu ul li.gold {
  background-color: gold;
}
.shop-sidebar-area .widget-color-menu ul li.gray {
  background-color: gray;
}
.shop-sidebar-area .widget-color-menu ul li.magenta {
  background-color: magenta;
}
.shop-sidebar-area .widget-color-menu ul li.maroon {
  background-color: maroon;
}
.shop-sidebar-area .widget-color-menu ul li.navy {
  background-color: navy;
}
.shop-sidebar-area .widget-color-menu ul li:last-child {
  margin-right: 5px;
}
.shop-sidebar-area .widget-size {
  margin-bottom: 77px;
}
@media only screen and (max-width: 991px) {
  .shop-sidebar-area .widget-size {
    margin-bottom: 38px;
  }
}
.shop-sidebar-area .widget-size ul {
  display: flex;
}
.shop-sidebar-area .widget-size ul li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
}
.shop-sidebar-area .widget-size ul li a {
  font-size: 13px;
  color: #828495;
  display: inline-block;
  border: 1px solid #E3E4E9;
  width: 31px;
  height: 31px;
  line-height: 30px;
  text-align: center;
}
.shop-sidebar-area .widget-size ul li a:hover {
  border: 1px solid #333;
  background-color: #333;
  color: #fff;
}
.shop-sidebar-area .widget-tags-list > ul > li {
  margin-bottom: 37px;
}
.shop-sidebar-area .widget-tags-list > ul > li:last-child {
  margin-bottom: 0;
}
.shop-sidebar-area .widget-tags-list > ul > li > a {
  color: #777;
  font-size: 16px;
  display: block;
  line-height: 24px;
  padding-left: 36px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .shop-sidebar-area .widget-tags-list > ul > li > a {
    padding-left: 15px;
  }
}
.shop-sidebar-area .widget-tags-list > ul > li > a:before {
  background-color: #333;
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 5px;
  height: 0px;
  z-index: 9;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
}
.shop-sidebar-area .widget-tags-list > ul > li > a.active {
  color: #333;
  font-weight: 700;
}
.shop-sidebar-area .widget-tags-list > ul > li > a.active:before {
  height: 45px;
  opacity: 1;
  visibility: visible;
}
.shop-sidebar-area .widget-tags-list > ul > li > a:hover {
  color: #333;
  font-weight: 700;
}
.shop-sidebar-area .widget-tags-list > ul > li > a:hover:before {
  height: 45px;
  opacity: 1;
  visibility: visible;
}

.cart-table-wrap {
  background-color: #fff;
  margin-bottom: 70px;
  padding: 43px 92px 95px 40px;
}
@media only screen and (max-width: 575px) {
  .cart-table-wrap {
    padding: 30px 20px;
  }
}

.cart-table table {
  width: 100%;
  margin-bottom: 0;
}
.cart-table table thead tr th {
  border: none;
  font-size: 16px;
  text-transform: capitalize;
  color: #333333;
  font-weight: 500;
  padding: 0 0 50px 0;
}
.cart-table table tbody tr {
  margin-bottom: 20px;
}
.cart-table table tbody tr:last-child {
  margin-bottom: 0;
}
.cart-table table tbody tr td {
  vertical-align: middle;
  padding: 0;
  width: 100%;
}
.cart-table table tbody tr td span {
  color: #333333;
  font-size: 16px;
}
.cart-table table tbody tr td.pro-product {
  min-width: 433px;
  padding-bottom: 20px;
  width: 433px;
}
.cart-table table tbody tr td.pro-product .product-info {
  align-items: center;
  display: flex;
}
.cart-table table tbody tr td.pro-product .product-info .product-img {
  flex: 0 0 98px;
  margin: 0 35px 0 0;
}
.cart-table table tbody tr td.pro-product .product-info .product-info {
  flex: 0 0 300px;
}
.cart-table table tbody tr td.pro-product .product-info .product-info h4 {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 13px;
}
.cart-table table tbody tr td.pro-product .product-info .product-info h4 a {
  color: #333;
}
.cart-table table tbody tr td.pro-product .product-info .product-info h4 a:hover {
  color: #816031;
}
.cart-table table tbody tr td.pro-price {
  min-width: 131px;
  padding-bottom: 20px;
}
.cart-table table tbody tr td.pro-price span {
  font-weight: 500;
}
.cart-table table tbody tr td.pro-quantity {
  min-width: 171px;
  padding-bottom: 20px;
}
.cart-table table tbody tr td.pro-quantity .quick-product-action .pro-qty2 {
  position: relative;
  margin: 0 0 0 34px;
  width: 94px;
}
.cart-table table tbody tr td.pro-quantity .quick-product-action .pro-qty2 input {
  background: transparent;
  border: none;
  height: auto;
  box-shadow: none;
  padding-left: 0;
  text-align: center;
  width: 94px;
}
.cart-table table tbody tr td.pro-quantity .quick-product-action .pro-qty2 a {
  font-size: 14px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.cart-table table tbody tr td.pro-quantity .quick-product-action .pro-qty2 .inc.qty-btn {
  left: auto;
  right: 0;
}
.cart-table table tbody tr td.pro-subtotal {
  min-width: 171px;
  padding-bottom: 20px;
}
.cart-table table tbody tr td.pro-subtotal span {
  font-size: 14px;
  font-weight: 400;
}
.cart-table table tbody tr td.pro-remove {
  min-width: 132px;
  padding-bottom: 20px;
}
.cart-table table tbody tr td.pro-remove a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 31px;
  text-align: center;
  background-color: #F6F6F6;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.cart-table table tbody tr td.pro-remove a:hover {
  background-color: #816031;
  color: #fff;
}

.cart-buttons {
  display: flex;
  justify-content: flex-end;
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .cart-buttons {
    display: block;
    margin-top: 35px;
  }
}
.cart-buttons .btn-shopping {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #777;
  border: 1px solid #EFEFEF;
  margin-left: 14px;
  padding: 18px 30px 20px;
}
@media only screen and (max-width: 767px) {
  .cart-buttons .btn-shopping {
    width: 100%;
    margin-left: 0;
    text-align: center;
    margin-top: 5px;
  }
}
.cart-buttons .btn-shopping:hover {
  background-color: #816031;
  color: #fff;
}

.cart-payment {
  margin-top: 0;
}
.cart-payment .culculate-shipping {
  background: #fff;
  padding: 51px 55px 63px;
  border: none;
  border-radius: 0;
}
@media only screen and (max-width: 991px) {
  .cart-payment .culculate-shipping {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .cart-payment .culculate-shipping {
    padding: 30px;
  }
}
.cart-payment .culculate-shipping .title {
  font-size: 16px;
  font-weight: 700;
  color: #434343;
  position: relative;
  margin: 0 0 20px;
  padding: 0 0 11px;
}
.cart-payment .culculate-shipping .title:before {
  position: absolute;
  content: "";
  height: 3px;
  width: 50px;
  background-color: #eee;
  left: 0;
  bottom: 0;
}
.cart-payment .culculate-shipping .form-group .form-control {
  background: transparent;
  border: 1px solid #e5e5e5;
  box-shadow: none;
  border-radius: 0;
  color: #737373;
  font-size: 14px;
  resize: vertical;
  padding: 10px;
  height: 100px;
  width: 100%;
}
.cart-payment .cart-subtotal {
  background: #fff;
  padding: 51px 55px 55px;
  border: none;
  border-radius: 0;
}
@media only screen and (max-width: 767px) {
  .cart-payment .cart-subtotal {
    padding: 30px;
  }
}
.cart-payment .cart-subtotal .title {
  font-size: 16px;
  font-weight: 700;
  color: #434343;
  position: relative;
  margin: 0 0 20px;
  padding: 0 0 11px;
}
.cart-payment .cart-subtotal .title:before {
  position: absolute;
  content: "";
  height: 3px;
  width: 50px;
  background-color: #eee;
  left: 0;
  bottom: 0;
}
.cart-payment .cart-subtotal table {
  margin-bottom: 20px;
  width: 100%;
}
.cart-payment .cart-subtotal table tbody .amount {
  font-weight: 400;
}
.cart-payment .cart-subtotal table tbody th,
.cart-payment .cart-subtotal table tbody td {
  text-align: left;
  padding: 12px 15px;
  font-weight: 700;
  border: 1px solid #e5e5e5;
}
.cart-payment .cart-subtotal .btn-theme {
  background-color: transparent;
  font-size: 12px;
  font-weight: bold;
  color: #333333;
  line-height: 1;
  padding: 18px 30px 20px;
  margin: 15px 0 0;
  border: 1px solid #333333;
  transition: all 0.3s ease 0s;
}
.cart-payment .cart-subtotal .btn-theme:hover {
  background: #816031;
  border-color: #816031;
  color: #fff;
}

.product-information-wrapper {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
@media only screen and (max-width: 1199px) {
  .product-information-wrapper {
    height: auto;
    overflow: auto;
  }
}
.product-information-wrapper:before {
  border-left: 1px solid #e1e1e1;
  background-color: #fafafa;
  content: "";
  position: absolute;
  width: calc(50% - 96px);
  height: 100vh;
  z-index: -1;
  right: 0;
}
@media only screen and (max-width: 1199px) {
  .product-information-wrapper:before {
    display: none;
  }
}

.product-information {
  margin: 0 43px;
  padding: 55px 0 40px;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .product-information {
    margin: 0;
  }
}
.product-information .edit-checkout-head {
  margin-right: 47px;
}
.product-information .edit-checkout-head .header-logo-area img {
  width: 150px;
  margin-bottom: 28px;
}
.product-information .edit-checkout-head .breadcrumb-area ul {
  margin-bottom: 30px;
}
.product-information .edit-checkout-head .breadcrumb-area ul li {
  font-weight: 500;
  font-size: 12px;
  color: #737373;
  line-height: 1;
  display: inline-block;
}
.product-information .edit-checkout-head .breadcrumb-area ul li a {
  color: #333;
}
.product-information .edit-checkout-head .breadcrumb-area ul li i {
  color: #737373;
  font-size: 15px;
  position: relative;
  top: 1px;
  margin: 0 5px 0 8px;
}
.product-information .edit-checkout-head .breadcrumb-area ul li.active {
  color: #333;
}
.product-information .edit-checkout-information {
  margin-right: 47px;
}
@media only screen and (max-width: 1199px) {
  .product-information .edit-checkout-information {
    margin-right: 0;
  }
}
@media only screen and (max-width: 991px) {
  .product-information .edit-checkout-information {
    margin-bottom: 70px;
  }
}
.product-information .edit-checkout-information .title {
  color: #333;
  font-size: 18px;
  margin-bottom: 23px;
}
.product-information .edit-checkout-information .logged-in-information .thumb {
  border-radius: 8px;
  background-size: cover;
  display: table-cell;
  position: relative;
  max-width: none;
  width: 50px;
  height: 50px;
  overflow: hidden;
}
.product-information .edit-checkout-information .logged-in-information .thumb:before {
  background-repeat: no-repeat;
  background-image: url("../img/photos/gravatar.svg");
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.product-information .edit-checkout-information .logged-in-information p {
  color: #545454;
  display: table-cell;
  font-size: 14px;
  line-height: 1;
  vertical-align: middle;
  padding-left: 13px;
}
.product-information .edit-checkout-information .logged-in-information p a {
  color: #000;
  display: block;
  font-size: 14px;
  line-height: 1;
  margin-top: 7px;
}
.product-information .edit-checkout-information .form-check.form-check-inline {
  line-height: 1;
  margin: 0;
  margin-top: 21px;
  padding: 0;
}
.product-information .edit-checkout-information .form-check.form-check-inline .form-check-input {
  cursor: pointer;
  line-height: 1;
  margin: 0;
  width: 18px;
  height: 18px;
  position: relative;
  box-shadow: none;
}
.product-information .edit-checkout-information .form-check.form-check-inline .form-check-label {
  cursor: pointer;
  color: #545454;
  font-size: 14px;
  margin-left: 10px;
  vertical-align: -1px;
}
.product-information .edit-checkout-information .edit-checkout-form {
  background-color: #fff;
  margin-top: 36px;
}
.product-information .edit-checkout-information .edit-checkout-form .title {
  margin-bottom: 23px;
}
.product-information .edit-checkout-information .edit-checkout-form .form-floating {
  margin-bottom: 12px;
  position: relative;
}
.product-information .edit-checkout-information .edit-checkout-form .form-floating .form-control {
  background-color: #fff;
  box-shadow: none;
  border-color: #d9d9d9;
  color: #333;
  font-size: 12px;
  height: 46px;
  border-radius: 5px;
  padding: 14px 0 0 11px;
}
.product-information .edit-checkout-information .edit-checkout-form .form-floating .form-control.form-select {
  position: relative;
  background-image: none;
  cursor: pointer;
}
.product-information .edit-checkout-information .edit-checkout-form .form-floating label {
  color: #737373;
  font-size: 12px;
  opacity: 1;
  padding: 12px 0 0 10px;
}
.product-information .edit-checkout-information .edit-checkout-form .form-floating .field-caret {
  display: block;
  background-image: url("../img/icons/1.png");
  background-repeat: no-repeat;
  background-position: center;
  border-left: 1px rgba(179, 179, 179, 0.5) solid;
  width: 2.1428571429em;
  height: 43%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
}
.product-information .edit-checkout-information .edit-checkout-form .btn-box {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
.product-information .edit-checkout-information .edit-checkout-form .btn-box .btn-return {
  color: #000;
  font-size: 14px;
}
.product-information .edit-checkout-information .edit-checkout-form .btn-box .btn-return svg {
  width: 10px;
  height: 10px;
  padding: 0;
  margin-right: 3px;
  top: -1px;
  position: relative;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.product-information .edit-checkout-information .edit-checkout-form .btn-box .btn-return:hover {
  color: #816031;
}
.product-information .edit-checkout-information .edit-checkout-form .btn-box .btn-return:hover svg {
  fill: #816031;
}
.product-information .edit-checkout-information .edit-checkout-form .btn-box .btn-shipping {
  cursor: pointer;
  display: inline-block;
  background-color: #000000;
  background-clip: border-box;
  box-sizing: border-box;
  border: 1px transparent solid;
  border-radius: 5px;
  color: white;
  padding: 0;
  text-align: center;
  position: relative;
  width: 183px;
  height: 60px;
  font-size: 14px;
  line-height: 60px;
  font-weight: 600;
}
.product-information .shipping-cart-subtotal {
  margin-left: 33px;
  margin-top: 12px;
  width: 418px;
}
@media only screen and (max-width: 1199px) {
  .product-information .shipping-cart-subtotal {
    margin-left: 0;
    margin-top: 0;
    width: auto;
  }
}
.product-information .shipping-cart-subtotal .shipping-cart-item {
  align-items: center;
  display: flex;
  margin-bottom: 14px;
}
.product-information .shipping-cart-subtotal .shipping-cart-item .thumb {
  border-radius: 8px;
  width: 64px;
  position: relative;
  min-width: 64px;
}
.product-information .shipping-cart-subtotal .shipping-cart-item .thumb img {
  width: 100%;
  border-radius: 8px;
  border: 1px solid #dedede;
}
.product-information .shipping-cart-subtotal .shipping-cart-item .thumb .quantity {
  font-size: 0.8571428571em;
  font-weight: 500;
  line-height: 1.75em;
  white-space: nowrap;
  text-align: center;
  border-radius: 1.75em;
  background-color: rgba(114, 114, 114, 0.9);
  color: #fff;
  min-width: 1.75em;
  height: 1.75em;
  padding: 0 0.5833333333em;
  position: absolute;
  right: -0.75em;
  top: -0.75em;
  z-index: 3;
}
.product-information .shipping-cart-subtotal .shipping-cart-item .content {
  width: 100%;
  margin-left: 15px;
}
.product-information .shipping-cart-subtotal .shipping-cart-item .content .title {
  color: #323232;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
}
.product-information .shipping-cart-subtotal .shipping-cart-item .content .info {
  color: #717171;
  font-size: 12px;
  font-weight: 400;
}
.product-information .shipping-cart-subtotal .shipping-cart-item .content .price {
  color: #323232;
  font-size: 14px;
  font-weight: 600;
  float: right;
}
.product-information .shipping-cart-subtotal .shipping-subtotal {
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  padding-top: 22px;
  margin-top: 21px;
  padding-bottom: 20px;
  margin-bottom: 24px;
}
.product-information .shipping-cart-subtotal .shipping-subtotal p {
  line-height: 1;
  margin-bottom: 16px;
}
.product-information .shipping-cart-subtotal .shipping-subtotal p span {
  color: #535353;
  font-size: 14px;
}
.product-information .shipping-cart-subtotal .shipping-subtotal p span:last-child {
  float: right;
}
.product-information .shipping-cart-subtotal .shipping-subtotal p:nth-child(2) {
  margin-bottom: 0;
}
.product-information .shipping-cart-subtotal .shipping-subtotal p:nth-child(2) span:last-child {
  font-size: 12px;
}
.product-information .shipping-cart-subtotal .shipping-total {
  display: flex;
  justify-content: space-between;
}
.product-information .shipping-cart-subtotal .shipping-total p {
  margin-bottom: 0;
  line-height: 1;
}
.product-information .shipping-cart-subtotal .shipping-total .total {
  color: #323232;
  font-size: 16px;
}
.product-information .shipping-cart-subtotal .shipping-total .price {
  font-weight: 500;
  color: #323232;
  font-size: 24px;
}
.product-information .shipping-cart-subtotal .shipping-total .price span {
  font-size: 12px;
  font-weight: 400;
  color: #717171;
  text-transform: uppercase;
  margin-right: 8px;
  position: relative;
  top: -2px;
}

.edit-checkout-footer {
  border-top: 1px solid #e6e6e6;
  font-size: 12px;
  color: #737373;
  padding: 12px 0;
  position: absolute;
  margin-right: 0;
  right: calc(50% - 32px);
  min-width: 572px;
  bottom: 0;
}
@media only screen and (max-width: 1199px) {
  .edit-checkout-footer {
    position: relative;
    right: 0;
    padding: 38px 50px;
  }
}
@media only screen and (max-width: 991px) {
  .edit-checkout-footer {
    text-align: center;
    min-width: auto;
  }
}

.shop-topbar-wrapper {
  display: flex;
  justify-content: space-between;
  line-height: 1;
  margin-bottom: 32px;
}
.shop-topbar-wrapper .collection-shorting {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.shop-topbar-wrapper .collection-shorting .shop-topbar-left {
  line-height: 1;
  display: flex;
  align-items: center;
}
.shop-topbar-wrapper .collection-shorting .shop-topbar-left .view-mode {
  display: inline-block;
  float: left;
}
.shop-topbar-wrapper .collection-shorting .shop-topbar-left .view-mode nav .nav {
  border-bottom: none;
}
.shop-topbar-wrapper .collection-shorting .shop-topbar-left .view-mode nav .nav .nav-link {
  color: #acacac;
  font-size: 20px;
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 0;
  line-height: 1;
  border: none;
  background-color: transparent;
}
.shop-topbar-wrapper .collection-shorting .shop-topbar-left .view-mode nav .nav .nav-link:hover {
  color: #333;
}
.shop-topbar-wrapper .collection-shorting .shop-topbar-left .view-mode nav .nav .nav-link.active {
  color: #333;
}
.shop-topbar-wrapper .collection-shorting .shop-topbar-left .view-mode nav .nav .nav-link:last-child {
  margin: 0 0 0 0;
}
.shop-topbar-wrapper .collection-shorting .product-show-content p {
  color: #333;
  font-size: 14px;
}
.shop-topbar-wrapper .collection-shorting .product-short-list .product-show {
  position: relative;
}
.shop-topbar-wrapper .collection-shorting .product-short-list .product-show label {
  color: #333;
  cursor: pointer;
  font-size: 14px;
}
.shop-topbar-wrapper .collection-shorting .product-short-list .product-show .form-select {
  background-image: url("//cdn.shopify.com/s/files/1/0403/4451/8810/t/2/assets/ico-select.svg?v=354012039368648229");
  border: 1px solid #eceff8;
  background-color: #fff;
  box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
  font-size: 14px;
  color: #737373;
  height: 50px;
  line-height: 20px;
  max-width: 200px;
  margin-top: 30px;
  position: absolute;
  padding: 12px;
  opacity: 0;
  visibility: hidden;
  right: 0;
  top: 100%;
  width: 200px;
  z-index: 11;
  background-position: center right 8px;
  background-size: 9px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.shop-topbar-wrapper .collection-shorting .product-short-list .product-show:hover .form-select {
  opacity: 1;
  visibility: visible;
  margin-top: 5px;
}

.product-quick-view-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  left: 0;
  z-index: 1050;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1199px) {
  .product-quick-view-modal {
    padding: 0 10px;
  }
}
.product-quick-view-modal.active {
  opacity: 1;
  visibility: visible;
}
.product-quick-view-modal.active .product-quick-view-inner {
  transform: translate(0, 0);
}
.product-quick-view-modal .canvas-overlay {
  position: fixed;
  top: 0;
  opacity: 0.5;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.product-quick-view-inner {
  margin: 150px auto;
  max-width: 1000px;
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
  position: relative;
  z-index: 9999;
}
@media only screen and (max-width: 1199px) {
  .product-quick-view-inner {
    margin: 50px auto;
  }
}
.product-quick-view-content {
  position: relative;
  display: flex;
  flex-direction: column;
  pointer-events: auto;
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  outline: 0;
  padding: 50px;
  z-index: 9999;
}
@media only screen and (max-width: 1199px) {
  .product-quick-view-content {
    padding: 20px;
  }
}
.product-quick-view-content .btn-close {
  background-image: none;
  padding: 0;
  margin: 0;
  color: #232323;
  cursor: pointer;
  float: right;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  opacity: 1;
  position: absolute;
  right: 10px;
  text-shadow: 0 1px 0 #fff;
  top: 8px;
  transition: all 0.3s ease 0s;
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  .product-quick-view-content .thumb img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .product-quick-view-content .content {
    margin-top: 30px;
  }
}
.product-quick-view-content .content .title {
  color: #454545;
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 5px;
  text-transform: capitalize;
}
.product-quick-view-content .content .prices {
  font-weight: 500;
  margin-bottom: 15px;
}
.product-quick-view-content .content .prices .price {
  font-size: 20px;
}
.product-quick-view-content .content .prices .price-old {
  color: #333333;
  font-size: 20px;
  margin-right: 8px;
  text-decoration: line-through;
}
.product-quick-view-content .content p {
  font-size: 14px;
}
.product-quick-view-content .content .quick-view-select-item {
  margin-bottom: 6px;
}
.product-quick-view-content .content .quick-view-select-item .form-label {
  color: #666666;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 2px;
}
.product-quick-view-content .content .quick-view-select-item .form-select {
  background: rgba(0, 0, 0, 0) url("../img/icons/qcv-arrow-down.webp") no-repeat scroll right 20px center;
  border: 1px solid #dddddd;
  box-shadow: none;
  color: #666666;
  font-size: 14px;
  height: 43px;
  padding-left: 10px;
  position: relative;
  width: 100%;
  border-radius: 0;
}
.product-quick-view-content .content .action-top {
  display: flex;
  margin-top: 35px;
}
.product-quick-view-content .content .action-top .pro-qty {
  width: 80px;
  height: 40px;
  position: relative;
  margin-right: 30px;
}
.product-quick-view-content .content .action-top .pro-qty input {
  border: 1px solid #dddddd;
  height: 40px;
  width: 80px;
  text-align: center;
}
.product-quick-view-content .content .action-top .pro-qty .qty-btn {
  color: #666666;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  height: 20px;
  line-height: 22px;
  position: absolute;
  text-align: center;
  width: 20px;
  top: 50%;
  transform: translate(0%, -50%);
  left: 8px;
}
.product-quick-view-content .content .action-top .pro-qty .qty-btn.inc {
  right: 8px;
  left: auto;
}
.product-quick-view-content .content .action-top .btn-black {
  background-color: #333;
  color: #fff;
  transition: all 0.3s ease-out 0s;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0.025em;
  border-radius: 2px;
  height: 40px;
  width: 139px;
}

.countdown-timer {
  bottom: 23px;
  display: flex;
  left: 50%;
  margin-bottom: 0;
  position: absolute;
  top: auto;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.countdown-timer li {
  background-color: #816031;
  color: #fff;
  display: inline-block;
  margin-right: 3px;
  padding: 10px 7px 12px;
  text-align: center;
  line-height: 1;
}
.countdown-timer li span {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 4px;
}
.countdown-timer li p {
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  line-height: 1;
  display: inline-block;
}
.countdown-timer li:last-child {
  margin-right: 0;
}

.fix {
  overflow: hidden;
}

/*
-----------------------------------------------------------------------
    Blog CSS
-----------------------------------------------------------------------
*/
.blog-area.blog-default-area {
  padding: 100px 0;
}
@media only screen and (max-width: 1199px) {
  .blog-area.blog-default-area {
    padding: 65px 0;
  }
}
@media only screen and (max-width: 575px) {
  .blog-area.blog-default-area {
    padding: 65px 0 30px;
  }
}
@media only screen and (max-width: 479.98px) {
  .blog-area.blog-default-area .section-title {
    margin-bottom: 45px;
  }
}

.post-item {
  margin-bottom: 30px;
  position: relative;
}
.post-item .thumb {
  margin-bottom: 39px;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 479.98px) {
  .post-item .thumb {
    margin-bottom: 25px;
  }
}
.post-item .thumb > a {
  display: block;
  position: relative;
}
.post-item .thumb img {
  width: 100%;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.post-item .content .inner-content .title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 18px;
}
@media only screen and (max-width: 479.98px) {
  .post-item .content .inner-content .title {
    margin-bottom: 5px;
  }
}
.post-item .content .inner-content .title a {
  color: #333;
}
.post-item .content .inner-content .title a:hover {
  color: #816031;
}
.post-item .content .inner-content .meta {
  margin-bottom: 13px;
}
@media only screen and (max-width: 479.98px) {
  .post-item .content .inner-content .meta {
    margin-bottom: 5px;
  }
}
.post-item .content .inner-content .meta a {
  font-size: 12px;
}
.post-item .content .inner-content .meta a.post-date {
  color: #928F8F;
}
.post-item .content .inner-content p {
  line-height: 30px;
  margin-bottom: 28px;
}
@media only screen and (max-width: 479.98px) {
  .post-item .content .inner-content p {
    line-height: 22px;
  }
}
.post-item .content .inner-content .btn-blog {
  color: #333333;
  font-size: 14px;
  padding-left: 48px;
  position: relative;
}
.post-item .content .inner-content .btn-blog:before {
  background-color: #000;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 10px;
  width: 37px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.post-item .content .inner-content .btn-blog:hover {
  color: #816031;
}
.post-item .content .inner-content .btn-blog:hover:before {
  background-color: #816031;
}
.post-item:hover .thumb img {
  transform: scale(1.08) rotate(5deg);
  -webkit-transform: scale(1.08) rotate(5deg);
  -moz-transform: scale(1.08) rotate(5deg);
  -ms-transform: scale(1.08) rotate(5deg);
  -o-transform: scale(1.08) rotate(5deg);
}

.post-items-style2 .post-item {
  margin-bottom: 50px;
}
.post-items-style2 .pagination-area {
  margin-top: 22px;
}

.blog-grid-area {
  padding: 100px 0 101px;
}
@media only screen and (max-width: 1199px) {
  .blog-grid-area {
    padding: 70px 0px 70px;
  }
}

.blog-details-area {
  padding: 100px 0 136px;
}

.sidebar-area .widget .widget-title {
  color: #333;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  text-transform: capitalize;
}
.sidebar-area .widget-search-box .form-input-item {
  margin: 46px 0 71px 0;
  position: relative;
}
.sidebar-area .widget-search-box .form-input-item input {
  background-color: transparent;
  border: 1px solid #cdcdcd;
  border-radius: 0;
  color: #262626;
  font-size: 13px;
  height: 41px;
  padding: 2px 40px 2px 10px;
  width: 100%;
}
.sidebar-area .widget-search-box .form-input-item input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #262626;
  font-size: 13px;
}
.sidebar-area .widget-search-box .form-input-item input::-moz-placeholder {
  /* Firefox 19+ */
  color: #262626;
  font-size: 13px;
}
.sidebar-area .widget-search-box .form-input-item input:-ms-input-placeholder {
  /* IE 10+ */
  color: #262626;
  font-size: 13px;
}
.sidebar-area .widget-search-box .form-input-item input:-moz-placeholder {
  /* Firefox 18- */
  color: #262626;
  font-size: 13px;
}
.sidebar-area .widget-search-box .form-input-item .btn-src {
  background-color: transparent;
  border: none;
  border-radius: 0;
  color: #2f2f2f;
  font-size: 14px;
  height: 41px;
  line-height: 41px;
  position: absolute;
  right: 2px;
  top: calc(50% - 1px);
  transform: translateY(-50%);
  width: 50px;
}
.sidebar-area .widget-blog-post {
  margin: 46px 0 71px 0;
}
.sidebar-area .widget-blog-post ul {
  margin-bottom: 0;
}
.sidebar-area .widget-blog-post ul li {
  border-bottom: 1px solid #dcdcdc;
  display: block;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}
.sidebar-area .widget-blog-post ul li .thumb {
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
}
.sidebar-area .widget-blog-post ul li .thumb img {
  width: 100px;
}
.sidebar-area .widget-blog-post ul li .content {
  padding-left: 120px;
}
.sidebar-area .widget-blog-post ul li .content a {
  color: #333;
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 4px;
}
.sidebar-area .widget-blog-post ul li .content a:hover {
  color: #816031;
}
.sidebar-area .widget-blog-post ul li .content span {
  color: #2f2f2f;
  font-size: 12px;
  display: block;
  line-height: 24px;
}
.sidebar-area .widget-blog-post ul li:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.sidebar-area .widget-archive {
  margin: 51px 0 71px 0;
}
.sidebar-area .widget-archive .archive-date {
  font-size: 14px;
  font-weight: 700;
}
.sidebar-area .widget-archive ul {
  margin-bottom: 0;
  margin-top: 19px;
}
.sidebar-area .widget-archive ul li {
  color: #333;
  font-size: 15px;
}
.sidebar-area .widget-archive ul li a {
  color: #333;
}
.sidebar-area .widget-archive ul li a:hover {
  color: #816031;
}
.sidebar-area .widget-socials a {
  color: #000;
  font-size: 24px;
  margin-right: 15px;
}
.sidebar-area .widget-socials a:last-child {
  margin-right: 0;
}
.sidebar-area .widget-socials a:hover {
  color: #816031;
}
.sidebar-area .widget-tags {
  margin: 51px 0 71px 0;
}
.sidebar-area .widget-tags ul {
  display: flex;
  margin-bottom: 0;
}
.sidebar-area .widget-tags ul li {
  margin: 0 5px 5px 0;
}
.sidebar-area .widget-tags ul li a {
  border: 1px solid #e3e4e9;
  color: #828495;
  font-size: 14px;
  line-height: 1;
  padding: 10px 15px 11px;
  display: inline-block;
}
.sidebar-area .widget-tags ul li a:hover {
  background-color: #333;
  border-color: #333;
  color: #fff;
}
.sidebar-area .widget-nav {
  margin: 42px 0 67px 0;
}
.sidebar-area .widget-nav ul li {
  margin-bottom: 29px;
}
.sidebar-area .widget-nav ul li:last-child {
  margin-bottom: 0;
}
.sidebar-area .widget-nav ul li a {
  color: #777;
  font-size: 16px;
  display: block;
  padding-left: 36px;
  position: relative;
}
.sidebar-area .widget-nav ul li a:before {
  background-color: #333;
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  height: 0px;
  opacity: 0;
  visibility: hidden;
  width: 5px;
  z-index: 9;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}
.sidebar-area .widget-nav ul li a:hover, .sidebar-area .widget-nav ul li a.active {
  color: #333;
  font-weight: 700;
}
.sidebar-area .widget-nav ul li a:hover:before, .sidebar-area .widget-nav ul li a.active:before {
  height: 45px;
  opacity: 1;
  visibility: visible;
}

.post-details-content .post-details-body .content {
  margin-bottom: 51px;
}
.post-details-content .post-details-body .content h4 {
  font-size: 28px;
  font-weight: 400;
  margin: 37px 0 0;
}
.post-details-content .post-details-body .content .meta {
  margin: 15px 0 10px;
}
.post-details-content .post-details-body .content .meta li {
  color: #928f8f;
  display: inline-block;
  font-size: 12px;
  margin-right: 2px;
}
.post-details-content .post-details-body .content .meta .author {
  color: #928f8f;
}
.post-details-content .post-details-body .content p {
  color: #333;
  font-size: 14px;
  line-height: 24px;
}
.post-details-content .post-details-body .content .blockquote-area .blockquote-style {
  border-left: 1px solid #e5e5e5;
  padding: 15px 26px 15px 31px;
  color: #333;
  font-size: 15.75px;
  font-style: italic;
  line-height: 1.45;
  margin-bottom: 16px;
}
.post-details-content .post-details-body .content .category-social-content {
  align-items: center;
  border-bottom: 1px solid #d8d8d8;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  margin-top: 43px;
  padding-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .post-details-content .post-details-body .content .category-social-content {
    display: block;
  }
}
.post-details-content .post-details-body .content .category-social-content .category-items span {
  color: #2f2f2f;
  font-size: 14px;
  line-height: 24px;
  margin-right: -1px;
}
.post-details-content .post-details-body .content .category-social-content .category-items a {
  color: #2f2f2f;
  font-size: 14px;
  line-height: 24px;
  margin-right: -4px;
}
.post-details-content .post-details-body .content .category-social-content .category-items a:last-child {
  margin-right: 0;
}
.post-details-content .post-details-body .content .category-social-content .category-items a:hover {
  color: #816031;
}
.post-details-content .post-details-body .content .category-social-content .social-items span {
  color: #333;
  font-size: 14px;
  margin-top: 3px;
}
.post-details-content .post-details-body .content .category-social-content .social-items a {
  color: #333;
  font-size: 14px;
  margin-left: 6px;
}
.post-details-content .post-details-body .content .category-social-content .social-items a:hover {
  color: #816031;
}
.post-details-content .post-details-body .content .page-next-prev {
  border-bottom: 1px solid #d8d8d8;
  display: flex;
  justify-content: space-between;
  padding-bottom: 17px;
}
.post-details-content .post-details-body .content .page-next-prev .nav-item {
  color: #333;
  font-size: 14px;
  line-height: 24px;
}
.post-details-content .post-details-body .content .page-next-prev .nav-item a {
  color: #333;
}

.comment-area .title {
  color: #2f2f2f;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 7px;
}
.comment-area .comment-content {
  margin-bottom: 56px;
}
.comment-area .comment-content .single-comment .author-info {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .comment-area .comment-content .single-comment .author-info {
    display: block;
  }
}
.comment-area .comment-content .single-comment .author-info .thumb {
  margin-right: 28px;
}
@media only screen and (max-width: 767px) {
  .comment-area .comment-content .single-comment .author-info .thumb {
    margin-bottom: 20px;
  }
}
.comment-area .comment-content .single-comment .author-info .thumb img {
  border-radius: 50%;
  min-width: 123px;
  width: 123px;
}
.comment-area .comment-content .single-comment .author-info .author-details .name {
  font-size: 16px;
  font-weight: 500;
}
.comment-area .comment-content .single-comment .author-info .author-details .comment-date {
  margin: 6px 0 8px;
}
.comment-area .comment-form p {
  font-size: 13px;
  color: #707070;
  margin: 0 0 44px;
}

/*
-----------------------------------------------------------------------
	Contact CSS
-----------------------------------------------------------------------
*/
.contact-area {
  padding: 160px 0;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .contact-area {
    padding: 70px 0;
  }
}
.contact-area .section-title {
  margin-bottom: 30px;
}
.contact-area .section-title .title {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 9px;
}
.contact-area .section-title p {
  font-weight: 500;
  line-height: 24px;
}

.account-login-area .section-title {
  margin-bottom: 28px;
}
.account-login-area .section-title .title {
  color: #333333;
  font-size: 30px;
}
.account-login-area .section-title p {
  color: #666666;
  font-size: 15px;
  margin-top: 3px;
}

.contact-info-content {
  margin-left: 50px;
}
@media only screen and (max-width: 991px) {
  .contact-info-content {
    margin-left: 0;
  }
}
.contact-info-content .contact-info-item {
  margin-bottom: 52px;
}
.contact-info-content .contact-info-item .content h4 {
  color: #222;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 20px;
}
.contact-info-content .contact-info-item .content p {
  color: #666;
  font-size: 14px;
  line-height: 31px;
  margin-bottom: 15px;
}
.contact-info-content .contact-info-item .content .social-widget {
  line-height: 1.5;
}
.contact-info-content .contact-info-item .content .social-widget a {
  color: #999999;
  font-size: 16px;
  margin-right: 19px;
}
.contact-info-content .contact-info-item .content .social-widget a:hover {
  color: #816031;
}
.contact-info-content .contact-info-item .content .social-widget a:last-child {
  margin-right: 0;
}

.contact-map-area {
  height: 600px;
}
@media only screen and (max-width: 767px) {
  .contact-map-area {
    height: 400px;
  }
}
.contact-map-area iframe {
  height: 100%;
  width: 100%;
}
@media only screen and (max-width: 575px) {
  .contact-map-area iframe {
    height: 400px;
  }
}

/*
-----------------------------------------------------------------------
  Footer CSS
-----------------------------------------------------------------------
*/
.footer-area {
  background-color: #f7f7f7;
  padding-top: 115px;
}
@media only screen and (max-width: 1199px) {
  .footer-area {
    padding-top: 85px;
  }
}
.footer-area .footer-main {
  padding-bottom: 42px;
}
@media only screen and (max-width: 479.98px) {
  .footer-area .footer-main {
    padding-bottom: 10px;
  }
}
.footer-area .widget-logo-area {
  margin-bottom: 40px;
}
.footer-area p {
  color: #333;
  font-weight: 300;
  font-size: 14px;
  line-height: 28px;
  margin: 0 auto 32px;
  width: 410px;
  text-align: center;
}
@media only screen and (max-width: 479.98px) {
  .footer-area p {
    width: 100%;
  }
}
.footer-area .social-widget {
  margin-bottom: 49px;
}
@media only screen and (max-width: 479.98px) {
  .footer-area .social-widget {
    margin-bottom: 25px;
  }
}
.footer-area .social-widget a {
  color: #333;
  font-size: 17px;
  margin-right: 26px;
}
.footer-area .social-widget a:last-child {
  margin-right: 0;
}
.footer-area .social-widget a:hover {
  color: #816031;
}
.footer-area .widget-menu-wrap .nav-menu li {
  line-height: 1;
  display: inline-block;
  margin-right: 36px;
}
@media only screen and (max-width: 479.98px) {
  .footer-area .widget-menu-wrap .nav-menu li {
    margin-right: 16px;
  }
}
.footer-area .widget-menu-wrap .nav-menu li a {
  color: #333;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  letter-spacing: 0;
  line-height: 1;
}
@media only screen and (max-width: 479.98px) {
  .footer-area .widget-menu-wrap .nav-menu li a {
    font-size: 14px;
  }
}
.footer-area .widget-menu-wrap .nav-menu li a:hover {
  color: #816031;
}
.footer-area .widget-menu-wrap .nav-menu li:last-child {
  margin-right: 0;
}
.footer-area .footer-bottom-content {
  border-top: 1px solid #eee;
  padding: 37px 0 40px;
}
.footer-area .footer-bottom .widget-copyright p {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  width: auto;
  line-height: 24px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .footer-area .footer-bottom .widget-copyright p {
    text-align: center;
  }
}
.footer-area .footer-bottom .widget-copyright p a {
  color: #9E9E9E;
}
.footer-area .footer-bottom .widget-copyright p a:hover {
  color: #816031;
}
.footer-area .footer-bottom .widget-bottom-menu-wrap {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .footer-area .footer-bottom .widget-bottom-menu-wrap {
    text-align: center;
  }
}
.footer-area .footer-bottom .widget-bottom-menu-wrap .nav-menu {
  margin-bottom: 0;
}
.footer-area .footer-bottom .widget-bottom-menu-wrap .nav-menu li {
  display: inline-block;
  margin-right: 17px;
  line-height: 1;
}
.footer-area .footer-bottom .widget-bottom-menu-wrap .nav-menu li a {
  color: #333;
  font-size: 14px;
}
.footer-area .footer-bottom .widget-bottom-menu-wrap .nav-menu li:last-child {
  margin-right: 0;
}

.reveal-footer {
  bottom: 0;
  left: 0;
  position: fixed;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .reveal-footer {
    position: relative;
  }
}

.site-wrapper-reveal {
  position: relative;
}
@media only screen and (max-width: 991px) {
  .site-wrapper-reveal {
    margin-bottom: 0 !important;
  }
}