/*-----------------------------------------------------------------------------------

    Template Name: Bardy - Beard Oil eCommerce Bootstrap 4 template
    Version: 1.0

-----------------------------------------------------------------------------------
    
    CSS INDEX
    ===================
	
    01. Theme default CSS
    02. Header CSS
    03. Hero CSS
    04. About CSS
    05. Shop CSS
    06. Product CSS
    07. Sidebar CSS
    08. Banner CSS
    09. Subscribe CSS
    10. Testimonial CSS
    11. Brand CSS
    12. Service CSS
    13. Blog CSS
    14. Comment CSS
    15. Contact CSS
    16. Cart CSS
    17. Checkout CSS
    18. Compare CSS
    19. My Account CSS
    20. Login & Register CSS
    21. Footer CSS
    22. Fixed Side Tools CSS

-----------------------------------------------------------------------------------*/
/*----------------------------------------*/
/*  01. Theme default CSS
/*----------------------------------------*/
/*-- Google Font --*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600|Oswald:300,400,500,600,700");
/*-- Common Style --*/
*, *::after, *::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html, body, .site-wrapper {
  height: 100%; }

body {
  min-width: 280px;
  background-color: #ffffff;
  font-size: 15px;
  line-height: 28px;
  font-style: normal;
  font-weight: normal;
  visibility: visible;
  font-family: "Open Sans", sans-serif;
  color: #222222;
  position: relative; }
  body[data-rtl="rtl"] {
    direction: rtl;
    text-align: right; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Oswald", sans-serif;
  color: #222222;
  font-weight: 400;
  margin-top: 0;
  line-height: 1.2; }

h1 {
  font-size: 36px; }
  @media only screen and (max-width: 767px) {
    h1 {
      font-size: 32px; } }
  @media only screen and (max-width: 575px) {
    h1 {
      font-size: 30px; } }
  @media only screen and (max-width: 479px) {
    h1 {
      font-size: 24px; } }

h2 {
  font-size: 30px; }
  @media only screen and (max-width: 767px) {
    h2 {
      font-size: 26px; } }
  @media only screen and (max-width: 575px) {
    h2 {
      font-size: 24px; } }
  @media only screen and (max-width: 479px) {
    h2 {
      font-size: 18px; } }

h3 {
  font-size: 24px; }
  @media only screen and (max-width: 767px) {
    h3 {
      font-size: 20px; } }
  @media only screen and (max-width: 575px) {
    h3 {
      font-size: 18px; } }
  @media only screen and (max-width: 479px) {
    h3 {
      font-size: 16px; } }

h4 {
  font-size: 18px; }
  @media only screen and (max-width: 767px) {
    h4 {
      font-size: 16px; } }
  @media only screen and (max-width: 479px) {
    h4 {
      font-size: 14px; } }

h5 {
  font-size: 14px; }

h6 {
  font-size: 12px; }

p:last-child {
  margin-bottom: 0; }

a, button {
  color: inherit;
  display: inline-block;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer; }

a, button, img, input, span {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

*:focus {
  outline: none !important; }

a:focus {
  outline: none;
  text-decoration: none; }

a:hover {
  text-decoration: none;
  color: #d0a97e; }

a.disabled {
  pointer-events: none; }

button, input[type="submit"] {
  cursor: pointer; }

input, textarea {
  font-size: 16px;
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0; }

img {
  max-width: 100%; }

table .bg-dark *:not(a):not(button) {
  color: #ffffff;
}

/*-- 
    - Common Classes
-----------------------------------------*/
.fix {
  overflow: hidden; }

.hidden {
  display: none; }

.clear {
  clear: both; }

.section, .main-wrapper {
  float: left;
  width: 100%; }

@media (min-width: 1200px) {
  .container {
    max-width: 1200px; } }

@media only screen and (max-width: 575px) {
  .container {
    max-width: 450px; } }

.currency-format {
  font-family: "Oswald", sans-serif;
}
.currency-format:before {
  content: '￥';
}

/*@media only screen and (max-width: 479px) {*/
/*  .container {*/
/*    max-width: 300px; } }*/

.no-gutters {
  margin-left: 0;
  margin-right: 0; }
  .no-gutters > .col, .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
    margin: 0; }

/*-- 
    - Input Placeholder
-----------------------------------------*/
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

input::placeholder, textarea::placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

/*--
    - Background Color
------------------------------------------*/
.bg-white {
  background-color: #ffffff !important; }

.bg-gray {
  background-color: #f8f8f8 !important; }

.bg-dark {
  background-color: #222222 !important; }

.bg-theme {
  background-color: #d0a97e !important; }

/*-- 
    - Tab Content & Pane Fix
------------------------------------------*/
.tab-content {
  width: 100%; }
  .tab-content .tab-pane {
    display: block;
    height: 0;
    max-width: 100%;
    visibility: hidden;
    overflow: hidden;
    opacity: 0; }
    .tab-content .tab-pane.active {
      height: auto;
      visibility: visible;
      opacity: 1;
      overflow: visible; }

/*-- 
    - Main Wrapper
------------------------------------------*/
/*-- 
    - Section Title
------------------------------------------*/
.section-title h1 {
  font-weight: 600;
  letter-spacing: 0.25px;
  margin: 0;
  line-height: 1;
  margin-top: -5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  padding-bottom: 2px;
  z-index: 1; }
  .section-title h1::before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    height: 8px;
    width: 100%;
    background-color: #d0a97e;
    z-index: -1; }

.section-title p {
  /*max-width: 570px;*/
  line-height: 24px;
  margin-top: 17px; }

.section-title.center {
  text-align: center; }
  .section-title.center p {
    margin-left: auto;
    margin-right: auto; }

.section-title.left {
  text-align: left; }
  .section-title.left p {
    margin-right: auto; }

.section-title.right {
  text-align: right; }
  .section-title.right p {
    margin-left: auto; }

.section-title .btn {
    margin-top: 20px;}

/*--
    - Page Banner Section
------------------------------------------*/
.page-banner-section {
  background-color: #4B4B4B;
  padding: 40px 0 50px ; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .page-banner-section {
      padding: 30px 0 35px; } }
  @media only screen and (max-width: 767px) {
    .page-banner-section {
      padding: 20px 0 25px; } }
  @media only screen and (max-width: 575px) {
    .page-banner-section {
      padding: 10px 0 15px; } }

/*-- Page Banner --*/
.page-banner h1 {
  font-size: 48px;
  color: #d8d8d8;
  font-weight: 500;
  letter-spacing: 0.1px;
  margin-bottom: 0; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .page-banner h1 {
      font-size: 36px; } }
  @media only screen and (max-width: 767px) {
    .page-banner h1 {
      font-size: 30px; } }
  @media only screen and (max-width: 575px) {
    .page-banner h1 {
      font-size: 24px; } }

/*-- Page Breadcrumb --*/
.page-breadcrumb {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 10px;}
  .page-breadcrumb li {
    color: #d8d8d8;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0.5px;
    font-family: "Oswald", sans-serif;
    line-height: 1; }
    @media only screen and (max-width: 575px) {
      .page-breadcrumb li {
        font-size: 16px; } }
    .page-breadcrumb li::after {
      content: "-";
      margin: 0 6px; }
    .page-breadcrumb li:last-child::after {
      display: none; }
    .page-breadcrumb li a:hover {
      color: #d0a97e; }

/*-- 
    - Page Pagination
------------------------------------------*/
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -10px; }
.pagination li {
  font-size: 16px;
  line-height: 22px;
  font-family: "Oswald", sans-serif;
  color: #222222;
  margin: 0 10px 10px; }
.pagination li.disabled a,.pagination li.disabled span {
  color: #a4a4a4; }
.pagination li a i {
  line-height: 22px; }
.pagination li.active a, .pagination li.active span {
  color: #d0a97e; }
.pagination li:first-child a i {
  margin-right: 10px;
  float: left; }
.pagination li:last-child a i {
  margin-left: 10px;
  float: right; }
.pagination li a:hover {
  color: #d0a97e; }

/*-- 
    Button Default
-----------------------------------------------*/
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #222222;
  border-color: #222222;
  color: #d0a97e;
  border-radius: .25rem;
  text-transform: capitalize;
  font-weight: 600;
  border-width: 1px;
  border-style: solid; }
  .btn i {
    margin-right: .25rem;}
  .btn span {
    display: inline-block; }
  .btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn:hover {
    background-color: #d0a97e;
    border-color: #222222;
    color: #222222; }

  .btn-outline {
    background-color: transparent;
    border-color: #d0a97e; }
  .btn-outline:hover {
    background-color: #222222;
    border-color: #d0a97e;
    color: #d0a97e;}

.btn-theme {
  background-color: #d0a97e;
  border-color: #d0a97e;
  color: #222222; }
  .btn-theme:hover {
    background-color: #222222;
    border-color: #d0a97e;
    color: #d0a97e; }
  .btn-theme.btn-outline {
    background-color: transparent;
    border-color: #d0a97e;
    color: #d0a97e; }
    .btn-theme.btn-outline:hover {
      background-color: #d0a97e;
      border-color: #222222;
      color: #222222; }

.btn-link {
  height: auto !important;
  width: auto !important;
  background-color: transparent;
  border: none !important;
  color: #222222;
  padding: 0 !important; }
  .btn-link:hover {
    color: #d0a97e;
    background-color: transparent;
    text-decoration: none;
    border: none; }
  .btn-link:focus {
    text-decoration: none;
  }

.btn-box {
  padding: .4rem .8rem; }
  .btn-box i {
    margin: 0;
    float: none; }
  .btn-box span {
    display: none;
    margin: 0; }

.btn-icon-right {
  flex-direction: row-reverse; }
  .btn-icon-right i {
    margin-left: .25rem;
    margin-right: 0; }

.btn-square {
  border-radius: 0; }

.btn-round {
  border-radius: 50px; }

/*-- 
    Button Sizes 
-----------------------------------------------*/
.btn-xs {
  font-size: .6rem;
  padding: .1rem .5rem; }
  .btn-xs.btn-box {
    padding: .1rem .25rem; }

.btn-sm {
  font-size: .8rem;
  padding: .25rem .6rem; }
  .btn-sm.btn-box {
    padding: .25rem .5rem; }

.btn-lg {
  font-size: 1.25rem;
  padding: .425rem 1.5rem; }
  .btn-lg.btn-box {
    padding: .425rem 1rem; }

.btn-xl {
  font-size: 1.5rem;
  padding: .5rem 2.5rem; }
  .btn-xl.btn-box {
    padding: .5rem 1.2rem; }

/*--
    Form Default
-----------------------------------------------*/
.form-custom input {
  display: block;
  width: 100%;
  background-color: transparent;
  border: 1px solid #cccccc;
  border-radius: .25rem;
  line-height: 24px;
  padding: .375rem 1rem;
  color: #222222;}
.form-custom textarea {
  resize: none;
  display: block;
  width: 100%;
  background-color: transparent;
  border: 1px solid #cccccc;
  border-radius: .25rem;
  line-height: 24px;
  padding: .375rem 1rem;
  color: #222222;}
.form-custom input:focus, .form-custom textarea:focus {
  border: 1px solid #d0a97e; }
.form-custom .input-group>select:not(:first-child), .form-custom .input-group>input:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.form-custom .input-group>.input-group-prepend>select, .form-custom .input-group>.input-group-prepend>input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.form-custom .input-group>input {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.form-custom img.captcha {
  width: 100%;
  height: 38px;
  cursor: pointer;
}
.form-custom select {
  display: inline-block;
  color: #222222;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem 1.75rem .375rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*----------------------------------------*/
/*  02. Header CSS
/*----------------------------------------*/
.header-section .header-toolbar {
  z-index: 1050;
}
.header-toolbar .toolbar-item{
  padding: 0 0.5rem;
}
.header-toolbar .toolbar-item .toolbar-link{
  color: #666666;
}
/*-- Header Logo--*/
.header-section .navbar {
  /*z-index: 980;*/
}
.header-section .navbar .header-logo {
  max-height: 70px;
  max-width: 100%;}
.header-section .navbar .navbar-nav .nav-item .nav-link {
  font-weight: bold;
  font-size: 1.05rem;
  color: #333333;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
@media only screen and (max-width: 767px) {
  .header-section .navbar .header-logo {
    max-height: 50px;}}

/*-- Header Cart Toggle --*/
.header-cart-toggle {
  font-family: "Oswald", sans-serif; }

/*-- Header Sidebar Cart --*/
.header-sidebar-cart {
  position: fixed;
  top: 132px;
  right: 0;
  bottom: 0;
  background: #2f2f2f;
  width: 500px;
  z-index: 1030;}
@media only screen and (max-width: 767px) {
  .header-sidebar-cart {
    top: 2.3rem;} }
@media only screen and (max-width: 500px) {
  .header-sidebar-cart {
    width: 100%;} }

/*-- Header Sidebar Cart Head --*/
.sidebar-cart-head {
  display: flex;
  justify-content: space-between;
  padding: 15px 30px;
  border-bottom: 1px solid #3c3c3c; }
.sidebar-cart-head h3 {
  color: #d8d8d8;
  margin: 0; }

/*-- Header Sidebar Cart Body --*/
.sidebar-cart-body {
  padding: 15px;
  border-bottom: 1px solid #3c3c3c; }
.sidebar-cart-body .sidebar-cart-body-inner {
  position: relative;}

/*-- Header Sidebar Cart Product --*/
.sidebar-cart-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px; }
.sidebar-cart-product:last-child {
  margin-bottom: 0; }
.sidebar-cart-product .image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  min-width: 40px; }
.sidebar-cart-product .image a {
  display: block; }
.sidebar-cart-product .image a img {
  width: 100%; }
.sidebar-cart-product .remove {
  margin-right: 10px;
  height: 22px;
  color: #aaaaaa; }
.sidebar-cart-product .remove:hover {
  color: #ff0000; }
.sidebar-cart-product .content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 40px);
  flex: 0 0 calc(100% - 40px);
  padding-left: 15px; }
.sidebar-cart-product .content .title {
  font-family: "Oswald", sans-serif;
  color: #d8d8d8;
  display: block;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 5px; }
.sidebar-cart-product .content .title:hover {
  color: #d0a97e; }
.sidebar-cart-product .content span {
  display: block;
  color: #d8d8d8;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px; }

/*-- Header Sidebar Cart Footer --*/
.sidebar-cart-footer {
  padding: 20px 30px; }
.sidebar-cart-footer h4 {
  color: #d8d8d8;
  margin-bottom: 20px; }
.sidebar-cart-footer a {
  display: inline-block;
  width: 100%;
  background-color: #090909;
  color: #d0a97e;
  line-height: 24px;
  padding: 8px 15px;
  text-align: center;
  font-size: 14px;
  font-family: "Oswald", sans-serif; }
.sidebar-cart-footer a:hover {
  background-color: #d0a97e;
  color: #000000; }

/*----------------------------------------*/
/*  03. Hero CSS
/*----------------------------------------*/
/*-- Hero Slider --*/
.hero-slider .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
  border: none;
  background-color: #222222;
  color: #d0a97e;
  padding: 15px 10px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15); }
  .hero-slider .slick-arrow i {
    font-size: 30px;
    line-height: 30px;
    display: block; }
  .hero-slider .slick-arrow.slick-prev {
    left: 15px; }
  .hero-slider .slick-arrow.slick-next {
    right: 15px; }
  .hero-slider .slick-arrow:hover {
    background-color: #d0a97e;
    color: #222222; }

.hero-slider .slick-dots {
  position: absolute;
  left: 0;
  bottom: 40px;
  width: 100%;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-slider .slick-dots {
      bottom: 20px; } }
  @media only screen and (max-width: 767px) {
    .hero-slider .slick-dots {
      bottom: 20px; } }
  @media only screen and (max-width: 575px) {
    .hero-slider .slick-dots {
      bottom: 10px; } }
  .hero-slider .slick-dots li {
    margin: 0 5px; }
    .hero-slider .slick-dots li button {
      display: block;
      padding: 0;
      width: 15px;
      height: 15px;
      border: 3px solid #d0a97e;
      background-color: #222222;
      text-indent: -9999px;
      border-radius: 50px; }
      @media only screen and (max-width: 767px) {
        .hero-slider .slick-dots li button {
          border-width: 2px;
          width: 10px;
          height: 10px; } }
    .hero-slider .slick-dots li.slick-active button {
      width: 30px;
      background-color: #d0a97e; }
      @media only screen and (max-width: 767px) {
        .hero-slider .slick-dots li.slick-active button {
          width: 20px; } }

/*-- Hero Item --*/
.hero-item {
  height: calc(100vh - 80px);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-item {
      height: auto;
      padding: 80px 0; } }
  @media only screen and (max-width: 767px) {
    .hero-item {
      height: auto;
      padding: 50px 0; } }

/*-- Hero Content Wrap --*/
.hero-content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

/*-- Hero Image --*/
.hero-image {
  display: inline-block;
  position: relative;
  float: right;
  margin-left: 90px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  z-index: 1; }
  .hero-image.hero-image-2 {
    margin-left: 10px;
    max-width: 315px;
    padding: 0 50px 40px; }
    .hero-image.hero-image-2::before {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 28%;
      background-color: #26303a;
      border-radius: 50%;
      z-index: -1; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .hero-image.hero-image-2 {
        max-width: 270px;
        padding-bottom: 30px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .hero-image.hero-image-2 {
        max-width: 180px;
        padding: 0 30px 30px; } }
    @media only screen and (max-width: 767px) {
      .hero-image.hero-image-2 {
        max-width: 120px;
        padding: 0 20px 20px; } }
    @media only screen and (max-width: 575px) {
      .hero-image.hero-image-2 {
        max-width: 100px;
        padding: 0 20px 15px; } }
    @media only screen and (max-width: 479px) {
      .hero-image.hero-image-2 {
        max-width: 80px;
        padding: 0 15px 10px; } }
  .hero-image img {
    max-width: 100%; }
  @media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .hero-image {
      margin-left: 50px; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-image {
      max-width: 150px;
      margin-left: 40px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-image {
      max-width: 100px;
      margin-left: 30px; } }
  @media only screen and (max-width: 767px) {
    .hero-image {
      max-width: 70px;
      margin-left: 30px; } }
  @media only screen and (max-width: 575px) {
    .hero-image {
      margin-left: 15px; } }
  @media only screen and (max-width: 479px) {
    .hero-image {
      max-width: 50px; } }

/*-- Hero Content --*/
.hero-content *:not(a) {
  color: #ffffff;
}
.hero-content * {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }
  .hero-content *:nth-child(4n+1) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft; }
  .hero-content *:nth-child(4n+2) {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp; }
  .hero-content *:nth-child(4n+3) {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s;
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight; }
  .hero-content *:nth-child(4n+4) {
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s;
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp; }

.hero-content h2 {
  font-size: 42px;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 0.5px; }

.hero-content h1 {
  font-size: 70px;
  line-height: 78px;
  font-weight: 500;
  letter-spacing: 0.1px;
  margin-bottom: 32px; }

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .hero-content h2 {
    font-size: 42px; }
  .hero-content h1 {
    font-size: 70px;
    line-height: 78px; } }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-content h2 {
    font-size: 36px; }
  .hero-content h1 {
    font-size: 50px;
    line-height: 60px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-content h2 {
    font-size: 28px; }
  .hero-content h1 {
    font-size: 36px;
    line-height: 50px; } }

@media only screen and (max-width: 767px) {
  .hero-content h2 {
    font-size: 20px; }
  .hero-content h1 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px; }
  .hero-content .btn {
    font-size: 11px;
    height: 32px;
    padding: 3px 20px; } }

@media only screen and (max-width: 479px) {
  .hero-content h2 {
    font-size: 14px; }
  .hero-content h1 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px; }
  .hero-content .btn {
    font-size: 10px;
    height: 26px;
    padding: 0 15px; } }

.slick-current .hero-image {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

.slick-current .hero-content *:nth-child(4n+1) {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

.slick-current .hero-content *:nth-child(4n+2) {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

.slick-current .hero-content *:nth-child(4n+3) {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

.slick-current .hero-content *:nth-child(4n+4) {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

/*----------------------------------------*/
/*  04. About CSS
/*----------------------------------------*/
/*-- About Shape --*/
.about-shape {
  position: absolute; }
  .about-shape.one {
    left: 0;
    top: 60px; }
  .about-shape.two {
    right: 0;
    bottom: 0; }

/*-- About Content --*/
.about-content h3 {
  margin-bottom: 0; }

.about-content h1 {
  font-weight: 600;
  margin-bottom: 25px; }

.about-content .btn {
  margin-top: 20px; }

.about-content .desc {
  margin-bottom: 15px; }

.about-content.about-content-1 {
  padding-left: 40px;
  padding-right: 70px; }
  @media only screen and (max-width: 767px) {
    .about-content.about-content-1 {
      padding-right: 0; } }
  .about-content.about-content-1 h3 {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative; }
    .about-content.about-content-1 h3::before {
      content: "";
      position: absolute;
      left: 100%;
      margin-left: 15px;
      top: 50%;
      width: 60px;
      height: 1px;
      margin-top: 2px;
      background-color: #c8c8c8; }
  .about-content.about-content-1 .desc {
    position: relative; }
    .about-content.about-content-1 .desc::before, .about-content.about-content-1 .desc::after {
      width: 1px;
      height: 90%;
      background-color: #c8c8c8;
      content: "";
      position: absolute;
      top: 0; }
    .about-content.about-content-1 .desc::before {
      left: -40px;
      top: 8px; }
    .about-content.about-content-1 .desc::after {
      left: -35px;
      top: 16px; }

/*-- About Content Light --*/
.about-content-light h3 {
  color: #d8d8d8; }

.about-content-light h1 {
  color: #d8d8d8; }

.about-content-light p {
  color: #d8d8d8; }

/*-- About Image --*/
.about-image {
  position: relative;
  margin-left: -30px;
  margin-bottom: -10px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-image {
      margin-left: -7px; } }
  @media only screen and (max-width: 767px) {
    .about-image {
      margin-left: -7px; } }
  .about-image .col {
    margin-bottom: 14px; }
    .about-image .col:first-child {
      margin-top: 30px; }
    .about-image .col img {
      z-index: 1;
      width: 100%; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .about-image .col {
        margin-left: 0; } }
    @media only screen and (max-width: 767px) {
      .about-image .col {
        margin-left: 0; } }
    @media only screen and (max-width: 479px) {
      .about-image .col {
        margin-left: 0; } }

/*-- About Image Wrap --*/
.about-image-wrap {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.about-image-wrap .image-1, .about-image-wrap .image-2 {
  min-height: 450px;
  height: 100%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative; }
.about-image-wrap .image-1::after,.about-image-wrap .image-2::after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.2); }
.about-image-wrap .image-2::before {
  position: absolute;
  left: 6%;
  top: 6%;
  right: 6%;
  bottom: 6%;
  content: "";
  border: 15px solid rgba(208, 169, 126, 0.5); }
@media only screen and (max-width: 991px) {
  .about-image-wrap .image-1, .about-image-wrap .image-2 {
    min-height: 380px; } }
@media only screen and (max-width: 576px) {
  .about-image-wrap .image-1, .about-image-wrap .image-2 {
    height: auto;
    margin-top: .25rem!important;
    min-height: 250px; } }
.about-image-wrap a * {
  z-index: 1;}

/*----------------------------------------*/
/*  05. Shop CSS
/*----------------------------------------*/
/*-- Shop Toolbar --*/
.shop-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px; }

/*-- Product View Mood --*/
.product-view-mode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  margin-bottom: 10px; }
@media only screen and (max-width: 767px) {
  .product-view-mode {
    display: none;
  }
}
  .product-view-mode button {
    border: none;
    background-color: transparent;
    padding: 0;
    height: 21px;
    margin-right: 15px;
    position: relative; }
    .product-view-mode button:hover.grid span {
      background-position: 0 -21px;
      width: 21px; }
    .product-view-mode button:hover.list span {
      background-position: -21px -21px;
      width: 29px; }
    .product-view-mode button.active.grid span {
      background-position: 0 -21px;
      width: 21px; }
    .product-view-mode button.active.list span {
      background-position: -21px -21px;
      width: 29px; }
    .product-view-mode button:last-child {
      margin-right: 0; }
    .product-view-mode button span {
      display: block;
      overflow: hidden;
      background-repeat: no-repeat;
      width: 21px;
      height: 21px;
      text-indent: -9999px;
      background-image: url('/static/web/images/icons/view-mode-sprites.png'); }
    .product-view-mode button.grid span {
      background-position: 0 0;
      width: 21px; }
    .product-view-mode button.list span {
      background-position: -21px 0;
      width: 29px; }

/*-- Product Showing --*/
.product-showing {
  margin-bottom: 10px; }
  .product-showing p {
    margin: 0;
    line-height: 21px; }

/*-- Product Short --*/
.product-short {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px; }
  .product-short p {
    margin: 0;
    line-height: 21px;
    float: left;
    margin-right: 20px; }
  .product-short .nice-select {
    width: 130px;
    height: 30px;
    border: 1px solid #cccccc;
    border-radius: 50px;
    font-size: 13px;
    padding: 0 15px; }
    .product-short .nice-select .current {
      line-height: 29px;
      display: block; }
    .product-short .nice-select .list {
      padding: 10px 0;
      width: 100%; }
      .product-short .nice-select .list li {
        padding: 0 15px;
        line-height: 30px;
        height: auto;
        min-height: auto; }

/*-- Shop Product Wrap --*/
.shop-product-wrap > .col, .shop-product-wrap > [class*="col-"] {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.shop-product-wrap.list > .col, .shop-product-wrap.list > [class*="col-"] {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

/*----------------------------------------*/
/*  06. Product CSS
/*----------------------------------------*/
/*-- Product Slider --*/
.product-slider .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
  border: none;
  background-color: #ffffff;
  padding: 10px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  text-align: center;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  opacity: 0; }
  .product-slider .slick-arrow i {
    font-size: 24px;
    line-height: 24px;
    display: block; }
  .product-slider .slick-arrow.slick-prev {
    left: -7px;
    margin-left: 30px; }
    @media only screen and (min-width: 1200px) and (max-width: 1499px) {
      .product-slider .slick-arrow.slick-prev {
        left: 8px; } }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .product-slider .slick-arrow.slick-prev {
        left: 8px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .product-slider .slick-arrow.slick-prev {
        left: 8px; } }
    @media only screen and (max-width: 767px) {
      .product-slider .slick-arrow.slick-prev {
        left: 8px; } }
  .product-slider .slick-arrow.slick-next {
    right: -7px;
    margin-right: 30px; }
    @media only screen and (min-width: 1200px) and (max-width: 1499px) {
      .product-slider .slick-arrow.slick-next {
        right: 8px; } }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .product-slider .slick-arrow.slick-next {
        right: 8px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .product-slider .slick-arrow.slick-next {
        right: 8px; } }
    @media only screen and (max-width: 767px) {
      .product-slider .slick-arrow.slick-next {
        right: 8px; } }
  .product-slider .slick-arrow:hover {
    background-color: #222222;
    color: #d0a97e; }

.product-slider:hover .slick-arrow {
  opacity: 1; }
  .product-slider:hover .slick-arrow.slick-prev {
    margin-left: 0; }
  .product-slider:hover .slick-arrow.slick-next {
    margin-right: 0; }

.product-slider .slick-dots {
  width: 100%;
  padding: 0;
  margin: 30px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .product-slider .slick-dots li {
    margin: 0 5px; }
    .product-slider .slick-dots li button {
      display: block;
      padding: 0;
      width: 12px;
      height: 12px;
      border: 2px solid #d0a97e;
      background-color: #222222;
      text-indent: -9999px;
      border-radius: 50px; }
    .product-slider .slick-dots li.slick-active button {
      width: 30px;
      background-color: #d0a97e; }

/*-- Product Item --*/
.product-item {
  border: 1px solid #ebebeb;
  background-color: #f4f4f4;
  padding: 8px; }
  .product-item:hover .product-image .image {
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15); }
  .product-item .product-image {
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    .product-item .product-image .image {
      display: block; }
      .product-item .product-image .image img {
        width: 100%; }
    .product-item .product-content .head {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .product-item .product-content .head .top {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        .product-item .product-content .head .top .title {
          font-size: 14px;
          margin-bottom: 0;
          padding: 10px 0;}
      .product-item .product-content .head .bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: space-between;
        align-items: end;
        padding: 2px 0;
        border-top: 1px solid #ffffff; }
        .product-item .product-content .head .bottom .price {
          font-size: 16px;
          line-height: 21px;
          font-family: "Oswald", sans-serif;
          color: #0062cc;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          font-weight: 500; }
          .product-item .product-content .head .bottom .price .old {
            margin-left: 12px;
            display: block;
            text-decoration: line-through;
            font-weight: 400; }
        .product-item .product-content .head .bottom .ratting {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          margin: 0 10px; }
          .product-item .product-content .head .bottom .ratting i {
            font-size: 13px;
            color: #d0a97e;
            margin-right: 6px; }
            .product-item .product-content .head .bottom .ratting i:last-child {
              margin-right: 0; }
    .product-item .product-content .body {
      display: none; }
  .product-item.list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 15px; }
    .product-item.list .product-image {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
      flex: 0 0 200px;
      max-width: 200px;
      margin-bottom: 0; }
      .product-item.list .product-image .image {
        display: block; }
        .product-item.list .product-image .image img {
          width: 100%; }
    .product-item.list .product-content {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 200px);
      flex: 0 0 calc(100% - 200px);
      max-width: calc(100% - 200px);
      padding-left: 15px;
      margin: 0; }
      @media only screen and (max-width: 576px) {
        .product-item {
          padding: 2px; }
        .product-item.list {
          padding: 6px; }
        .product-item.list .product-image {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 100px;
          flex: 0 0 100px;
          max-width: 100px; }
        .product-item.list .product-content {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(100% - 100px);
          flex: 0 0 calc(100% - 100px);
          max-width: calc(100% - 100px);
          padding-left: 10px; }
        .product-item .product-content .head .top .title {
          font-size: 12px; } }
      .product-item.list .product-content .head .top {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 0; }
        .product-item.list .product-content .head .top .title {
          margin-bottom: 12px;
          font-size: 16px; }
      .product-item.list .product-content .head .bottom {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 0;
        border-top: 0; }
        .product-item.list .product-content .head .bottom .price {
          font-size: 20px;
          line-height: 24px;
          margin-left: 0; }
          @media only screen and (max-width: 479px) {
            .product-item.list .product-content .head .bottom .price {
              font-size: 18px;
              line-height: 21px; } }
      .product-item.list .product-content .body {
        font-size: 12px;
        display: block;
        margin-top: 10px; }
        .product-item.list .product-content .body ul {
          margin-bottom: 10px; }

/*-- Single Product Details --*/
.product-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .product-details .product-image {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 350px;
    width: 100%; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .product-details .product-image {
        max-width: 300px; } }
    @media only screen and (max-width: 767px) {
      .product-details .product-image {
        max-width: 100%; } }
    .product-details .product-image .single-product-slider, .product-details .product-image .single-product-slider-syn {
      display: block;
      padding: 20px;
      border: 1px solid #ebebeb;
      background-color: #f4f4f4; }
      .product-details .product-image .single-product-slider img, .product-details .product-image .single-product-slider-syn img {
        width: 100%; }
    .product-details .product-image .single-product-thumb-slider-syn {
      display: block;
      margin-top: 10px;
      margin: 5px -5px -5px; }
      .product-details .product-image .single-product-thumb-slider-syn .item {
        padding: 5px; }
        .product-details .product-image .single-product-thumb-slider-syn .item.slick-center img {
          background-color: #d0a97e; }
        .product-details .product-image .single-product-thumb-slider-syn .item img {
          width: 100%;
          padding: 10px;
          border: 1px solid #ebebeb;
          background-color: #f4f4f4; }
    .product-details .product-image.left-thumbnail, .product-details .product-image.right-thumbnail {
      max-width: 480px;
      padding-left: 130px; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .product-details .product-image.left-thumbnail, .product-details .product-image.right-thumbnail {
          max-width: 350px;
          padding-left: 80px; } }
      @media only screen and (max-width: 767px) {
        .product-details .product-image.left-thumbnail, .product-details .product-image.right-thumbnail {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          max-width: 100%; } }
      @media only screen and (max-width: 575px) {
        .product-details .product-image.left-thumbnail, .product-details .product-image.right-thumbnail {
          padding-left: 110px; } }
      @media only screen and (max-width: 479px) {
        .product-details .product-image.left-thumbnail, .product-details .product-image.right-thumbnail {
          padding-left: 0;
          padding-right: 0 !important; } }
      .product-details .product-image.left-thumbnail .single-product-thumb-slider-syn, .product-details .product-image.right-thumbnail .single-product-thumb-slider-syn {
        width: 120px;
        position: absolute;
        left: 0;
        top: 0;
        margin: -5px; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .product-details .product-image.left-thumbnail .single-product-thumb-slider-syn, .product-details .product-image.right-thumbnail .single-product-thumb-slider-syn {
            width: 75px; }
            .product-details .product-image.left-thumbnail .single-product-thumb-slider-syn .item img, .product-details .product-image.right-thumbnail .single-product-thumb-slider-syn .item img {
              padding: 3px; } }
        @media only screen and (max-width: 575px) {
          .product-details .product-image.left-thumbnail .single-product-thumb-slider-syn, .product-details .product-image.right-thumbnail .single-product-thumb-slider-syn {
            width: 100px; } }
        @media only screen and (max-width: 479px) {
          .product-details .product-image.left-thumbnail .single-product-thumb-slider-syn, .product-details .product-image.right-thumbnail .single-product-thumb-slider-syn {
            width: 100%;
            position: static;
            margin-top: 5px; } }
        .product-details .product-image.left-thumbnail .single-product-thumb-slider-syn .slick-arrow, .product-details .product-image.right-thumbnail .single-product-thumb-slider-syn .slick-arrow {
          left: 50%;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%); }
          @media only screen and (min-width: 768px) and (max-width: 991px) {
            .product-details .product-image.left-thumbnail .single-product-thumb-slider-syn .slick-arrow, .product-details .product-image.right-thumbnail .single-product-thumb-slider-syn .slick-arrow {
              display: none !important; } }
          .product-details .product-image.left-thumbnail .single-product-thumb-slider-syn .slick-arrow.slick-prev, .product-details .product-image.right-thumbnail .single-product-thumb-slider-syn .slick-arrow.slick-prev {
            top: -7px;
            margin-top: 30px;
            margin-left: 0; }
            @media only screen and (min-width: 1200px) and (max-width: 1499px) {
              .product-details .product-image.left-thumbnail .single-product-thumb-slider-syn .slick-arrow.slick-prev, .product-details .product-image.right-thumbnail .single-product-thumb-slider-syn .slick-arrow.slick-prev {
                top: 8px; } }
            @media only screen and (min-width: 992px) and (max-width: 1199px) {
              .product-details .product-image.left-thumbnail .single-product-thumb-slider-syn .slick-arrow.slick-prev, .product-details .product-image.right-thumbnail .single-product-thumb-slider-syn .slick-arrow.slick-prev {
                top: 8px; } }
            @media only screen and (min-width: 768px) and (max-width: 991px) {
              .product-details .product-image.left-thumbnail .single-product-thumb-slider-syn .slick-arrow.slick-prev, .product-details .product-image.right-thumbnail .single-product-thumb-slider-syn .slick-arrow.slick-prev {
                top: 8px; } }
            @media only screen and (max-width: 767px) {
              .product-details .product-image.left-thumbnail .single-product-thumb-slider-syn .slick-arrow.slick-prev, .product-details .product-image.right-thumbnail .single-product-thumb-slider-syn .slick-arrow.slick-prev {
                top: 8px; } }
          .product-details .product-image.left-thumbnail .single-product-thumb-slider-syn .slick-arrow.slick-next, .product-details .product-image.right-thumbnail .single-product-thumb-slider-syn .slick-arrow.slick-next {
            bottom: -7px;
            top: auto;
            margin-bottom: 30px;
            margin-right: 0; }
            @media only screen and (min-width: 1200px) and (max-width: 1499px) {
              .product-details .product-image.left-thumbnail .single-product-thumb-slider-syn .slick-arrow.slick-next, .product-details .product-image.right-thumbnail .single-product-thumb-slider-syn .slick-arrow.slick-next {
                bottom: 8px; } }
            @media only screen and (min-width: 992px) and (max-width: 1199px) {
              .product-details .product-image.left-thumbnail .single-product-thumb-slider-syn .slick-arrow.slick-next, .product-details .product-image.right-thumbnail .single-product-thumb-slider-syn .slick-arrow.slick-next {
                bottom: 8px; } }
            @media only screen and (min-width: 768px) and (max-width: 991px) {
              .product-details .product-image.left-thumbnail .single-product-thumb-slider-syn .slick-arrow.slick-next, .product-details .product-image.right-thumbnail .single-product-thumb-slider-syn .slick-arrow.slick-next {
                bottom: 8px; } }
            @media only screen and (max-width: 767px) {
              .product-details .product-image.left-thumbnail .single-product-thumb-slider-syn .slick-arrow.slick-next, .product-details .product-image.right-thumbnail .single-product-thumb-slider-syn .slick-arrow.slick-next {
                bottom: 8px; } }
        .product-details .product-image.left-thumbnail .single-product-thumb-slider-syn:hover .slick-arrow, .product-details .product-image.right-thumbnail .single-product-thumb-slider-syn:hover .slick-arrow {
          opacity: 1; }
          .product-details .product-image.left-thumbnail .single-product-thumb-slider-syn:hover .slick-arrow.slick-prev, .product-details .product-image.right-thumbnail .single-product-thumb-slider-syn:hover .slick-arrow.slick-prev {
            margin-top: 0; }
          .product-details .product-image.left-thumbnail .single-product-thumb-slider-syn:hover .slick-arrow.slick-next, .product-details .product-image.right-thumbnail .single-product-thumb-slider-syn:hover .slick-arrow.slick-next {
            margin-bottom: 0; }
      .product-details .product-image.left-thumbnail + .product-content, .product-details .product-image.right-thumbnail + .product-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 480px);
        flex: 0 0 calc(100% - 480px);
        max-width: calc(100% - 480px); }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .product-details .product-image.left-thumbnail + .product-content, .product-details .product-image.right-thumbnail + .product-content {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(100% - 350px);
            flex: 0 0 calc(100% - 350px);
            max-width: calc(100% - 350px); } }
        @media only screen and (max-width: 767px) {
          .product-details .product-image.left-thumbnail + .product-content, .product-details .product-image.right-thumbnail + .product-content {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%; } }
    .product-details .product-image.right-thumbnail {
      padding-left: 0;
      padding-right: 130px; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .product-details .product-image.right-thumbnail {
          padding-left: 0;
          padding-right: 80px; } }
      @media only screen and (max-width: 575px) {
        .product-details .product-image.right-thumbnail {
          padding-left: 0;
          padding-right: 110px; } }
      .product-details .product-image.right-thumbnail .single-product-thumb-slider-syn {
        left: auto;
        right: 0; }
  .product-details .product-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 350px);
    flex: 0 0 calc(100% - 350px);
    max-width: calc(100% - 350px);
    will-change: min-height; }
    @media only screen and (max-width: 767px) {
      .product-details .product-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; } }
    .product-details .product-content .product-content-inner {
      padding-left: 60px;
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0);
      /* For browsers don't support translate3d. */
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      will-change: position, transform; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .product-details .product-content .product-content-inner {
          padding-left: 30px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .product-details .product-content .product-content-inner {
          padding-left: 30px; } }
      @media only screen and (max-width: 767px) {
        .product-details .product-content .product-content-inner {
          padding-left: 0; } }
      .product-details .product-content .product-content-inner .head {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        .product-details .product-content .product-content-inner .head .top {
          -webkit-box-flex: 1;
          -ms-flex-positive: 1;
          flex-grow: 1; }
          .product-details .product-content .product-content-inner .head .top .title {
            margin-bottom: 17px;
            font-size: 24px; }
        .product-details .product-content .product-content-inner .head .bottom {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
          .product-details .product-content .product-content-inner .head .bottom .price {
            font-size: 24px;
            line-height: 28px;
            font-family: "Oswald", sans-serif;
            color: #222222;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            font-weight: 500;
            margin-right: 20px; }
            .product-details .product-content .product-content-inner .head .bottom .price .old {
              margin-left: 12px;
              display: block;
              text-decoration: line-through;
              font-weight: 400; }
          .product-details .product-content .product-content-inner .head .bottom .ratting {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex; }
            .product-details .product-content .product-content-inner .head .bottom .ratting i {
              font-size: 13px;
              color: #d0a97e;
              margin-right: 6px; }
              .product-details .product-content .product-content-inner .head .bottom .ratting i:last-child {
                margin-right: 0; }
      .product-details .product-content .product-content-inner .body {
        display: block;
        margin-top: 20px; }
        .product-details .product-content .product-content-inner .body p {
          margin-bottom: 20px; }
        .product-details .product-content .product-content-inner .body .product-group {
          margin-bottom: 20px; }
          .product-details .product-content .product-content-inner .body .product-group li {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            border-bottom: 1px solid #ebebeb;
            margin-bottom: 10px; }
            .product-details .product-content .product-content-inner .body .product-group li:last-child {
              margin-bottom: 0;
              padding-bottom: 0;
              border-bottom: none; }
            .product-details .product-content .product-content-inner .body .product-group li > * {
              margin-right: 20px;
              margin-bottom: 10px; }
              .product-details .product-content .product-content-inner .body .product-group li > *:last-child {
                margin-right: 0; }
            .product-details .product-content .product-content-inner .body .product-group li .image {
              width: 50px;
              padding: 5px;
              border: 1px solid #ebebeb;
              background-color: #f4f4f4; }
              .product-details .product-content .product-content-inner .body .product-group li .image img {
                max-width: 100%; }
            .product-details .product-content .product-content-inner .body .product-group li .title {
              min-width: 130px; }
            .product-details .product-content .product-content-inner .body .product-group li .price {
              font-weight: 600;
              font-size: 18px; }
        .product-details .product-content .product-content-inner .body .size, .product-details .product-content .product-content-inner .body .vitamin {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          border-bottom: 1px solid #aaaaaa;
          padding-bottom: 12px;
          margin-bottom: 12px; }
          .product-details .product-content .product-content-inner .body .size h4, .product-details .product-content .product-content-inner .body .vitamin h4 {
            font-size: 18px;
            font-family: "Open Sans", sans-serif;
            font-weight: 600;
            margin-bottom: 0;
            margin-right: 13px; }
          .product-details .product-content .product-content-inner .body .size button, .product-details .product-content .product-content-inner .body .vitamin button {
            border: none;
            background-color: transparent;
            padding: 0;
            text-transform: capitalize;
            font-size: 15px;
            font-weight: 600;
            margin-right: 25px;
            line-height: 22px;
            border-bottom: 2px solid transparent; }
            .product-details .product-content .product-content-inner .body .size button:last-child, .product-details .product-content .product-content-inner .body .vitamin button:last-child {
              margin-right: 0; }
            .product-details .product-content .product-content-inner .body .size button.active, .product-details .product-content .product-content-inner .body .size button:hover, .product-details .product-content .product-content-inner .body .vitamin button.active, .product-details .product-content .product-content-inner .body .vitamin button:hover {
              border-color: #868686; }
        .product-details .product-content .product-content-inner .body .quantity {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          margin-bottom: 30px; }
          .product-details .product-content .product-content-inner .body .quantity h4 {
            margin-right: 10px;
            margin-bottom: 0;
            font-family: "Open Sans", sans-serif;
            font-weight: 600; }
          .product-details .product-content .product-content-inner .body .quantity .pro-qty {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex; }
            .product-details .product-content .product-content-inner .body .quantity .pro-qty input {
              width: 60px;
              height: 30px;
              text-align: center;
              background-color: #222222;
              border: none;
              color: #ffffff;
              font-weight: 600;
              margin: 0 2px; }
            .product-details .product-content .product-content-inner .body .quantity .pro-qty .qtybtn {
              background-color: #222222;
              color: #ffffff;
              height: 30px;
              width: 25px;
              font-size: 19px;
              text-align: center;
              cursor: pointer;
              -webkit-user-select: none;
              -moz-user-select: none;
              -ms-user-select: none;
              user-select: none; }

/*-- Single Product Details Gallery --*/
.product-details-with-gallery .product-image {
  max-width: 40%;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 40%;
  flex: 1 0 40%;
  margin-bottom: -10px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-details-with-gallery .product-image {
      max-width: 100%;
      -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
      flex: 1 0 100%;
      margin-bottom: 10px; } }
  @media only screen and (max-width: 767px) {
    .product-details-with-gallery .product-image {
      max-width: 100%;
      -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
      flex: 1 0 100%;
      margin-bottom: 10px; } }
  .product-details-with-gallery .product-image a {
    display: block;
    padding: 15px;
    border: 1px solid #ebebeb;
    background-color: #f4f4f4; }
    .product-details-with-gallery .product-image a img {
      width: 100%; }

.product-details-with-gallery .product-content {
  max-width: 60%;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 60%;
  flex: 1 0 60%; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-details-with-gallery .product-content {
      max-width: 100%;
      -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
      flex: 1 0 100%; }
      .product-details-with-gallery .product-content .product-content-inner {
        padding-left: 0; } }
  @media only screen and (max-width: 767px) {
    .product-details-with-gallery .product-content {
      max-width: 100%;
      -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
      flex: 1 0 100%; } }

.product-details-with-gallery.right-gallery .product-content .product-content-inner {
  padding-left: 0;
  padding-right: 60px; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-details-with-gallery.right-gallery .product-content .product-content-inner {
      padding-left: 0;
      padding-right: 30px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-details-with-gallery.right-gallery .product-content .product-content-inner {
      padding-left: 0;
      padding-right: 0; } }
  @media only screen and (max-width: 767px) {
    .product-details-with-gallery.right-gallery .product-content .product-content-inner {
      padding-left: 0;
      padding-right: 0; } }

/*-- Single Product Details Tab List --*/
.product-details-tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .product-details-tab-list li {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    text-align: center;
    background-color: #222222;
    color: #d8d8d8;
    border-right: 1px solid #d8d8d8; }
    @media only screen and (max-width: 575px) {
      .product-details-tab-list li {
        bottom: 10px;
        border-bottom: 1px solid #d8d8d8; } }
    .product-details-tab-list li a {
      display: block;
      line-height: 24px;
      padding: 13px 20px;
      font-family: "Oswald", sans-serif;
      font-size: 18px;
      font-weight: 500;
      letter-spacing: 0.25px; }
      .product-details-tab-list li a.active {
        background-color: #d0a97e;
        color: #222222; }

/*-- Single Product Details Tab Content --*/
.product-details-tab-content {
  padding: 45px;
  background-color: #f4f4f4; }
  @media only screen and (max-width: 767px) {
    .product-details-tab-content {
      padding: 0; }
    .product-details-tab-content .specification {
      padding: 15px;} }
  .product-details-tab-content .specification li {
    margin-bottom: 10px; }
    .product-details-tab-content .specification li:last-child {
      margin-bottom: 0; }

/*-- Review List --*/
.review-list {
  overflow: hidden;
  margin-bottom: 30px;}
  .review-list .review {
    width: 100%;
    overflow: hidden;
    padding-bottom: 10px;
    margin-bottom: 20px; }
    .review-list .review .name {
      font-size: 18px;
      margin-bottom: 15px; }
      .review-list .review .name span {
        font-size: 12px; }
        .review-list .review .name span::before {
          content: " ";
          margin: 0 5px; }
    .review-list .review .ratting {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
      flex: 1 0 100%;
      margin-bottom: 10px; }
      .review-list .review .ratting i {
        font-size: 13px;
        color: #d0a97e;
        margin-right: 6px; }
        .review-list .review .ratting i:last-child {
          margin-right: 0; }

/*-- Review Form --*/
  .review-form h3 {
    margin-bottom: 20px; }
  .review-form .ratting {
    margin-bottom: 10px; }
  .review-form input {
    width: 100%;
    line-height: 24px;
    padding: 10px 20px;
    background-color: #ffffff;
    border: none;
    color: #656565; }
  .review-form textarea {
    width: 100%;
    line-height: 24px;
    padding: 8px 20px;
    background-color: #ffffff;
    border: none;
    resize: none;
    color: #656565;
    height: 100px; }

/*----------------------------------------*/
/*  07. Sidebar CSS
/*----------------------------------------*/
.sidebar {
  margin-bottom: 30px;
  float: left;
  width: 100%; }
  .sidebar:last-child {
    margin-bottom: 0; }
  .sidebar .sidebar-title {
    font-size: 18px;
    border: 10px solid #f4f4f4;
    line-height: 26px;
    padding: 5px 20px;
    margin-bottom: 30px; }
@media only screen and (max-width: 991px){
  .sidebar {
    margin-bottom: 15px;
  }
  .sidebar .sidebar-title {
    font-size: 12px;
    padding: 2px 6px;
    margin-bottom: 10px;
}}
  /*-- Search --*/
.sidebar-search {
  position: relative; }
  .sidebar-search input {
    width: 100%;
    border-radius: 50px;
    border: 1px solid #b4b4b4;
    height: 45px;
    line-height: 23px;
    padding: 10px 25px;
    padding-right: 80px;
    font-size: 13px; }
    .sidebar-search input[type="submit"] {
      width: auto;
      border: none;
      background-color: #d0a97e;
      color: #222222;
      text-transform: uppercase;
      position: absolute;
      right: 0;
      top: 0;
      font-size: 14px;
      font-weight: 500;
      font-family: "Oswald", sans-serif;
      padding: 11px 20px; }

/*-- List --*/
.sidebar-list li {
  margin-bottom: 20px; }
  .sidebar-list li:last-child {
    margin-bottom: 0; }
  .sidebar-list li a {
    display: block;
    line-height: 20px; }

/*-- Post List --*/
.sidebar-post {
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  .sidebar-post:last-child {
    margin-bottom: 0; }
  .sidebar-post .image {
    display: block;
    max-width: 80px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 80px;
    flex: 1 0 80px;
    border-radius: 4px;
    overflow: hidden; }
    .sidebar-post .image img {
      width: 100%; }
  .sidebar-post .content {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(100% - 80px);
    flex: 1 0 calc(100% - 80px);
    padding-left: 15px; }
    .sidebar-post .content .title {
      font-size: 18px;
      line-height: 24px; }
    .sidebar-post .content p {
      font-size: 13px;
      line-height: 22px;
      max-width: 180px; }

/*-- Tweet List --*/
.sidebar-tweet {
  margin-bottom: 20px; }
  .sidebar-tweet:last-child {
    margin-bottom: 0; }
  .sidebar-tweet p {
    font-size: 15px;
    line-height: 22px;
    color: #222222; }
    .sidebar-tweet p a {
      font-weight: 600;
      color: #d0a97e; }
      .sidebar-tweet p a:hover {
        text-decoration: underline; }

/*-- Price Range --*/
#price-range {
  background-color: #f4f4f4;
  height: 7px;
  width: 100%;
  border-radius: 50px;
  position: relative;
  margin-bottom: 30px; }
  #price-range .ui-slider-range {
    background-color: #222222;
    height: 100%;
    border-radius: 50px;
    position: absolute;
    top: 0; }
  #price-range .ui-slider-handle {
    position: absolute;
    top: -2px;
    height: 11px;
    width: 11px;
    background-color: #f4f4f4;
    border: 2px solid #222222;
    border-radius: 50px;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    cursor: pointer; }
    #price-range .ui-slider-handle span {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      top: 100%;
      margin-top: 11px;
      font-weight: 600;
      display: block;
      line-height: 23px; }
    #price-range .ui-slider-handle:nth-child(3) {
      margin-left: -11px; }

/*-- Tag Cloud --*/
.tag-cloud {
  overflow: hidden; }
  .tag-cloud a {
    font-size: 15px;
    line-height: 23px;
    margin-right: 15px;
    float: left;
    margin-bottom: 7px; }
    .tag-cloud a:hover {
      font-weight: 600;
      font-size: 16px; }

/*----------------------------------------*/
/*  08. Banner CSS
/*----------------------------------------*/
.banner a {
  display: block;
  position: relative;
  overflow: hidden; }
  .banner a::before {
    background-color: rgba(255, 255, 255, 0.2);
    content: "";
    height: 200%;
    left: -280px;
    position: absolute;
    top: -50%;
    -webkit-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    transform: rotate(35deg);
    -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 80px;
    z-index: 0; }
  .banner a::after {
    background-color: rgba(255, 255, 255, 0.2);
    content: "";
    height: 200%;
    left: 180%;
    position: absolute;
    top: -50%;
    -webkit-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    transform: rotate(35deg);
    -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 80px;
    z-index: 0; }
  .banner a:hover::before {
    left: 180%;
    -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1); }
  .banner a:hover::after {
    left: -280px;
    -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1); }
  .banner a img {
    width: 100%; }

/*----------------------------------------*/
/*  09. Subscribe CSS
/*----------------------------------------*/
.subscribe-section {
  background-image: url('/static/web/images/bg/subscribe-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
.subscribe-section::before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
}

/*-- Subscribe Wrap --*/
.subscribe-wrap {
  text-align: center; }
  .subscribe-wrap h3 {
    font-weight: 300;
    color: #d8d8d8;
    letter-spacing: 0.1px;
    margin-bottom: 10px; }
    .subscribe-wrap h3 span {
      color: #d0a97e;
      font-weight: 600; }
  .subscribe-wrap h1 {
    font-weight: 600;
    color: #d8d8d8;
    letter-spacing: 0.1px;
    margin-bottom: 10px; }
  .subscribe-wrap h1 span {
    color: #d0a97e; }
  .subscribe-wrap p {
    color: #d8d8d8; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .subscribe-wrap h3 {
      font-size: 22px; }
    .subscribe-wrap h1 {
      font-size: 30px; } }
  @media only screen and (max-width: 767px) {
    .subscribe-wrap {
      margin-right: 0; } }

/*-- Subscribe Form --*/
.subscribe-form {
  position: relative;
  max-width: 525px;
  width: 100%;
  margin: auto;
  margin-top: 40px; }
  .subscribe-form input[type="email"] {
    width: 100%;
    border: 1px solid #cccccc;
    border-radius: 50px;
    height: 50px;
    line-height: 24px;
    padding: 12px 30px;
    background-color: transparent;
    color: #d8d8d8;
    font-size: 14px; }
    @media only screen and (max-width: 479px) {
      .subscribe-form input[type="email"] {
        text-align: center; } }
    .subscribe-form input[type="email"]::-webkit-input-placeholder {
      color: #d8d8d8; }
    .subscribe-form input[type="email"]:-ms-input-placeholder {
      color: #d8d8d8; }
    .subscribe-form input[type="email"]::-ms-input-placeholder {
      color: #d8d8d8; }
    .subscribe-form input[type="email"]::placeholder {
      color: #d8d8d8; }
  .subscribe-form button {
    font-size: 18px;
    font-family: "Oswald", sans-serif;
    color: #222222;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 24px;
    padding: 13px 30px;
    border-radius: 50px;
    background-color: #d0a97e;
    border: none;
    font-weight: 600;
    text-transform: uppercase; }
    @media only screen and (max-width: 479px) {
      .subscribe-form button {
        position: static;
        margin-top: 10px;
        width: 100%; } }

/*-- Mailchimp Message --*/
.mailchimp-error {
  color: #ff0000; }

.mailchimp-success {
  color: #28a745; }

/*----------------------------------------*/
/*  10. Testimonial CSS
/*----------------------------------------*/
/*-- Testimonial Section Title --*/
.testimonial-section-title {
  position: absolute;
  left: 41.666667%;
  top: 85px;
  z-index: 9;
  padding-left: 15px;
  padding-right: 30px; }
  .testimonial-section-title::before {
    content: "";
    position: absolute;
    right: 0;
    left: -90px;
    bottom: -20px;
    height: 9px;
    background-color: #222222; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .testimonial-section-title {
      top: 50px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial-section-title {
      position: relative;
      left: 0;
      top: 0;
      margin-bottom: 60px;
      padding: 0;
      display: inline-block; }
      .testimonial-section-title::before {
        left: 0;
        right: 0; } }
  @media only screen and (max-width: 767px) {
    .testimonial-section-title {
      position: relative;
      left: 0;
      top: 0;
      margin-bottom: 50px;
      padding: 0;
      display: inline-block; }
      .testimonial-section-title::before {
        left: 0;
        right: 0; } }
  .testimonial-section-title h1::before {
    display: none; }

/*-- Testimonial Image Slider --*/
.testimonial-image-slider {
  padding: 0 40px;
  max-width: 415px;
  margin: auto;
  z-index: 9; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial-image-slider {
      margin: 0; } }
  @media only screen and (max-width: 767px) {
    .testimonial-image-slider {
      margin: 0; } }
  @media only screen and (max-width: 479px) {
    .testimonial-image-slider {
      padding: 0 30px; } }
  .testimonial-image-slider::before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    top: 65px;
    bottom: 65px;
    background-color: #222222; }
    @media only screen and (max-width: 479px) {
      .testimonial-image-slider::before {
        top: 30px;
        bottom: 30px; } }
  .testimonial-image-slider .slick-arrow {
    position: absolute;
    left: -15px;
    bottom: 65px;
    border: none;
    background-color: transparent;
    padding: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    font-size: 18px;
    font-weight: 700;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    line-height: 1; }
    .testimonial-image-slider .slick-arrow.slick-prev::after {
      position: absolute;
      right: -11px;
      top: 0;
      content: "/"; }
    .testimonial-image-slider .slick-arrow.slick-next {
      bottom: 120px; }
    .testimonial-image-slider .slick-arrow:hover {
      color: #d0a97e; }
    @media only screen and (max-width: 479px) {
      .testimonial-image-slider .slick-arrow {
        bottom: 30px; }
        .testimonial-image-slider .slick-arrow.slick-next {
          bottom: 85px; } }

/*-- Testimonial Image --*/
/*-- Testimonial Content Slider --*/
.testimonial-content-slider {
  margin-top: 175px; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .testimonial-content-slider {
      margin-top: 140px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial-content-slider {
      margin-top: 30px; } }
  @media only screen and (max-width: 767px) {
    .testimonial-content-slider {
      margin-top: 30px; } }

/*-- Testimonial Content --*/
.testimonial-content {
  padding: 50px 60px 0;
  position: relative; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .testimonial-content {
      padding: 40px 40px 0; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial-content {
      padding: 40px 40px 0; } }
  @media only screen and (max-width: 767px) {
    .testimonial-content {
      padding: 40px 40px 0; } }
  @media only screen and (max-width: 479px) {
    .testimonial-content {
      padding: 30px 30px 0; } }
  .testimonial-content::before, .testimonial-content::after {
    position: absolute;
    width: 30px;
    height: 27px;
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; }
  .testimonial-content::before {
    left: 0;
    top: 0;
    background-image: url('/static/web/images/icons/quote-left.png'); }
  .testimonial-content::after {
    right: 0;
    bottom: 25px;
    background-image: url('/static/web/images/icons/quote-right.png'); }
  .testimonial-content p {
    margin-bottom: 20px; }
  .testimonial-content h4 {
    font-weight: 700;
    margin-bottom: 6px; }
  .testimonial-content span {
    display: block;
    font-family: "Oswald", sans-serif;
    line-height: 1;
    margin: 0; }

/*----------------------------------------*/
/*  11. Brand CSS
/*----------------------------------------*/
.brand-item {
  text-align: center; }
  .brand-item img {
    max-width: 100%;
    margin: auto; }

/*----------------------------------------*/
/*  12. Service CSS
/*----------------------------------------*/
/*-- Service Section --*/
.service-section {
  background-color: #ffffff;
  border-top: 1px solid #ebebeb;
}
/*-- Service --*/
.service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 20px;
  position: relative; }
  .service::before {
    content: "";
    position: absolute;
    right: 0;
    top: 18px;
    bottom: 18px;
    width: 1px;
    background-color: #ebebeb; }
  .service:last-child::before {
    display: none; }
  .service .icon {
    width: 52px;
    height: 43px;
    background-repeat: no-repeat;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background-image: url('/static/web/images/icons/service-sprites.png'); }
  .service:nth-child(1) .icon {
    background-position: 0 0; }
  .service:nth-child(2) .icon {
    background-position: -52px 0; }
  .service:nth-child(3) .icon {
    background-position: -104px 0; }
  .service:nth-child(4) .icon {
    background-position: -156px 0; }
  .service .content {
    width: calc(100% - 52px);
    padding-left: 25px; }
    .service .content h3 {
      font-weight: 500;
      margin-bottom: 7px; }
    .service .content p {
      font-size: 13px;
      line-height: 24px; }
.service:hover:nth-child(1) .icon {
    background-position: 0 -43px; }
  .service:hover:nth-child(2) .icon {
    background-position: -52px -43px; }
  .service:hover:nth-child(3) .icon {
    background-position: -104px -43px; }
  .service:hover:nth-child(4) .icon {
    background-position: -156px -43px; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .service:nth-child(2)::before {
      display: none; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .service:nth-child(2)::before {
      display: none; } }
  @media only screen and (max-width: 767px) {
      .service::before {
        display: none; }
      .service:last-child {
        margin-bottom: 0; } }

/*----------------------------------------*/
/*  13. Blog CSS
/*----------------------------------------*/
/*-- Blog Section Title --*/
.blog-section-title {
  background-color: #222222;
  padding: 78px 35px; }
  .blog-section-title h1 {
    color: #d8d8d8;
    font-weight: 600;
    letter-spacing: 0.25px;
    margin-bottom: 0; }
  .blog-section-title p {
    color: #d8d8d8;
    line-height: 24px;
    margin-top: 19px; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog-section-title {
      padding: 80px 35px; }
      .blog-section-title h1 {
        font-size: 32px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-section-title {
      padding: 50px; } }
  @media only screen and (max-width: 767px) {
    .blog-section-title {
      padding: 50px; } }
  @media only screen and (max-width: 479px) {
    .blog-section-title {
      padding: 30px; } }

/*-- Blog Slider --*/
.blog-slider .slick-arrow {
  position: absolute;
  bottom: -1px;
  z-index: 99;
  height: 30px;
  width: 40px;
  border: none;
  padding: 0;
  text-align: center;
  background-color: #d8d8d8;
  color: #222222; }
  .blog-slider .slick-arrow i {
    font-size: 18px;
    line-height: 32px;
    display: block; }
  .blog-slider .slick-arrow:hover {
    background-color: #d0a97e;
    color: #222222; }
  .blog-slider .slick-arrow.slick-prev {
    right: 41px; }
  .blog-slider .slick-arrow.slick-next {
    right: 0; }

/*-- Home Blog --*/
.home-blog {
  background-color: #222222;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .home-blog .image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 38%;
    flex: 0 0 38%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 200px;
    text-indent: -9999px; }
    .home-blog .image a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    @media only screen and (max-width: 575px) {
      .home-blog .image {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        height: 250px; } }
    @media only screen and (max-width: 479px) {
      .home-blog .image {
        height: 200px; } }
  .home-blog .content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62%;
    flex: 0 0 62%;
    padding: 50px;
    padding-right: 100px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .home-blog .content {
        padding-right: 50px; } }
    @media only screen and (max-width: 767px) {
      .home-blog .content {
        padding: 30px 50px 30px 30px; } }
    @media only screen and (max-width: 575px) {
      .home-blog .content {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%; } }
    .home-blog .content .title {
      font-weight: 600;
      font-size: 24px;
      letter-spacing: 0.25px;
      margin-bottom: 3px; }
      @media only screen and (max-width: 479px) {
        .home-blog .content .title {
          font-size: 20px; } }
      .home-blog .content .title a {
        color: #d8d8d8; }
        .home-blog .content .title a:hover {
          color: #d0a97e; }
    .home-blog .content .blog-meta {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 13px; }
      .home-blog .content .blog-meta li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        color: #d8d8d8;
        letter-spacing: 0.5px;
        font-family: "Oswald", sans-serif;
        margin-bottom: 3px; }
        .home-blog .content .blog-meta li::after {
          content: "|";
          margin: 0 10px; }
        .home-blog .content .blog-meta li:last-child::after {
          display: none; }
        .home-blog .content .blog-meta li a:hover {
          color: #d0a97e; }
    .home-blog .content p {
      color: #d8d8d8;
      line-height: 24px;
      margin-bottom: 12px; }
    .home-blog .content .read-more {
      color: #d8d8d8;
      font-weight: 600;
      text-transform: capitalize;
      font-family: "Oswald", sans-serif; }
      .home-blog .content .read-more:hover {
        color: #d0a97e; }

/*-- Blog --*/
.blog-item {
  background-color: #222222;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .blog-item .image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 200px; }
    @media only screen and (max-width: 575px) {
      .blog-item .image {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        height: 250px; } }
  .blog-item .content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    padding: 20px; }
    @media only screen and (max-width: 575px) {
      .blog-item .content {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        padding: 10px; } }
    .blog-item .content .title {
      font-weight: 600;
      margin-bottom: 3px;
      color: #d8d8d8;}
      .blog-item .content .title a {
        color: #d8d8d8; }
        .blog-item .content .title a:hover {
          color: #d0a97e; }
    .blog-item .content .blog-meta {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .blog-item .content .blog-meta li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        color: #d8d8d8;
        letter-spacing: 0.5px;
        font-family: "Oswald", sans-serif; }
        .blog-item .content .blog-meta li::after {
          content: "|";
          margin: 0 10px; }
        .blog-item .content .blog-meta li:last-child::after {
          display: none; }
        .blog-item .content .blog-meta li a:hover {
          color: #d0a97e; }
    .blog-item .content p {
      color: #d8d8d8;
      line-height: 24px;
      margin-bottom: 10px; }
    .blog-item .content .read-more {
      color: #d8d8d8;
      font-weight: 600;
      text-transform: capitalize;
      font-family: "Oswald", sans-serif; }
      .blog-item .content .read-more:hover {
        color: #d0a97e; }
  .blog-item.grid .image {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    height: 300px; }
  .blog-item.grid .content {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%; }

/*-- Single Blog --*/
.single-blog-item .image {
  text-align: center;
  margin-bottom: 20px; }
@media only screen and (max-width: 767px) {
  .single-blog-item .image img {
    width: 100%; } }

.single-blog-item .content .blog-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 13px; }
  .single-blog-item .content .blog-meta li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #222222;
    letter-spacing: 0.5px;
    font-family: "Oswald", sans-serif;
    margin-bottom: 3px; }
    .single-blog-item .content .blog-meta li::after {
      content: "|";
      margin: 0 10px; }
    .single-blog-item .content .blog-meta li:last-child::after {
      display: none; }
    .single-blog-item .content .blog-meta li a:hover {
      color: #d0a97e; }

.single-blog-item .content .desc .blockquote {
  margin: 30px 60px; }
  @media only screen and (max-width: 767px) {
    .single-blog-item .content .desc .blockquote {
      margin: 30px; } }
  .single-blog-item .content .desc .blockquote p {
    font-size: 18px;
    line-height: 30px;
    font-style: italic; }

.single-blog-item .content .blog-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px; }
  .single-blog-item .content .blog-footer .tags, .single-blog-item .content .blog-footer .share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .single-blog-item .content .blog-footer .tags span, .single-blog-item .content .blog-footer .share span {
      display: block;
      font-size: 15px;
      font-weight: 500;
      font-family: "Oswald", sans-serif;
      line-height: 25px;
      margin-right: 10px; }
    .single-blog-item .content .blog-footer .tags a, .single-blog-item .content .blog-footer .share a {
      font-size: 15px;
      line-height: 25px; }
      .single-blog-item .content .blog-footer .tags a::after, .single-blog-item .content .blog-footer .share a::after {
        content: ",";
        margin-right: 5px; }
      .single-blog-item .content .blog-footer .tags a:last-child::after, .single-blog-item .content .blog-footer .share a:last-child::after {
        display: none; }

/*-- Blog Navigation --*/
.blog-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 25px; }
  .blog-navigation a {
    font-size: 15px;
    font-family: "Oswald", sans-serif;
    line-height: 20px; }
    .blog-navigation a i {
      line-height: 24px;
      display: block;
      color: #acacac; }
    .blog-navigation a.prev-blog i {
      float: left;
      margin-right: 10px; }
    .blog-navigation a.next-blog i {
      float: right;
      margin-left: 10px; }
    .blog-navigation a:hover {
      color: #d0a97e; }
      .blog-navigation a:hover i {
        color: #d0a97e; }

/*----------------------------------------*/
/*  14. Comment CSS
/*----------------------------------------*/
/*-- Comment Wrap --*/
.comment-wrap h3 {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 40px; }

/*-- Comment List --*/
.comment-list {
  overflow: hidden;
  margin-bottom: 40px; }

/*-- Child Comment --*/
.child-comment {
  margin-left: 120px; }
  @media only screen and (max-width: 479px) {
    .child-comment {
      margin-left: 0; } }

/*-- Comment --*/
.comment {
  margin-bottom: 50px; }
  .comment .image {
    width: 90px;
    float: left;
    margin-right: 30px;
    border-radius: 4px;
    overflow: hidden; }
    .comment .image img {
      width: 100%; }
  .comment .content {
    overflow: hidden; }
    .comment .content h5 {
      font-size: 15px;
      font-weight: 600;
      margin-bottom: 6px; }
    .comment .content .time {
      font-size: 13px;
      line-height: 18px;
      margin-bottom: 5px; }
    .comment .content .reply {
      line-height: 18px;
      font-weight: 600;
      display: block;
      margin-bottom: 5px; }
    .comment .content .decs {
      margin-top: 2px; }
      .comment .content .decs p {
        line-height: 26px; }

/*-- Comment Form --*/
.comment-form input {
  display: block;
  width: 100%;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #9d9d9d;
  height: auto;
  line-height: 18px;
  padding: 0 0 10px;
  margin-bottom: 40px; }
  .comment-form input:focus {
    border-color: #d0a97e; }

.comment-form textarea {
  display: block;
  width: 100%;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #9d9d9d;
  height: 130px;
  line-height: 18px;
  padding: 0 0 10px;
  margin-bottom: 40px;
  resize: none; }
  .comment-form textarea:focus {
    border-color: #d0a97e; }

.comment-form button {
  padding: 10px 30px;
  border-radius: 50px;
  background-color: #222222;
  color: #d0a97e;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 25px;
  border: none;
  font-family: "Oswald", sans-serif; }
  .comment-form button:hover {
    background-color: #d0a97e;
    color: #222222; }

/*----------------------------------------*/
/*  15. Contact CSS
/*----------------------------------------*/
/*-- Contact Information --*/
.contact-info {
  background-color: #222222;
  padding: 95px 50px;
  color: #d8d8d8;}
  @media only screen and (max-width: 479px) {
    .contact-info {
      padding: 50px 30px; } }
  .contact-info ul li {
    border-bottom: 1px dashed #636363;
    padding-bottom: 30px;
    margin-bottom: 30px; }
    .contact-info ul li:last-child {
      border-bottom: none;
      padding-bottom: 0;
      margin-bottom: 0; }
    .contact-info ul li h4 {
      color: #d8d8d8;
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 9px; }

/*---------------------------------------
    16. Cart CSS
-----------------------------------------*/
/*-- Cart Table --*/
.cart-table tr th, .cart-table tr td {
  vertical-align: middle;
  text-align: center;
}
.cart-table .pro-quantity span {
  width: 40px;
  text-align: center;
  background-color: #222222;
  color: #ffffff;
  font-weight: bold;}
.cart-table .pro-remove a:hover {
  color: #ff0000; }

/*---------------------------------------
    17. Checkout CSS
-----------------------------------------*/
/*-- Checkout Title --*/
.checkout-title {
  font-size: 20px;
  line-height: 23px;
  text-decoration: underline;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 20px; }

/*-- Checkout Form --*/
.checkout-form label {
  display: block;
  font-size: 14px;
  margin-bottom: 12px;
  font-weight: 600;
  text-transform: capitalize; }

.checkout-form .nice-select {
  width: 100%;
  background-color: transparent;
  border: 1px solid #999999;
  border-radius: 50px;
  line-height: 23px;
  padding: 10px 20px;
  font-size: 14px;
  height: 45px;
  color: #222222;
  margin-bottom: 15px; }
  .checkout-form .nice-select::after {
    width: 6px;
    height: 6px;
    border-width: 1px;
    right: 20px;
    border-color: #222222; }
  .checkout-form .nice-select .current {
    color: #222222;
    display: block;
    line-height: 23px; }
  .checkout-form .nice-select .list {
    width: 100%; }

.checkout-form .check-box {
  float: left;
  margin-right: 70px; }
  .checkout-form .check-box:last-child {
    margin-right: 0; }
  .checkout-form .check-box input[type="checkbox"] {
    display: none; }
    .checkout-form .check-box input[type="checkbox"] + label {
      position: relative;
      padding-left: 30px;
      line-height: 20px;
      font-size: 14px;
      font-weight: 400;
      color: #222222;
      margin: 0; }
      .checkout-form .check-box input[type="checkbox"] + label::before {
        position: absolute;
        left: 0;
        top: 0;
        width: 20px;
        height: 20px;
        display: block;
        border: 2px solid #999999;
        content: "";
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s; }
      .checkout-form .check-box input[type="checkbox"] + label::after {
        position: absolute;
        left: 0;
        top: 0;
        display: block;
        content: "\f00c";
        font-family: Fontawesome;
        font-size: 12px;
        line-height: 20px;
        opacity: 0;
        color: #222222;
        width: 20px;
        text-align: center;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s; }
    .checkout-form .check-box input[type="checkbox"]:checked + label::before {
      border: 2px solid #222222; }
    .checkout-form .check-box input[type="checkbox"]:checked + label::after {
      opacity: 1; }

/*-- Checkout Cart Total --*/
.checkout-cart-total {
  background-color: #222222;
  padding: 45px; }
  @media only screen and (max-width: 575px) {
    .checkout-cart-total {
      padding: 30px; } }
  .checkout-cart-total h4 {
    -ms-flex-preferred-size: 18px;
    flex-basis: 18px;
    line-height: 23px;
    font-weight: 700;
    color: #d0a97e; }
    .checkout-cart-total h4:first-child {
      margin-top: 0;
      margin-bottom: 25px; }
    .checkout-cart-total h4:last-child {
      margin-top: 15px;
      margin-bottom: 0; }
    .checkout-cart-total h4 span {
      float: right;
      display: block; }
  .checkout-cart-total ul {
    border-bottom: 1px solid #ffffff; }
    .checkout-cart-total ul li {
      color: #ffffff;
      font-size: 14px;
      line-height: 23px;
      font-weight: 600;
      display: block;
      margin-bottom: 16px; }
      .checkout-cart-total ul li span {
        color: #ffffff;
        float: right; }
  .checkout-cart-total p {
    font-size: 14px;
    line-height: 30px;
    font-weight: 600;
    color: #ffffff;
    padding: 10px 0;
    border-bottom: 1px solid #ffffff;
    margin: 0; }
    .checkout-cart-total p span {
      float: right; }

/*-- Checkout Payment Method --*/
.checkout-payment-method {

}
  @media only screen and (max-width: 575px) {
    .checkout-payment-method {
      padding-top: 10px;
      padding-bottom: 10px;
    }
  }

/*-- Single Payment Method --*/
.single-method {
  margin-bottom: 20px; }
  .single-method:last-child {
    margin-bottom: 0; }
  .single-method input[type="radio"] {
    display: none; }
    .single-method input[type="radio"] + label {
      position: relative;
      padding-left: 30px;
      line-height: 20px;
      font-size: 14px;
      font-weight: 400;
      color: #000000;
      margin: 0; }
      .single-method input[type="radio"] + label::before {
        position: absolute;
        left: 0;
        top: 0;
        width: 20px;
        height: 20px;
        display: block;
        border: 2px solid #000000;
        content: "";
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s; }
      .single-method input[type="radio"] + label::after {
        position: absolute;
        left: 5px;
        top: 5px;
        display: block;
        content: "";
        opacity: 0;
        background-color: #d0a97e;
        width: 10px;
        text-align: center;
        height: 10px;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s; }
    .single-method input[type="radio"]:checked + label::before {
      border: 2px solid #d0a97e; }
    .single-method input[type="radio"]:checked + label::after {
      opacity: 1; }
  .single-method input[type="checkbox"] {
    display: none; }
    .single-method input[type="checkbox"] + label {
      position: relative;
      padding-left: 30px;
      line-height: 20px;
      font-size: 14px;
      font-weight: 400;
      color: #000000;
      margin: 0; }
      .single-method input[type="checkbox"] + label::before {
        position: absolute;
        left: 0;
        top: 0;
        width: 16px;
        height: 16px;
        display: block;
        border: 2px solid #000000;
        content: "";
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s; }
      .single-method input[type="checkbox"] + label::after {
        position: absolute;
        left: 4px;
        top: 4px;
        display: block;
        content: "";
        opacity: 0;
        background-color: #d0a97e;
        width: 8px;
        text-align: center;
        height: 8px;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s; }
    .single-method input[type="checkbox"]:checked + label::before {
      border: 2px solid #d0a97e; }
    .single-method input[type="checkbox"]:checked + label::after {
      opacity: 1; }
  .single-method p {
    display: none;
    margin-top: 8px;
    font-size: 14px;
    color: #000000;
    line-height: 23px; }

/*---------------------------------------
    18. Compare CSS
-----------------------------------------*/
/*-- Compare Table --*/
.compare-table .table tbody tr:first-child {
  border-top: 1px solid #eeeeee; }

.compare-table .table tbody tr td {
  text-align: center;
  border: none;
  padding: 25px 30px;
  vertical-align: middle;
  border-bottom: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee; }
  .compare-table .table tbody tr td:last-child {
    border-right: 1px solid #eeeeee; }
  .compare-table .table tbody tr td.first-column {
    min-width: 180px;
    font-size: 18px;
    font-weight: 600;
    color: #222222;
    margin: 0;
    line-height: 1; }
  .compare-table .table tbody tr td.product-image-title {
    min-width: 310px;
    vertical-align: bottom;
    padding-top: 70px; }
    .compare-table .table tbody tr td.product-image-title .image {
      clear: both;
      width: 100%;
      margin-bottom: 40px; }
      .compare-table .table tbody tr td.product-image-title .image img {
        max-width: 100%; }
    .compare-table .table tbody tr td.product-image-title .title {
      float: left;
      clear: both;
      font-size: 16px;
      font-weight: 600;
      color: #222222;
      line-height: 20px;
      margin-bottom: 10px; }
      .compare-table .table tbody tr td.product-image-title .title:hover {
        color: #d0a97e; }
  .compare-table .table tbody tr td.pro-desc p {
    text-align: left;
    margin: 0; }
  .compare-table .table tbody tr td.pro-price {
    font-size: 16px;
    font-weight: 600;
    color: #222222; }
  .compare-table .table tbody tr td.pro-color {
    font-size: 16px;
    font-weight: 600;
    color: #222222; }
  .compare-table .table tbody tr td.pro-stock {
    font-size: 16px;
    font-weight: 600;
    color: #222222; }
  .compare-table .table tbody tr td.pro-remove button {
    border: none;
    background-color: transparent;
    padding: 0; }
    .compare-table .table tbody tr td.pro-remove button i {
      font-size: 20px; }
    .compare-table .table tbody tr td.pro-remove button:hover {
      color: #ff0000; }
  .compare-table .table tbody tr td.pro-ratting i {
    color: #222222;
    font-size: 14px; }

/*---------------------------------------
    19. My Account CSS
-----------------------------------------*/
/*-- My Account Tab Menu -*/
.myaccount-tab-menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
.myaccount-tab-menu a:hover, .myaccount-tab-menu a.active {
  background-color: #d0a97e;
  color: #ffffff; }
@media only screen and (max-width: 991px) {
  .myaccount-tab-menu {
    border: 1px solid #eeeeee;
  }
}

/*---------------------------------------
      21. Footer CSS
-----------------------------------------*/
/*-- Footer Top Section --*/
.footer-top-section {
  padding: 20px 0; }

/*-- Footer Widget Wrap --*/
.footer-widget-wrap {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .footer-widget-wrap > .col, .footer-widget-wrap > [class*="col-"] {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .footer-widget-wrap > .col, .footer-widget-wrap > [class*="col-"] {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
        flex: 1 0 50%; } }
    @media only screen and (max-width: 767px) {
      .footer-widget-wrap > .col, .footer-widget-wrap > [class*="col-"] {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
        flex: 1 0 50%;
        max-width: 50%; } }
    @media only screen and (max-width: 575px) {
      .footer-widget-wrap > .col, .footer-widget-wrap > [class*="col-"] {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        max-width: 100%; } }

/*-- Footer Widget --*/
.footer-widget .title {
  color: #d8d8d8;
  white-space: nowrap;
  margin-top: 15px;
  margin-bottom: 19px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-widget .title {
      margin-top: 0; } }
  @media only screen and (max-width: 767px) {
    .footer-widget .title {
      margin-top: 0; } }

.footer-widget img {
  margin-bottom: 18px; }

.footer-widget p {
  color: #d8d8d8;
  width: 270px;
  line-height: 23px; }
  @media only screen and (max-width: 767px) {
    .footer-widget p {
      width: auto; } }

.footer-widget ul li {
  margin-bottom: 12px; }
  .footer-widget ul li:last-child {
    margin-bottom: 0; }
  .footer-widget ul li a {
    color: #d8d8d8;
    white-space: nowrap;
    display: block;
    line-height: 23px; }
    .footer-widget ul li a:hover {
      color: #d0a97e; }

/*-- Footer Bottom Section --*/
.footer-bottom-section {
  background-color: #ffffff;
  padding: 10px 0; }

.footer-bottom-section-left {
  line-height: 22px;
  margin: 4px 0; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-bottom-section-left {
      text-align: center; } }
  @media only screen and (max-width: 767px) {
    .footer-bottom-section-left {
      text-align: center; } }

.footer-bottom-section-right {
  text-align: right;
  line-height: 22px;
  margin: 4px 0; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-bottom-section-right {
      text-align: center; } }
  @media only screen and (max-width: 767px) {
    .footer-bottom-section-right {
      text-align: center; } }

/*---------------------------------------
    22. Fixed Side Tools CSS
-----------------------------------------*/
/*-- Fixed Side Tools --*/
.fixed-side-tools {
  position: fixed;
  bottom: 100px;
  right: 20px;
  z-index: 999;}
.fixed-side-tools a {
  display: block;
  background-color: #353535;
  margin-bottom: 4px;
  cursor: pointer;
  outline: none;
  width: 68px;
  height: 68px;
  padding: 10px 0;
  text-align: center;
  font-size: 12px;
  color: #ffffff;}
@media only screen and (max-width: 767px) {
  .fixed-side-tools {
    bottom: 15px;
    right: 15px;}
  .fixed-side-tools a{
    width: 36px;
    height: 36px;
    padding: 4px;
  }
  .fixed-side-tools a:last-child, .fixed-side-tools a p{
    display: none;
  }
}