@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700&display=swap');


:root {
    --boja1: #7BC142;
    --boja2: #0B5864;
}

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
.site-wrapper {
  height: 100%;
}

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  position: relative;
  visibility: visible;
  overflow-x: hidden;
  color: #000;
  background-color: #FFFFFF;
   letter-spacing: 0!important;
}

h1,
h2,
h3,
h4,
h5,
h6 {  
  font-weight: 600;
  line-height: 1.2;
  margin-top: 0;
  color: #000;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  line-height: inherit;
  margin: 0;
}

p:last-child {
  margin-bottom: 0;
}

a,
button {
  line-height: inherit;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}

a,
button,
img,
input {
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

*:focus {
  outline: none !important;
}

a:focus {
  text-decoration: none;
  color: inherit;
  outline: none;
}

a:hover {
  text-decoration: none;
  color: #F8796C;
}

button,
input[type="submit"] {
  cursor: pointer;
}

img {
  max-width: 100%;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
}

ul:last-child {
  margin-bottom: 0;
}

hr {
  border-top-width: 2px;
}

/* Common Classes */
.fix {
  overflow: hidden;
}

.section,
.main-wrapper {
  float: left;
  width: 100%;
}

@media only screen and (min-width: 1500px) {
  .section-fluid {
    padding-right: 55px;
    padding-left: 55px;
  }
  .section-fluid > .container,
  .section-fluid > .container-fluid {
    max-width: 100%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .section-fluid {
    padding-right: 35px;
    padding-left: 35px;
  }
  .section-fluid > .container,
  .section-fluid > .container-fluid {
    max-width: 100%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .section-fluid {
    padding-right: 25px;
    padding-left: 25px;
  }
  .section-fluid > .container,
  .section-fluid > .container-fluid {
    max-width: 100%;
  }
}

@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1320px;/* m9*/
  }
}

@media only screen and (max-width: 575px) {
  .container {
    max-width: 450px;
  }
}

@media only screen and (max-width: 479px) {
  .container {
    max-width: 350px;
  }
}

.bg-primary {
  background-color: #F8796C !important;
}

.text-primary {
  color: #F8796C !important;
}

.bg-primary2 {
  background-color: #72A499 !important;
}

.text-primary2 {
  color: #72A499 !important;
}

.bg-primary3 {
  background-color: #BAA491 !important;
}

.text-primary3 {
  color: #BAA491 !important;
}

.bg-secondary {
  background-color: #6C757D !important;
}

.text-secondary {
  color: #6C757D !important;
}

.bg-success {
  background-color: #4CAF50 !important;
}

.text-success {
  color: #4CAF50 !important;
}

.bg-danger {
  background-color: #F44336 !important;
}

.text-danger {
  color: #F44336 !important;
}

.bg-warning {
  background-color: #FFC107 !important;
}

.text-warning {
  color: #FFC107 !important;
}

.bg-info {
  background-color: #17A2B8 !important;
}

.text-info {
  color: #17A2B8 !important;
}

.bg-light {
  background-color: #F8F9FA !important;
}

.text-light {
  color: #F8F9FA !important;
}

.bg-dark {
  background-color: #333333 !important;
}

.text-dark {
  color: #000 !important;
}

.bg-black {
  background-color: #000000 !important;
}

.text-black {
  color: #000000 !important;
}

.bg-grey {
  background-color: #F8F9FD !important;
}

.text-grey {
  color: #F8F9FD !important;
}

.bg-body {
  background-color: #696969 !important;
}

.text-body {
  color: #696969 !important;
}

.bg-body-light {
  background-color: #000 !important; /*#7E7E7E*/
}

.text-body-light {
  color: #000 !important; /*#7E7E7E*/
}

.bg-heading {
  background-color: #333333 !important;
}

.text-heading {
  color: #000 !important;
}

/* Font Weight */
.fw-100 {
  font-weight: 100;
}

.fw-200 {
  font-weight: 200;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}

/* Background Image */
[data-bg-image] {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/* Other */
body.homepage-bg1 {
  padding: 0 15px 15px !important;
  background-color: #F4EDE7;
}

body.homepage-bg1 .topbar-section {
  background-color: #F4EDE7 !important;
}

body.homepage-bg1.offcanvas-open {
  padding-right: 32px !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  body.homepage-bg1.offcanvas-open {
    padding-right: 15px !important;
  }
}

/* Scroll Up */
#scrollUp {
  right: 25px;
  bottom: 25px;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #FFFFFF;
  background-color: #F8796C;
}

#scrollUp i {
  line-height: 40px;
}

/* Border Style */
.border-top-dashed {
  border-top: 1px dashed #D2D2D2;
}

.border-bottom-dashed {
  border-bottom: 1px dashed #D2D2D2;
}

/* Image Over Gray Scale */
.img-hover-color {
  -webkit-filter: grayscale(100);
          filter: grayscale(100);
}

.img-hover-color:hover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

/*----------------------------------------*/
/*  02. Template Spacing CSS
/*----------------------------------------*/
/* Section Spacing */
.section-padding {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-padding {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-padding {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .section-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

/* Custom Column For Large Device Minimum Width 1500px */
@media only screen and (min-width: 1500px) {
  .col-xxl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
}

@media only screen and (min-width: 1500px) {
  .col-xxl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
}

@media only screen and (min-width: 1500px) {
  .col-xxl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25.0%;
        -ms-flex: 0 0 25.0%;
            flex: 0 0 25.0%;
    max-width: 25.0%;
  }
}

@media only screen and (min-width: 1500px) {
  .col-xxl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}

@media only screen and (min-width: 1500px) {
  .col-xxl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66666%;
        -ms-flex: 0 0 41.66666%;
            flex: 0 0 41.66666%;
    max-width: 41.66666%;
  }
}

@media only screen and (min-width: 1500px) {
  .col-xxl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50.0%;
        -ms-flex: 0 0 50.0%;
            flex: 0 0 50.0%;
    max-width: 50.0%;
  }
}

@media only screen and (min-width: 1500px) {
  .col-xxl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
}

@media only screen and (min-width: 1500px) {
  .col-xxl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66666%;
        -ms-flex: 0 0 66.66666%;
            flex: 0 0 66.66666%;
    max-width: 66.66666%;
  }
}

@media only screen and (min-width: 1500px) {
  .col-xxl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75.0%;
        -ms-flex: 0 0 75.0%;
            flex: 0 0 75.0%;
    max-width: 75.0%;
  }
}

@media only screen and (min-width: 1500px) {
  .col-xxl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
}

@media only screen and (min-width: 1500px) {
  .col-xxl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66666%;
        -ms-flex: 0 0 91.66666%;
            flex: 0 0 91.66666%;
    max-width: 91.66666%;
  }
}

@media only screen and (min-width: 1500px) {
  .col-xxl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100.0%;
        -ms-flex: 0 0 100.0%;
            flex: 0 0 100.0%;
    max-width: 100.0%;
  }
}

/* Custom Order For Large Device Minimum Width 1500px */
@media only screen and (min-width: 1500px) {
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media only screen and (min-width: 1500px) {
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media only screen and (min-width: 1500px) {
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
}

@media only screen and (min-width: 1500px) {
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
}

@media only screen and (min-width: 1500px) {
  .order-xxl-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
}

@media only screen and (min-width: 1500px) {
  .order-xxl-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
}

@media only screen and (min-width: 1500px) {
  .order-xxl-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }
}

@media only screen and (min-width: 1500px) {
  .order-xxl-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }
}

@media only screen and (min-width: 1500px) {
  .order-xxl-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }
}

@media only screen and (min-width: 1500px) {
  .order-xxl-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }
}

@media only screen and (min-width: 1500px) {
  .order-xxl-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11;
  }
}

@media only screen and (min-width: 1500px) {
  .order-xxl-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12;
  }
}

/* Margin */
.learts-mb-10 {
  margin-bottom: 10px;
}

.learts-mb-n10 {
  margin-bottom: -10px;
}

.learts-mb-20 {
  margin-bottom: 20px;
}

.learts-mb-n20 {
  margin-bottom: -20px;
}

.learts-mb-30 {
  margin-bottom: 30px;
}

.learts-mb-n30 {
  margin-bottom: -30px;
}

.learts-mb-40 {
  margin-bottom: 40px;
}

.learts-mb-n40 {
  margin-bottom: -40px;
}

.learts-mb-50 {
  margin-bottom: 50px;
}

.learts-mb-n50 {
  margin-bottom: -50px;
}

.learts-mb-60 {
  margin-bottom: 60px;
}

.learts-mb-n60 {
  margin-bottom: -60px;
}

.learts-mb-70 {
  margin-bottom: 70px;
}

.learts-mb-n70 {
  margin-bottom: -70px;
}

.learts-mb-80 {
  margin-bottom: 80px;
}

.learts-mb-n80 {
  margin-bottom: -80px;
}

.learts-mb-90 {
  margin-bottom: 90px;
}

.learts-mb-n90 {
  margin-bottom: -90px;
}

.learts-mb-100 {
  margin-bottom: 100px;
}

.learts-mb-n100 {
  margin-bottom: -100px;
}

.learts-mt-10 {
  margin-top: 10px;
}

.learts-mt-n10 {
  margin-top: -10px;
}

.learts-mt-20 {
  margin-top: 20px;
}

.learts-mt-n20 {
  margin-top: -20px;
}

.learts-mt-30 {
  margin-top: 30px;
}

.learts-mt-n30 {
  margin-top: -30px;
}

.learts-mt-40 {
  margin-top: 40px;
}

.learts-mt-n40 {
  margin-top: -40px;
}

.learts-mt-50 {
  margin-top: 50px;
}

.learts-mt-n50 {
  margin-top: -50px;
}

.learts-mt-60 {
  margin-top: 60px;
}

.learts-mt-n60 {
  margin-top: -60px;
}

.learts-mt-70 {
  margin-top: 70px;
}

.learts-mt-n70 {
  margin-top: -70px;
}

.learts-mt-80 {
  margin-top: 80px;
}

.learts-mt-n80 {
  margin-top: -80px;
}

.learts-mt-90 {
  margin-top: 90px;
}

.learts-mt-n90 {
  margin-top: -90px;
}

.learts-mt-100 {
  margin-top: 100px;
}

.learts-mt-n100 {
  margin-top: -100px;
}

/* Padding */
.learts-pb-10 {
  padding-bottom: 10px;
}

.learts-pb-20 {
  padding-bottom: 20px;
}

.learts-pb-30 {
  padding-bottom: 30px;
}

.learts-pb-40 {
  padding-bottom: 40px;
}

.learts-pb-50 {
  padding-bottom: 50px;
}

.learts-pb-60 {
  padding-bottom: 60px;
}

.learts-pb-70 {
  padding-bottom: 70px;
}

.learts-pb-80 {
  padding-bottom: 80px;
}

.learts-pb-90 {
  padding-bottom: 90px;
}

.learts-pb-100 {
  padding-bottom: 100px;
}

.learts-pt-10 {
  padding-top: 10px;
}

.learts-pt-20 {
  padding-top: 20px;
}

.learts-pt-30 {
  padding-top: 30px;
}

.learts-pt-40 {
  padding-top: 40px;
}

.learts-pt-50 {
  padding-top: 50px;
}

.learts-pt-60 {
  padding-top: 60px;
}

.learts-pt-70 {
  padding-top: 70px;
}

.learts-pt-80 {
  padding-top: 80px;
}

.learts-pt-90 {
  padding-top: 90px;
}

.learts-pt-100 {
  padding-top: 100px;
}

/*----------------------------------------*/
/*  03. Plugin Custom CSS
/*----------------------------------------*/
/* 03.01. Image Zoom */
.zoomImg {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

/* 03.02. Ion Range Slider */
.irs--learts {
  /*font-family: 'Fira Sans Extra Condensed', sans-serif;*/
  margin: 7px 0 40px;
}

.irs--learts .irs {
  /*font-family: 'Fira Sans Extra Condensed', sans-serif;*/
  position: relative;
  width: 100%;
}

.irs--learts .irs .irs-line {
  width: 100%;
  height: 5px;
  background-color: #EEEEEE;
}

.irs--learts .irs .irs-from,
.irs--learts .irs .irs-to {
  display: none !important;
}

.irs--learts .irs .irs-single {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  position: absolute;
  top: calc(100% + 25px);
  left: 0 !important;
  visibility: visible !important;
}

.irs--learts .irs .irs-single::before {
  content: "Price: ";
}

.irs--learts .irs-bar {
  top: 0;
  height: 5px;
  background-color: #333333;
}

.irs--learts .irs-handle {
  top: 50%;
  width: 18px;
  height: 18px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  text-indent: -9999px;
  border-radius: 50%;
  background-color: #333333;
}

/* 03.03. Parfect Scrollbar */
.ps {
  position: relative;
  padding-right: 10px;
}

.ps:not(.ps--active-y) {
  overflow: visible !important;
}

.ps .ps__scrollbar-y-rail {
  width: 5px;
  opacity: 0;
  border-radius: 5px;
}

.ps .ps__scrollbar-y-rail .ps__scrollbar-y {
  right: 1px;
  width: 3px !important;
  -webkit-transition: all 0.1s ease 0s;
  -o-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
  border-radius: 5px;
}

/* 03.04. Photo Swipe */
.pswp__img {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

/* 03.05. Product 360 */

/* 03.06. Select 2 */

.select2 {
  width: 100% !important;
}

.select2-selection {
  font-size: 14px;
  font-weight: 300;
  line-height: 28px;
  display: block;
  width: 100%;
  height: auto !important;
  padding: 10px 0;
  color: #000;
  border: 2px solid transparent !important;
  border-bottom-color: #EDEDED !important;
  border-radius: 0 !important;
  background-color: transparent;
}

.select2-selection__rendered {
  padding: 0 !important;
}

.select2-selection__arrow {
  top: 50% !important;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.select2-selection__arrow b {
  border-top-color: #333333 !important;
}

.select2-container--open .select2-selection__arrow b {
  border-bottom-color: #333333 !important;
}

.select2-dropdown {
  border: 1px solid #EEEEEE;
  border-radius: 0;
  -webkit-box-shadow: -2px 2px 80px -27px rgba(0, 0, 0, 0.3);
          box-shadow: -2px 2px 80px -27px rgba(0, 0, 0, 0.3);
}

.select2-search {
  padding: 15px;
}

.select2-search input[type="search"] {
  font-size: 14px;
  line-height: 1.5;
  padding: 8px 15px !important;
  border-color: #EDEDED !important;
}

.select2-results__options {
  padding-right: 0;
}

.select2-results__options .select2-results__option {
  line-height: 24px;
  padding: 10px 15px;
}

.select2-results__options .select2-results__option[aria-selected="true"] {
  background-color: #EEEEEE;
}

.select2-results__options .select2-results__option.select2-results__option--highlighted {
  background-color: #F8796C;
}

/* 03.07. Slick Slider */
.slick-slider {
  overflow: hidden;
  margin-right: -40px;
  margin-left: -40px;
  padding-right: 40px;
  padding-left: 40px;
}

.slick-slider:hover .slick-arrow {
  opacity: 1;
}

.slick-slider:hover .slick-arrow.slick-prev {
  left: 0;
}

.slick-slider:hover .slick-arrow.slick-next {
  right: 0;
}

.slick-slider .slick-list {
  margin-right: -15px;
  margin-left: -15px;
}

.slick-arrow {
  position: absolute;
  z-index: 9;
  top: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  color: #696969;
  border: none;
  background-color: transparent;
}

.slick-arrow i {
  font-size: 25px;
  line-height: 1;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.slick-arrow.slick-prev {
  right: auto;
  left: -40px;
}

.slick-arrow.slick-next {
  right: -40px;
  left: auto;
}

.slick-arrow:hover {
  color: #000;
}

.slick-dots {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 18px;
  margin-top: 35px;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}

.slick-dots li {
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 6px;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  text-indent: -9999px;
  /*opacity: 0.2;*/
  border: 1px solid transparent;
  border-radius: 50%;
  background-color: #fff;
}

.slick-dots li.slick-active button {
  width: 18px;
  height: 18px;
  opacity: 1;
  border-color: #fff;
  background-color: #fff;
}

/*----------------------------------------*/
/*  04. Element CSS
/*----------------------------------------*/
/* 04.04 Button CSS */
.btn {
  font-weight: 400;
  line-height: 24px;
  padding: 15px 40px;
  text-align: center;
  white-space: nowrap;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 500px;
}

.btn:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.btn-icon {
  width: 56px;
  padding: 15px;
}

/* Button Sizes */
.btn-sm {
  font-size: 12px;
  padding: 5px 20px;
}

.btn-md {
  font-size: 14px;
  padding: 10px 30px;
}

.btn-lg {
  font-size: 18px;
  padding: 20px 50px;
}

.btn-xl {
  font-size: 20px;
  padding: 25px 60px;
}

/* Button Color & Style (Solid & Outline) */
.btn-primary {
  border-color: #F8796C;
  background-color: #F8796C;
  color: #FFFFFF;
}

.btn-primary:hover {
  border-color: #f65847;
  background-color: #f65847;
  color: #FFFFFF;
}

.btn-outline-primary {
  color: #F8796C;
  border-color: #F8796C;
  background-color: transparent;
}

.btn-outline-primary:hover {
  border-color: #F8796C;
  background-color: #F8796C;
  color: #FFFFFF;
}

.btn-primary2 {
  border-color: #72A499;
  background-color: #72A499;
  color: #FFFFFF;
}

.btn-primary2:hover {
  border-color: #5e9286;
  background-color: #5e9286;
  color: #FFFFFF;
}

.btn-outline-primary2 {
  color: #72A499;
  border-color: #72A499;
  background-color: transparent;
}

.btn-outline-primary2:hover {
  border-color: #72A499;
  background-color: #72A499;
  color: #FFFFFF;
}

.btn-primary3 {
  border-color: #BAA491;
  background-color: #BAA491;
  color: #FFFFFF;
}

.btn-primary3:hover {
  border-color: #ab9179;
  background-color: #ab9179;
  color: #FFFFFF;
}

.btn-outline-primary3 {
  color: #BAA491;
  border-color: #BAA491;
  background-color: transparent;
}

.btn-outline-primary3:hover {
  border-color: #BAA491;
  background-color: #BAA491;
  color: #FFFFFF;
}

.btn-secondary {
  border-color: #6C757D;
  background-color: #6C757D;
  color: #FFFFFF;
}

.btn-secondary:hover {
  border-color: #5a6268;
  background-color: #5a6268;
  color: #FFFFFF;
}

.btn-outline-secondary {
  color: #6C757D;
  border-color: #6C757D;
  background-color: transparent;
}

.btn-outline-secondary:hover {
  border-color: #6C757D;
  background-color: #6C757D;
  color: #FFFFFF;
}

.btn-success {
  border-color: #4CAF50;
  background-color: #4CAF50;
  color: #FFFFFF;
}

.btn-success:hover {
  border-color: #409444;
  background-color: #409444;
  color: #FFFFFF;
}

.btn-outline-success {
  color: #4CAF50;
  border-color: #4CAF50;
  background-color: transparent;
}

.btn-outline-success:hover {
  border-color: #4CAF50;
  background-color: #4CAF50;
  color: #FFFFFF;
}

.btn-danger {
  border-color: #F44336;
  background-color: #F44336;
  color: #FFFFFF;
}

.btn-danger:hover {
  border-color: #f22112;
  background-color: #f22112;
  color: #FFFFFF;
}

.btn-outline-danger {
  color: #F44336;
  border-color: #F44336;
  background-color: transparent;
}

.btn-outline-danger:hover {
  border-color: #F44336;
  background-color: #F44336;
  color: #FFFFFF;
}

.btn-warning {
  border-color: #FFC107;
  background-color: #FFC107;
  color: #000;
}

.btn-warning:hover {
  border-color: #e0a800;
  background-color: #e0a800;
  color: #000;
}

.btn-outline-warning {
  color: #FFC107;
  border-color: #FFC107;
  background-color: transparent;
}

.btn-outline-warning:hover {
  border-color: #FFC107;
  background-color: #FFC107;
  color: #333333;
}

.btn-info {
  border-color: #17A2B8;
  background-color: #17A2B8;
  color: #FFFFFF;
}

.btn-info:hover {
  border-color: #138496;
  background-color: #138496;
  color: #FFFFFF;
}

.btn-outline-info {
  color: #17A2B8;
  border-color: #17A2B8;
  background-color: transparent;
}

.btn-outline-info:hover {
  border-color: #17A2B8;
  background-color: #17A2B8;
  color: #FFFFFF;
}

.btn-light {
  border-color: #F8F9FA;
  background-color: #F8F9FA;
  color: #000;
}

.btn-light:hover {
  border-color: #e2e6ea;
  background-color: #e2e6ea;
  color: #333333;
}

.btn-outline-light {
  color: #F8F9FA;
  border-color: #F8F9FA;
  background-color: transparent;
}

.btn-outline-light:hover {
  border-color: #F8F9FA;
  background-color: #F8F9FA;
  color: #333333;
}

.btn-dark {
  border-color: #333333;
  background-color: #333333;
  color: #FFFFFF;
}

.btn-dark:hover {
  border-color: #202020;
  background-color: #202020;
  color: #FFFFFF;
}

.btn-outline-dark {
  color: #333333;
  border-color: #333333;
  background-color: transparent;
}

.btn-outline-dark:hover {
  border-color: #333333;
  background-color: #333333;
  color: #FFFFFF;
}

.btn-black {
  border-color: #000000;
  background-color: #000000;
  color: #FFFFFF;
}

.btn-black:hover {
  border-color: black;
  background-color: black;
  color: #FFFFFF;
}

.btn-outline-black {
  color: #000000;
  border-color: #000000;
  background-color: transparent;
}

.btn-outline-black:hover {
  border-color: #000000;
  background-color: #000000;
  color: #FFFFFF;
}

.btn-grey {
  border-color: #F8F9FD;
  background-color: #F8F9FD;
  color: #FFFFFF;
}

.btn-grey:hover {
  border-color: #dae0f5;
  background-color: #dae0f5;
  color: #FFFFFF;
}

.btn-outline-grey {
  color: #F8F9FD;
  border-color: #F8F9FD;
  background-color: transparent;
}

.btn-outline-grey:hover {
  border-color: #F8F9FD;
  background-color: #F8F9FD;
  color: #FFFFFF;
}

.btn-body {
  border-color: #696969;
  background-color: #696969;
  color: #FFFFFF;
}

.btn-body:hover {
  border-color: #565656;
  background-color: #565656;
  color: #FFFFFF;
}

.btn-outline-body {
  color: #696969;
  border-color: #696969;
  background-color: transparent;
}

.btn-outline-body:hover {
  border-color: #696969;
  background-color: #696969;
  color: #FFFFFF;
}

.btn-body-light {
  border-color: #7E7E7E;
  background-color: #7E7E7E;
  color: #FFFFFF;
}

.btn-body-light:hover {
  border-color: #6b6b6b;
  background-color: #6b6b6b;
  color: #FFFFFF;
}

.btn-outline-body-light {
  color: #7E7E7E;
  border-color: #7E7E7E;
  background-color: transparent;
}

.btn-outline-body-light:hover {
  border-color: #7E7E7E;
  background-color: #7E7E7E;
  color: #FFFFFF;
}

.btn-heading {
  border-color: #333333;
  background-color: #333333;
  color: #FFFFFF;
}

.btn-heading:hover {
  border-color: #202020;
  background-color: #202020;
  color: #FFFFFF;
}

.btn-outline-heading {
  color: #333333;
  border-color: #333333;
  background-color: transparent;
}

.btn-outline-heading:hover {
  border-color: #333333;
  background-color: #333333;
  color: #FFFFFF;
}

/* Button Hover Color & Style (Solid & Outline) */
.btn-hover-primary:hover, .btn-hover-primary:not(:disabled):not(.disabled).active {
  border-color: #F8796C;
  background-color: #F8796C;
  color: #FFFFFF;
}

.btn-outline-hover-primary:hover, .btn-outline-hover-primary:not(:disabled):not(.disabled).active {
  color: #F8796C;
  border-color: #F8796C;
  background-color: transparent;
}

.btn-hover-primary2:hover, .btn-hover-primary2:not(:disabled):not(.disabled).active {
  border-color: #72A499;
  background-color: #72A499;
  color: #FFFFFF;
}

.btn-outline-hover-primary2:hover, .btn-outline-hover-primary2:not(:disabled):not(.disabled).active {
  color: #72A499;
  border-color: #72A499;
  background-color: transparent;
}

.btn-hover-primary3:hover, .btn-hover-primary3:not(:disabled):not(.disabled).active {
  border-color: #BAA491;
  background-color: #BAA491;
  color: #FFFFFF;
}

.btn-outline-hover-primary3:hover, .btn-outline-hover-primary3:not(:disabled):not(.disabled).active {
  color: #BAA491;
  border-color: #BAA491;
  background-color: transparent;
}

.btn-hover-secondary:hover, .btn-hover-secondary:not(:disabled):not(.disabled).active {
  border-color: #6C757D;
  background-color: #6C757D;
  color: #FFFFFF;
}

.btn-outline-hover-secondary:hover, .btn-outline-hover-secondary:not(:disabled):not(.disabled).active {
  color: #6C757D;
  border-color: #6C757D;
  background-color: transparent;
}

.btn-hover-success:hover, .btn-hover-success:not(:disabled):not(.disabled).active {
  border-color: #4CAF50;
  background-color: #4CAF50;
  color: #FFFFFF;
}

.btn-outline-hover-success:hover, .btn-outline-hover-success:not(:disabled):not(.disabled).active {
  color: #4CAF50;
  border-color: #4CAF50;
  background-color: transparent;
}

.btn-hover-danger:hover, .btn-hover-danger:not(:disabled):not(.disabled).active {
  border-color: #F44336;
  background-color: #F44336;
  color: #FFFFFF;
}

.btn-outline-hover-danger:hover, .btn-outline-hover-danger:not(:disabled):not(.disabled).active {
  color: #F44336;
  border-color: #F44336;
  background-color: transparent;
}

.btn-hover-warning:hover, .btn-hover-warning:not(:disabled):not(.disabled).active {
  border-color: #FFC107;
  background-color: #FFC107;
  color: #333333;
}

.btn-outline-hover-warning:hover, .btn-outline-hover-warning:not(:disabled):not(.disabled).active {
  color: #FFC107;
  border-color: #FFC107;
  background-color: transparent;
}

.btn-hover-info:hover, .btn-hover-info:not(:disabled):not(.disabled).active {
  border-color: #17A2B8;
  background-color: #17A2B8;
  color: #FFFFFF;
}

.btn-outline-hover-info:hover, .btn-outline-hover-info:not(:disabled):not(.disabled).active {
  color: #17A2B8;
  border-color: #17A2B8;
  background-color: transparent;
}

.btn-hover-light:hover, .btn-hover-light:not(:disabled):not(.disabled).active {
  border-color: #F8F9FA;
  background-color: #F8F9FA;
  color: #333333;
}

.btn-outline-hover-light:hover, .btn-outline-hover-light:not(:disabled):not(.disabled).active {
  color: #F8F9FA;
  border-color: #F8F9FA;
  background-color: transparent;
}

.btn-hover-dark:hover, .btn-hover-dark:not(:disabled):not(.disabled).active {
  border-color: #333333;
  background-color: #333333;
  color: #FFFFFF;
}

.btn-outline-hover-dark:hover, .btn-outline-hover-dark:not(:disabled):not(.disabled).active {
  color: #333333;
  border-color: #333333;
  background-color: transparent;
}

.btn-hover-black:hover, .btn-hover-black:not(:disabled):not(.disabled).active {
  border-color: #000000;
  background-color: #000000;
  color: #FFFFFF;
}

.btn-outline-hover-black:hover, .btn-outline-hover-black:not(:disabled):not(.disabled).active {
  color: #000000;
  border-color: #000000;
  background-color: transparent;
}

.btn-hover-grey:hover, .btn-hover-grey:not(:disabled):not(.disabled).active {
  border-color: #F8F9FD;
  background-color: #F8F9FD;
  color: #FFFFFF;
}

.btn-outline-hover-grey:hover, .btn-outline-hover-grey:not(:disabled):not(.disabled).active {
  color: #F8F9FD;
  border-color: #F8F9FD;
  background-color: transparent;
}

.btn-hover-body:hover, .btn-hover-body:not(:disabled):not(.disabled).active {
  border-color: #696969;
  background-color: #696969;
  color: #FFFFFF;
}

.btn-outline-hover-body:hover, .btn-outline-hover-body:not(:disabled):not(.disabled).active {
  color: #696969;
  border-color: #696969;
  background-color: transparent;
}

.btn-hover-body-light:hover, .btn-hover-body-light:not(:disabled):not(.disabled).active {
  border-color: #7E7E7E;
  background-color: #7E7E7E;
  color: #FFFFFF;
}

.btn-outline-hover-body-light:hover, .btn-outline-hover-body-light:not(:disabled):not(.disabled).active {
  color: #7E7E7E;
  border-color: #7E7E7E;
  background-color: transparent;
}

.btn-hover-heading:hover, .btn-hover-heading:not(:disabled):not(.disabled).active {
  border-color: #333333;
  background-color: #333333;
  color: #FFFFFF;
}

.btn-outline-hover-heading:hover, .btn-outline-hover-heading:not(:disabled):not(.disabled).active {
  color: #333333;
  border-color: #333333;
  background-color: transparent;
}

/* 04.07 Tooltip CSS */
[class*="hintT"] {
  position: relative;
  z-index: 9;
}

[class*="hintT"]::before {
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  position: absolute;
  z-index: 9;
  visibility: hidden;
  padding: 8px 10px;
  content: attr(data-hint);
  -webkit-transition: all 0.3s cubic-bezier(0.65, 0.05, 0.36, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0.65, 0.05, 0.36, 1) 0s;
  transition: all 0.3s cubic-bezier(0.65, 0.05, 0.36, 1) 0s;
  white-space: nowrap;
  text-transform: initial;
  pointer-events: none;
  opacity: 0;
  color: #FFFFFF;
  background: #333333;
  -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
          box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
  text-shadow: 0 -1px 0 #000000;
}

[class*="hintT"]::after {
  position: absolute;
  z-index: 1000001;
  z-index: 8;
  visibility: hidden;
  content: "";
  -webkit-transition: all 0.3s cubic-bezier(0.65, 0.05, 0.36, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0.65, 0.05, 0.36, 1) 0s;
  transition: all 0.3s cubic-bezier(0.65, 0.05, 0.36, 1) 0s;
  opacity: 0;
  border: 6px solid transparent;
  background: 0 0;
}

[class*="hintT"]:hover::before, [class*="hintT"]:hover::after {
  visibility: visible;
  opacity: 1;
}

/* Position Top */
.hintT-top::before {
  bottom: calc(100% - 4px);
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.hintT-top::after {
  bottom: calc(100% - 16px);
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border-top-color: #333333;
}

.hintT-top:hover::before {
  bottom: calc(100% + 6px);
}

.hintT-top:hover::after {
  bottom: calc(100% - 5px);
}

/* Position Right */
.hintT-right::before {
  top: 50%;
  left: calc(100% - 4px);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.hintT-right::after {
  top: 50%;
  left: calc(100% - 16px);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border-right-color: #333333;
}

.hintT-right:hover::before {
  left: calc(100% + 6px);
}

.hintT-right:hover::after {
  left: calc(100% - 5px);
}

/* Position Bottom */
.hintT-bottom::before {
  top: calc(100% - 4px);
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.hintT-bottom::after {
  top: calc(100% - 16px);
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border-bottom-color: #333333;
}

.hintT-bottom:hover::before {
  top: calc(100% + 6px);
}

.hintT-bottom:hover::after {
  top: calc(100% - 5px);
}

/* Position Left */
.hintT-left::before {
  top: 50%;
  right: calc(100% - 4px);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.hintT-left::after {
  top: 50%;
  right: calc(100% - 16px);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border-left-color: #333333;
}

.hintT-left:hover::before {
  right: calc(100% + 6px);
}

.hintT-left:hover::after {
  right: calc(100% - 5px);
}

/* 04.01 Accordion CSS */
.accordion .card {
  border-width: 1px 0 0;
  border-color: rgba(0, 0, 0, 0.075);
  border-radius: 0 !important;
}

.accordion .card:last-child {
  border-bottom-width: 1px;
}

.accordion .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}

.accordion .card .card-header .btn {
  /*font-family: "Marcellus";*/
  font-size: 14px;
  display: block;
  width: 100%;
  padding: 0;
  padding: 15px 20px;
  text-align: left;
  text-decoration: none;
  text-transform: inherit;
  color: #000;
  border: none;
  border-radius: 0;
  background-color: transparent;
}

.accordion .card .card-header .btn:not(.collapsed) {
  background-color: rgba(0, 0, 0, 0.075);
}

.accordion .card .card-body {
  padding: 30px 0;
}

.accordion .card .card-body p {
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  color: #000; /*#7E7E7E*/
}

/* 04.03 Brand CSS */
.brand-carousel .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.brand-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.brand-item a {
  display: block;
 
}

.brand-item a img {
  max-width: 100%;
}


/* 04.06 Icon Box CSS */
/* Style One */

/* Style Five */
.icon-box5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.icon-box5 .icon {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 90px;
      -ms-flex: 1 0 90px;
          flex: 1 0 90px;
  max-width: 90px;
  height: 90px;
  text-align: center;
  color: #F8796C;
  border-radius: 50%;
  background-color: #FFFFFF;
}

.icon-box5 .icon i {
  font-size: 22px;
  line-height: 90px;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.icon-box5 .content {
  padding-left: 20px;
}

.icon-box5 .content .title {
  /*font-family: 'Fira Sans Extra Condensed', sans-serif;*/
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 10px;
}

.icon-box5:hover .icon i {
  -webkit-transform: scale(1.25);
      -ms-transform: scale(1.25);
          transform: scale(1.25);
}


/* 04.05 Form CSS */
/* Label */
label {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  display: block;
  margin-bottom: 10px;
  letter-spacing: 1.6px;
  color: #000;
}

label .required {
  font-size: 14px;
  color: #FF0000;
}

/* Input & Textarea */
input:not([type="checkbox"]):not([type="radio"]),
textarea {
  font-size: 14px;
  font-weight: 400;
  display: block;
  width: 100%;
  padding: 10px 0;
  color: #333333;
  border: 2px solid transparent;
  border-bottom-color: #EDEDED;
  background-color: transparent;
}

input:not([type="checkbox"]):not([type="radio"])::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #7E7E7E;
}

input:not([type="checkbox"]):not([type="radio"]):-moz-placeholder,
textarea:-moz-placeholder {
  color: #7E7E7E;
}

input:not([type="checkbox"]):not([type="radio"])::-moz-placeholder,
textarea::-moz-placeholder {
  color: #7E7E7E;
}

input:not([type="checkbox"]):not([type="radio"]):-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #7E7E7E;
}

input:not([type="checkbox"]):not([type="radio"]):focus,
textarea:focus {
  border-bottom-color: #333333;
}

textarea {
  height: 200px;
  resize: none;
}

/* Checkbox */
.form-check input[type="checkbox"] {
  margin-top: 2px;
}

/* Fieldset */
fieldset {
  padding: 30px 40px;
  border: 1px solid #EEEEEE;
}

fieldset legend {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  width: auto;
  margin-top: -9px;
  margin-bottom: 0;
  padding: 0 15px;
  text-transform: uppercase;
  color: #000;
  background-color: #FFFFFF;
}

/*----------------------------------------*/
/*  05. Header CSS
/*----------------------------------------*/
/* 05.01 Topbar CSS */
/* Topbar Section */
.topbar-section {
  font-size: 14px;
  font-weight: 400;
  position: relative;
  z-index: 101;
}

@media only screen and (min-width: 1500px) {
  .topbar-section.section-fluid {
    padding-right: 55px;
    padding-left: 55px;
  }
  .topbar-section.section-fluid .container,
  .topbar-section.section-fluid .container-fluid {
    max-width: 100%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .topbar-section.section-fluid {
    padding-right: 35px;
    padding-left: 35px;
  }
  .topbar-section.section-fluid .container,
  .topbar-section.section-fluid .container-fluid {
    max-width: 100%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .topbar-section.section-fluid {
    padding-right: 0;
    padding-left: 0;
  }
  .topbar-section.section-fluid .container {
    max-width: 960px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .topbar-section.section-fluid {
    padding-right: 0;
    padding-left: 0;
  }
  .topbar-section.section-fluid .container {
    max-width: 720px;
  }
}

/* Topbar Menu */
.topbar-menu ul {
  font-weight: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.topbar-menu ul li {
  position: relative;
  margin-right: 15px;
  padding-top: 10px;
  padding-right: 15px;
  padding-bottom: 10px;
}

.topbar-menu ul li::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 15px;
  content: "";
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #D8D8D8;
}

.topbar-menu ul li:last-child {
  margin-right: 0;
  padding-right: 0;
}

.topbar-menu ul li:last-child::after {
  display: none;
}

.topbar-menu ul li a i {
  font-size: 14px;
  margin-right: 10px;
}

/* 05.02 Main Header CSS */
.header-section {
  position: relative;
  z-index: 98;
}

.header-section .container,
.header-section .container-fluid {
  position: relative;
}

.header-section .row > [class*="col"] {
  position: static;
}

.header-section.header-menu-center .row > [class*="col"]:first-child, .header-section.header-menu-center .row > [class*="col"]:last-child {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 210px;
      -ms-flex: 1 0 210px;
          flex: 1 0 210px;
  max-width: 210px;
}

.header-section.header-transparent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: transparent !important;
}

/* Sticky Header */
.sticky-header {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  border-bottom: 1px solid rgba(0, 0, 0, 0.075);
}

.sticky-header .container,
.sticky-header .container-fluid {
  position: relative;
}

.sticky-header .row > [class*="col"] {
  position: static;
}

@media only screen and (min-width: 1200px) {
  .sticky-header.header-menu-center .row > [class*="col"]:first-child, .sticky-header.header-menu-center .row > [class*="col"]:last-child {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 210px;
        -ms-flex: 1 0 210px;
            flex: 1 0 210px;
    max-width: 210px;
  }
}

.sticky-header.is-sticky {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

/* Mobile Header */
body.offside-header-left {
  margin-left: 400px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  body.offside-header-left {
    margin-left: 300px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  body.offside-header-left {
    margin-left: 0;
  }
}


/* Header Logo */
.header-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
}

.header-logo a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* Header Tools/Action Buttons */
.header-tools {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.header-tools > div {
  margin-left: 25px;
}

.header-tools > div a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #000;
}

.header-tools > div a span {
  font-size: 14px;
  font-weight: 700;
  line-height: 1rem;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  min-width: 16px;
  height: 16px;
  padding: 0 3px;
  text-align: center;
  color: #FFFFFF;
  border-radius: 14px;
  background-color: #F8796C;
}

.header-tools > div a i {
  font-size: 14px;
  line-height: 32px;
  display: block;
}

.header-tools > div.header-wishlist > a i, .header-tools > div.header-cart > a i {
  margin-right: 10px;
}

.header-tools > div.mobile-menu-toggle > a {
  width: 24px;
  height: 32px;
}

.header-tools > div:first-child {
  margin-left: 0;
}

@media only screen and (max-width: 575px) {
  .header-tools > div {
    margin-left: 15px;
  }
}

/* Mobile Menu Toggle */
.mobile-menu-toggle svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 60px;
  margin-top: -2px;
  margin-left: -2px;
  cursor: pointer;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}

.mobile-menu-toggle svg path {
  -webkit-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
  -o-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
  transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
  fill: none;
  stroke: #333333;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  stroke-width: 30px;
}

.mobile-menu-toggle svg path#top, .mobile-menu-toggle svg path#bottom {
  stroke-dasharray: 240px 950px;
}

.mobile-menu-toggle svg path#middle {
  stroke-dasharray: 240px 240px;
}

.mobile-menu-toggle .close {
  opacity: 1;
}

.mobile-menu-toggle .close svg path#top, .mobile-menu-toggle .close svg path#bottom {
  stroke-dasharray: -650px;
  stroke-dashoffset: -650px;
}

.mobile-menu-toggle .close svg path#middle {
  stroke-dasharray: 1px 220px;
  stroke-dashoffset: -115px;
}

/* Site Menu Section */
.site-menu-section {
  border-top: 1px dashed #DEDEDE;
}

/* Site Main Menu */
.site-main-menu {
  font-weight: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.site-main-menu > ul {
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.site-main-menu > ul > li {
  letter-spacing: 1.5px;
}

.site-main-menu > ul > li > a {
  line-height: 1.5;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 25px;
  text-transform: uppercase;
  color: #000;
}

.site-main-menu > ul > li > a > .menu-text {
  position: relative;
}

.site-main-menu > ul > li > a > .menu-text::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.8, 0, 0.2, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.8, 0, 0.2, 1);
  -o-transition: transform 0.5s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.5s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.5s cubic-bezier(0.8, 0, 0.2, 1), -webkit-transform 0.5s cubic-bezier(0.8, 0, 0.2, 1);
  -webkit-transform: scale3d(0, 1, 1);
          transform: scale3d(0, 1, 1);
  -webkit-transform-origin: 100% 50%;
      -ms-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  background-color: #333333;
}

.site-main-menu > ul > li.has-children > a::before {
  font-family: "Font Awesome 5 Pro";
  font-size: 14px;
  position: absolute;
  top: 50%;
  right: 10px;
  content: "\f107";
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0.6;
}

.site-main-menu > ul > li.align-left > .sub-menu {
  right: 0;
  left: auto;
}

.site-main-menu > ul > li:hover > a {
  color: #000;
}

.site-main-menu > ul > li:hover > a > .menu-text::after {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  -webkit-transform-origin: 0 50%;
      -ms-transform-origin: 0 50%;
          transform-origin: 0 50%;
}

.site-main-menu > ul > li:hover > .sub-menu {
  z-index: 99;
  top: 100%;
  visibility: visible;
  opacity: 1;
}

.site-main-menu.menu-height-100 > ul > li > a {
  padding-top: 38px;
  padding-bottom: 38px;
}

.site-main-menu.menu-height-60 > ul > li > a {
  padding-top: 18px;
  padding-bottom: 18px;
}

/* Sub Menu */
.sub-menu {
  position: absolute;
  z-index: 9;
  z-index: 9;
  top: 150%;
  visibility: hidden;
  min-width: 280px;
  margin: 0;
  padding: 20px 0;
  list-style: none;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  letter-spacing: 0;
  opacity: 0;
  background-color: #FFFFFF;
  -webkit-box-shadow: -1px 10px 80px -15px rgba(0, 0, 0, 0.3);
          box-shadow: -1px 10px 80px -15px rgba(0, 0, 0, 0.3);
}

.sub-menu li {
  line-height: 3.125;
  position: relative;
}

.sub-menu li a {
  position: relative;
  display: block;
  padding: 0 30px;
  color: #000;
}

.sub-menu li a:not(.mega-menu-title) .menu-text {
  position: relative;
}

.sub-menu li a:not(.mega-menu-title) .menu-text::after {
  position: absolute;
  top: calc(50% + 10px);
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  opacity: 0;
  background-color: #333333;
}

.sub-menu li a:hover .menu-text::after {
  opacity: 0.2;
}

.sub-menu li.has-children > a::before {
  font-family: "Font Awesome 5 Pro";
  font-size: 14px;
  position: absolute;
  top: 50%;
  right: 30px;
  content: "\f105";
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0.6;
}

.sub-menu li.has-children.align-left > a::before {
  content: "\f104";
}

.sub-menu li.has-children.align-left > .sub-menu {
  right: 100%;
  left: auto;
}

.sub-menu li > .sub-menu {
  top: 100%;
  left: 100%;
}

.sub-menu li:hover > a {
  color: #333333;
}

.sub-menu li:hover > .sub-menu {
  top: 0;
  visibility: visible;
  opacity: 1;
}

.sub-menu.mega-menu {
  right: auto;
  left: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 1170px;
  margin: 0;
  padding: 30px 30px 30px 10px;
  list-style: none;
}

.sub-menu.mega-menu > li {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 25%;
      -ms-flex: 1 0 25%;
          flex: 1 0 25%;
  padding: 0 10px 0 30px;
  border-right: 1px solid #E7E7E7;
}

.sub-menu.mega-menu > li:last-child {
  border: none;
}

.sub-menu.mega-menu > li > a {
  padding: 0;
}

.sub-menu.mega-menu > li > a.mega-menu-title {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 16px;
  letter-spacing: 0.01em;
  color: #000;
}

.sub-menu.mega-menu > li:hover > a {
  color: #333333;
}

.sub-menu.mega-menu > li ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sub-menu.mega-menu > li ul li {
  line-height: 3.125;
  position: relative;
}

.sub-menu.mega-menu > li ul li a {
  padding: 0;
  color: #000;
}

.sub-menu.mega-menu > li ul li > img {
  position: absolute;
  z-index: 99;
  top: 50%;
  left: 40%;
  visibility: hidden;
  width: 250px;
  height: auto;
  -webkit-transform: translateY(-40%);
      -ms-transform: translateY(-40%);
          transform: translateY(-40%);
  opacity: 0;
  border-radius: 5px;
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.sub-menu.mega-menu > li ul li:hover > a {
  color: #333333;
}

.sub-menu.mega-menu > li ul li:hover > img {
  visibility: visible;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 1;
}

/* Body Style When OffCanvas Open */
body.offcanvas-open {
  overflow: hidden;
  padding-right: 17px;
}

body.offcanvas-open .sticky-header {
  right: 17px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  body.offcanvas-open {
    padding-right: 0;
  }
  body.offcanvas-open .sticky-header {
    right: 0;
  }
}

/* OffCanvas Overlay */
.offcanvas-overlay {
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
}

/* OffCanvas */
.offcanvas {
  font-size: 14px;
  font-weight: 400;
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  left: auto;
  display: block;
  overflow: hidden;
  width: 400px;
  height: 100vh;
  padding: 20px;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  background-color: #FFFFFF;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.offcanvas.offcanvas-open {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.offcanvas .inner {
  position: relative;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.offcanvas .inner.ps {
  margin-right: -10px;
}

.offcanvas .inner .head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #EEEEEE;
}

.offcanvas .inner .head .title {
  font-size: 14px;
  line-height: 1;
  color: #000;
}

.offcanvas .inner .head .offcanvas-close {
  position: relative;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  border: none;
  background-color: transparent;
}

.offcanvas .inner .head .offcanvas-close::before, .offcanvas .inner .head .offcanvas-close::after {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 20px;
  height: 2px;
  content: "";
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #333333;
}

.offcanvas .inner .head .offcanvas-close::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.offcanvas .inner .head .offcanvas-close:hover::before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.offcanvas .inner .head .offcanvas-close:hover::after {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}

.offcanvas .inner .body {
  overflow: hidden;
  height: auto;
}

.offcanvas .inner .foot {
  width: 100%;
  margin-top: 25px;
}

.offcanvas .inner .foot .sub-total {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #EEEEEE;
}

.offcanvas .inner .foot .sub-total strong {
  font-weight: 600;
  color: #000;
}

.offcanvas .inner .foot .sub-total .amount {
  font-weight: 600;
  color: #F8796C;
}

.offcanvas .inner .foot .buttons {
  padding-top: 20px;
  border-top: 1px solid #EEEEEE;
}

.offcanvas .inner .foot .buttons .btn {
  display: block;
  padding: 10px 20px;
}

.offcanvas .inner .foot .buttons .btn + .btn {
  margin-top: 15px;
}

.offcanvas .inner .foot .minicart-message {
  margin-top: 15px;
}

.offcanvas.offcanvas-cart .inner .body {
  max-height: calc(100% - (60px + 245px));
}

.offcanvas.offcanvas-wishlist .inner .body {
  max-height: calc(100% - (60px + 92px));
}

.offcanvas.offcanvas-mobile-menu {
  right: auto;
  left: 0;
  padding: 50px 40px;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}

.offcanvas.offcanvas-mobile-menu.offcanvas-open {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.offcanvas.offcanvas-search {
  width: 100%;
  padding: 40px;
  -webkit-transition: all 0.5s ease 0.5s;
  -o-transition: all 0.5s ease 0.5s;
  transition: all 0.5s ease 0.5s;
}

.offcanvas.offcanvas-search::before {
  position: absolute;
  z-index: 9;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  background-color: #FFFFFF;
}

.offcanvas.offcanvas-search .inner {
  z-index: 5;
  padding-right: 10%;
}

.offcanvas.offcanvas-search .inner .offcanvas-close {
  position: absolute;
  top: 5px;
  right: 0;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
  border: none;
  background-color: transparent;
}

.offcanvas.offcanvas-search .inner .offcanvas-close::before, .offcanvas.offcanvas-search .inner .offcanvas-close::after {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 50px;
  height: 2px;
  content: "";
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #333333;
}

.offcanvas.offcanvas-search .inner .offcanvas-close::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.offcanvas.offcanvas-search .inner .offcanvas-close:hover::before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.offcanvas.offcanvas-search .inner .offcanvas-close:hover::after {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}

.offcanvas.offcanvas-search.offcanvas-open {
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.offcanvas.offcanvas-search.offcanvas-open::before {
  width: 0;
  -webkit-transition: all 0.5s ease 0.5s;
  -o-transition: all 0.5s ease 0.5s;
  transition: all 0.5s ease 0.5s;
}

.offcanvas.offcanvas-header {
  position: fixed;
  right: auto;
  left: 0;
  padding: 50px 40px;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .offcanvas.offcanvas-header {
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .offcanvas.offcanvas-header.offcanvas-open {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}

.offcanvas.offcanvas-overlay-menu {
  left: 0;
  visibility: hidden;
  width: 100%;
  padding: 40px;
  -webkit-transition: all 0.5s ease 0.5s;
  -o-transition: all 0.5s ease 0.5s;
  transition: all 0.5s ease 0.5s;
  -webkit-transform: scale(0.3);
      -ms-transform: scale(0.3);
          transform: scale(0.3);
  opacity: 0;
  background-color: #F4EDE7;
}

.offcanvas.offcanvas-overlay-menu .inner {
  z-index: 5;
  padding-right: 0;
}

.offcanvas.offcanvas-overlay-menu .inner .offcanvas-close {
  position: absolute;
  z-index: 9;
  top: 5px;
  right: 0;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
  border: none;
  background-color: transparent;
}

.offcanvas.offcanvas-overlay-menu .inner .offcanvas-close::before, .offcanvas.offcanvas-overlay-menu .inner .offcanvas-close::after {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 50px;
  height: 2px;
  content: "";
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #333333;
}

.offcanvas.offcanvas-overlay-menu .inner .offcanvas-close::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.offcanvas.offcanvas-overlay-menu .inner .offcanvas-close:hover::before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.offcanvas.offcanvas-overlay-menu .inner .offcanvas-close:hover::after {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}

.offcanvas.offcanvas-overlay-menu.offcanvas-open {
  visibility: visible;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .offcanvas.offcanvas-header {
    width: 300px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .offcanvas.offcanvas-search .inner .offcanvas-close {
    width: 40px;
    height: 40px;
  }
  .offcanvas.offcanvas-search .inner .offcanvas-close::before, .offcanvas.offcanvas-search .inner .offcanvas-close::after {
    width: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .offcanvas.offcanvas-search .inner {
    padding-right: 40px;
  }
  .offcanvas.offcanvas-search .inner .offcanvas-close {
    width: 30px;
    height: 30px;
  }
  .offcanvas.offcanvas-search .inner .offcanvas-close::before, .offcanvas.offcanvas-search .inner .offcanvas-close::after {
    width: 30px;
  }
}

@media only screen and (max-width: 575px) {
  .offcanvas.offcanvas-search {
    padding: 30px;
  }
  .offcanvas.offcanvas-overlay-menu {
    padding: 30px;
  }
}

@media only screen and (max-width: 479px) {
  .offcanvas {
    width: 300px;
  }
  .offcanvas.offcanvas-search {
    padding: 20px;
  }
  .offcanvas.offcanvas-overlay-menu {
    padding: 20px;
  }
}

/* Minicart Product List */
.minicart-product-list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.minicart-product-list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #EEEEEE;
}

.minicart-product-list li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.minicart-product-list li .image {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 75px;
      -ms-flex: 1 0 75px;
          flex: 1 0 75px;
}

.minicart-product-list li .content {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 calc(100% - 75px);
      -ms-flex: 1 0 calc(100% - 75px);
          flex: 1 0 calc(100% - 75px);
  padding-left: 15px;
}

.minicart-product-list li .content .title {
  color: #000;
}

.minicart-product-list li .content .title:hover {
  color: #333333;
}

.minicart-product-list li .content .quantity-price {
  font-size: 12px;
  display: block;
  margin-top: 10px;
}

.minicart-product-list li .content .quantity-price .amount {
  font-size: 14px;
  font-weight: 600;
  color: #000;
}

.minicart-product-list li .content .remove {
  line-height: 1.5;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 3px;
  color: #000;
}

.minicart-product-list li .content .remove:hover {
  color: red;
}

/* OffCanvas Search */
.offcanvas-search-form input[type="text"] {
  font-size: 48px;
  line-height: 1;
  width: 95%;
  padding: 5px 0;
  vertical-align: middle;
  border: none;
  border-bottom: 2px solid #333333;
  background-color: #FFFFFF;
  background-size: 30px;
}

.offcanvas-search-form input[type="text"]::-webkit-input-placeholder {
  opacity: 0.5;
}

.offcanvas-search-form input[type="text"]:-moz-placeholder {
  opacity: 0.5;
}

.offcanvas-search-form input[type="text"]::-moz-placeholder {
  opacity: 0.5;
}

.offcanvas-search-form input[type="text"]:-ms-input-placeholder {
  opacity: 0.5;
}

.offcanvas-search-form .select2 {
  font-size: 48px;
  line-height: 1;
  width: 100% !important;
  border: none;
  border-bottom: 2px solid #333333;
}

.offcanvas-search-form .select2 .selection .select2-selection {
  font-size: inherit;
  height: 75px !important;
  padding: 5px 0;
  border: none !important;
  border-radius: 0;
  background-color: #FFFFFF;
}

.offcanvas-search-form .select2 .selection .select2-selection .select2-selection__rendered {
  font-size: inherit;
  font-weight: 400;
  line-height: inherit;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding-left: 0;
  opacity: 0.8;
}

.offcanvas-search-form .select2 .selection .select2-selection .select2-selection__rendered::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  position: absolute;
  top: 50%;
  right: 0;
  content: "\f107";
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.offcanvas-search-form .select2 .selection .select2-selection .select2-selection__arrow {
  display: none;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .offcanvas-search-form input[type="text"],
  .offcanvas-search-form .select2 {
    font-size: 36px;
  }
  .offcanvas-search-form .select2 .selection .select2-selection {
    height: 59px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .offcanvas-search-form input[type="text"],
  .offcanvas-search-form .select2 {
    font-size: 36px;
    width: 100%;
  }
  .offcanvas-search-form .select2 .selection .select2-selection {
    height: 59px !important;
  }
}

@media only screen and (max-width: 767px) {
  .offcanvas-search-form input[type="text"],
  .offcanvas-search-form .select2 {
    font-size: 30px;
    width: 100%;
  }
  .offcanvas-search-form .select2 .selection .select2-selection {
    height: 51px !important;
  }
}

@media only screen and (max-width: 575px) {
  .offcanvas-search-form input[type="text"],
  .offcanvas-search-form .select2 {
    font-size: 24px;
  }
  .offcanvas-search-form .select2 .selection .select2-selection {
    height: 42px !important;
  }
}

@media only screen and (max-width: 479px) {
  .offcanvas-search-form input[type="text"],
  .offcanvas-search-form .select2 {
    font-size: 20px;
  }
  .offcanvas-search-form .select2 .selection .select2-selection {
    height: 37px !important;
  }
}

/* OffCanvas Logo */
.offcanvas-logo {
  margin-bottom: 50px;
}

/* OffCanvas Menu Search */
.offcanvas-menu-search-form {
  margin-bottom: 30px;
}

.offcanvas-menu-search-form form {
  position: relative;
}

.offcanvas-menu-search-form form input[type="text"] {
  width: 100%;
  padding: 8px 20px;
  padding-right: 50px;
  color: #000;
  border: 1px solid #EEEEEE;
}

.offcanvas-menu-search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 5px 15px;
  border: none;
  background-color: transparent;
}

/* OffCanvas Menu */
.offcanvas-menu > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.offcanvas-menu > ul > li {
  position: relative;
}

.offcanvas-menu > ul > li > a {
  display: block;
  padding: 8px 24px 8px 0;
  text-transform: uppercase;
  color: #000;
}

.offcanvas-menu > ul > li > a:hover {
  color: #333333;
}

.offcanvas-menu > ul > li .menu-expand {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 24px;
  height: 44px;
  cursor: pointer;
  background-color: transparent;
}

.offcanvas-menu > ul > li .menu-expand::before, .offcanvas-menu > ul > li .menu-expand::after {
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 7px);
  width: 14px;
  height: 2px;
  content: "";
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-transform: scale(0.75);
      -ms-transform: scale(0.75);
          transform: scale(0.75);
  background-color: #7E7E7E;
}

.offcanvas-menu > ul > li .menu-expand::after {
  -webkit-transform: rotate(90deg) scale(0.75);
      -ms-transform: rotate(90deg) scale(0.75);
          transform: rotate(90deg) scale(0.75);
}

.offcanvas-menu > ul > li.active > .menu-expand::after {
  -webkit-transform: rotate(0) scale(0.75);
      -ms-transform: rotate(0) scale(0.75);
          transform: rotate(0) scale(0.75);
}

.offcanvas-menu > ul > li .sub-menu {
  position: static;
  top: auto;
  display: none;
  visibility: visible;
  width: 100%;
  min-width: auto;
  padding: 0;
  padding-left: 15px;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  opacity: 1;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.offcanvas-menu > ul > li .sub-menu li {
  line-height: inherit;
  position: relative;
}

.offcanvas-menu > ul > li .sub-menu li > a {
  display: block;
  padding: 8px 24px 8px 0;
  color: #000;
}

.offcanvas-menu > ul > li .sub-menu li > a:hover {
  color: #333333;
}

.offcanvas-menu > ul > li .sub-menu li.active > .menu-expand::after {
  -webkit-transform: rotate(0) scale(0.75);
      -ms-transform: rotate(0) scale(0.75);
          transform: rotate(0) scale(0.75);
}

/* OffCanvas Buttons */
.offcanvas-buttons {
  margin-top: 30px;
}

.offcanvas-buttons:not(:last-child) {
  margin-bottom: 30px;
}

/* OffCanvas Social */
.offcanvas-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.offcanvas-social a {
  line-height: 1;
  width: 48px;
  height: 48px;
  margin: 0 5px;
  padding: 0;
  text-align: center;
  color: #000;
  border-radius: 50%;
  background-color: #F4EDE7;
}

.offcanvas-social a:hover {
  color: #FFFFFF;
  background-color: #333333;
}

.offcanvas-social a:last-child {
  margin-right: 0;
}

.offcanvas-social a i {
  line-height: 48px;
}

/* Overlay Menu */
.overlay-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  margin: 0 -40px;
}

.overlay-menu > ul {
  font-size: 32px;
  overflow-x: auto;
  width: 100%;
  max-height: 100%;
  margin-bottom: 0;
  padding: 0 40px;
  list-style: none;
  text-align: center;
}

.overlay-menu > ul > li {
  position: relative;
}

.overlay-menu > ul > li + li {
  margin-top: 15px;
}

.overlay-menu > ul > li > a {
  /*font-family: 'Fira Sans Extra Condensed', sans-serif;*/
  font-weight: 400;
  line-height: 1.75;
  text-transform: uppercase;
  color: #000;
}

.overlay-menu > ul .sub-menu {
  font-size: 75%;
  position: static;
  display: none;
  visibility: visible;
  padding-bottom: 0;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  opacity: 1;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.overlay-menu > ul .sub-menu > li + li {
  margin-top: 15px;
}

.overlay-menu > ul .sub-menu > li > a {
  /*font-family: 'Fira Sans Extra Condensed', sans-serif;*/
  font-weight: 400;
  line-height: 1.75;
  text-transform: uppercase;
}

.overlay-menu > ul .sub-menu .sub-menu {
  font-size: 70%;
}

@media only screen and (max-width: 575px) {
  .overlay-menu {
    margin: 0 -30px;
  }
  .overlay-menu > ul {
    padding: 0 30px;
  }
}

@media only screen and (max-width: 479px) {
  .overlay-menu {
    margin: 0 -20px;
  }
  .overlay-menu > ul {
    padding: 0 20px;
  }
}



/*----------------------------------------*/
/*  07. Titles CSS
/*----------------------------------------*/

/* Section Title Style Two */
.section-title2 {
  margin-bottom: 80px;
}

.section-title2 .sub-title {
  /*font-family: 'Dancing Script', cursive;*/
  font-size: 56px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 8px;
  color: #72A499;
}

.section-title2 .title {
  
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0;
  color: #000;
}

.section-title2 .title.title-icon-both::before {
  padding-right: 10px;
  content: url("../images/title/title-decor-left.png");
}

.section-title2 .title.title-icon-both::after {
  padding-left: 10px;
  content: url("../images/title/title-decor-right.png");
}

.section-title2 .title.title-icon-left::before {
  padding-right: 10px;
  content: url("../images/title/title-decor-left.png");
}

.section-title2 .title.title-icon-right::after {
  padding-left: 10px;
  content: url("../images/title/title-decor-right.png");
}

.section-title2 p {
  line-height: 1.75;
  max-width: 570px;
  margin-top: 25px;
}

.section-title2.text-center p {
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (max-width: 767px) {
  .section-title2 {
    margin-bottom: 60px;
  }
  .section-title2 .sub-title {
    font-size: 50px;
  }
  .section-title2 .title {
    font-size: 32px;
  }
  .section-title2 p {
    margin-top: 15px;
  }
}

@media only screen and (max-width: 575px) {
  .section-title2 {
    margin-bottom: 50px;
  }
  .section-title2 .sub-title {
    font-size: 40px;
  }
  .section-title2 .title {
    font-size: 24px;
  }
  .section-title2 .title::before, .section-title2 .title::after {
    display: none !important;
  }
  .section-title2 p {
    margin-top: 10px;
  }
}



/* Block Title */
.block-title {
  margin-bottom: 35px;
  padding-bottom: 10px;
  border-bottom: 2px solid #EDEDED;
}

.block-title .title {
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  margin: 0;
}

/* Page Title Section */
.page-title-section {
  padding: 130px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .page-title-section {
    padding: 80px 0;
  }
}

@media only screen and (max-width: 767px) {
  .page-title-section {
    padding: 60px 0;
  }
}

@media only screen and (max-width: 479px) {
  .page-title-section {
    padding: 50px 0;
  }
}

/* Page Title */
.page-title .title {
  font-size: 56px;
  font-weight: 400;
  margin-bottom: 30px;
}

.page-title .breadcrumb {
  padding: 0;
  background-color: transparent;
}

.page-title .breadcrumb .breadcrumb-item {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
}

.page-title .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: ">";
  color: #000;
}

.page-title .breadcrumb .breadcrumb-item a:hover {
  color: #333333;
}

.page-title .breadcrumb .breadcrumb-item.active {
  color: #333333;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .page-title .title {
    font-size: 44px;
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-title .title {
    font-size: 40px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .page-title .title {
    font-size: 30px;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 575px) {
  .page-title .title {
    font-size: 24px;
  }
}

@media only screen and (max-width: 479px) {
  .page-title .title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}


/*----------------------------------------*/
/*  09. Product CSS
/*----------------------------------------*/
/* Product Wrapper */
.products {
  margin-bottom: -50px;
}

.products .product {
  margin-bottom: 50px;
}

.products-no-space {
  margin-bottom: 0;
}

.products-no-space .product {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .products {
    margin-bottom: -50px;
  }
  .products .product {
    margin-bottom: 50px;
  }
}



/* 09.01. Product One, Two & List Style CSS */
/* Product CSS */
.product {
  position: relative;
}

.product:hover .product-thumb .image img.image-hover {
  z-index: 1;
  visibility: visible;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.product:hover .product-thumb .add-to-wishlist {
  z-index: 2;
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.product:hover .product-thumb .product-options {
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.product:hover .product-info .title,
.product:hover .product-info .price {
  visibility: hidden;
  -webkit-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
          transform: translateY(-20px);
  opacity: 0;
}

.product:hover .product-info .product-buttons {
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.product:hover .product2-info .title,
.product:hover .product2-info .price {
  visibility: hidden;
  -webkit-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
          transform: translateY(-20px);
  opacity: 0;
}

.product:hover .product2-buttons {
  visibility: visible;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 1;
}



/* Product Information */
.product-info {
  position: relative;
  z-index: 3;
  text-align: center;
}

.product-info:not(:first-child) {
  margin-top: 28px;
}

.product-info .title {
  /*font-family: 'Fira Sans Extra Condensed', sans-serif;*/
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 12px;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.product-info .title a {
  color: #000;
}

.product-info .title a:hover {
  color: #333333;
}

.product-info .price {
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  color: #000;
}

.product-info .price span.old {
  text-decoration: line-through;
  color: #AAAAAA;
}

.product-info .price span.new {
  margin-left: 10px;
  color: #F8796C;
}

.product-info .product-buttons {
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
  opacity: 0;
}

.product-info .product-buttons .product-button {
  width: 48px;
  height: 48px;
  margin: 0 5px;
  text-align: center;
  color: #FFFFFF;
  border-radius: 50%;
  background-color: #333333;
}

.product-info .product-buttons .product-button i {
  font-size: 14px;
  line-height: 48px;
}

.product-info .product-buttons .product-button:hover {
  background-color: #F8796C;
}

.product-info .product-rating {
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}

.product-info .product-rating .rating {
  font-size: 12px;
  position: relative;
  display: block;
}

.product-info .product-rating .rating::before {
  font-family: "Font Awesome 5 Pro";
  font-size: 12px;
  font-weight: 300;
  line-height: 1;
  content: "    ";
  color: #ABABAB;
}

.product-info .product-rating .rating .rating-active {
  font-size: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: hidden;
  height: 100%;
}

.product-info .product-rating .rating .rating-active::before {
  font-family: "Font Awesome 5 Pro";
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  content: "    ";
  white-space: nowrap;
  color: #F5CC26;
}

.product-info .product-stock-status {
  margin-top: 15px;
}

.product-info .product-stock-status .bar {
  display: block;
  float: left;
  width: 100%;
  height: 7px;
  border-radius: 50px;
  background-color: #EDEDED;
}

.product-info .product-stock-status .bar .progress {
  display: block;
  height: 100%;
  border-radius: 50px;
  background-color: #F8796C;
}

.product-info .product-stock-status > span {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  display: block;
  margin-top: 12px;
  color: #000;
}

.product-info .product-stock-status > span span {
  font-weight: 600;
  color: #000;
}

.product-info .product-stock-status > span.sold {
  float: left;
}

.product-info .product-stock-status > span.available {
  float: right;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .product-info .title,
  .product-info .price,
  .product-info .product-buttons {
    visibility: visible !important;
    -webkit-transform: translateY(0) !important;
        -ms-transform: translateY(0) !important;
            transform: translateY(0) !important;
    opacity: 1 !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .product-info .product-buttons {
    position: static;
    margin-top: 15px;
  }
}





/* Product Wishlist Button Animation */
[data-name="mojs-shape"] {
  z-index: 99;
}



/* 09.03. Single Product CSS */
/* Product Image */
.product-images {
  position: relative;
}

.product-images.vertical {
  padding-left: 210px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .product-images.vertical {
    padding-left: 140px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-images.vertical {
    padding-left: 110px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-images.vertical {
    padding-left: 155px;
  }
}

@media only screen and (max-width: 767px) {
  .product-images.vertical {
    padding-left: 110px;
  }
}

@media only screen and (max-width: 575px) {
  .product-images.vertical {
    padding-left: 95px;
  }
}

@media only screen and (max-width: 479px) {
  .product-images.vertical {
    padding-left: 75px;
  }
}


/* Product Gallery Slider */
.product-gallery-slider {
  margin: 0;
  padding: 0;
}

.product-gallery-slider .slick-slide > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.product-gallery-slider .slick-dots {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
}

.product-gallery-slider .slick-list {
  margin-right: 0;
  margin-left: 0;
}

/* Product Summery */
.product-summery {
  position: relative;
}

.product-summery-center {
  text-align: center;
}

.product-summery-center .product-ratings {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product-summery-center .product-variations {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product-summery-center .product-variations table tbody tr td.label {
  text-align: right;
}

.product-summery-center .product-variations table tbody tr td.value {
  text-align: left;
}

.product-summery-center .product-buttons {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product-summery-center .product-brands .brands {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product-summery-center .product-meta {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product-summery-center .product-meta table tbody tr td.label {
  text-align: right;
}

.product-summery-center .product-meta table tbody tr td.value {
  text-align: left;
}

/
/* Product Title */
.product-title {
  font-size: 48px;
  font-weight: 400;
  line-height: 1.1675;
  margin-bottom: 25px;
}

@media only screen and (max-width: 575px) {
  .product-title {
    font-size: 36px;
  }
}

@media only screen and (max-width: 479px) {
  .product-title {
    font-size: 30px;
  }
}

/* Product Price */
.product-price {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.175;
  display: block;
  margin-bottom: 25px;
  color: #000;
}

/* Product Description */
.product-description {
  margin-bottom: 45px;
}

.product-description p {
  line-height: 1.565;
}

/* Group Product List */
.group-product-list {
  margin-bottom: 10px;
}

.group-product-list .info-text {
  font-size: 14px;
  font-weight: 500;
  display: block;
  margin-bottom: 15px;
}

.group-product-list .info-text:last-child {
  margin-bottom: 0;
}

.group-product-list .info-text span {
  font-weight: 700;
}

.group-product-list table {
  width: 100%;
  margin-bottom: 15px;
  border-top: 1px dotted #E5E5E5;
}

.group-product-list table:last-child {
  margin-bottom: 0;
}

.group-product-list table tbody tr td {
  font-weight: 500;
  padding: 10px 10px 10px 0;
  border-width: 0 0 1px 0;
  border-style: dotted;
  border-color: #E5E5E5;
  background-color: transparent;
}

.group-product-list table tbody tr td.quantity {
  font-size: 13px;
  color: #000;
}

.group-product-list table tbody tr td.thumb {
  width: 50px;
}

.group-product-list table tbody tr td.title {
  font-size: 14px;
  font-weight: 500;
}

.group-product-list table tbody tr td.price {
  padding-right: 0;
}

.group-product-list table tbody tr td.price .pro-price {
  display: block;
  text-align: right;
}

.group-product-list table tbody tr td.price .pro-price span {
  font-size: 14px;
  font-weight: 700;
  color: #000;
}

.group-product-list table tbody tr td.price .pro-price span.old {
  font-size: 14px;
  margin-right: 5px;
  text-decoration: line-through;
  opacity: 0.5;
}

@media only screen and (max-width: 479px) {
  .group-product-list table tbody tr td.price .pro-price span {
    display: block;
  }
}

/* Product Variations */
.product-variations {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.product-variations .label span {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000;
}

.product-variations table tbody tr td {
  padding-top: 10px;
  padding-bottom: 10px;
}

.product-variations table tbody tr td.label {
  width: 160px;
  padding-right: 40px;
}

@media only screen and (max-width: 575px) {
  .product-variations table tbody tr td.label {
    width: 120px;
  }
}


/* Product Quantity */
.product-quantity {
  font-weight: 600;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 117px;
  padding: 10px 0;
  border-bottom: 2px solid #CCCCCC;
}

.product-quantity .qty-btn {
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
  color: #000;
}

.product-quantity .input-qty {
  font-size: 14px !important;
  line-height: 1;
  max-width: 88px;
  padding: 0 15px !important;
  text-align: center;
  border: none !important;
}

/* Product Action Buttons */
.product-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -15px;
  margin-bottom: 40px;
  margin-left: -15px;
}

.product-buttons .btn {
  margin-right: 15px;
  margin-bottom: 10px;
  margin-left: 15px;
}

@media only screen and (max-width: 479px) {
  .product-buttons {
    margin-right: -5px;
    margin-left: -5px;
  }
  .product-buttons .btn {
    margin-right: 5px;
    margin-left: 5px;
  }
  .product-buttons .btn-icon {
    width: 50px;
    padding: 12px;
  }
  .product-buttons .btn:not(.btn-icon) {
    padding: 12px 30px;
  }
}
/* Product Info Tab List */
.product-info-tab-list {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -20px 60px;
}

.product-info-tab-list li {
  padding: 0 20px 20px;
}

.product-info-tab-list li a {
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
  display: block;
  opacity: 0.2;
  color: #000;
}

.product-info-tab-list li a.active, .product-info-tab-list li a:hover {
  opacity: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .product-info-tab-list {
    margin-right: -15px;
    margin-left: -15px;
  }
  .product-info-tab-list li {
    padding-right: 15px;
    padding-left: 15px;
  }
  .product-info-tab-list li a {
    font-size: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .product-info-tab-list {
    margin-right: -10px;
    margin-bottom: 30px;
    margin-left: -10px;
  }
  .product-info-tab-list li {
    padding-right: 10px;
    padding-left: 10px;
  }
  .product-info-tab-list li a {
    font-size: 24px;
  }
}



/*----------------------------------------*/
/*  12. Testimonial CSS
/*----------------------------------------*/
@media only screen and (max-width: 767px) {
  .testimonial-carousel.slick-slider {
    margin-right: -10px;
    margin-left: -10px;
    padding-right: 10px;
    padding-left: 10px;
  }
}

/* Testimonial Style One */
.testimonial {
  padding-right: 20px;
}

.testimonial p {
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  margin-bottom: 48px;
  opacity: 0.8;
  color: #454545;
}

.testimonial .author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.testimonial .author img {
  width: 80px;
  height: 80px;
  margin-right: 20px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.testimonial .author .content {
  text-align: left;
}

.testimonial .author .content .name {
  /*font-family: 'Fira Sans Extra Condensed', sans-serif;*/
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 18px;
  color: #000;
}

.testimonial .author .content .title {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  display: block;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000;
}

@media only screen and (max-width: 767px) {
  .testimonial {
    text-align: center;
  }
  .testimonial p {
    line-height: 1.5;
  }
  .testimonial .author {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* Testimonial Style Two */
.testimonial2 {
  text-align: center;
}

.testimonial2 p {
  /*font-family: "Marcellus";*/
  font-size: 24px;
  font-weight: 400;
  line-height: 1.75;
  max-width: 800px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  opacity: 0.8;
  color: #454545;
}

.testimonial2 .author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.testimonial2 .author img {
  width: 100px;
  height: 100px;
  margin-right: 30px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.testimonial2 .author .content {
  text-align: left;
}

.testimonial2 .author .content .name {
  /*font-family: 'Fira Sans Extra Condensed', sans-serif;*/
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 18px;
  color: #000;
}

.testimonial2 .author .content .title {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  display: block;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000;
}

@media only screen and (max-width: 767px) {
  .testimonial2 p {
    font-size: 20px;
  }
  .testimonial2 .author img {
    width: 80px;
    height: 80px;
  }
}

@media only screen and (max-width: 575px) {
  .testimonial2 p {
    font-size: 18px;
  }
}


/*----------------------------------------*/
/*  16. Widget CSS
/*----------------------------------------*/
/* Single Widget */
.single-widget {
  float: left;
  width: 100%;
}

/* Widget Title */
.widget-title {
  /*font-family: 'Fira Sans Extra Condensed', sans-serif;*/
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 20px;
  color: #000;
}

/* Search Widget */
.widget-search form {
  position: relative;
}

.widget-search form input {
  font-size: 14px;
  line-height: 1.25;
  width: 100%;
  padding: 8px 36px 8px 0 !important;
  color: #696969;
  border: 2px solid transparent;
  border-bottom-color: #CCCCCC;
}

.widget-search form button {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  border: none;
  background-color: transparent;
}

/* Menu Widget */
.widget-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -20px;
  padding-left: 0;
  list-style: none;
}

.widget-menu li {
  font-size: 14px;
  font-weight: 400;
  margin: 0 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.widget-menu li a {
  color: #000;
}

.widget-menu li a:hover {
  color: #333333;
}

@media only screen and (max-width: 767px) {
  .widget-menu li {
    font-size: 14px;
  }
}

/* About Widget */
.widget-about img {
  margin-bottom: 20px;
}

.widget-about img:last-child {
  margin-bottom: 0;
}

.widget-about p {
  line-height: 1.5;
  max-width: 400px;
}

/* List Widget */
.widget-list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.widget-list li {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.25;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.widget-list li + li {
  margin-top: 25px;
}

.widget-list li i {
  width: 35px;
}

.widget-list li a {
  color: #999999;
  border-bottom: 1px solid transparent;
}

.widget-list li a:hover {
  color: #333333;
  border-color: rgba(51, 51, 51, 0.2);
}

.widget-list li .count {
  margin-left: auto;
  color: #999999;
}

/* Color Widget */
.widget-colors {
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -10px -20px;
  padding-left: 0;
  list-style: none;
}

.widget-colors li {
  margin: 0 10px 20px;
}

.widget-colors li a span {
  display: block;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  border: 1px solid #E6E6E6;
  border-radius: 50%;
}


/* Price Range Widget */
/* Social Widget */
.widget-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -10px;
  padding-left: 0;
  list-style: none;
}

.widget-social li {
  margin: 0 10px;
}

.widget-social li a {
  line-height: 1.25;
  display: block;
  padding: 0 5px;
  color: #000;
}

.widget-social li a i {
  font-size: 14px;
}

/* Subscribe Widget */
.widget-subscibe {
  position: relative;
  width: 100%;
  max-width: 570px;
  margin: auto;
}

.widget-subscibe input[type="email"] {
  font-size: 14px;
  width: 100%;
  height: 50px;
  padding-top: 10px;
  padding-right: 170px;
  padding-bottom: 10px;
  padding-left: 20px;
  letter-spacing: 0.03em;
  border: 1px solid transparent;
  border-radius: 50px;
  background-color: #FFFFFF;
}

.widget-subscibe input[type="email"]::-webkit-input-placeholder {
  color: #ABABAB;
}

.widget-subscibe input[type="email"]:-moz-placeholder {
  color: #ABABAB;
}

.widget-subscibe input[type="email"]::-moz-placeholder {
  color: #ABABAB;
}

.widget-subscibe input[type="email"]:-ms-input-placeholder {
  color: #ABABAB;
}

.widget-subscibe input[type="email"]:focus {
  border-color: transparent !important;
}

.widget-subscibe .btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  letter-spacing: 1.5px;
}

.widget-subscibe .btn:hover {
  border-color: transparent !important;
  background-color: #72A499 !important;
}

@media only screen and (max-width: 767px) {
  .widget-subscibe input[type="email"] {
    width: 510px;
  }
}

@media only screen and (max-width: 575px) {
  .widget-subscibe input[type="email"] {
    width: 420px;
  }
}

@media only screen and (max-width: 479px) {
  .widget-subscibe input[type="email"] {
    width: 100%;
    padding-right: 20px;
    text-align: center;
  }
  .widget-subscibe .btn {
    position: static;
    width: 100%;
    margin-top: 10px;
  }
}

/* Subscribe Style 2 Widget */
.widget-subscibe2 {
  position: relative;
  max-width: 570px;
  margin: 0;
}

.widget-subscibe2 input[type="email"] {
  font-size: 14px;
  width: 100%;
  height: 50px;
  padding-top: 10px;
  padding-right: 150px;
  padding-bottom: 10px;
  padding-left: 0;
  letter-spacing: 0.03em;
  border-width: 1px;
  border-style: solid;
  border-color: transparent transparent #CCCCCC;
  border-radius: 0;
  background-color: transparent;
}

.widget-subscibe2 input[type="email"]::-webkit-input-placeholder {
  color: #ABABAB;
}

.widget-subscibe2 input[type="email"]:-moz-placeholder {
  color: #ABABAB;
}

.widget-subscibe2 input[type="email"]::-moz-placeholder {
  color: #ABABAB;
}

.widget-subscibe2 input[type="email"]:-ms-input-placeholder {
  color: #ABABAB;
}

.widget-subscibe2 input[type="email"]:focus {
  border-color: transparent !important;
}

.widget-subscibe2 .btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  padding: 10px;
  letter-spacing: 1.5px;
  border: none;
  border-bottom: 2px solid #333333;
  border-radius: 0;
}

.widget-subscibe2 .btn:hover {
  color: #72A499 !important;
  border-color: #72A499 !important;
}

/* Contact Widget */
.widget-contact .email {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 12px;
}

.widget-contact .phone {
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  color: #000;
}

.widget-contact .app-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
}

.widget-contact .app-buttons:not(:first-child) {
  margin-top: 35px;
}

.widget-contact .app-buttons a {
  margin: 0 10px;
}

.widget-contact .app-buttons a img:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

/* Contact Style 2 Widget */
.widget-contact2 p {
  font-size: 14px;
  font-weight: 400;
}

/*----------------------------------------*/
/*  17. Footer CSS
/*----------------------------------------*/
/* Footer Style One */
.footer1-section {
  background-color: #F4EDE7;
}

/* Footer Style One Logo */
.footer1-logo {
  margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
  .footer1-logo {
    margin-bottom: 40px;
  }
}

/* Footer Style One Menu */
.footer1-menu {
  margin-bottom: 40px;
}

/* Footer Style One Subscribe */
.footer1-subscribe {
  margin-bottom: 55px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .footer1-subscribe {
    margin-bottom: 40px;
  }
}

/* Footer Style One Social */
.footer1-social {
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .footer1-social {
    margin-bottom: 30px;
  }
}

/* Footer Style One Copyright */
/* Footer Style Two */
.footer2-section {
  background-color: #F8F8F8;
}

/* Footer Style Two Copyright */
.footer2-copyright {
  padding: 20px 0;
  color: #999999;
  border-top: 1px solid #ebebeb;
  background-color: #F8F8F8;
}

/* Copyright */
.copyright {
  font-size: 14px;
  font-weight: 400;
}

.copyright strong {
  color: #000;
}

.copyright a:hover {
  color: #333333;
}

/*----------------------------------------*/
/*  18. Other Pages CSS
/*----------------------------------------*/
/* 18.01. Shop Page CSS */
/* 18.01.01. Product Toolbar CSS */
.shop-toolbar {
  padding-top: 25px;
  padding-bottom: 25px;
}

/* Shop Product Filter */
.shop-product-filter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -20px -10px;
}

.shop-product-filter button {
  font-size: 14px;
  line-height: 1;
  margin: 0 20px 10px;
  padding: 0;
  text-transform: uppercase;
  color: #ABABAB;
  border: none;
  background-color: transparent;
}

.shop-product-filter button:hover, .shop-product-filter button.active {
  color: #333333;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .shop-product-filter {
    margin: 0 -15px -10px;
  }
  .shop-product-filter button {
    font-size: 14px;
    margin: 0 15px 10px;
  }
}

@media only screen and (max-width: 575px) {
  .shop-product-filter {
    margin: 0 -10px -10px;
  }
  .shop-product-filter button {
    font-size: 14px;
    margin: 0 10px 10px;
  }
}

/* Shop Toolbar Control */
.shop-toolbar-controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -15px;
  padding-left: 0;
  list-style: none;
}

.shop-toolbar-controls > li {
  margin: 0 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .shop-toolbar-controls {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

/* Product Sorting */
.product-sorting {
  position: relative;
  z-index: 9;
}

.product-sorting .nice-select {
  height: auto;
  padding-left: 0;
  border: none;
  border-bottom: 2px solid #CCCCCC;
  border-radius: 0;
}

.product-sorting .nice-select::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  line-height: 1;
  top: 50%;
  right: 8px;
  bottom: auto;
  width: auto;
  height: auto;
  margin: 0;
  content: "\f0d7";
  -webkit-transform: rotate(0) translateY(-50%);
      -ms-transform: rotate(0) translateY(-50%);
          transform: rotate(0) translateY(-50%);
  color: #ABABAB;
  border: none;
}

.product-sorting .nice-select .current {
  font-size: 14px;
  line-height: 28px;
  display: block;
  padding-bottom: 4px;
}

.product-sorting .nice-select .list {
  margin-top: 10px;
  padding: 15px;
  -webkit-transform: scale(1) translate(0, 0);
      -ms-transform: scale(1) translate(0, 0);
          transform: scale(1) translate(0, 0);
  border-radius: 0;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
}

.product-sorting .nice-select .list li {
  font-size: 14px;
  font-weight: 400 !important;
  line-height: 1.25;
  min-height: auto;
  padding: 8px;
}

.product-sorting .nice-select .list li.selected {
  color: #333333;
  background-color: transparent;
}

.product-sorting .nice-select .list li:hover {
  -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
          transform: translateX(5px);
  background-color: transparent;
}

.product-sorting .nice-select.open .list {
  margin-top: 0;
}

/* Product Column Toggle */
.product-column-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
}

.product-column-toggle .toggle {
  margin: 0 10px;
  padding: 0;
  color: #ABABAB;
  border: none;
  background-color: transparent;
}

.product-column-toggle .toggle i {
  font-size: 14px;
}

.product-column-toggle .toggle:hover, .product-column-toggle .toggle.active {
  color: #333333;
}

/* Product Filter Toggle */
.product-filter-toggle {
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #696969;
}

.product-filter-toggle::before {
  font-family: "Font Awesome 5 Pro";
  font-size: 13px;
  line-height: 1;
  margin-right: 6px;
  margin-bottom: -3px;
  content: "\f0b0";
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.product-filter-toggle::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  content: "";
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  background-color: #333333;
}

.product-filter-toggle:hover {
  color: #333333;
}

.product-filter-toggle:hover::after {
  right: auto;
  left: 0;
  width: 100%;
}

.product-filter-toggle.active {
  color: #333333;
}

.product-filter-toggle.active::before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.product-filter-toggle.active::after {
  right: auto;
  left: 0;
  width: 100%;
}

/* 18.01.02. Product Filter CSS */
.product-filter {
  display: none;
  padding-top: 50px;
  padding-bottom: 50px;
}

/* Filter Widget Title */
.product-filter-widget-title {
  /*font-family: "Marcellus";*/
  margin-bottom: 30px;
}

/* Filter Widget */
.product-filter-widget {
  max-height: 210px;
}

/* 18.01.03. Cart & Wishlist CSS */
/* Cart & Wishlist Table */
.cart-wishlist-table {
  margin-bottom: 25px;
  border: 1px solid #EDEDED;
}

.cart-wishlist-table thead tr th {
  padding: 12px 16px;
  white-space: nowrap;
  border-top: none;
  border-bottom: 1px solid #EDEDED;
}

.cart-wishlist-table thead tr th:first-child {
  padding-left: 25px;
}

.cart-wishlist-table tbody tr {
  position: relative;
}

.cart-wishlist-table tbody tr td {
  padding: 25px 10px 25px 25px;
  vertical-align: middle;
  border-color: #EDEDED;
}

.cart-wishlist-table tbody tr td.thumbnail {
  width: 110px;
  min-width: 110px;
}

.cart-wishlist-table tbody tr td.thumbnail a {
  display: block;
}

.cart-wishlist-table tbody tr td.name a {
  font-size: 14px;
  font-weight: 400;
  color: #696969;
}

.cart-wishlist-table tbody tr td.name a:hover {
  color: #333333;
}

.cart-wishlist-table tbody tr td.price, .cart-wishlist-table tbody tr td.subtotal {
  font-size: 14px;
  font-weight: 600;
}

.cart-wishlist-table tbody tr td.remove .btn {
  font-size: 24px;
  padding: 5px 10px;
  color: #696969;
}

.cart-wishlist-table tbody tr td.remove .btn:hover {
  color: #F44336;
}

@media only screen and (max-width: 767px) {
  .cart-wishlist-table thead {
    display: none;
  }
  .cart-wishlist-table tbody tr td {
    display: block;
    width: 100% !important;
    margin-bottom: 15px;
    padding: 0;
    text-align: center;
  }
  .cart-wishlist-table tbody tr td:not(:first-child) {
    border-top: none;
  }
  .cart-wishlist-table tbody tr td.thumbnail {
    padding-top: 20px;
  }
  .cart-wishlist-table tbody tr td .product-quantity {
    margin: auto;
  }
  .cart-wishlist-table tbody tr td.remove {
    position: absolute;
    z-index: 9;
    top: 0;
    right: 0;
    width: auto !important;
  }
  .cart-wishlist-table tbody tr:first-child td:first-child {
    border-top: none;
  }
}

/* Cart Coupon */
.cart-coupon {
  position: relative;
}

.cart-coupon input[type="text"] {
  width: 300px;
  padding-right: 30px;
}

.cart-coupon .btn {
  position: absolute;
  top: 0;
  right: 0;
  padding: 12px 0;
}

.cart-coupon .btn i {
  font-size: 20px;
}

/* Cart Totals */
.cart-totals {
  float: right;
  width: 400px;
  padding: 40px 30px;
  text-align: center;
  background-color: #F7F7F7;
}

.cart-totals .title {
  margin-bottom: 25px;
}

.cart-totals table {
  width: 100%;
  margin-bottom: 30px;
}

.cart-totals table tbody tr {
  /*font-family: 'Fira Sans Extra Condensed', sans-serif;*/
  font-weight: 700;
  color: #000;
}

.cart-totals table tbody tr.subtotal td {
  font-size: 14px;
}

.cart-totals table tbody tr.total td {
  font-size: 24px;
}

.cart-totals table tbody tr th {
  font-size: 14px;
  padding: 15px 10px;
  text-align: left;
}

.cart-totals table tbody tr td {
  padding: 15px 10px;
  text-align: right;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .cart-totals {
    width: 100%;
  }
}

/* 18.01.04. Checkout CSS */
/* Checkout Coupon */
.checkout-coupon {
  font-weight: 400;
  margin-bottom: 50px;
}

.checkout-coupon .coupon-toggle {
  margin-bottom: 20px;
}

.checkout-coupon .coupon-toggle a {
  color: #000;
  border-bottom: 1px solid #000;
}

/* Coupon Form */
.coupon-form {
  max-width: 500px;
  margin-bottom: 20px;
  padding: 30px;
  background-color: #F8F9FA;
}

.coupon-form p {
  font-size: 14px;
  margin-bottom: 25px;
}

.coupon-form form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.coupon-form form input {
  font-weight: 400;
}

.coupon-form form .btn {
  white-space: nowrap;
}

@media only screen and (max-width: 575px) {
  .coupon-form form {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .coupon-form form .btn {
    width: 100%;
  }
}

/* Checkout Form */
.checkout-form input,
.checkout-form textarea {
  font-weight: 400 !important;
}

.checkout-form .select2-selection__rendered {
  font-weight: 400;
}

/* Order Review */
.order-review .table {
  margin: 0;
  text-align: left;
  border-bottom: 1px solid #EDEDED;
}

.order-review .table thead tr th {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  padding: 16px 10px;
  text-transform: none;
  color: #000;
  border: none;
  background-color: transparent;
}

.order-review .table thead tr th.total {
  font-size: 14px;
  text-align: right;
}

.order-review .table tbody tr td {
  font-size: 14px;
  font-weight: 400;
  padding: 10px;
  border-color: #EDEDED;
}

.order-review .table tbody tr td.name {
  color: #000;
}

.order-review .table tbody tr td.total {
  font-size: 14px;
  font-weight: 700;
  text-align: right;
}

.order-review .table tfoot tr th {
  font-size: 14px;
  font-weight: 700;
  border: none;
}

.order-review .table tfoot tr td {
  font-weight: 700;
  text-align: right;
  border: none;
}

.order-review .table tfoot tr.subtotal td {
  font-size: 14px;
}

.order-review .table tfoot tr.total td {
  font-size: 24px;
  color: #F8796C;
}

/* Payment Method */
.payment-method {
  margin-bottom: 30px;
  border-width: 0 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.075);
}

.payment-method .accordion .card {
  padding: 20px;
}

.payment-method .accordion .card .card-header button {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.675;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0;
  padding-left: 22px;
  border: none;
  background-color: transparent;
}

.payment-method .accordion .card .card-header button::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  content: "";
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 1px solid #333333;
  border-radius: 50%;
}

.payment-method .accordion .card .card-header button::after {
  position: absolute;
  top: 50%;
  left: 2px;
  width: 11px;
  height: 11px;
  margin-top: 2px;
  content: "";
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  border-radius: 50%;
  background-color: #333333;
}

.payment-method .accordion .card .card-header button img {
  height: 40px;
  margin: 0 10px;
}

.payment-method .accordion .card .card-body {
  position: relative;
  margin-top: 12px;
  padding: 10px 15px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.payment-method .accordion .card .card-body::before {
  position: absolute;
  top: -3px;
  left: 25px;
  width: 10px;
  height: 10px;
  content: "";
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #FFFFFF;
}

.payment-method .accordion .card .card-body p {
  font-size: 16px;
  font-weight: 500;
}

.payment-method .accordion .card.active .card-header button::after {
  opacity: 1;
}

/* Payment Note */
.payment-note {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 30px;
}

/* 18.01.05. Order Tracking CSS */
.order-tracking {
  max-width: 630px;
  margin: auto;
  padding: 60px;
  background-color: #F8F9FA;
}

.order-tracking p {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 30px;
}

.order-tracking input {
  font-weight: 400;
}

.order-tracking input::-webkit-input-placeholder {
  font-weight: 400;
}

.order-tracking input:-moz-placeholder {
  font-weight: 400;
}

.order-tracking input::-moz-placeholder {
  font-weight: 400;
}

.order-tracking input:-ms-input-placeholder {
  font-weight: 400;
}

@media only screen and (max-width: 575px) {
  .order-tracking {
    padding: 40px;
  }
}

@media only screen and (max-width: 479px) {
  .order-tracking {
    padding: 30px;
  }
}




/* 18.04. 404 Page CSS */
/* 404 Section */
.section-404 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100vh;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .section-404 {
    min-height: calc(100vh - 70px);
  }
}

/* 404 Content */
.content-404 {
  padding: 100px 0;
}

.content-404 .title {
  font-size: 100px;
  font-weight: 400;
  line-height: 1;
  margin: 0;
}

.content-404 .sub-title {
  font-size: 64px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 30px;
}

.content-404 p {
  margin-bottom: 40px;
}

.content-404 .buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -20px;
  margin-bottom: -20px;
}

.content-404 .buttons .btn {
  margin-right: 20px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .content-404 {
    padding: 100px 0 60px;
  }
  .content-404 .title {
    font-size: 80px;
  }
  .content-404 .sub-title {
    font-size: 50px;
  }
}

@media only screen and (max-width: 575px) {
  .content-404 .title {
    font-size: 60px;
  }
  .content-404 .sub-title {
    font-size: 40px;
  }
}

/* 18.05. Coming Soon Page CSS */
/* Coming Soon Section */
.coming-soon-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
}

/* Coming Soon Content */
.coming-soon-content {
  text-align: center;
}

.coming-soon-content .logo {
  margin-bottom: 80px;
}

.coming-soon-content .title {
  font-size: 56px;
  font-weight: 400;
  margin-bottom: 40px;
}

.coming-soon-content .countdown3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 80px;
}

.coming-soon-content .countdown3 .count {
  min-width: 130px;
  margin: 0 10px;
}

.coming-soon-content .countdown3 .count span {
  display: block;
  color: #000;
}

.coming-soon-content .countdown3 .count span.amount {
  font-size: 100px;
  line-height: 1;
}

.coming-soon-content .countdown3 .count span.period {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 2px;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .coming-soon-content .countdown3 .count {
    min-width: 100px;
  }
  .coming-soon-content .countdown3 .count span.amount {
    font-size: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .coming-soon-content .logo {
    margin-bottom: 60px;
  }
  .coming-soon-content .title {
    font-size: 44px;
    margin-bottom: 30px;
  }
  .coming-soon-content .countdown3 {
    margin-bottom: 60px;
  }
  .coming-soon-content .countdown3 .count {
    min-width: 80px;
  }
  .coming-soon-content .countdown3 .count span.amount {
    font-size: 60px;
  }
  .coming-soon-content .countdown3 .count span.period {
    font-size: 14px;
  }
}

@media only screen and (max-width: 479px) {
  .coming-soon-content .logo {
    margin-bottom: 40px;
  }
  .coming-soon-content .title {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .coming-soon-content .countdown3 {
    margin-bottom: 40px;
  }
  .coming-soon-content .countdown3 .count {
    min-width: 60px;
    margin: 0 5px;
  }
  .coming-soon-content .countdown3 .count span.amount {
    font-size: 40px;
  }
  .coming-soon-content .countdown3 .count span.period {
    font-size: 12px;
    letter-spacing: 0;
  }
}


/*----------------------------------------*/
/*  10. Blog CSS
/*----------------------------------------*/
/* 10.01. Blog Style CSS */
.blog .image {
  margin-bottom: 30px;
}

.blog .image a {
  display: block;
}

.blog .image a img {
  width: 100%;
}

.blog .content .meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 20px;
  padding-left: 0;
  list-style: none;
}

.blog .content .meta li {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.25;
  margin-right: 25px;
}

.blog .content .meta li:last-child {
  margin-right: 0;
}

.blog .content .meta li i {
  margin-right: 8px;
  color: #999999;
}

.blog .content .meta li a {
  border-bottom: 1px solid transparent;
}

.blog .content .meta li a:hover {
  color: #333333;
  border-color: rgba(51, 51, 51, 0.2);
}

.blog .content .title {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 20px;
}

.blog .content .title a:hover {
  color: #333333;
}

.blog .content .desc {
  margin-bottom: 20px;
}

.blog .content .desc p {
  font-size: 14px;
}

.blog .content .desc p:last-child {
  margin-bottom: 0;
}

.blog .content .link {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  color: #333333;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}

.blog .content .link:hover {
  border-color: #333333;
}

/* 10.02. Single Blog CSS */
.single-blog .image {
  margin-bottom: 30px;
}

.single-blog .image a {
  display: block;
}

.single-blog .image a img {
  width: 100%;
}

.single-blog .content:not(:last-child) {
  margin-bottom: 60px;
}

.single-blog .category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 20px;
  padding-left: 0;
  list-style: none;
}

.single-blog .category li {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.25;
}

.single-blog .category li::after {
  margin: 0 7px;
  content: "/";
}

.single-blog .category li:last-child::after {
  display: none;
}

.single-blog .category li a {
  padding-bottom: 1px;
  text-transform: uppercase;
  color: #ABABAB;
  border-bottom: 2px solid transparent;
}

.single-blog .category li a:hover {
  color: #333333;
  border-color: rgba(51, 51, 51, 0.2);
}

.single-blog .title {
  font-weight: 400;
  margin-bottom: 25px;
}

.single-blog .meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 10px;
  padding-left: 0;
  list-style: none;
}

.single-blog .meta li {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 10px;
}

.single-blog .meta li:not(:last-child) {
  margin-right: 25px;
}

.single-blog .meta li i {
  margin-right: 8px;
  color: #999999;
}

.single-blog .meta li a {
  border-bottom: 1px solid transparent;
}

.single-blog .meta li a:hover {
  color: #333333;
  border-color: rgba(51, 51, 51, 0.2);
}

.single-blog .tags {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-left: 30px;
  list-style: none;
}

.single-blog .tags .icon {
  font-size: 14px;
  line-height: 1;
  position: absolute;
  top: 5px;
  left: 0;
}

.single-blog .tags li {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.25;
}

.single-blog .tags li:not(:last-child)::after {
  margin-right: 3px;
  content: ",";
}

.single-blog .tags li i {
  margin-right: 8px;
  color: #999999;
}

.single-blog .tags li a {
  border-bottom: 1px solid transparent;
}

.single-blog .tags li a:hover {
  color: #333333;
  border-color: rgba(51, 51, 51, 0.2);
}

.single-blog .desc {
  margin-bottom: 20px;
}

.single-blog .desc p {
  font-size: 14px;
  margin-bottom: 25px;
}

.single-blog .desc p:last-child {
  margin-bottom: 0;
}

.single-blog .desc blockquote {
  margin: 40px 0 40px 60px;
}

.single-blog .blog-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 40px;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.single-blog .post-share {
  font-size: 14px;
  font-weight: 400;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.single-blog .post-share .toggle {
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 48px;
  height: 48px;
  margin-left: 20px;
  padding: 3px 0;
  cursor: pointer;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  border: 2px solid #EDEDED;
  border-radius: 100%;
}

.single-blog .post-share .toggle i {
  font-size: 14px;
}

.single-blog .post-share .toggle:hover {
  color: #FFFFFF;
  border-color: #333333;
  background-color: #333333;
}

.single-blog .post-share .social-list {
  line-height: 1;
  position: absolute;
  right: 0;
  bottom: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  margin: 0;
  padding: 5px;
  list-style: none;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  opacity: 0;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.single-blog .post-share .social-list::before {
  position: absolute;
  right: 19px;
  bottom: -3px;
  width: 10px;
  height: 10px;
  content: "";
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #FFF;
}

.single-blog .post-share .social-list li {
  line-height: inherit;
}

.single-blog .post-share .social-list li a {
  line-height: 1;
  padding: 5px 8px;
}

.single-blog .post-share .social-list li a i {
  font-size: 14px;
  line-height: 1;
}

.single-blog .post-share .social-list li a:hover {
  color: #333333;
}

.single-blog .post-share.active .toggle {
  color: #FFFFFF;
  border-color: #333333;
  background-color: #333333;
}

.single-blog .post-share.active .social-list {
  visibility: visible;
  margin-bottom: 10px;
  opacity: 1;
}

@media only screen and (max-width: 575px) {
  .single-blog .title {
    font-size: 24px;
  }
  .single-blog .desc blockquote {
    margin: 30px 0 30px 30px;
  }
}

/* Blog Author */
.blog-author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 60px;
}

.blog-author .thumbnail {
  width: 90px;
}

.blog-author .thumbnail img {
  width: 90px;
  height: 90px;
  border-radius: 100%;
}

.blog-author .thumbnail .social {
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 15px;
}

.blog-author .thumbnail .social a {
  line-height: inherit;
  padding: 5px;
}

.blog-author .thumbnail .social a i {
  font-size: 14px;
  line-height: 1;
}

.blog-author .thumbnail .social a:hover {
  color: #333333;
}

.blog-author .content {
  width: calc(100% - 90px);
  padding-right: 50px;
  padding-left: 20px;
}

.blog-author .content .name {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  display: block;
  margin-bottom: 15px;
  color: #000;
}

.blog-author .content p {
  font-size: 14px;
  font-weight: 400;
}

@media only screen and (max-width: 575px) {
  .blog-author .content {
    width: 100%;
    padding-top: 20px;
    padding-right: 0;
    padding-left: 0;
  }
}

/* Related Blog */
.related-blog {
  margin-bottom: 60px;
}

/* Blog Widget */
.widget-blogs {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.widget-blogs .widget-blog {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.widget-blogs .widget-blog + .widget-blog {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #EEEEEE;
}

.widget-blogs .widget-blog .thumbnail {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 120px;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
  padding-right: 20px;
}

.widget-blogs .widget-blog .thumbnail a {
  display: block;
}

.widget-blogs .widget-blog .thumbnail a img {
  width: 100%;
}

.widget-blogs .widget-blog .content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 calc(100% - 120px);
      -ms-flex: 1 0 calc(100% - 120px);
          flex: 1 0 calc(100% - 120px);
}

.widget-blogs .widget-blog .content .title {
  /*font-family: 'Fira Sans Extra Condensed', sans-serif;*/
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 16px;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.widget-blogs .widget-blog .content .title a {
  color: #000;
}

.widget-blogs .widget-blog .content .title a:hover {
  color: #333333;
}

.widget-blogs .widget-blog .content .date {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  display: block;
}